/* ============================================================
   TrueDial v2 — styles.css
   Premium B2B SaaS multi-page design system.
   Anthropic/Stripe editorial register: cream canvas + navy + brand blue + gold + Fraunces italic + Inter.
   ============================================================ */

/* ---------- DESIGN TOKENS ---------- */
:root {
  /* CANVAS */
  --bg-canvas:        #faf8f3;
  --bg-elevated:      #ffffff;
  --bg-subtle:        #f1ede4;
  --bg-band-dark:     #0b1530;
  --bg-band-dark-2:   #1a2547;

  /* INK */
  --ink-primary:      #0b1530;
  --ink-secondary:    #4a5468;
  --ink-tertiary:     #7a8298;
  --ink-inverse:      #faf8f3;

  /* BRAND BLUE */
  --brand-blue:       #2f6df4;
  --brand-blue-hover: #245ad6;
  --brand-blue-soft:  #e8efff;
  --brand-blue-deep:  #1e40af;
  --brand-blue-bright:#5a86f7;

  /* GOLD */
  --accent-gold:      #d4a437;
  --accent-gold-soft: #faf2dc;
  --accent-gold-deep: #a87d20;

  /* SEMANTIC */
  --success:          #058b62;
  --alert:            #c0392b;
  --warning:          #cf8a2e;

  /* BORDERS */
  --border-hairline:  #e7e2d6;
  --border-medium:    #d4ccba;
  --border-strong:    #b3a98f;

  /* GRADIENTS */
  --gradient-brand:   linear-gradient(135deg, #2f6df4 0%, #5a86f7 50%, #d4a437 100%);
  --gradient-hero:    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(47, 109, 244, 0.10), transparent 70%),
                      radial-gradient(ellipse 40% 40% at 20% 80%, rgba(212, 164, 55, 0.08), transparent 70%);
  --gradient-dark:    linear-gradient(180deg, #0b1530 0%, #1a2547 100%);

  /* OVERLAYS */
  --glass-light:      rgba(255, 255, 255, 0.7);
  --glass-border:     rgba(11, 21, 48, 0.08);

  /* FONTS */
  --font-display:  'Fraunces', 'Tiempos Headline', 'Source Serif Pro', Georgia, serif;
  --font-body:     'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:     'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, Consolas, monospace;

  /* TYPE SIZES — clamp() for responsive */
  --type-hero:     clamp(44px, 5vw, 76px);
  --type-h1:       clamp(40px, 5.5vw, 72px);
  --type-h2:       clamp(28px, 3.6vw, 44px);
  --type-h3:       clamp(20px, 2.1vw, 28px);
  --type-h4:       clamp(17px, 1.4vw, 19px);
  --type-body-lg:  18px;
  --type-body:     16px;
  --type-small:    14px;
  --type-eyebrow:  12px;
  --type-caption:  13px;
  --type-mono:     14px;

  /* LINE HEIGHTS */
  --lh-display:    1.05;
  --lh-h2:         1.15;
  --lh-h3:         1.3;
  --lh-body:       1.6;
  --lh-tight:      1.4;

  /* WEIGHTS */
  --fw-display-italic: 500;
  --fw-display:        500;
  --fw-h2:             600;
  --fw-h3:             600;
  --fw-body:           400;
  --fw-strong:         600;
  --fw-eyebrow:        600;

  /* LETTER SPACING */
  --ls-display:    -0.03em;
  --ls-h2:         -0.02em;
  --ls-h3:         -0.01em;
  --ls-eyebrow:    0.12em;

  /* SPACING (4px base) */
  --sp-1:    4px;
  --sp-2:    8px;
  --sp-3:   12px;
  --sp-4:   16px;
  --sp-5:   24px;
  --sp-6:   32px;
  --sp-7:   40px;
  --sp-8:   48px;
  --sp-10:  64px;
  --sp-12:  96px;
  --sp-16: 128px;
  --sp-20: 192px;

  /* LAYOUT */
  --container-max:     1200px;
  --container-narrow:  880px;
  --container-text:    680px;
  --container-padding: clamp(20px, 4vw, 32px);
  --nav-height:        72px;

  /* RADIUS */
  --radius-sm:    6px;
  --radius-md:   12px;
  --radius-lg:   20px;
  --radius-xl:   32px;
  --radius-full: 9999px;

  /* SHADOW + GLOW */
  --shadow-hairline: 0 1px 2px rgba(11,21,48,0.04);
  --shadow-card:     0 1px 2px rgba(11,21,48,0.04), 0 4px 12px rgba(11,21,48,0.06);
  --shadow-elevated: 0 4px 16px rgba(11,21,48,0.08), 0 16px 40px rgba(11,21,48,0.06);
  --shadow-glow-blue: 0 0 32px rgba(47,109,244,0.15);
  --shadow-glow-gold: 0 0 24px rgba(212,164,55,0.20);

  /* MOTION */
  --ease-out-soft:  cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-in-out:    cubic-bezier(0.4, 0, 0.2, 1);
  --dur-hover:      180ms;
  --dur-reveal:     480ms;
  --dur-pinned:     800ms;
}

/* ---------- RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-height) + 16px);
  -webkit-text-size-adjust: 100%;
}

body {
  background: var(--bg-canvas);
  color: var(--ink-primary);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--lh-body);
  font-weight: var(--fw-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  overflow-x: hidden;
  font-feature-settings: 'cv11', 'ss01', 'ss03';
}

img, svg, video { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
ul, ol { list-style: none; }

a {
  color: var(--brand-blue);
  text-decoration: none;
  transition: color var(--dur-hover) var(--ease-out-soft);
}
a:hover { color: var(--brand-blue-hover); }

::selection {
  background: var(--brand-blue-soft);
  color: var(--ink-primary);
}

/* ---------- A11Y ---------- */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--brand-blue);
  color: var(--ink-inverse);
  padding: var(--sp-3) var(--sp-5);
  font-weight: var(--fw-strong);
  z-index: 1000;
  border-radius: 0 0 var(--radius-md) 0;
  transition: top var(--dur-hover) var(--ease-out-soft);
}
.skip-link:focus { top: 0; }

:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

/* ---------- TYPOGRAPHY PRIMITIVES ---------- */
.hero-headline {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: var(--type-hero);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--ink-primary);
  margin-bottom: var(--sp-6);
}
.hero-headline em {
  font-style: italic;
  font-weight: var(--fw-display-italic);
  /* Italic Fraunces is the Stripe/Anthropic signature move */
}

h1, .h1 {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: var(--type-h1);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--ink-primary);
}
h1 em, .h1 em { font-style: italic; font-weight: var(--fw-display-italic); }

