/* ==========================================================================
   Applied Architecture Group — shared design system
   Operations, Systems & AI Consulting
   One stylesheet for every page. Dark theme, accessible, mobile-first.
   ========================================================================== */

:root {
  --bg: #0b1220;
  --bg-2: #0e1728;
  --panel: #121d31;
  --panel-2: #16233a;
  --text: #f5f8fc;
  --muted: #aebbd1;
  --soft: #dce7f7;
  --line: rgba(255, 255, 255, .13);
  --accent: #7dd3fc;
  --accent-2: #38bdf8;
  --gold: #d8b766;
  --white: #ffffff;
  --good: #5ad19a;
  --shadow: 0 24px 70px rgba(0, 0, 0, .34);
  --radius: 18px;
  --max: 1160px;
  --max-prose: 800px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(140deg, rgba(125, 211, 252, .10), transparent 32rem),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

img { max-width: 100%; height: auto; }

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.wrap.narrow { width: min(var(--max-prose), calc(100% - 40px)); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--accent);
  color: #07111f;
  padding: 10px 16px;
  border-radius: 0 0 10px 0;
  font-weight: 800;
  z-index: 100;
}
.skip-link:focus { left: 0; }

/* Header / nav --------------------------------------------------------- */
header.site {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(11, 18, 32, .86);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  align-items: center;
  min-width: 0;
}

.mark { height: 46px; width: auto; display: block; }

.brand-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }

.brand-text strong { font-size: 16.5px; letter-spacing: 0; white-space: nowrap; }

.brand-text span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-top: 4px;
}

nav.primary {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

nav.primary a:hover { color: var(--white); }

/* Dropdown ------------------------------------------------------------- */
.has-menu { position: relative; }
.has-menu > a::after { content: " ▾"; font-size: 10px; opacity: .7; }
.menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px;
  min-width: 260px;
  display: grid;
  gap: 2px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.has-menu:hover .menu,
.has-menu:focus-within .menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.menu a {
  display: block;
  padding: 9px 12px;
  border-radius: 9px;
  color: var(--soft);
  font-size: 13.5px;
}
.menu a:hover { background: rgba(125, 211, 252, .10); color: var(--white); }

/* Buttons -------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 750;
  font-size: 14.5px;
  border: 1px solid rgba(125, 211, 252, .30);
  background: rgba(125, 211, 252, .08);
  color: var(--white);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-1px);
  background: rgba(125, 211, 252, .16);
  border-color: rgba(125, 211, 252, .60);
}
.btn.primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #07111f;
  border-color: transparent;
  box-shadow: 0 10px 30px rgba(56, 189, 248, .12);
}
.btn.ghost { background: transparent; border-color: rgba(255, 255, 255, .14); color: var(--soft); }
.btn.lg { padding: 16px 26px; font-weight: 850; font-size: 15.5px; }
.btn.block { width: 100%; }

/* Hero ----------------------------------------------------------------- */
.hero { padding: 96px 0 56px; }
.hero.compact { padding: 64px 0 40px; }
.hero-single { max-width: 880px; }

.eyebrow {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
}

h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(32px, 5.2vw, 54px);
  line-height: 1.0;
  letter-spacing: -0.01em;
}

.lead {
  margin: 26px 0 0;
  color: var(--soft);
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.5;
  max-width: 740px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }

.trust-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--muted);
  font-size: 13.5px;
}
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: "✓"; color: var(--good); font-weight: 800; }

/* Sections ------------------------------------------------------------- */
section { padding: 84px 0; }
section.tight { padding: 56px 0; }

.section-head { max-width: 780px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }

.kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 14px;
}

/* Grids + cards -------------------------------------------------------- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  border-radius: var(--radius);
  padding: 26px 26px 24px;
}
.card.secondary { background: rgba(255, 255, 255, .025); border-color: rgba(255, 255, 255, .09); }
.card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; letter-spacing: 0; }
.card p, .card li { color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.card p { margin: 0; }

a.card { display: block; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
a.card:hover { transform: translateY(-2px); border-color: rgba(125, 211, 252, .45); background: rgba(125, 211, 252, .05); }
a.card .more { display: inline-block; margin-top: 14px; color: var(--accent); font-weight: 700; font-size: 14px; }

/* Tag / badge ---------------------------------------------------------- */
.tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  padding: 6px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 14px;
  background: rgba(216, 183, 102, .14);
  color: #f4d88b;
}
.card.secondary .tag { background: rgba(174, 187, 209, .12); color: var(--muted); }
.tag.cool { background: rgba(125, 211, 252, .14); color: var(--accent); }

