/* index.html */

        :root {
            --bg: #eceae4; --surface: #faf9f5; --s2: #f2efe8; --s3: #e7e2d9;
            --text: #141310; --t2: #5d574e; --t3: #8d8578;
            --teal: #119ed8; --teal-d: rgba(17, 158, 216, .12);
            --border: rgba(20, 19, 16, .08);
            --shadow-sm: 0 8px 24px rgba(34, 32, 29, .06);
            --shadow-lg: 0 24px 48px rgba(34, 32, 29, .15);
            --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body { 
            font-family: 'DM Sans', sans-serif; 
            background: radial-gradient(circle at top left, rgba(255,255,255,.86), transparent 34%), 
                        linear-gradient(180deg, #f3f1eb 0%, #e9e4db 100%); 
            color: var(--text); 
            line-height: 1.5; 
            overflow-x: hidden;
        }
        
        .container {
            width: min(100% - clamp(32px, 4vw, 96px), 1440px);
            margin: 0 auto;
        }
        .section-band {
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            padding-left: max(28px, calc((100vw - min(100% - clamp(32px, 4vw, 96px), 1440px)) / 2 + 12px));
            padding-right: max(28px, calc((100vw - min(100% - clamp(32px, 4vw, 96px), 1440px)) / 2 + 12px));
            border-top: 1px solid var(--border);
        }
        .section-band--soft { background: rgba(255,255,255,0.12); }
        .section-band--warm { background: rgba(244,239,231,0.42); }
        .section-band--clear { background: rgba(255,255,255,0.03); }
        .section-band--dark { background: #141310; }
        .section-band .feature-grid,
        .section-band .dashboard-plugin,
        .section-band .global-section,
        .section-band .quotes {
            margin-left: auto;
            margin-right: auto;
        }
        .feature-grid,
        .dashboard-plugin,
        .global-section,
        .quotes,
        .paid-brands,
        .contact-support,
        footer {
            content-visibility: auto;
            contain-intrinsic-size: 800px;
        }
        html { scroll-behavior: smooth; }
        
        /* Navigation */
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
        }
        .logo { font-family: 'Manrope', sans-serif; font-size: 28px; font-weight: 800; letter-spacing: -1.5px; transition: var(--transition); }
        .logo:hover { transform: scale(1.05); color: var(--teal); cursor: pointer; }
        .nav-links { display: flex; gap: 32px; align-items: center; font-weight: 500; font-size: 15px; }
        .nav-links a { text-decoration: none; color: var(--t2); transition: var(--transition); }
        .nav-links a:hover { color: var(--text); transform: translateY(-2px); }
        
        .btn-nav { 
            background: var(--text); color: white !important; padding: 10px 20px; border-radius: 12px; 
            box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: var(--transition); position: relative; z-index: 21;
        }
        .btn-nav:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.2); }

        /* Hero */
        .hero {
            position: relative;
            min-height: 50vh;
            padding: 72px 0 136px;
            perspective: 1000px;
            display: flex;
            align-items: center;
            overflow: visible;
        }
        .hero-copy {
            width: min(100%, 640px);
            text-align: left;
            position: relative;
            z-index: 4;
            align-self: center;
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            margin-right: 0;
        }
        .hero-actions { display: flex; justify-content: flex-start; gap: 12px; margin-top: 32px; }
        
        .btn-hero { 
            background: var(--text); color: white; padding: 10px 20px; border-radius: 12px; 
            text-decoration: none; font-weight: 500; font-size: 15px; line-height: 1.5; border: 1px solid var(--text);
            box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: var(--transition); position: relative; overflow: hidden;
        }
        .btn-hero:hover { 
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }
        
        .hero h1 { 
            font-family: 'Manrope', sans-serif; font-size: 64px; font-weight: 800; line-height: 1.05; 
            letter-spacing: -3.5px; margin-bottom: 0;
            max-width: none;
            white-space: nowrap;
            animation: floatUp 1s ease-out forwards;
        }

        /* Hero Animation Box */
        .hero-animation { 
            position: absolute;
            top: -120px;
            bottom: -72px;
            left: 50%;
            width: 100vw;
            transform: translateX(-50%);
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: stretch;
            background: transparent;
            z-index: 1;
        }
        .hero-animation > * {
            position: relative;
            z-index: 1;
        }
        .hero-animation::before,
        .hero-animation::after {
            content: none;
        }
        .hero-prism-wrap {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: stretch;
            transform: none;
            z-index: 1;
            pointer-events: none;
            overflow: hidden;
        }
        .hero-prism-wrap::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at 50% 50%, rgba(255,255,255,0.24), rgba(255,255,255,0) 62%),
                radial-gradient(circle at 42% 30%, rgba(242,167,134,0.16), rgba(242,167,134,0) 38%),
                radial-gradient(circle at 62% 58%, rgba(0,107,215,0.12), rgba(0,107,215,0) 42%);
            filter: blur(24px);
            opacity: 0.86;
            z-index: 0;
        }
        .hero-prism-video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            display: block;
            object-fit: fill;
            object-position: center center;
            transform: translateY(-40px);
            filter: saturate(1.02) contrast(1.02);
            z-index: 1;
        }
        /* Brands */
        .brands {
            --brands-gap: clamp(16px, 2vw, 40px);
            --brands-seam: clamp(64px, 7vw, 132px);
            position: relative;
            z-index: 5;
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            margin-top: -52px;
            padding: 20px 0;
            border-top: 1px solid var(--border);
            border-bottom: 1px solid var(--border);
            margin-bottom: 0;
            overflow: hidden;
            -webkit-mask-image: linear-gradient(90deg, transparent 0, black 52px, black calc(100% - 52px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, black 52px, black calc(100% - 52px), transparent 100%);
        }
        .brands-track {
            display: flex;
            align-items: center;
            width: 200%;
            gap: var(--brands-seam);
            animation: brandsMarquee 26s linear infinite;
            will-change: transform;
        }
        .brands:hover .brands-track {
            animation-play-state: paused;
        }
        .brands-group {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: var(--brands-gap);
            width: calc(50% - (var(--brands-seam) / 2));
            min-width: 0;
            flex: 0 0 calc(50% - (var(--brands-seam) / 2));
        }
        .brand-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 1 auto;
            min-width: 0;
            opacity: 0.74;
            transition: var(--transition);
        }
        .brand-logo img {
            display: block;
            width: auto;
            max-width: min(100%, 220px);
            height: 26px;
            object-fit: contain;
            filter: grayscale(1) brightness(0.45);
        }
        .brand-logo:hover {
            opacity: 1;
            transform: translateY(-2px);
        }
        .brand-logo.brand-starline img {
            height: 42px;
            filter: none;
            mix-blend-mode: multiply;
        }
        .brand-logo.brand-reach img { height: 28px; }
        .brand-logo.brand-greenwood img { height: 34px; }
        .brand-logo.brand-vortex img { height: 24px; }
        .brand-logo.brand-coco img { height: 42px; }
        @keyframes brandsMarquee {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }
        /* Bento Grid */
        .feature-grid { 
            display: grid; grid-template-columns: repeat(12, 1fr); 
            grid-auto-rows: minmax(320px, auto); gap: 24px; margin-bottom: 0; padding: 100px 24px;
            overflow: visible;
        }
        .card { 
            background: linear-gradient(180deg, rgba(252,251,248,0.96), rgba(246,243,237,0.92));
            border-radius: 24px; border: 0; 
            padding: 40px; display: flex; flex-direction: column; 
            justify-content: flex-end; transition: var(--transition); cursor: crosshair;
            position: relative; overflow: hidden;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.22),
                -10px -10px 22px rgba(255,255,255,0.7);
        }
        .card::before {
            content: '';
            position: absolute;
            inset: -18%;
            background:
                radial-gradient(circle at 58% 18%, rgba(242, 167, 134, 0.32), rgba(242, 167, 134, 0) 34%),
                radial-gradient(circle at 48% 50%, rgba(223, 73, 210, 0.3), rgba(223, 73, 210, 0) 40%),
                radial-gradient(circle at 42% 86%, rgba(0, 103, 215, 0.28), rgba(0, 103, 215, 0) 34%);
            filter: blur(34px);
            opacity: 0;
            transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
            z-index: 0;
        }
        .card:hover { 
            transform: none;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.22),
                -10px -10px 22px rgba(255,255,255,0.7);
            background: linear-gradient(180deg, rgba(252,251,248,0.96), rgba(246,243,237,0.92));
        }
        .card:hover::before {
            opacity: 0;
        }
        .card h3 { font-family: 'Manrope'; font-size: 22px; font-weight: 800; margin-bottom: 12px; letter-spacing: -0.5px; line-height: 1.2; position: relative; z-index: 2; }
        .card p { color: var(--t2); font-size: 15px; position: relative; z-index: 2; }
        
        .w-large { grid-column: span 8; }
        .w-medium { grid-column: span 6; }
        .w-small { grid-column: span 4; }
        .w-large-trim { grid-column: span 7; }
        .w-small-plus { grid-column: span 5; }
        .card-short {
            height: 378px;
            align-self: start;
        }
        
        .viz-placeholder { 
            flex-grow: 1; margin-bottom: 24px; background: linear-gradient(180deg, #FCFAF7 0%, #F8F6F2 100%); border-radius: 12px; 
            display: flex; align-items: center; justify-content: center; 
            border: 0; position: relative; overflow: hidden;
        }
        .viz-spline {
            padding: 0;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: linear-gradient(180deg, #FCFAF7 0%, #F8F6F2 100%);
        }
        .viz-placeholder.viz-chat {
            padding: 16px 18px 10px;
            overflow: hidden;
            align-items: center;
        }
        .success-orb-wrap {
            width: min(100%, 520px);
            height: 260px;
            max-width: 100%;
            position: relative;
            overflow: hidden;
        }
        .success-icon {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: linear-gradient(180deg, #FCFAF7 0%, #F8F6F2 100%);
        }
        .success-icon video {
            width: 100%;
            height: 100%;
            min-height: 260px;
            border: 0;
            background: transparent;
            display: block;
            object-fit: cover;
            object-position: center;
        }

        /* --- CSS Animations for Cards --- */
        
        /* 1. Contract Parser (Scanning Line) */
        .doc-scan { width: 60px; height: 80px; border: 2px solid var(--t3); border-radius: 4px; position: relative; }
        .doc-scan::after { 
            content: ''; position: absolute; top: 0; left: -10%; width: 120%; height: 2px; 
            background: var(--teal); box-shadow: 0 0 10px var(--teal);
            animation: scan 2s linear infinite; 
        }
        .scanner-shell {
            width: min(100%, 180px);
            height: 116px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: visible;
        }
        .scanner-docs {
            position: absolute;
            inset: 8px 18px 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            pointer-events: none;
        }
        .scanner-docs::before,
        .scanner-docs::after,
        .scanner-docs span {
            content: '';
            position: absolute;
            width: 72px;
            height: 92px;
            border-radius: 12px;
            background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,247,249,0.94));
            border: 1px solid rgba(20,19,16,0.08);
            box-shadow: 0 8px 18px rgba(20,19,16,0.08);
        }
        .scanner-docs::before {
            transform: translate(-8px, 6px) rotate(-10deg);
        }
        .scanner-docs::after {
            transform: translate(9px, 8px) rotate(9deg);
        }
        .scanner-docs span {
            transform: rotate(-1deg);
            z-index: 1;
        }
        .scanner-docs-lines,
        .scanner-docs-lines::before,
        .scanner-docs-lines::after {
            position: absolute;
            border-radius: 999px;
            background: rgba(20,19,16,0.18);
            content: '';
        }
        .scanner-docs-lines {
            z-index: 2;
            width: 38px;
            height: 3px;
            top: 18px;
            left: 50%;
            transform: translateX(-50%);
            box-shadow:
                0 10px 0 rgba(20,19,16,0.14),
                0 20px 0 rgba(20,19,16,0.14),
                0 30px 0 rgba(20,19,16,0.14);
        }
        .scanner-docs-lines::before {
            width: 24px;
            height: 3px;
            top: 48px;
            left: 6px;
        }
        .scanner-docs-lines::after {
            width: 30px;
            height: 3px;
            top: 56px;
            left: 4px;
        }
        .scanner-lottie {
            width: 180px;
            height: 116px;
            max-width: 100%;
            max-height: 100%;
            flex: 0 0 auto;
            position: relative;
            z-index: 1;
        }
        .scanner-lottie svg {
            width: 100%;
            height: 100%;
            display: block;
        }

        /* 2. Globe (Spinning Gradient) */
        .css-globe { 
            width: 80px; height: 80px; border-radius: 50%; 
            background: radial-gradient(circle at 30% 30%, var(--teal), #084c6e);
            box-shadow: inset -10px -10px 20px rgba(0,0,0,0.2);
            animation: float 4s ease-in-out infinite;
        }

        /* 4. Cascade Chart */
        .cascade-chart {
            width: min(100%, 340px);
            height: 170px;
            border-radius: 18px;
            background: transparent;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            box-shadow: none;
        }
        .cascade-chart::before {
            content: none;
        }
        .card4-lottie {
            width: min(100%, 340px);
            height: 170px;
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: transparent;
        }
        .card4-lottie svg,
        .card4-lottie canvas,
        .card4-lottie > div,
        .card4-lottie > svg {
            width: 100%;
            height: 100%;
            display: block;
            transform: translateY(-18px);
            transform-origin: top center;
        }
        .cascade-chart-track {
            position: absolute;
            left: 46px;
            right: 46px;
            bottom: 16px;
            height: 112px;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            gap: 6px;
        }
        .cascade-bar {
            width: 7px;
            border-radius: 2px 2px 0 0;
            background: rgba(20,19,16,0.96);
            transform-origin: bottom center;
            animation: cascadeRise 4.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
            box-shadow: 0 0 6px rgba(20,19,16,0.08);
        }
        .cascade-bar:nth-child(1) { height: 2px; animation-delay: 0s; }
        .cascade-bar:nth-child(2) { height: 2px; animation-delay: 0.05s; }
        .cascade-bar:nth-child(3) { height: 3px; animation-delay: 0.1s; }
        .cascade-bar:nth-child(4) { height: 4px; animation-delay: 0.15s; }
        .cascade-bar:nth-child(5) { height: 5px; animation-delay: 0.2s; }
        .cascade-bar:nth-child(6) { height: 7px; animation-delay: 0.25s; }
        .cascade-bar:nth-child(7) { height: 10px; animation-delay: 0.3s; }
        .cascade-bar:nth-child(8) { height: 14px; animation-delay: 0.35s; }
        .cascade-bar:nth-child(9) { height: 19px; animation-delay: 0.4s; }
        .cascade-bar:nth-child(10) { height: 27px; animation-delay: 0.45s; }
        .cascade-bar:nth-child(11) { height: 37px; animation-delay: 0.5s; }
        .cascade-bar:nth-child(12) { height: 50px; animation-delay: 0.55s; }
        .cascade-bar:nth-child(13) { height: 66px; animation-delay: 0.6s; }
        .cascade-bar:nth-child(14) { height: 82px; animation-delay: 0.65s; }
        .cascade-bar:nth-child(15) { height: 94px; animation-delay: 0.7s; }
        .cascade-bar:nth-child(16) { height: 102px; animation-delay: 0.75s; }
        .cascade-bar:nth-child(17) { height: 107px; animation-delay: 0.8s; }
        .cascade-bar:nth-child(18) { height: 110px; animation-delay: 0.85s; }
        .cascade-bar:nth-child(19) { height: 112px; animation-delay: 0.9s; }

        /* 4. Global Payout */
        .payout-network {
            width: min(100%, 360px);
            height: 190px;
            border-radius: 24px;
            background:
                radial-gradient(circle at 22% 20%, rgba(255,255,255,0.98), rgba(255,255,255,0.9) 30%, rgba(245,246,248,0.94) 100%),
                linear-gradient(180deg, #fbfbfc 0%, #eef1f5 100%);
            box-shadow:
                inset 0 0 0 1px rgba(20,19,16,0.06),
                0 18px 38px rgba(20,19,16,0.08);
        }
        .payout-network,
        .payout-network svg {
            width: 100%;
            height: 100%;
        }
        .payout-network {
            position: relative;
            overflow: hidden;
        }
        .payout-network svg {
            display: block;
            overflow: visible;
        }
        .globe-lottie {
            width: min(100%, 360px);
            height: 190px;
            position: relative;
            overflow: hidden;
            background: transparent;
        }
        .globe-lottie video,
        .globe-lottie svg {
            width: 100%;
            height: 100%;
            display: block;
        }
        .milestone-lottie-shell {
            width: min(100%, 420px);
            height: 100%;
            max-height: 100%;
            position: relative;
            overflow: hidden;
            background: transparent;
        }
        .milestone-lottie-shell svg,
        .milestone-lottie-shell canvas,
        .milestone-lottie-shell > div,
        .milestone-lottie-shell > svg {
            width: 100%;
            height: 100%;
            display: block;
            background: transparent;
            position: relative;
            overflow: hidden;
            transform: scale(0.82);
            transform-origin: center center;
        }
        .transfer-lottie-shell {
            width: calc(100% - 30px);
            height: calc(100% + 5px);
            position: relative;
            overflow: hidden;
            border-radius: 12px;
            background: transparent;
        }
        .card-short-transfer .viz-placeholder.viz-edge-to-edge {
            align-items: center;
        }
        .viz-placeholder.viz-edge-to-edge {
            padding: 0;
            overflow: hidden;
            align-items: flex-start;
        }
        .transfer-lottie-shell svg,
        .transfer-lottie-shell canvas,
        .transfer-lottie-shell > div,
        .transfer-lottie-shell > svg {
            width: 100%;
            height: 100%;
            display: block;
            background: transparent;
            position: relative;
            transform: translateY(-10px) scale(1.02);
            transform-origin: center center;
        }
        .stripe-globe {
            transform-origin: center;
            animation: globeDrift 8s ease-in-out infinite;
            filter: drop-shadow(0 14px 24px rgba(20,19,16,0.14));
        }
        .stripe-arc {
            stroke-dasharray: 10 16;
            animation: arcFlow 4.2s linear infinite;
            opacity: 0.22;
        }
        .stripe-arc.alt-a { animation-delay: 0.75s; opacity: 0.18; }
        .stripe-arc.alt-b { animation-delay: 1.4s; opacity: 0.16; }
        .stripe-spark {
            animation: sparkPulse 3.2s ease-in-out infinite;
        }
        .stripe-spark.alt-a { animation-delay: 0.55s; }
        .stripe-spark.alt-b { animation-delay: 1.1s; }
        .stripe-spark.alt-c { animation-delay: 1.65s; }
        .stripe-ember {
            animation: emberBlink 3s ease-in-out infinite;
        }
        .stripe-ember.alt-a { animation-delay: 0.4s; }
        .stripe-ember.alt-b { animation-delay: 0.8s; }
        .stripe-ember.alt-c { animation-delay: 1.2s; }

        /* Keyframes */
        @keyframes floatUp { 0% { opacity: 0; transform: translateY(30px); } 100% { opacity: 1; transform: translateY(0); } }
        @keyframes pulse-small { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: 0.5; } 100% { transform: scale(1); opacity: 1; } }
        @keyframes scan { 0% { top: 0; opacity: 1; } 90% { top: 100%; opacity: 1; } 100% { top: 100%; opacity: 0; } }
        @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }
        @keyframes flow { 0% { left: -100%; } 100% { left: 100%; } }
        @keyframes globeDrift {
            0%, 100% { transform: translate3d(0, 0, 0) rotate(-4deg); }
            50% { transform: translate3d(2px, -3px, 0) rotate(-1deg); }
        }
        @keyframes arcFlow {
            0% { stroke-dashoffset: 52; }
            100% { stroke-dashoffset: 0; }
        }
        @keyframes sparkPulse {
            0%, 100% { transform: scale(0.92); opacity: 0.72; }
            50% { transform: scale(1.22); opacity: 1; }
        }
        @keyframes emberBlink {
            0%, 100% { opacity: 0.28; }
            50% { opacity: 1; }
        }
        @keyframes cascadeRise {
            0%, 12% { opacity: 0; transform: scaleY(0); }
            28% { opacity: 1; transform: scaleY(1.04); }
            72% { opacity: 1; transform: scaleY(1); }
            100% { opacity: 0; transform: scaleY(0); }
        }
        /* Animated Dashboard Section */
        .dashboard-plugin { 
            background: transparent; color: white; padding: 100px 40px; 
            border-radius: 0; text-align: center; margin-bottom: 0; 
            perspective: 1200px;
        }
        .dash-window { 
            width: 100%; max-width: 1160px; margin: 50px auto 0; background: white; 
            border-radius: 16px; aspect-ratio: 3452 / 1994; overflow: hidden; 
            box-shadow: 0 50px 100px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1);
            transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
            transform: rotateX(5deg);
        }
        .dashboard-plugin:hover .dash-window { 
            transform: rotateX(0deg) scale(1.02); 
            box-shadow: 0 60px 120px rgba(17, 158, 216, 0.2);
        }
        
        .dash-img { width: 100%; height: 100%; display: block; object-fit: cover; }
        @keyframes scroll { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }

        /* Walapay Stats */
        .global-section { padding: 100px 24px; text-align: center; }
        .global-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
        .stat-card { 
            background: linear-gradient(180deg, rgba(239, 235, 228, 0.92), rgba(231, 225, 216, 0.9));
            padding: 40px 32px; border-radius: 20px; 
            border: 0; transition: var(--transition);
            position: relative;
            overflow: hidden;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.62),
                inset 0 -1px 0 rgba(20,19,16,0.025),
                10px 10px 22px rgba(199, 190, 178, 0.26),
                -10px -10px 22px rgba(249, 246, 240, 0.72);
        }
        .stat-card::before {
            content: '';
            position: absolute;
            inset: -18%;
            background:
                radial-gradient(circle at 58% 18%, rgba(242, 167, 134, 0.32), rgba(242, 167, 134, 0) 34%),
                radial-gradient(circle at 48% 50%, rgba(223, 73, 210, 0.3), rgba(223, 73, 210, 0) 40%),
                radial-gradient(circle at 42% 86%, rgba(0, 103, 215, 0.28), rgba(0, 103, 215, 0) 34%);
            filter: blur(34px);
            opacity: 0;
            transition: opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1);
            z-index: 0;
        }
        .stat-card:hover {
            transform: translateY(-6px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.7),
                inset 0 -1px 0 rgba(20,19,16,0.04),
                12px 12px 24px rgba(199, 190, 178, 0.28),
                -10px -10px 22px rgba(249, 246, 240, 0.78),
                0 16px 28px rgba(34,32,29,0.08);
            background:
                linear-gradient(180deg, rgba(243, 239, 232, 0.96), rgba(235, 229, 220, 0.92));
        }
        .stat-card:hover::before { opacity: 1; }
        .stat-card h4 {
            font-size: 14px;
            color: var(--t3);
            font-family: 'IBM Plex Mono';
            margin-bottom: 10px;
            font-weight: 500;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            position: relative;
            z-index: 2;
        }
        .stat-card p {
            font-family: 'Manrope';
            font-size: 32px;
            font-weight: 800;
            color: #141310;
            letter-spacing: 0;
            text-transform: none;
            position: relative;
            z-index: 2;
        }

        /* Quotes */
        .quotes {
            padding: 100px 24px;
            border-top: 0;
            text-align: center;
            position: relative;
            isolation: isolate;
        }
        .quotes-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 24px;
            align-items: stretch;
        }
        .quote-card {
            background: linear-gradient(180deg, rgba(252,251,248,0.96), rgba(246,243,237,0.92));
            border-radius: 24px;
            padding: 36px 32px;
            text-align: left;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.22),
                -10px -10px 22px rgba(255,255,255,0.7);
        }
        .quote-text {
            font-size: 26px;
            font-weight: 500;
            font-style: italic;
            max-width: none;
            margin: 0 0 28px;
            line-height: 1.4;
            transition: var(--transition);
            position: relative;
            z-index: 1;
        }
        .quote-author {
            font-weight: 800;
            text-transform: uppercase;
            font-size: 12px;
            color: var(--text);
            letter-spacing: 2px;
            text-align: right;
        }

        .paid-brands {
            padding: 100px 24px;
            text-align: center;
        }
        .paid-brands-label {
            font-family: 'IBM Plex Mono';
            font-size: 11px;
            letter-spacing: 3px;
            opacity: 0.5;
            margin-bottom: 12px;
        }
        .paid-brands h2 {
            font-family: 'Manrope';
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            margin-bottom: 36px;
        }
        .paid-marquee {
            --paid-gap: clamp(20px, 2vw, 40px);
            --paid-seam: clamp(56px, 6vw, 120px);
            position: relative;
            width: 100vw;
            margin-left: calc(50% - 50vw);
            margin-right: calc(50% - 50vw);
            overflow: hidden;
            -webkit-mask-image: linear-gradient(90deg, transparent 0, black 52px, black calc(100% - 52px), transparent 100%);
            mask-image: linear-gradient(90deg, transparent 0, black 52px, black calc(100% - 52px), transparent 100%);
        }
        .paid-track {
            display: flex;
            align-items: center;
            width: 200%;
            gap: var(--paid-seam);
            animation: paidMarquee 28s linear infinite;
            will-change: transform;
        }
        .paid-marquee:hover .paid-track {
            animation-play-state: paused;
        }
        .paid-group {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: var(--paid-gap);
            width: calc(50% - (var(--paid-seam) / 2));
            min-width: 0;
            flex: 0 0 calc(50% - (var(--paid-seam) / 2));
        }
        .paid-logo {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 1 auto;
            min-width: 0;
            padding: 8px 0;
            transition: var(--transition);
        }
        .paid-logo img {
            display: block;
            width: auto;
            max-width: min(100%, 220px);
            height: 34px;
            object-fit: contain;
        }
        .paid-logo:hover {
            transform: translateY(-2px);
        }
        .paid-logo.brand-loreal img {
            height: 26px;
        }
        .paid-logo.brand-invisalign img {
            height: 36px;
        }
        .paid-logo.brand-gofundme img {
            height: 34px;
        }
        .paid-logo.brand-omnicom img {
            height: 28px;
        }
        .paid-logo.brand-dralthea img {
            height: 34px;
        }
        .paid-logo.brand-cosnori img {
            height: 34px;
        }
        .paid-logo.brand-skinfix img {
            height: 34px;
        }
        .paid-logo.brand-headshoulders img {
            height: 54px;
        }
        @keyframes paidMarquee {
            from { transform: translateX(0); }
            to { transform: translateX(-50%); }
        }

        .contact-support {
            padding: 100px 0;
            text-align: center;
        }
        .contact-support-label {
            font-family: 'IBM Plex Mono';
            font-size: 11px;
            letter-spacing: 3px;
            opacity: 0.5;
            margin-bottom: 12px;
        }
        .contact-support h2 {
            font-family: 'Manrope';
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            margin-bottom: 40px;
        }
        .support-card {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            max-width: 760px;
            margin: 0 auto;
            padding: 28px 30px;
            border-radius: 24px;
            background: linear-gradient(180deg, rgba(252,251,248,0.96), rgba(246,243,237,0.92));
            text-decoration: none;
            color: inherit;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.22),
                -10px -10px 22px rgba(255,255,255,0.7);
            transition: var(--transition);
        }
        .support-card:hover {
            transform: translateY(-4px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.98),
                inset 0 -1px 0 rgba(20,19,16,0.04),
                12px 12px 24px rgba(170,180,184,0.22),
                -10px -10px 22px rgba(255,255,255,0.9),
                0 16px 28px rgba(34,32,29,0.08);
        }
        .support-copy {
            text-align: left;
        }
        .support-title {
            font-family: 'Manrope';
            font-size: 24px;
            font-weight: 800;
            letter-spacing: -0.7px;
            margin-bottom: 8px;
        }
        .support-text {
            color: var(--t2);
            font-size: 15px;
        }
        .support-arrow {
            flex: 0 0 auto;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(20,19,16,0.06);
            font-size: 20px;
            line-height: 1;
        }
        .support-arrow svg {
            width: 20px;
            height: 20px;
            display: block;
        }

        footer { padding: 80px 0 40px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: flex-end; font-family: 'IBM Plex Mono'; font-size: 10px; color: var(--t3); letter-spacing: 0.5px; }
        .footer-links {
            display: flex;
            align-items: center;
            gap: 18px;
        }
        .footer-social {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 18px;
            height: 18px;
            color: inherit;
            text-decoration: none;
            transition: var(--transition);
        }
        .footer-social:hover {
            color: var(--text);
            transform: translateY(-2px);
        }
        .footer-social svg {
            width: 100%;
            height: 100%;
            display: block;
            fill: currentColor;
        }

        @media (max-width: 900px) {
            .hero {
                padding: 56px 0 120px;
                min-height: 56vh;
            }
            .hero-copy {
                max-width: 640px;
                text-align: center;
                padding-left: 0;
                padding-right: 0;
                margin: 0 auto;
            }
            .hero-actions { justify-content: center; margin-top: 24px; }
            .hero h1 { font-size: 56px; letter-spacing: -2.4px; max-width: none; white-space: normal; margin: 0 auto; }
            .hero-animation { top: -108px; bottom: -56px; left: 50%; width: 100vw; transform: translateX(-50%); }
            .hero-prism-wrap { width: 100%; justify-content: center; transform: none; }
            .hero-prism-wrap::before { inset: 0; filter: blur(20px); }
            .hero-prism-video { width: 100%; height: 100%; object-position: center center; transform: translateY(-40px); }
            .brands { --brands-gap: clamp(12px, 1.8vw, 24px); --brands-seam: clamp(44px, 6vw, 84px); margin-top: -44px; padding-bottom: 16px; }
            .feature-grid,
            .global-section,
            .quotes,
            .paid-brands,
            .contact-support { padding-top: 76px; padding-bottom: 76px; }
            .dashboard-plugin { padding-top: 76px; padding-bottom: 76px; }
            .brand-logo img { max-width: 168px; }
            .quotes-grid { grid-template-columns: 1fr; }
            .paid-marquee { --paid-gap: clamp(16px, 2vw, 28px); --paid-seam: clamp(40px, 5vw, 72px); }
            .support-card { flex-direction: column; align-items: flex-start; }
            .support-arrow { align-self: flex-end; }
            .success-orb-wrap {
                width: min(100%, 440px);
                height: 220px;
            }
            .success-icon video {
                min-height: 220px;
            }
        }

        @media (max-width: 640px) {
            nav { gap: 18px; align-items: flex-start; flex-direction: column; }
            .nav-links { gap: 16px; flex-wrap: wrap; }
            .hero { min-height: 52vh; padding: 52px 0 108px; }
            .hero-actions { margin-top: 22px; }
            .hero-copy { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; }
            .hero h1 { font-size: 42px; line-height: 1.04; letter-spacing: -1.8px; max-width: 11ch; white-space: normal; }
            .hero-animation { top: -96px; bottom: -48px; left: 50%; width: 100vw; transform: translateX(-50%); }
            .hero-prism-wrap { width: 100%; justify-content: center; transform: none; }
            .hero-prism-wrap::before { inset: 0; filter: blur(16px); }
            .hero-prism-video { width: 100%; height: 100%; object-position: center center; transform: translateY(-40px); }
            .brands { --brands-gap: 18px; --brands-seam: 52px; margin-top: -40px; margin-bottom: 0; }
            .feature-grid,
            .global-section,
            .quotes,
            .paid-brands,
            .contact-support { padding-top: 60px; padding-bottom: 60px; }
            .dashboard-plugin { padding-top: 60px; padding-bottom: 60px; }
            .brands-track {
                width: max-content;
            }
            .brands-group {
                width: max-content;
                flex-basis: auto;
                justify-content: flex-start;
            }
            .paid-marquee { --paid-gap: 18px; --paid-seam: 52px; }
            .paid-track { width: max-content; }
            .paid-group {
                width: max-content;
                flex-basis: auto;
                justify-content: flex-start;
            }
            .paid-logo {
                font-size: 18px;
            }
            .brand-logo img { height: 22px; }
            .brand-logo.brand-starline img { height: 28px; }
            .brand-logo.brand-greenwood img { height: 28px; }
            .brand-logo.brand-coco img { height: 34px; }
            .success-orb-wrap {
                width: min(100%, 320px);
                height: 180px;
            }
            .success-icon video {
                min-height: 180px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }
        }
    