h2, .h2 {
  font-family: var(--font-body);
  font-weight: var(--fw-h2);
  font-size: var(--type-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
  color: var(--ink-primary);
}

h3, .h3 {
  font-family: var(--font-body);
  font-weight: var(--fw-h3);
  font-size: var(--type-h3);
  line-height: var(--lh-h3);
  letter-spacing: var(--ls-h3);
  color: var(--ink-primary);
}

h4, .h4 {
  font-family: var(--font-body);
  font-weight: var(--fw-h3);
  font-size: var(--type-h4);
  line-height: var(--lh-tight);
  color: var(--ink-primary);
}

.body-lg {
  font-size: var(--type-body-lg);
  line-height: var(--lh-body);
  color: var(--ink-secondary);
}

.body-sm {
  font-size: var(--type-small);
  line-height: var(--lh-body);
  color: var(--ink-secondary);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--font-mono);
  font-size: var(--type-eyebrow);
  font-weight: var(--fw-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--ls-eyebrow);
  color: var(--accent-gold);
  margin-bottom: var(--sp-5);
}
.eyebrow.eyebrow--blue { color: var(--brand-blue); }
.eyebrow.eyebrow--muted { color: var(--ink-tertiary); }

.section-number {
  font-family: var(--font-mono);
  font-size: var(--type-eyebrow);
  font-weight: var(--fw-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--accent-gold);
}
/* Editorial section numbering pattern — Linear move */
.section-number::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--border-medium);
  margin-left: var(--sp-3);
  margin-bottom: 3px;
  vertical-align: middle;
}

.fig-caption {
  font-family: var(--font-mono);
  font-size: var(--type-caption);
  color: var(--ink-tertiary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: var(--fw-eyebrow);
}

/* ---------- LAYOUT PRIMITIVES ---------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}
.container--narrow { max-width: var(--container-narrow); }
.container--text   { max-width: var(--container-text); }

section {
  padding: var(--sp-16) 0;
}
@media (min-width: 1024px) {
  section { padding: var(--sp-20) 0; }
}

.section-head {
  max-width: 760px;
  margin: 0 auto var(--sp-12);
  text-align: center;
}
.section-head--left { text-align: left; margin-left: 0; }
.section-head__sub {
  font-size: var(--type-body-lg);
  color: var(--ink-secondary);
  margin-top: var(--sp-4);
  line-height: var(--lh-body);
}

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 14px 24px;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: var(--fw-strong);
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: all var(--dur-hover) var(--ease-out-soft);
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
}

.btn--primary {
  background: var(--brand-blue);
  color: var(--ink-inverse);
  box-shadow: var(--shadow-hairline);
}
.btn--primary:hover {
  background: var(--brand-blue-hover);
  color: var(--ink-inverse);
  box-shadow: 0 8px 24px rgba(47, 109, 244, 0.28), 0 0 0 4px rgba(47, 109, 244, 0.08);
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: var(--ink-primary);
  border-color: var(--border-medium);
}
.btn--ghost:hover {
  border-color: var(--ink-primary);
  background: var(--bg-subtle);
  color: var(--ink-primary);
}

.btn--ghost-inverse {
  background: transparent;
  color: var(--ink-inverse);
  border-color: rgba(255,255,255,0.25);
}
.btn--ghost-inverse:hover {
  border-color: var(--ink-inverse);
  background: rgba(255,255,255,0.08);
  color: var(--ink-inverse);
}

.btn--gold {
  background: var(--accent-gold);
  color: var(--ink-primary);
}
.btn--gold:hover {
  background: var(--accent-gold-deep);
  color: var(--ink-inverse);
  box-shadow: var(--shadow-glow-gold);
  transform: translateY(-1px);
}

.btn--lg  { padding: 16px 28px; font-size: 16px; }
.btn--xl  { padding: 20px 36px; font-size: 17px; }
.btn--full { width: 100%; }

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  align-items: center;
}

/* ---------- NAVIGATION (STATIC — NO SCROLL ANIMATION per Alex) ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 243, 0.85);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--border-hairline);
  height: var(--nav-height);
}
.nav__container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-6);
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  color: var(--ink-primary);
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: 22px;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.nav__brand:hover { color: var(--ink-primary); }
.nav__mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--gradient-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 16px;
  font-family: var(--font-body);
  letter-spacing: -0.02em;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: var(--sp-8);
}
.nav__links a {
  color: var(--ink-secondary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color var(--dur-hover) var(--ease-out-soft);
}
.nav__links a:hover { color: var(--ink-primary); }
.nav__cta { font-size: 14px; padding: 10px 18px; }

/* ---------- MOBILE NAV TOGGLE ---------- */
.nav__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: var(--ink-primary);
  cursor: pointer;
  border-radius: var(--radius-md);
  transition: background-color 200ms ease;
}
.nav__toggle:hover { background: var(--bg-subtle); }
/* Default state (aria-expanded=false): show hamburger, hide close */
.nav__toggle .nav__toggle__icon-open { display: block; }
.nav__toggle .nav__toggle__icon-close { display: none; }
/* Expanded state: hide hamburger, show close */
.nav__toggle[aria-expanded="true"] .nav__toggle__icon-open { display: none; }
.nav__toggle[aria-expanded="true"] .nav__toggle__icon-close { display: block; }

@media (max-width: 900px) {
  .nav__container { gap: var(--sp-2); }
  .nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--bg-elevated);
    padding: var(--sp-3);
    border-top: 1px solid var(--border-hairline);
    box-shadow: 0 12px 28px rgba(11,21,48,0.10);
    max-height: calc(100vh - var(--nav-height));
    overflow-y: auto;
  }
  .nav__links--open { display: flex; }
  .nav__links a {
    padding: 14px 12px;
    border-radius: var(--radius-md);
    font-size: 16px;
    color: var(--ink-primary);
    border-bottom: 1px solid var(--border-hairline);
  }
  .nav__links a:last-child { border-bottom: 0; }
  .nav__links a:hover { background: var(--bg-subtle); }
  .nav__toggle { display: inline-flex; }
  .nav__cta { font-size: 13px; padding: 8px 14px; }
}

@media (max-width: 480px) {
  .nav__cta { display: none; }
}