/* Recognition / problem list ------------------------------------------ */
.recognition-list {
  list-style: none; padding: 0; margin: 0; display: grid; gap: 13px;
}
.recognition-list li {
  position: relative;
  padding: 4px 0 4px 20px;
  border-left: 2px solid rgba(125, 211, 252, .28);
  color: var(--soft);
  font-size: 16.5px;
  line-height: 1.55;
}

/* Numbered flow -------------------------------------------------------- */
.flow { display: grid; gap: 12px; margin: 8px 0 0; }
.flow-item {
  display: grid; grid-template-columns: 36px 1fr; gap: 14px; align-items: start;
  padding: 16px 18px; border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255, 255, 255, .035);
}
.num {
  width: 36px; height: 36px; border-radius: 999px; display: inline-flex;
  align-items: center; justify-content: center; background: rgba(125, 211, 252, .12);
  color: var(--accent); font-weight: 850; border: 1px solid rgba(125, 211, 252, .22);
}
.flow-item strong { display: block; margin-bottom: 4px; font-size: 16px; }
.flow-item span { color: var(--muted); font-size: 15px; line-height: 1.5; }

/* Checklist ------------------------------------------------------------ */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 30px; color: var(--soft); font-size: 16px; line-height: 1.55; }
.checklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--good); font-weight: 850;
  background: rgba(90, 209, 154, .12); width: 22px; height: 22px;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px;
}
.checklist.tight li { font-size: 15px; }

/* Deliverable / two-column list --------------------------------------- */
.list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.list li {
  border-bottom: 1px solid var(--line); padding: 14px 0;
  color: var(--soft); font-size: 15.5px; line-height: 1.55;
}
.list li:first-child { padding-top: 4px; }
.list li:last-child { border-bottom: none; padding-bottom: 4px; }

/* Statement / split panel ---------------------------------------------- */
.wide { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.statement {
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(125, 211, 252, .10), rgba(216, 183, 102, .06));
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 34px; min-height: 100%;
}
.statement h2 { margin: 0 0 16px; font-size: clamp(26px, 4vw, 38px); line-height: 1.1; }
.statement p { color: var(--soft); margin: 0; font-size: 17px; }

/* Industries chips ----------------------------------------------------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips span, .chips a {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 15px; color: var(--soft); font-size: 14px; font-weight: 600;
  background: rgba(255, 255, 255, .03);
}
.chips a:hover { border-color: rgba(125, 211, 252, .5); color: var(--white); }

/* Stat / outcome cards ------------------------------------------------- */
.stat { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255, 255, 255, .03); }
.stat strong { display: block; font-size: 16px; color: var(--white); margin-bottom: 6px; }
.stat span { color: var(--muted); font-size: 14.5px; }

/* FAQ accordion -------------------------------------------------------- */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq details {
  border: 1px solid var(--line); border-radius: 12px;
  background: rgba(255, 255, 255, .03); padding: 4px 20px;
}
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 0;
  font-weight: 700; font-size: 16.5px; color: var(--white);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 22px; font-weight: 400; flex: 0 0 auto; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: 0 0 16px; color: var(--muted); font-size: 15.5px; line-height: 1.6; }

/* Breadcrumbs ---------------------------------------------------------- */
.crumbs { padding: 22px 0 0; color: var(--muted); font-size: 13px; }
.crumbs a:hover { color: var(--white); }
.crumbs span { opacity: .6; margin: 0 6px; }

/* CTA band ------------------------------------------------------------- */
.cta {
  margin: 0 0 24px; border-radius: var(--radius);
  border: 1px solid rgba(125, 211, 252, .22);
  background: linear-gradient(135deg, rgba(125, 211, 252, .12), rgba(255, 255, 255, .035));
  padding: 48px 42px; box-shadow: var(--shadow); text-align: center;
}
.cta h2 { margin: 0 auto 14px; max-width: 820px; font-size: clamp(30px, 5vw, 48px); line-height: 1.05; }
.cta p { margin: 0 auto 28px; color: var(--soft); max-width: 720px; font-size: 18px; }
.cta .hero-actions { justify-content: center; }

/* Inline CTA strip ----------------------------------------------------- */
.cta-strip {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center;
  padding: 26px 30px; border-radius: 14px; border: 1px solid var(--line);
  background: rgba(255, 255, 255, .03);
}
.cta-strip p { margin: 0; color: var(--soft); font-size: 16px; max-width: 620px; }

