:root {
            --lp-brand: #2563EB;
            --lp-brand2: #7C3AED;
            --lp-cyan: #22d3ee;
            --lp-blue: #2563EB;
            --lp-blue-dark: #1d4ed8;
            --lp-purple: #7C3AED;
            --lp-blue-light: rgba(78, 163, 242, 0.12);
            --lp-blue-border: rgba(78, 163, 242, 0.35);
            --lp-blue-glow: rgba(78, 163, 242, 0.45);
            --lp-gradient: linear-gradient(90deg, #2563EB 0%, #7C3AED 100%);
            --lp-gradient-btn: linear-gradient(90deg, #7C3AED 0%, #6366f1 45%, #2563EB 100%);
            --lp-text: #0f172a;
            --lp-muted: #64748b;
            --lp-bg: #ffffff;
            --lp-card: #ffffff;
            --lp-surface: #f8fafc;
            --lp-border: #e2e8f0;
            --lp-header-bg: rgba(255, 255, 255, 0.92);
            --lp-hero-bg:
                radial-gradient(ellipse 90% 55% at 50% -15%, rgba(78, 163, 242, 0.12), transparent 70%),
                radial-gradient(ellipse 50% 45% at 100% 30%, rgba(142, 99, 245, 0.08), transparent 65%),
                linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
            --lp-orbit-bg: radial-gradient(circle at center, rgba(78, 163, 242, 0.08) 0%, transparent 68%);
            --lp-orbit-ring: #cbd5e1;
            --lp-orbit-ring-glow: transparent;
            --lp-orbit-label: #475569;
            --lp-orbit-stage-bg: linear-gradient(155deg, #f8fafc 0%, #ffffff 42%, rgba(78, 163, 242, 0.06) 100%);
            --lp-orbit-stage-border: rgba(78, 163, 242, 0.15);
            --lp-orbit-stage-shadow: 0 24px 60px rgba(78, 163, 242, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
            --lp-orbit-hub-shadow: 0 0 0 10px rgba(78, 163, 242, 0.12), 0 18px 45px rgba(78, 163, 242, 0.28);
            --lp-orbit-icon-shadow: 0 8px 22px rgba(15, 23, 42, 0.14);
            --lp-orbit-icon-hover-shadow: 0 16px 36px rgba(15, 23, 42, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.5);
            --lp-max: 92rem;
        }
        html.dark {
            --lp-blue-light: rgba(78, 163, 242, 0.14);
            --lp-blue-border: rgba(78, 163, 242, 0.35);
            --lp-blue-glow: rgba(78, 163, 242, 0.55);
            --lp-text: #E6EAF2;
            --lp-muted: #A7B2C7;
            --lp-bg:
                radial-gradient(ellipse 80% 60% at 50% 100%, rgba(78, 163, 242, 0.18) 0%, transparent 55%),
                radial-gradient(circle at 20% 30%, rgba(142, 99, 245, 0.12) 0%, transparent 40%),
                radial-gradient(circle at 80% 20%, rgba(34, 197, 94, 0.06) 0%, transparent 35%),
                #020617;
            --lp-card: #0E1629;
            --lp-surface: #0A1022;
            --lp-border: #171C2E;
            --lp-header-bg: rgba(6, 11, 29, 0.92);
            --lp-hero-bg:
                radial-gradient(ellipse 80% 60% at 50% 100%, rgba(78, 163, 242, 0.18) 0%, transparent 55%),
                radial-gradient(circle at 20% 30%, rgba(142, 99, 245, 0.12) 0%, transparent 40%),
                radial-gradient(circle at 80% 20%, rgba(34, 197, 94, 0.06) 0%, transparent 35%),
                linear-gradient(160deg, #0a1628 0%, #060b1d 40%, #020617 100%);
            --lp-orbit-bg: radial-gradient(circle at 50% 42%, rgba(78, 163, 242, 0.22) 0%, rgba(78, 163, 242, 0.06) 38%, transparent 72%);
            --lp-orbit-ring: rgba(100, 116, 139, 0.45);
            --lp-orbit-ring-glow: rgba(78, 163, 242, 0.12);
            --lp-orbit-label: #E6EAF2;
            --lp-orbit-stage-bg: radial-gradient(circle at 50% 40%, #0c1929 0%, #060b1d 52%, #020617 100%);
            --lp-orbit-stage-border: rgba(78, 163, 242, 0.2);
            --lp-orbit-stage-shadow: 0 28px 70px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 80px rgba(78, 163, 242, 0.1);
            --lp-orbit-hub-shadow: 0 0 0 14px rgba(78, 163, 242, 0.12), 0 0 70px rgba(78, 163, 242, 0.4), 0 22px 50px rgba(0, 0, 0, 0.5);
            --lp-orbit-icon-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
            --lp-orbit-icon-hover-shadow: 0 0 28px var(--node-glow, rgba(78, 163, 242, 0.5)), 0 14px 32px rgba(0, 0, 0, 0.5);
        }
        *, *::before, *::after { box-sizing: border-box; }
        html {
            scroll-behavior: smooth;
            -webkit-text-size-adjust: 100%;
            width: 100%;
            max-width: 100%;
            overflow-x: clip;
        }
        body {
            margin: 0; font-family: 'Inter', system-ui, sans-serif;
            color: var(--lp-text); background: var(--lp-bg);
            width: 100%;
            max-width: 100%;
            min-width: 0;
            overflow-x: clip;
            transition: background 0.25s ease, color 0.25s ease;
        }
        #main-content {
            width: 100%;
            max-width: 100%;
            min-width: 0;
            overflow-x: clip;
        }
        img { max-width: 100%; height: auto; display: block; }
        a { color: inherit; }
        .lp-container { width: 100%; max-width: var(--lp-max); margin: 0 auto; padding: 0 0.75rem; }
        @media (min-width: 640px) { .lp-container { padding: 0 1rem; } }
        @media (min-width: 1024px) { .lp-container { padding: 0 1.25rem; } }
        @media (min-width: 1400px) { .lp-container { padding: 0 1.5rem; } }

        /* Header */
        .lp-header {
            position: sticky; top: 0; z-index: 100;
            background: var(--lp-header-bg); backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--lp-border);
            transition: background 0.25s ease, border-color 0.25s ease;
        }
        .lp-header-inner {
            display: flex; align-items: center; justify-content: space-between;
            gap: 1rem; min-height: 4rem;
        }
        .lp-logo-wrap { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; flex-shrink: 0; }
        .lp-logo-icon {
            width: 2.35rem; height: 2.35rem; flex-shrink: 0;
            object-fit: contain; display: block;
        }
        .lp-logo-text { font-size: 1rem; font-weight: 800; line-height: 1.1; color: var(--lp-text); }
        .lp-logo-brand {
            background: var(--lp-gradient);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
        }
        .lp-logo-tag { font-size: 0.55rem; font-weight: 600; letter-spacing: 0.12em; color: var(--lp-muted); text-transform: uppercase; }

        .lp-nav { display: none; align-items: center; gap: 0.15rem; }
        @media (min-width: 1024px) { .lp-nav { display: flex; } }
        .lp-nav a {
            padding: 0.45rem 0.75rem; border-radius: 0.5rem;
            font-size: 0.82rem; font-weight: 500; color: var(--lp-muted); text-decoration: none;
            transition: color 0.15s, background 0.15s;
        }
        html.dark .lp-nav a { color: #A7B2C7; }
        .lp-nav a:hover { color: var(--lp-brand); background: var(--lp-blue-light); }

        .lp-header-actions { display: flex; align-items: center; gap: 0.5rem; flex-shrink: 0; }
        .lp-header-cta { display: none; }
        @media (min-width: 1024px) { .lp-header-cta { display: inline-flex; } }
        .lp-lang {
            display: none; align-items: center; gap: 0.35rem;
            padding: 0.4rem 0.65rem; border-radius: 0.5rem; border: 1px solid var(--lp-border);
            background: var(--lp-card); font-size: 0.78rem; font-weight: 500; color: var(--lp-muted); cursor: pointer;
            transition: background 0.2s, border-color 0.2s;
        }
        @media (min-width: 640px) { .lp-lang { display: flex; } }
        .lp-theme-btn {
            display: flex; align-items: center; justify-content: center;
            width: 2.5rem; height: 2.5rem; border-radius: 0.55rem;
            border: 1px solid var(--lp-border); background: var(--lp-card);
            color: var(--lp-blue); cursor: pointer; flex-shrink: 0;
            transition: background 0.2s, border-color 0.2s, transform 0.2s, color 0.2s;
        }
        .lp-theme-btn:hover { background: var(--lp-blue-light); transform: scale(1.05); }
        html.dark .lp-theme-btn { color: #fbbf24; }
        html.dark .lp-theme-btn:hover { background: rgba(251, 191, 36, 0.12); }
        .lp-btn {
            display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
            padding: 0.55rem 1rem; border-radius: 9999px; font-size: 0.78rem; font-weight: 700;
            text-decoration: none; border: none; cursor: pointer; transition: background 0.15s, transform 0.15s;
            white-space: nowrap;
        }
        .lp-btn-primary {
            background: linear-gradient(90deg, #7C3AED 0%, #6366f1 50%, #2563EB 100%);
            color: #fff;
            box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
        }
        .lp-btn-primary:hover { filter: brightness(1.08); transform: translateY(-1px); }
        .lp-btn-outline { background: #fff; color: var(--lp-blue); border: 1.5px solid var(--lp-blue); }
        .lp-btn-outline:hover { background: rgba(37, 99, 235, 0.06); }
        html.dark .lp-btn-outline {
            background: rgba(37, 99, 235, 0.12);
            color: #ffffff;
            border-color: rgba(78, 163, 242, 0.55);
        }
        html.dark .lp-btn-outline:hover {
            background: rgba(37, 99, 235, 0.2);
            color: #ffffff;
            border-color: rgba(78, 163, 242, 0.75);
        }
        .lp-btn-lg { padding: 0.8rem 1.5rem; font-size: 0.88rem; border-radius: 0.75rem; }
        .lp-btn-wide { width: 100%; max-width: 28rem; margin: 0 auto; display: flex; }

        .lp-menu-btn {
            display: flex; align-items: center; justify-content: center;
            width: 2.5rem; height: 2.5rem; border-radius: 0.55rem;
            border: 1px solid var(--lp-border); background: var(--lp-card); color: var(--lp-muted); cursor: pointer;
        }
        @media (min-width: 1024px) { .lp-menu-btn { display: none; } }

        .lp-mobile-nav {
            display: none; flex-direction: column; gap: 0.25rem;
            padding: 0.75rem 1rem 1rem; border-top: 1px solid var(--lp-border);
            background: var(--lp-card);
        }
        .lp-mobile-nav.open { display: flex; }
        .lp-mobile-nav a {
            padding: 0.65rem 0.75rem; border-radius: 0.5rem;
            font-size: 0.88rem; font-weight: 500; color: var(--lp-muted); text-decoration: none;
        }
        .lp-mobile-nav a:hover { background: var(--lp-blue-light); color: var(--lp-blue); }

        /* Hero */
        .lp-hero {
            padding: 2rem 0 1.5rem; background: #ffffff;
            transition: background 0.25s ease;
        }
        html.dark .lp-hero { background: var(--lp-hero-bg); }
        @media (min-width: 768px) { .lp-hero { padding: 2.5rem 0 2rem; } }
        .lp-hero-grid {
            display: grid; grid-template-columns: 1fr; gap: 1.25rem; align-items: center;
            width: 100%;
        }
        .lp-hero-content {
            min-width: 0;
            width: 100%;
            margin: 0;
            padding: 0;
            text-align: left;
        }
        .lp-hero h1,
        .lp-hero-content > .lp-hero-aligned {
            margin-left: 0;
            padding-left: 0;
        }
        .lp-hero-aligned {
            --hero-col-gap: 0.45rem;
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }
        .lp-hero-aligned .lp-hero-launch,
        .lp-hero-aligned .lp-hero-stats,
        .lp-hero-aligned .lp-trust {
            margin-left: 0;
            width: 100%;
            max-width: 100%;
        }
        @media (min-width: 992px) {
            .lp-hero-grid {
                grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
                align-items: stretch;
                gap: clamp(0.75rem, 1.8vw, 1.35rem);
            }
            .lp-hero-content {
                grid-column: 1;
                justify-self: stretch;
                align-self: stretch;
                width: 100%;
                max-width: 36rem;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lp-hero-aligned,
            .lp-hero-aligned .lp-hero-launch,
            .lp-hero-aligned .lp-hero-stats,
            .lp-hero-aligned .lp-trust,
            .lp-hero-launch-grid {
                width: 100%;
            }
            .lp-hero .lp-hub-map-wrap {
                grid-column: 2;
                justify-self: stretch;
                align-self: stretch;
                width: 100%;
                height: 100%;
                max-width: none;
                margin: 0;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                min-height: 0;
                overflow: visible;
            }
            .lp-hero .lp-hub-map {
                width: min(100%, 32rem);
                height: auto;
                max-height: 100%;
                aspect-ratio: 1;
                margin: 0;
                overflow: visible;
                flex-shrink: 0;
            }
            .lp-hero .lp-trust {
                flex-wrap: nowrap;
                justify-content: space-between;
                gap: 0.45rem 0.55rem;
                margin-top: 0.5rem;
            }
            .lp-hero .lp-hub-map-wrap::before {
                width: min(100%, 32rem);
                height: auto;
                aspect-ratio: 1;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }
            .lp-hero .lp-eyebrow { margin-bottom: 0.55rem; }
            .lp-hero h1 { margin-bottom: 0.5rem; }
            .lp-hero .lp-hero-desc { margin-bottom: 0.65rem; }
            .lp-hero .lp-hero-btns { margin-bottom: 0.55rem; }
            .lp-hero .lp-hub-card {
                width: 8.75rem;
                min-width: 8.75rem;
                max-width: 8.75rem;
                min-height: 3.35rem;
                height: 3.35rem;
                padding: 0.45rem 0.55rem 0.45rem 0.45rem;
                gap: 0.42rem;
            }
            .lp-hero .lp-hub-card-icon {
                width: 1.85rem;
                height: 1.85rem;
                font-size: 0.78rem;
            }
            .lp-hero .lp-hub-card-text strong { font-size: 0.68rem; }
            .lp-hero .lp-hub-card-text span { font-size: 0.58rem; }
            .lp-hero .lp-hub-center {
                width: clamp(7.75rem, 22%, 9.5rem);
                height: clamp(7.75rem, 22%, 9.5rem);
                padding: 0.55rem 0.45rem 0.5rem;
            }
            .lp-hero .lp-hub-mark { width: 1.65rem; height: 1.65rem; }
            .lp-hero .lp-hub-brand-text { font-size: 0.68rem; }
            .lp-hero .lp-hub-center-tag { font-size: 0.46rem; max-width: 6.75rem; }
            /* Wider circular spread — r = 46%, keeps round shape, uses column width */
            .lp-hero .lp-hub-pos-0 { left: 50%; top: 4%; }
            .lp-hero .lp-hub-pos-1 { left: 79.6%; top: 14.8%; }
            .lp-hero .lp-hub-pos-2 { left: 95.3%; top: 42%; }
            .lp-hero .lp-hub-pos-3 { left: 89.8%; top: 73%; }
            .lp-hero .lp-hub-pos-4 { left: 65.7%; top: 93.2%; }
            .lp-hero .lp-hub-pos-5 { left: 34.3%; top: 93.2%; }
            .lp-hero .lp-hub-pos-6 { left: 10.2%; top: 73%; }
            .lp-hero .lp-hub-pos-7 { left: 4.7%; top: 42%; }
            .lp-hero .lp-hub-pos-8 { left: 20.4%; top: 14.8%; }
        }
        @media (min-width: 1100px) {
            .lp-hero-btns { flex-wrap: nowrap; }
            .lp-hero-grid {
                grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
                gap: clamp(1rem, 2vw, 1.75rem);
            }
            .lp-hero .lp-hub-map {
                width: min(100%, 34rem);
            }
            .lp-hero .lp-hub-map-wrap::before {
                width: min(100%, 34rem);
            }
        }
        .lp-eyebrow {
            display: inline-flex; align-items: center; gap: 0.3rem;
            width: fit-content;
            max-width: max-content;
            padding: 0.3rem 0.6rem; border-radius: 9999px;
            font-size: 0.66rem; font-weight: 700;
            color: var(--lp-purple); letter-spacing: 0.01em; margin-bottom: 0.75rem;
            background: rgba(124, 58, 237, 0.08);
            border: 1px solid rgba(124, 58, 237, 0.15);
        }
        .lp-eyebrow-icon {
            font-size: 0.68rem; color: var(--lp-purple);
        }
        html.dark .lp-eyebrow {
            color: #c4b5fd;
            background: linear-gradient(135deg, rgba(91, 33, 182, 0.45) 0%, rgba(124, 58, 237, 0.28) 50%, rgba(59, 130, 246, 0.18) 100%);
            border: 1px solid rgba(167, 139, 250, 0.45);
            box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.12), 0 4px 14px rgba(124, 58, 237, 0.18);
        }
        html.dark .lp-eyebrow-icon {
            color: #a78bfa;
        }
        .lp-text-blue { color: var(--lp-blue); }
        .lp-text-purple { color: var(--lp-purple); }
        .lp-hero h1 {
            font-size: clamp(1.85rem, 5vw, 2.75rem); font-weight: 800;
            line-height: 1.12; margin: 0 0 0.65rem; color: var(--lp-text);
        }
        .lp-gradient { background: var(--lp-gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
        .lp-hero-desc {
            font-size: clamp(0.88rem, 2.2vw, 1rem); color: var(--lp-muted);
            line-height: 1.55; max-width: 32rem; margin-bottom: 0.9rem;
        }
        @keyframes lp-hero-enter {
            from {
                opacity: 0;
                transform: translateY(1.15rem);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        @media (prefers-reduced-motion: no-preference) {
            .lp-hero .lp-eyebrow,
            .lp-hero h1,
            .lp-hero-desc,
            .lp-hero-btns,
            .lp-trust {
                animation: lp-hero-enter 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
            }
            .lp-hero .lp-eyebrow { animation-delay: 0.08s; }
            .lp-hero h1 { animation-delay: 0.22s; }
            .lp-hero-desc { animation-delay: 0.38s; }
            .lp-hero-btns { animation-delay: 0.5s; }
            .lp-trust { animation-delay: 0.62s; }
        }

        /* Hero value pills */
        .lp-hero-value {
            display: flex; flex-wrap: wrap; gap: 0.45rem;
            list-style: none; margin: 0 0 0.85rem; padding: 0;
        }
        .lp-hero-value li {
            display: inline-flex; align-items: center; gap: 0.35rem;
            padding: 0.35rem 0.7rem; border-radius: 2rem;
            font-size: 0.72rem; font-weight: 600; color: var(--lp-text);
            background: var(--lp-card); border: 1px solid var(--lp-border);
            transition: border-color 0.2s ease, box-shadow 0.2s ease;
        }
        html.dark .lp-hero-value li {
            background: rgba(14, 22, 41, 0.65);
            border-color: rgba(78, 163, 242, 0.18);
        }
        .lp-hero-value li i {
            font-size: 0.68rem;
            background: var(--lp-gradient);
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .lp-hero-value li:hover {
            border-color: var(--lp-blue-border);
            box-shadow: 0 2px 12px rgba(78, 163, 242, 0.1);
        }

        .lp-hero-btns { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 0.9rem; }
        .lp-btn-reward {
            background: linear-gradient(135deg, rgba(251, 146, 60, 0.12) 0%, rgba(249, 115, 22, 0.08) 100%);
            color: #ea580c; border: 1.5px solid rgba(249, 115, 22, 0.35);
        }
        html.dark .lp-btn-reward { color: #fb923c; border-color: rgba(251, 146, 60, 0.4); }
        .lp-btn-reward:hover {
            background: linear-gradient(135deg, rgba(251, 146, 60, 0.2) 0%, rgba(249, 115, 22, 0.14) 100%);
            filter: none;
        }
        @media (max-width: 639px) {
            .lp-hero-btns { flex-direction: column; gap: 0.5rem; }
            .lp-hero-btns .lp-btn { width: 100%; justify-content: center; }
        }

        /* Hero quick-launch chips */
        .lp-hero-launch {
            margin: 0 0 0.9rem;
            padding: 0;
            width: 100%;
            max-width: 100%;
        }
        .lp-hero-launch-label {
            display: flex; align-items: center; gap: 0.4rem;
            margin: 0 0 0.5rem; padding: 0;
            font-size: 0.68rem; font-weight: 700;
            letter-spacing: 0.06em; text-transform: uppercase; color: var(--lp-muted);
        }
        .lp-hero-launch-label i { color: var(--lp-blue); font-size: 0.72rem; }
        .lp-hero-launch-grid {
            display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--hero-col-gap, 0.45rem);
            margin: 0; padding: 0; width: 100%;
        }
        .lp-hero-chip {
            display: flex; flex-direction: column; align-items: center; justify-content: center;
            gap: 0.3rem; padding: 0.55rem 0.35rem; border-radius: 0.75rem;
            text-decoration: none; text-align: center;
            background: var(--lp-card); border: 1px solid var(--lp-border);
            transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }
        html.dark .lp-hero-chip {
            background: rgba(14, 22, 41, 0.55);
            border-color: rgba(78, 163, 242, 0.14);
        }
        .lp-hero-chip:hover {
            transform: translateY(-2px);
            border-color: var(--lp-blue-border);
            box-shadow: 0 6px 20px rgba(78, 163, 242, 0.12);
        }
        .lp-hero-chip-icon {
            width: 2rem; height: 2rem; border-radius: 0.55rem;
            display: grid; place-items: center; font-size: 0.82rem; color: #fff;
        }
        .lp-chip-blue .lp-hero-chip-icon { background: linear-gradient(135deg, #4EA3F2, #2563eb); }
        .lp-chip-pink .lp-hero-chip-icon { background: linear-gradient(135deg, #ec4899, #a855f7); }
        .lp-chip-orange .lp-hero-chip-icon { background: linear-gradient(135deg, #fb923c, #f97316); }
        .lp-chip-green .lp-hero-chip-icon { background: linear-gradient(135deg, #22c55e, #16a34a); }
        .lp-chip-emerald .lp-hero-chip-icon { background: linear-gradient(135deg, #10b981, #059669); }
        .lp-chip-red .lp-hero-chip-icon { background: linear-gradient(135deg, #ef4444, #dc2626); }
        .lp-hero-chip-text {
            font-size: 0.62rem; font-weight: 700; color: var(--lp-text); line-height: 1.2;
        }

        /* Hero stats strip */
        .lp-hero-stats {
            display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--hero-col-gap, 0.45rem);
            margin: 0 0 0.85rem; padding: 0.65rem 0.5rem 0.65rem 0.65rem;
            width: 100%; max-width: 100%;
            background: var(--lp-surface); border: 1px solid var(--lp-border);
            border-radius: 0.85rem;
        }
        html.dark .lp-hero-stats {
            background: rgba(10, 16, 34, 0.6);
            border-color: rgba(78, 163, 242, 0.12);
        }
        .lp-hero-stat {
            display: flex; align-items: center; gap: 0.45rem; min-width: 0;
        }
        .lp-hero-stat-icon {
            width: 1.85rem; height: 1.85rem; border-radius: 0.5rem; flex-shrink: 0;
            display: grid; place-items: center; font-size: 0.72rem;
        }
        .lp-stat-cyan { background: rgba(34, 211, 238, 0.15); color: #22d3ee; }
        .lp-stat-purple { background: rgba(142, 99, 245, 0.15); color: #8E63F5; }
        .lp-stat-green { background: rgba(34, 197, 94, 0.15); color: #22c55e; }
        .lp-hero-stat-data {
            display: flex; flex-direction: column; min-width: 0;
        }
        .lp-hero-stat-data strong {
            font-size: 0.82rem; font-weight: 800; color: var(--lp-text); line-height: 1.2;
        }
        .lp-hero-stat-data span {
            font-size: 0.58rem; font-weight: 600; color: var(--lp-muted);
            line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
        }

        .lp-trust {
            display: flex; flex-wrap: wrap; gap: 1.25rem 1.75rem;
            margin: 1.25rem 0 0; padding: 0;
            width: 100%; max-width: 100%;
        }
        .lp-hero .lp-trust {
            margin-top: 0.85rem;
            gap: 0.65rem 1rem;
        }
        @media (max-width: 639px) {
            .lp-hero-content { min-width: 0; width: 100%; }
            .lp-hero-launch-grid { gap: 0.4rem; }
            .lp-hero-chip { padding: 0.5rem 0.25rem; }
            .lp-hero-chip-icon { width: 1.75rem; height: 1.75rem; font-size: 0.75rem; }
            .lp-hero-stats {
                grid-template-columns: 1fr;
                gap: 0;
                padding: 0.5rem 0.5rem 0.5rem 0.65rem;
            }
            .lp-hero-stat {
                padding: 0.55rem 0;
                border-bottom: 1px solid var(--lp-border);
            }
            html.dark .lp-hero-stat { border-bottom-color: rgba(78, 163, 242, 0.1); }
            .lp-hero-stat:last-child { border-bottom: none; }
            .lp-hero-stat-icon { width: 2rem; height: 2rem; font-size: 0.78rem; }
            .lp-hero-stat-data strong { font-size: 0.88rem; }
            .lp-hero-stat-data span {
                font-size: 0.68rem;
                white-space: normal;
                overflow: visible;
                text-overflow: unset;
            }
            .lp-trust {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 0.85rem 1rem;
            }
        }
        .lp-trust-item {
            display: flex; align-items: center; gap: 0.5rem;
            font-size: 0.72rem; font-weight: 700; color: var(--lp-text);
            min-width: 0;
        }
        .lp-trust-item > i {
            color: var(--lp-blue); font-size: 1.1rem; flex-shrink: 0;
        }
        .lp-trust-text {
            display: flex; flex-direction: column; line-height: 1.25;
        }
        .lp-trust-sub {
            font-size: 0.62rem; font-weight: 500; color: var(--lp-muted);
        }

        .lp-hero-proof-mobile { display: none; }

        /* Hub map — reference layout */
        .lp-hub-map-wrap {
            width: 100%; max-width: 34rem; margin: 0 auto;
            padding: 0;
        }
        @media (min-width: 640px) {
            .lp-hub-map-wrap {
                position: relative;
            }
            .lp-hub-map-wrap::before {
                content: ''; position: absolute; left: 50%; top: 52%;
                transform: translate(-50%, -50%); width: 78%; aspect-ratio: 1;
                border-radius: 50%; pointer-events: none; z-index: 0;
                background: radial-gradient(circle, rgba(78, 163, 242, 0.1) 0%, rgba(142, 99, 245, 0.04) 38%, transparent 72%);
            }
        }

        .lp-hub-map {
            position: relative; width: 100%; aspect-ratio: 1;
            max-width: 34rem; margin: 0 auto;
            min-height: 15rem;
        }
        @media (min-width: 640px) { .lp-hub-map { min-height: 18rem; } }
        @media (min-width: 992px) {
            .lp-hero .lp-hub-map-wrap {
                max-width: none;
                margin-left: 0;
                margin-right: 0;
            }
            .lp-hero .lp-hub-map { max-width: none; min-height: 0; }
        }

        .lp-hub-svg {
            position: absolute; inset: 0; width: 100%; height: 100%;
            pointer-events: none; z-index: 1;
        }
        .lp-hub-svg line { stroke: #cbd5e1; stroke-width: 1; stroke-dasharray: 4 4; }
        html.dark .lp-hub-svg line { stroke: rgba(78, 163, 242, 0.16); }
        .lp-hub-svg circle.lp-hub-dot { filter: drop-shadow(0 1px 2px rgba(15,23,42,0.12)); }

        .lp-hub-rings {
            position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
            border: 1px solid #e8edf3; border-radius: 50%; pointer-events: none; z-index: 0;
        }
        html.dark .lp-hub-rings {
            border-color: rgba(78, 163, 242, 0.14);
            box-shadow: 0 0 24px rgba(78, 163, 242, 0.06);
        }
        .lp-hub-rings-1 { width: 52%; height: 52%; }
        .lp-hub-rings-2 { width: 72%; height: 72%; opacity: 0.7; }
        .lp-hub-rings-3 { width: 88%; height: 88%; opacity: 0.45; }
        .lp-hub-rings-4 { width: 100%; height: 100%; opacity: 0.28; }
        html.dark .lp-hub-rings-3 { border-color: rgba(78, 163, 242, 0.1); }
        html.dark .lp-hub-rings-4 { border-color: rgba(142, 99, 245, 0.08); }

        .lp-hub-ring-pulse { display: none; }

        .lp-hub-sat {
            position: absolute; z-index: 2; pointer-events: none;
            display: grid; place-items: center;
            animation: lp-hub-sat-float 5.5s ease-in-out infinite;
        }
        .lp-hub-sat-eye { display: none; }
        .lp-hub-center {
            position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
            width: clamp(9.5rem, 30%, 12.25rem); height: clamp(9.5rem, 30%, 12.25rem);
            border-radius: 50%;
            background: #ffffff;
            border: 2px solid rgba(37, 99, 235, 0.2);
            box-shadow:
                0 0 0 8px rgba(37, 99, 235, 0.06),
                0 8px 32px rgba(37, 99, 235, 0.12),
                0 4px 16px rgba(15, 23, 42, 0.06);
            display: flex; flex-direction: column; align-items: center; justify-content: center;
            text-align: center; z-index: 3; padding: 0.75rem 0.55rem 0.65rem;
            animation: none;
            transition: box-shadow 0.35s ease, background 0.3s ease, border-color 0.3s ease;
            overflow: visible;
        }
        .lp-hub-center::before {
            content: ''; position: absolute; inset: -4px; border-radius: 50%; z-index: -1;
            border: 1px dashed rgba(37, 99, 235, 0.2);
            opacity: 0.8;
        }
        .lp-hub-center::after { display: none; }
        html.dark .lp-hub-center {
            background: #0E1629;
            border-color: rgba(37, 99, 235, 0.35);
            box-shadow:
                0 0 0 8px rgba(37, 99, 235, 0.1),
                0 8px 32px rgba(37, 99, 235, 0.2),
                0 4px 16px rgba(0, 0, 0, 0.35);
        }
        html.dark .lp-hub-center::before {
            border-color: rgba(37, 99, 235, 0.25);
        }
        @keyframes lp-hub-center-float {
            0%, 100% { transform: translate(-50%, -50%) translateY(0); }
            50% { transform: translate(-50%, -50%) translateY(-6px); }
        }
        @keyframes lp-hub-glow-pulse {
            0%, 100% { filter: brightness(1); }
            50% { filter: brightness(1.06); }
        }
        @keyframes lp-hub-ring-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        @keyframes lp-hub-sat-float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        .lp-hub-center-logo {
            display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.35rem;
            font-weight: 800; font-size: clamp(0.72rem, 2.2vw, 0.88rem);
            color: var(--lp-text); letter-spacing: -0.01em; line-height: 1;
            position: relative; z-index: 1;
        }
        .lp-hub-mark {
            width: 2rem; height: 2rem; flex-shrink: 0;
            display: block; object-fit: contain;
            filter: drop-shadow(0 2px 6px rgba(37, 99, 235, 0.25));
        }
        .lp-hub-brand-text {
            font-weight: 700;
            font-size: 0.78rem;
            letter-spacing: 0.05em;
            background: linear-gradient(to right, #22d3ee, #3b82f6, #8b5cf6);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: transparent;
        }
        .lp-hub-brand-text sup {
            font-size: 0.5em;
            font-weight: 700;
            -webkit-text-fill-color: transparent;
        }
        .lp-hub-center-tag {
            margin-top: 0.35rem; font-size: 0.5rem; font-weight: 600;
            letter-spacing: 0.04em; text-transform: none; color: var(--lp-muted);
            position: relative; z-index: 1; line-height: 1.3; max-width: 8rem;
        }
        html.dark .lp-hub-center-tag {
            color: #A7B2C7;
            text-shadow: 0 0 12px rgba(78, 163, 242, 0.15);
        }

        .lp-hub-card {
            position: absolute; transform: translate(-50%, -50%);
            display: flex; align-items: center; gap: 0.5rem;
            width: 9.25rem;
            min-width: 9.25rem;
            max-width: 9.25rem;
            min-height: 3.5rem;
            height: 3.5rem;
            padding: 0.5rem 0.6rem 0.5rem 0.5rem;
            box-sizing: border-box;
            background: var(--lp-card); border: 1px solid var(--lp-border);
            border-radius: 0.65rem;
            box-shadow: 0 4px 16px rgba(15, 23, 42, 0.07);
            text-decoration: none; z-index: 4;
            animation: none;
            transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
                        box-shadow 0.35s ease, border-color 0.3s ease;
        }
        html.dark .lp-hub-card {
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
        }
        .lp-hub-card:hover {
            animation-play-state: paused;
            transform: translate(-50%, -50%) translateY(-6px) scale(1.04);
            box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
            border-color: var(--lp-blue-border);
            z-index: 10;
        }
        html.dark .lp-hub-card:hover {
            box-shadow: 0 14px 36px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(78, 163, 242, 0.2);
        }
        @keyframes lp-hub-card-float {
            0%, 100% { transform: translate(-50%, -50%) translateY(0); }
            50% { transform: translate(-50%, -50%) translateY(-7px); }
        }
        .lp-hub-delay-0 { animation-delay: 0s; }
        .lp-hub-delay-1 { animation-delay: -0.55s; }
        .lp-hub-delay-2 { animation-delay: -1.1s; }
        .lp-hub-delay-3 { animation-delay: -1.65s; }
        .lp-hub-delay-4 { animation-delay: -2.2s; }
        .lp-hub-delay-5 { animation-delay: -2.75s; }
        .lp-hub-delay-6 { animation-delay: -3.3s; }
        .lp-hub-delay-7 { animation-delay: -3.85s; }
        .lp-hub-delay-8 { animation-delay: -4.4s; }

        .lp-hub-card-icon {
            width: 2rem; height: 2rem; border-radius: 0.5rem; flex-shrink: 0;
            display: grid; place-items: center; font-size: 0.8rem; color: #fff;
        }
        .lp-hub-icon-blue { background: linear-gradient(145deg, #4EA3F2, #2563eb); }
        .lp-hub-icon-orange { background: linear-gradient(145deg, #fb923c, #f97316); }
        .lp-hub-icon-green { background: linear-gradient(145deg, #4ade80, #16a34a); }
        .lp-hub-icon-red { background: linear-gradient(145deg, #f87171, #ef4444); }
        .lp-hub-icon-indigo { background: linear-gradient(145deg, #818cf8, #8E63F5); }
        .lp-hub-icon-cyan { background: linear-gradient(145deg, #22d3ee, #0891b2); }
        .lp-hub-icon-teal { background: linear-gradient(145deg, #2dd4bf, #0d9488); }
        .lp-hub-icon-pink { background: linear-gradient(145deg, #f472b6, #db2777); }
        .lp-hub-icon-emerald { background: linear-gradient(145deg, #34d399, #059669); }

        .lp-hub-card-text { display: flex; flex-direction: column; gap: 0.05rem; min-width: 0; flex: 1; }
        .lp-hub-card-text strong {
            font-size: 0.72rem; font-weight: 800; color: var(--lp-text); line-height: 1.25;
        }
        .lp-hub-card-text span {
            font-size: 0.6rem; font-weight: 500; color: var(--lp-muted); line-height: 1.25;
        }

        /* Card positions — equal 40° intervals, r = 43% */
        .lp-hub-pos-0 { left: 50%; top: 7%; }
        .lp-hub-pos-1 { left: 77.6%; top: 17.1%; }
        .lp-hub-pos-2 { left: 92.3%; top: 42.8%; }
        .lp-hub-pos-3 { left: 87.2%; top: 71.5%; }
        .lp-hub-pos-4 { left: 64.7%; top: 90.4%; }
        .lp-hub-pos-5 { left: 35.3%; top: 90.4%; }
        .lp-hub-pos-6 { left: 12.8%; top: 71.5%; }
        .lp-hub-pos-7 { left: 7.7%; top: 42.8%; }
        .lp-hub-pos-8 { left: 22.4%; top: 17.1%; }

        .lp-hub-mobile-kicker { display: none !important; }

        @media (max-width: 991px) {
            .lp-hub-map-wrap {
                max-width: 100%;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                background: linear-gradient(165deg, rgba(78, 163, 242, 0.1) 0%, rgba(142, 99, 245, 0.04) 42%, transparent 100%);
                border: 1px solid var(--lp-border);
                border-radius: 1.15rem;
                padding: 1rem 0.85rem 1.05rem;
                box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
            }
            html.dark .lp-hub-map-wrap {
                background: linear-gradient(165deg, rgba(78, 163, 242, 0.16) 0%, rgba(10, 16, 34, 0.85) 55%, rgba(2, 6, 23, 0.4) 100%);
                border-color: #171C2E;
                box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
            }
            .lp-hub-mobile-kicker {
                display: block;
                text-align: center;
                font-size: 0.62rem; font-weight: 800;
                letter-spacing: 0.16em; text-transform: uppercase;
                color: var(--lp-blue); margin: 0 0 0.85rem;
            }
            .lp-hub-map {
                aspect-ratio: auto; display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.55rem; padding: 0; min-height: 0;
                align-items: stretch;
            }
            .lp-hub-svg, .lp-hub-rings, .lp-hub-ring-pulse, .lp-hub-sat { display: none; }
            .lp-hub-center {
                grid-column: 1 / -1; position: relative; left: auto; top: auto;
                transform: none; margin: 0 auto 0.15rem;
                width: min(100%, 13.5rem); height: min(100%, 13.5rem); min-height: 0;
                aspect-ratio: 1; border-radius: 50%;
                padding: 1.15rem 0.85rem 0.95rem;
                animation: lp-hub-glow-pulse 4s ease-in-out infinite;
                overflow: visible;
                background:
                    radial-gradient(circle at 50% 28%, rgba(34, 211, 238, 0.16) 0%, transparent 52%),
                    radial-gradient(circle at 50% 88%, rgba(142, 99, 245, 0.12) 0%, transparent 48%),
                    var(--lp-card);
                border: 1px solid rgba(78, 163, 242, 0.28);
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.06),
                    0 0 36px rgba(78, 163, 242, 0.2),
                    0 0 64px rgba(142, 99, 245, 0.1),
                    0 12px 32px rgba(0, 0, 0, 0.25);
            }
            html.dark .lp-hub-center {
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.04),
                    0 0 44px rgba(78, 163, 242, 0.26),
                    0 0 72px rgba(142, 99, 245, 0.12),
                    0 14px 36px rgba(0, 0, 0, 0.4);
            }
            .lp-hub-center::before {
                inset: -3px; opacity: 0.5;
            }
            .lp-hub-center::after {
                inset: 2px;
                background:
                    radial-gradient(circle at 50% 35%, rgba(78, 163, 242, 0.12) 0%, transparent 58%),
                    var(--lp-card);
            }
            html.dark .lp-hub-center::after {
                background:
                    radial-gradient(circle at 50% 35%, rgba(78, 163, 242, 0.14) 0%, transparent 58%),
                    #0E1629;
            }
            .lp-hub-center-logo {
                font-size: 1rem; gap: 0.28rem;
            }
            .lp-hub-mark { width: 1.35rem; height: 1.35rem; }
            .lp-hub-center-tag {
                margin-top: 0.32rem; font-size: 0.52rem; font-weight: 700;
                letter-spacing: 0.22em; color: var(--lp-muted); position: relative; z-index: 1;
            }
            html.dark .lp-hub-center-tag {
                color: #A7B2C7;
                text-shadow: 0 0 12px rgba(78, 163, 242, 0.15);
            }
            .lp-hub-card {
                position: relative; top: auto !important; left: auto !important;
                transform: none !important;
                width: 100%;
                min-width: 0;
                max-width: none;
                min-height: 4.35rem;
                height: 100%;
                animation: none;
                flex-direction: column; align-items: center; justify-content: center;
                text-align: center;
                padding: 0.55rem 0.4rem 0.5rem; gap: 0.35rem;
                border-radius: 0.85rem;
                background: var(--lp-card);
                border: 1px solid var(--lp-border);
                box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
            }
            html.dark .lp-hub-card { box-shadow: none; }
            .lp-hub-card:hover { transform: translateY(-2px) !important; }
            .lp-hub-card:active { transform: scale(0.98) !important; }
            .lp-hub-card-icon {
                width: 2.15rem; height: 2.15rem; font-size: 0.85rem;
                border-radius: 0.6rem;
                box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
                flex-shrink: 0;
            }
            .lp-hub-card-text { align-items: center; min-width: 0; width: 100%; }
            .lp-hub-card-text strong {
                font-size: 0.68rem; line-height: 1.2;
                white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
                max-width: 100%;
            }
            .lp-hub-card-text span { display: none; }
            .lp-hub-card:last-child {
                grid-column: 1 / -1;
                width: calc(50% - 0.275rem);
                max-width: calc(50% - 0.275rem);
                min-width: 0;
                margin-left: auto;
                margin-right: auto;
            }
            .lp-hero-grid,
            .lp-hero-grid > * {
                width: 100%;
                max-width: 100%;
                min-width: 0;
            }
            .lp-hero-grid { gap: 1rem; }
            .lp-hub-map-wrap::before { display: none; }
        }

        @media (prefers-reduced-motion: reduce) {
            .lp-hub-center, .lp-hub-card, .lp-hub-ring-pulse, .lp-hub-sat { animation: none !important; }
            .lp-hub-center::before { animation: none !important; }
        }

        /* Proof stack — social proof, live activity, token */
        .lp-proof-stack {
            padding: 0 0 1.75rem;
            background: #ffffff;
        }
        html.dark .lp-proof-stack { background: var(--lp-bg); }
        .lp-proof-stack .lp-container {
            display: flex;
            flex-direction: column;
            gap: 0.85rem;
        }
        @media (min-width: 768px) {
            .lp-proof-stack { padding-bottom: 2.25rem; }
            .lp-proof-stack .lp-container { gap: 1rem; }
        }

        .lp-social-proof-banner {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 0.85rem;
            width: 100%;
            padding: 0.85rem 1.25rem;
            background: #ffffff;
            border: 1px solid #e8edf3;
            border-radius: 0.85rem;
            box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
        }
        html.dark .lp-social-proof-banner {
            background: rgba(14, 22, 41, 0.92);
            border-color: rgba(78, 163, 242, 0.14);
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
        }
        .lp-social-proof-banner .lp-avatars {
            display: flex;
            flex-shrink: 0;
        }
        .lp-social-proof-banner .lp-avatars img {
            width: 2rem;
            height: 2rem;
            border-radius: 50%;
            border: 2px solid #ffffff;
            margin-left: -0.55rem;
            object-fit: cover;
            display: block;
            box-shadow: 0 1px 4px rgba(15, 23, 42, 0.1);
        }
        .lp-social-proof-banner .lp-avatars img:first-child { margin-left: 0; }
        html.dark .lp-social-proof-banner .lp-avatars img { border-color: #0E1629; }
        .lp-social-proof-text {
            margin: 0;
            font-size: 0.82rem;
            line-height: 1.45;
            color: #2563EB;
            text-align: center;
            font-weight: 500;
            min-width: 0;
        }
        .lp-social-proof-text strong {
            font-weight: 700;
            color: #2563EB;
        }
        html.dark .lp-social-proof-text,
        html.dark .lp-social-proof-text strong { color: #4EA3F2; }
        @media (max-width: 767px) {
            .lp-proof-stack {
                overflow-x: clip;
                padding-bottom: 1.25rem;
            }
            .lp-proof-stack .lp-container {
                min-width: 0;
            }
            .lp-social-proof-banner {
                flex-direction: column;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
                gap: 0.65rem;
                padding: 0.85rem 0.75rem;
            }
            .lp-social-proof-text {
                font-size: clamp(0.72rem, 3.2vw, 0.82rem);
                line-height: 1.5;
                max-width: 100%;
                white-space: normal;
            }
            .lp-social-proof-banner .lp-avatars img {
                width: 1.85rem;
                height: 1.85rem;
            }
            .lp-ticker {
                flex-direction: column;
                align-items: stretch;
                gap: 0.65rem;
                padding: 0.75rem 0.85rem;
                border-radius: 1rem;
            }
            .lp-ticker-live {
                justify-content: center;
            }
            .lp-ticker-scroll {
                width: 100%;
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
                mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
                -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
            }
            .lp-ticker-scroll::-webkit-scrollbar { display: none; }
            .lp-ticker-inner {
                gap: 0.65rem;
                padding-bottom: 0.1rem;
            }
            .lp-ticker-text {
                font-size: 0.65rem;
                white-space: nowrap;
            }
            .lp-ticker-chevron {
                font-size: 0.5rem;
            }
        }
        @media (min-width: 768px) {
            .lp-social-proof-banner {
                flex-wrap: nowrap;
                justify-content: center;
                padding: 0.9rem 1.5rem;
                gap: 1rem;
            }
            .lp-social-proof-text { white-space: nowrap; }
            .lp-social-proof-banner .lp-avatars img {
                width: 2.15rem;
                height: 2.15rem;
            }
        }

        .lp-ticker {
            display: flex;
            align-items: center;
            gap: 1rem;
            width: 100%;
            padding: 0.85rem 1.25rem;
            background: #ffffff;
            border: 1px solid #e8edf3;
            border-radius: 9999px;
            box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
            overflow: hidden;
        }
        html.dark .lp-ticker {
            background: rgba(14, 22, 41, 0.92);
            border-color: rgba(78, 163, 242, 0.14);
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
        }

        .lp-ticker-live {
            display: flex;
            align-items: center;
            flex-shrink: 0;
        }
        .lp-ticker-live-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
            padding: 0.38rem 0.7rem;
            background: #f1f5f9;
            border-radius: 9999px;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.05em;
            color: #475569;
            text-transform: uppercase;
            white-space: nowrap;
            line-height: 1;
        }
        html.dark .lp-ticker-live-badge {
            background: rgba(255, 255, 255, 0.08);
            color: #cbd5e1;
        }
        .lp-ticker-live-dot {
            width: 0.45rem;
            height: 0.45rem;
            border-radius: 50%;
            background: #22c55e;
            flex-shrink: 0;
            box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
        }

        .lp-ticker-scroll {
            flex: 1;
            min-width: 0;
            overflow: hidden;
        }
        .lp-ticker-inner {
            display: flex;
            align-items: center;
            gap: 0.85rem;
            width: max-content;
        }
        @media (min-width: 1024px) {
            .lp-ticker-inner {
                width: 100%;
                justify-content: space-between;
                gap: 0.5rem;
            }
        }
        @media (max-width: 1023px) {
            .lp-ticker-scroll {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                scrollbar-width: none;
            }
            .lp-ticker-scroll::-webkit-scrollbar { display: none; }
        }

        .lp-ticker-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-shrink: 0;
        }
        .lp-ticker-icon {
            width: 1.85rem;
            height: 1.85rem;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .lp-ticker-icon svg {
            width: 1.85rem;
            height: 1.85rem;
            display: block;
        }
        .lp-ticker-icon-avatar {
            border-radius: 50%;
            overflow: hidden;
            box-shadow: 0 1px 4px rgba(15, 23, 42, 0.1);
        }
        .lp-ticker-icon-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 50%;
        }
        .lp-ticker-icon-user {
            border-radius: 50%;
            background: #22c55e;
            color: #ffffff;
            font-size: 0.68rem;
            box-shadow: 0 1px 4px rgba(34, 197, 94, 0.35);
        }
        .lp-ticker-text {
            font-size: 0.7rem;
            font-weight: 500;
            color: #64748b;
            line-height: 1.25;
            white-space: nowrap;
        }
        .lp-ticker-text strong {
            font-weight: 700;
            color: #0f172a;
        }
        html.dark .lp-ticker-text { color: #94a3b8; }
        html.dark .lp-ticker-text strong { color: #e2e8f0; }

        .lp-ticker-chevron {
            flex-shrink: 0;
            color: #93c5fd;
            font-size: 0.55rem;
            line-height: 1;
            opacity: 0.85;
        }
        html.dark .lp-ticker-chevron { color: rgba(78, 163, 242, 0.55); }

        /* Sections */
        .lp-section { padding: 2.25rem 0; transition: background 0.25s ease; }
        @media (min-width: 768px) { .lp-section { padding: 4rem 0; } }
        .lp-section-alt { background: #ffffff; }
        html.dark .lp-section-alt { background: var(--lp-surface); }
        .lp-sec-title {
            font-size: clamp(1.35rem, 3.5vw, 1.85rem); font-weight: 800;
            text-align: center; margin: 0 0 0.5rem; line-height: 1.25;
        }
        .lp-sec-sub {
            text-align: center; color: var(--lp-muted); font-size: 0.88rem;
            max-width: 36rem; margin: 0 auto 2rem; line-height: 1.6;
        }

        /* Tools section — reference layout */
        .lp-tools-section {
            background: #ffffff;
            padding: 3rem 0 3.5rem;
        }
        html.dark .lp-tools-section { background: var(--lp-bg); }

        .lp-tools-title {
            color: #1e3a8a;
            font-size: clamp(1.4rem, 3.2vw, 1.9rem);
            font-weight: 800;
            text-align: center;
            margin: 0 0 2.25rem;
            line-height: 1.3;
        }
        html.dark .lp-tools-title { color: var(--lp-text); }
        .lp-tools-title .lp-text-blue { color: #1e3a8a; }
        html.dark .lp-tools-title .lp-text-blue { color: #4EA3F2; }

        .lp-tools-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0.75rem;
        }
        @media (max-width: 639px) {
            .lp-tools-grid {
                grid-template-columns: 1fr;
                gap: 0.85rem;
            }
        }
        @media (min-width: 768px) {
            .lp-tools-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                gap: 0.85rem;
            }
        }
        @media (min-width: 1100px) {
            .lp-tools-grid {
                grid-template-columns: repeat(5, minmax(0, 1fr));
                gap: 0.85rem;
            }
        }

        .lp-tool-card {
            background: #ffffff;
            border: 1px solid #e8edf3;
            border-radius: 0.85rem;
            padding: 1.5rem 0.85rem 1.35rem;
            text-align: center;
            box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 11rem;
        }
        html.dark .lp-tool-card {
            background: var(--lp-card);
            border-color: var(--lp-border);
        }

        .lp-tool-icon {
            width: 3.85rem;
            height: 3.85rem;
            margin: 0 auto 0.9rem;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            filter: drop-shadow(0 2px 5px rgba(15, 23, 42, 0.1));
        }
        .lp-tool-icon svg {
            width: 100%;
            height: 100%;
            display: block;
        }

        .lp-tool-title {
            font-size: 0.84rem;
            font-weight: 800;
            margin: 0 0 0.45rem;
            color: #1e3a8a;
            line-height: 1.25;
        }
        html.dark .lp-tool-title { color: #4EA3F2; }

        .lp-tool-desc {
            font-size: 0.7rem;
            color: #2563EB;
            line-height: 1.45;
            margin: 0;
            max-width: 12.5rem;
            opacity: 0.9;
        }
        html.dark .lp-tool-desc { color: #A7B2C7; opacity: 1; }

        /* Sneak peek — reference layout */
        .lp-peek-section {
            background: #ffffff;
            padding: 3rem 0 3.5rem;
        }
        html.dark .lp-peek-section { background: var(--lp-bg); }
        @media (max-width: 639px) {
            .lp-peek-section { display: none !important; }
        }

        .lp-peek-title {
            font-size: clamp(1.4rem, 3.2vw, 1.9rem);
            font-weight: 800;
            text-align: center;
            color: #1e293b;
            margin: 0 0 0.5rem;
            line-height: 1.3;
        }
        html.dark .lp-peek-title { color: var(--lp-text); }
        .lp-peek-title .lp-text-purple { color: #7C3AED; }

        .lp-peek-sub {
            text-align: center;
            color: #6b7280;
            font-size: 0.88rem;
            margin: 0 auto 2.25rem;
            line-height: 1.6;
            max-width: 36rem;
        }
        html.dark .lp-peek-sub { color: var(--lp-muted); }

        .lp-peek-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 0.85rem;
            margin-bottom: 2rem;
        }
        @media (min-width: 640px) {
            .lp-peek-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        }
        @media (min-width: 900px) {
            .lp-peek-grid {
                grid-template-columns: repeat(5, minmax(0, 1fr));
                gap: 0.85rem;
            }
        }

        .lp-peek-card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 0.85rem;
            padding: 0.85rem 0.75rem 0.75rem;
            display: flex;
            flex-direction: column;
            min-width: 0;
        }
        html.dark .lp-peek-card {
            background: var(--lp-card);
            border-color: var(--lp-border);
        }

        .lp-peek-label {
            font-size: 0.82rem;
            font-weight: 800;
            color: #1e293b;
            text-align: center;
            margin: 0 0 0.65rem;
            line-height: 1.25;
        }
        html.dark .lp-peek-label { color: var(--lp-text); }

        .lp-peek-preview {
            position: relative;
            border-radius: 0.65rem;
            overflow: hidden;
            aspect-ratio: 4 / 3;
            background: #f1f5f9;
        }
        html.dark .lp-peek-preview { background: #060B1D; }

        .lp-peek-bg {
            position: absolute;
            inset: 0;
        }
        .lp-peek-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top center;
            display: block;
        }
        .lp-peek-img-dark { display: none; }
        html.dark .lp-peek-img-light { display: none; }
        html.dark .lp-peek-img-dark { display: block; }

        .lp-peek-blur {
            position: absolute;
            inset: 0;
            z-index: 1;
            background: rgba(255, 255, 255, 0.45);
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
        }
        html.dark .lp-peek-blur {
            background: rgba(6, 11, 29, 0.45);
        }

        .lp-peek-btn {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 0.35rem;
            padding: 0.45rem 0.85rem;
            border-radius: 9999px;
            background: #ffffff;
            border: 1px solid #e5e7eb;
            font-size: 0.65rem;
            font-weight: 700;
            color: #4f46e5;
            text-decoration: none;
            white-space: nowrap;
            box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
        }
        .lp-peek-btn i { font-size: 0.6rem; color: #7C3AED; }
        html.dark .lp-peek-btn {
            background: rgba(255, 255, 255, 0.95);
            border-color: var(--lp-border);
            color: #6366f1;
        }

        .lp-peek-cta-wrap {
            display: flex;
            justify-content: center;
            width: 100%;
        }
        .lp-peek-cta-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
            padding: 0.9rem 2rem;
            border-radius: 9999px;
            background: linear-gradient(90deg, #3B82F6 0%, #6366f1 45%, #A855F7 100%);
            color: #ffffff;
            font-size: 0.9rem;
            font-weight: 700;
            text-decoration: none;
            white-space: nowrap;
            box-shadow: 0 6px 24px rgba(99, 102, 241, 0.35);
            transition: filter 0.2s, transform 0.2s;
            max-width: 100%;
        }
        .lp-peek-cta-btn:hover {
            filter: brightness(1.06);
            transform: translateY(-1px);
        }
        .lp-peek-cta-btn i { font-size: 0.8rem; }
        @media (max-width: 639px) {
            .lp-peek-cta-btn {
                width: 100%;
                font-size: 0.82rem;
                padding: 0.85rem 1.25rem;
                white-space: normal;
                text-align: center;
            }
        }

        /* Opportunities */
        .lp-opp-section { overflow: hidden; max-width: 100%; }
        @media (max-width: 639px) {
            .lp-opp-section { display: none !important; }
        }
        .lp-opp-scroll {
            overflow-x: auto; -webkit-overflow-scrolling: touch;
            margin: 0 -0.75rem; padding: 0 0.75rem 0.25rem;
            max-width: 100%;
            scrollbar-width: none;
        }
        .lp-opp-scroll::-webkit-scrollbar { display: none; }
        @media (min-width: 640px) {
            .lp-opp-scroll { margin: 0 -1rem; padding: 0 1rem 0.25rem; }
        }
        @media (min-width: 1024px) {
            .lp-opp-scroll { margin: 0; padding: 0; overflow: visible; }
        }
        .lp-opp-grid {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr));
            gap: 0.55rem;
            align-items: stretch;
        }
        @media (max-width: 1023px) {
            .lp-opp-grid {
                width: max-content;
                min-width: 100%;
                grid-template-columns: repeat(6, 11.5rem);
            }
        }
        .lp-opp-card {
            display: flex; flex-direction: row; align-items: stretch;
            min-height: 9.25rem; border-radius: 0.65rem;
            border: 1px solid #e8edf3; background: var(--lp-card);
            box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
            overflow: hidden; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
        }
        html.dark .lp-opp-card { border-color: var(--lp-border); }
        .lp-opp-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
            border-color: var(--lp-blue-border);
        }
        .lp-opp-body {
            flex: 1; min-width: 0;
            padding: 0.8rem 0.55rem 0.7rem 0.8rem;
            display: flex; flex-direction: column;
        }
        .lp-opp-title {
            font-size: clamp(0.68rem, 0.9vw, 0.78rem); font-weight: 800;
            color: var(--lp-text); margin: 0 0 0.35rem; line-height: 1.25;
        }
        .lp-opp-desc {
            flex: 1; font-size: clamp(0.56rem, 0.75vw, 0.62rem);
            color: #64748b; line-height: 1.45; margin: 0 0 0.55rem;
        }
        html.dark .lp-opp-desc { color: var(--lp-muted); }
        .lp-opp-link {
            margin-top: auto; font-size: clamp(0.56rem, 0.75vw, 0.62rem);
            font-weight: 700; color: var(--lp-blue); text-decoration: none;
            display: inline-flex; align-items: center; gap: 0.2rem;
        }
        .lp-opp-link:hover { text-decoration: underline; }
        .lp-opp-media {
            width: 38%; flex-shrink: 0; position: relative;
            background: transparent; overflow: hidden;
        }
        .lp-opp-media img {
            width: 100%; height: 100%; object-fit: contain;
            object-position: center center; display: block;
        }
        .lp-opp-cta {
            display: flex;
            justify-content: center;
            margin-top: 1.75rem;
        }

        /* Steps */
        .lp-steps-section {
            background: var(--lp-bg);
            padding-top: 1rem;
            padding-bottom: 3rem;
        }
        @media (min-width: 768px) {
            .lp-steps-section { padding-top: 1.5rem; padding-bottom: 4rem; }
        }
        .lp-steps-section .lp-sec-title { color: var(--lp-text); margin-bottom: 2.5rem; }
        html.dark .lp-steps-section .lp-sec-title { color: #E6EAF2; }

        .lp-steps {
            display: grid; grid-template-columns: 1fr; gap: 2rem;
        }
        @media (min-width: 640px) { .lp-steps { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.25rem; } }
        @media (min-width: 1100px) {
            .lp-steps {
                display: flex; flex-wrap: nowrap; align-items: flex-start;
                justify-content: space-between; gap: 0;
            }
        }

        .lp-step {
            flex: 1; min-width: 0; text-align: center; padding: 0 0.35rem;
        }

        .lp-step-connector {
            display: none;
        }
        @media (min-width: 1100px) {
            .lp-step-connector {
                display: flex; align-items: center; flex: 0 0 1.75rem;
                align-self: flex-start; margin-top: 2.65rem; color: var(--lp-blue);
            }
            .lp-step-connector-line {
                flex: 1; height: 0; border-top: 2px dashed currentColor;
            }
        }

        .lp-step-icon {
            width: 5.5rem; height: 5.5rem; border-radius: 50%;
            margin: 0 auto 1rem; background: #fff;
            border: 1px solid rgba(78, 163, 242, 0.25);
            display: grid; place-items: center; font-size: 1.85rem;
            box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
        }
        html.dark .lp-step-icon {
            background: var(--lp-card); border-color: rgba(78, 163, 242, 0.25);
        }
        .lp-step-icon i {
            background: linear-gradient(145deg, #4EA3F2 0%, #6366f1 52%, #8E63F5 100%);
            -webkit-background-clip: text; background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .lp-step-head {
            display: inline-flex; align-items: center; justify-content: center;
            gap: 0.45rem; margin-bottom: 0.45rem; max-width: 100%;
        }

        .lp-step-badge {
            width: 1.3rem; height: 1.3rem; border-radius: 50%;
            background: var(--lp-gradient); color: #fff;
            font-size: 0.65rem; font-weight: 800;
            display: grid; place-items: center; flex-shrink: 0; line-height: 1;
        }

        .lp-step-title {
            font-size: 0.88rem; font-weight: 800; color: #2563EB; line-height: 1.2;
        }
        html.dark .lp-step-title { color: #E6EAF2; }

        .lp-step-desc {
            font-size: 0.72rem; color: #64748b; line-height: 1.45;
            margin: 0 auto; max-width: 10.5rem;
        }
        html.dark .lp-step-desc { color: var(--lp-muted); }

        @media (min-width: 640px) {
            #main-content {
                display: flex;
                flex-direction: column;
            }
            .lp-steps-section { order: 5; }
            .lp-footer-cta-section { order: 6; }
            .lp-proof-stack { order: 7; }
        }

        @media (max-width: 639px) {
            .lp-steps-section {
                background: #ffffff;
                padding-top: 2rem;
                padding-bottom: 2.5rem;
            }
            html.dark .lp-steps-section { background: var(--lp-bg); }
            .lp-steps-section .lp-sec-title {
                font-size: clamp(1.15rem, 5.2vw, 1.4rem);
                font-weight: 800;
                text-align: center;
                margin-bottom: 2rem;
                line-height: 1.35;
                padding: 0 0.25rem;
            }
            .lp-steps {
                grid-template-columns: 1fr;
                gap: 2.25rem;
                max-width: 100%;
                margin: 0;
            }
            .lp-step {
                padding: 0;
            }
            .lp-step-icon {
                width: 7.5rem;
                height: 7.5rem;
                font-size: 2.35rem;
                margin-bottom: 1.15rem;
                border-width: 1.5px;
            }
            .lp-step-head {
                gap: 0.5rem;
                margin-bottom: 0.5rem;
            }
            .lp-step-badge {
                width: 1.4rem;
                height: 1.4rem;
                font-size: 0.7rem;
            }
            .lp-step-title {
                font-size: 0.95rem;
            }
            .lp-step-desc {
                font-size: 0.78rem;
                max-width: 16rem;
                line-height: 1.5;
            }
        }

        .lp-social-proof {
            display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
            gap: 0.75rem; margin-top: 2.5rem; padding-top: 2rem;
            border-top: 1px solid var(--lp-border);
            width: 100%;
            max-width: 100%;
        }
        .lp-avatars { display: flex; flex-shrink: 0; }
        .lp-avatars span {
            width: 2rem; height: 2rem; border-radius: 50%; border: 2px solid var(--lp-card);
            margin-left: -0.5rem; display: grid; place-items: center;
            font-size: 0.6rem; font-weight: 700; color: #fff;
        }
        .lp-avatars span:first-child { margin-left: 0; }
        .lp-social-text {
            font-size: 0.78rem; color: var(--lp-muted); line-height: 1.5;
            margin: 0;
            min-width: 0;
            flex: 1 1 12rem;
            text-align: center;
        }
        @media (min-width: 768px) {
            .lp-social-proof { flex-wrap: nowrap; }
            .lp-social-text {
                white-space: nowrap;
                flex: 0 1 auto;
                text-align: left;
            }
        }

        /* Footer CTA — reference layout */
        .lp-footer-cta-section {
            padding: 2rem 0 3rem;
            background: #ffffff;
        }
        html.dark .lp-footer-cta-section { background: var(--lp-bg); }
        @media (min-width: 768px) { .lp-footer-cta-section { padding: 3rem 0 4rem; } }

        .lp-footer-cta {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1rem;
            align-items: end;
            background: linear-gradient(90deg, #3b59ff 0%, #6366f1 46%, #a246f0 100%);
            border-radius: 1.35rem;
            padding: 1.35rem 1.25rem 0;
            overflow: hidden;
            position: relative;
            box-shadow: 0 18px 50px rgba(59, 90, 246, 0.22);
        }
        @media (min-width: 992px) {
            .lp-footer-cta {
                grid-template-columns: minmax(0, 44%) minmax(0, 56%);
                padding: 1.25rem 0.75rem 0 1.75rem;
                gap: 0;
                aspect-ratio: auto;
                min-height: 0;
                align-items: end;
            }
        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .lp-footer-cta-content {
                align-self: center;
                padding-bottom: 1.25rem;
            }
            .lp-footer-cta-title {
                font-size: clamp(1.3rem, 2.8vw, 1.65rem);
            }
            .lp-footer-cta-desc {
                font-size: 0.8rem;
                line-height: 1.45;
                margin-bottom: 0.7rem;
                max-width: 17.5rem;
            }
            .lp-footer-cta-btn {
                padding: 0.68rem 1.25rem;
                font-size: 0.8rem;
            }
            .lp-footer-cta-note {
                margin-top: 0.45rem;
                font-size: 0.6rem;
            }
            .lp-footer-cta-visual {
                min-height: 9rem;
            }
            .lp-footer-cta-art {
                width: auto;
                max-width: 100%;
                height: auto;
                max-height: 9rem;
                object-fit: contain;
                object-position: right bottom;
            }
        }
        @media (min-width: 1200px) {
            .lp-footer-cta {
                grid-template-columns: minmax(0, 40%) minmax(0, 60%);
                padding: 1.35rem 0.5rem 0 2.65rem;
                aspect-ratio: 1024 / 190;
            }
            .lp-footer-cta-art {
                height: 100%;
                max-height: 100%;
            }
        }

        .lp-footer-cta-particles {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 1;
            opacity: 0.9;
            background-image:
                radial-gradient(circle at 8% 35%, rgba(251, 191, 36, 0.55) 0 2px, transparent 2.5px),
                radial-gradient(circle at 15% 68%, rgba(251, 146, 60, 0.5) 0 2px, transparent 2.5px),
                radial-gradient(circle at 28% 22%, rgba(255, 255, 255, 0.4) 0 1.5px, transparent 2px),
                radial-gradient(circle at 42% 58%, rgba(251, 191, 36, 0.45) 0 2px, transparent 2.5px),
                radial-gradient(circle at 52% 18%, rgba(255, 255, 255, 0.35) 0 1.5px, transparent 2px),
                radial-gradient(circle at 64% 72%, rgba(251, 146, 60, 0.4) 0 2px, transparent 2.5px),
                radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.32) 0 1.5px, transparent 2px),
                radial-gradient(circle at 88% 62%, rgba(251, 191, 36, 0.38) 0 2px, transparent 2.5px);
        }

        .lp-footer-cta-content {
            position: relative;
            z-index: 2;
            text-align: left;
            padding: 0;
        }
        .lp-footer-cta-title {
            font-size: clamp(1.5rem, 3.8vw, 2.05rem);
            font-weight: 800;
            color: #fff;
            margin: 0 0 0.5rem;
            line-height: 1.12;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            flex-wrap: nowrap;
        }
        .lp-sparkle-icon {
            color: #fbbf24;
            font-size: 1.1rem;
            flex-shrink: 0;
        }
        .lp-footer-cta-desc {
            font-size: clamp(0.84rem, 1.8vw, 0.94rem);
            color: rgba(255, 255, 255, 0.92);
            line-height: 1.5;
            margin: 0 0 0.9rem;
            max-width: 22rem;
        }
        .lp-footer-cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            padding: 0.82rem 1.65rem;
            border-radius: 9999px;
            background: #fff;
            color: #3b59ff;
            font-size: 0.9rem;
            font-weight: 700;
            text-decoration: none;
            transition: transform 0.2s, box-shadow 0.2s;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
            white-space: nowrap;
        }
        .lp-footer-cta-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
        }
        .lp-footer-cta-btn i { font-size: 0.8rem; }
        .lp-footer-cta-note {
            margin: 0.6rem 0 0;
            font-size: 0.68rem;
            color: rgba(255, 255, 255, 0.72);
            line-height: 1.4;
        }

        .lp-footer-cta-visual {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            min-height: 8rem;
        }
        @media (min-width: 992px) {
            .lp-footer-cta-visual {
                justify-content: flex-end;
                align-items: flex-end;
                align-self: stretch;
                min-height: 0;
                height: 100%;
                padding-right: 0.35rem;
                padding-bottom: 0;
            }
        }
        @media (min-width: 1200px) {
            .lp-footer-cta-content {
                align-self: center;
                padding-bottom: 1.35rem;
            }
        }
        .lp-footer-cta-art {
            width: 100%;
            max-width: 34rem;
            height: auto;
            display: block;
            object-fit: contain;
            object-position: center bottom;
        }
        @media (min-width: 1200px) {
            .lp-footer-cta-art {
                width: auto;
                max-width: 100%;
                object-fit: contain;
                object-position: right bottom;
            }
        }
        @media (max-width: 991px) {
            .lp-footer-cta-content {
                text-align: center;
                padding-bottom: 1.35rem;
            }
            .lp-footer-cta-title { justify-content: center; }
            .lp-footer-cta-desc {
                margin-left: auto;
                margin-right: auto;
            }
            .lp-footer-cta-art { max-width: 26rem; }
        }

        /* Token section */
        .lp-token-section { padding: 0; }
        @media (max-width: 639px) {
            .lp-token-section { display: none !important; }
        }

        .lp-token-panel {
            display: flex; flex-direction: column; align-items: center;
            gap: 1.5rem; background: #ffffff;
            border: 1px solid #e8edf3; border-radius: 1.25rem;
            padding: 1.5rem 1.25rem;
            box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
            width: 100%;
        }
        html.dark .lp-token-panel {
            background: rgba(14, 22, 41, 0.92);
            border-color: rgba(78, 163, 242, 0.14);
            box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
        }
        @media (min-width: 992px) {
            .lp-token-panel {
                flex-direction: row; align-items: center;
                gap: 1.75rem; padding: 1.65rem 2rem;
            }
        }

        .lp-token-intro {
            flex: 0 0 auto; min-width: 0; text-align: center;
        }
        @media (min-width: 992px) {
            .lp-token-intro { text-align: left; width: 13.5rem; flex-shrink: 0; }
        }

        .lp-token-title {
            font-size: clamp(1.3rem, 2.2vw, 1.65rem); font-weight: 800;
            color: #2563EB; margin: 0 0 0.4rem; line-height: 1.2;
        }
        html.dark .lp-token-title { color: #4EA3F2; }

        .lp-token-desc {
            font-size: 0.8rem; color: #2563EB; line-height: 1.5;
            margin: 0 0 1rem; opacity: 0.85;
        }
        html.dark .lp-token-desc { color: #A7B2C7; opacity: 1; }

        .lp-token-btn {
            display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
            padding: 0.55rem 1.15rem; border-radius: 9999px;
            font-size: 0.76rem; font-weight: 700; color: var(--lp-blue);
            background: #ffffff; border: 1.5px solid var(--lp-blue-border);
            text-decoration: none; transition: background 0.15s;
        }
        .lp-token-btn:hover { background: var(--lp-blue-light); }
        html.dark .lp-token-btn { background: transparent; }

        .lp-token-coin {
            flex-shrink: 0; width: 8.75rem; height: 8.75rem;
            display: flex; align-items: center; justify-content: center;
        }
        @media (min-width: 992px) {
            .lp-token-coin { width: 10.5rem; height: 10.5rem; margin: 0 0.25rem; }
        }
        .lp-token-coin img {
            width: 100%; height: 100%; object-fit: contain; display: block;
        }

        .lp-token-stats {
            display: grid; grid-template-columns: repeat(2, 1fr);
            gap: 1.25rem 0.5rem; width: 100%; min-width: 0;
        }
        @media (min-width: 640px) {
            .lp-token-stats { grid-template-columns: repeat(4, 1fr); gap: 0; }
        }
        @media (min-width: 992px) {
            .lp-token-stats {
                display: flex; align-items: center; flex: 1;
            }
        }

        .lp-token-stat {
            display: flex; flex-direction: column; align-items: center;
            text-align: center; padding: 0.35rem 0.65rem; position: relative;
        }
        @media (min-width: 992px) {
            .lp-token-stat { flex: 1; padding: 0.35rem 1rem; }
            .lp-token-stat + .lp-token-stat::before {
                content: ''; position: absolute; left: 0; top: 8%; bottom: 8%;
                width: 1px; background: var(--lp-border);
            }
        }

        .lp-token-stat-icon {
            font-size: 1.6rem; color: var(--lp-blue);
            margin-bottom: 0.5rem; line-height: 1;
        }

        .lp-token-stat-num {
            font-size: clamp(1.1rem, 1.8vw, 1.4rem); font-weight: 800;
            color: #2563EB; line-height: 1.1; margin-bottom: 0.15rem;
        }
        html.dark .lp-token-stat-num { color: #E6EAF2; }

        .lp-token-stat-label {
            font-size: 0.7rem; color: #2563EB; line-height: 1.35; opacity: 0.85;
        }
        html.dark .lp-token-stat-label { color: #A7B2C7; opacity: 1; }
        html.dark .lp-token-stat:nth-child(1) .lp-token-stat-num { color: #22d3ee; }
        html.dark .lp-token-stat:nth-child(2) .lp-token-stat-num { color: #818cf8; }
        html.dark .lp-token-stat:nth-child(3) .lp-token-stat-num { color: #4EA3F2; }
        html.dark .lp-token-stat:nth-child(4) .lp-token-stat-num { color: #8E63F5; }

        /* Footer */
        .lp-footer {
            background: var(--lp-surface); color: var(--lp-muted);
            border-top: 1px solid var(--lp-border);
            padding: 3rem 0 1.5rem;
            transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
        }
        html.dark .lp-footer {
            background: #060B1D; color: #A7B2C7;
            border-top-color: #171C2E;
        }
        .lp-footer-grid {
            display: grid; grid-template-columns: 1fr; gap: 2rem;
        }
        @media (min-width: 640px) { .lp-footer-grid { grid-template-columns: repeat(2, 1fr); } }
        @media (min-width: 1024px) { .lp-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr; } }
        .lp-footer-logo { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.75rem; text-decoration: none; }
        .lp-footer-logo .lp-logo-text { color: var(--lp-text); }
        html.dark .lp-footer-logo .lp-logo-text { color: #E6EAF2; }
        .lp-footer-desc { font-size: 0.78rem; line-height: 1.6; color: var(--lp-muted); margin-bottom: 1rem; max-width: 16rem; }
        html.dark .lp-footer-desc { color: #A7B2C7; }
        .lp-footer-note { font-size: 0.78rem; color: var(--lp-muted); margin: 0 0 0.75rem; line-height: 1.5; }
        html.dark .lp-footer-note { color: #A7B2C7; }
        .lp-social { display: flex; gap: 0.5rem; flex-wrap: wrap; }
        .lp-social a {
            width: 2.15rem; height: 2.15rem; border-radius: 0.5rem;
            background: var(--lp-blue-light); color: var(--lp-blue);
            display: grid; place-items: center; text-decoration: none; font-size: 0.85rem;
            transition: background 0.15s, color 0.15s;
        }
        html.dark .lp-social a {
            background: rgba(255,255,255,0.08); color: #cbd5e1;
        }
        .lp-social a:hover { background: var(--lp-blue); color: #fff; }
        .lp-footer-col h4,
        .lp-footer-grid > div > h4 {
            font-size: 0.78rem; font-weight: 700; color: var(--lp-text);
            margin: 0 0 0.85rem; text-transform: uppercase; letter-spacing: 0.06em;
        }
        html.dark .lp-footer-col h4,
        html.dark .lp-footer-grid > div > h4 { color: #E6EAF2; }
        .lp-footer-links { list-style: none; margin: 0; padding: 0; }
        .lp-footer-links li { margin-bottom: 0.45rem; }
        .lp-footer-links a {
            font-size: 0.78rem; color: var(--lp-muted); text-decoration: none;
            transition: color 0.15s;
        }
        html.dark .lp-footer-links a { color: #A7B2C7; }
        .lp-footer-links a:hover { color: var(--lp-brand); }
        html.dark .lp-footer-links a:hover { color: #4EA3F2; }
        .lp-newsletter { display: flex; gap: 0.5rem; flex-wrap: wrap; }
        .lp-newsletter input {
            flex: 1; min-width: 10rem; padding: 0.6rem 0.85rem; border-radius: 0.5rem;
            border: 1px solid var(--lp-border); background: var(--lp-card); color: var(--lp-text);
            font-size: 0.78rem; outline: none;
        }
        html.dark .lp-newsletter input {
            border-color: #171C2E; background: #0E1629; color: #E6EAF2;
        }
        .lp-newsletter input::placeholder { color: var(--lp-muted); }
        html.dark .lp-newsletter input::placeholder { color: #64748b; }
        .lp-footer-bottom {
            margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid var(--lp-border);
            font-size: 0.72rem; color: var(--lp-muted); text-align: center; line-height: 1.6;
        }
        html.dark .lp-footer-bottom {
            border-top-color: #171C2E; color: #64748b;
        }

        .sr-only {
            position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
            overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
        }

        /* Mobile & small-screen polish */
        @media (max-width: 1023px) {
            .lp-header-inner { min-height: 3.5rem; gap: 0.5rem; }
            .lp-header-actions { gap: 0.4rem; }
            .lp-theme-btn { width: 2.35rem; height: 2.35rem; }
            .lp-menu-btn { width: 2.35rem; height: 2.35rem; }
        }
        @media (max-width: 639px) {
            .lp-container {
                padding-left: max(1.25rem, env(safe-area-inset-left));
                padding-right: max(1.25rem, env(safe-area-inset-right));
            }
            .lp-hero { padding: 1.15rem 0 0.85rem; }
            .lp-hero h1 { font-size: clamp(1.6rem, 7.5vw, 2rem); }
            .lp-hero-desc { font-size: 0.86rem; margin-bottom: 0.85rem; }
            .lp-eyebrow { font-size: 0.68rem; }
            .lp-logo-text { font-size: 0.88rem; }
            .lp-header-cta { display: none !important; }
            .lp-hero-value { gap: 0.35rem; margin-bottom: 0.75rem; }
            .lp-hero-value li { font-size: 0.68rem; padding: 0.3rem 0.6rem; }
            .lp-hero-launch-label { font-size: 0.62rem; margin-bottom: 0.4rem; }
            .lp-hero-chip-text { font-size: 0.58rem; }
            .lp-trust {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 0.85rem 1rem;
            }
            .lp-trust-item { font-size: 0.68rem; }
            .lp-sec-title { font-size: clamp(1.2rem, 5vw, 1.55rem); }
            .lp-sec-sub { font-size: 0.82rem; margin-bottom: 1.5rem; }
            .lp-ticker { padding: 0.75rem 1rem; gap: 0.75rem; }
            .lp-ticker-live-badge { font-size: 0.58rem; padding: 0.32rem 0.55rem; }
            .lp-ticker-text { font-size: 0.65rem; }
            .lp-opp-section { overflow: hidden; max-width: 100%; }
            .lp-opp-scroll { overflow-x: hidden; margin: 0; padding: 0; max-width: 100%; }
            .lp-opp-grid {
                width: 100%; min-width: 0;
                grid-template-columns: 1fr; gap: 0.75rem;
            }
            .lp-opp-card { min-height: 7.75rem; }
            .lp-opp-title { font-size: 0.82rem; }
            .lp-opp-desc { font-size: 0.72rem; }
            .lp-opp-link { font-size: 0.72rem; }
            .lp-peek-grid { grid-template-columns: 1fr; gap: 0.75rem; }
            .lp-peek-section { padding: 2.25rem 0 2.75rem; }
            .lp-footer { padding: 2rem 0 1.25rem; }
            .lp-footer .lp-container {
                padding-left: max(1.25rem, env(safe-area-inset-left));
                padding-right: max(1.25rem, env(safe-area-inset-right));
            }
            .lp-footer-grid { gap: 1.75rem; width: 100%; }
            .lp-footer-grid > div { width: 100%; min-width: 0; }
            .lp-footer-desc { max-width: none; }
            .lp-newsletter { flex-direction: column; align-items: stretch; gap: 0.65rem; }
            .lp-newsletter input { width: 100%; min-width: 0; flex: none; }
            .lp-newsletter .lp-btn { width: 100%; justify-content: center; }
            .lp-mobile-nav {
                padding-left: max(1.25rem, env(safe-area-inset-left));
                padding-right: max(1.25rem, env(safe-area-inset-right));
            }
        }
        @media (max-width: 380px) {
            .lp-logo-tag { display: none; }
            .lp-logo-icon { width: 2rem; height: 2rem; }
            .lp-btn-lg { padding: 0.7rem 1rem; font-size: 0.8rem; }
        }

        /* Small-screen responsiveness */
        @media (max-width: 767px) {
            .lp-section { padding: 1.75rem 0; }
            .lp-hero-grid { gap: 0.85rem; }
            .lp-btn-wide { max-width: 100%; }
            .lp-tool-card { padding: 1.15rem 0.7rem 1rem; min-height: 9.5rem; }
            .lp-tool-icon { width: 3.5rem; height: 3.5rem; font-size: 1.65rem; margin-bottom: 0.65rem; }
            .lp-tool-title { font-size: 0.78rem; }
            .lp-tool-desc { font-size: 0.64rem; }
            .lp-peek-preview { aspect-ratio: 16 / 11; }
        }

        @media (max-width: 639px) {
            .lp-hero-proof-mobile {
                display: flex;
                flex-direction: column;
                gap: 0.85rem;
                margin-top: 1.15rem;
                width: 100%;
            }
            .lp-hero .lp-hub-map-wrap { display: none !important; }
            .lp-proof-desktop-only { display: none !important; }
            .lp-hub-map-wrap { padding: 0.85rem 0.65rem 0.9rem; }
            .lp-hub-mobile-kicker { font-size: 0.58rem; letter-spacing: 0.12em; margin-bottom: 0.65rem; }
            .lp-hub-map { gap: 0.45rem; }
            .lp-hub-center {
                width: min(100%, 10.5rem) !important;
                height: min(100%, 10.5rem) !important;
                padding: 0.85rem 0.6rem 0.75rem;
            }
            .lp-hub-center-logo { font-size: 0.85rem; }
            .lp-hub-mark { width: 1.2rem; height: 1.2rem; }
            .lp-hub-card {
                min-height: 4rem;
                padding: 0.5rem 0.3rem 0.45rem;
                gap: 0.28rem;
                border-radius: 0.75rem;
            }
            .lp-hub-card-icon {
                width: 1.9rem;
                height: 1.9rem;
                font-size: 0.74rem;
                border-radius: 0.55rem;
            }
            .lp-hub-card-text strong { font-size: 0.62rem; }
            .lp-hub-card:last-child {
                width: calc(50% - 0.225rem);
                max-width: calc(50% - 0.225rem);
            }
            .lp-proof-stack { padding-bottom: 1rem; }
            .lp-tool-card {
                padding: 1.65rem 1.15rem 1.45rem;
                min-height: auto;
            }
            .lp-tool-icon {
                width: 5.25rem;
                height: 5.25rem;
                margin-bottom: 1rem;
                filter: drop-shadow(0 3px 10px rgba(15, 23, 42, 0.15));
            }
            .lp-tool-title {
                font-size: 0.95rem;
                margin-bottom: 0.5rem;
            }
            .lp-tool-desc {
                font-size: 0.78rem;
                max-width: none;
                line-height: 1.5;
            }
        }

        @media (max-width: 400px) {
            .lp-social-proof-text { font-size: 0.7rem; }
            .lp-ticker-live-badge {
                font-size: 0.55rem;
                padding: 0.3rem 0.5rem;
            }
            .lp-ticker-text { font-size: 0.6rem; }
            .lp-container {
                padding-left: max(1rem, env(safe-area-inset-left));
                padding-right: max(1rem, env(safe-area-inset-right));
            }
            .lp-hero h1 { font-size: clamp(1.45rem, 8vw, 1.75rem); }
            .lp-hero-desc { font-size: 0.82rem; line-height: 1.5; }
            .lp-hero-value li { flex: 1 1 100%; justify-content: center; }
            .lp-hero-stats { padding: 0.45rem 0.45rem 0.45rem 0.6rem; }
            .lp-hero-stat { padding: 0.5rem 0; }
            .lp-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem 0.85rem; }
            .lp-trust-item { font-size: 0.64rem; gap: 0.35rem; }
            .lp-trust-item i { font-size: 0.78rem; }
            .lp-hub-map { grid-template-columns: 1fr 1fr; gap: 0.4rem; }
            .lp-hub-card { min-height: 3.75rem; padding: 0.45rem 0.25rem 0.4rem; }
            .lp-hub-card-text strong { font-size: 0.58rem; }
            .lp-hub-card-icon { width: 1.75rem; height: 1.75rem; font-size: 0.68rem; }
            .lp-hub-card:last-child {
                width: calc(50% - 0.2rem);
                max-width: calc(50% - 0.2rem);
            }
            .lp-sec-title { font-size: 1.15rem; }
            .lp-sec-sub { font-size: 0.78rem; margin-bottom: 1.25rem; }
            .lp-step { padding: 0.85rem; }
            .lp-token-panel { padding: 1rem 0.85rem; }
            .lp-token-coin { width: 6.5rem; height: 6.5rem; }
        }

        @media (max-width: 340px) {
            .lp-hub-map { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.35rem; }
            .lp-hub-card { min-height: 3.65rem; }
            .lp-hub-card:last-child {
                grid-column: 1 / -1;
                width: calc(50% - 0.175rem);
                max-width: calc(50% - 0.175rem);
            }
            .lp-hero-btns .lp-btn { font-size: 0.78rem; padding: 0.65rem 0.85rem; }
            .lp-trust { gap: 0.4rem 0.45rem; padding: 0.5rem 0.4rem 0.5rem 0.55rem; }
            .lp-trust-item { font-size: 0.6rem; }
            .lp-hero-stat-data strong { font-size: 0.82rem; }
            .lp-hero-stat-data span { font-size: 0.62rem; }
        }
        @media (min-width: 640px) and (max-width: 1099px) {
            .lp-steps { grid-template-columns: 1fr; gap: 1.75rem; max-width: 18rem; margin: 0 auto; }
            .lp-step-connector { display: none !important; }
        }
        @media (max-width: 639px) {
            .lp-step-connector { display: none !important; }
        }
        @media (min-width: 640px) and (max-width: 1099px) {
            .lp-steps { grid-template-columns: repeat(2, 1fr); max-width: none; gap: 1.75rem 1rem; }
        }
        @media (max-width: 991px) {
            .lp-token-panel { padding: 1.25rem 1rem; gap: 1.25rem; }
            .lp-token-intro { text-align: center; width: 100%; }
            .lp-token-coin { width: 7.5rem; height: 7.5rem; }
            .lp-token-stats { grid-template-columns: repeat(2, 1fr); gap: 1rem 0.5rem; }
        }
        @media (max-width: 479px) {
            .lp-token-stats { grid-template-columns: 1fr; }
            .lp-token-stat + .lp-token-stat::before { display: none; }
        }