/* pages/agency-authorization-and-payment-disclosure.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h2 {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 20px;
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper h2 { font-size: 24px; }
            .doc-paper p { font-size: 15px; }
        }
    

/* pages/aup.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h2 {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 20px;
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p,
        .doc-paper li {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper ul {
            margin: 10px 0 0 22px;
        }
        .doc-paper ul li + li {
            margin-top: 8px;
        }
        .doc-paper a {
            color: var(--text);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper h2 { font-size: 24px; }
            .doc-paper p,
            .doc-paper li { font-size: 15px; }
        }
    

/* pages/electronic-communications-policy.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p,
        .doc-paper li {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper ul {
            margin: 10px 0 0 22px;
        }
        .doc-paper ul li + li {
            margin-top: 8px;
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper p,
            .doc-paper li { font-size: 15px; }
        }
    

/* pages/fees-and-limits-disclosure.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p,
        .doc-paper li,
        .doc-paper td,
        .doc-paper th {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 14px;
            margin-bottom: 18px;
            background: rgba(255,255,255,0.46);
            border-radius: 16px;
            overflow: hidden;
        }
        .doc-paper th,
        .doc-paper td {
            text-align: left;
            padding: 14px 16px;
            border-bottom: 1px solid rgba(20,19,16,0.08);
            vertical-align: top;
        }
        .doc-paper tr:last-child td {
            border-bottom: 0;
        }
        .doc-paper th {
            font-weight: 800;
            color: var(--text);
            background: rgba(20,19,16,0.04);
        }
        .doc-note {
            font-size: 14px;
            color: var(--muted);
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper p,
            .doc-paper li,
            .doc-paper td,
            .doc-paper th { font-size: 15px; }
        }
    

/* pages/glba-privacy-notice-for-financial-customers.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .eyebrow {
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: var(--muted);
            margin-bottom: 8px;
        }
        .effective-date {
            font-size: 15px;
            line-height: 1.6;
            color: var(--muted);
            margin-bottom: 24px;
        }
        .doc-paper h2 {
            font-family: 'Manrope', sans-serif;
            font-size: 24px;
            font-weight: 800;
            letter-spacing: -0.8px;
            margin: 24px 0 12px;
            color: var(--text);
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 24px 0 12px;
            color: var(--text);
        }
        .doc-paper p,
        .doc-paper li,
        .doc-paper td,
        .doc-paper th {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper ul {
            margin: 10px 0 0 22px;
        }
        .doc-paper ul li + li {
            margin-top: 8px;
        }
        .doc-paper a {
            color: var(--text);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .glba-table {
            width: 100%;
            border-collapse: collapse;
            margin: 18px 0 10px;
            background: rgba(255,255,255,0.42);
            border-radius: 16px;
            overflow: hidden;
        }
        .glba-table th,
        .glba-table td {
            text-align: left;
            vertical-align: top;
            padding: 14px 16px;
            border-bottom: 1px solid rgba(20,19,16,0.08);
        }
        .glba-table tr:last-child td,
        .glba-table tr:last-child th {
            border-bottom: 0;
        }
        .glba-table th {
            font-weight: 800;
            color: var(--text);
            background: rgba(20,19,16,0.04);
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper p,
            .doc-paper li,
            .doc-paper td,
            .doc-paper th { font-size: 15px; }
        }
    

/* pages/invoice-and-payment-terms.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p,
        .doc-paper li {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper ul {
            margin: 10px 0 0 22px;
        }
        .doc-paper ul li + li {
            margin-top: 8px;
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper p,
            .doc-paper li { font-size: 15px; }
        }
    

/* pages/legal.html */

        :root {
            --bg: #f5f2eb;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --heading-a: #3559d5;
            --heading-b: #2db6b0;
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 36px;
            color: var(--text);
        }
        .legal-list {
            display: grid;
            gap: 18px;
        }
        .legal-item {
            display: grid;
            gap: 10px;
            padding: 24px 24px 22px;
            border: 0;
            border-radius: 22px;
            background: linear-gradient(180deg, rgba(252,251,248,0.96), rgba(246,243,237,0.92));
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.22),
                -10px -10px 22px rgba(255,255,255,0.7);
        }
        .legal-item-link {
            color: inherit;
            text-decoration: none;
        }
        .legal-title {
            font-size: 18px;
            font-weight: 500;
            color: var(--text);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .legal-copy {
            font-size: 18px;
            line-height: 1.55;
            color: var(--muted);
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; margin-bottom: 28px; }
            .legal-title,
            .legal-copy { font-size: 16px; }
        }
    