/* Prose (articles) ----------------------------------------------------- */
.prose { max-width: var(--max-prose); }
.prose p { color: var(--soft); font-size: 17px; line-height: 1.7; margin: 0 0 18px; }
.prose h2 { margin: 40px 0 14px; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; }
.prose h3 { margin: 28px 0 10px; font-size: 21px; }
.prose ul, .prose ol { color: var(--soft); font-size: 17px; line-height: 1.7; padding-left: 22px; margin: 0 0 18px; }
.prose li { margin-bottom: 8px; }
.prose a:not(.btn) { color: var(--accent); border-bottom: 1px solid rgba(125, 211, 252, .35); }
.prose a:not(.btn):hover { border-color: var(--accent); }
.prose strong { color: var(--white); }
.prose blockquote {
  margin: 28px 0; padding: 20px 26px; border-left: 3px solid var(--gold);
  background: linear-gradient(135deg, rgba(216, 183, 102, .08), rgba(125, 211, 252, .04));
  border-radius: 0 12px 12px 0; color: var(--white); font-size: 19px; font-style: italic;
}
.article-meta { color: var(--muted); font-size: 14px; margin: 0 0 8px; }
.article-meta time { color: var(--soft); }

/* TOC / related -------------------------------------------------------- */
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

/* Divider -------------------------------------------------------------- */
.divider {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--gold) 60%, transparent 100%);
  opacity: .5; margin: 0 0 40px;
}