/* ---------- CARDS ---------- */
.card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-8);
  transition: all var(--dur-hover) var(--ease-out-soft);
}
.card:hover {
  border-color: var(--border-medium);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.card--subtle {
  background: var(--bg-subtle);
  border-color: var(--border-hairline);
}
.card--elevated {
  background: var(--bg-elevated);
  border-color: var(--border-hairline);
  box-shadow: var(--shadow-card);
}
.card--brand {
  background: var(--brand-blue-soft);
  border-color: var(--brand-blue);
}
.card--dark {
  background: var(--bg-band-dark);
  color: var(--ink-inverse);
  border: none;
}
.card--dark h2, .card--dark h3, .card--dark p { color: var(--ink-inverse); }

/* ---------- BENTO GRID ---------- */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--sp-4);
}
.bento__tile {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-6);
  transition: all var(--dur-hover) var(--ease-out-soft);
  display: flex;
  flex-direction: column;
  min-height: 240px;
}
.bento__tile:hover {
  border-color: var(--border-medium);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
}
.bento__tile--span-4 { grid-column: span 4; }
.bento__tile--span-6 { grid-column: span 6; }
.bento__tile--span-8 { grid-column: span 8; }
.bento__tile--span-12 { grid-column: span 12; }
.bento__tile--dark {
  background: var(--bg-band-dark);
  color: var(--ink-inverse);
  border: none;
}
.bento__tile--brand {
  background: var(--brand-blue-soft);
  border-color: var(--brand-blue);
}
.bento__tile--gold {
  background: var(--accent-gold-soft);
  border-color: var(--accent-gold);
}
.bento__tile__num {
  font-family: var(--font-mono);
  font-size: var(--type-eyebrow);
  font-weight: var(--fw-eyebrow);
  letter-spacing: var(--ls-eyebrow);
  text-transform: uppercase;
  color: var(--accent-gold);
  margin-bottom: var(--sp-4);
}
.bento__tile__title {
  font-size: var(--type-h3);
  font-weight: var(--fw-h3);
  letter-spacing: var(--ls-h3);
  margin-bottom: var(--sp-3);
  line-height: var(--lh-tight);
}
.bento__tile__body {
  color: var(--ink-secondary);
  font-size: 15px;
  line-height: var(--lh-body);
  margin-bottom: var(--sp-4);
  flex: 1;
}
.bento__tile__value {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--brand-blue);
  font-weight: var(--fw-strong);
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(6, 1fr); }
  .bento__tile--span-4 { grid-column: span 6; }
  .bento__tile--span-6 { grid-column: span 6; }
  .bento__tile--span-8 { grid-column: span 6; }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; }
  .bento__tile { grid-column: 1; min-height: 200px; }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 0 clamp(60px, 8vw, 120px);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--gradient-hero);
  pointer-events: none;
}
.hero__container {
  position: relative;
  z-index: 1;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 6vw, 72px);
  align-items: center;
}
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--sp-10); }
}
.hero__sub {
  font-size: var(--type-body-lg);
  color: var(--ink-secondary);
  line-height: var(--lh-body);
  margin-bottom: var(--sp-8);
  max-width: 580px;
}
.hero__microcopy {
  font-size: 14px;
  color: var(--ink-tertiary);
  margin-top: var(--sp-5);
}
.hero__microcopy strong { color: var(--accent-gold-deep); font-weight: var(--fw-strong); }
.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero__visual img {
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-elevated);
}

/* ---------- TRUST BAR ---------- */
.trust-bar {
  padding: var(--sp-10) 0;
  background: var(--bg-elevated);
  border-top: 1px solid var(--border-hairline);
  border-bottom: 1px solid var(--border-hairline);
}
.trust-bar__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}
@media (max-width: 760px) {
  .trust-bar__grid { grid-template-columns: 1fr; }
}
.trust-bar__heading {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink-primary);
  margin-bottom: var(--sp-3);
}
.trust-bar__heading em { font-style: italic; }
.trust-bar__sub {
  font-size: var(--type-small);
  color: var(--ink-secondary);
}
.trust-bar__verticals {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}
.trust-bar__vertical {
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 6px 12px;
  background: var(--bg-subtle);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-full);
  color: var(--ink-secondary);
  letter-spacing: 0.02em;
  transition: all var(--dur-hover) var(--ease-out-soft);
}
.trust-bar__vertical:hover {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  background: var(--brand-blue-soft);
}

/* ---------- DARK BAND SECTIONS (used 1-2x per page for rhythm) ---------- */
.section--dark {
  background: var(--gradient-dark);
  color: var(--ink-inverse);
}
.section--dark h2, .section--dark h3, .section--dark p { color: var(--ink-inverse); }
.section--dark .section-head__sub { color: rgba(250, 248, 243, 0.75); }
.section--dark .eyebrow { color: var(--accent-gold); }
.section--dark .section-number { color: var(--accent-gold); }
.section--dark .section-number::after { background: rgba(250, 248, 243, 0.2); }

/* ---------- BIG STAT TILES ---------- */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--sp-5);
}
.stat-tile {
  text-align: center;
  padding: var(--sp-10) var(--sp-6);
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
}
.stat-tile--brand { background: var(--brand-blue-soft); border-color: var(--brand-blue); }
.stat-tile__number {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1;
  color: var(--ink-primary);
  margin-bottom: var(--sp-3);
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum';
}
.stat-tile--brand .stat-tile__number { color: var(--brand-blue); }
.stat-tile__label {
  font-size: 15px;
  color: var(--ink-secondary);
  line-height: var(--lh-body);
}

/* ---------- COMPARISON TABLE ---------- */
.compare {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.compare__row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.2fr;
  border-bottom: 1px solid var(--border-hairline);
}
.compare__row:last-child { border-bottom: none; }
.compare__row--header {
  background: var(--bg-subtle);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--ink-tertiary);
}
.compare__cell {
  padding: var(--sp-5);
  border-right: 1px solid var(--border-hairline);
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-secondary);
}
.compare__cell:last-child { border-right: none; }
.compare__cell--label {
  color: var(--ink-primary);
  font-weight: 500;
}
.compare__cell--td {
  background: var(--brand-blue-soft);
  color: var(--ink-primary);
  font-weight: 500;
  border-left: 2px solid var(--brand-blue);
}
.compare__row--header .compare__cell--td {
  background: var(--brand-blue);
  color: var(--ink-inverse);
  border-bottom: 2px solid var(--accent-gold);
}
.compare__row--total {
  background: var(--bg-subtle);
  font-weight: 600;
}
.compare__row--total .compare__cell { font-size: 15px; color: var(--ink-primary); }

@media (max-width: 900px) {
  .compare { overflow-x: auto; }
  .compare__row { min-width: 800px; }
}

/* ---------- TIMELINE ---------- */
.timeline {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.timeline__item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: var(--sp-6);
  padding: var(--sp-6) var(--sp-8);
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  transition: all var(--dur-hover) var(--ease-out-soft);
}
.timeline__item:hover {
  border-color: var(--brand-blue);
  transform: translateX(4px);
  box-shadow: var(--shadow-card);
}
.timeline__day {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: var(--fw-strong);
  color: var(--brand-blue);
  letter-spacing: 0.04em;
}
.timeline__title {
  font-size: 18px;
  font-weight: var(--fw-h3);
  margin-bottom: var(--sp-2);
  color: var(--ink-primary);
}
.timeline__body {
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.5;
}
@media (max-width: 600px) {
  .timeline__item { grid-template-columns: 1fr; }
}

/* ---------- FAQ ACCORDION ---------- */
.faq-list { display: flex; flex-direction: column; gap: var(--sp-3); }
.faq-item {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--dur-hover) var(--ease-out-soft);
}
.faq-item:hover { border-color: var(--border-medium); }
.faq-item[open] { border-color: var(--brand-blue); }
.faq-item summary {
  padding: var(--sp-6);
  font-size: 17px;
  font-weight: 500;
  color: var(--ink-primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-4);
  transition: color var(--dur-hover) var(--ease-out-soft);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 300;
  color: var(--brand-blue);
  transition: transform var(--dur-hover) var(--ease-out-soft);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--brand-blue); }
.faq-item__body {
  padding: 0 var(--sp-6) var(--sp-6);
  color: var(--ink-secondary);
  font-size: 15px;
  line-height: var(--lh-body);
}
.faq-item__body p { margin-bottom: var(--sp-4); }
.faq-item__body p:last-child { margin-bottom: 0; }