/* pages/payment-rails-and-network-service-terms.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p,
        .doc-paper li {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper ul {
            margin: 10px 0 0 22px;
        }
        .doc-paper ul li + li {
            margin-top: 8px;
        }
        .doc-paper a {
            color: #1d4ed8;
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper p,
            .doc-paper li { font-size: 15px; }
        }
    

/* pages/privacy-policy.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h2 {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 20px;
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p,
        .doc-paper li {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper ul {
            margin: 10px 0 0 22px;
        }
        .doc-paper ul li + li {
            margin-top: 8px;
        }
        .doc-paper a {
            color: var(--text);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper h2 { font-size: 24px; }
            .doc-paper p,
            .doc-paper li { font-size: 15px; }
        }
    

/* pages/terms-of-service.html */

        :root {
            --border: rgba(20, 19, 16, 0.08);
            --text: #141310;
            --muted: #5d574e;
            --surface: linear-gradient(180deg, rgba(248,245,239,0.96), rgba(239,234,225,0.92));
        }
        * { box-sizing: border-box; margin: 0; padding: 0; }
        body {
            font-family: 'DM Sans', sans-serif;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.86), transparent 30%),
                linear-gradient(180deg, #f7f4ee 0%, #eee8de 100%);
            color: var(--text);
            min-height: 100vh;
            padding: 32px 20px 56px;
        }
        .shell {
            width: min(100%, 980px);
            margin: 0 auto;
        }
        nav {
            padding: 18px 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: sticky;
            top: 14px;
            z-index: 20;
            background: rgba(250, 249, 245, 0.58);
            backdrop-filter: blur(18px) saturate(1.08);
            -webkit-backdrop-filter: blur(18px) saturate(1.08);
            border: 1px solid rgba(20, 19, 16, 0.08);
            border-radius: 18px;
            box-shadow: 0 10px 24px rgba(34,32,29,0.06);
            margin-bottom: 28px;
        }
        .logo {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1.5px;
        }
        .nav-links {
            display: flex;
            gap: 32px;
            align-items: center;
            font-weight: 500;
            font-size: 15px;
        }
        .nav-links a {
            color: var(--muted);
            text-decoration: none;
        }
        .btn-nav {
            background: var(--text);
            color: white !important;
            padding: 10px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        }
        .panel {
            background: var(--surface);
            border: 0;
            border-radius: 28px;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                12px 12px 26px rgba(196, 188, 176, 0.2),
                -12px -12px 26px rgba(255,255,255,0.68);
            padding: clamp(28px, 4vw, 44px);
        }
        .doc-actions {
            margin-bottom: 24px;
        }
        .back-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            border-radius: 999px;
            background: rgba(20,19,16,0.06);
            color: var(--text);
            text-decoration: none;
            font-size: 14px;
            font-weight: 600;
        }
        .section-title {
            font-family: 'Manrope', sans-serif;
            font-size: 42px;
            font-weight: 800;
            letter-spacing: -2px;
            line-height: 1.05;
            margin-bottom: 32px;
            color: var(--text);
        }
        .doc-paper {
            background: rgba(255,255,255,0.55);
            border-radius: 22px;
            padding: clamp(24px, 4vw, 36px);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.9),
                inset 0 -1px 0 rgba(20,19,16,0.02),
                10px 10px 22px rgba(196, 188, 176, 0.16),
                -10px -10px 22px rgba(255,255,255,0.58);
        }
        .doc-paper h2 {
            font-family: 'Manrope', sans-serif;
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -1px;
            margin-bottom: 20px;
        }
        .doc-paper h3 {
            font-family: 'Manrope', sans-serif;
            font-size: 18px;
            font-weight: 800;
            margin: 28px 0 12px;
        }
        .doc-paper p,
        .doc-paper li {
            font-size: 16px;
            line-height: 1.65;
            color: var(--muted);
        }
        .doc-paper p + p {
            margin-top: 14px;
        }
        .doc-paper ul {
            margin: 10px 0 0 22px;
        }
        .doc-paper ul li + li {
            margin-top: 8px;
        }
        .doc-paper a {
            color: var(--text);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        @media (max-width: 720px) {
            body { padding: 20px 16px 40px; }
            nav {
                align-items: flex-start;
                flex-direction: column;
                gap: 16px;
            }
            .nav-links {
                width: 100%;
                gap: 16px;
                align-items: flex-start;
                flex-direction: column;
            }
            .section-title { font-size: 34px; }
            .doc-paper h2 { font-size: 24px; }
            .doc-paper p,
            .doc-paper li { font-size: 15px; }
        }
    
