/* Local font faces: Inter + Playfair Display */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(fonts/inter-normal-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/inter-normal-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/inter-normal-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/inter-normal-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/inter-normal-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(fonts/inter-normal-800-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/playfair-display-italic-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/playfair-display-normal-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/playfair-display-normal-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/playfair-display-normal-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Reset & Tokens ───────────────────────────────────────── */
    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      color-scheme: dark;
      --bg: #1a1e24;
      --bg-alt: #171b21;
      --surface: #21262d;
      --surface-alt: #272d35;
      --surface-hover: #2a3038;
      --surface-strong: #0f1318;
      --text: #F8F5EE;
      --text-muted: rgba(222, 228, 233, 0.74);
      --text-soft: rgba(166, 173, 181, 0.70);
      --text-faint: rgba(166, 173, 181, 0.46);
      --border: rgba(166, 173, 181, 0.10);
      --border-strong: rgba(42, 170, 142, 0.18);
      --accent: #174F42;
      --accent-hover: #1a6152;
      --accent-glow: #22836e;
      --accent-bright: #2aaa8e;
      --accent-soft: rgba(23, 79, 66, 0.10);
      --nav-bg: rgba(26, 30, 36, 0.94);
      --mobile-menu-bg: rgba(21, 25, 31, 0.99);
      --hero-start: #0f1318;
      --hero-mid: #1a1e24;
      --hero-end: #141b1f;
      --hero-spot: rgba(23, 79, 66, 0.18);
      --hero-fade-start: rgba(15, 19, 24, 0.72);
      --hero-fade-mid: rgba(15, 19, 24, 0.32);
      --grid-line: rgba(166, 173, 181, 0.06);
      --metrics-bg: linear-gradient(135deg, rgba(23, 79, 66, .95) 0%, rgba(12, 48, 38, .98) 100%);
      --metrics-border: rgba(42, 170, 142, .14);
      --chip-bg: rgba(23, 79, 66, 0.08);
      --chip-border: rgba(42, 170, 142, 0.16);
      --input-bg: rgba(255, 255, 255, 0.04);
      --input-border: rgba(166, 173, 181, 0.13);
      --footer-bg: #0d1014;
      --overlay-bg: rgba(0, 0, 0, 0.8);
      --danger: #d76b6b;
      --shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.22);
      --emerald: var(--accent);
      --emerald-mid: var(--accent-hover);
      --emerald-glow: var(--accent-glow);
      --emerald-bright: var(--accent-bright);
      --slate: var(--bg);
      --slate-mid: var(--surface);
      --silver: #A6ADB5;
      --silver-dim: var(--text-muted);
      --ivory: var(--text);
      --nav-h: 72px;
    }

    html[data-theme="light"] {
      color-scheme: light;
      --bg: #f4efe6;
      --bg-alt: #ede6db;
      --surface: #fbf7f0;
      --surface-alt: #f1eadf;
      --surface-hover: #f0e7db;
      --surface-strong: #e5ddd0;
      --text: #18211d;
      --text-muted: rgba(24, 33, 29, 0.76);
      --text-soft: rgba(24, 33, 29, 0.68);
      --text-faint: rgba(24, 33, 29, 0.54);
      --border: rgba(23, 79, 66, 0.12);
      --border-strong: rgba(23, 79, 66, 0.22);
      --accent: #174F42;
      --accent-hover: #1a6152;
      --accent-glow: #22836e;
      --accent-bright: #2aaa8e;
      --accent-soft: rgba(23, 79, 66, 0.08);
      --nav-bg: rgba(244, 239, 230, 0.94);
      --mobile-menu-bg: rgba(248, 243, 235, 0.98);
      --hero-start: #f6f1e8;
      --hero-mid: #eee7dc;
      --hero-end: #e4dccf;
      --hero-spot: rgba(23, 79, 66, 0.10);
      --hero-fade-start: rgba(246, 241, 232, 0.92);
      --hero-fade-mid: rgba(246, 241, 232, 0.58);
      --grid-line: rgba(24, 33, 29, 0.07);
      --metrics-bg: linear-gradient(135deg, rgba(23, 79, 66, .90) 0%, rgba(18, 70, 58, .96) 100%);
      --metrics-border: rgba(23, 79, 66, .18);
      --chip-bg: rgba(23, 79, 66, 0.07);
      --chip-border: rgba(23, 79, 66, 0.18);
      --input-bg: rgba(255, 255, 255, 0.72);
      --input-border: rgba(23, 79, 66, 0.18);
      --footer-bg: #e6ddd0;
      --overlay-bg: rgba(24, 33, 29, 0.48);
      --danger: #b74f4f;
      --shadow-soft: 0 18px 50px rgba(24, 33, 29, 0.10);
      --silver: #5f6c65;
      --hero-card-bg: linear-gradient(135deg, rgba(255, 252, 244, .90) 0%, rgba(226, 239, 231, .82) 100%);
      --hero-card-border: rgba(23, 79, 66, .24);
      --hero-card-shadow: 0 24px 60px rgba(24, 33, 29, .14);
      --hero-metric-bg: linear-gradient(90deg, rgba(23, 79, 66, .075), rgba(255, 252, 244, .64));
      --hero-orb-core: radial-gradient(ellipse at 33% 28%, rgba(42, 170, 142, .34) 0%, rgba(114, 178, 158, .26) 28%, rgba(105, 124, 116, .22) 52%, rgba(35, 48, 48, .62) 78%, rgba(17, 24, 25, .82) 100%);
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: var(--nav-h);
      background: var(--bg);
    }

    body {
      font-family: 'Inter', sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.65;
      font-size: 16px;
      overflow-x: hidden;
      transition: background-color .2s ease, color .2s ease;
    }

    h1,
    h2,
    h3,
    h4 {
      font-family: 'Playfair Display', serif;
      line-height: 1.15;
    }

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

    img {
      max-width: 100%;
      display: block;
    }

    button {
      font-family: inherit;
      cursor: pointer;
      border: none;
      background: none;
    }

    ::selection {
      background: rgba(42, 170, 142, 0.22);
      color: var(--text);
    }

    /* Reduced motion */
    @media (prefers-reduced-motion: reduce) {

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }

      #particle-canvas {
        display: none;
      }

      .proof-journey-progress {
        transform: none !important;
      }

      .proof-journey-step {
        opacity: 1 !important;
        transform: none !important;
      }
    }

    /* ── Skip Link ────────────────────────────────────────────── */
    .skip-link {
      position: absolute;
      top: -100px;
      left: 16px;
      z-index: 9999;
      padding: 10px 18px;
      background: var(--emerald-bright);
      color: var(--bg);
      font-size: 13px;
      font-weight: 700;
      border-radius: 2px;
      transition: top .2s;
    }

    .skip-link:focus {
      top: 16px;
      outline: 2px solid var(--text);
      outline-offset: 2px;
    }

    /* ── NAVIGATION ───────────────────────────────────────────── */
    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
    }

    nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 5%;
      height: var(--nav-h);
      background: var(--nav-bg);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid var(--border);
    }

    .nav-logo {
      display: inline-flex;
      align-items: center;
      padding: 8px 12px;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .12), transparent 42%),
        linear-gradient(135deg, rgba(23, 79, 66, .10) 0%, rgba(12, 48, 38, .16) 100%);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
      box-shadow: 0 12px 28px rgba(11, 16, 20, .08);
    }

    .nav-logo img {
      height: 40px;
      width: auto;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 28px;
      list-style: none;
    }

    .nav-links a {
      font-size: 12px;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--text-soft);
      transition: color .2s;
    }

    .nav-links a:hover,
    .nav-links a:focus-visible {
      color: var(--text);
      outline: none;
    }

    .nav-cta {
      background: var(--emerald) !important;
      color: #f8f5ee !important;
      padding: 9px 18px !important;
      border-radius: 2px;
      transition: background .2s !important;
    }

    .nav-cta:hover,
    .nav-cta:focus-visible {
      background: var(--emerald-mid) !important;
    }

    .theme-toggle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 38px;
      padding: 8px 12px;
      border: 1px solid var(--chip-border);
      border-radius: 2px;
      background: var(--chip-bg);
      color: var(--text);
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      transition: border-color .2s, background .2s, color .2s, transform .15s;
    }

    .theme-toggle:hover,
    .theme-toggle:focus-visible {
      border-color: var(--border-strong);
      background: var(--accent-soft);
      transform: translateY(-1px);
      outline: none;
    }

    .theme-toggle:focus-visible {
      box-shadow: 0 0 0 2px rgba(42, 170, 142, 0.22);
    }

    .theme-toggle-icon {
      width: 16px;
      height: 16px;
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--emerald-bright);
    }

    .theme-toggle-icon svg {
      position: absolute;
      inset: 0;
      width: 16px;
      height: 16px;
      fill: none;
      stroke: currentColor;
      stroke-width: 1.8;
      stroke-linecap: round;
      stroke-linejoin: round;
      transition: opacity .2s ease, transform .2s ease;
    }

    .theme-toggle .icon-sun {
      opacity: 0;
      transform: scale(.7);
    }

    .theme-toggle .icon-moon {
      opacity: 1;
      transform: scale(1);
    }

    html[data-theme="light"] .theme-toggle .icon-sun {
      opacity: 1;
      transform: scale(1);
    }

    html[data-theme="light"] .theme-toggle .icon-moon {
      opacity: 0;
      transform: scale(.7);
    }

    /* Hamburger */
    .menu-toggle {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 36px;
      height: 36px;
      padding: 6px;
      border-radius: 2px;
    }

    .menu-toggle:focus-visible {
      outline: 2px solid var(--emerald-bright);
      outline-offset: 2px;
    }

    .menu-toggle span {
      display: block;
      height: 2px;
      width: 100%;
      background: var(--silver);
      border-radius: 2px;
      transition: transform .25s, opacity .25s;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    /* Mobile Drawer */
    .mobile-menu {
      display: none;
      flex-direction: column;
      background: var(--mobile-menu-bg);
      border-bottom: 1px solid var(--border);
      padding: 16px 5% 24px;
    }

    .mobile-menu.open {
      display: flex;
    }

    .mobile-menu a {
      display: block;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--silver-dim);
      padding: 13px 0;
      border-bottom: 1px solid rgba(166, 173, 181, 0.06);
      transition: color .2s;
    }

    .mobile-menu a:hover,
    .mobile-menu a:focus-visible {
      color: var(--ivory);
    }

    .mobile-menu a.mobile-cta {
      margin-top: 16px;
      background: var(--emerald);
      color: var(--ivory);
      padding: 13px 20px;
      text-align: center;
      border-radius: 2px;
      border: none;
    }

    /* ── HERO ─────────────────────────────────────────────────── */
    #hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      background: radial-gradient(ellipse at 68% 48%, rgba(23, 79, 66, .18) 0%, transparent 55%), linear-gradient(135deg, #0f1318 0%, #1a1e24 50%, #141b1f 100%);
      padding-top: var(--nav-h);
    }

    #particle-canvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      opacity: .35;
    }

    .hero-grid {
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(166, 173, 181, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(166, 173, 181, .02) 1px, transparent 1px);
      background-size: 80px 80px;
      pointer-events: none;
    }

    .hero-fade {
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(15, 19, 24, .72) 0%, rgba(15, 19, 24, .32) 40%, transparent 62%);
      pointer-events: none;
    }

    /* Orb */
    .orb-wrap {
      position: absolute;
      right: -3%;
      top: 50%;
      transform: translateY(-50%);
      width: 50vw;
      height: 50vw;
      max-width: 720px;
      max-height: 720px;
      pointer-events: none;
    }

    .orb {
      width: 100%;
      height: 100%;
      position: relative;
      animation: orbFloat 9s ease-in-out infinite;
    }

    @keyframes orbFloat {

      0%,
      100% {
        transform: translateY(0) scale(1)
      }

      50% {
        transform: translateY(-18px) scale(1.015)
      }
    }

    .orb::before {
      content: '';
      position: absolute;
      inset: -8%;
      border-radius: 50%;
      background: radial-gradient(ellipse at center, rgba(34, 131, 110, .07) 0%, rgba(23, 79, 66, .1) 35%, transparent 70%);
      animation: glowPulse 5s ease-in-out infinite;
    }

    @keyframes glowPulse {

      0%,
      100% {
        opacity: .8;
        transform: scale(1)
      }

      50% {
        opacity: 1;
        transform: scale(1.04)
      }
    }

    .orb-sphere {
      position: absolute;
      inset: 10%;
      border-radius: 50%;
      background: radial-gradient(ellipse at 33% 28%, rgba(42, 170, 142, .42) 0%, rgba(34, 131, 110, .22) 22%, rgba(23, 79, 66, .13) 46%, rgba(15, 19, 24, .82) 72%, rgba(10, 13, 18, .96) 100%), radial-gradient(ellipse at 72% 72%, rgba(23, 79, 66, .28) 0%, transparent 48%);
      box-shadow: 0 0 55px rgba(34, 131, 110, .18), 0 0 110px rgba(23, 79, 66, .13), inset 0 0 75px rgba(0, 0, 0, .58), inset 20px 20px 55px rgba(42, 170, 142, .1);
    }

    .orb-rim {
      position: absolute;
      inset: 10%;
      border-radius: 50%;
      border: 1px solid rgba(42, 170, 142, .12);
    }

    .orb-ring {
      position: absolute;
      inset: 4%;
      border-radius: 50%;
      border: 1px solid rgba(42, 170, 142, .07);
      transform: rotateX(68deg);
      animation: ringR 14s linear infinite;
    }

    @keyframes ringR {
      0% {
        transform: rotateX(68deg) rotateZ(0deg)
      }

      100% {
        transform: rotateX(68deg) rotateZ(360deg)
      }
    }

    .orb-hi {
      position: absolute;
      top: 18%;
      left: 20%;
      width: 28%;
      height: 16%;
      border-radius: 50%;
      background: radial-gradient(ellipse, rgba(255, 255, 255, .07) 0%, transparent 70%);
      transform: rotate(-28deg);
    }

    .hero-signal-card {
      position: absolute;
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 16px 18px;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .14), transparent 36%),
        linear-gradient(135deg, rgba(23, 79, 66, .16) 0%, rgba(12, 48, 38, .28) 100%);
      border: 1px solid rgba(42, 170, 142, .14);
      border-radius: 2px;
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      box-shadow: 0 20px 44px rgba(11, 16, 20, .14);
    }

    html[data-theme="light"] #particle-canvas {
      opacity: .18;
    }

    html[data-theme="light"] .orb::before {
      background: radial-gradient(ellipse at center, rgba(34, 131, 110, .10) 0%, rgba(23, 79, 66, .09) 38%, transparent 72%);
    }

    html[data-theme="light"] .orb-sphere {
      background: var(--hero-orb-core), radial-gradient(ellipse at 72% 72%, rgba(23, 79, 66, .16) 0%, transparent 48%);
      box-shadow: 0 0 45px rgba(34, 131, 110, .12), 0 0 95px rgba(23, 79, 66, .10), inset 0 0 55px rgba(255, 252, 244, .16), inset 18px 18px 42px rgba(42, 170, 142, .08);
      opacity: .82;
    }

    html[data-theme="light"] .orb-rim,
    html[data-theme="light"] .orb-ring {
      border-color: rgba(23, 79, 66, .16);
    }

    html[data-theme="light"] .hero-signal-card {
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .12), transparent 36%),
        var(--hero-card-bg);
      border-color: var(--hero-card-border);
      box-shadow: var(--hero-card-shadow);
    }

    html[data-theme="light"] .hero-signal-card::before {
      background-image: linear-gradient(90deg, rgba(23, 79, 66, .045) 1px, transparent 1px);
      opacity: .62;
    }

    .hero-signal-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(90deg, rgba(166, 173, 181, .03) 1px, transparent 1px);
      background-size: 36px 100%;
      opacity: .45;
      pointer-events: none;
    }

    .hero-signal-card>* {
      position: relative;
      z-index: 1;
    }

    .hero-signal-card-top {
      top: 12%;
      left: -6%;
      width: 200px;
      animation: heroCardFloat 7s ease-in-out infinite;
    }

    .hero-signal-card-right {
      top: 34%;
      right: 3%;
      width: 276px;
      animation: heroCardFloat 8.5s ease-in-out infinite;
      animation-delay: .8s;
    }

    .hero-signal-card-bottom {
      bottom: 8%;
      left: 6%;
      width: 220px;
      animation: heroCardFloat 9s ease-in-out infinite;
      animation-delay: 1.4s;
    }

    @keyframes heroCardFloat {

      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-8px);
      }
    }

    .hero-signal-kicker {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
    }

    .hero-signal-value {
      font-family: 'Playfair Display', serif;
      font-size: 2.1rem;
      line-height: 1;
      color: var(--ivory);
    }

    .hero-signal-caption {
      font-size: .76rem;
      line-height: 1.55;
      color: var(--text-muted);
    }

    .hero-signal-bars {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 6px;
      align-items: end;
      height: 44px;
    }

    .hero-signal-bars span {
      display: block;
      border-radius: 999px 999px 2px 2px;
      background: linear-gradient(180deg, rgba(42, 170, 142, .92), rgba(42, 170, 142, .28));
      box-shadow: 0 0 10px rgba(42, 170, 142, .14);
    }

    .hero-signal-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
    }

    .hero-signal-card-right .hero-signal-grid {
      grid-template-columns: 1fr;
      gap: 7px;
      position: relative;
      padding-left: 15px;
    }

    .hero-signal-card-right .hero-signal-grid::before {
      content: '';
      position: absolute;
      top: 13px;
      bottom: 13px;
      left: 4px;
      width: 1px;
      background: linear-gradient(180deg, rgba(42, 170, 142, .68), rgba(42, 170, 142, .10));
    }

    html[data-theme="light"] .hero-signal-card-right .hero-signal-grid::before {
      background: linear-gradient(180deg, rgba(19, 112, 91, .66), rgba(19, 112, 91, .18));
    }

    .hero-signal-metric {
      padding: 8px 9px;
      background: rgba(255, 255, 255, .03);
      border: 1px solid rgba(166, 173, 181, .08);
      border-radius: 2px;
    }

    .hero-signal-card-right .hero-signal-metric {
      position: relative;
      display: grid;
      grid-template-columns: 84px 1fr;
      align-items: center;
      gap: 10px;
      padding: 9px 12px;
      background:
        linear-gradient(90deg, rgba(42, 170, 142, .08), rgba(255, 255, 255, .025));
      border-color: rgba(42, 170, 142, .16);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    }

    html[data-theme="light"] .hero-signal-metric {
      background: rgba(255, 252, 244, .54);
      border-color: rgba(23, 79, 66, .16);
    }

    html[data-theme="light"] .hero-signal-card-right .hero-signal-metric {
      background: var(--hero-metric-bg);
      border-color: rgba(23, 79, 66, .18);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .62);
    }

    .hero-signal-card-right .hero-signal-metric::before {
      content: '';
      position: absolute;
      left: -16px;
      top: 50%;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      transform: translateY(-50%);
      background: var(--emerald-bright);
      box-shadow: 0 0 0 5px rgba(42, 170, 142, .08);
    }

    html[data-theme="light"] .hero-signal-card-right .hero-signal-metric::before {
      background: #13a88d;
      box-shadow: 0 0 0 5px rgba(19, 112, 91, .10);
    }

    .hero-signal-metric strong {
      display: block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 4px;
    }

    .hero-signal-card-right .hero-signal-metric strong {
      margin-bottom: 0;
    }

    .hero-signal-metric span {
      display: block;
      font-size: .72rem;
      color: var(--text-muted);
      line-height: 1.4;
    }

    .hero-signal-card-right .hero-signal-metric span {
      color: var(--text);
      font-size: .78rem;
      font-weight: 650;
      letter-spacing: .01em;
    }

    html[data-theme="light"] .hero-signal-kicker,
    html[data-theme="light"] .hero-signal-metric strong {
      color: #0f8f79;
    }

    html[data-theme="light"] .hero-signal-value {
      color: #17201d;
    }

    html[data-theme="light"] .hero-signal-caption,
    html[data-theme="light"] .hero-signal-metric span {
      color: rgba(24, 33, 29, .82);
    }

    html[data-theme="light"] .hero-signal-bars span {
      background: linear-gradient(180deg, rgba(19, 168, 141, .82), rgba(19, 112, 91, .24));
      box-shadow: 0 0 10px rgba(19, 112, 91, .10);
    }

    .hero-signal-orbit {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .hero-orbit-node {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(42, 170, 142, .18);
      border: 1px solid rgba(42, 170, 142, .34);
      box-shadow: 0 0 0 6px rgba(42, 170, 142, .05);
    }

    .hero-orbit-node.is-strong {
      width: 16px;
      height: 16px;
      background: rgba(42, 170, 142, .30);
    }

    .hero-orbit-line {
      flex: 1 1 34px;
      min-width: 34px;
      height: 1px;
      background: linear-gradient(90deg, rgba(42, 170, 142, .55), rgba(42, 170, 142, .10));
    }

    /* Hero Content */
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 620px;
      padding: 48px 5%;
      margin-left: max(5%, calc(50vw - 700px));
    }

    .hero-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .15em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 26px;
    }

    .hero-label::before {
      content: '';
      display: block;
      width: 28px;
      height: 1px;
      background: currentColor;
      opacity: .6;
    }

    .hero-h1 {
      font-size: clamp(2.8rem, 4.8vw, 4.2rem);
      font-weight: 700;
      color: var(--ivory);
      letter-spacing: -.015em;
      margin-bottom: 14px;
      line-height: 1.08;
    }

    .hero-h1 em {
      font-style: italic;
      font-weight: 400;
      color: var(--emerald-bright);
    }

    .hero-seo-subhead {
      max-width: 760px;
      margin-top: 18px;
      color: var(--text-muted);
      font-family: 'Inter', sans-serif;
      font-size: clamp(1rem, 1.6vw, 1.22rem);
      font-weight: 500;
      line-height: 1.55;
      letter-spacing: 0;
    }

    .hero-tagline {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: clamp(1.1rem, 1.8vw, 1.45rem);
      color: var(--silver-dim);
      margin-bottom: 20px;
    }

    .hero-rule {
      width: 52px;
      height: 2px;
      background: linear-gradient(90deg, var(--emerald-bright), transparent);
      margin-bottom: 24px;
    }

    .hero-body {
      font-size: .97rem;
      color: var(--text-muted);
      max-width: 540px;
      line-height: 1.78;
      margin-bottom: 32px;
    }

    .hero-proof {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 18px;
      margin-bottom: 32px;
    }

    .proof-item {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--silver-dim);
      display: flex;
      align-items: center;
      gap: 7px;
      padding: 8px 12px;
      border: 1px solid rgba(42, 170, 142, .14);
      background: rgba(23, 79, 66, .08);
      border-radius: 999px;
    }

    .proof-item::before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 6px rgba(42, 170, 142, .5);
      flex-shrink: 0;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 32px;
    }

    .btn-glow {
      display: inline-block;
      background: var(--emerald);
      color: var(--ivory);
      padding: 14px 28px;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      border-radius: 2px;
      box-shadow: 0 0 28px rgba(23, 79, 66, .38), 0 4px 18px rgba(0, 0, 0, .28);
      transition: box-shadow .25s, background .2s, transform .15s;
    }

    html[data-theme="light"] .btn-glow,
    html[data-theme="light"] .mobile-menu a.mobile-cta {
      color: #f8f5ee;
    }

    .btn-glow:hover,
    .btn-glow:focus-visible {
      background: var(--emerald-mid);
      box-shadow: 0 0 45px rgba(34, 131, 110, .45), 0 4px 18px rgba(0, 0, 0, .28);
      transform: translateY(-2px);
      outline: none;
    }

    .btn-ghost {
      display: inline-block;
      border: 1px solid var(--chip-border);
      color: var(--text-muted);
      background: var(--chip-bg);
      padding: 14px 28px;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      border-radius: 2px;
      transition: border-color .2s, color .2s, background .2s, transform .15s, opacity .2s;
    }

    .btn-ghost:hover,
    .btn-ghost:focus-visible {
      border-color: var(--emerald-bright);
      color: var(--text);
      background: var(--accent-soft);
      transform: translateY(-2px);
      outline: none;
    }

    .btn-ghost.is-disabled {
      opacity: .72;
      cursor: not-allowed;
      pointer-events: none;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 15px;
      border: 1px solid rgba(42, 170, 142, .18);
      border-radius: 2px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .04em;
      color: var(--silver-dim);
      background: rgba(23, 79, 66, .07);
    }

    .pulse-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 8px var(--emerald-bright);
      animation: dotPulse 2.5s ease-in-out infinite;
    }

    @keyframes dotPulse {

      0%,
      100% {
        opacity: 1;
        box-shadow: 0 0 8px var(--emerald-bright)
      }

      50% {
        opacity: .5;
        box-shadow: 0 0 14px var(--emerald-bright)
      }
    }

    /* ── METRICS STRIP ────────────────────────────────────────── */
    #metrics {
      background: linear-gradient(135deg, rgba(23, 79, 66, .95) 0%, rgba(12, 48, 38, .98) 100%);
      border-top: 1px solid rgba(42, 170, 142, .14);
      border-bottom: 1px solid rgba(42, 170, 142, .14);
    }

    .metrics-grid {
      max-width: 1120px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }

    .metric-item {
      padding: 34px 28px;
      text-align: center;
      border-right: 1px solid rgba(255, 255, 255, .07);
    }

    .metric-item:last-child {
      border-right: none;
    }

    .metric-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.6rem;
      font-weight: 700;
      color: var(--ivory);
      letter-spacing: -.02em;
      display: block;
      text-shadow: 0 0 35px rgba(42, 170, 142, .25);
    }

    .metric-label {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(248, 245, 238, .62);
      margin-top: 6px;
      display: block;
    }

    .metric-note {
      font-size: 10px;
      color: rgba(248, 245, 238, .42);
      margin-top: 3px;
      display: block;
      font-style: italic;
    }

    /* ── TRUST BAR ────────────────────────────────────────────── */
    #trust {
      background: var(--slate-mid);
      border-bottom: 1px solid rgba(166, 173, 181, .06);
      padding: 26px 5%;
    }

    .trust-inner {
      max-width: 1120px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 36px;
      padding: 24px 28px;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .08), transparent 30%),
        linear-gradient(135deg, rgba(23, 79, 66, .05) 0%, rgba(12, 48, 38, .14) 100%);
      border: 1px solid var(--border);
      border-radius: 2px;
      box-shadow: 0 18px 38px rgba(11, 16, 20, .06);
    }

    .trust-label {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(166, 173, 181, .3);
    }

    .trust-div {
      width: 1px;
      height: 18px;
      background: rgba(166, 173, 181, .1);
    }

    .trust-badge {
      display: flex;
      align-items: center;
      gap: 7px;
      font-size: 12px;
      font-weight: 500;
      color: rgba(166, 173, 181, .5);
      padding: 5px 12px;
      border: 1px solid rgba(166, 173, 181, .09);
      border-radius: 2px;
    }

    .trust-badge svg {
      width: 13px;
      height: 13px;
      opacity: .6;
    }

    .trust-badge.green {
      color: rgba(42, 170, 142, .7);
      border-color: rgba(42, 170, 142, .16);
    }

    .trust-badge.partner {
      color: rgba(42, 170, 142, .75);
      border-color: rgba(42, 170, 142, .2);
      background: rgba(23, 79, 66, .08);
      font-weight: 600;
    }

    /* ── BEST FIT STRIP ─────────────────────────────────────── */
    #best-fit {
      background: var(--slate);
      border-bottom: 1px solid rgba(166, 173, 181, .06);
    }

    .best-fit-inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 26px 30px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 22px 28px;
      flex-wrap: wrap;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .08), transparent 30%),
        linear-gradient(135deg, rgba(23, 79, 66, .05) 0%, rgba(12, 48, 38, .13) 100%);
      border: 1px solid var(--border);
      border-radius: 2px;
      box-shadow: 0 18px 38px rgba(11, 16, 20, .06);
    }

    .best-fit-copy {
      max-width: 470px;
    }

    .best-fit-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .best-fit-label::before {
      content: '';
      display: block;
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: .6;
    }

    .best-fit-copy p {
      font-size: .9rem;
      color: var(--silver-dim);
      line-height: 1.65;
    }

    .best-fit-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      justify-content: flex-end;
      flex: 1;
      min-width: 280px;
    }

    .best-fit-chip {
      font-size: 12px;
      font-weight: 500;
      color: var(--text-muted);
      border: 1px solid rgba(42, 170, 142, .16);
      background: rgba(23, 79, 66, .08);
      padding: 7px 12px;
      border-radius: 2px;
    }

    .best-fit-note {
      width: 100%;
      font-size: 11px;
      color: rgba(166, 173, 181, .38);
      line-height: 1.55;
      padding-top: 4px;
    }

    #starting-points {
      background: var(--slate-mid);
      border-bottom: 1px solid rgba(166, 173, 181, .06);
    }

    .starting-points-inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 24px 30px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px 28px;
      flex-wrap: wrap;
      background:
        radial-gradient(circle at top left, rgba(42, 170, 142, .07), transparent 32%),
        linear-gradient(135deg, rgba(23, 79, 66, .04) 0%, rgba(12, 48, 38, .12) 100%);
      border: 1px solid var(--border);
      border-radius: 2px;
      box-shadow: 0 18px 38px rgba(11, 16, 20, .05);
    }

    .starting-points-copy {
      max-width: 500px;
    }

    .starting-points-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .starting-points-label::before {
      content: '';
      display: block;
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: .6;
    }

    .starting-points-copy p {
      font-size: .9rem;
      color: var(--silver-dim);
      line-height: 1.65;
    }

    .starting-points-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      justify-content: flex-end;
      flex: 1;
      min-width: 300px;
    }

    .starting-point-chip {
      font-size: 12px;
      font-weight: 500;
      color: var(--text-muted);
      border: 1px solid rgba(42, 170, 142, .18);
      background: rgba(23, 79, 66, .08);
      padding: 8px 12px;
      border-radius: 2px;
    }

    .starting-points-note {
      width: 100%;
      font-size: 11px;
      color: rgba(166, 173, 181, .38);
      line-height: 1.55;
      padding-top: 2px;
    }

    #client-outcomes,
    #operating-goals {
      background: var(--slate);
      border-bottom: 1px solid rgba(166, 173, 181, .06);
    }

    .client-outcomes-inner {
      max-width: 1120px;
      margin: 0 auto;
      padding: 24px 30px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px 28px;
      flex-wrap: wrap;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .08), transparent 30%),
        linear-gradient(135deg, rgba(23, 79, 66, .05) 0%, rgba(12, 48, 38, .13) 100%);
      border: 1px solid var(--border);
      border-radius: 2px;
      box-shadow: 0 18px 38px rgba(11, 16, 20, .05);
    }

    .client-outcomes-copy {
      max-width: 500px;
    }

    .client-outcomes-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .client-outcomes-label::before {
      content: '';
      display: block;
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: .6;
    }

    .client-outcomes-copy p {
      font-size: .9rem;
      color: var(--silver-dim);
      line-height: 1.65;
    }

    .client-outcomes-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      justify-content: flex-end;
      flex: 1;
      min-width: 300px;
    }

    .client-outcome-chip {
      font-size: 12px;
      font-weight: 500;
      color: var(--text-muted);
      border: 1px solid rgba(42, 170, 142, .18);
      background: rgba(23, 79, 66, .08);
      padding: 8px 12px;
      border-radius: 2px;
    }

    .client-outcomes-note {
      width: 100%;
      font-size: 11px;
      color: rgba(166, 173, 181, .38);
      line-height: 1.55;
      padding-top: 2px;
    }

    /* ── SECTION GLOBALS ──────────────────────────────────────── */
    .section-wrap {
      max-width: 1120px;
      margin: 0 auto;
      padding: 96px 5%;
      position: relative;
      z-index: 1;
    }

    .section-label {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 16px;
      padding: 8px 14px;
      border: 1px solid var(--chip-border);
      border-radius: 999px;
      background: var(--chip-bg);
    }

    .section-label::before {
      content: '';
      display: block;
      width: 22px;
      height: 1px;
      background: currentColor;
      opacity: .6;
    }

    .section-title {
      font-size: clamp(1.9rem, 3.2vw, 2.9rem);
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 18px;
    }

    .section-rule {
      width: 72px;
      height: 2px;
      background: linear-gradient(90deg, var(--emerald-bright), transparent);
      margin: 18px 0 42px;
      position: relative;
    }

    .section-rule::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 12px rgba(42, 170, 142, .35);
    }

    .section-lead {
      font-size: 1rem;
      color: var(--silver-dim);
      max-width: 520px;
      line-height: 1.75;
    }

    .section-divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(166, 173, 181, .09), transparent);
      margin: 0 5%;
      position: relative;
    }

    .section-divider::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      background: rgba(42, 170, 142, .75);
      box-shadow: 0 0 12px rgba(42, 170, 142, .22);
    }

    #services,
    #autonomous-support,
    #roi,
    #ways-to-start,
    #legacy-modernization,
    #crm-erp-integration,
    #ai-automation,
    #why,
    #leadership,
    #industries,
    #ai-readiness,
    #office-cfo,
    #subscription-model,
    #proof,
    #pricing,
    #insights,
    #cta {
      position: relative;
      overflow: hidden;
    }

    #services::before,
    #autonomous-support::before,
    #roi::before,
    #ways-to-start::before,
    #legacy-modernization::before,
    #crm-erp-integration::before,
    #ai-automation::before,
    #why::before,
    #leadership::before,
    #industries::before,
    #ai-readiness::before,
    #office-cfo::before,
    #subscription-model::before,
    #proof::before,
    #pricing::before,
    #insights::before,
    #cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 88% 14%, rgba(42, 170, 142, .08), transparent 28%),
        radial-gradient(circle at 8% 82%, rgba(23, 79, 66, .08), transparent 32%);
      pointer-events: none;
      opacity: .9;
    }

    .source-note {
      font-size: 11px;
      color: rgba(166, 173, 181, .3);
      font-style: italic;
      margin-top: 8px;
    }

    /* ── SERVICES ─────────────────────────────────────────────── */
    #services {
      background: var(--slate-mid);
    }

    .services-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 32px;
      margin-bottom: 56px;
    }

    .services-graphic {
      flex: 0 0 min(360px, 100%);
      padding: 24px 24px 22px;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .12), transparent 34%),
        linear-gradient(135deg, rgba(23, 79, 66, .12) 0%, rgba(12, 48, 38, .22) 100%);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
      box-shadow: 0 18px 40px rgba(11, 16, 20, .08);
    }

    .services-graphic-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 16px;
    }

    .services-graphic-kicker::before {
      content: '';
      width: 20px;
      height: 1px;
      background: currentColor;
      opacity: .6;
    }

    .layer-stack {
      display: grid;
      gap: 10px;
    }

    .layer-pill {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      border: 1px solid rgba(42, 170, 142, .12);
      background: rgba(255, 255, 255, .03);
      border-radius: 2px;
      position: relative;
      overflow: hidden;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02);
    }

    .layer-pill::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(42, 170, 142, .12), transparent 72%);
      opacity: .7;
      pointer-events: none;
    }

    .layer-pill:nth-child(1) {
      width: 72%;
    }

    .layer-pill:nth-child(2) {
      width: 78%;
    }

    .layer-pill:nth-child(3) {
      width: 84%;
    }

    .layer-pill:nth-child(4) {
      width: 90%;
    }

    .layer-pill:nth-child(5) {
      width: 82%;
    }

    .layer-pill:nth-child(6) {
      width: 96%;
    }

    .layer-pill span,
    .layer-pill strong {
      position: relative;
      z-index: 1;
    }

    .layer-pill span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 28px;
      height: 22px;
      border-radius: 999px;
      background: rgba(23, 79, 66, .20);
      border: 1px solid rgba(42, 170, 142, .18);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .08em;
      color: var(--emerald-bright);
    }

    .layer-pill strong {
      font-size: .82rem;
      font-weight: 600;
      line-height: 1.3;
      color: var(--text);
    }

    .services-graphic-note {
      margin-top: 16px;
      font-size: .76rem;
      line-height: 1.55;
      color: var(--text-muted);
      max-width: 290px;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 20px 44px rgba(11, 16, 20, .08);
    }

    .service-card {
      background: var(--slate);
      padding: 48px 42px;
      position: relative;
      overflow: hidden;
      transition: background .3s, transform .2s, box-shadow .2s;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02);
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 22%);
    }

    .service-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, transparent, var(--emerald), transparent);
      opacity: 0;
      transition: opacity .3s;
    }

    .service-card:hover {
      background: #1d2330;
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(11, 16, 20, .12);
    }

    .service-card:hover::before {
      opacity: 1;
    }

    .service-num {
      position: absolute;
      top: 34px;
      right: 38px;
      font-family: 'Playfair Display', serif;
      font-size: 4.5rem;
      font-weight: 700;
      color: rgba(23, 79, 66, .1);
      line-height: 1;
      transition: color .3s;
    }

    .service-card:hover .service-num {
      color: rgba(42, 170, 142, .11);
    }

    .service-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 24px;
    }

    .service-tag {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .service-name {
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 12px;
    }

    .service-desc {
      font-size: .93rem;
      color: rgba(166, 173, 181, .72);
      line-height: 1.72;
      margin-bottom: 22px;
    }

    .service-outcomes {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 22px;
    }

    .outcome-chip {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .05em;
      color: var(--emerald-bright);
      border: 1px solid rgba(42, 170, 142, .2);
      background: rgba(23, 79, 66, .1);
      padding: 4px 10px;
      border-radius: 1px;
    }

    .service-list {
      list-style: none;
    }

    .service-list li {
      font-size: .87rem;
      color: rgba(166, 173, 181, .6);
      padding: 5px 0 5px 18px;
      position: relative;
      border-bottom: 1px solid rgba(166, 173, 181, .04);
    }

    .service-list li:last-child {
      border-bottom: none;
    }

    .service-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 12px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 5px rgba(42, 170, 142, .35);
    }

    .service-delivery {
      margin-top: 20px;
      padding-top: 16px;
      border-top: 1px solid rgba(166, 173, 181, .07);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .05em;
      color: rgba(166, 173, 181, .4);
      display: flex;
      align-items: center;
      gap: 7px;
    }

    .service-delivery::before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: rgba(42, 170, 142, .4);
      flex-shrink: 0;
    }

    /* ── AI SECTION ───────────────────────────────────────────── */
    #ai-automation {
      background: var(--slate);
    }

    .ai-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 32px;
      margin-bottom: 56px;
    }

    .ai-principle {
      padding: 20px 24px;
      border: 1px solid rgba(42, 170, 142, .12);
      background: rgba(23, 79, 66, .06);
      border-radius: 2px;
      max-width: 360px;
    }

    .ai-principle h5 {
      font-size: .88rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 8px;
    }

    .ai-principle p {
      font-size: .83rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    .ai-leadership-panel {
      margin: -24px 0 44px;
      padding: 30px;
      border: 1px solid var(--border-strong);
      border-radius: 2px;
      background:
        radial-gradient(circle at 84% 18%, rgba(42, 170, 142, .12), transparent 34%),
        linear-gradient(135deg, var(--surface) 0%, var(--surface-alt) 100%);
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
      gap: 30px;
      align-items: stretch;
      box-shadow: var(--shadow-soft);
    }

    .ai-leadership-copy {
      max-width: 720px;
    }

    .ai-leadership-kicker {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 12px;
    }

    .ai-leadership-panel h3 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.55rem, 2.4vw, 2.35rem);
      font-weight: 600;
      line-height: 1.12;
      color: var(--ivory);
      margin-bottom: 14px;
    }

    .ai-leadership-panel p {
      font-size: .95rem;
      line-height: 1.7;
      color: var(--text-muted);
    }

    .ai-leadership-proof {
      margin-top: 18px;
      padding-left: 16px;
      border-left: 2px solid var(--emerald-bright);
      color: var(--text);
      font-size: .93rem;
      line-height: 1.6;
      max-width: 660px;
    }

    .ai-leadership-flow {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      border: 1px solid var(--border);
      background: var(--border);
      min-height: 100%;
    }

    .ai-leadership-step {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, .018), transparent 36%),
        var(--surface);
      padding: 18px 16px;
      position: relative;
    }

    .ai-leadership-step::before {
      content: '';
      display: block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 14px rgba(42, 170, 142, .36);
      margin-bottom: 13px;
    }

    .ai-leadership-step strong {
      display: block;
      color: var(--ivory);
      font-size: .9rem;
      margin-bottom: 6px;
    }

    .ai-leadership-step span {
      display: block;
      color: var(--text-soft);
      font-size: .78rem;
      line-height: 1.55;
    }

    .ai-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-bottom: 40px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(11, 16, 20, .07);
    }

    .ai-card {
      background: var(--slate-mid);
      padding: 36px 30px;
      transition: background .25s, transform .2s, box-shadow .2s;
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .07), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 24%);
    }

    .ai-card:hover {
      background: #1d2330;
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(11, 16, 20, .10);
    }

    .ai-card-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      font-weight: 700;
      color: rgba(23, 79, 66, .15);
      margin-bottom: 16px;
    }

    .ai-card h4 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 8px;
    }

    .ai-card p {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.65;
      margin-bottom: 16px;
    }

    .ai-metric {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .06em;
      color: var(--emerald-bright);
      display: flex;
      align-items: center;
      gap: 7px;
    }

    .ai-metric::before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--emerald-bright);
      flex-shrink: 0;
    }

    .ai-governance {
      padding: 28px 32px;
      background: rgba(23, 79, 66, .08);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
      display: flex;
      align-items: flex-start;
      gap: 20px;
      flex-wrap: wrap;
    }

    .ai-gov-icon {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      background: rgba(23, 79, 66, .2);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ai-gov-icon svg {
      width: 20px;
      height: 20px;
    }

    .ai-governance h4 {
      font-size: .97rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 6px;
    }

    .ai-governance p {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    .ai-gov-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 10px;
    }

    .ai-gov-tag {
      font-size: 11px;
      font-weight: 500;
      color: rgba(166, 173, 181, .5);
      border: 1px solid rgba(166, 173, 181, .1);
      padding: 3px 9px;
      border-radius: 1px;
    }

    /* ── AI READINESS ────────────────────────────────────────── */
    #ai-readiness {
      background: var(--slate);
    }

    .readiness-top {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(300px, .8fr);
      gap: 36px;
      align-items: start;
      margin-bottom: 56px;
    }

    .readiness-intro p+p {
      margin-top: 16px;
    }

    .readiness-panel {
      padding: 28px 30px;
      background: rgba(23, 79, 66, .08);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
    }

    .readiness-panel h4 {
      font-size: 1rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 12px;
    }

    .readiness-panel p {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.68;
      margin-bottom: 18px;
    }

    .readiness-audience {
      list-style: none;
    }

    .readiness-audience li {
      font-size: .84rem;
      color: rgba(166, 173, 181, .62);
      padding: 6px 0 6px 18px;
      position: relative;
      border-bottom: 1px solid rgba(166, 173, 181, .05);
    }

    .readiness-audience li:last-child {
      border-bottom: none;
    }

    .readiness-audience li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 13px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 6px rgba(42, 170, 142, .3);
    }

    .readiness-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-bottom: 34px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 20px 40px rgba(11, 16, 20, .07);
    }

    .readiness-card {
      background: var(--slate-mid);
      padding: 32px 28px;
      transition: background .25s, border-color .25s;
      border: 1px solid transparent;
    }

    .readiness-card:hover {
      background: #1d2330;
      border-color: rgba(42, 170, 142, .12);
    }

    .readiness-num {
      font-family: 'Playfair Display', serif;
      font-size: 2.25rem;
      font-weight: 700;
      color: rgba(23, 79, 66, .15);
      margin-bottom: 16px;
    }

    .readiness-card h4 {
      font-size: .98rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 10px;
      line-height: 1.35;
    }

    .readiness-card p {
      font-size: .87rem;
      color: var(--silver-dim);
      line-height: 1.68;
    }

    .readiness-outcomes {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
      gap: 24px;
      align-items: stretch;
    }

    .readiness-deliverables,
    .readiness-cta {
      padding: 30px 32px;
      border-radius: 2px;
    }

    .readiness-deliverables {
      background: rgba(255, 255, 255, .02);
      border: 1px solid rgba(166, 173, 181, .07);
    }

    .readiness-deliverables h4,
    .readiness-cta h4 {
      font-size: 1.05rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .readiness-deliverables p,
    .readiness-cta p {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.68;
    }

    .deliverables-list {
      list-style: none;
      margin-top: 18px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 18px;
    }

    .deliverables-list li {
      font-size: .85rem;
      color: rgba(166, 173, 181, .62);
      padding-left: 18px;
      position: relative;
      line-height: 1.55;
    }

    .deliverables-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--emerald-bright);
    }

    .readiness-cta {
      background: linear-gradient(135deg, rgba(23, 79, 66, .16) 0%, rgba(12, 48, 38, .45) 100%);
      border: 1px solid rgba(42, 170, 142, .16);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .readiness-note {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 14px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .readiness-note::before {
      content: '';
      width: 18px;
      height: 1px;
      background: currentColor;
      opacity: .7;
    }

    .readiness-cta .btn-glow {
      margin-top: 22px;
      align-self: flex-start;
    }

    .readiness-cta-sub {
      font-size: 11px;
      color: rgba(166, 173, 181, .4);
      margin-top: 12px;
      line-height: 1.55;
    }

    .readiness-proof {
      margin-top: 26px;
      padding: 24px 26px;
      background: rgba(23, 79, 66, .06);
      border: 1px solid rgba(42, 170, 142, .11);
      border-radius: 2px;
    }

    .readiness-proof h5 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 12px;
    }

    .readiness-proof p {
      font-size: .85rem;
      color: var(--silver-dim);
      line-height: 1.65;
      margin-bottom: 14px;
    }

    .proof-list {
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 18px;
    }

    .proof-list li {
      font-size: .83rem;
      color: rgba(166, 173, 181, .6);
      padding-left: 18px;
      position: relative;
      line-height: 1.55;
    }

    .proof-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--emerald-bright);
    }

    /* ── LEADERSHIP ──────────────────────────────────────────── */
    #leadership {
      background: var(--slate);
    }

    .leadership-top {
      display: grid;
      grid-template-columns: minmax(0, 1.12fr) minmax(280px, .78fr);
      gap: 28px;
      align-items: start;
      margin-bottom: 46px;
    }

    .leadership-narrative p {
      font-size: .93rem;
      color: var(--silver-dim);
      line-height: 1.78;
      margin-bottom: 16px;
      max-width: 720px;
    }

    .leadership-note {
      padding: 26px 28px;
      background: rgba(23, 79, 66, .08);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
    }

    .leadership-note h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 14px;
    }

    .leadership-note p {
      font-family: 'Playfair Display', serif;
      font-size: 1.22rem;
      line-height: 1.55;
      color: var(--ivory);
    }

    .leaders-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 22px;
    }

    .leader-card {
      display: grid;
      grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
      gap: 28px;
      align-items: start;
      background: var(--slate-mid);
      border: 1px solid rgba(166, 173, 181, .07);
      border-radius: 2px;
      padding: 34px 30px;
      transition: border-color .25s, background .25s, transform .25s, box-shadow .25s;
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .07), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 26%);
    }

    .leader-card:hover {
      border-color: rgba(42, 170, 142, .16);
      background: var(--surface-hover);
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(11, 16, 20, .10);
    }

    .leader-photo-frame {
      width: 100%;
      aspect-ratio: 4/5;
      border: 1px solid rgba(166, 173, 181, .08);
      border-radius: 2px;
      overflow: hidden;
      background: linear-gradient(180deg, rgba(23, 79, 66, .08) 0%, rgba(11, 16, 20, .22) 100%);
      display: flex;
      align-items: flex-start;
      justify-content: center;
    }

    .leader-photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      border-radius: 0;
      margin-bottom: 0;
      border: none;
      background: transparent;
    }

    .leader-photo.prabhat {
      object-position: center 24%;
    }

    .leader-photo.meghan {
      object-position: center 16%;
    }

    .leader-copy {
      min-width: 0;
    }

    .leader-role {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .leader-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.55rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .leader-title {
      font-size: .88rem;
      color: rgba(166, 173, 181, .52);
      line-height: 1.6;
      margin-bottom: 18px;
    }

    .leader-bio {
      font-size: .89rem;
      color: var(--silver-dim);
      line-height: 1.72;
      margin-bottom: 18px;
    }

    .leader-emphasis {
      font-size: .84rem;
      color: var(--text-muted);
      line-height: 1.6;
      padding: 14px 16px;
      background: rgba(23, 79, 66, .08);
      border-left: 2px solid rgba(42, 170, 142, .28);
      margin-bottom: 22px;
    }

    .leader-link {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

    .leader-link::after {
      content: '→';
    }

    .leader-principles {
      margin-top: 28px;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
    }

    .leader-principle {
      background: rgba(255, 255, 255, .02);
      border: 1px solid transparent;
      padding: 24px 22px;
      transition: background .25s, border-color .25s;
    }

    .leader-principle:hover {
      background: rgba(23, 79, 66, .06);
      border-color: rgba(42, 170, 142, .12);
    }

    .leader-principle h4 {
      font-size: .9rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 9px;
    }

    .leader-principle p {
      font-size: .83rem;
      color: rgba(166, 173, 181, .6);
      line-height: 1.65;
    }

    /* ── OFFICE OF THE CFO ───────────────────────────────────── */
    #office-cfo {
      background: var(--slate-mid);
    }

    .cfo-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
      gap: 26px;
      align-items: start;
    }

    .cfo-supported {
      margin-top: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
    }

    .cfo-card {
      background: var(--slate);
      padding: 28px 26px;
      transition: background .25s;
    }

    .cfo-card:hover {
      background: #1d2330;
    }

    .cfo-card h4 {
      font-size: .98rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .cfo-card p {
      font-size: .86rem;
      color: var(--silver-dim);
      line-height: 1.68;
    }

    .cfo-side {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .cfo-callout,
    .cfo-cta {
      padding: 28px 30px;
      border-radius: 2px;
    }

    .cfo-callout {
      background: rgba(23, 79, 66, .08);
      border: 1px solid rgba(42, 170, 142, .12);
    }

    .cfo-callout h4,
    .cfo-cta h4 {
      font-size: 1rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .cfo-callout p,
    .cfo-cta p {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.68;
    }

    .cfo-cred {
      font-size: .83rem;
      color: var(--text-muted);
      line-height: 1.6;
      padding-top: 16px;
      margin-top: 16px;
      border-top: 1px solid rgba(166, 173, 181, .08);
    }

    .cfo-cta {
      background: linear-gradient(135deg, rgba(23, 79, 66, .16) 0%, rgba(12, 48, 38, .42) 100%);
      border: 1px solid rgba(42, 170, 142, .16);
    }

    .cfo-cta .btn-glow {
      margin-top: 20px;
      display: inline-block;
    }

    .cfo-cta-sub {
      font-size: 11px;
      color: rgba(166, 173, 181, .4);
      margin-top: 12px;
      line-height: 1.55;
    }

    /* ── LEGACY ERP + SUBSCRIPTION MODEL ────────────────────── */
    #legacy-modernization,
    #subscription-model {
      background: var(--slate);
    }

    #subscription-model {
      background: var(--slate-mid);
    }

    .story-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
      gap: 26px;
      align-items: start;
    }

    .story-grid {
      margin-top: 30px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
    }

    .story-card {
      background: var(--slate-mid);
      padding: 28px 26px;
      transition: background .25s;
    }

    #subscription-model .story-card {
      background: var(--slate);
    }

    .story-card:hover {
      background: #1d2330;
    }

    .story-card h4 {
      font-size: .98rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .story-card p {
      font-size: .86rem;
      color: var(--silver-dim);
      line-height: 1.68;
    }

    .story-side {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .story-callout,
    .story-cta {
      padding: 28px 30px;
      border-radius: 2px;
    }

    .story-callout {
      background: rgba(23, 79, 66, .08);
      border: 1px solid rgba(42, 170, 142, .12);
    }

    .story-callout h4,
    .story-cta h4 {
      font-size: 1rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .story-callout p,
    .story-cta p {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.68;
    }

    .story-proof {
      font-size: .83rem;
      color: var(--text-muted);
      line-height: 1.6;
      padding-top: 16px;
      margin-top: 16px;
      border-top: 1px solid rgba(166, 173, 181, .08);
    }

    .story-cta {
      background: linear-gradient(135deg, rgba(23, 79, 66, .16) 0%, rgba(12, 48, 38, .42) 100%);
      border: 1px solid rgba(42, 170, 142, .16);
    }

    .story-cta .btn-glow {
      margin-top: 20px;
      display: inline-block;
    }

    .story-cta-sub {
      font-size: 11px;
      color: rgba(166, 173, 181, .4);
      margin-top: 12px;
      line-height: 1.55;
    }

    .story-detail {
      margin-top: 18px;
      padding: 18px 20px;
      background: rgba(255, 255, 255, .02);
      border: 1px solid rgba(166, 173, 181, .07);
      border-radius: 2px;
    }

    .story-detail h4 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .story-detail p {
      font-size: .85rem;
      color: var(--silver-dim);
      line-height: 1.65;
    }

    .ai-landscape-map {
      margin-top: 28px;
      padding: 30px;
      border: 1px solid var(--border-strong);
      border-radius: 2px;
      background:
        radial-gradient(circle at 84% 20%, rgba(42, 170, 142, .12), transparent 34%),
        linear-gradient(135deg, var(--surface) 0%, var(--surface-alt) 100%);
      box-shadow: var(--shadow-soft);
    }

    .ai-landscape-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      gap: 24px;
      margin-bottom: 24px;
    }

    .ai-landscape-header h4 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.3rem, 2vw, 1.9rem);
      font-weight: 600;
      color: var(--text);
      line-height: 1.15;
    }

    .ai-landscape-header p {
      max-width: 520px;
      color: var(--text-muted);
      font-size: .9rem;
      line-height: 1.65;
    }

    .ai-landscape-flow {
      display: grid;
      grid-template-columns: minmax(220px, .9fr) 52px minmax(240px, 1fr) 52px minmax(220px, .9fr);
      align-items: stretch;
      gap: 16px;
    }

    .ai-landscape-source,
    .ai-landscape-middle {
      display: grid;
      gap: 10px;
    }

    .ai-landscape-node,
    .ai-landscape-step,
    .ai-landscape-destination {
      border: 1px solid var(--border);
      border-radius: 2px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, .018), transparent 42%),
        var(--surface);
      position: relative;
    }

    .ai-landscape-node {
      padding: 14px 15px;
      min-height: 76px;
    }

    .ai-landscape-node span,
    .ai-landscape-step span,
    .ai-landscape-destination span {
      display: block;
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--emerald-bright);
    }

    .ai-landscape-node strong,
    .ai-landscape-step strong,
    .ai-landscape-destination strong {
      display: block;
      color: var(--text);
      font-size: .92rem;
      line-height: 1.25;
    }

    .ai-landscape-node small,
    .ai-landscape-step small,
    .ai-landscape-destination small {
      display: block;
      margin-top: 6px;
      color: var(--text-soft);
      font-size: .74rem;
      line-height: 1.45;
    }

    .ai-landscape-step {
      padding: 16px 17px 16px 38px;
    }

    .ai-landscape-step::before {
      content: '';
      position: absolute;
      left: 17px;
      top: 21px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 16px rgba(42, 170, 142, .38);
    }

    .ai-landscape-connector {
      position: relative;
      min-height: 100%;
    }

    .ai-landscape-connector::before {
      content: '';
      position: absolute;
      left: 50%;
      top: 14px;
      bottom: 14px;
      width: 1px;
      transform: translateX(-50%);
      background: linear-gradient(180deg, transparent, var(--emerald-bright), transparent);
      opacity: .62;
    }

    .ai-landscape-connector::after {
      content: '→';
      position: absolute;
      left: 50%;
      top: 50%;
      width: 30px;
      height: 30px;
      transform: translate(-50%, -50%);
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(42, 170, 142, .28);
      background: var(--surface-alt);
      color: var(--emerald-bright);
      font-size: 15px;
      box-shadow: 0 0 24px rgba(42, 170, 142, .12);
    }

    .ai-landscape-destination {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 24px;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .18), transparent 42%),
        linear-gradient(145deg, var(--accent-soft), var(--surface));
      border-color: rgba(42, 170, 142, .22);
    }

    .ai-landscape-outcomes {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 16px;
    }

    .ai-landscape-outcomes b {
      padding: 7px 9px;
      border: 1px solid var(--chip-border);
      background: var(--chip-bg);
      color: var(--text-muted);
      border-radius: 999px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .ai-landscape-note {
      margin-top: 18px;
      padding-top: 16px;
      border-top: 1px solid var(--border);
      color: var(--text-muted);
      font-size: .86rem;
      line-height: 1.65;
    }

    /* ── AUTONOMOUS SUPPORT OPERATIONS ─────────────────────── */
    .service-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 20px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .09em;
      text-transform: uppercase;
      color: var(--emerald-bright);
    }

    .service-link::after {
      content: '→';
      font-size: 12px;
      line-height: 1;
    }

    .autonomous-intro {
      display: grid;
      grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
      gap: 28px;
      align-items: start;
    }

    .autonomous-intro .section-lead+.section-lead {
      margin-top: 18px;
    }

    .autonomous-quote {
      padding: 24px 26px;
      background: var(--accent-soft);
      border: 1px solid var(--border);
      border-radius: 2px;
    }

    .autonomous-quote p {
      font-family: 'Playfair Display', serif;
      font-size: 1.26rem;
      line-height: 1.45;
      color: var(--ivory);
    }

    .autonomous-comparison {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-top: 34px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 18px 36px rgba(11, 16, 20, .06);
    }

    .autonomous-compare-card {
      background: var(--slate);
      padding: 30px 28px;
      border: 1px solid transparent;
      transition: background .25s, border-color .25s, transform .2s;
    }

    .autonomous-compare-card:hover {
      background: var(--surface-alt);
      border-color: rgba(42, 170, 142, .12);
      transform: translateY(-2px);
    }

    .autonomous-compare-card h3 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 16px;
    }

    .autonomous-list {
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .autonomous-list li {
      position: relative;
      padding-left: 18px;
      font-size: .86rem;
      color: var(--silver-dim);
      line-height: 1.58;
    }

    .autonomous-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--emerald-bright);
    }

    .autonomous-bridge {
      margin-top: 20px;
    }

    .autonomous-offer-card {
      margin-top: 24px;
      padding: 30px 30px 32px;
      background: linear-gradient(135deg, rgba(23, 79, 66, .14) 0%, rgba(12, 48, 38, .34) 100%);
      border: 1px solid rgba(42, 170, 142, .16);
      border-radius: 2px;
      box-shadow: var(--shadow-soft);
    }

    .autonomous-offer-card .card-headline {
      display: block;
      font-size: clamp(1.35rem, 2.2vw, 1.9rem);
      color: var(--ivory);
      font-family: 'Playfair Display', serif;
      line-height: 1.15;
      margin-bottom: 12px;
      max-width: 780px;
    }

    .autonomous-offer-card p {
      max-width: 840px;
      font-size: .92rem;
      color: var(--silver-dim);
      line-height: 1.72;
    }

    .autonomous-signature {
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid rgba(166, 173, 181, .08);
      font-size: .84rem;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: var(--ivory) !important;
    }

    .autonomous-compound {
      margin-top: 10px;
      font-size: .88rem;
      color: var(--text) !important;
    }

    .autonomous-offer-card .btn-glow {
      margin-top: 22px;
      display: inline-block;
    }

    .autonomous-flow-wrap {
      margin-top: 28px;
      padding: 28px 28px 26px;
      background:
        radial-gradient(circle at top left, rgba(42, 170, 142, .1), transparent 34%),
        linear-gradient(135deg, rgba(23, 79, 66, .1) 0%, rgba(12, 48, 38, .2) 100%);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
      position: relative;
      overflow: hidden;
    }

    .autonomous-flow-wrap::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(90deg, rgba(166, 173, 181, .03) 1px, transparent 1px);
      background-size: 84px 100%;
      pointer-events: none;
      opacity: .45;
    }

    .autonomous-flow-wrap>* {
      position: relative;
      z-index: 1;
    }

    .autonomous-flow-intro {
      max-width: 760px;
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.68;
      margin-top: 12px;
    }

    .autonomous-inputs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
      margin-bottom: 22px;
    }

    .autonomous-input-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--text-muted);
      border: 1px solid rgba(42, 170, 142, .18);
      background: rgba(23, 79, 66, .08);
      padding: 8px 11px;
      border-radius: 2px;
    }

    .autonomous-input-chip::before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--emerald-bright);
      box-shadow: 0 0 0 5px rgba(42, 170, 142, .08);
      flex: 0 0 auto;
    }

    .autonomous-flow {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      gap: 16px;
      align-items: stretch;
    }

    .flow-step {
      position: relative;
      min-height: 154px;
      padding: 42px 16px 18px;
      background:
        linear-gradient(180deg, rgba(42, 170, 142, .08) 0%, rgba(23, 79, 66, .03) 16%, transparent 16%),
        var(--bg);
      border: 1px solid rgba(166, 173, 181, .1);
      border-radius: 2px;
      box-shadow: 0 16px 34px rgba(11, 16, 20, .08);
      transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
    }

    .flow-step:hover {
      transform: translateY(-3px);
      border-color: rgba(42, 170, 142, .18);
      background:
        linear-gradient(180deg, rgba(42, 170, 142, .12) 0%, rgba(23, 79, 66, .05) 16%, transparent 16%),
        var(--surface-alt);
      box-shadow: 0 18px 38px rgba(11, 16, 20, .12);
    }

    .flow-step::before {
      content: attr(data-step);
      position: absolute;
      top: 12px;
      left: 14px;
      min-width: 28px;
      height: 22px;
      padding: 0 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(23, 79, 66, .22);
      border: 1px solid rgba(42, 170, 142, .18);
      color: var(--emerald-bright);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .08em;
      line-height: 1;
    }

    .flow-step:not(:last-child)::after {
      content: '→';
      position: absolute;
      right: -14px;
      top: 32px;
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: var(--surface);
      border: 1px solid rgba(42, 170, 142, .16);
      color: var(--emerald-bright);
      font-size: 12px;
      line-height: 1;
      z-index: 2;
      box-shadow: 0 10px 20px rgba(11, 16, 20, .08);
    }

    .flow-step .flow-label {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .11em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .flow-step p {
      font-size: .81rem;
      color: var(--silver-dim);
      line-height: 1.58;
    }

    .autonomous-flow-note {
      margin-top: 18px;
      font-size: 12px;
      color: var(--text-soft);
      letter-spacing: .03em;
      text-align: center;
    }

    .autonomous-value-intro {
      margin-top: 28px;
      max-width: 780px;
    }

    .autonomous-value-intro p {
      font-size: .92rem;
      color: var(--silver-dim);
      line-height: 1.72;
    }

    .autonomous-value-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-top: 22px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
    }

    .autonomous-value-card {
      background: var(--slate);
      padding: 22px 20px;
      border: 1px solid transparent;
      transition: background .25s, border-color .25s, transform .2s;
    }

    .autonomous-value-card:hover {
      background: var(--surface-alt);
      border-color: rgba(42, 170, 142, .12);
      transform: translateY(-2px);
    }

    .autonomous-value-card h4 {
      font-size: .96rem;
      color: var(--ivory);
      margin-bottom: 8px;
    }

    .autonomous-value-card p {
      font-size: .84rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    .autonomous-scenarios {
      margin-top: 28px;
      padding: 24px 26px;
      background: var(--accent-soft);
      border: 1px solid var(--border);
      border-radius: 2px;
    }

    .autonomous-scenarios h3,
    .autonomous-operating-model h3 {
      font-size: 1rem;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .autonomous-scenarios p {
      font-size: .87rem;
      color: var(--silver-dim);
      line-height: 1.65;
      margin-bottom: 16px;
      max-width: 720px;
    }

    .autonomous-scenario-chips,
    .autonomous-runtime-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .autonomous-governance-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
      margin-top: 28px;
    }

    .autonomy-ladder {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }

    .autonomy-level {
      padding: 12px 14px;
      background: rgba(255, 255, 255, .02);
      border: 1px solid rgba(166, 173, 181, .08);
      border-left: 2px solid rgba(42, 170, 142, .24);
      border-radius: 2px;
    }

    .autonomy-level strong {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 6px;
    }

    .autonomy-level span {
      display: block;
      font-size: .84rem;
      color: var(--silver-dim);
      line-height: 1.55;
    }

    .autonomous-runtime-note {
      font-size: 11px;
      color: var(--text-soft);
      line-height: 1.6;
      margin-top: 14px;
    }

    .autonomous-operating-model {
      margin-top: 24px;
      padding: 24px 26px;
      background: var(--slate);
      border: 1px solid var(--border);
      border-radius: 2px;
    }

    .autonomous-operating-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-top: 14px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
    }

    .autonomous-operating-cell {
      background: var(--surface);
      padding: 18px 16px;
    }

    .autonomous-operating-cell .flow-label {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 10px;
    }

    .autonomous-operating-cell p {
      font-size: .84rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    /* ── ROI SECTION ─────────────────────────────────────────── */
    .roi-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.45fr) minmax(280px, .85fr);
      gap: 24px;
      margin-top: 28px;
    }

    .roi-journey {
      padding: 30px 30px 28px;
      background:
        radial-gradient(circle at top left, rgba(42, 170, 142, .09), transparent 34%),
        linear-gradient(135deg, rgba(23, 79, 66, .08) 0%, rgba(12, 48, 38, .18) 100%);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
      position: relative;
      overflow: hidden;
    }

    .roi-journey::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: linear-gradient(90deg, rgba(166, 173, 181, .025) 1px, transparent 1px);
      background-size: 88px 100%;
      opacity: .5;
      pointer-events: none;
    }

    .roi-journey>* {
      position: relative;
      z-index: 1;
    }

    .roi-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 12px;
    }

    .roi-kicker::before {
      content: '';
      width: 26px;
      height: 1px;
      background: rgba(42, 170, 142, .34);
    }

    .roi-journey p {
      max-width: 720px;
      font-size: .9rem;
      color: var(--silver-dim);
      line-height: 1.72;
    }

    .roi-rail {
      position: relative;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
      margin-top: 24px;
    }

    .roi-rail::before {
      content: '';
      position: absolute;
      left: 32px;
      right: 32px;
      top: 18px;
      height: 1px;
      background: linear-gradient(90deg, rgba(42, 170, 142, .28), rgba(42, 170, 142, .12));
    }

    .roi-node {
      position: relative;
      padding-top: 44px;
    }

    .roi-node::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: rgba(23, 79, 66, .22);
      border: 1px solid rgba(42, 170, 142, .26);
      box-shadow: 0 0 0 6px rgba(42, 170, 142, .05);
    }

    .roi-node strong {
      display: block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 8px;
    }

    .roi-node h4 {
      font-size: .96rem;
      color: var(--ivory);
      margin-bottom: 8px;
    }

    .roi-node p {
      font-size: .82rem;
      line-height: 1.58;
      color: var(--silver-dim);
    }

    .roi-callout {
      padding: 28px 26px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 100%;
    }

    .roi-callout h4 {
      margin-bottom: 12px;
    }

    .roi-callout p {
      font-size: .88rem;
      line-height: 1.7;
      color: var(--silver-dim);
    }

    .roi-badges {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
    }

    .roi-badge {
      display: inline-flex;
      align-items: center;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--text-muted);
      padding: 8px 10px;
      border: 1px solid rgba(42, 170, 142, .16);
      background: rgba(23, 79, 66, .07);
      border-radius: 2px;
    }

    .roi-driver-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-top: 24px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 18px 36px rgba(11, 16, 20, .06);
    }

    .roi-driver-card {
      background: var(--slate);
      padding: 24px 22px;
      border: 1px solid transparent;
      transition: background .25s, border-color .25s, transform .2s;
    }

    .roi-driver-card:hover {
      background: var(--surface-alt);
      border-color: rgba(42, 170, 142, .12);
      transform: translateY(-2px);
    }

    .roi-driver-index {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 32px;
      height: 24px;
      padding: 0 8px;
      border-radius: 999px;
      background: rgba(23, 79, 66, .18);
      border: 1px solid rgba(42, 170, 142, .16);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .08em;
      color: var(--emerald-bright);
      margin-bottom: 14px;
    }

    .roi-driver-card h4 {
      font-size: .98rem;
      color: var(--ivory);
      margin-bottom: 8px;
    }

    .roi-driver-card p {
      font-size: .84rem;
      color: var(--silver-dim);
      line-height: 1.62;
    }

    .roi-bar {
      margin-top: 18px;
      height: 4px;
      background: rgba(166, 173, 181, .08);
      overflow: hidden;
      border-radius: 999px;
    }

    .roi-bar span {
      display: block;
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(42, 170, 142, .92), rgba(42, 170, 142, .34));
    }

    .roi-bar-1 span {
      width: 72%;
    }

    .roi-bar-2 span {
      width: 64%;
    }

    .roi-bar-3 span {
      width: 58%;
    }

    .roi-bar-4 span {
      width: 78%;
    }

    .roi-metric-block {
      margin-top: 24px;
      padding: 24px 26px;
      background: var(--accent-soft);
      border: 1px solid var(--border);
      border-radius: 2px;
    }

    .roi-metric-block h3 {
      font-size: 1rem;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .roi-metric-block p {
      font-size: .88rem;
      line-height: 1.68;
      color: var(--silver-dim);
      max-width: 760px;
    }

    .roi-metric-strip {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-top: 18px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
    }

    .roi-metric-card {
      background: var(--surface);
      padding: 18px 16px;
      min-height: 96px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .roi-metric-card strong {
      display: block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 12px;
    }

    .roi-metric-card span {
      display: block;
      font-size: .85rem;
      line-height: 1.45;
      color: var(--text);
    }

    /* ── PACKAGED STARTS + PROOF + FAQ ──────────────────────── */
    .package-grid,
    .proof-grid {
      display: grid;
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-top: 32px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 20px 42px rgba(11, 16, 20, .08);
    }

    .package-grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .proof-grid {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    .package-card,
    .proof-card {
      background: var(--slate);
      padding: 30px 26px;
      border: 1px solid transparent;
      transition: background .25s, border-color .25s, transform .2s;
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .07), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 24%);
    }

    .proof-card {
      grid-column: span 3;
    }

    .proof-card.proof-card-journey {
      grid-column: span 6;
      padding: 34px 32px;
    }

    .package-card:hover,
    .proof-card:hover {
      background: var(--surface-alt);
      border-color: rgba(42, 170, 142, .12);
      transform: translateY(-2px);
    }

    .package-card h4,
    .proof-card h4 {
      font-size: 1rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .package-bestfor,
    .proof-kicker {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 12px;
      display: block;
    }

    .package-card p,
    .proof-card p {
      font-size: .87rem;
      color: var(--silver-dim);
      line-height: 1.65;
    }

    .package-outcomes {
      margin: 16px 0 18px;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .package-note {
      font-size: 11px;
      color: rgba(166, 173, 181, .45);
      line-height: 1.5;
      margin-top: 16px;
    }

    .package-card .btn-ghost {
      margin-top: 18px;
      padding: 11px 16px;
      font-size: 11px;
    }

    .proof-list-compact {
      list-style: none;
      display: grid;
      gap: 10px;
      margin-top: 16px;
    }

    .proof-list-compact li {
      font-size: .84rem;
      color: rgba(166, 173, 181, .62);
      padding-left: 18px;
      position: relative;
      line-height: 1.55;
    }

    .proof-list-compact li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--emerald-bright);
    }

    .proof-card.proof-card-journey>p {
      margin-bottom: 24px;
    }

    .proof-journey {
      margin-top: 0;
      position: relative;
      padding-top: 14px;
    }

    .proof-journey-track {
      position: absolute;
      top: 47px;
      left: calc(16.666% + 11px);
      right: calc(16.666% + 11px);
      height: 1px;
      background: var(--border);
      overflow: hidden;
    }

    .proof-journey-progress {
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(42, 170, 142, .26), rgba(111, 228, 198, .76));
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform .75s ease;
    }

    .proof-journey-steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 22px;
      position: relative;
      z-index: 1;
    }

    .proof-journey-step {
      position: relative;
      padding: 0;
      opacity: 0;
      transform: translateY(16px);
      transition: opacity .45s ease, transform .45s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
    }

    .proof-journey-step::before {
      content: '';
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: var(--surface);
      border: 2px solid rgba(42, 170, 142, .48);
      box-shadow: 0 0 0 6px rgba(42, 170, 142, .08);
      display: block;
      margin: 0 auto 10px;
    }

    .proof-journey-step.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .proof-journey-step[data-step="1"].is-visible {
      transition-delay: .14s;
    }

    .proof-journey-step[data-step="2"].is-visible {
      transition-delay: .28s;
    }

    .proof-journey-step[data-step="3"].is-visible {
      transition-delay: .42s;
    }

    .proof-journey.is-visible .proof-journey-progress {
      transform: scaleX(1);
    }

    .proof-journey-content {
      height: 100%;
      padding: 22px 20px 20px;
      background: var(--accent-soft);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
      min-height: 188px;
    }

    .proof-journey-step:hover .proof-journey-content,
    .proof-journey-step:focus-within .proof-journey-content {
      border-color: rgba(42, 170, 142, .2);
      background: rgba(23, 79, 66, .1);
      box-shadow: 0 12px 26px rgba(11, 16, 20, .12);
    }

    .proof-journey-step h5 {
      font-size: .83rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 8px;
    }

    .proof-journey-step h6 {
      font-size: .95rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 9px;
      line-height: 1.25;
    }

    .proof-journey-step p {
      font-size: .82rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    .proof-journey-note {
      margin-top: 20px;
      max-width: 520px;
      font-size: 12px;
      color: var(--text-soft);
      letter-spacing: .03em;
      line-height: 1.65;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

    .case-snapshot {
      margin-top: 18px;
      display: grid;
      gap: 10px;
    }

    .case-row {
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(166, 173, 181, .06);
    }

    .case-row:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    .case-row h5 {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 6px;
    }

    .case-row p {
      font-size: .84rem;
      color: var(--silver-dim);
      line-height: 1.58;
    }

    .faq-stack {
      margin-top: 32px;
      display: grid;
      gap: 12px;
    }

    .faq-item {
      background: var(--slate);
      border: 1px solid rgba(166, 173, 181, .07);
      border-radius: 2px;
      padding: 0 22px;
      transition: border-color .2s, background .2s;
    }

    .faq-item[open] {
      border-color: rgba(42, 170, 142, .16);
      background: var(--surface-alt);
    }

    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 0;
      font-size: .95rem;
      font-weight: 600;
      color: var(--ivory);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: '+';
      color: var(--emerald-bright);
      font-size: 1.1rem;
      line-height: 1;
      flex-shrink: 0;
    }

    .faq-item[open] summary::after {
      content: '−';
    }

    .faq-answer {
      padding: 0 0 18px;
      font-size: .87rem;
      color: var(--silver-dim);
      line-height: 1.68;
      max-width: 900px;
    }

    /* ── WHY KENDRA ───────────────────────────────────────────── */
    #why {
      background: var(--slate-mid);
    }

    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 72px;
      align-items: start;
      margin-top: 56px;
    }

    .why-quote {
      font-family: 'Playfair Display', serif;
      font-style: italic;
      font-size: clamp(1.3rem, 2.2vw, 1.85rem);
      color: var(--ivory);
      line-height: 1.5;
      border-left: 3px solid var(--emerald-bright);
      padding-left: 26px;
      margin-bottom: 36px;
    }

    .why-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .why-stat {
      padding: 22px 18px;
      background: rgba(23, 79, 66, .08);
      border: 1px solid rgba(42, 170, 142, .1);
      border-radius: 2px;
      transition: border-color .2s, background .2s;
    }

    .why-stat:hover {
      border-color: rgba(42, 170, 142, .22);
      background: rgba(23, 79, 66, .14);
    }

    .stat-n {
      font-family: 'Playfair Display', serif;
      font-size: 1.9rem;
      font-weight: 700;
      color: var(--emerald-bright);
      text-shadow: 0 0 18px rgba(42, 170, 142, .25);
    }

    .stat-l {
      font-size: 11px;
      color: var(--silver-dim);
      margin-top: 4px;
      line-height: 1.4;
    }

    .stat-src {
      font-size: 10px;
      color: rgba(166, 173, 181, .25);
      font-style: italic;
      margin-top: 3px;
    }

    .pillar-list {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .pillar {
      display: flex;
      gap: 18px;
      align-items: flex-start;
      padding: 22px;
      background: rgba(255, 255, 255, .02);
      border: 1px solid rgba(166, 173, 181, .06);
      border-radius: 2px;
      transition: border-color .2s, background .2s;
    }

    .pillar:hover {
      border-color: rgba(42, 170, 142, .14);
      background: rgba(23, 79, 66, .06);
    }

    .pillar-icon {
      width: 42px;
      height: 42px;
      flex-shrink: 0;
      background: rgba(23, 79, 66, .2);
      border-radius: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .pillar-icon svg {
      width: 20px;
      height: 20px;
    }

    .pillar h4 {
      font-size: .95rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 5px;
    }

    .pillar p {
      font-size: .86rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    /* ── CREDENTIALS STRIP ───────────────────────────────────── */
    .creds-strip {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 0;
      margin-top: 48px;
      padding: 20px 28px;
      background: rgba(255, 255, 255, .02);
      border: 1px solid rgba(166, 173, 181, .07);
      border-radius: 2px;
    }

    .cred-item {
      display: flex;
      align-items: center;
      gap: 10px;
      flex: 1;
      min-width: 220px;
      padding: 0 16px;
    }

    .cred-item:first-child {
      padding-left: 0;
    }

    .cred-icon {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
    }

    .cred-item span {
      font-size: .82rem;
      color: rgba(166, 173, 181, .5);
      line-height: 1.45;
    }

    .cred-div {
      width: 1px;
      height: 32px;
      background: rgba(166, 173, 181, .08);
    }

    /* ── INDUSTRIES ───────────────────────────────────────────── */
    #industries {
      background: var(--slate);
    }

    .ind-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-top: 56px;
    }

    .ind-card {
      padding: 34px 26px;
      background: var(--slate-mid);
      border: 1px solid rgba(166, 173, 181, .07);
      border-radius: 2px;
      position: relative;
      overflow: hidden;
      transition: border-color .25s, transform .25s, background .25s;
      box-shadow: 0 16px 34px rgba(11, 16, 20, .06);
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .07), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 24%);
    }

    .ind-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--emerald), var(--emerald-bright));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .3s;
    }

    .ind-card:hover {
      border-color: rgba(42, 170, 142, .18);
      transform: translateY(-3px);
      background: #1d2330;
    }

    .ind-card:hover::after {
      transform: scaleX(1);
    }

    .ind-icon {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(23, 79, 66, .14);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      border: 1px solid rgba(42, 170, 142, .1);
    }

    .ind-icon svg {
      width: 19px;
      height: 19px;
    }

    .ind-card h4 {
      font-size: .95rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 9px;
    }

    .ind-card p {
      font-size: .85rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    /* ── PRICING ──────────────────────────────────────────────── */
    #pricing {
      background: var(--slate-mid);
    }

    .price-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: rgba(166, 173, 181, .06);
      margin-top: 56px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 20px 44px rgba(11, 16, 20, .08);
    }

    .pricing-spectrum {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
      margin-top: 34px;
      margin-bottom: 18px;
    }

    .pricing-spectrum::before {
      content: '';
      position: absolute;
      left: 8%;
      right: 8%;
      top: 18px;
      height: 1px;
      background: linear-gradient(90deg, rgba(42, 170, 142, .36), rgba(42, 170, 142, .08));
    }

    .pricing-spectrum-step {
      position: relative;
      padding: 40px 18px 18px;
      min-height: 126px;
      background:
        radial-gradient(circle at top right, rgba(42, 170, 142, .08), transparent 34%),
        linear-gradient(180deg, rgba(23, 79, 66, .08), transparent 44%);
      border: 1px solid rgba(42, 170, 142, .12);
      border-radius: 2px;
    }

    .pricing-spectrum-step::before {
      content: '';
      position: absolute;
      top: 9px;
      left: 18px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: rgba(23, 79, 66, .18);
      border: 1px solid rgba(42, 170, 142, .26);
      box-shadow: 0 0 0 5px rgba(42, 170, 142, .05);
    }

    .pricing-spectrum-step strong {
      display: block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 8px;
    }

    .pricing-spectrum-step span {
      display: block;
      font-size: .84rem;
      line-height: 1.55;
      color: var(--text-muted);
    }

    .price-card {
      background: var(--slate);
      padding: 46px 36px;
      border-top: 2px solid transparent;
      transition: border-color .25s, transform .2s, box-shadow .2s;
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .08), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 24%);
    }

    .price-card:hover {
      border-top-color: rgba(42, 170, 142, .35);
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(11, 16, 20, .10);
    }

    .price-card.featured {
      background: linear-gradient(180deg, rgba(23, 79, 66, .12) 0%, rgba(23, 79, 66, .04) 100%);
      border-top-color: var(--emerald-bright);
    }

    .price-badge {
      display: inline-block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .13em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      border: 1px solid rgba(42, 170, 142, .28);
      padding: 3px 10px;
      border-radius: 1px;
      margin-bottom: 20px;
      background: rgba(23, 79, 66, .1);
    }

    .price-tier {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--silver-dim);
      margin-bottom: 7px;
    }

    .price-name {
      font-family: 'Playfair Display', serif;
      font-size: 1.45rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .price-desc {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.65;
      margin-bottom: 22px;
    }

    .price-range {
      font-size: .82rem;
      color: rgba(42, 170, 142, .7);
      font-style: italic;
      margin-bottom: 16px;
      padding: 8px 12px;
      background: rgba(23, 79, 66, .08);
      border-left: 2px solid rgba(42, 170, 142, .25);
    }

    .price-amount {
      font-family: 'Playfair Display', serif;
      font-size: 2.5rem;
      font-weight: 700;
      color: var(--ivory);
      text-shadow: 0 0 35px rgba(42, 170, 142, .12);
    }

    .price-amount sup {
      font-size: 1.2rem;
    }

    .price-per {
      font-size: 12px;
      color: var(--silver-dim);
      margin: 4px 0 26px;
    }

    .price-div {
      height: 1px;
      background: rgba(166, 173, 181, .07);
      margin: 22px 0;
    }

    .price-features {
      list-style: none;
      margin-bottom: 32px;
    }

    .price-features li {
      font-size: .88rem;
      color: var(--text-muted);
      padding: 7px 0 7px 20px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, .03);
    }

    .price-features li:last-child {
      border-bottom: none;
    }

    .price-features li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 14px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--emerald);
      box-shadow: 0 0 5px rgba(23, 79, 66, .45);
    }

    .price-card.featured .price-features li::before {
      background: var(--emerald-bright);
      box-shadow: 0 0 7px rgba(42, 170, 142, .45);
    }

    .price-addons {
      max-width: 1120px;
      margin: 32px auto 0;
      padding: 24px 28px;
      background: rgba(255, 255, 255, .02);
      border: 1px solid rgba(166, 173, 181, .07);
      border-radius: 2px;
    }

    .price-addons h5 {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--silver-dim);
      margin-bottom: 14px;
    }

    .addons-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .addon-chip {
      font-size: 12px;
      color: rgba(166, 173, 181, .5);
      border: 1px solid rgba(166, 173, 181, .09);
      padding: 5px 12px;
      border-radius: 1px;
    }

    .price-range-summary {
      max-width: 1120px;
      margin: 28px auto 0;
      padding: 18px 24px;
      background: rgba(23, 79, 66, .06);
      border: 1px solid rgba(42, 170, 142, .1);
      border-radius: 2px;
    }

    .prs-label {
      font-size: 10px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(42, 170, 142, .45);
      display: block;
      margin-bottom: 12px;
    }

    .prs-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 28px;
    }

    .prs-item {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .prs-tier {
      font-size: 12px;
      color: rgba(166, 173, 181, .5);
    }

    .prs-tier::after {
      content: '→';
      margin-left: 6px;
      color: rgba(42, 170, 142, .35);
    }

    .prs-range {
      font-size: 13px;
      font-weight: 600;
      color: rgba(42, 170, 142, .8);
      font-family: 'Playfair Display', serif;
    }

    .price-footnote {
      text-align: center;
      margin-top: 16px;
      font-size: 11px;
      font-style: italic;
      color: var(--text-faint);
    }

    /* ── INSIGHTS ─────────────────────────────────────────────── */
    #insights {
      background: var(--slate);
    }

    .insights-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: rgba(166, 173, 181, .05);
      margin-top: 56px;
      border: 1px solid var(--border);
      border-radius: 2px;
      overflow: hidden;
      box-shadow: 0 20px 44px rgba(11, 16, 20, .08);
    }

    .insight-card {
      background: var(--slate-mid);
      padding: 40px 34px;
      position: relative;
      overflow: hidden;
      transition: background .25s, transform .2s, box-shadow .2s;
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .07), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 24%);
    }

    .insight-card:hover {
      background: #1e2430;
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(11, 16, 20, .10);
    }

    .insight-tag {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .insight-tag::before {
      content: '';
      display: block;
      width: 18px;
      height: 1px;
      background: var(--emerald-bright);
      opacity: .6;
    }

    .insight-card h4 {
      font-family: 'Playfair Display', serif;
      font-size: 1.15rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 12px;
      line-height: 1.3;
    }

    .insight-card p {
      font-size: .88rem;
      color: var(--silver-dim);
      line-height: 1.65;
      margin-bottom: 22px;
    }

    .insight-link {
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--emerald-bright);
      display: inline-flex;
      align-items: center;
      gap: 6px;
      transition: gap .2s;
    }

    .insight-link:hover {
      gap: 10px;
    }

    .insight-link::after {
      content: '→';
    }

    .insight-coming {
      font-size: 11px;
      font-weight: 500;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: rgba(166, 173, 181, .3);
      display: inline-block;
      padding: 4px 0;
      cursor: default;
    }

    .insight-coming::after {
      content: none;
    }

    /* ── CTA + CONTACT ────────────────────────────────────────── */
    #cta {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, rgba(23, 79, 66, .95) 0%, rgba(12, 48, 38, .98) 100%);
      border-top: 1px solid rgba(42, 170, 142, .13);
    }

    .cta-orb {
      position: absolute;
      right: -15%;
      top: 50%;
      transform: translateY(-50%);
      width: 55vw;
      height: 55vw;
      max-width: 680px;
      max-height: 680px;
      border-radius: 50%;
      background: radial-gradient(ellipse at 40% 35%, rgba(42, 170, 142, .12) 0%, rgba(23, 79, 66, .06) 40%, transparent 68%);
      pointer-events: none;
    }

    .cta-wrap {
      max-width: 1120px;
      margin: 0 auto;
      padding: 96px 5%;
      position: relative;
      z-index: 1;
    }

    .cta-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
    }

    .cta-right {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .cta-left h2 {
      font-size: clamp(2rem, 3.5vw, 3rem);
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 18px;
    }

    .cta-left p {
      font-size: 1rem;
      color: var(--text-muted);
      line-height: 1.75;
      margin-bottom: 28px;
    }

    .cta-points {
      list-style: none;
      margin-bottom: 24px;
    }

    .cta-points li {
      font-size: .92rem;
      color: var(--text-muted);
      padding: 6px 0 6px 18px;
      position: relative;
    }

    .cta-points li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 13px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--emerald-bright);
      opacity: .75;
    }

    .cta-sub {
      font-size: 12px;
      color: var(--text-faint);
      letter-spacing: .04em;
    }

    .scheduler-panel {
      background: rgba(23, 79, 66, .08);
      border: 1px solid rgba(42, 170, 142, .14);
      border-radius: 2px;
      padding: 24px 26px;
    }

    .scheduler-panel h4 {
      font-size: 1rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .scheduler-panel p {
      font-size: .87rem;
      color: var(--silver-dim);
      line-height: 1.65;
      margin-bottom: 16px;
    }

    .scheduler-note {
      font-size: 11px;
      color: rgba(166, 173, 181, .42);
      line-height: 1.55;
      margin-top: 12px;
    }

    /* Contact Form */
    .contact-form {
      background: var(--surface-strong);
      border: 1px solid var(--border-strong);
      border-radius: 2px;
      padding: 36px 32px;
      box-shadow: var(--shadow-soft);
    }

    .contact-form h4 {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 24px;
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .form-group {
      margin-bottom: 16px;
    }

    .form-group label {
      display: block;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: var(--text-soft);
      margin-bottom: 6px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 11px 14px;
      background: var(--input-bg);
      border: 1px solid var(--input-border);
      border-radius: 2px;
      font-family: inherit;
      font-size: .9rem;
      color: var(--text);
      outline: none;
      transition: border-color .2s, background .2s, color .2s;
    }

    .form-group input::placeholder,
    .form-group textarea::placeholder {
      color: var(--text-faint);
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: var(--border-strong);
    }

    .form-group textarea {
      resize: vertical;
      min-height: 80px;
    }

    .form-group select option {
      background: var(--surface);
      color: var(--text);
    }

    .form-error {
      font-size: 11px;
      color: var(--danger);
      margin-top: 4px;
      display: none;
    }

    .form-group.has-error input,
    .form-group.has-error select {
      border-color: rgba(183, 79, 79, .5);
    }

    .form-group.has-error .form-error {
      display: block;
    }

    .form-submit {
      width: 100%;
      padding: 14px;
      background: var(--text);
      color: var(--accent);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      border-radius: 2px;
      border: none;
      cursor: pointer;
      transition: background .2s, transform .15s;
      margin-top: 4px;
    }

    .form-submit:hover {
      background: var(--surface);
      transform: translateY(-1px);
    }

    .form-submit:disabled {
      opacity: .6;
      cursor: not-allowed;
      transform: none;
    }

    .form-status {
      font-size: 12px;
      color: rgba(42, 170, 142, .8);
      margin-top: 8px;
      text-align: center;
      min-height: 18px;
    }

    .form-success {
      display: none;
      text-align: center;
      padding: 40px 20px;
    }

    .form-success .check {
      font-size: 2.5rem;
      margin-bottom: 16px;
    }

    .form-success h4 {
      font-size: 1.15rem;
      font-weight: 600;
      color: var(--ivory);
      margin-bottom: 10px;
    }

    .form-success p {
      font-size: .9rem;
      color: var(--silver-dim);
      line-height: 1.6;
    }

    .form-note {
      font-size: 11px;
      color: var(--text-faint);
      text-align: center;
      margin-top: 12px;
      letter-spacing: .03em;
    }

    /* Formspree config note */
    .form-config-note {
      font-size: 11px;
      color: rgba(42, 170, 142, .65);
      text-align: center;
      margin-top: 8px;
      font-style: italic;
    }

    .themed-link {
      color: var(--emerald-bright);
    }

    /* ── FOOTER ───────────────────────────────────────────────── */
    footer {
      background: var(--footer-bg);
      border-top: 1px solid var(--border);
      padding: 68px 5% 36px;
    }

    .footer-inner {
      max-width: 1120px;
      margin: 0 auto;
    }

    .footer-top {
      display: grid;
      grid-template-columns: 2.2fr 1fr 1fr 1fr;
      gap: 48px;
      padding-bottom: 48px;
      border-bottom: 1px solid var(--border);
    }

    .footer-brand img {
      height: 42px;
      width: auto;
      margin-bottom: 16px;
    }

    .footer-tagline {
      font-size: .87rem;
      color: var(--text-soft);
      line-height: 1.65;
      max-width: 250px;
      margin-bottom: 20px;
    }

    .footer-contact {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .footer-contact a {
      font-size: 13px;
      color: rgba(42, 170, 142, .75);
      transition: color .2s;
    }

    .footer-contact a:hover {
      color: var(--emerald-bright);
    }

    .footer-col h5 {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: var(--text-soft);
      margin-bottom: 16px;
    }

    .footer-col ul {
      list-style: none;
    }

    .footer-col ul li {
      margin-bottom: 11px;
    }

    .footer-col ul li a {
      font-size: 13px;
      color: var(--text-soft);
      transition: color .2s;
    }

    .footer-col ul li a:hover {
      color: var(--text);
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 24px;
      flex-wrap: wrap;
      gap: 12px;
    }

    .footer-copy {
      font-size: 12px;
      color: var(--text-faint);
    }

    .footer-legal {
      display: flex;
      gap: 20px;
    }

    .footer-legal a {
      font-size: 12px;
      color: var(--text-soft);
      transition: color .2s;
    }

    .footer-legal a:hover {
      color: var(--text);
    }

    /* ── MODAL (Privacy / Terms) ──────────────────────────────── */
    .modal-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: var(--overlay-bg);
      z-index: 2000;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .modal-overlay.open {
      display: flex;
    }

    .modal {
      background: var(--surface);
      border: 1px solid var(--border);
      border-radius: 2px;
      max-width: 640px;
      width: 100%;
      max-height: 80vh;
      overflow-y: auto;
      padding: 44px 40px;
      position: relative;
      box-shadow: var(--shadow-soft);
    }

    .modal:focus {
      outline: none;
    }

    .modal h3 {
      font-size: 1.6rem;
      font-weight: 700;
      color: var(--ivory);
      margin-bottom: 20px;
    }

    .modal-body {
      font-size: .9rem;
      color: var(--silver-dim);
      line-height: 1.72;
    }

    .modal-body h4 {
      font-size: 1rem;
      font-weight: 600;
      color: var(--ivory);
      margin: 20px 0 8px;
    }

    .modal-body p {
      margin-bottom: 14px;
    }

    .modal-close {
      position: absolute;
      top: 18px;
      right: 18px;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--silver-dim);
      font-size: 18px;
      border-radius: 2px;
      transition: color .2s, background .2s;
    }

    .modal-close:hover {
      color: var(--ivory);
      background: var(--chip-bg);
    }

    .modal-close:focus-visible {
      outline: 2px solid var(--emerald-bright);
      outline-offset: 2px;
    }

    /* ── THEME SURFACE OVERRIDES ─────────────────────────────── */
    #hero {
      background: radial-gradient(ellipse at 68% 48%, var(--hero-spot) 0%, transparent 55%), linear-gradient(135deg, var(--hero-start) 0%, var(--hero-mid) 50%, var(--hero-end) 100%);
    }

    .hero-fade {
      background: linear-gradient(90deg, var(--hero-fade-start) 0%, var(--hero-fade-mid) 40%, transparent 62%);
    }

    .hero-grid {
      background-image: linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
    }

    #metrics {
      background: var(--metrics-bg);
      border-top: 1px solid var(--metrics-border);
      border-bottom: 1px solid var(--metrics-border);
    }

    #trust,
    #best-fit,
    #client-outcomes,
    #operating-goals,
    #autonomous-support,
    #ai-automation,
    #leadership,
    #industries,
    #subscription-model {
      background: var(--bg);
    }

    #starting-points,
    #services,
    #legacy-modernization,
    #crm-erp-integration,
    #ai-readiness,
    #office-cfo,
    #why,
    #pricing,
    #insights,
    #cta {
      background: var(--surface);
    }

    .section-divider {
      background: linear-gradient(90deg, transparent, var(--border), transparent);
    }

    .hero-body,
    .hero-tagline,
    .proof-item,
    .trust-label,
    .trust-badge,
    .best-fit-copy p,
    .best-fit-note,
    .starting-points-copy p,
    .starting-points-note,
    .client-outcomes-copy p,
    .client-outcomes-note,
    #operating-goals .client-outcomes-copy p,
    #operating-goals .client-outcomes-note,
    .section-lead,
    .source-note,
    .service-desc,
    .service-list li,
    .service-delivery,
    .ai-principle p,
    .ai-card p,
    .ai-governance p,
    .ai-gov-tag,
    .readiness-panel p,
    .readiness-audience li,
    .readiness-card p,
    .readiness-deliverables p,
    .readiness-cta p,
    .readiness-cta-sub,
    .deliverables-list li,
    .readiness-proof p,
    .proof-list li,
    .leadership-narrative p,
    .leader-title,
    .leader-bio,
    .leader-emphasis,
    .leader-principle p,
    .cfo-card p,
    .cfo-callout p,
    .cfo-cred,
    .cfo-cta-sub,
    .story-card p,
    .story-callout p,
    .story-proof,
    .story-detail p,
    .story-cta-sub,
    .pillar p,
    .cred-item span,
    .stat-l,
    .stat-src,
    .ind-card p,
    .price-tier,
    .price-desc,
    .price-features li,
    .addon-chip,
    .prs-label,
    .prs-tier,
    .insight-card p,
    .insight-coming,
    .package-card p,
    .package-note,
    .proof-card p,
    .proof-list-compact li,
    .proof-phase-step p,
    .case-row p,
    .faq-answer,
    .scheduler-panel p,
    .scheduler-note {
      color: var(--text-muted);
    }

    .best-fit-chip,
    .starting-point-chip,
    .client-outcome-chip,
    .hero-badge,
    .trust-badge,
    .outcome-chip,
    .addon-chip {
      background: var(--chip-bg);
      border-color: var(--chip-border);
    }

    .service-card,
    .ai-card,
    .readiness-card,
    .leader-card,
    .story-card,
    .cfo-card,
    .pillar,
    .why-stat,
    .ind-card,
    .price-card,
    .insight-card,
    .readiness-panel,
    .readiness-deliverables,
    .readiness-proof,
    .leadership-note,
    .cfo-callout,
    .story-callout,
    .story-detail,
    .price-addons,
    .price-range-summary,
    .creds-strip {
      border-color: var(--border);
    }

    .service-card,
    .ai-card,
    .readiness-card,
    .leader-card,
    .story-card,
    .cfo-card,
    .ind-card,
    .price-card,
    .insight-card,
    .package-card,
    .proof-card,
    .autonomous-compare-card,
    .autonomous-operating-cell,
    .roi-driver-card,
    .roi-metric-card {
      background-color: var(--bg);
      background-image:
        radial-gradient(circle at top right, rgba(42, 170, 142, .07), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .012), transparent 24%);
    }

    .ai-card,
    .leader-card,
    .ind-card:hover,
    .service-card:hover,
    .readiness-card:hover,
    .cfo-card:hover,
    .story-card:hover,
    .pillar:hover {
      background-color: var(--surface-alt);
    }

    .readiness-deliverables,
    .leadership-note,
    .cfo-callout,
    .story-callout,
    .price-addons,
    .creds-strip,
    .why-stat,
    .ai-governance,
    .scheduler-panel,
    .best-fit-chip,
    .starting-point-chip,
    .client-outcome-chip,
    .hero-badge {
      background: var(--accent-soft);
    }

    .mobile-menu a,
    .footer-col ul li a,
    .footer-legal a {
      color: var(--text-soft);
    }

    .mobile-menu a:hover,
    .mobile-menu a:focus-visible,
    .footer-col ul li a:hover,
    .footer-legal a:hover {
      color: var(--text);
    }

    /* ── RESPONSIVE ───────────────────────────────────────────── */
    @media (max-width:1024px) {
      .orb-wrap {
        width: 44vw;
        height: 44vw;
        right: -6%;
      }

      .hero-signal-card {
        display: none;
      }

      .services-graphic {
        flex-basis: 100%;
        max-width: 100%;
      }

      .layer-pill,
      .layer-pill:nth-child(1),
      .layer-pill:nth-child(2),
      .layer-pill:nth-child(3),
      .layer-pill:nth-child(4),
      .layer-pill:nth-child(5),
      .layer-pill:nth-child(6) {
        width: 100%;
      }

      .pricing-spectrum {
        grid-template-columns: 1fr;
      }

      .pricing-spectrum::before {
        display: none;
      }

      .cta-layout {
        grid-template-columns: 1fr;
        gap: 48px;
      }
    }

    @media (max-width:1180px) {
      .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .proof-card,
      .proof-card.proof-card-journey {
        grid-column: span 1;
      }

      .proof-card.proof-card-journey {
        grid-column: 1 / -1;
      }
    }

    @media (max-width:900px) {
      .nav-links {
        display: none;
      }

      .trust-inner,
      .best-fit-inner,
      .starting-points-inner,
      .client-outcomes-inner {
        padding: 22px 20px;
      }

      .menu-toggle {
        display: flex;
      }

      .theme-toggle-text {
        display: none;
      }

      .theme-toggle {
        padding: 8px 10px;
      }

      .orb-wrap {
        width: 48vw;
        height: 48vw;
        right: -10%;
        opacity: .25;
      }

      #particle-canvas {
        opacity: .22;
      }

      .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .services-grid {
        grid-template-columns: 1fr;
      }

      .best-fit-inner {
        flex-direction: column;
      }

      .best-fit-chips {
        justify-content: flex-start;
      }

      .starting-points-inner {
        flex-direction: column;
      }

      .starting-points-chips {
        justify-content: flex-start;
      }

      .client-outcomes-inner {
        flex-direction: column;
      }

      .client-outcomes-chips {
        justify-content: flex-start;
      }

      .leadership-top,
      .autonomous-intro,
      .autonomous-governance-grid,
      .cfo-layout,
      .story-layout {
        grid-template-columns: 1fr;
      }

      .autonomous-comparison,
      .autonomous-operating-row {
        grid-template-columns: 1fr 1fr;
      }

      .roi-layout {
        grid-template-columns: 1fr;
      }

      .roi-rail,
      .roi-driver-grid {
        grid-template-columns: 1fr 1fr;
      }

      .roi-rail::before {
        display: none;
      }

      .roi-metric-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .ai-landscape-header {
        display: block;
      }

      .ai-landscape-header p {
        margin-top: 10px;
      }

      .ai-landscape-flow {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .ai-landscape-connector {
        min-height: 34px;
      }

      .ai-landscape-connector::before {
        left: 14px;
        right: 14px;
        top: 50%;
        bottom: auto;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
        background: linear-gradient(90deg, transparent, var(--emerald-bright), transparent);
      }

      .ai-landscape-connector::after {
        content: '↓';
        top: 50%;
      }

      .autonomous-flow {
        grid-template-columns: 1fr;
        gap: 12px;
      }

      .autonomous-flow-wrap {
        padding: 24px 22px;
      }

      .autonomous-inputs {
        margin-bottom: 18px;
      }

      .flow-step {
        min-height: 0;
        padding: 40px 16px 16px;
      }

      .flow-step:not(:last-child)::after {
        content: '↓';
        right: auto;
        left: 50%;
        top: auto;
        bottom: -18px;
        transform: translateX(-50%);
      }

      .autonomous-value-grid {
        grid-template-columns: 1fr 1fr;
      }

      .leader-card {
        grid-template-columns: 1fr;
        gap: 22px;
      }

      .proof-grid {
        grid-template-columns: 1fr;
      }

      .proof-card,
      .proof-card.proof-card-journey {
        grid-column: span 1;
      }

      .proof-journey-track {
        top: 0;
        bottom: 0;
        left: 14px;
        right: auto;
        width: 1px;
        height: auto;
      }

      .proof-journey-progress {
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        transform-origin: center top;
      }

      .proof-journey.is-visible .proof-journey-progress {
        transform: scaleY(1);
      }

      .proof-journey-steps {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .proof-journey-step {
        padding-left: 30px;
      }

      .proof-journey-step::before {
        margin: 0;
        position: absolute;
        left: 10px;
        top: 22px;
        transform: translate(-50%, 0);
      }

      .proof-journey-content {
        min-height: 0;
      }

      .package-grid {
        grid-template-columns: 1fr 1fr;
      }

      .readiness-top,
      .readiness-outcomes {
        grid-template-columns: 1fr;
      }

      .readiness-grid {
        grid-template-columns: 1fr 1fr;
      }

      .leader-principles,
      .cfo-supported,
      .story-grid {
        grid-template-columns: 1fr 1fr;
      }

      .why-grid {
        grid-template-columns: 1fr;
        gap: 44px;
      }

      .ai-grid {
        grid-template-columns: 1fr 1fr;
      }

      .ai-leadership-panel {
        grid-template-columns: 1fr;
      }

      .ind-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .price-grid {
        grid-template-columns: 1fr;
      }

      .services-graphic {
        padding: 20px 18px;
      }

      .insights-grid {
        grid-template-columns: 1fr 1fr;
      }

      .footer-top {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media (max-width:600px) {
      .trust-inner,
      .best-fit-inner,
      .starting-points-inner,
      .client-outcomes-inner {
        padding: 20px 18px;
      }

      .services-graphic {
        padding: 18px 16px;
      }

      .metrics-grid {
        grid-template-columns: 1fr;
      }

      .ind-grid {
        grid-template-columns: 1fr;
      }

      .why-stats {
        grid-template-columns: 1fr;
      }

      .ai-grid {
        grid-template-columns: 1fr;
      }

      .ai-leadership-panel {
        padding: 24px 20px;
      }

      .ai-leadership-flow {
        grid-template-columns: 1fr;
      }

      .ai-landscape-map {
        padding: 22px 18px;
      }

      .ai-landscape-node,
      .ai-landscape-step,
      .ai-landscape-destination {
        padding: 16px;
      }

      .ai-landscape-step {
        padding-left: 34px;
      }

      .package-grid {
        grid-template-columns: 1fr;
      }

      .leader-principles,
      .autonomous-comparison,
      .autonomous-value-grid,
      .autonomous-operating-row,
      .roi-rail,
      .roi-driver-grid,
      .roi-metric-strip,
      .cfo-supported,
      .story-grid,
      .readiness-grid,
      .deliverables-list,
      .proof-list {
        grid-template-columns: 1fr;
      }

      .form-row {
        grid-template-columns: 1fr;
      }

      .footer-top {
        grid-template-columns: 1fr;
      }

      .hero-content {
        margin-left: 0;
        padding: 40px 6%;
      }

      .orb-wrap {
        display: none;
      }

      .insights-grid {
        grid-template-columns: 1fr;
      }
    }