/* ---------- PRICING CARDS ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--sp-5);
  margin-bottom: var(--sp-8);
}
.price-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-8);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all var(--dur-hover) var(--ease-out-soft);
}
.price-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}
.price-card--featured {
  border-color: var(--brand-blue);
  background: linear-gradient(180deg, var(--brand-blue-soft) 0%, var(--bg-elevated) 40%);
  transform: scale(1.03);
  box-shadow: var(--shadow-glow-blue);
}
.price-card--featured:hover { transform: scale(1.03) translateY(-3px); }
@media (max-width: 760px) {
  .price-card--featured { transform: scale(1); }
  .price-card--featured:hover { transform: translateY(-3px); }
}
.price-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-gold);
  color: var(--ink-primary);
  padding: 5px 14px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.price-card__name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--fw-display);
  color: var(--ink-primary);
  margin-bottom: var(--sp-3);
}
.price-card__price {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 56px);
  font-weight: var(--fw-display);
  line-height: 1;
  color: var(--ink-primary);
  margin-bottom: var(--sp-2);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}
.price-card__currency { font-size: 22px; vertical-align: top; color: var(--ink-secondary); }
.price-card__period { font-size: 15px; color: var(--ink-secondary); font-weight: 400; font-family: var(--font-body); }
.price-card__setup {
  font-size: 13px;
  color: var(--ink-tertiary);
  margin-bottom: var(--sp-3);
}
.price-card__target {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--brand-blue);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: var(--sp-4);
  padding-bottom: var(--sp-4);
  border-bottom: 1px dashed var(--border-hairline);
}
.price-card__features {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-6);
}
.price-card__features li {
  font-size: 14px;
  color: var(--ink-secondary);
  padding-left: var(--sp-5);
  position: relative;
  line-height: var(--lh-tight);
}
.price-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-blue);
  font-weight: 700;
}
.price-card__features li strong { color: var(--ink-primary); font-weight: 600; }

/* ---------- FINAL CTA BLOCK ---------- */
.final-cta {
  background: var(--gradient-dark);
  padding: clamp(60px, 8vw, 120px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(47, 109, 244, 0.20), transparent 60%),
    radial-gradient(ellipse 40% 40% at 80% 100%, rgba(212, 164, 55, 0.10), transparent 60%);
  pointer-events: none;
}
.final-cta__container { position: relative; }
.final-cta__headline {
  font-family: var(--font-display);
  font-weight: var(--fw-display);
  font-size: clamp(40px, 5vw, 64px);
  line-height: var(--lh-display);
  letter-spacing: var(--ls-display);
  color: var(--ink-inverse);
  margin-bottom: var(--sp-5);
}
.final-cta__headline em { font-style: italic; }
.final-cta__sub {
  font-size: var(--type-body-lg);
  color: rgba(250, 248, 243, 0.85);
  max-width: 580px;
  margin: 0 auto var(--sp-10);
}
.final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-4);
}
.final-cta__or {
  color: rgba(250, 248, 243, 0.4);
  font-size: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.final-cta__microcopy {
  margin-top: var(--sp-6);
  color: rgba(250, 248, 243, 0.75);
  font-size: 14px;
}
.final-cta__microcopy strong { color: var(--accent-gold); }

/* ---------- FOOTER ---------- */
.footer {
  background: var(--bg-band-dark);
  color: var(--ink-inverse);
  padding: var(--sp-16) 0 var(--sp-8);
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: var(--sp-8);
  margin-bottom: var(--sp-12);
}
@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: var(--sp-6); }
}
@media (max-width: 600px) {
  .footer__grid { grid-template-columns: 1fr; }
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
}
.footer__brand .nav__brand { color: var(--ink-inverse); }
.footer__tagline {
  color: rgba(250, 248, 243, 0.7);
  font-size: 15px;
  max-width: 320px;
  line-height: var(--lh-body);
}
.footer__contact {
  color: rgba(250, 248, 243, 0.6);
  font-size: 14px;
}
.footer__contact a {
  color: rgba(250, 248, 243, 0.8);
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}
.footer__contact a:hover { color: var(--accent-gold); }
.footer__col h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(250, 248, 243, 0.5);
  margin-bottom: var(--sp-4);
}
.footer__col a {
  display: block;
  padding: 4px 0;
  color: rgba(250, 248, 243, 0.75);
  font-size: 14px;
  text-decoration: none;
  transition: color var(--dur-hover) var(--ease-out-soft);
}
.footer__col a:hover { color: var(--accent-gold); }
.footer__bottom {
  padding-top: var(--sp-6);
  border-top: 1px solid rgba(250, 248, 243, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
  color: rgba(250, 248, 243, 0.5);
  font-size: 12px;
}

/* ---------- CALCULATOR WIDGET (for /audit pages — the Danny math walkthrough) ---------- */
.calculator {
  background: var(--bg-elevated);
  border: 2px solid var(--brand-blue);
  border-radius: var(--radius-xl);
  padding: clamp(24px, 4vw, 48px);
  box-shadow: var(--shadow-elevated);
  max-width: 720px;
  margin: 0 auto;
}
.calculator__heading {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: var(--fw-display);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: var(--sp-3);
}
.calculator__sub {
  color: var(--ink-secondary);
  font-size: 15px;
  margin-bottom: var(--sp-8);
}
.calculator__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}
@media (min-width: 600px) {
  .calculator__row { grid-template-columns: 1fr 1fr; }
}
.calculator__field {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.calculator__field label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-tertiary);
  font-weight: 600;
}
.calculator__field input {
  padding: 12px 16px;
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  font-size: 16px;
  background: var(--bg-canvas);
  color: var(--ink-primary);
  font-variant-numeric: tabular-nums;
  transition: border-color var(--dur-hover) var(--ease-out-soft);
}
.calculator__field input:focus {
  outline: none;
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px var(--brand-blue-soft);
}
.calculator__result {
  margin-top: var(--sp-8);
  padding: var(--sp-6);
  background: var(--brand-blue-soft);
  border-radius: var(--radius-lg);
  text-align: center;
}
.calculator__result__label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-blue-deep);
  font-weight: 600;
  margin-bottom: var(--sp-2);
}
.calculator__result__number {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 64px);
  font-weight: var(--fw-display);
  line-height: 1;
  color: var(--brand-blue);
  margin-bottom: var(--sp-2);
  font-variant-numeric: tabular-nums;
}
.calculator__result__sub {
  font-size: 15px;
  color: var(--ink-secondary);
}

/* ---------- ANIMATION (default-visible, optional enhancement) ----------
   Content is ALWAYS visible in the DOM. JS adds .reveal then .reveal--in
   on scroll-into-view for a brief fade-up enhancement. If JS fails or the
   element is captured before paint (screenshots, print), content remains
   visible. No opacity:0 trap. */
/* .reveal pattern intentionally retained as no-op for future use.
   If re-enabled, must guarantee content is visible without JS. */
.reveal { opacity: 1; transform: none; }
.reveal--in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .price-card--featured { transform: none !important; }
}

