        :root {
            --ivory: #FEFCF9;
            --cream: #F8F6F1;
            --linen: #F0EDE6;
            --parchment: #E8E4DB;
            --ink: #1A1715;
            --ink-2: #3D3832;
            --ink-3: #7A756D;
            --ink-4: #A8A29E;
            --ink-5: #D4D0C8;
            --indigo: #4F46E5;
            --violet: #7C3AED;
            --rose: #E11D48;
            --teal: #0D9488;
            --amber: #D97706;
            --accent: linear-gradient(135deg, #4F46E5, #7C3AED, #E11D48);
            --accent-s: linear-gradient(135deg, #818CF8, #A78BFA, #FB7185);
            --accent-soft: linear-gradient(135deg, rgba(79, 70, 229, .08), rgba(124, 58, 237, .06), rgba(225, 29, 72, .04));
            --serif: 'Cormorant Garamond', Georgia, serif;
            --sans: 'Manrope', system-ui, sans-serif;
            --mono: 'IBM Plex Mono', monospace;
            --ease: cubic-bezier(.16, 1, .3, 1);
        }

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

        html {
            scroll-behavior: smooth;
            scrollbar-gutter: stable both-edges
        }

        body {
            font-family: var(--sans);
            background: var(--ivory);
            color: var(--ink);
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
            cursor: none
        }

        body.content-page {
            cursor: auto
        }

        ::selection {
            background: rgba(124, 58, 237, .12);
            color: var(--violet)
        }

        .glass-effect {
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }

        @keyframes modal-up {
            from {
                opacity: 0;
                transform: translateY(40px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animate-modal-up {
            animation: modal-up 0.5s var(--ease) forwards;
        }

        @keyframes banner-up {
            from {
                opacity: 0;
                transform: translateY(24px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animate-banner-up {
            animation: banner-up 0.45s var(--ease) forwards;
        }

        .cr {
            position: fixed;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            pointer-events: none;
            z-index: 10010;
            transform: translate(-50%, -50%);
            transition: width .5s var(--ease), height .5s var(--ease), background .4s, opacity .3s, border-color .3s, box-shadow .3s;
            background: radial-gradient(circle, rgba(79, 70, 229, .18) 0%, rgba(124, 58, 237, .1) 55%, rgba(225, 29, 72, .04) 80%, transparent 100%);
            border: 1px solid rgba(79, 70, 229, .22);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, .75), 0 0 22px rgba(124, 58, 237, .14);
            backdrop-filter: blur(2px)
        }

        .cr.h {
            width: 84px;
            height: 84px;
            background: radial-gradient(circle, rgba(79, 70, 229, .22) 0%, rgba(124, 58, 237, .12) 58%, rgba(225, 29, 72, .05) 82%, transparent 100%);
            border-color: rgba(124, 58, 237, .26);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, .82), 0 0 34px rgba(124, 58, 237, .2)
        }

        .cr-d {
            position: fixed;
            width: 7px;
            height: 7px;
            background: var(--ink);
            border-radius: 50%;
            pointer-events: none;
            z-index: 10011;
            transform: translate(-50%, -50%);
            transition: opacity .2s, transform .2s var(--ease);
            box-shadow: 0 0 0 4px rgba(255, 255, 255, .72)
        }

        .cr-d.h {
            transform: translate(-50%, -50%) scale(.6);
            opacity: .4
        }

        .ld {
            position: fixed;
            inset: 0;
            z-index: 10000;
            background: var(--ivory);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transition: opacity 1.2s var(--ease), visibility 1.2s
        }

        .ld.done {
            opacity: 0;
            visibility: hidden;
            pointer-events: none
        }

        .ld-line {
            width: 100px;
            height: 1px;
            background: var(--parchment);
            border-radius: 1px;
            overflow: hidden;
            position: relative
        }

        .ld-line::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 0;
            background: var(--accent);
            animation: ldf 1.6s var(--ease) .3s forwards
        }

        @keyframes ldf {
            to {
                width: 100%
            }
        }

        .ld-t {
            font-family: var(--serif);
            font-size: 14px;
            font-weight: 300;
            letter-spacing: .15em;
            color: var(--ink-3);
            margin-top: 16px;
            text-transform: uppercase;
            opacity: 0;
            animation: fu .6s var(--ease) .2s forwards
        }

        #c3 {
            position: fixed;
            inset: 0;
            z-index: 0;
            pointer-events: none
        }

        .blob {
            position: fixed;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
            z-index: 1;
            opacity: .4
        }

        .blob-1 {
            width: 500px;
            height: 500px;
            top: -10%;
            right: -5%;
            background: rgba(79, 70, 229, .08);
            animation: bfloat 20s ease-in-out infinite
        }

        .blob-2 {
            width: 400px;
            height: 400px;
            bottom: 10%;
            left: -8%;
            background: rgba(225, 29, 72, .05);
            animation: bfloat 25s ease-in-out infinite reverse
        }

        .blob-3 {
            width: 300px;
            height: 300px;
            top: 40%;
            right: 20%;
            background: rgba(13, 148, 136, .05);
            animation: bfloat 18s ease-in-out infinite 5s
        }

        @keyframes bfloat {

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

            25% {
                transform: translate(30px, -40px) scale(1.05)
            }

            50% {
                transform: translate(-20px, 30px) scale(.95)
            }

            75% {
                transform: translate(40px, 20px) scale(1.03)
            }
        }

        .linen {
            position: fixed;
            inset: 0;
            z-index: 2;
            pointer-events: none;
            opacity: .018;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
        }

        .nv {
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1000;
            padding: 0 8px;
            height: 50px;
            display: flex;
            align-items: center;
            gap: 4px;
            background: rgba(254, 252, 249, .7);
            backdrop-filter: blur(40px) saturate(200%);
            -webkit-backdrop-filter: blur(40px) saturate(200%);
            border: 1px solid rgba(0, 0, 0, .05);
            border-radius: 100px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);
            opacity: 0;
            animation: fd .45s var(--ease) .1s forwards
        }

        body.content-page .nv {
            opacity: 1;
            animation: none
        }

        @keyframes fd {
            to {
                opacity: 1
            }
        }

        .nv-b {
            display: flex;
            align-items: center;
            gap: 9px;
            padding: 0 14px;
            text-decoration: none
        }

        .nv-i {
            position: relative
        }

        .nv-i svg {
            width: 22px;
            height: 22px
        }

        .nv-nm {
            font-family: var(--serif);
            font-size: 16px;
            font-weight: 500;
            color: var(--ink);
            letter-spacing: -.02em
        }

        .nv-l {
            display: flex;
            gap: 1px
        }

        .nv-l a {
            padding: 6px 12px;
            font-size: 11.5px;
            font-weight: 500;
            color: var(--ink-3);
            text-decoration: none;
            border-radius: 100px;
            transition: all .25s;
            letter-spacing: .01em
        }

        .nv-l a:hover {
            color: var(--ink);
            background: rgba(0, 0, 0, .03)
        }

        .nv-c {
            margin-left: 4px;
            padding: 8px 18px;
            font-family: var(--sans);
            font-size: 11.5px;
            font-weight: 600;
            border: none;
            border-radius: 100px;
            cursor: pointer;
            text-decoration: none;
            color: white;
            background: var(--ink);
            transition: all .3s var(--ease);
            box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
        }

        .nv-c:hover {
            transform: scale(1.04);
            box-shadow: 0 4px 16px rgba(0, 0, 0, .15)
        }

        /* ═══ HERO ═══ */
        .hero {
            position: relative;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 140px 48px 120px;
            z-index: 3
        }

        .hero-ey {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 6px 18px 6px 10px;
            border-radius: 100px;
            border: 1px solid rgba(0, 0, 0, .06);
            background: rgba(255, 255, 255, .6);
            font-size: 11.5px;
            font-weight: 500;
            color: var(--ink-3);
            letter-spacing: .02em;
            margin-bottom: 44px;
            backdrop-filter: blur(8px);
            opacity: 0;
            animation: fu .55s var(--ease) .12s forwards
        }

        .hero-ey .dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--teal);
            box-shadow: 0 0 12px rgba(13, 148, 136, .4)
        }

        .hero h1 {
            font-family: var(--serif);
            font-weight: 300;
            font-size: clamp(52px, 10vw, 120px);
            line-height: .92;
            letter-spacing: -.045em;
            opacity: 0;
            animation: fu .7s var(--ease) .18s forwards
        }

        .hero h1 i {
            font-style: italic;
            font-weight: 400
        }

        .hero h1 .gx {
            background: var(--accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .hero-p {
            font-size: clamp(14px, 1.4vw, 16px);
            color: var(--ink-3);
            max-width: 420px;
            margin: 36px auto 52px;
            line-height: 1.85;
            font-weight: 400;
            opacity: 0;
            animation: fu .55s var(--ease) .26s forwards
        }

        .hero-acts {
            display: flex;
            gap: 14px;
            justify-content: center;
            flex-wrap: wrap;
            opacity: 0;
            animation: fu .55s var(--ease) .34s forwards
        }

        .hero-answers {
            width: min(1120px, 100%);
            margin: 36px auto 0;
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 12px
        }

        .hero-answer {
            grid-column: span 2;
            padding: 18px 18px 20px;
            text-align: left;
            border-radius: 22px;
            border: 1px solid rgba(0, 0, 0, .05);
            background: rgba(255, 255, 255, .62);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            box-shadow: 0 14px 40px rgba(26, 23, 21, .04)
        }

        .hero-answer:last-child {
            grid-column: 2 / span 4
        }

        .hero-answer dt {
            font-family: var(--mono);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--indigo);
            margin-bottom: 12px
        }

        .hero-answer dd {
            font-size: 13px;
            line-height: 1.7;
            color: var(--ink-2)
        }

        /* Gradient-border pill button */
        .btn-pill {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 15px 32px;
            font-family: var(--sans);
            font-size: 14px;
            font-weight: 600;
            color: var(--ink);
            background: var(--ivory);
            border: none;
            border-radius: 100px;
            cursor: pointer;
            text-decoration: none;
            transition: all .4s var(--ease);
            overflow: hidden
        }

        .btn-pill::before {
            content: '';
            position: absolute;
            inset: -2px;
            border-radius: 100px;
            background: var(--accent);
            z-index: -1;
            transition: all .4s var(--ease)
        }

        .btn-pill::after {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 100px;
            background: var(--ivory);
            z-index: -1
        }

        .btn-pill:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(79, 70, 229, .12)
        }

        .btn-pill:hover::before {
            filter: blur(8px);
            opacity: .7;
            inset: -4px
        }

        .btn-pill svg {
            width: 14px;
            height: 14px
        }

        .btn-lt {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 15px 28px;
            background: transparent;
            color: var(--ink-3);
            font-family: var(--sans);
            font-size: 14px;
            font-weight: 500;
            border: 1px solid var(--parchment);
            border-radius: 100px;
            cursor: pointer;
            text-decoration: none;
            transition: all .3s var(--ease)
        }

        .btn-lt:hover {
            color: var(--ink);
            border-color: var(--ink-5);
            background: rgba(255, 255, 255, .5);
            transform: translateY(-2px)
        }

        /* Trust numbers */
        .hero-trust {
            margin-top: 96px;
            display: flex;
            gap: 56px;
            justify-content: center;
            flex-wrap: wrap;
            opacity: 0;
            animation: fu .55s var(--ease) .42s forwards
        }

        .ht {
            text-align: center
        }

        .ht-v {
            font-family: var(--serif);
            font-size: 32px;
            font-weight: 400;
            letter-spacing: -.03em;
            color: var(--ink);
            display: inline-flex;
            justify-content: center;
            min-inline-size: 4ch;
            font-variant-numeric: tabular-nums lining-nums
        }

        .ht-l {
            font-size: 11px;
            color: var(--ink-4);
            margin-top: 4px;
            font-weight: 500;
            letter-spacing: .02em
        }

        /* ═══ SECTION ═══ */
        .sx {
            padding: 120px 48px;
            max-width: 1180px;
            margin: 0 auto;
            position: relative;
            z-index: 3
        }

        .sx-ch {
            font-family: var(--mono);
            font-size: 10px;
            font-weight: 500;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: var(--indigo);
            margin-bottom: 20px;
            display: inline-block
        }

        .sx-h {
            font-family: var(--serif);
            font-weight: 300;
            font-size: clamp(34px, 5vw, 60px);
            line-height: 1.0;
            letter-spacing: -.04em;
            margin-bottom: 18px
        }

        .sx-h i {
            font-style: italic;
            font-weight: 400
        }

        .sx-p {
            font-size: 15.5px;
            color: var(--ink-3);
            max-width: 440px;
            line-height: 1.8
        }

        .sx-top {
            margin-bottom: 72px
        }

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

        .intent-card {
            display: block;
            padding: 30px 24px;
            border-radius: 22px;
            background: rgba(255, 255, 255, .68);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            border: 1px solid rgba(0, 0, 0, .05);
            text-decoration: none;
            color: inherit;
            transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease)
        }

        .intent-card:hover {
            transform: translateY(-5px);
            border-color: rgba(79, 70, 229, .12);
            box-shadow: 0 18px 50px rgba(79, 70, 229, .08)
        }

        .intent-card-wide {
            min-height: 100%
        }

        .intent-ey {
            display: inline-flex;
            align-items: center;
            padding: 5px 11px;
            border-radius: 999px;
            background: rgba(79, 70, 229, .06);
            color: var(--indigo);
            font-family: var(--mono);
            font-size: 9.5px;
            font-weight: 600;
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-bottom: 18px
        }

        .intent-card h3 {
            font-family: var(--serif);
            font-size: 28px;
            font-weight: 400;
            letter-spacing: -.03em;
            line-height: 1.05;
            margin-bottom: 10px
        }

        .intent-card p {
            font-size: 13.5px;
            line-height: 1.7;
            color: var(--ink-3)
        }

        /* ═══ DIVIDER ═══ */
        .divider {
            max-width: 200px;
            margin: 0 auto;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--parchment), transparent);
            position: relative;
            z-index: 3
        }

        /* ═══ EXAMS ═══ */
        .bento {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px
        }

        .bx {
            background: rgba(255, 255, 255, .65);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(0, 0, 0, .04);
            border-radius: 18px;
            padding: 28px 22px;
            transition: all .5s var(--ease);
            position: relative;
            overflow: hidden
        }

        .bx:hover {
            transform: translateY(-8px);
            border-color: rgba(79, 70, 229, .1)
        }

        /* Colored shadows per exam */
        .bx:nth-child(1):hover {
            box-shadow: 0 24px 64px rgba(225, 29, 72, .07)
        }

        .bx:nth-child(2):hover {
            box-shadow: 0 24px 64px rgba(79, 70, 229, .08)
        }

        .bx:nth-child(3):hover {
            box-shadow: 0 24px 64px rgba(124, 58, 237, .07)
        }

        .bx:nth-child(4):hover {
            box-shadow: 0 24px 64px rgba(13, 148, 136, .07)
        }

        .bx:nth-child(5):hover {
            box-shadow: 0 24px 64px rgba(217, 119, 6, .07)
        }

        .bx:nth-child(6):hover {
            box-shadow: 0 24px 64px rgba(56, 189, 248, .07)
        }

        .bx:nth-child(7):hover {
            box-shadow: 0 24px 64px rgba(79, 70, 229, .07)
        }

        .bx:nth-child(8):hover {
            box-shadow: 0 24px 64px rgba(13, 148, 136, .07)
        }

        .bx-t {
            font-family: var(--mono);
            font-size: 9.5px;
            font-weight: 500;
            letter-spacing: .08em;
            padding: 3px 9px;
            border-radius: 6px;
            display: inline-block;
            margin-bottom: 14px
        }

        .bx h3 {
            font-family: var(--serif);
            font-size: 24px;
            font-weight: 400;
            letter-spacing: -.025em;
            margin-bottom: 6px;
            color: var(--ink)
        }

        .bx p {
            font-size: 12.5px;
            color: var(--ink-3);
            line-height: 1.55
        }

        .bx-s {
            margin-top: 16px;
            display: flex;
            gap: 5px
        }

        .bx-s span {
            font-size: 9.5px;
            font-weight: 600;
            padding: 3px 9px;
            border-radius: 6px;
            background: var(--cream);
            color: var(--ink-3)
        }

        /* ═══ STATS ═══ */
        .stats {
            padding: 96px 48px;
            position: relative;
            z-index: 3;
            background: var(--cream);
            border-top: 1px solid rgba(0, 0, 0, .04);
            border-bottom: 1px solid rgba(0, 0, 0, .04)
        }

        .stats-in {
            max-width: 1180px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            text-align: center
        }

        .st-v {
            font-family: var(--serif);
            font-size: clamp(44px, 6vw, 72px);
            font-weight: 300;
            letter-spacing: -.04em;
            line-height: 1;
            color: var(--ink);
            display: inline-flex;
            justify-content: center;
            min-inline-size: 5ch;
            font-variant-numeric: tabular-nums lining-nums
        }

        .st-v .hl {
            background: var(--accent);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .st-c {
            font-size: 11.5px;
            color: var(--ink-4);
            margin-top: 10px;
            font-weight: 500
        }

        /* ═══ FEATURES ═══ */
        .fg {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 12px
        }

        .fc {
            border-radius: 22px;
            padding: 40px 30px;
            transition: all .5s var(--ease);
            grid-column: span 4;
            background: rgba(255, 255, 255, .6);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(0, 0, 0, .04);
            position: relative;
            overflow: hidden
        }

        .fc:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, .04);
            border-color: rgba(0, 0, 0, .06)
        }

        .fc.prime {
            grid-column: span 8;
            background: var(--ink);
            color: white;
            border: none
        }

        .fc.prime::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -30%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(124, 58, 237, .15) 0%, transparent 60%);
            pointer-events: none
        }

        .fc.prime p {
            color: rgba(255, 255, 255, .45)
        }

        .fc.prime .fc-tag {
            background: rgba(255, 255, 255, .06);
            color: rgba(255, 255, 255, .5);
            border-color: rgba(255, 255, 255, .08)
        }

        .fc-i {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            margin-bottom: 24px;
            background: var(--cream);
            border: 1px solid rgba(0, 0, 0, .04)
        }

        .fc.prime .fc-i {
            background: rgba(255, 255, 255, .05);
            border-color: rgba(255, 255, 255, .06)
        }

        .fc h3 {
            font-family: var(--serif);
            font-size: 24px;
            font-weight: 400;
            letter-spacing: -.02em;
            margin-bottom: 10px;
            color: var(--ink)
        }

        .fc.prime h3 {
            color: white
        }

        .fc p {
            font-size: 13.5px;
            color: var(--ink-3);
            line-height: 1.65
        }

        .fc-tag {
            display: inline-flex;
            font-size: 10px;
            font-weight: 600;
            padding: 4px 12px;
            border-radius: 100px;
            margin-top: 20px;
            background: rgba(79, 70, 229, .06);
            color: var(--indigo);
            border: 1px solid rgba(79, 70, 229, .08)
        }

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

        .sp {
            padding: 40px 30px;
            border-radius: 22px;
            border: 1px solid rgba(0, 0, 0, .04);
            background: rgba(255, 255, 255, .72);
            backdrop-filter: blur(8px);
            transition: all .4s var(--ease);
            position: relative;
            overflow: hidden;
            box-shadow: 0 18px 48px rgba(26, 23, 21, .04)
        }

        .sp::after {
            content: '';
            position: absolute;
            inset: auto -10% -40% 30%;
            height: 180px;
            background: radial-gradient(circle, rgba(124, 58, 237, .07) 0%, transparent 70%);
            pointer-events: none
        }

        .sp:hover {
            border-color: rgba(79, 70, 229, .08);
            box-shadow: 0 18px 52px rgba(79, 70, 229, .08);
            transform: translateY(-3px)
        }

        .sp-n {
            font-family: var(--serif);
            font-size: 80px;
            font-weight: 400;
            line-height: 1;
            letter-spacing: -.06em;
            color: rgba(106, 82, 176, .38);
            text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
            margin-bottom: 16px;
            position: relative;
            z-index: 1
        }

        .sp h3 {
            font-family: var(--serif);
            font-size: 20px;
            font-weight: 400;
            letter-spacing: -.02em;
            margin-bottom: 10px;
            color: var(--ink);
            position: relative;
            z-index: 1
        }

        .sp p {
            font-size: 13.5px;
            color: var(--ink-3);
            line-height: 1.65;
            position: relative;
            z-index: 1
        }

        /* ═══ LEAD MODAL ═══ */
        .lead-modal {
            position: fixed;
            inset: 0;
            z-index: 10005;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 28px 24px;
            background: rgba(26, 23, 21, .32);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px)
        }

        .lead-modal-shell {
            width: min(960px, 100%);
            position: relative
        }

        .lead-modal-card {
            position: relative;
            overflow: hidden;
            border-radius: 34px;
            border: 1px solid rgba(0, 0, 0, .05);
            background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(248, 246, 241, .95));
            box-shadow: 0 34px 100px rgba(26, 23, 21, .18);
            padding: 34px
        }

        .lead-modal-card::before {
            content: '';
            position: absolute;
            top: -120px;
            right: -90px;
            width: 320px;
            height: 320px;
            background: radial-gradient(circle, rgba(124, 58, 237, .18) 0%, rgba(225, 29, 72, .08) 24%, transparent 72%);
            pointer-events: none
        }

        .lead-modal-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, .88fr) minmax(0, 1fr);
            gap: 34px
        }

        .lead-modal-close {
            position: absolute;
            top: 18px;
            right: 18px;
            width: 42px;
            height: 42px;
            border-radius: 999px;
            border: 1px solid rgba(0, 0, 0, .06);
            background: rgba(255, 255, 255, .82);
            color: var(--ink-2);
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 26px;
            line-height: 1;
            transition: transform .3s var(--ease), color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease)
        }

        .lead-modal-close:hover {
            transform: translateY(-1px);
            color: var(--violet);
            background: rgba(255, 255, 255, .94);
            box-shadow: 0 12px 30px rgba(79, 70, 229, .12)
        }

        .lead-modal-copy {
            display: flex;
            flex-direction: column;
            gap: 18px;
            padding-right: 6px
        }

        .lead-kicker {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            padding: 7px 13px;
            border-radius: 999px;
            background: rgba(79, 70, 229, .06);
            color: var(--indigo);
            font-family: var(--mono);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: .1em;
            text-transform: uppercase
        }

        .lead-modal-copy h2 {
            font-family: var(--serif);
            font-size: clamp(42px, 5vw, 58px);
            font-weight: 300;
            line-height: .92;
            letter-spacing: -.045em;
            max-width: 10ch
        }

        .lead-modal-copy p {
            font-size: 14px;
            line-height: 1.8;
            color: var(--ink-3);
            max-width: 34ch
        }

        .lead-highlights {
            display: grid;
            gap: 12px;
            margin-top: auto
        }

        .lead-highlight {
            display: grid;
            gap: 5px;
            padding-top: 14px;
            border-top: 1px solid rgba(0, 0, 0, .05)
        }

        .lead-highlight strong {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            color: var(--ink)
        }

        .lead-highlight span {
            font-size: 13px;
            line-height: 1.7;
            color: var(--ink-3)
        }

        .lead-form {
            display: grid;
            gap: 20px;
            align-self: stretch
        }

        .lead-field-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px
        }

        .lead-field {
            display: grid;
            gap: 9px
        }

        .lead-label {
            font-family: var(--mono);
            font-size: 10px;
            font-weight: 600;
            letter-spacing: .12em;
            text-transform: uppercase;
            color: rgba(61, 56, 50, .78)
        }

        .lead-label em {
            font-style: normal;
            text-transform: none;
            letter-spacing: 0;
            color: var(--ink-4)
        }

        .lead-input {
            width: 100%;
            min-height: 56px;
            padding: 16px 18px;
            border-radius: 18px;
            border: 1px solid rgba(0, 0, 0, .05);
            background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(248, 246, 241, .86));
            color: var(--ink);
            font-family: var(--sans);
            font-size: 15px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .86), 0 10px 24px rgba(26, 23, 21, .03);
            transition: border-color .25s var(--ease), background .25s var(--ease), box-shadow .25s var(--ease)
        }

        .lead-input::placeholder {
            color: rgba(122, 117, 109, .64)
        }

        .lead-input:focus {
            outline: none;
            border-color: rgba(79, 70, 229, .22);
            background: rgba(255, 255, 255, .92);
            box-shadow: 0 0 0 4px rgba(79, 70, 229, .08)
        }

        .lead-submit-row {
            display: flex;
            align-items: flex-start;
            gap: 18px;
            flex-wrap: wrap;
            padding-top: 6px
        }

        .lead-submit {
            min-height: 54px;
            padding: 0 28px;
            border: 1px solid rgba(79, 70, 229, .16);
            border-radius: 999px;
            background: linear-gradient(135deg, rgba(79, 70, 229, .92), rgba(124, 58, 237, .84), rgba(225, 29, 72, .74));
            color: white;
            font-family: var(--sans);
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            transition: transform .3s var(--ease), box-shadow .3s var(--ease), opacity .2s ease;
            box-shadow: 0 18px 42px rgba(92, 62, 186, .18)
        }

        .lead-submit:hover:not(:disabled) {
            transform: translateY(-2px);
            box-shadow: 0 24px 52px rgba(92, 62, 186, .22)
        }

        .lead-submit:disabled {
            opacity: .72;
            cursor: wait;
            transform: none
        }

        .lead-legal {
            max-width: 19rem;
            font-size: 11px;
            line-height: 1.75;
            color: var(--ink-4)
        }

        .lead-message {
            min-height: 20px;
            font-size: 13px;
            font-weight: 700;
            color: var(--ink-3)
        }

        .lead-message.is-success {
            color: var(--teal)
        }

        .lead-message.is-error {
            color: var(--rose)
        }

        /* ═══ CTA ═══ */
        .cta {
            padding: 160px 48px;
            text-align: center;
            position: relative;
            z-index: 3;
            overflow: hidden
        }

        .cta-orb {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 500px;
            height: 300px;
            background: radial-gradient(ellipse, rgba(79, 70, 229, .06) 0%, rgba(124, 58, 237, .03) 40%, transparent 70%);
            pointer-events: none;
            animation: cb 6s ease-in-out infinite
        }

        @keyframes cb {

            0%,
            100% {
                opacity: .5;
                transform: translate(-50%, -50%) scale(1)
            }

            50% {
                opacity: .8;
                transform: translate(-50%, -50%) scale(1.06)
            }
        }

        .cta-in {
            position: relative;
            z-index: 1
        }

        .cta-in h2 {
            font-family: var(--serif);
            font-weight: 300;
            font-size: clamp(40px, 8vw, 88px);
            line-height: .94;
            letter-spacing: -.045em;
            margin-bottom: 24px
        }

        .cta-in h2 i {
            font-weight: 400;
            font-style: italic
        }

        .cta-in>p {
            font-size: 15.5px;
            color: var(--ink-3);
            max-width: 380px;
            margin: 0 auto 48px;
            line-height: 1.8
        }

        /* ═══ FOOTER ═══ */
        .ft {
            padding: 44px 48px;
            border-top: 1px solid rgba(0, 0, 0, .04);
            max-width: 1180px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            position: relative;
            z-index: 3
        }

        .ft .l {
            font-size: 11.5px;
            color: var(--ink-4)
        }

        .ft .l a {
            color: var(--ink-3);
            text-decoration: none;
            font-weight: 600
        }

        .ft .r {
            display: flex;
            gap: 28px
        }

        .ft .r a {
            font-size: 11.5px;
            color: var(--ink-4);
            text-decoration: none;
            transition: color .2s
        }

        .ft .r a:hover {
            color: var(--indigo)
        }

        /* ═══ POLICY LINKS & COOKIE BANNER ═══ */
        .policy-link {
            color: var(--ink);
            text-decoration: underline;
            text-decoration-color: rgba(79, 70, 229, .3);
            text-underline-offset: 3px;
            transition: color .2s, text-decoration-color .2s
        }

        .policy-link:hover {
            color: var(--indigo);
            text-decoration-color: rgba(79, 70, 229, .6)
        }

        body.cookie-blocked {
            overflow: hidden
        }

        .cookie-overlay {
            position: fixed;
            inset: 0;
            z-index: 10005;
            background: rgba(254, 252, 249, .2);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px)
        }

        .cookie-banner {
            position: fixed;
            left: 24px;
            right: 24px;
            bottom: 24px;
            z-index: 10006;
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 18px;
            align-items: center;
            padding: 20px 24px;
            border: 1px solid rgba(0, 0, 0, .05);
            border-radius: 24px;
            background: rgba(254, 252, 249, .96);
            backdrop-filter: blur(24px) saturate(160%);
            box-shadow: 0 20px 60px rgba(26, 23, 21, .12)
        }

        .cookie-banner p {
            font-size: 13px;
            color: var(--ink-3);
            line-height: 1.7;
            max-width: 680px
        }

        .cookie-actions {
            display: flex;
            gap: 12px;
            align-items: center;
            flex-wrap: wrap
        }

        .cookie-dismiss {
            padding: 13px 20px;
            border-radius: 999px;
            border: none;
            background: linear-gradient(135deg, rgba(79, 70, 229, .08), rgba(124, 58, 237, .09), rgba(225, 29, 72, .05));
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: rgba(92, 54, 179, .92);
            cursor: pointer;
            box-shadow: inset 0 0 0 1px rgba(124, 58, 237, .12), 0 10px 26px rgba(124, 58, 237, .08);
            transition: all .25s var(--ease)
        }

        .cookie-dismiss:hover {
            transform: translateY(-1px);
            background: linear-gradient(135deg, rgba(79, 70, 229, .1), rgba(124, 58, 237, .12), rgba(225, 29, 72, .07));
            color: rgba(88, 47, 173, .96);
            box-shadow: inset 0 0 0 1px rgba(124, 58, 237, .16), 0 14px 32px rgba(124, 58, 237, .1)
        }

        .cookie-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 12px;
            border-radius: 999px;
            background: rgba(79, 70, 229, .06);
            color: var(--indigo);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase
        }

        /* ═══ ANIM ═══ */
        @keyframes fu {
            from {
                opacity: 0;
                transform: translateY(24px)
            }

            to {
                opacity: 1;
                transform: translateY(0)
            }
        }

        .rv {
            opacity: 0;
            transform: translateY(36px);
            transition: opacity .9s var(--ease), transform .9s var(--ease)
        }

        .rv.vis {
            opacity: 1;
            transform: translateY(0)
        }

        .page-shell {
            position: relative;
            z-index: 3;
            max-width: 1180px;
            margin: 0 auto;
            padding: 140px 48px 120px
        }

        .page-hero {
            max-width: 860px;
            margin-bottom: 48px
        }

        .page-hero h1 {
            font-family: var(--serif);
            font-size: clamp(44px, 7vw, 92px);
            font-weight: 300;
            line-height: .93;
            letter-spacing: -.045em
        }

        .page-hero p {
            max-width: 680px;
            margin-top: 24px;
            font-size: 16px;
            line-height: 1.85;
            color: var(--ink-3)
        }

        .page-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
            gap: 20px
        }

        .page-card {
            padding: 30px 28px;
            border-radius: 24px;
            border: 1px solid rgba(0, 0, 0, .05);
            background: rgba(255, 255, 255, .7);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
            box-shadow: 0 20px 60px rgba(26, 23, 21, .05)
        }

        .page-card+.page-card {
            margin-top: 16px
        }

        .page-card h2 {
            font-family: var(--serif);
            font-size: 36px;
            font-weight: 400;
            letter-spacing: -.035em;
            margin-bottom: 14px
        }

        .page-card h3 {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: -.01em;
            margin: 20px 0 10px
        }

        .page-card p,
        .page-card li {
            font-size: 14px;
            line-height: 1.8;
            color: var(--ink-2)
        }

        .page-card ul {
            padding-left: 18px;
            display: grid;
            gap: 8px
        }

        .page-link-list {
            display: grid;
            gap: 12px
        }

        .page-link-list a {
            display: block;
            padding: 16px 18px;
            border-radius: 18px;
            text-decoration: none;
            color: var(--ink);
            background: rgba(248, 246, 241, .8);
            border: 1px solid rgba(0, 0, 0, .04)
        }

        .page-link-list a span {
            display: block;
            margin-top: 6px;
            font-size: 12px;
            line-height: 1.6;
            color: var(--ink-3)
        }

        /* ═══ RESPONSIVE ═══ */
        @media(max-width:1024px) {
            .hero-answers {
                grid-template-columns: repeat(2, minmax(0, 1fr))
            }

            .hero-answer,
            .hero-answer:last-child {
                grid-column: span 1
            }

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

            .fg {
                display: grid;
                grid-template-columns: 1fr
            }

            .fc,
            .fc.prime {
                grid-column: span 1
            }

            .intent-grid,
            .page-grid {
                grid-template-columns: 1fr
            }

            .lead-modal-grid {
                grid-template-columns: 1fr
            }

            .lead-modal-copy h2,
            .lead-modal-copy p {
                max-width: none
            }
        }

        @media(max-width:768px) {
            body {
                cursor: auto
            }

            .cr,
            .cr-d {
                display: none
            }

            .nv-l {
                display: none
            }

            .hero {
                padding: 120px 24px 80px
            }

            .hero-answers {
                margin-top: 30px;
                grid-template-columns: 1fr
            }

            .hero-answer,
            .hero-answer:last-child {
                grid-column: auto
            }

            .sx {
                padding: 80px 24px
            }

            .bento {
                grid-template-columns: 1fr
            }

            .stats-in {
                grid-template-columns: repeat(2, 1fr);
                gap: 36px
            }

            .steps {
                grid-template-columns: 1fr
            }

            .intent-grid {
                grid-template-columns: 1fr
            }

            .hero-trust {
                gap: 28px;
                flex-direction: column
            }

            .ft {
                padding: 28px 24px
            }

            .page-shell {
                padding: 120px 24px 80px
            }

            .lead-modal {
                align-items: flex-start;
                overflow-y: auto;
                padding: 18px 16px
            }

            .lead-modal-card {
                padding: 24px 22px;
                border-radius: 28px
            }

            .lead-modal-grid,
            .lead-field-grid {
                grid-template-columns: 1fr
            }

            .lead-submit-row {
                flex-direction: column
            }

            .lead-submit,
            .lead-legal {
                width: 100%;
                max-width: none
            }

            .lead-modal-close {
                top: 14px;
                right: 14px
            }

            .blob {
                display: none
            }

            .cookie-banner {
                left: 16px;
                right: 16px;
                bottom: 16px;
                grid-template-columns: 1fr;
                padding: 18px
            }

            .cookie-overlay {
                background: rgba(254, 252, 249, .28)
            }

            .cookie-actions {
                width: 100%
            }

            .cookie-actions .btn-pill,
            .cookie-actions .cookie-dismiss {
                width: 100%;
                justify-content: center
            }
        }
