        /* ── HERO ── */
        .hero {
            max-width: 1200px;
            margin: 0 auto;
            padding: 88px 40px 96px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
        }
        .hero-content { padding-bottom: 8px; }
        h1.hero-title {
            font-size: clamp(38px, 4.7vw, 56px);
            font-weight: 700;
            line-height: 1.08;
            letter-spacing: -0.03em;
            color: var(--slate-900);
            margin-bottom: 22px;
            text-wrap: balance;
        }
        h1.hero-title em {
            font-style: normal;
            color: var(--teal-700);
        }
        .hero-sub {
            font-size: 17px;
            color: var(--slate-600);
            line-height: 1.65;
            margin-bottom: 32px;
            max-width: 520px;
            font-weight: 400;
        }
        .hero-ctas {
            display: flex; align-items: center; gap: 16px;
            margin-bottom: 36px; flex-wrap: wrap;
        }
        .btn-hero-primary {
            padding: 13px 26px; font-size: 15px; font-weight: 600;
            border: none; border-radius: 10px;
            background: var(--teal-600); color: #fff;
            cursor: pointer;
            transition: background .15s, box-shadow .15s, transform .1s;
            box-shadow: 0 1px 2px rgba(13,148,136,.2), 0 4px 16px rgba(13,148,136,.18);
        }
        .btn-hero-primary:hover { background: var(--teal-700); box-shadow: 0 4px 24px rgba(13,148,136,.28); }
        .btn-hero-primary:active { transform: scale(0.98); }
        .btn-hero-text {
            display: inline-flex; align-items: center; gap: 6px;
            font-size: 15px; font-weight: 500;
            color: var(--slate-700);
            cursor: pointer; border: none; background: none;
            transition: color .15s;
        }
        .btn-hero-text:hover { color: var(--teal-700); }
        .btn-hero-text svg { transition: transform .2s; }
        .btn-hero-text:hover svg { transform: translateX(3px); }
        .hero-microcopy {
            font-size: 13px; color: var(--slate-500);
            display: flex; align-items: center; gap: 14px;
            flex-wrap: wrap;
        }
        .hero-microcopy .dot {
            width: 3px; height: 3px; border-radius: 50%;
            background: var(--slate-300);
        }

        /* ── HERO MOCKUP ── */
        .hero-visual { position: relative; }
        .glow-teal {
            position: absolute; top: -60px; right: -60px;
            width: 300px; height: 300px;
            background: radial-gradient(circle, rgba(13,148,136,.14) 0%, transparent 70%);
            pointer-events: none; border-radius: 50%;
        }
        .glow-blue {
            position: absolute; bottom: -40px; left: -40px;
            width: 240px; height: 240px;
            background: radial-gradient(circle, rgba(37,99,235,.07) 0%, transparent 70%);
            pointer-events: none; border-radius: 50%;
        }
        .browser-frame {
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 4px 6px rgba(0,0,0,.04), 0 24px 64px rgba(13,20,40,.12), 0 2px 4px rgba(0,0,0,.06);
            border: 1px solid var(--slate-200);
            overflow: hidden;
            position: relative;
        }
        .browser-bar {
            background: var(--slate-50);
            border-bottom: 1px solid var(--slate-200);
            padding: 10px 14px;
            display: flex; align-items: center; gap: 10px;
        }
        .browser-dots { display: flex; gap: 5px; }
        .browser-dot { width: 10px; height: 10px; border-radius: 50%; }
        .browser-dot-r { background: #FF5F57; }
        .browser-dot-y { background: #FFBD2E; }
        .browser-dot-g { background: #28C840; }
        .browser-url {
            flex: 1; background: var(--slate-200); border-radius: 6px;
            height: 22px; display: flex; align-items: center; padding: 0 10px;
            font-size: 11px; color: var(--slate-500); font-weight: 500;
            margin: 0 8px; min-width: 0;
            overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
        }
        .mockup-inner {
            display: grid;
            grid-template-columns: 196px 1fr;
            height: 470px;
            overflow: hidden;
        }
        .mockup-sidebar {
            background: var(--slate-900);
            padding: 16px 0;
            border-right: 1px solid rgba(255,255,255,.07);
        }
        .mockup-sidebar-logo {
            padding: 0 16px 16px;
            font-size: 14px; font-weight: 700; color: #fff;
            letter-spacing: -0.02em;
            border-bottom: 1px solid rgba(255,255,255,.07);
            display: flex; align-items: center; gap: 6px;
            margin-bottom: 12px;
        }
        .mockup-nav-item {
            display: flex; align-items: center; gap: 10px;
            padding: 7px 16px; font-size: 12.5px;
            color: rgba(255,255,255,.5);
            font-weight: 500; cursor: default;
        }
        .mockup-nav-item.active {
            background: rgba(13,148,136,.18); color: #fff;
            border-right: 2px solid var(--teal-500);
        }
        .mockup-nav-dot {
            width: 14px; height: 14px; border-radius: 3px;
            background: rgba(255,255,255,.15); flex-shrink: 0;
        }
        .mockup-nav-dot.active { background: var(--teal-500); }
        .mockup-content {
            background: var(--slate-50);
            padding: 18px;
            overflow: hidden;
            display: flex; flex-direction: column; gap: 14px;
        }
        .mockup-topbar {
            display: flex; align-items: center; justify-content: space-between;
        }
        .mockup-title {
            font-size: 13.5px; font-weight: 700;
            color: var(--slate-900); letter-spacing: -0.02em;
        }
        .mockup-badge {
            font-size: 10px; font-weight: 600;
            background: var(--teal-50); color: var(--teal-700);
            border: 1px solid var(--teal-100);
            border-radius: 100px; padding: 2px 8px;
        }
        .mockup-card {
            background: #fff;
            border: 1px solid var(--slate-200);
            border-radius: 10px;
            padding: 14px 16px;
        }
        .mockup-card-title {
            font-size: 10.5px; font-weight: 600; color: var(--slate-500);
            letter-spacing: 0.06em; text-transform: uppercase;
            margin-bottom: 10px;
        }
        .mockup-field { margin-bottom: 10px; }
        .mockup-field:last-child { margin-bottom: 0; }
        .mockup-field-label {
            font-size: 10.5px; font-weight: 600;
            color: var(--slate-600); margin-bottom: 4px;
        }
        .mockup-input {
            height: 28px; border: 1px solid var(--slate-200); border-radius: 6px;
            background: #fff; width: 100%; padding: 0 10px;
            display: flex; align-items: center;
            font-size: 12px; color: var(--slate-700);
        }
        .mockup-input.filled { border-color: var(--slate-300); color: var(--slate-800); }
        .mockup-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
        .mockup-section-row {
            display: flex; align-items: center; gap: 8px;
            padding: 6px 0; border-bottom: 1px solid var(--slate-100);
            font-size: 11.5px; color: var(--slate-600);
        }
        .mockup-section-row:last-child { border-bottom: none; }
        .mockup-section-check {
            width: 14px; height: 14px; border-radius: 50%;
            background: var(--teal-500);
            display: flex; align-items: center; justify-content: center;
            flex-shrink: 0;
        }
        .mockup-section-pend {
            width: 14px; height: 14px; border-radius: 50%;
            border: 1.5px solid var(--slate-300); flex-shrink: 0;
        }
        .mockup-section-label { flex: 1; }
        .mockup-progress {
            display: flex; flex-direction: column; gap: 8px;
        }
        .mockup-progress-label {
            font-size: 10.5px; font-weight: 500;
            color: var(--slate-500);
            display: flex; justify-content: space-between;
        }
        .mockup-progress-bar {
            height: 4px; background: var(--slate-100);
            border-radius: 2px; overflow: hidden;
        }
        .mockup-progress-fill {
            height: 100%; border-radius: 2px;
            background: var(--teal-500);
        }

        /* ── SECTIONS ── */
        section { padding: 96px 40px; }
        .section-inner { max-width: 1200px; margin: 0 auto; }
        .section-label {
            font-size: 12px; font-weight: 600;
            letter-spacing: 0.08em; text-transform: uppercase;
            color: var(--teal-700); margin-bottom: 12px;
        }
        h2 {
            font-size: clamp(28px, 3vw, 38px);
            font-weight: 700;
            letter-spacing: -0.03em; line-height: 1.15;
            color: var(--slate-900);
            margin-bottom: 16px;
            text-wrap: balance;
        }
        .section-intro {
            font-size: 16px;
            color: var(--slate-600);
            max-width: 600px; line-height: 1.65;
            margin-bottom: 56px;
        }

        /* ── WHY (problem) ── */
        .why-section {
            background:
                linear-gradient(180deg, rgba(240,253,250,.72) 0%, rgba(248,250,252,.98) 38%, rgba(241,245,249,1) 100%);
            box-shadow: inset 0 1px 0 rgba(226,232,240,.8), inset 0 -1px 0 rgba(226,232,240,.8);
        }
        .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
        .why-card {
            background: #fff;
            border: 1px solid var(--warm-200);
            border-radius: 14px;
            padding: 28px 28px 32px;
        }
        .why-icon {
            width: 40px; height: 40px; border-radius: 10px;
            display: flex; align-items: center; justify-content: center;
            margin-bottom: 18px;
            background: var(--slate-100);
            border: 1px solid var(--slate-200);
            color: var(--slate-700);
        }
        .why-card h3 {
            font-size: 16px; font-weight: 700;
            letter-spacing: -0.02em; color: var(--slate-900);
            margin-bottom: 8px; line-height: 1.3;
        }
        .why-card p {
            font-size: 14px; color: var(--slate-600);
            line-height: 1.65;
        }

        /* ── PLATFORM (features) ── */
        .platform-grid {
            display: grid; grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        .platform-card {
            border: 1px solid var(--slate-200);
            border-radius: 14px;
            padding: 32px;
            background: #fff;
            transition: box-shadow .2s, border-color .2s;
            display: flex; flex-direction: column; gap: 14px;
        }
        .platform-card:hover {
            box-shadow: 0 8px 32px rgba(13,20,40,.08);
            border-color: var(--teal-200);
        }
        .platform-card .platform-icon {
            width: 44px; height: 44px; border-radius: 10px;
            background: var(--teal-50); border: 1px solid var(--teal-100);
            display: flex; align-items: center; justify-content: center;
            color: var(--teal-700);
        }
        .platform-card .platform-eyebrow {
            font-size: 11px; font-weight: 600;
            letter-spacing: 0.08em; text-transform: uppercase;
            color: var(--teal-700);
        }
        .platform-card h3 {
            font-size: 18px; font-weight: 700;
            letter-spacing: -0.02em; color: var(--slate-900);
            line-height: 1.3;
        }
        .platform-card p {
            font-size: 14.5px; color: var(--slate-600);
            line-height: 1.65;
        }
        .platform-card ul {
            list-style: none;
            display: flex; flex-direction: column; gap: 8px;
            margin-top: 4px;
        }
        .platform-card ul li {
            display: flex; align-items: flex-start; gap: 8px;
            font-size: 13.5px; color: var(--slate-700);
        }
        .platform-card ul li svg {
            flex-shrink: 0; margin-top: 3px;
            color: var(--teal-700);
        }

        /* ── HOW IT WORKS ── */
        .hiw-section {
            background:
                linear-gradient(135deg, rgba(240,253,250,1) 0%, rgba(248,250,252,1) 48%, rgba(236,253,245,.86) 100%);
            box-shadow: inset 0 1px 0 rgba(204,251,241,.8), inset 0 -1px 0 rgba(226,232,240,.8);
        }
        .hiw-steps {
            display: grid; grid-template-columns: repeat(3, 1fr);
            gap: 0; position: relative;
        }
        .hiw-connector {
            position: absolute; top: 24px;
            left: calc(16.67% + 24px); right: calc(16.67% + 24px);
            height: 1px;
            background: linear-gradient(90deg, var(--teal-200), var(--teal-300), var(--teal-200));
            pointer-events: none;
        }
        .hiw-step { padding: 0 28px; position: relative; }
        .hiw-step:first-child { padding-left: 0; }
        .hiw-step:last-child { padding-right: 0; }
        .hiw-num {
            width: 48px; height: 48px; border-radius: 50%;
            background: var(--teal-600); color: #fff;
            font-size: 16px; font-weight: 700; letter-spacing: -0.02em;
            display: flex; align-items: center; justify-content: center;
            margin-bottom: 22px; position: relative; z-index: 1;
            box-shadow: 0 0 0 6px rgba(13,148,136,.1);
        }
        .hiw-step h3 {
            font-size: 16px; font-weight: 700;
            letter-spacing: -0.02em; color: var(--slate-900);
            margin-bottom: 8px; line-height: 1.3;
        }
        .hiw-step p {
            font-size: 14px; color: var(--slate-600);
            line-height: 1.65;
        }

        /* ── AUDIENCES (Built for) ── */
        .aud-grid {
            display: grid; grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .aud-card {
            background: #fff;
            border: 1px solid var(--slate-200);
            border-radius: 14px;
            padding: 28px;
            display: flex; flex-direction: column; gap: 12px;
            transition: box-shadow .2s, border-color .2s;
        }
        .aud-card:hover {
            box-shadow: 0 8px 32px rgba(13,20,40,.08);
            border-color: var(--teal-200);
        }
        .aud-eyebrow {
            font-size: 11px; font-weight: 600;
            letter-spacing: 0.08em; text-transform: uppercase;
            color: var(--slate-500);
        }
        .aud-card h3 {
            font-size: 18px; font-weight: 700;
            letter-spacing: -0.02em; color: var(--slate-900);
            line-height: 1.3;
        }
        .aud-card p {
            font-size: 14px; color: var(--slate-600);
            line-height: 1.65;
        }

        /* ── PRICING ── */
        .pricing-section {
            background:
                linear-gradient(180deg, rgba(248,250,252,1) 0%, rgba(240,253,250,.78) 52%, rgba(241,245,249,1) 100%);
            box-shadow: inset 0 1px 0 rgba(226,232,240,.85), inset 0 -1px 0 rgba(226,232,240,.85);
        }
        .pricing-hook {
            max-width: 840px;
            margin-bottom: 18px;
        }
        .pricing-hook span {
            display: inline;
            color: var(--teal-800);
            background: linear-gradient(transparent 62%, var(--teal-100) 62%);
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
        }
        .pricing-toggle {
            display: flex; align-items: center; gap: 12px;
            margin-bottom: 48px;
        }
        .toggle-label {
            font-size: 14px; font-weight: 500;
            color: var(--slate-600);
        }
        .toggle-switch {
            width: 42px; height: 24px; border-radius: 12px;
            background: var(--teal-600); position: relative;
            cursor: pointer; border: none; outline: none;
            transition: background .2s;
        }
        .toggle-switch.off { background: var(--slate-300); }
        .toggle-knob {
            position: absolute; top: 3px; width: 18px; height: 18px;
            border-radius: 50%; background: #fff;
            transition: left .2s;
            box-shadow: 0 1px 3px rgba(0,0,0,.15);
        }
        .toggle-knob.on { left: 21px; }
        .toggle-knob.off { left: 3px; }
        .toggle-discount {
            font-size: 11.5px; font-weight: 600;
            color: var(--teal-700);
            background: var(--teal-50);
            border: 1px solid var(--teal-100);
            border-radius: 100px; padding: 2px 10px;
        }
        .pricing-grid {
            display: grid; grid-template-columns: repeat(3, 1fr);
            gap: 24px; margin-bottom: 12px;
        }
        .pricing-card {
            border: 1px solid var(--slate-200);
            border-radius: 16px;
            padding: 32px;
            background: #fff;
            position: relative;
            transition: box-shadow .2s;
            display: flex; flex-direction: column;
        }
        .pricing-card:hover { box-shadow: 0 8px 40px rgba(13,20,40,.10); }
        .pricing-card.popular {
            border: 2px solid var(--teal-500);
            box-shadow: 0 4px 24px rgba(13,148,136,.14);
        }
        .popular-badge {
            position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
            background: var(--teal-600); color: #fff;
            font-size: 11px; font-weight: 700;
            letter-spacing: 0.06em; text-transform: uppercase;
            padding: 3px 14px; border-radius: 100px;
            white-space: nowrap;
        }
        .pricing-tier {
            font-size: 13px; font-weight: 700;
            color: var(--slate-700);
            letter-spacing: 0.04em; text-transform: uppercase;
            margin-bottom: 6px;
        }
        .pricing-audience {
            font-size: 13px; color: var(--slate-500);
            margin-bottom: 22px;
            min-height: 38px;
        }
        .pricing-price {
            display: flex; align-items: flex-end; gap: 4px;
            margin-bottom: 4px;
        }
        .pricing-prefix {
            font-size: 14px; color: var(--slate-500);
            padding-bottom: 9px; padding-right: 2px;
        }
        .pricing-amount {
            font-size: 42px; font-weight: 700;
            letter-spacing: -0.04em; color: var(--slate-900);
            line-height: 1;
        }
        .pricing-period {
            font-size: 14px; color: var(--slate-500);
            padding-bottom: 6px;
        }
        .pricing-billed {
            font-size: 12.5px; color: var(--slate-500);
            margin-top: 2px;
            min-height: 18px;
        }
        .pricing-divider {
            height: 1px; background: var(--slate-100);
            margin: 22px 0;
        }
        .pricing-features {
            display: flex; flex-direction: column; gap: 10px;
            margin-bottom: 26px;
            flex: 1;
        }
        .pricing-feature {
            display: flex; align-items: flex-start; gap: 8px;
            font-size: 13.5px; color: var(--slate-700);
        }
        .pricing-feature .feat-check {
            color: var(--teal-700); flex-shrink: 0; margin-top: 2px;
        }
        .pricing-feature.muted {
            color: var(--slate-400);
        }
        .pricing-feature.muted .feat-check { color: var(--slate-300); }
        .btn-pricing {
            width: 100%; padding: 12px 0;
            border-radius: 10px; font-size: 14px; font-weight: 600;
            cursor: pointer; border: none; transition: all .15s;
        }
        .btn-pricing-primary {
            background: var(--teal-600); color: #fff;
        }
        .btn-pricing-primary:hover { background: var(--teal-700); }
        .btn-pricing-outline {
            background: transparent; color: var(--teal-700);
            border: 1.5px solid var(--teal-200);
        }
        .btn-pricing-outline:hover { background: var(--teal-50); }
        .pricing-footnote {
            text-align: center; font-size: 14px;
            color: var(--slate-600);
            margin-bottom: 12px;
        }
        .pricing-footnote a { color: var(--teal-700); font-weight: 600; }
        .pricing-waitlist {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            background: var(--navy);
            color: #fff;
            border-radius: 16px;
            padding: 22px 24px;
            margin: 0 0 24px;
            overflow: hidden;
            position: relative;
        }
        .pricing-waitlist::after {
            content: "";
            position: absolute;
            right: -80px;
            top: 50%;
            width: 240px;
            height: 180px;
            background: radial-gradient(ellipse, rgba(20,184,166,.24), transparent 70%);
            transform: translateY(-50%);
            pointer-events: none;
        }
        .pricing-waitlist-copy {
            position: relative;
            max-width: 620px;
        }
        .pricing-waitlist-copy h3 {
            font-size: 18px;
            line-height: 1.25;
            letter-spacing: -0.02em;
            margin-bottom: 5px;
        }
        .pricing-waitlist-copy p {
            font-size: 14px;
            line-height: 1.55;
            color: rgba(255,255,255,.64);
            margin: 0;
        }
        .pricing-waitlist-btn {
            position: relative;
            flex-shrink: 0;
            padding: 11px 18px;
            border: 0;
            border-radius: 10px;
            background: var(--teal-600);
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            font-family: var(--font);
        }
        .pricing-waitlist-btn:hover { background: var(--teal-500); }

        /* ── Per-document pricing callout ── */
        .pricing-onetime {
            display: grid;
            grid-template-columns: 1.4fr 1fr;
            gap: 40px;
            background: #fff;
            border: 1px solid var(--slate-200);
            border-radius: 16px;
            padding: 36px 40px;
            margin-bottom: 24px;
            align-items: center;
        }
        .onetime-eyebrow {
            font-size: 12px; font-weight: 600;
            letter-spacing: 0.08em; text-transform: uppercase;
            color: var(--teal-700);
            margin-bottom: 8px;
        }
        .pricing-onetime h3 {
            font-size: 22px; font-weight: 700;
            letter-spacing: -0.02em;
            color: var(--slate-900);
            margin-bottom: 10px;
            line-height: 1.25;
        }
        .pricing-onetime p {
            font-size: 14.5px;
            color: var(--slate-600);
            line-height: 1.65;
            margin-bottom: 16px;
            max-width: 460px;
        }
        .onetime-list {
            list-style: none;
            display: flex; flex-direction: column; gap: 8px;
        }
        .onetime-list li {
            display: flex; align-items: center; gap: 8px;
            font-size: 13.5px; color: var(--slate-700);
        }
        .onetime-list li svg { color: var(--teal-700); flex-shrink: 0; }
        .onetime-right {
            border-left: 1px solid var(--slate-200);
            padding-left: 40px;
            display: flex; flex-direction: column; gap: 14px;
        }
        .onetime-price {
            display: flex; align-items: flex-end; gap: 4px;
        }
        .onetime-bundle {
            display: flex; flex-direction: column; gap: 4px;
            padding: 10px 14px;
            background: var(--teal-50);
            border: 1px solid var(--teal-100);
            border-radius: 10px;
        }
        .onetime-bundle-tag {
            font-size: 10.5px; font-weight: 700;
            letter-spacing: 0.08em; text-transform: uppercase;
            color: var(--teal-700);
        }
        .onetime-bundle-text {
            font-size: 13px;
            color: var(--slate-700);
            font-weight: 500;
        }
        .onetime-btn {
            margin-top: 2px;
        }
        .onetime-footnote {
            font-size: 12px;
            color: var(--slate-500);
            line-height: 1.55;
        }

        /* ── FAQ ── */
        .faq-grid {
            display: grid; grid-template-columns: 1fr 1fr;
            gap: 32px 56px;
        }
        .faq-item {
            border-bottom: 1px solid var(--slate-200);
        }
        .faq-question {
            width: 100%;
            padding: 0 0 14px;
            border: 0;
            background: transparent;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
            text-align: left;
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            appearance: none;
            font-size: 15.5px; font-weight: 700;
            letter-spacing: -0.01em; color: var(--slate-900);
        }
        .faq-question:active { background: transparent; }
        .faq-question:hover { color: var(--teal-700); }
        .faq-question:focus { background: transparent; outline: none; }
        .faq-question:focus-visible {
            outline: 2px solid var(--teal-500);
            outline-offset: 4px;
        }
        .faq-toggle {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            flex-shrink: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--teal-700);
            transition: transform .18s ease;
        }
        .faq-question[aria-expanded="true"] .faq-toggle { transform: rotate(45deg); }
        .faq-answer {
            display: grid;
            grid-template-rows: 0fr;
            transition: grid-template-rows .2s ease;
        }
        .faq-answer-inner {
            overflow: hidden;
            font-size: 14px; color: var(--slate-600);
            line-height: 1.65;
            padding: 0 36px 0 0;
        }
        .faq-item.open .faq-answer { grid-template-rows: 1fr; }
        .faq-item.open .faq-answer-inner { padding-bottom: 18px; }
        .faq-answer-inner p {
            margin: 0;
        }

        /* ── CTA ── */
        .cta-section {
            background: var(--navy);
            padding: 96px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .cta-glow {
            position: absolute; top: 50%; left: 50%;
            transform: translate(-50%, -50%);
            width: 640px; height: 420px;
            background: radial-gradient(ellipse, rgba(13,148,136,.2) 0%, transparent 70%);
            pointer-events: none;
        }
        .cta-label {
            font-size: 12px; font-weight: 600;
            letter-spacing: 0.08em; text-transform: uppercase;
            color: var(--teal-400); margin-bottom: 14px;
            position: relative;
        }
        .cta-section h2 {
            color: #fff;
            font-size: clamp(30px, 4vw, 46px);
            margin-bottom: 14px;
            position: relative;
        }
        .cta-section .cta-sub {
            font-size: 17px;
            color: rgba(255,255,255,.6);
            margin-bottom: 36px;
            position: relative;
            font-weight: 400;
            max-width: 540px;
            margin-left: auto; margin-right: auto;
        }
        .cta-form {
            display: flex; gap: 10px;
            max-width: 460px;
            width: 100%;
            margin: 0 auto 16px;
            position: relative;
            flex-wrap: wrap;
        }
        .turnstile-field { flex: 1 1 100%; min-height: 0; }
        .cta-email {
            flex: 1 1 auto; height: 48px;
            min-height: 48px;
            min-width: 0;
            border-radius: 10px;
            border: 1px solid rgba(255,255,255,.15);
            background: rgba(255,255,255,.08);
            color: #fff; padding: 0 16px;
            font-size: 14.5px; font-family: var(--font);
            outline: none; transition: border-color .15s;
        }
        .cta-email::placeholder { color: rgba(255,255,255,.4); }
        .cta-email:focus { border-color: var(--teal-500); }
        .cta-submit {
            height: 48px; padding: 0 24px;
            min-height: 48px;
            background: var(--teal-600); color: #fff;
            border: none; border-radius: 10px;
            font-size: 14.5px; font-weight: 600;
            cursor: pointer; font-family: var(--font);
            white-space: nowrap; transition: background .15s;
        }
        .cta-submit:hover { background: var(--teal-500); }
        .cta-note {
            flex: 1 1 100%;
            font-size: 12.5px; color: rgba(255,255,255,.4);
            position: relative;
        }
        .cta-note a { color: rgba(255,255,255,.7); text-decoration: underline; text-decoration-color: rgba(255,255,255,.25); }
        .cta-note a:hover { color: #fff; }
        .cta-status {
            flex: 1 1 100%;
            min-height: 18px;
            margin: -4px 0 14px;
            font-size: 12.5px;
            color: rgba(255,255,255,.72);
            position: relative;
        }
        .cta-status.error { color: #FCA5A5; }
        .cta-submit:disabled {
            cursor: default;
            opacity: .82;
        }

        /* ── RESPONSIVE ── */

        /* ─ Tablet landscape: 1024px ─ */
        @media (max-width: 1024px) {
            /* Nav */
            nav.site-nav { padding: 0 24px; }
            .nav-links { display: none; }
            .nav-actions .btn-primary { display: none; }
            .nav-hamburger { display: flex; }

            /* Hero: stack vertically, content first then mockup */
            .hero {
                grid-template-columns: 1fr;
                gap: 40px;
                padding: 56px 32px 72px;
            }
            .hero-visual { order: 1; }
            .hero-content { order: 0; padding-bottom: 0; }
            h1.hero-title { font-size: clamp(34px, 5vw, 48px); }
            .hero-sub { max-width: 100%; }

            /* Mockup: shrink sidebar, reduce height */
            .mockup-inner {
                grid-template-columns: 160px 1fr;
                height: 400px;
            }

            /* Platform: 2-col still works on wide tablet */
            .platform-grid { grid-template-columns: repeat(2, 1fr); }

            /* Per-document callout */
            .pricing-onetime {
                grid-template-columns: 1fr;
                gap: 24px;
                padding: 32px;
            }
            .onetime-right {
                border-left: none;
                border-top: 1px solid var(--slate-200);
                padding-left: 0;
                padding-top: 24px;
            }
        }

        /* ─ Tablet portrait: 768px ─ */
        @media (max-width: 768px) {
            /* Nav */
            nav.site-nav { padding: 0 20px; }
            .nav-links { display: none; }
            .nav-actions .btn-ghost { display: none; }

            /* Global section padding */
            section { padding: 56px 20px; }
            .cta-section { padding: 64px 20px; }

            /* Hero */
            .hero { padding: 36px 20px 52px; gap: 36px; }
            h1.hero-title { font-size: clamp(30px, 7vw, 40px); }
            .hero-sub { font-size: 16px; }
            .hero-ctas { gap: 12px; }
            .hero-microcopy { gap: 10px; font-size: 12px; }

            /* Mockup: hide sidebar on tablet portrait, show content only */
            .mockup-inner {
                grid-template-columns: 1fr;
                height: auto;
                min-height: 320px;
            }
            .mockup-sidebar { display: none; }
            .mockup-content { padding: 16px; gap: 12px; }

            /* Sections */
            .section-intro { margin-bottom: 32px; font-size: 15px; }

            /* Why grid */
            .why-grid { grid-template-columns: 1fr; gap: 14px; }
            .why-card { padding: 20px; }

            /* Platform grid */
            .platform-grid { grid-template-columns: 1fr; gap: 14px; }
            .platform-card { padding: 20px; gap: 12px; }
            .platform-card p { line-height: 1.55; }
            .platform-card ul {
                flex-direction: row;
                flex-wrap: wrap;
                gap: 8px;
                margin-top: 0;
            }
            .platform-card ul li {
                align-items: center;
                gap: 0;
                padding: 6px 10px;
                border-radius: 999px;
                background: var(--slate-50);
                border: 1px solid var(--slate-200);
                font-size: 12.5px;
                line-height: 1.35;
            }
            .platform-card ul li svg { display: none; }

            /* How it works */
            .hiw-steps { grid-template-columns: 1fr; gap: 14px; }
            .hiw-connector { display: none; }
            .hiw-step {
                padding: 20px;
                border: 1px solid var(--warm-200);
                border-radius: 14px;
                background: #fff;
            }
            .hiw-step:first-child, .hiw-step:last-child { padding: 20px; }

            /* Audiences */
            .aud-grid { grid-template-columns: 1fr; gap: 14px; }
            .aud-card { padding: 20px; gap: 10px; }

            /* Pricing toggle */
            .pricing-toggle { flex-wrap: wrap; gap: 8px; }

            /* Pricing grid */
            .pricing-grid { grid-template-columns: 1fr; gap: 14px; }
            .pricing-card { padding: 22px 20px; }
            .pricing-card.popular { margin-top: 8px; }
            .pricing-amount { font-size: 36px; }
            .pricing-audience { min-height: auto; }
            .pricing-waitlist { flex-direction: column; align-items: flex-start; }
            .pricing-waitlist-btn { width: 100%; }

            /* Per-document callout */
            .pricing-onetime { padding: 22px 20px; gap: 18px; }
            .pricing-onetime h3 { font-size: 20px; }
            .onetime-list { gap: 8px; }

            /* FAQ */
            .faq-grid { grid-template-columns: 1fr; gap: 0; }
            .faq-item {
                border-top: 1px solid var(--slate-200);
                border-bottom: 0;
            }
            .faq-item:first-child { padding-top: 0; border-top: 0; }
            .faq-item:last-child { padding-bottom: 0; }
            .faq-question { padding: 18px 0; }
            .faq-item:first-child .faq-question { padding-top: 0; }
            .faq-answer-inner { padding-right: 0; }

            /* CTA section */
            .cta-form { flex-direction: column; gap: 10px; }
            .cta-email, .cta-submit { width: 100%; }
            .cta-submit { justify-content: center; }
            .cta-section h2 { font-size: clamp(26px, 6vw, 36px); }
        }

        /* ─ Mobile: 480px ─ */
        @media (max-width: 480px) {
            /* Nav */
            nav.site-nav { height: 52px; padding: 0 16px; }
            .nav-logo { font-size: 16px; }

            /* Hero */
            .hero { padding: 28px 16px 44px; gap: 28px; }
            h1.hero-title { font-size: clamp(28px, 8vw, 36px); margin-bottom: 16px; }
            .hero-sub { font-size: 15px; margin-bottom: 24px; }
            .btn-hero-primary { padding: 12px 22px; font-size: 14px; }
            .btn-hero-text { font-size: 14px; }
            /* Microcopy: trim to 2 items on very small screens */
            .hero-microcopy .dot:nth-child(4),
            .hero-microcopy span:nth-child(5),
            .hero-microcopy .dot:nth-child(6),
            .hero-microcopy span:nth-child(7) { display: none; }

            /* Mockup browser frame */
            .browser-url { font-size: 9.5px; }

            /* Global section */
            section { padding: 48px 16px; }
            .cta-section { padding: 56px 16px; }
            h2 { font-size: clamp(24px, 7vw, 32px); }
            .section-intro { font-size: 14.5px; margin-bottom: 28px; }

            /* Why */
            .why-card { padding: 18px; }
            .why-icon { width: 36px; height: 36px; margin-bottom: 14px; }
            .why-card h3 { font-size: 15px; }

            /* Platform */
            .platform-card { padding: 18px; }
            .platform-card h3 { font-size: 16px; }
            .platform-card .platform-icon { width: 38px; height: 38px; }
            .platform-card ul li { font-size: 12px; padding: 5px 9px; }

            /* How it works */
            .hiw-num { width: 42px; height: 42px; font-size: 15px; margin-bottom: 16px; }
            .hiw-step h3 { font-size: 15px; }
            .hiw-step,
            .hiw-step:first-child,
            .hiw-step:last-child { padding: 18px; }

            /* Audiences */
            .aud-card { padding: 18px; }
            .aud-card h3 { font-size: 16px; }

            /* Pricing */
            .pricing-card { padding: 24px 18px; }
            .pricing-amount { font-size: 34px; }

            /* Per-document */
            .pricing-onetime { padding: 20px 16px; }

            /* FAQ */
            .faq-question { font-size: 14.5px; }

            /* CTA */
            .cta-email, .cta-submit { height: 46px; min-height: 46px; font-size: 14px; }
            .cta-glow { width: 320px; height: 240px; }
            /* Pricing toggle: compact */
            .toggle-discount { font-size: 10.5px; padding: 2px 8px; }
        }

        /* ── HAMBURGER + MOBILE DRAWER ── */
        .nav-hamburger {
            display: none;
            flex-direction: column; justify-content: center; align-items: center;
            gap: 5px; width: 36px; height: 36px;
            background: none; border: none; cursor: pointer; padding: 4px;
            border-radius: 8px; transition: background .15s;
        }
        .nav-hamburger:hover { background: var(--slate-100); }
        .nav-hamburger span {
            display: block; width: 20px; height: 1.5px;
            background: var(--slate-700); border-radius: 2px;
            transition: transform .2s, opacity .2s;
        }
        @media (max-width: 768px) {
            .nav-hamburger { display: flex; }
            .nav-actions .btn-primary { display: none; }
        }
        @media (max-width: 480px) {
            .nav-hamburger { display: flex; }
        }

        .mobile-nav-overlay {
            display: none;
            position: fixed; inset: 0; z-index: 199;
            background: rgba(2,6,23,.5); backdrop-filter: blur(2px);
            opacity: 0; transition: opacity .25s;
        }
        .mobile-nav-overlay.open { display: block; opacity: 1; }

        .mobile-nav-drawer {
            position: fixed; top: 0; right: 0; bottom: 0; z-index: 200;
            width: min(320px, 88vw);
            background: #fff;
            box-shadow: -8px 0 40px rgba(2,6,23,.18);
            transform: translateX(100%);
            transition: transform .28s cubic-bezier(.22,1,.36,1);
            display: flex; flex-direction: column;
            padding: 0 0 32px;
        }
        .mobile-nav-drawer.open { transform: translateX(0); }

        .mobile-nav-header {
            display: flex; align-items: center; justify-content: space-between;
            padding: 0 20px; height: 60px;
            border-bottom: 1px solid var(--slate-200);
        }
        .mobile-nav-close {
            background: none; border: none; cursor: pointer;
            color: var(--slate-500); padding: 4px;
            border-radius: 6px; transition: color .15s, background .15s;
        }
        .mobile-nav-close:hover { color: var(--slate-900); background: var(--slate-100); }

        .mobile-nav-links {
            display: flex; flex-direction: column; padding: 20px 20px 0;
            gap: 2px; flex: 1;
        }
        .mobile-nav-links a {
            font-size: 16px; font-weight: 500;
            color: var(--slate-700); padding: 12px 8px;
            border-radius: 8px; transition: background .15s, color .15s;
            display: block;
        }
        .mobile-nav-links a:hover { background: var(--slate-100); color: var(--slate-900); }

        .mobile-nav-actions {
            padding: 20px 20px 0;
            display: flex; flex-direction: column; gap: 10px;
        }

        /* Dark mode: mobile drawer */
        body.dark .mobile-nav-drawer {
            background: #0F172A;
            box-shadow: -8px 0 40px rgba(0,0,0,.4);
        }
        body.dark .mobile-nav-header { border-bottom-color: rgba(255,255,255,.08); }
        body.dark .mobile-nav-close { color: rgba(255,255,255,.5); }
        body.dark .mobile-nav-close:hover { color: #fff; background: rgba(255,255,255,.06); }
        body.dark .mobile-nav-links a { color: rgba(255,255,255,.7); }
        body.dark .mobile-nav-links a:hover { background: rgba(255,255,255,.06); color: #fff; }
        body.dark .nav-hamburger span { background: rgba(255,255,255,.8); }
        body.dark .nav-hamburger:hover { background: rgba(255,255,255,.06); }

        /* ──────────────────────────────────────────────────────────────
           DARK MODE
           Toggled by adding the .dark class to <body>. Surfaces invert,
           accent colors (the active scheme) stay vivid.
           ────────────────────────────────────────────────────────────── */
        body.dark {
            background: #0B1220;
            color: rgba(255,255,255,0.85);
        }

        /* Nav */
        body.dark .site-nav {
            background: rgba(11,18,32,0.85);
            border-bottom-color: rgba(255,255,255,0.08);
        }
        body.dark .nav-logo { color: #fff; }
        body.dark .nav-links a { color: rgba(255,255,255,0.6); }
        body.dark .nav-links a:hover { color: #fff; }
        body.dark .btn-ghost {
            color: rgba(255,255,255,0.8);
            border-color: rgba(255,255,255,0.15);
            background: transparent;
        }
        body.dark .btn-ghost:hover {
            background: rgba(255,255,255,0.06);
            border-color: rgba(255,255,255,0.25);
        }

        /* Headings + body text */
        body.dark h1.hero-title { color: #fff; }
        body.dark h2 { color: #fff; }
        body.dark .hero-sub,
        body.dark .section-intro { color: rgba(255,255,255,0.62); }
        body.dark .hero-microcopy { color: rgba(255,255,255,0.5); }
        body.dark .hero-microcopy .dot { background: rgba(255,255,255,0.25); }
        body.dark .section-label { color: var(--teal-400); }

        /* Why */
        body.dark .why-section { background: #0B1220; }
        body.dark .why-card {
            background: rgba(255,255,255,0.03);
            border-color: rgba(255,255,255,0.08);
        }
        body.dark .why-card h3 { color: #fff; }
        body.dark .why-card p { color: rgba(255,255,255,0.62); }
        body.dark .why-icon {
            background: rgba(255,255,255,0.05);
            border-color: rgba(255,255,255,0.08);
            color: rgba(255,255,255,0.7);
        }

        /* Platform */
        body.dark #platform { background: #0B1220; }
        body.dark .platform-card {
            background: rgba(255,255,255,0.03);
            border-color: rgba(255,255,255,0.08);
        }
        body.dark .platform-card:hover {
            background: rgba(255,255,255,0.05);
            border-color: var(--teal-500);
            box-shadow: 0 8px 32px rgba(0,0,0,0.3);
        }
        body.dark .platform-card h3 { color: #fff; }
        body.dark .platform-card p { color: rgba(255,255,255,0.65); }
        body.dark .platform-card ul li { color: rgba(255,255,255,0.75); }
        body.dark .platform-icon {
            background: rgba(20,184,166,0.12);
            border-color: rgba(20,184,166,0.25);
            color: var(--teal-400);
        }

        /* How it works */
        body.dark .hiw-section { background: #0E1726; }
        body.dark .hiw-step h3 { color: #fff; }
        body.dark .hiw-step p { color: rgba(255,255,255,0.62); }
        body.dark .hiw-connector {
            background: linear-gradient(90deg,
            rgba(20,184,166,0.3),
            rgba(20,184,166,0.5),
            rgba(20,184,166,0.3));
        }

        /* Audiences */
        body.dark #audiences { background: #0B1220; }
        body.dark .aud-card {
            background: rgba(255,255,255,0.03);
            border-color: rgba(255,255,255,0.08);
        }
        body.dark .aud-card:hover {
            background: rgba(255,255,255,0.05);
            border-color: var(--teal-500);
        }
        body.dark .aud-card h3 { color: #fff; }
        body.dark .aud-card p { color: rgba(255,255,255,0.62); }
        body.dark .aud-eyebrow { color: rgba(255,255,255,0.5); }

        /* Pricing */
        body.dark .pricing-section { background: #0E1726; }
        body.dark .pricing-hook span {
            color: var(--teal-200);
            background: linear-gradient(transparent 62%, rgba(20,184,166,.24) 62%);
        }
        body.dark .pricing-card {
            background: rgba(255,255,255,0.03);
            border-color: rgba(255,255,255,0.08);
        }
        body.dark .pricing-card:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.4); }
        body.dark .pricing-card.popular {
            background: rgba(20,184,166,0.04);
            border-color: var(--teal-500);
        }
        body.dark .pricing-tier { color: rgba(255,255,255,0.7); }
        body.dark .pricing-audience { color: rgba(255,255,255,0.5); }
        body.dark .pricing-amount { color: #fff; }
        body.dark .pricing-prefix,
        body.dark .pricing-period,
        body.dark .pricing-billed { color: rgba(255,255,255,0.5); }
        body.dark .pricing-divider { background: rgba(255,255,255,0.08); }
        body.dark .pricing-feature { color: rgba(255,255,255,0.78); }
        body.dark .pricing-feature .feat-check { color: var(--teal-400); }
        body.dark .toggle-label { color: rgba(255,255,255,0.65); }
        body.dark .toggle-switch.off { background: rgba(255,255,255,0.18); }
        body.dark .toggle-discount {
            background: rgba(20,184,166,0.12);
            border-color: rgba(20,184,166,0.25);
            color: var(--teal-300, var(--teal-400));
        }
        body.dark .pricing-footnote { color: rgba(255,255,255,0.6); }
        body.dark .pricing-footnote a { color: var(--teal-400); }
        body.dark .pricing-waitlist {
            background: rgba(255,255,255,0.05);
            border: 1px solid rgba(255,255,255,0.1);
        }
        body.dark .btn-pricing-outline {
            color: var(--teal-400);
            border-color: rgba(20,184,166,0.4);
            background: transparent;
        }
        body.dark .btn-pricing-outline:hover { background: rgba(20,184,166,0.1); }

        /* Per-document callout */
        body.dark .pricing-onetime {
            background: rgba(255,255,255,0.03);
            border-color: rgba(255,255,255,0.08);
        }
        body.dark .pricing-onetime h3 { color: #fff; }
        body.dark .pricing-onetime p { color: rgba(255,255,255,0.62); }
        body.dark .onetime-list li { color: rgba(255,255,255,0.78); }
        body.dark .onetime-right { border-left-color: rgba(255,255,255,0.08); }
        body.dark .onetime-bundle {
            background: rgba(20,184,166,0.08);
            border-color: rgba(20,184,166,0.2);
        }
        body.dark .onetime-bundle-text { color: rgba(255,255,255,0.85); }
        body.dark .onetime-footnote { color: rgba(255,255,255,0.45); }

        /* FAQ */
        body.dark #faq { background: #0B1220; }
        body.dark .faq-item { border-color: rgba(255,255,255,0.1); }
        body.dark .faq-question { color: #fff; }
        body.dark .faq-question:hover { color: var(--teal-400); }
        body.dark .faq-answer-inner { color: rgba(255,255,255,0.62); }