/* Safety net: if JS never runs at all, content stays visible (no .reveal class added). */
/* If .reveal IS added but .reveal--in never follows (e.g. IntersectionObserver missing),
   the noscript fallback below ensures visibility. */


/* ===========================================================
   PAGE-SPECIFIC EXTENSIONS
   For inner pages: pricing, contact, how-it-works, audit/*
   =========================================================== */

/* ---------- HERO --inner modifier (for non-home pages) ---------- */
.hero--inner {
  padding-top: calc(var(--nav-height) + var(--sp-6));
  padding-bottom: var(--sp-7);
  background: var(--bg-canvas);
}
.hero--inner .hero__container { text-align: left; max-width: 880px; }
.hero--inner .hero-headline { margin-top: var(--sp-3); }

/* ---------- PRICE CARD additional ---------- */
.price-card__amount {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 72px);
  font-weight: var(--fw-display);
  line-height: 1;
  color: var(--ink-primary);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.price-card__amount--enterprise {
  font-size: clamp(36px, 5vw, 52px);
  font-style: italic;
  color: var(--brand-blue);
}
.price-card__pitch {
  color: var(--ink-secondary);
  font-size: 14.5px;
  line-height: 1.5;
  margin: var(--sp-3) 0 var(--sp-4);
  min-height: 4.2em;
}
.price-card--enterprise {
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-subtle) 100%);
  border-color: var(--brand-blue);
}

/* ---------- PRICE GRID ---------- */
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-3);
  align-items: stretch;
}
@media (max-width: 1100px) {
  .price-grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-4); }
}
@media (max-width: 640px) {
  .price-grid { grid-template-columns: 1fr; }
}

/* ---------- CONTACT GRID ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: var(--sp-6);
  align-items: start;
}
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; gap: var(--sp-5); } }

.contact-aside { padding-top: var(--sp-3); }
.contact-aside h2 { margin-top: var(--sp-2); margin-bottom: var(--sp-4); }

.contact-steps {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  margin: 0 0 var(--sp-5);
}
.contact-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: var(--sp-3);
  align-items: start;
}
.contact-step__num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand-blue);
  color: var(--ink-inverse);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: 14px;
}
.contact-steps h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--ink-primary);
}
.contact-steps p {
  color: var(--ink-secondary);
  font-size: 14.5px;
  line-height: 1.55;
}

.contact-pledge {
  background: var(--bg-subtle);
  border-left: 3px solid var(--accent-gold);
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--radius-md);
}
.contact-pledge h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-gold-deep);
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-pledge p { font-size: 14.5px; color: var(--ink-secondary); line-height: 1.55; margin: 0; }

.contact-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow-md);
}

.contact-cal {
  margin-top: var(--sp-3);
  min-height: 320px;
  border: 2px dashed var(--border-medium);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-4);
  background: var(--bg-subtle);
}
.contact-cal__placeholder { text-align: center; max-width: 380px; }
.contact-cal__label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-tertiary);
  margin-bottom: 8px;
  font-weight: 600;
}
.contact-cal__title { font-size: 16px; font-weight: 600; color: var(--ink-primary); margin-bottom: 8px; }
.contact-cal__sub { font-size: 13px; color: var(--ink-secondary); line-height: 1.55; }
.contact-cal__sub code {
  background: var(--bg-canvas);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 11.5px;
  color: var(--brand-blue);
}

.contact-divider {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin: var(--sp-4) 0;
  color: var(--ink-tertiary);
}
.contact-divider::before,
.contact-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-hairline);
}
.contact-divider span {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.contact-direct {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-3);
}
@media (max-width: 540px) { .contact-direct { grid-template-columns: 1fr; } }
.contact-direct__item {
  display: block;
  padding: var(--sp-3);
  background: var(--bg-subtle);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.contact-direct__item:hover {
  transform: translateY(-2px);
  border-color: var(--brand-blue);
  box-shadow: var(--shadow-sm);
}
.contact-direct__label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-tertiary);
  font-weight: 600;
  margin-bottom: 6px;
}
.contact-direct__value {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink-primary);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 4px;
}
.contact-direct__sub { font-size: 12.5px; color: var(--ink-secondary); }

/* ---------- FIT GRID ---------- */
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
}
@media (max-width: 800px) { .fit-grid { grid-template-columns: 1fr; } }

.fit-col {
  background: var(--bg-elevated);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
  border-top: 4px solid var(--border-medium);
}
.fit-col--yes { border-top-color: var(--brand-blue); }
.fit-col--no { border-top-color: var(--ink-tertiary); }

.fit-col__header {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-3);
}
.fit-col__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--brand-blue);
  color: var(--ink-inverse);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
}
.fit-col--no .fit-col__icon { background: var(--ink-tertiary); }
.fit-col h3 { font-size: 18px; font-weight: 600; color: var(--ink-primary); margin: 0; }

.fit-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  padding: 0;
  margin: 0;
}
.fit-col li {
  padding-left: 22px;
  position: relative;
  font-size: 14.5px;
  color: var(--ink-secondary);
  line-height: 1.5;
}
.fit-col--yes li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-blue);
  font-weight: 700;
}
.fit-col--no li::before {
  content: '×';
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--ink-tertiary);
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}

/* ===========================================================
   SQUEEZE-PAGE (high-conversion landing) STYLES
   /audit/* pages
   =========================================================== */

.page-squeeze { background: var(--bg-canvas); }

.nav--squeeze .nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__cta-phone {
  text-align: right;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: opacity 200ms ease;
}
.nav__cta-phone:hover { opacity: 0.7; }
.nav__cta-phone__label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-tertiary);
  margin-bottom: 2px;
  font-weight: 600;
}
.nav__cta-phone__number {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 500;
  color: var(--ink-primary);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.squeeze-hero {
  padding-top: calc(var(--nav-height) + var(--sp-7));
  padding-bottom: var(--sp-7);
  background:
    radial-gradient(ellipse at top right, rgba(47,109,244,0.08), transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(212,164,55,0.06), transparent 50%),
    var(--bg-canvas);
  text-align: center;
}
.squeeze-hero__container { max-width: 920px; }
.squeeze-hero__eyebrow {
  display: inline-block;
  background: var(--brand-blue-soft);
  color: var(--brand-blue-deep);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: var(--sp-4);
}
.squeeze-hero__headline {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: var(--fw-display);
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--ink-primary);
  margin-bottom: var(--sp-4);
}
.squeeze-hero__headline em {
  font-style: italic;
  color: var(--brand-blue);
}
.squeeze-hero__highlight {
  display: block;
  margin-top: 12px;
  font-size: 0.78em;
  color: var(--ink-secondary);
  font-weight: 500;
  font-style: italic;
}
.squeeze-hero__sub {
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.55;
  color: var(--ink-secondary);
  max-width: 760px;
  margin: 0 auto var(--sp-5);
}
.squeeze-hero__cta { margin-bottom: var(--sp-5); }
.squeeze-hero__microcopy {
  margin-top: var(--sp-3);
  font-size: 13.5px;
  color: var(--ink-tertiary);
  font-style: italic;
}

