        :root {
            --dark: #06060e;
            --dark-2: #0c0c18;
            --dark-card: #111122;
            --light: #f7f7f5;
            --light-card: #ffffff;
            --accent: #FF8C6B;
            --accent-deep: #E06B4A;
            --accent-dim: rgba(255,140,107,0.12);
            --accent-glow: rgba(255,140,107,0.25);
            --accent-light: #FFF0EB;
            --text: #e8e8ec;
            --text-dim: rgba(255,255,255,0.55);
            --text-dark: #1a1a2e;
            --text-dark-dim: #7a7a90;
            --border-w: rgba(255,255,255,0.06);
            --border-l: #e4e4ea;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { font-size: 16px; }
        body { font-family: 'Outfit', -apple-system, sans-serif; background: var(--dark); color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: hidden; }

        /* GRAIN */
        .grain { position: fixed; inset: 0; z-index: 9998; pointer-events: none; opacity: 0.028; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat: repeat; mix-blend-mode: overlay; }
        .cursor-glow { position: fixed; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(255,140,107,0.06) 0%, transparent 70%); pointer-events: none; z-index: 1; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.4s; }

        /* NAV */
        nav { position: fixed; top: 24px; left: 50%; transform: translateX(-50%); z-index: 100; background: rgba(6,6,14,0.4); backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%); border: 1px solid var(--border-w); border-radius: 100px; padding: 10px 14px 10px 32px; display: flex; align-items: center; gap: 24px; }
        nav.light-mode { background: rgba(255,255,255,0.75); border-color: rgba(0,0,0,0.06); box-shadow: 0 4px 30px rgba(0,0,0,0.06); }
        .nav-logo { font-weight: 800; font-size: 1.2rem; color: white; text-decoration: none; letter-spacing: -0.03em; transition: color 0.5s; }
        .nav-logo .inn { color: var(--accent); transition: color 0.5s; }
        nav.light-mode .nav-logo { color: var(--text-dark); }
        nav.light-mode .nav-logo .inn { color: var(--accent-deep); }
        .nav-links { display: flex; gap: 2px; list-style: none; }
        .nav-links a { font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.45); text-decoration: none; padding: 8px 14px; border-radius: 100px; transition: all 0.35s cubic-bezier(0.22,1,0.36,1); white-space: nowrap; }
        nav.light-mode .nav-links a { color: var(--text-dark-dim); }
        .nav-links a:hover { color: white; background: rgba(255,255,255,0.07); }
        nav.light-mode .nav-links a:hover { color: var(--text-dark); background: rgba(0,0,0,0.04); }
        .nav-cta { font-weight: 600 !important; color: #ffffff !important; background: var(--accent) !important; padding: 10px 22px !important; }
        .nav-cta:hover { box-shadow: 0 4px 24px var(--accent-glow) !important; }
        .nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
        .nav-hamburger span { display: block; width: 20px; height: 2px; background: rgba(255,255,255,0.6); margin: 4px 0; border-radius: 2px; transition: all 0.3s; }
        nav.light-mode .nav-hamburger span { background: var(--text-dark-dim); }
        .nav-mobile-menu { display: none; position: absolute; top: calc(100% + 8px); right: 0; background: rgba(6,6,14,0.95); backdrop-filter: blur(24px); border: 1px solid var(--border-w); border-radius: 16px; padding: 8px; min-width: 200px; flex-direction: column; }
        nav.light-mode .nav-mobile-menu { background: rgba(255,255,255,0.95); border-color: rgba(0,0,0,0.06); }
        .nav-mobile-menu.active { display: flex; }
        .nav-mobile-menu a { font-size: 0.88rem; color: rgba(255,255,255,0.6); padding: 12px 16px; border-radius: 8px; text-decoration: none; }
        .nav-mobile-menu a:hover { background: rgba(255,255,255,0.07); color: white; }
        nav.light-mode .nav-mobile-menu a { color: var(--text-dark-dim); }
        nav.light-mode .nav-mobile-menu a:hover { background: rgba(0,0,0,0.04); color: var(--text-dark); }

        /* HERO */
        .hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 160px 24px 60px; overflow: hidden; }
        .hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 80%); -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 80%); }
        .aurora { position: absolute; border-radius: 50%; filter: blur(100px); will-change: transform; }
        .aurora-1 { width: 600px; height: 600px; background: rgba(255,140,107,0.1); top: 5%; left: 15%; }
        .aurora-2 { width: 400px; height: 400px; background: rgba(255,140,107,0.05); bottom: 15%; right: 10%; }
        .aurora-3 { width: 300px; height: 300px; background: rgba(224,107,74,0.04); top: 35%; right: 25%; }
        .hero-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--accent-dim); border: 1px solid rgba(255,140,107,0.2); color: var(--accent); font-size: 0.72rem; font-weight: 700; padding: 8px 24px; border-radius: 100px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 40px; opacity: 0; }
        .hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 12px var(--accent); animation: pulse 2s infinite; }
        @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
        .hero h1 { font-size: clamp(2.4rem, 5.5vw, 4.5rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.04em; max-width: 800px; margin-bottom: 24px; opacity: 0; }
        .hero h1 em { font-style: normal; color: var(--accent); }
        .hero-sub { font-size: clamp(1rem, 1.5vw, 1.12rem); font-weight: 400; color: var(--text-dim); max-width: 520px; line-height: 1.75; margin-bottom: 44px; opacity: 0; }
        .hero-actions { display: flex; gap: 16px; opacity: 0; }

        /* BUTTONS */
        .btn { display: inline-flex; align-items: center; gap: 10px; font-family: inherit; font-size: 0.95rem; font-weight: 600; padding: 18px 40px; border-radius: 100px; border: none; cursor: pointer; text-decoration: none; transition: all 0.5s cubic-bezier(0.22,1,0.36,1); will-change: transform; }
        .btn-accent { background: var(--accent); color: #ffffff; box-shadow: 0 4px 20px rgba(255,140,107,0.2); }
        .btn-accent:hover { box-shadow: 0 12px 44px rgba(255,140,107,0.35); }
        .btn-outline { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid var(--border-w); }
        .btn-outline:hover { border-color: rgba(255,255,255,0.2); color: white; background: rgba(255,255,255,0.03); }
        .btn svg { transition: transform 0.4s cubic-bezier(0.22,1,0.36,1); }
        .btn:hover svg { transform: translateX(4px); }

        /* STATS */
        .stats-row { display: flex; gap: 16px; margin-top: 72px; opacity: 0; justify-content: center; }
        .stat-card { background: rgba(255,255,255,0.025); border: 1px solid var(--border-w); border-radius: 20px; padding: 28px 32px; text-align: center; transition: all 0.6s cubic-bezier(0.22,1,0.36,1); min-width: 140px; flex-shrink: 0; }
        .stat-card:hover { border-color: rgba(255,140,107,0.3); background: rgba(255,140,107,0.04); }
        .stat-num { font-size: 2.2rem; font-weight: 700; letter-spacing: -0.03em; }
        .stat-lbl { font-size: 0.74rem; color: var(--text-dim); margin-top: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

        /* MARQUEE */
        .marquee-wrap { overflow: hidden; padding: 24px 0; background: rgba(255,140,107,0.04); border-top: 1px solid rgba(255,140,107,0.12); border-bottom: 1px solid rgba(255,140,107,0.12); }
        .marquee-track { display: flex; gap: 0; animation: scroll-x 24s linear infinite; width: max-content; }
        .marquee-item { font-size: 1rem; font-weight: 600; color: rgba(255,255,255,0.85); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; padding: 0 16px; }
        .marquee-dot { font-size: 0.6rem; color: var(--accent); padding: 0 8px; display: flex; align-items: center; }
        @keyframes scroll-x { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

        /* TRANSITIONS */
        .t-dark-light { height: 140px; background: linear-gradient(to bottom, var(--dark), var(--light)); }
        .t-light-dark { height: 140px; background: linear-gradient(to bottom, var(--light), var(--dark)); }
        .t-dark-light-2 { height: 140px; background: linear-gradient(to bottom, var(--dark), var(--light)); }
        .t-light-dark-2 { height: 140px; background: linear-gradient(to bottom, var(--light), var(--dark)); }

        /* SECTIONS */
        .section-light { background: var(--light); padding: 80px 24px; color: var(--text-dark); }
        .section-dark { background: var(--dark); padding: 80px 24px; }
        .container { max-width: 1140px; margin: 0 auto; }
        .label { font-size: 0.7rem; font-weight: 700; color: var(--accent-deep); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 16px; display: block; }
        .section-dark .label { color: var(--accent); }
        .heading { font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 700; letter-spacing: -0.04em; line-height: 1.08; margin-bottom: 16px; }
        .section-dark .heading { color: white; }
        .desc { font-size: 1.08rem; color: var(--text-dark-dim); line-height: 1.75; max-width: 540px; margin-bottom: 48px; }
        .section-dark .desc { color: var(--text-dim); }

        /* SVG ICONS */
        .svg-icon { width: 52px; height: 52px; border-radius: 14px; background: var(--accent-dim); border: 1px solid rgba(255,140,107,0.15); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; transition: all 0.5s cubic-bezier(0.22,1,0.36,1); }
        .svg-icon svg { width: 24px; height: 24px; stroke: var(--accent); fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
        .svg-icon-light { background: rgba(224,107,74,0.08); border: 1px solid rgba(224,107,74,0.12); }
        .svg-icon-light svg { stroke: var(--accent-deep); }

        /* PROBLEM */
        .problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 48px; }
        .problem-card { padding: 36px 28px; background: rgba(255,255,255,0.02); border: 1px solid var(--border-w); border-radius: 20px; transition: all 0.5s; }
        .problem-card:hover { border-color: rgba(255,140,107,0.15); }
        .problem-card h3 { font-size: 1.05rem; font-weight: 600; color: white; margin-bottom: 8px; }
        .problem-card p { font-size: 0.92rem; color: var(--text-dim); line-height: 1.7; }

        /* HOW IT WORKS */
        .how-wrapper { overflow: hidden; position: relative; }
        .how-track { display: flex; width: max-content; }
        .how-panel { width: 100vw; max-width: 340px; flex-shrink: 0; padding: 0 10px; }
        .how-card { background: var(--light-card); border: 1px solid var(--border-l); border-radius: 24px; padding: 40px 28px; height: 100%; transition: all 0.6s cubic-bezier(0.22,1,0.36,1); position: relative; overflow: hidden; }
        .how-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: linear-gradient(to top, rgba(255,140,107,0.08), transparent); transition: height 0.6s; }
        .how-card:hover::after { height: 100%; }
        .how-card:hover { border-color: var(--accent); box-shadow: 0 20px 60px rgba(26,26,46,0.08); }
        .how-n { font-size: 3.2rem; font-weight: 800; color: var(--border-l); line-height: 1; margin-bottom: 16px; transition: color 0.5s; position: relative; }
        .how-card:hover .how-n { color: var(--accent); }
        .how-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 6px; position: relative; }
        .how-card p { font-size: 0.9rem; color: var(--text-dark-dim); line-height: 1.7; position: relative; }

        /* ADAPT */
        .adapt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
        .adapt-card { padding: 32px 24px; background: var(--light-card); border: 1px solid var(--border-l); border-radius: 20px; text-align: center; transition: all 0.5s; }
        .adapt-card:hover { box-shadow: 0 20px 60px rgba(26,26,46,0.08); border-color: var(--accent); }
        .adapt-card .svg-icon-light { margin: 0 auto 16px; }
        .adapt-card h4 { font-size: 0.95rem; font-weight: 600; color: var(--text-dark); margin-bottom: 6px; }
        .adapt-card p { font-size: 0.88rem; color: var(--text-dark-dim); line-height: 1.65; }

        /* NUMBERS */
        .numbers-row { display: flex; gap: 0; margin: 48px 0; }
        .number-block { flex: 1; text-align: center; padding: 36px 16px; border-right: 1px solid var(--border-w); transition: all 0.5s; }
        .number-block:last-child { border-right: none; }
        .number-block:hover { background: rgba(255,140,107,0.03); }
        .number-big { font-size: clamp(2.2rem, 3.5vw, 3.2rem); font-weight: 800; letter-spacing: -0.03em; color: var(--accent); }
        .number-label { font-size: 0.82rem; color: var(--text-dim); margin-top: 6px; font-weight: 500; line-height: 1.5; }

        /* BENEFITS */
        .b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
        .b-card { padding: 40px 28px; background: rgba(255,255,255,0.02); border: 1px solid var(--border-w); border-radius: 24px; transition: all 0.6s cubic-bezier(0.22,1,0.36,1); position: relative; overflow: hidden; }
        .b-card::before { content: ''; position: absolute; inset: -50%; background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,140,107,0.07) 0%, transparent 50%); opacity: 0; transition: opacity 0.5s; pointer-events: none; }
        .b-card:hover::before { opacity: 1; }
        .b-card:hover { border-color: rgba(255,140,107,0.2); }
        .b-card:hover .svg-icon { transform: scale(1.1) rotate(-5deg); box-shadow: 0 8px 24px rgba(255,140,107,0.12); }
        .b-card h3 { font-size: 1.08rem; font-weight: 600; color: white; margin-bottom: 8px; }
        .b-card p { font-size: 0.92rem; color: var(--text-dim); line-height: 1.75; }

        /* PRICING */
        .p-wrapper { display: flex; flex-direction: column; align-items: center; }
        .p-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 840px; width: 100%; }
        .p-card { background: var(--light-card); border: 1.5px solid var(--border-l); border-radius: 24px; padding: 44px 32px; transition: all 0.6s cubic-bezier(0.22,1,0.36,1); position: relative; overflow: hidden; }
        .p-card:hover { box-shadow: 0 24px 64px rgba(26,26,46,0.08); transform: translateY(-4px); }
        .p-card.ft { border-color: var(--accent); }
        .p-card.ft::before { content: ''; position: absolute; top: 0; left: 15%; right: 15%; height: 3px; background: linear-gradient(90deg, transparent, var(--accent), transparent); }
        .p-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; color: var(--accent-deep); background: var(--accent-light); padding: 5px 16px; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; }
        .p-card h3 { font-size: 1.1rem; font-weight: 600; margin-bottom: 4px; color: var(--text-dark); }
        .p-card .p-sub { font-size: 0.88rem; color: var(--text-dark-dim); }
        .p-amount { font-size: 3rem; font-weight: 800; letter-spacing: -0.04em; margin: 16px 0 4px; color: var(--text-dark); }
        .p-card.ft .p-amount { color: var(--accent-deep); }
        .p-amount-label { font-size: 0.88rem; font-weight: 500; color: var(--accent-deep); margin-bottom: 12px; }
        .p-list { list-style: none; margin-top: 20px; }
        .p-list li { font-size: 0.88rem; color: var(--text-dark-dim); padding: 10px 0; border-bottom: 1px solid var(--border-l); display: flex; align-items: center; gap: 12px; }
        .p-list li::before { content: '✓'; color: var(--accent-deep); font-weight: 700; }

        /* PROGRESS BAR */
        .progress-wrap { max-width: 840px; width: 100%; margin: 48px auto 0; background: var(--light-card); border: 1px solid var(--border-l); border-radius: 20px; padding: 32px 36px; text-align: center; }
        .progress-label { font-size: 0.92rem; font-weight: 600; color: var(--text-dark); margin-bottom: 16px; }
        .progress-bar { width: 100%; height: 10px; background: var(--border-l); border-radius: 100px; overflow: hidden; position: relative; }
        .progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--accent), var(--accent-deep)); border-radius: 100px; transition: width 1.5s cubic-bezier(0.22,1,0.36,1); }
        .progress-info { display: flex; justify-content: space-between; margin-top: 10px; }
        .progress-info span { font-size: 0.78rem; color: var(--text-dark-dim); font-weight: 500; }
        .progress-info strong { color: var(--accent-deep); }

        /* GUARANTEE */
        .guarantee { background: var(--light-card); border: 2px solid var(--accent); border-radius: 24px; padding: 56px 48px; text-align: center; max-width: 840px; width: 100%; margin: 48px auto 0; position: relative; overflow: hidden; transition: all 0.6s cubic-bezier(0.22,1,0.36,1); }
        .guarantee:hover { box-shadow: 0 24px 80px rgba(255,140,107,0.1); }
        .guarantee::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, transparent, var(--accent), transparent); }
        .guarantee h3 { font-size: 1.4rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; color: var(--text-dark); }
        .guarantee p { font-size: 0.98rem; color: var(--text-dark-dim); line-height: 1.8; max-width: 500px; margin: 0 auto; }

        /* LOADER */
        .loader-screen { position: fixed; inset: 0; z-index: 99999; background: var(--dark); display: flex; align-items: center; justify-content: center; transition: opacity 0.5s ease, visibility 0.5s ease; }
        .loader-screen.done { opacity: 0; visibility: hidden; pointer-events: none; }
        .loader-logo { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; letter-spacing: -0.03em; color: white; opacity: 0; animation: loaderIn 0.6s 0.1s forwards; }
        .loader-logo .inn { color: var(--accent); }
        .loader-bar { width: 60px; height: 3px; background: rgba(255,255,255,0.08); border-radius: 100px; margin-top: 20px; overflow: hidden; }
        .loader-bar-fill { width: 0%; height: 100%; background: var(--accent); border-radius: 100px; animation: loaderFill 0.8s 0.2s cubic-bezier(0.22,1,0.36,1) forwards; }
        @keyframes loaderIn { to { opacity: 1; } }
        @keyframes loaderFill { to { width: 100%; } }

        /* SOCIAL PROOF */
        .social-proof { background: var(--dark-2); padding: 56px 24px; border-top: 1px solid var(--border-w); border-bottom: 1px solid var(--border-w); text-align: center; }
        .social-proof p { font-size: 1.15rem; font-weight: 500; color: rgba(255,255,255,0.65); max-width: 560px; margin: 0 auto; line-height: 1.7; font-style: italic; }
        .social-proof .sp-attr { font-size: 0.82rem; font-style: normal; color: var(--text-dim); margin-top: 16px; font-weight: 500; }
        .social-proof .sp-role { font-size: 0.72rem; color: rgba(255,255,255,0.3); margin-top: 2px; }

        /* PRODUCT VISUAL */
        .product-section { background: var(--dark); padding: 0 24px 40px; overflow: hidden; }
        .product-wrap { max-width: 900px; margin: 0 auto; position: relative; border-radius: 28px; overflow: hidden; }
        .product-img { width: 100%; height: auto; display: block; border-radius: 28px; }
        /* Branding overlay — removed, branding is now on the image itself */
        .product-brand { display: none; }
        .product-screen { display: none; }
        /* Gradient + caption */
        .product-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(6,6,14,0.75) 100%); z-index: 1; border-radius: 28px; pointer-events: none; }
        .product-caption { position: absolute; bottom: 28px; left: 32px; z-index: 4; }
        .product-caption h3 { font-size: clamp(1.1rem, 2.2vw, 1.6rem); font-weight: 700; color: white; margin-bottom: 4px; letter-spacing: -0.02em; }
        .product-caption p { font-size: clamp(0.75rem, 1vw, 0.9rem); color: rgba(255,255,255,0.45); }
        .product-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,140,107,0.15); border: 1px solid rgba(255,140,107,0.25); color: var(--accent); font-size: 0.6rem; font-weight: 700; padding: 4px 14px; border-radius: 100px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }
        .product-badge::before { content: ''; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
        /* old product overlay media query removed — overlays are now display:none */

        /* CTA */
        .cta { background: var(--dark); text-align: center; padding: 100px 24px 80px; position: relative; overflow: hidden; }
        .cta .heading { color: white; max-width: 700px; margin: 0 auto 16px; }
        .cta .desc { color: var(--text-dim); margin: 0 auto 44px; text-align: center; }
        .cta .btn-accent { font-size: 1.05rem; padding: 22px 52px; }
        .cta-email { color: rgba(255,255,255,0.25); font-size: 0.88rem; margin-top: 20px; letter-spacing: 0.03em; }

        /* FOOTER */
        footer { background: var(--dark-2); border-top: 1px solid var(--border-w); padding: 48px 24px 32px; }
        .footer-grid { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
        .footer-col h4 { font-size: 0.72rem; font-weight: 700; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 16px; }
        .footer-col p, .footer-col a { font-size: 0.88rem; color: rgba(255,255,255,0.45); text-decoration: none; line-height: 1.8; display: block; }
        .footer-col a:hover { color: var(--accent); }
        .footer-logo { font-weight: 800; font-size: 1.4rem; color: white; letter-spacing: -0.03em; margin-bottom: 12px; }
        .footer-logo .inn { color: var(--accent); }
        .footer-bottom { max-width: 1140px; margin: 0 auto; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.04); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
        .footer-bottom p { font-size: 0.74rem; color: rgba(255,255,255,0.15); }
        .footer-bottom a { font-size: 0.74rem; color: rgba(255,255,255,0.2); text-decoration: none; margin-left: 20px; }
        .footer-bottom a:hover { color: var(--accent); }
        .footer-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: #ffffff; font-family: inherit; font-size: 0.82rem; font-weight: 600; padding: 10px 24px; border-radius: 100px; text-decoration: none; transition: all 0.3s; margin-top: 16px; }
        .footer-cta:hover { box-shadow: 0 4px 20px var(--accent-glow); }

        /* RESPONSIVE */
        @media (max-width: 900px) {
            .b-grid, .adapt-grid { grid-template-columns: 1fr; }
            .problem-grid { grid-template-columns: 1fr; }
            .p-grid { grid-template-columns: 1fr; }
            .numbers-row { flex-wrap: wrap; }
            .number-block { min-width: 50%; border-bottom: 1px solid var(--border-w); }
            .nav-links { display: none; }
            .nav-hamburger { display: block; }
            .footer-grid { grid-template-columns: 1fr 1fr; }

            /* Mobile: stats → 2×2 grid */
            .stats-row { display: grid !important; grid-template-columns: 1fr 1fr; gap: 12px; justify-content: center; }
            .stat-card { min-width: 0; width: 100%; }

            /* Mobile: how panels sized for mobile */
            .how-panel { width: 85vw; max-width: 320px; }

            /* Product section mobile */
            .product-section { padding: 0 16px 24px; }
            .product-wrap { border-radius: 20px; }
            .product-img { border-radius: 20px; }
            .product-overlay { border-radius: 20px; }
            .product-caption { bottom: 20px; left: 20px; right: 20px; }
            .product-caption h3 { font-size: 1.1rem; }
            .product-caption p { font-size: 0.78rem; }

            /* Hero mobile */
            .hero { min-height: auto; padding: 120px 20px 40px; }
            .hero h1 { font-size: 2rem; }
            .hero-sub { font-size: 0.95rem; }

            /* Sections mobile */
            .section-light, .section-dark { padding: 60px 20px; }
            .heading { font-size: 1.8rem; }
            .desc { font-size: 0.95rem; }

            /* Marquee mobile */
            .marquee-item { font-size: 0.85rem; }

            /* Social proof mobile */
            .social-proof p { font-size: 1rem; }
        }
        @media (max-width: 600px) {
            .hero-actions { flex-direction: column; width: 100%; max-width: 300px; }
            .btn { width: 100%; justify-content: center; padding: 16px 28px; font-size: 0.88rem; }
            .number-block { min-width: 100%; }
            .footer-grid { grid-template-columns: 1fr; }
            .guarantee { padding: 40px 24px; }
            .progress-wrap { padding: 24px 20px; }
            .how-panel { width: 90vw; }

            /* Product mobile small */
            .product-section { padding: 0 12px 20px; }
            .product-wrap { border-radius: 16px; }
            .product-img { border-radius: 16px; }
            .product-overlay { border-radius: 16px; }
            .product-caption { bottom: 14px; left: 14px; right: 14px; }
            .product-badge { font-size: 0.5rem; padding: 3px 10px; }

            /* Nav mobile */
            nav { padding: 8px 12px 8px 20px; top: 12px; }
            .nav-logo { font-size: 1.05rem; }
            .nav-cta { padding: 8px 18px !important; font-size: 0.75rem !important; }

            /* Hero small mobile */
            .hero { padding: 100px 16px 32px; }
            .hero h1 { font-size: 1.7rem; margin-bottom: 16px; }
            .hero-sub { font-size: 0.88rem; margin-bottom: 28px; }
            .hero-badge { font-size: 0.6rem; padding: 6px 16px; margin-bottom: 24px; }

            /* Stats small */
            .stat-card { padding: 20px 16px; }
            .stat-num { font-size: 1.6rem; }
            .stat-lbl { font-size: 0.65rem; }

            /* Numbers small */
            .number-big { font-size: 2rem; }
            .number-label { font-size: 0.75rem; }

            /* Benefits small */
            .b-card { padding: 28px 20px; }
            .b-card h3 { font-size: 1rem; }
            .b-card p { font-size: 0.85rem; }

            /* Pricing small */
            .p-card { padding: 32px 24px; }
            .p-amount { font-size: 2.4rem; }

            /* CTA small */
            .cta { padding: 60px 16px 50px; }
            .cta .heading { font-size: 1.6rem; }
            .cta .btn-accent { font-size: 0.92rem; padding: 18px 36px; }

            /* Footer small */
            footer { padding: 36px 16px 24px; }
            .footer-logo { font-size: 1.2rem; }
        }