/* Forms ---------------------------------------------------------------- */
.form-card {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: rgba(255, 255, 255, .04); padding: 34px;
}
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 700; font-size: 14.5px; margin-bottom: 7px; color: var(--soft); }
.field .req { color: var(--accent); }
.field .hint { font-weight: 500; color: var(--muted); font-size: 13px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 15px; border-radius: 11px;
  border: 1px solid var(--line); background: rgba(8, 14, 26, .6);
  color: var(--text); font-family: inherit; font-size: 15.5px; line-height: 1.4;
}
.field input::placeholder, .field textarea::placeholder { color: #6c7c97; }
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--accent-2); background: rgba(8, 14, 26, .85);
}
.field textarea { resize: vertical; min-height: 120px; }
.field select { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237dd3fc' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hp-field { position: absolute; left: -9999px; top: 0; width: 1px; height: 1px; overflow: hidden; }
.form-note { color: var(--muted); font-size: 13px; margin: 14px 0 0; }
.form-error {
  display: none; margin: 0 0 18px; padding: 13px 16px; border-radius: 11px;
  border: 1px solid rgba(255, 120, 120, .4); background: rgba(255, 80, 80, .1);
  color: #ffc9c9; font-size: 14.5px;
}
.form-error.show { display: block; }
.cf-turnstile { margin: 4px 0 18px; }

/* Footer --------------------------------------------------------------- */
footer.site {
  padding: 56px 0 56px; color: var(--muted); font-size: 14px;
  border-top: 1px solid var(--line); margin-top: 40px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 30px; align-items: start;
}
.footer-col h4 {
  margin: 0 0 14px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em;
  color: var(--soft); font-weight: 800;
}
.footer-col a { display: block; color: var(--muted); padding: 4px 0; font-size: 13.5px; }
.footer-col a:hover { color: var(--white); }
.footer-brand .brand-text strong { font-size: 15px; }
.footer-tag { margin-top: 12px; color: var(--muted); font-size: 13px; max-width: 320px; }
.footer-email { margin-top: 12px; }
.footer-email a { color: var(--accent); font-weight: 650; }
.footer-bottom {
  margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px;
}

/* Success page --------------------------------------------------------- */
.success-icon {
  width: 72px; height: 72px; border-radius: 999px; margin: 0 0 24px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(90, 209, 154, .14); border: 1px solid rgba(90, 209, 154, .4);
  color: var(--good); font-size: 34px;
}

/* Responsive ----------------------------------------------------------- */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .wide, .grid-2, .grid-3, .grid-4, .offer, .related-grid { grid-template-columns: 1fr; }
  nav.primary a:not(.btn), nav.primary .has-menu { display: none; }
  .hero { padding-top: 60px; }
  section { padding: 60px 0; }
  .cta-strip { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .cta { padding: 28px 22px; }
  .form-card { padding: 22px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .brand-text strong { font-size: 15px; white-space: normal; }
  .btn { width: 100%; }
  .hero-actions { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* ==========================================================================
   v3 additions — homepage rebuild + Industries section
   (additive only; older pages render unchanged)
   ========================================================================== */

/* Centered hero + small-business eye-catcher badge ---------------------- */
.hero.center { text-align: center; padding-top: 84px; }
.hero.center .hero-single { max-width: 920px; margin: 0 auto; }
.hero.center .lead { margin-left: auto; margin-right: auto; }
.hero.center .hero-actions { justify-content: center; }
.hero.center .trust-row { justify-content: center; }

.sb-badge {
  display: inline-flex; align-items: center; gap: 9px;
  margin: 0 auto 26px; max-width: 760px;
  border-radius: 999px; padding: 9px 18px;
  background: linear-gradient(135deg, rgba(125, 211, 252, .14), rgba(216, 183, 102, .10));
  border: 1px solid rgba(125, 211, 252, .34);
  color: var(--soft); font-size: 13.5px; font-weight: 650; line-height: 1.4;
  box-shadow: 0 6px 24px rgba(56, 189, 248, .10);
}
@media (max-width: 640px) { .sb-badge { font-size: 12.5px; padding: 9px 15px; } }

.sub-credit {
  margin: 26px auto 0; max-width: 680px; color: var(--muted);
  font-size: 14px; line-height: 1.55;
}

/* Industry vertical cards (3x2) ---------------------------------------- */
.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ind-card {
  display: flex; flex-direction: column; gap: 12px;
  border: 1px solid var(--line); background: rgba(255, 255, 255, .04);
  border-radius: var(--radius); padding: 26px 24px 22px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.ind-card:hover { transform: translateY(-3px); border-color: rgba(125, 211, 252, .45); background: rgba(125, 211, 252, .05); }
.ind-card .ico {
  width: 46px; height: 46px; border-radius: 12px; display: inline-flex;
  align-items: center; justify-content: center; color: var(--accent);
  background: rgba(125, 211, 252, .10); border: 1px solid rgba(125, 211, 252, .22);
}
.ind-card .ico svg { width: 26px; height: 26px; display: block; }
.ind-card h3 { margin: 0; font-size: 18.5px; line-height: 1.2; color: var(--white); }
.ind-card .pain { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.ind-card .outcome { margin: 0; color: var(--soft); font-size: 14.5px; line-height: 1.55; }
.ind-card .outcome::before { content: "→ "; color: var(--good); font-weight: 800; }
.ind-card .more { margin-top: auto; padding-top: 6px; color: var(--accent); font-weight: 750; font-size: 14px; }

/* Tool / widget placeholders ------------------------------------------- */
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tool-card {
  position: relative; border: 1px dashed rgba(125, 211, 252, .32);
  background: rgba(255, 255, 255, .025); border-radius: var(--radius);
  padding: 26px 24px; display: flex; flex-direction: column; gap: 10px;
}
.tool-card .soon {
  position: absolute; top: 16px; right: 16px;
  font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: var(--gold); background: rgba(216, 183, 102, .14);
  border-radius: 999px; padding: 4px 9px;
}
.tool-card .ico { color: var(--accent); }
.tool-card .ico svg { width: 28px; height: 28px; display: block; }
.tool-card h3 { margin: 6px 0 0; font-size: 17.5px; color: var(--white); line-height: 1.25; }
.tool-card p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.55; }

/* Video / walkthrough placeholder -------------------------------------- */
.video-card {
  position: relative; border: 1px solid var(--line); border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(125, 211, 252, .08), rgba(255, 255, 255, .03));
  min-height: 240px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 30px;
}
.video-card .play {
  width: 64px; height: 64px; border-radius: 999px; display: inline-flex;
  align-items: center; justify-content: center; color: var(--accent);
  background: rgba(125, 211, 252, .12); border: 1px solid rgba(125, 211, 252, .3);
}
.video-card .play svg { width: 26px; height: 26px; margin-left: 3px; }
.video-card strong { font-size: 18px; color: var(--white); }
.video-card span { color: var(--muted); font-size: 14.5px; max-width: 440px; }

/* Credibility list ----------------------------------------------------- */
.cred-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.cred-list li { position: relative; padding-left: 30px; color: var(--soft); font-size: 16px; line-height: 1.55; }
.cred-list li::before {
  content: "✓"; position: absolute; left: 0; top: 1px; color: var(--accent);
  font-weight: 850; background: rgba(125, 211, 252, .12); width: 22px; height: 22px;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px;
}

/* "What we don't do" list ---------------------------------------------- */
.x-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.x-list li { position: relative; padding-left: 30px; color: var(--muted); font-size: 16px; line-height: 1.55; }
.x-list li::before {
  content: "×"; position: absolute; left: 0; top: -1px; color: #e2a3a3;
  font-weight: 850; background: rgba(226, 120, 120, .12); width: 22px; height: 22px;
  border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 15px;
}

/* Proof-pattern card --------------------------------------------------- */
.proof {
  border-left: 3px solid var(--gold);
  background: linear-gradient(135deg, rgba(216, 183, 102, .08), rgba(125, 211, 252, .04));
  border-radius: 0 14px 14px 0; padding: 22px 26px; margin: 0 0 16px;
}
.proof p { margin: 0; color: var(--soft); font-size: 16px; line-height: 1.6; }
.proof .label { display: block; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }

@media (max-width: 900px) {
  .ind-grid, .tool-grid { grid-template-columns: 1fr; }
  .hero.center { padding-top: 56px; }
}
@media (min-width: 641px) and (max-width: 900px) {
  .ind-grid, .tool-grid { grid-template-columns: 1fr 1fr; }
}