.squeeze-hero__trust {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--sp-4);
  padding: 0;
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--ink-tertiary);
  font-weight: 600;
}
.squeeze-hero__trust li {
  position: relative;
  padding-left: 18px;
}
.squeeze-hero__trust li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--brand-blue);
}

/* ---------- CALCULATOR --dark modifier ---------- */
.calculator--dark {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--ink-inverse);
}
.calculator--dark input {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.2);
  color: var(--ink-inverse);
}
.calculator--dark input:focus {
  border-color: var(--accent-gold);
  background: rgba(255,255,255,0.08);
}
.calculator__result--dark {
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(212,164,55,0.3);
}

/* ---------- REFRAME GRID (3 reasons in audit page) ---------- */
.reframe-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}
@media (max-width: 900px) { .reframe-grid { grid-template-columns: 1fr; } }

.reframe-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
  border-top: 4px solid var(--brand-blue);
}
.reframe-card__num {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-blue);
  font-weight: 600;
  margin-bottom: var(--sp-2);
}
.reframe-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink-primary);
  margin-bottom: var(--sp-2);
}
.reframe-card p {
  font-size: 14.5px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

/* ---------- AUDIT DELIVERABLES (3 numbered items) ---------- */
.audit-deliverables {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  margin: var(--sp-5) 0 0;
  padding: 0;
}
.audit-deliverables li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: var(--sp-3);
  align-items: start;
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
}
.audit-deliverables__num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  color: var(--brand-blue);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.audit-deliverables h3 {
  font-size: 19px;
  font-weight: 600;
  color: var(--ink-primary);
  margin-bottom: 8px;
  line-height: 1.3;
}
.audit-deliverables p {
  font-size: 15px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

/* ---------- SQUEEZE BOOKING (gold/navy contrast) ---------- */
.squeeze-booking {
  background:
    radial-gradient(ellipse at top, rgba(212,164,55,0.15), transparent 50%),
    var(--ink-primary);
  color: var(--ink-inverse);
  padding: var(--sp-7) 0;
}
.squeeze-booking__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 48px);
  margin-top: var(--sp-5);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.squeeze-booking__card .contact-cal {
  border-color: rgba(255,255,255,0.2);
  background: rgba(0,0,0,0.2);
}
.squeeze-booking__card .contact-cal__placeholder * { color: rgba(250,248,243,0.8); }
.squeeze-booking__card .contact-cal__label,
.squeeze-booking__card .contact-cal__sub { color: rgba(250,248,243,0.6); }
.squeeze-booking__card .contact-cal__sub code {
  background: rgba(255,255,255,0.1);
  color: var(--accent-gold);
}
.squeeze-booking__card .contact-divider span { color: rgba(250,248,243,0.6); }
.squeeze-booking__card .contact-divider::before,
.squeeze-booking__card .contact-divider::after { background: rgba(255,255,255,0.15); }

.squeeze-booking__phone {
  display: block;
  text-align: center;
  padding: var(--sp-4);
  background: rgba(212,164,55,0.1);
  border: 2px solid var(--accent-gold);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.squeeze-booking__phone:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212,164,55,0.25);
}
.squeeze-booking__phone-label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-gold);
  font-weight: 600;
  margin-bottom: 8px;
}
.squeeze-booking__phone-number {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 44px);
  font-weight: 500;
  color: var(--ink-inverse);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.squeeze-booking__phone-sub { font-size: 13px; color: rgba(250,248,243,0.7); }

/* ---------- FOOTER --squeeze (minimal) ---------- */
.footer--squeeze {
  padding: var(--sp-4) 0;
  background: var(--ink-primary);
}
.footer--squeeze a:hover { color: var(--accent-gold); }

/* ===========================================================
   PROSE (long-form body content)
   =========================================================== */
.prose {
  max-width: 680px;
  margin: var(--sp-5) auto 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-secondary);
}
.prose p {
  margin-bottom: var(--sp-4);
}
.prose p:last-child { margin-bottom: 0; }
.prose strong { color: var(--ink-primary); font-weight: 600; }
.prose em { font-style: italic; }
.prose a {
  color: var(--brand-blue);
  text-decoration: underline;
  text-decoration-color: rgba(47,109,244,0.4);
  text-underline-offset: 2px;
}
.prose a:hover { text-decoration-color: var(--brand-blue); }

/* ===========================================================
   TEAM (about page)
   =========================================================== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-4);
  margin-top: var(--sp-5);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) { .team-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .team-grid { grid-template-columns: 1fr; } }

.team-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-5) var(--sp-4) var(--sp-4);
  border-top: 4px solid var(--brand-blue);
  text-align: left;
}

/* Avatar: initial-letter placeholder by default, real photo overlays when present */
.team-card__avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin-bottom: var(--sp-3);
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-blue-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px -6px rgba(47,109,244,0.35), inset 0 1px 0 rgba(255,255,255,0.10);
}
.team-card__avatar::before {
  content: attr(data-initial);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 40px;
  color: var(--ink-inverse);
  letter-spacing: -0.02em;
  line-height: 1;
}
.team-card__avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.team-card__role {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-blue);
  font-weight: 600;
  margin-bottom: var(--sp-2);
}
.team-card h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink-primary);
  margin-bottom: var(--sp-2);
  letter-spacing: -0.02em;
}
.team-card p {
  font-size: 14.5px;
  color: var(--ink-secondary);
  line-height: 1.6;
  margin-bottom: var(--sp-3);
}
.team-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-3);
  padding-top: var(--sp-3);
  border-top: 1px solid var(--border-hairline);
}
.team-card__links a {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--brand-blue);
  text-decoration: none;
  font-weight: 500;
}
.team-card__links a:hover { text-decoration: underline; }

/* ===========================================================
   FOUNDER ROSTER (customers page)
   =========================================================== */
.founder-roster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}
.founder-roster__card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.founder-roster__card--available {
  border-style: dashed;
  border-color: var(--border-medium);
}
.founder-roster__badge {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-tertiary);
  font-weight: 600;
}
.founder-roster__card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink-primary);
  line-height: 1.2;
  letter-spacing: -0.015em;
}
.founder-roster__card p {
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.55;
  flex: 1;
}

/* ===========================================================
   FEATURE GRID + ROW (features page)
   =========================================================== */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}
@media (max-width: 960px) { .feature-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .feature-grid { grid-template-columns: 1fr; } }

.feature-row {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: var(--sp-4);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}
.feature-row:hover {
  border-color: var(--brand-blue);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}
.feature-row--highlight {
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--brand-blue-soft) 100%);
  border-color: var(--brand-blue);
}
.feature-row h3 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-primary);
  margin-bottom: var(--sp-2);
  line-height: 1.3;
}
.feature-row p {
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

/* ===========================================================
   INTEGRATION GRID + CARD (integrations page)
   =========================================================== */
.integration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-3);
}
@media (max-width: 900px) { .integration-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .integration-grid { grid-template-columns: 1fr; } }

.integration-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: var(--sp-4);
  border-top: 3px solid var(--brand-blue);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.integration-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.integration-card--enterprise { border-top-color: var(--accent-gold); }
