
  /* ============ AZURE / FLUENT DESIGN TOKENS ============ */
  :root {
    --blue: #0078D4;          /* Azure primary blue */
    --blue-hover: #106EBE;
    --blue-active: #005A9E;
    --link: #0067B8;
    --link-hover: #004E8C;
    --deep: #002050;          /* Azure deep navy */
    --navy: #243A5E;          /* Azure dark band navy */
    --cyan: #50E6FF;          /* Azure accent cyan */
    --ink: #171717;           /* body text */
    --ink-2: #505050;         /* secondary text */
    --ink-3: #737373;
    --bg-gray: #F2F2F2;       /* Azure section gray */
    --bg-light: #EFF6FC;      /* faint blue tint */
    --border: #E6E6E6;
    --green: #107C10;         /* Fluent green */
    --red: #D13438;           /* Fluent red */
    --amber: #C19C00;         /* Fluent amber */
    --shadow: 0 1.6px 3.6px rgba(0,0,0,.10), 0 0.3px 0.9px rgba(0,0,0,.07);
    --shadow-hover: 0 6.4px 14.4px rgba(0,0,0,.13), 0 1.2px 3.6px rgba(0,0,0,.10);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Segoe UI', SegoeUI, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
  }
  img, svg { display: block; }
  a { text-decoration: none; color: inherit; }
  :focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }

  .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

  h1, h2, h3 { font-weight: 600; letter-spacing: -0.01em; }
  .section { padding: 72px 0; }
  .section-gray { background: var(--bg-gray); }
  .eyebrow {
    font-size: 13px; font-weight: 600; text-transform: uppercase;
    letter-spacing: 0.08em; color: var(--ink-2); margin-bottom: 12px;
  }
  .section-title { font-size: 34px; line-height: 1.25; margin-bottom: 16px; }
  .section-lede { font-size: 16px; color: var(--ink-2); max-width: 720px; }
  .center { text-align: center; }
  .center .section-lede { margin: 0 auto; }

  /* ============ BUTTONS (Azure squared style) ============ */
  .btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 15px; font-weight: 600; line-height: 1;
    padding: 13px 24px; border-radius: 2px; cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
    border: 1px solid transparent;
  }
  .btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
  .btn-primary:hover { background: var(--blue-hover); border-color: var(--blue-hover); }
  .btn-primary:active { background: var(--blue-active); }
  .btn-outline { background: transparent; color: var(--ink); border-color: #8A8886; }
  .btn-outline:hover { background: rgba(0,0,0,.04); }
  .btn-outline-light { background: transparent; color: #fff; border-color: #fff; }
  .btn-outline-light:hover { background: rgba(255,255,255,.12); }
  .btn-white { background: #fff; color: var(--deep); border-color: #fff; }
  .btn-white:hover { background: #E6E6E6; border-color: #E6E6E6; }
  .btn-dark { background: var(--deep); color: #fff; border-color: var(--deep); }
  .btn-dark:hover { background: var(--navy); border-color: var(--navy); }
  .btn-block { width: 100%; justify-content: center; }

  .learn-link {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--link); font-size: 15px; font-weight: 600;
  }
  .learn-link:hover { color: var(--link-hover); text-decoration: underline; }
  .learn-link svg { transition: transform .15s ease; }
  .learn-link:hover svg { transform: translateX(3px); }

  /* ============ NAV — two-tier Azure style ============ */
  .topbar {
    background: #fff; border-bottom: 1px solid var(--border);
    font-size: 13px; color: var(--ink-2);
  }
  .topbar-inner {
    display: flex; align-items: center; justify-content: space-between; height: 40px;
  }
  .topbar-links { display: flex; gap: 20px; }
  .topbar-links a:hover { text-decoration: underline; color: var(--ink); }

  header.mainnav {
    position: sticky; top: 0; z-index: 50;
    background: #fff; border-bottom: 1px solid var(--border);
  }
  .nav-inner { display: flex; align-items: center; height: 132px; gap: 28px; }
  .brand { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: 0.01em; }
  .brand-logo { height: 120px; width: auto; display: block; }
  .brand-mark { width: 20px; height: 20px; }
  .nav-links { display: flex; gap: 24px; font-size: 14px; color: var(--ink); flex: 1; }
  .nav-links a { padding: 6px 0; border-bottom: 2px solid transparent; }
  .nav-links a:hover { border-bottom-color: var(--blue); color: var(--blue-active); }
  .nav-cta { display: flex; align-items: center; gap: 16px; }
  .nav-cta .signin { font-size: 14px; color: var(--link); font-weight: 600; }
  .nav-cta .signin:hover { text-decoration: underline; }
  .nav-cta .btn { padding: 9px 18px; font-size: 14px; }

  /* ============ HERO — Azure deep-blue gradient ============ */
  .hero {
    background: linear-gradient(115deg, #012B65 0%, #0553A4 48%, #1B9DE4 100%);
    color: #fff; overflow: hidden; position: relative;
  }
  .hero::after {
    content: ""; position: absolute; right: -180px; top: -180px;
    width: 560px; height: 560px; border-radius: 50%;
    background: radial-gradient(circle, rgba(80,230,255,.28) 0%, rgba(80,230,255,0) 65%);
    pointer-events: none;
  }
  .hero-grid {
    display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px;
    align-items: center; padding-top: 72px; padding-bottom: 80px; position: relative; z-index: 1;
  }
  .hero-badge {
    display: inline-block; font-size: 13px; font-weight: 600;
    background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3);
    padding: 6px 14px; border-radius: 2px; margin-bottom: 20px;
    text-transform: uppercase; letter-spacing: 0.06em; color: var(--cyan);
  }
  .hero h1 { font-size: 44px; line-height: 1.12; margin-bottom: 18px; font-weight: 600; }
  .hero-sub { font-size: 22px; font-weight: 600; margin-bottom: 14px; color: #EAF6FF; }
  .hero-body { font-size: 16px; color: rgba(255,255,255,.85); max-width: 560px; margin-bottom: 16px; }
  .hero-note {
    font-size: 13px; color: rgba(255,255,255,.65);
    border-left: 3px solid var(--cyan); padding-left: 12px; margin-bottom: 28px;
  }
  .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

  /* dashboard mock */
  .mock {
    background: rgba(0,22,53,.55); border: 1px solid rgba(255,255,255,.15);
    border-radius: 4px; padding: 22px; box-shadow: 0 25px 60px rgba(0,10,40,.45);
    backdrop-filter: blur(4px); font-size: 13px;
  }
  .mock-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
  .mock-title { font-weight: 600; font-size: 14px; }
  .mock-time { font-size: 11px; color: rgba(255,255,255,.5); }
  .pill-live { font-size: 10px; font-weight: 700; letter-spacing: .08em; background: rgba(16,124,16,.25); color: #6CCB5F; padding: 4px 10px; border-radius: 2px; }
  .kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 18px; }
  .kpi { background: rgba(255,255,255,.07); border-radius: 2px; padding: 10px 8px; text-align: center; }
  .kpi-label { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.55); margin-bottom: 4px; }
  .kpi-value { font-size: 17px; font-weight: 700; font-variant-numeric: tabular-nums; }
  .kpi-value.bad { color: #FF99A4; }
  .alerts { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
  .alert { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border-radius: 2px; font-size: 12px; }
  .alert-left { display: flex; align-items: center; gap: 9px; }
  .dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
  .alert.high { background: rgba(209,52,56,.16); border: 1px solid rgba(209,52,56,.4); }
  .alert.watch { background: rgba(193,156,0,.14); border: 1px solid rgba(193,156,0,.4); }
  .alert.ok { background: rgba(16,124,16,.14); border: 1px solid rgba(16,124,16,.4); }
  .tag { font-size: 10px; font-weight: 700; letter-spacing: .06em; }
  .tag.high { color: #FF99A4; } .tag.watch { color: #F2C94C; } .tag.ok { color: #6CCB5F; }
  .next-action { background: rgba(255,255,255,.07); border-radius: 2px; padding: 12px 14px; }
  .next-action .kpi-label { text-align: left; margin-bottom: 6px; }
  .next-action p { font-size: 12.5px; line-height: 1.55; }
  .next-action .hl { color: var(--cyan); font-weight: 600; }

  /* ============ CARDS (Azure product-card style) ============ */
  .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
  .card {
    background: #fff; border-radius: 2px; box-shadow: var(--shadow);
    padding: 28px 24px; display: flex; flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
  }
  .card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
  .card-icon {
    width: 44px; height: 44px; margin-bottom: 18px;
    display: flex; align-items: center; justify-content: center;
    background: var(--bg-light); border-radius: 2px;
  }
  .card h3 { font-size: 18px; margin-bottom: 10px; }
  .card p { font-size: 14px; color: var(--ink-2); margin-bottom: 12px; }
  .card ul { list-style: none; font-size: 14px; color: var(--ink-2); margin-bottom: 14px; }
  .card ul li { padding-left: 16px; position: relative; margin-bottom: 6px; }
  .card ul li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; background: var(--blue); }
  .card .learn-link { margin-top: auto; }

  /* ============ PHOTOGRAPHY ============ */
  .photo {
    width: 100%; height: auto; border-radius: 4px;
    box-shadow: var(--shadow-hover); object-fit: cover;
  }
  .card-img {
    width: calc(100% + 48px); height: 180px; object-fit: cover;
    margin: -28px -24px 20px; border-radius: 2px 2px 0 0;
  }
  .problem-grid {
    display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center;
  }
  .preview-photo { margin-bottom: 28px; }

  /* ============ ALTERNATING FEATURE ROWS ============ */
  .feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
  .feature-row + .feature-row { margin-top: 80px; }
  .feature-row h3 { font-size: 28px; line-height: 1.25; margin-bottom: 16px; }
  .feature-row p { font-size: 15px; color: var(--ink-2); margin-bottom: 14px; }
  .feature-row p strong { color: var(--ink); }
  .panel {
    background: #fff; border-radius: 2px; box-shadow: var(--shadow); padding: 24px;
  }
  .panel-label { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: var(--ink-3); margin-bottom: 16px; }
  .rank-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 14px; font-weight: 600; }
  .rank-row:last-child { border-bottom: 0; }
  .risk-chip { font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 2px; font-variant-numeric: tabular-nums; }
  .risk-chip.r-high { background: #FDE7E9; color: var(--red); }
  .risk-chip.r-med { background: #FFF4CE; color: #8A6A00; }
  .risk-chip.r-low { background: #DFF6DD; color: var(--green); }
  .action-panel { background: var(--deep); color: #fff; border-radius: 2px; padding: 20px; }
  .action-panel .risk-line { font-size: 12px; color: var(--cyan); font-weight: 600; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .05em; }
  .action-panel .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.55); margin: 14px 0 4px; }
  .action-panel p { font-size: 14px; color: rgba(255,255,255,.92); margin-bottom: 0; }
  .axis { display: flex; justify-content: space-between; font-size: 11px; color: var(--ink-3); margin-top: 6px; }
  .chart-note { font-size: 13px; color: var(--ink-2); margin-top: 14px; }

  /* ============ TRUST BAND (dark navy, Azure style) ============ */
  .trust { background: var(--navy); color: #fff; }
  .trust .eyebrow { color: var(--cyan); }
  .trust .section-lede { color: rgba(255,255,255,.8); }
  .trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 44px; }
  .trust-item {
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
    border-radius: 2px; padding: 18px 16px; font-size: 14px; font-weight: 600;
  }
  .trust-item svg { margin-bottom: 12px; }

  /* ============ FOUNDER CREDIBILITY (legacy strip styles retained) ============ */
  .audience-strip {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px;
    margin: 32px 0 56px; font-size: 14px; font-weight: 600; color: var(--ink-3);
    text-transform: uppercase; letter-spacing: 0.05em;
  }
  .outcome-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
  .outcome {
    background: #fff; border-radius: 2px; box-shadow: var(--shadow);
    padding: 20px 16px; font-size: 14px; color: var(--ink-2); text-align: center;
  }

  /* ============ ROI checklist ============ */
  .roi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 40px; }
  .roi-item {
    display: flex; gap: 12px; align-items: flex-start;
    background: var(--bg-gray); border-radius: 2px; padding: 16px 18px; font-size: 14px; color: var(--ink-2);
  }
  .roi-item.wide { grid-column: 1 / -1; }
  .roi-item svg { flex-shrink: 0; margin-top: 1px; }

  /* ============ PRICING ============ */
  .billing-toggle {
    display: inline-block; font-size: 13px; font-weight: 600; color: var(--ink-2);
    background: #fff; border: 1px solid var(--border); border-radius: 2px;
    padding: 9px 18px; margin-top: 18px;
  }
  .pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
  .price-card {
    background: #fff; border: 1px solid var(--border); border-radius: 2px;
    padding: 26px 22px; display: flex; flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease; position: relative;
  }
  .price-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
  .price-card.popular { border: 2px solid var(--blue); box-shadow: var(--shadow); }
  .popular-flag {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--blue); color: #fff; font-size: 11px; font-weight: 700;
    text-transform: uppercase; letter-spacing: .07em; padding: 5px 14px; border-radius: 2px; white-space: nowrap;
  }
  .price-card.dark { background: var(--deep); border-color: var(--deep); color: #fff; }
  .price-card h3 { font-size: 17px; margin-bottom: 4px; }
  .price-tagline { font-size: 13px; color: var(--ink-2); margin-bottom: 18px; }
  .price-card.dark .price-tagline { color: rgba(255,255,255,.65); }
  .price { font-size: 30px; font-weight: 700; font-variant-numeric: tabular-nums; }
  .price .per { font-size: 15px; font-weight: 400; color: var(--ink-3); }
  .price-card.dark .price .per { color: rgba(255,255,255,.55); }
  .price-annual { font-size: 12px; color: var(--ink-3); margin-bottom: 20px; }
  .price-card.dark .price-annual { color: rgba(255,255,255,.5); }
  .feature-list { list-style: none; font-size: 13.5px; color: var(--ink-2); flex: 1; margin-bottom: 22px; }
  .price-card.dark .feature-list { color: rgba(255,255,255,.8); }
  .feature-list li { display: flex; gap: 9px; margin-bottom: 9px; align-items: flex-start; }
  .feature-list svg { flex-shrink: 0; margin-top: 2px; }
  .price-footnote { font-size: 11px; color: var(--ink-3); text-align: center; margin: 0 0 12px; line-height: 1.5; }

  .addons { margin-top: 64px; }
  .addons h3 { font-size: 22px; text-align: center; margin-bottom: 28px; }
  .addon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .addon {
    background: #fff; border: 1px solid var(--border); border-radius: 2px;
    padding: 18px; text-align: center;
  }
  .addon .name { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
  .addon .amt { font-size: 18px; font-weight: 700; color: var(--blue); font-variant-numeric: tabular-nums; }
  .addon .unit { font-size: 12px; color: var(--ink-3); }

  /* ============ DASHBOARD PREVIEW ============ */
  .preview-shell {
    background: var(--deep); border-radius: 4px; padding: 28px;
    box-shadow: 0 20px 50px rgba(0,32,80,.30); margin-top: 44px; color: #fff;
  }
  .preview-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 16px; }
  .pk { background: rgba(255,255,255,.07); border-radius: 2px; padding: 16px; }
  .pk-label { font-size: 10px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.5); margin-bottom: 6px; }
  .pk-value { font-size: 24px; font-weight: 700; font-variant-numeric: tabular-nums; }
  .pk-value .sub { font-size: 13px; color: rgba(255,255,255,.45); font-weight: 400; }
  .pk-value.good { color: #6CCB5F; } .pk-value.warn { color: #F2C94C; } .pk-value.bad { color: #FF99A4; }
  .preview-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .pb { background: rgba(255,255,255,.07); border-radius: 2px; padding: 18px; }
  .pb .row { display: flex; align-items: center; gap: 9px; font-size: 14px; margin-bottom: 7px; }
  .pb .row:last-child { margin-bottom: 0; }
  .pb p { font-size: 14px; line-height: 1.6; }

  /* ============ FINAL CTA — Azure blue band ============ */
  .cta-band {
    background: linear-gradient(115deg, #002050 0%, #0553A4 55%, #1B9DE4 100%);
    color: #fff; text-align: center; padding: 84px 0;
  }
  .cta-band h2 { font-size: 38px; line-height: 1.2; margin-bottom: 18px; }
  .cta-band p { font-size: 17px; color: rgba(255,255,255,.85); max-width: 640px; margin: 0 auto 32px; }

  /* ============ FOOTER — Microsoft-style light gray ============ */
  footer { background: var(--bg-gray); color: var(--ink-2); font-size: 13px; padding: 48px 0 24px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; }
  .footer-brand { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
  .footer-col h4 {
    font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 14px;
  }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a:hover { text-decoration: underline; color: var(--ink); }
  .footer-bottom {
    border-top: 1px solid #D2D0CE; padding-top: 20px;
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
    font-size: 12px; color: var(--ink-3);
  }
  .footer-bottom .links { display: flex; gap: 24px; }
  .footer-bottom a:hover { text-decoration: underline; }

  /* ============ DATA SIGNALS BAND ============ */
  .signals { background: var(--deep); color: #fff; padding: 56px 0; }
  .signals-grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
  .signals h2 { font-size: 26px; max-width: 460px; line-height: 1.3; }
  .signals .sub { color: rgba(255,255,255,.7); font-size: 14px; margin-top: 10px; }
  .chip-row { display: flex; flex-wrap: wrap; gap: 10px; max-width: 460px; }
  .chip { background: rgba(80,230,255,.08); border: 1px solid rgba(80,230,255,.35); color: #fff; font-size: 13.5px; font-weight: 600; padding: 9px 16px; border-radius: 2px; }

  /* ============ MODE COMPARISON ============ */
  .vs-note { text-align: center; font-size: 15px; color: var(--ink-2); margin-top: 36px; }
  .modes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 20px; }
  .mode { border-radius: 2px; padding: 22px; border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow); }
  .mode h4 { font-size: 15px; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
  .mode .mode-sub { font-size: 13.5px; color: var(--ink-2); margin-bottom: 16px; }
  .mode.good h4 { color: var(--green); }
  .mode.bad h4 { color: var(--red); }
  .mode.bad { background: #FDF3F4; border-color: #F1BBBD; }
  .mode-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .mode-stat { background: var(--bg-gray); border-radius: 2px; padding: 10px 12px; font-size: 12px; }
  .mode.bad .mode-stat { background: rgba(209,52,56,.07); }
  .mode-stat .lbl { text-transform: uppercase; letter-spacing: .05em; color: var(--ink-3); font-size: 10px; margin-bottom: 4px; }
  .mode-stat .val { font-weight: 700; font-size: 13px; }
  .mode.good .val { color: var(--green); }
  .mode.bad .val { color: var(--red); }

  /* ============ EARLIER ACTION BAND ============ */
  .action-band { background: var(--bg-light); padding: 68px 0; text-align: center; }
  .action-band h2 { font-size: 32px; line-height: 1.25; }
  .action-band h2 .accent { color: var(--blue); display: block; }
  .action-band .why { font-size: 16px; color: var(--ink-2); margin: 14px auto 40px; max-width: 520px; }
  .flow { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
  .flow-step { background: #fff; border: 1px solid var(--border); border-radius: 2px; box-shadow: var(--shadow); padding: 16px 24px; font-size: 15px; font-weight: 600; display: flex; align-items: center; gap: 10px; }
  .flow-arrow { color: var(--blue); font-size: 22px; font-weight: 700; }
  .intel-strip { margin-top: 48px; }
  .intel-strip .lead { font-size: 15px; font-weight: 600; margin-bottom: 16px; }
  .pill-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
  .pill { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--border); border-radius: 2px; padding: 9px 16px; font-size: 13.5px; font-weight: 600; color: var(--ink-2); box-shadow: var(--shadow); }

  .hero-tagline { margin-top: 24px; font-size: 12.5px; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.6); font-weight: 600; }

  /* ============ EXPERIENCE GRID ============ */
  .exp-grid { grid-template-columns: repeat(4, 1fr); }
  .exp-label { text-align: center; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); margin: 44px 0 -20px; }
  /* ============ FAQ ============ */
  .faq-list { max-width: 820px; margin: 40px auto 0; }
  .faq-item { background: #fff; border: 1px solid var(--border); border-radius: 2px; margin-bottom: 10px; box-shadow: var(--shadow); }
  .faq-item summary { cursor: pointer; padding: 18px 20px; font-size: 15px; font-weight: 600; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after { content: "+"; font-size: 22px; color: var(--blue); font-weight: 400; flex-shrink: 0; line-height: 1; }
  .faq-item[open] summary::after { content: "\2013"; }
  .faq-a { padding: 0 20px 18px; font-size: 14px; color: var(--ink-2); line-height: 1.65; }
  /* ============ ENTRY OFFER ============ */
  .assessment { background: #fff; border: 1px solid var(--border); border-left: 4px solid var(--blue); border-radius: 2px; box-shadow: var(--shadow); padding: 24px 26px; margin-top: 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .assessment h3 { font-size: 19px; margin-bottom: 6px; }
  .assessment p { font-size: 14px; color: var(--ink-2); max-width: 620px; }
  /* ============ STORY BAND ============ */
  .story { padding: 72px 0; background: #fff; }
  .story-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
  .story-grid h2 { font-size: 36px; line-height: 1.2; margin-bottom: 18px; }
  /* ============ INTELLIGENCE STAT CARD ============ */
  .intel-card { background: var(--deep); color: #fff; grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
  .intel-card .intel-label { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--cyan); font-weight: 600; margin-bottom: 10px; }
  .intel-card .intel-alert { display: flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 10px; }
  .intel-card .intel-sub { font-size: 14px; color: rgba(255,255,255,.75); max-width: 430px; margin-bottom: 0; }
  .intel-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
  .intel-stat { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 2px; padding: 14px 16px; min-width: 118px; }
  .intel-stat .num { font-size: 24px; font-weight: 700; font-variant-numeric: tabular-nums; color: #fff; margin-bottom: 0; }
  .intel-stat .num span { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 400; }
  .intel-stat .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: rgba(255,255,255,.55); margin: 4px 0 0; }
  /* ============ WHO IT'S FOR PHOTO TILE ============ */
  .who-photo { width: 100%; height: 100%; min-height: 260px; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow); grid-column: span 2; }

  /* ============ EMAIL CAPTURE ============ */
  .capture { background: var(--bg-gray); padding: 72px 0; }
  .capture-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
  .capture-row { display: flex; gap: 10px; }
  .capture-form input[type="email"] { flex: 1; font: inherit; font-size: 15px; padding: 12px 14px; border: 1px solid #8A8886; border-radius: 2px; background: #fff; color: var(--ink); min-width: 0; }
  .capture-form input[type="email"]:focus { outline: 2px solid var(--blue); outline-offset: 1px; border-color: var(--blue); }
  .capture-note { font-size: 12px; color: var(--ink-3); margin-top: 12px; }
  .capture-success { font-size: 15px; font-weight: 600; color: var(--green); margin-top: 14px; }
  .visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

  /* ============ MULTI-FIELD LEAD FORM (capability statement) ============ */
  .lead-form { text-align: left; }
  .lead-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .lead-form .form-group { margin-bottom: 16px; }
  .lead-form label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
  .lead-form input[type="text"],
  .lead-form input[type="email"],
  .lead-form select,
  .lead-form textarea { width: 100%; font: inherit; font-size: 15px; padding: 12px 14px; border: 1px solid #8A8886; border-radius: 2px; background: #fff; color: var(--ink); }
  .lead-form input[type="text"]:focus,
  .lead-form input[type="email"]:focus,
  .lead-form select:focus,
  .lead-form textarea:focus { outline: 2px solid var(--blue); outline-offset: 1px; border-color: var(--blue); }
  .lead-form textarea { resize: vertical; min-height: 90px; }
  .lead-form .btn { margin-top: 4px; }

  /* ============ SCROLL REVEAL ============ */
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s cubic-bezier(.16,1,.3,1), transform .5s cubic-bezier(.16,1,.3,1); }
  .reveal.is-visible { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; transition: none; }
    .card, .price-card { transition: none; }
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 1020px) {
    .hero-grid { grid-template-columns: 1fr; }
    .card-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid, .outcome-grid { grid-template-columns: repeat(3, 1fr); }
    .pricing-grid, .addon-grid { grid-template-columns: 1fr 1fr; }
    .who-photo { grid-column: auto; }
    .intel-card { grid-column: auto; flex-direction: column; align-items: flex-start; }
    .intel-stats { grid-template-columns: 1fr 1fr; width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
  }
  @media (max-width: 640px) {
    .hero h1 { font-size: 34px; }
    .section-title { font-size: 27px; }
    .cta-band h2 { font-size: 28px; }
    .card-grid, .pricing-grid, .addon-grid, .roi-grid { grid-template-columns: 1fr; }
    .feature-row, .preview-bottom, .problem-grid, .story-grid { grid-template-columns: 1fr; gap: 28px; }
    .feature-row .panel-first { order: 2; }
    .trust-grid, .outcome-grid { grid-template-columns: 1fr 1fr; }
    .modes { grid-template-columns: 1fr; }
    .action-band h2 { font-size: 26px; }
    .capture-inner { grid-template-columns: 1fr; gap: 28px; }
    .capture-row { flex-direction: column; }
    .lead-form .form-row { grid-template-columns: 1fr; gap: 0; }
    .signals h2 { font-size: 22px; }
    .preview-kpis, .kpis { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .topbar-links { display: none; }
    .roi-item.wide { grid-column: auto; }
  }

  /* ============ BLOG ============ */
  .blog-meta { font-size: 13px; color: var(--ink-3); margin-bottom: 8px; }
  .blog-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; margin: 0 auto; }
  .blog-card { border: 1px solid var(--border); border-radius: 6px; padding: 26px; background: #fff; transition: box-shadow .2s, transform .2s; }
  .blog-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); }
  .blog-card .blog-meta { margin-bottom: 12px; }
  .blog-card h3 { font-size: 19px; margin-bottom: 10px; line-height: 1.35; }
  .blog-card h3 a { color: var(--deep); text-decoration: none; }
  .blog-card h3 a:hover { color: var(--blue); }
  .blog-card p { font-size: 14px; color: var(--ink-2); line-height: 1.6; margin-bottom: 14px; }
  .blog-card .learn-link { font-size: 13px; }
  .draft-badge { display: inline-block; background: #FCF3DC; color: #8A6D14; border: 1px solid #E8CE83; font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; padding: 4px 10px; border-radius: 20px; margin-bottom: 14px; }

  .article-body { max-width: 720px; margin: 0 auto; }
  .article-body p { font-size: 16px; line-height: 1.75; color: #262626; margin-bottom: 20px; }
  .article-body h2 { font-size: 24px; color: var(--deep); margin: 44px 0 16px; letter-spacing: -0.3px; }
  .article-body h3 { font-size: 18px; color: var(--deep); margin: 28px 0 12px; }
  .article-body ul, .article-body ol { margin: 0 0 20px 22px; }
  .article-body li { font-size: 16px; line-height: 1.75; color: #262626; margin-bottom: 10px; }
  .article-body strong { color: var(--deep); }
  .article-body p a, .article-body li a, .article-body h3 a { color: var(--link); text-decoration: underline; }
  .article-body p a:hover, .article-body li a:hover, .article-body h3 a:hover { color: var(--link-hover); }
  .article-callout { background: var(--bg-light); border-left: 3px solid var(--blue); border-radius: 4px; padding: 18px 22px; margin: 28px 0; font-size: 14.5px; color: var(--ink-2); line-height: 1.65; }
  .article-disclaimer { background: #F4F6F9; border: 1px solid var(--border); border-radius: 6px; padding: 16px 20px; margin: 32px 0; font-size: 12.5px; color: var(--ink-3); line-height: 1.6; }
  .article-sources { font-size: 12px; color: var(--ink-3); line-height: 1.8; margin-top: 8px; }
  .article-sources a { color: var(--ink-3); }
  .article-cta-band { background: var(--deep); border-radius: 8px; padding: 40px 36px; text-align: center; margin: 48px 0 12px; }
  .article-cta-band h3 { color: #fff; font-size: 22px; margin-bottom: 12px; }
  .article-cta-band p { color: rgba(255,255,255,.75); font-size: 14px; margin-bottom: 22px; }
  .article-byline { font-size: 13px; color: var(--ink-3); margin-top: 10px; }
  .author-box { background: var(--bg-light); border: 1px solid var(--border); border-radius: 8px; padding: 20px 22px; margin: 40px 0 24px; font-size: 13.5px; color: var(--ink-2); line-height: 1.6; }
  .author-box h4 { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); margin-bottom: 8px; }
  .author-box strong { color: var(--ink); }
  .author-box a { color: var(--link); text-decoration: underline; }

  @media (max-width: 640px) {
    .blog-card-grid { grid-template-columns: 1fr; }
    .article-body h2 { font-size: 21px; }
  }