.integration-card__badge {
  font-family: var(--font-mono);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-blue);
  font-weight: 600;
  margin-bottom: var(--sp-2);
}
.integration-card--enterprise .integration-card__badge { color: var(--accent-gold-deep); }
.integration-card h3 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: var(--ink-primary);
  margin-bottom: var(--sp-2);
  letter-spacing: -0.015em;
}
.integration-card p {
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

/* ===========================================================
   ROADMAP LIST (integrations page)
   =========================================================== */
.roadmap-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}
.roadmap-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: var(--sp-4);
  align-items: start;
  padding: var(--sp-4);
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--brand-blue);
}
@media (max-width: 540px) {
  .roadmap-item { grid-template-columns: 1fr; gap: var(--sp-2); }
}
.roadmap-item__quarter {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-blue);
  font-weight: 600;
  padding-top: 2px;
}
.roadmap-item h3 {
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink-primary);
  margin-bottom: 6px;
  line-height: 1.3;
}
.roadmap-item p {
  font-size: 14.5px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

/* ===========================================================
   HOMEPAGE V3 COMPONENTS
   New components added in the copy + structure rewrite
   =========================================================== */

/* ---------- TRUST LINE (replaces trust-bar) ---------- */
.trust-line {
  padding: var(--sp-6) 0;
  background: var(--bg-canvas);
  border-bottom: 1px solid var(--border-hairline);
  text-align: center;
}
.trust-line__lead {
  font-size: 14px;
  color: var(--ink-tertiary);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: var(--sp-3);
}
.trust-line__verticals {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  padding: 0;
  margin: 0;
}
.trust-line__verticals li {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-secondary);
  padding: 6px 14px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: 999px;
}

/* ---------- STEPLIST (numbered ordered steps) ---------- */
.steplist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin: var(--sp-5) auto 0;
  padding: 0;
  max-width: 820px;
}
.steplist__item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: var(--sp-4);
  align-items: start;
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-4) var(--sp-5);
}
@media (max-width: 540px) {
  .steplist__item { grid-template-columns: 56px 1fr; padding: var(--sp-3) var(--sp-4); gap: var(--sp-3); }
}
.steplist__num {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 500;
  color: var(--brand-blue);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}
@media (max-width: 540px) { .steplist__num { font-size: 32px; } }
.steplist__body h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--ink-primary);
  line-height: 1.3;
  margin-bottom: 6px;
}
.steplist__body p {
  font-size: 15px;
  color: var(--ink-secondary);
  line-height: 1.55;
}

/* ---------- VS-GRID (3-card comparison replacing 14-row table) ---------- */
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
  align-items: stretch;
}
@media (max-width: 960px) {
  .vs-grid { grid-template-columns: 1fr; }
}
.vs-card {
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-lg);
  padding: var(--sp-4) var(--sp-4) var(--sp-5);
  display: flex;
  flex-direction: column;
}
.vs-card--featured {
  background: linear-gradient(180deg, #ffffff 0%, var(--brand-blue-soft) 100%);
  border: 2px solid var(--brand-blue);
  box-shadow: var(--shadow-glow-blue);
}
.vs-card__label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-tertiary);
  font-weight: 600;
  margin-bottom: var(--sp-2);
}
.vs-card__label--featured { color: var(--brand-blue); }
.vs-card__price {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 500;
  color: var(--ink-primary);
  line-height: 1.1;
  margin-bottom: var(--sp-3);
  letter-spacing: -0.02em;
}
.vs-card__price span {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-secondary);
  margin-top: 4px;
  letter-spacing: 0;
}
.vs-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--sp-3);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  flex: 1;
}
.vs-card__list li {
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.45;
  padding-left: 0;
}
.vs-card__list li strong {
  color: var(--ink-primary);
  font-weight: 600;
}
.vs-card__catch {
  font-size: 13.5px;
  color: var(--ink-tertiary);
  line-height: 1.5;
  font-style: italic;
  padding-top: var(--sp-3);
  border-top: 1px solid var(--border-hairline);
}

/* ---------- DEMO CARD (phone-number focal CTA) ---------- */
.demo-card {
  background: var(--bg-elevated);
  border: 2px solid var(--brand-blue);
  border-radius: var(--radius-xl);
  padding: clamp(32px, 5vw, 56px);
  box-shadow: var(--shadow-glow-blue);
  text-align: center;
  margin-top: var(--sp-5);
}
.demo-card__phone {
  display: block;
  text-decoration: none;
  margin-bottom: var(--sp-5);
}
.demo-card__phone__label {
  display: block;
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--brand-blue);
  font-weight: 600;
  margin-bottom: 12px;
}
.demo-card__phone__number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(40px, 7vw, 64px);
  font-weight: 500;
  color: var(--ink-primary);
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 12px;
}
.demo-card__phone__hint {
  display: block;
  font-size: 14px;
  color: var(--ink-secondary);
}
.demo-card__scenarios {
  padding-top: var(--sp-5);
  border-top: 1px solid var(--border-hairline);
  text-align: left;
  max-width: 480px;
  margin: 0 auto;
}
.demo-card__scenarios__label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-tertiary);
  font-weight: 600;
  margin-bottom: var(--sp-3);
}
.demo-card__scenarios ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.demo-card__scenarios li {
  font-size: 14.5px;
  color: var(--ink-secondary);
  font-family: var(--font-mono);
  line-height: 1.5;
  padding: 8px 12px;
  background: var(--bg-subtle);
  border-radius: var(--radius-md);
}

/* ---------- INCLUDES LIST (replaces value stack with fake dollar values) ---------- */
.includes-list {
  list-style: none;
  padding: 0;
  margin: var(--sp-5) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.includes-list li {
  font-size: 16px;
  color: var(--ink-secondary);
  line-height: 1.6;
  padding: var(--sp-3) var(--sp-4) var(--sp-3) 36px;
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  position: relative;
}
.includes-list li::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 22px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-blue);
}
.includes-list li strong { color: var(--ink-primary); font-weight: 600; }

/* ---------- QUALITY LIST (replaces 11-tile F-Matrix bento) ---------- */
.quality-list {
  list-style: none;
  padding: 0;
  margin: var(--sp-5) 0 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.quality-list li {
  padding: var(--sp-4);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  border-left: 3px solid var(--accent-gold);
}
.quality-list h4 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-inverse);
  margin-bottom: 6px;
  line-height: 1.3;
}
.quality-list p {
  font-size: 14.5px;
  color: rgba(250,248,243,0.75);
  line-height: 1.55;
}

/* ---------- MOBILE BUTTON OVERFLOW FIX ---------- */
.btn-row {
  flex-wrap: wrap;
}
@media (max-width: 540px) {
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { width: 100%; text-align: center; }
  .btn--xl, .btn--lg {
    padding-left: var(--sp-3);
    padding-right: var(--sp-3);
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
  .final-cta__actions {
    flex-direction: column;
    align-items: stretch;
    gap: var(--sp-3);
  }
  .final-cta__actions .btn { width: 100%; text-align: center; }
  .final-cta__or { display: block; text-align: center; margin: var(--sp-1) 0; }
}

/* ---------- HERO IMAGE (inner page hero banner) ---------- */
.hero-image {
  max-width: 1200px;
  margin: var(--sp-5) auto var(--sp-7);
  padding: 0 var(--sp-5);
}
.hero-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: 0 30px 60px -20px rgba(11,21,48,0.20), 0 12px 24px -8px rgba(11,21,48,0.10);
}
@media (max-width: 720px) {
  .hero-image { padding: 0 var(--sp-4); margin: var(--sp-4) auto var(--sp-6); }
  .hero-image img { border-radius: var(--radius-lg); }
}

/* ---------- SECTION-IMAGE (inline break image inside page flow) ---------- */
.section-image {
  max-width: 1200px;
  margin: var(--sp-7) auto;
  padding: 0 var(--sp-5);
  text-align: center;
}
.section-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: 0 30px 60px -20px rgba(11,21,48,0.20), 0 12px 24px -8px rgba(11,21,48,0.10);
}
.section-image figcaption {
  margin-top: var(--sp-3);
  font-size: 14.5px;
  color: var(--ink-tertiary);
  font-style: italic;
}
@media (max-width: 720px) {
  .section-image { padding: 0 var(--sp-4); margin: var(--sp-5) auto; }
  .section-image img { border-radius: var(--radius-lg); }
}

/* ---------- STACK LIST (homepage value-stack with comparable monthly costs) ---------- */
.stack-list {
  list-style: none;
  padding: 0;
  margin: var(--sp-5) auto 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  max-width: 880px;
}
.stack-list__item {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: var(--sp-4);
  align-items: center;
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-md);
  padding: var(--sp-3) var(--sp-4);
}
@media (max-width: 720px) {
  .stack-list__item { grid-template-columns: 1fr; gap: 8px; padding: var(--sp-3); }
}
.stack-list__body h3 {
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 600;
  color: var(--ink-primary);
  margin-bottom: 4px;
  line-height: 1.3;
}
.stack-list__body p {
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.5;
}
.stack-list__price {
  font-family: var(--font-mono);
  font-size: 12.5px;
  color: var(--ink-tertiary);
  text-align: right;
  line-height: 1.4;
}
@media (max-width: 720px) {
  .stack-list__price { text-align: left; padding-top: 6px; border-top: 1px dashed var(--border-hairline); }
}
.stack-list__price strong {
  color: var(--ink-primary);
  font-weight: 600;
}

/* Stack total card */
.stack-total {
  margin: var(--sp-5) auto 0;
  max-width: 580px;
  padding: var(--sp-5) clamp(28px, 4vw, 48px);
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-canvas) 100%);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-xl);
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.stack-total__label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-tertiary);
  font-weight: 600;
  margin-bottom: 8px;
}
.stack-total__amount {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 500;
  line-height: 1;
  color: var(--ink-primary);
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  margin-bottom: 6px;
}
.stack-total__amount span {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: var(--ink-secondary);
  letter-spacing: 0;
}
.stack-total__amount--brand { color: var(--brand-blue); }
.stack-total__hint {
  font-size: 13.5px;
  color: var(--ink-secondary);
  line-height: 1.5;
}
.stack-total__divider {
  height: 1px;
  background: var(--border-hairline);
  margin: var(--sp-4) 0;
}

/* ---------- WHY-BEST grid (homepage best-in-market section) ---------- */
.why-best {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}
.why-best__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: var(--sp-4);
  border-top: 3px solid var(--accent-gold);
}
.why-best__card__num {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent-gold);
  font-weight: 600;
  margin-bottom: var(--sp-2);
}
.why-best__card h3 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 600;
  color: var(--ink-inverse);
  margin-bottom: 6px;
  line-height: 1.3;
}
.why-best__card p {
  font-size: 14px;
  color: rgba(250,248,243,0.75);
  line-height: 1.55;
}

/* ---------- FOUNDING PROMOTION CALLOUT (pricing page) ---------- */
.founding-promo {
  padding: var(--sp-5) 0 var(--sp-7);
  background: var(--bg-canvas);
}
.founding-promo__card {
  background: linear-gradient(135deg, #0b1530 0%, #1a2547 60%, var(--brand-blue-deep) 100%);
  color: var(--ink-inverse);
  border-radius: var(--radius-xl);
  padding: clamp(28px, 4vw, 48px) clamp(28px, 5vw, 56px);
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(11,21,48,0.30), 0 12px 24px -8px rgba(11,21,48,0.15);
}
.founding-promo__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(212,164,55,0.18), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(47,109,244,0.18), transparent 50%);
  pointer-events: none;
}
.founding-promo__card > * { position: relative; z-index: 1; }
.founding-promo__badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-gold);
  font-weight: 600;
  padding: 6px 14px;
  background: rgba(212,164,55,0.12);
  border: 1px solid rgba(212,164,55,0.4);
  border-radius: 999px;
  margin-bottom: var(--sp-3);
}
.founding-promo__headline {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: var(--ink-inverse);
  margin-bottom: var(--sp-3);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.founding-promo__sub {
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.55;
  color: rgba(250,248,243,0.85);
  max-width: 620px;
  margin: 0 auto;
}

/* ---------- TERMS BAR (pricing page, above grid) ---------- */
.terms-bar {
  padding: var(--sp-6) 0 var(--sp-7);
  background: var(--bg-canvas);
}
.terms-bar__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: var(--sp-3);
  background: var(--bg-elevated);
  border: 1px solid var(--border-hairline);
  border-radius: var(--radius-xl);
  padding: var(--sp-5);
  box-shadow: var(--shadow-sm);
}
@media (max-width: 800px) {
  .terms-bar__grid { grid-template-columns: 1fr; gap: var(--sp-3); padding: var(--sp-4); }
}
.terms-bar__item {
  padding: var(--sp-3) var(--sp-4);
  text-align: center;
  border-right: 1px solid var(--border-hairline);
}
.terms-bar__item:last-child { border-right: 0; }
@media (max-width: 800px) {
  .terms-bar__item { border-right: 0; border-bottom: 1px solid var(--border-hairline); padding: var(--sp-3) 0; }
  .terms-bar__item:last-child { border-bottom: 0; }
}
.terms-bar__item--featured {
  background: linear-gradient(180deg, var(--brand-blue-soft) 0%, rgba(232,239,255,0.5) 100%);
  border-radius: var(--radius-md);
  border-right: 0;
}
.terms-bar__label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-tertiary);
  font-weight: 600;
  margin-bottom: 8px;
}
.terms-bar__item--featured .terms-bar__label { color: var(--brand-blue); }
.terms-bar__value {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  color: var(--ink-primary);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.terms-bar__item--featured .terms-bar__value { color: var(--brand-blue); }
.terms-bar__hint {
  font-size: 13px;
  color: var(--ink-secondary);
  line-height: 1.45;
  margin: 0;
}

/* ---------- PRINT ---------- */
@media print {
  .nav, .final-cta, .footer, .squeeze-booking, .contact-cal { display: none; }
  body { background: white; color: black; }
}
