:root {
            --rw-yellow: #F0B90B;
            --rw-pink: #FF6B9D;
            --rw-cyan: #00F5FF;
            --rw-purple: #B967FF;
            --rw-bg: #1a0a2e;
            --rw-bg-light: #2d1b4e;
            --rw-dark: #0d0620;
            --rw-text: #ffffff;
            --rw-text-dim: rgba(255,255,255,0.7);
        }
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body { font-family: 'Nunito', sans-serif; background: var(--rw-bg); color: var(--rw-text); line-height: 1.7; overflow-x: hidden; }

        /* Retro grid background */
        .grid-bg { position: fixed; inset: 0; background: linear-gradient(to bottom, transparent 0%, rgba(185,103,255,0.05) 100%), linear-gradient(var(--rw-cyan) 1px, transparent 1px), linear-gradient(90deg, var(--rw-cyan) 1px, transparent 1px); background-size: 100% 100%, 60px 60px, 60px 60px; opacity: 0.1; pointer-events: none; z-index: 0; }

        /* Sun */
        .retro-sun { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: linear-gradient(to bottom, #FF6B9D, #F0B90B, transparent); border-radius: 600px 600px 0 0; opacity: 0.15; }

        /* Navigation */
        .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(26,10,46,0.85); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(185,103,255,0.2); }
        .nav-inner { max-width: 1320px; margin: 0 auto; height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 24px; }
        .logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
        .logo-icon { width: 44px; height: 44px; background: linear-gradient(135deg, var(--rw-yellow), var(--rw-pink)); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: 'Righteous'; font-size: 18px; font-weight: 400; color: #000; box-shadow: 0 0 30px rgba(240,185,11,0.4); }
        .logo-text { font-family: 'Righteous'; font-size: 22px; color: var(--rw-text); letter-spacing: 2px; }
        .nav-links { display: flex; gap: 40px; }
        .nav-links a { color: var(--rw-text-dim); text-decoration: none; font-size: 14px; font-weight: 600; transition: all 0.3s; }
        .nav-links a:hover { color: var(--rw-cyan); text-shadow: 0 0 10px var(--rw-cyan); }
        .nav-cta { background: linear-gradient(135deg, var(--rw-yellow), var(--rw-pink)); color: #000; padding: 12px 28px; border-radius: 100px; font-weight: 700; font-size: 14px; text-decoration: none; transition: all 0.3s; box-shadow: 0 0 20px rgba(240,185,11,0.3); }
        .nav-cta:hover { transform: translateY(-2px); box-shadow: 0 0 30px rgba(240,185,11,0.5); }

        .content { position: relative; z-index: 1; }

        /* Hero */
        .hero { min-height: 100vh; display: flex; align-items: center; padding: 120px 24px 80px; position: relative; overflow: hidden; }
        .hero::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(to top, var(--rw-bg), transparent); pointer-events: none; }
        .hero-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }

        .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(185,103,255,0.15); border: 1px solid rgba(185,103,255,0.3); padding: 10px 20px; border-radius: 100px; font-size: 12px; font-weight: 700; color: var(--rw-pink); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 28px; }

        .hero h1 { font-family: 'Righteous'; font-size: clamp(40px, 5vw, 64px); line-height: 1.1; margin-bottom: 28px; letter-spacing: 1px; text-shadow: 0 0 40px rgba(185,103,255,0.5); }
        .hero h1 .highlight { background: linear-gradient(135deg, var(--rw-yellow), var(--rw-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .hero p { font-size: 17px; color: var(--rw-text-dim); margin-bottom: 40px; max-width: 520px; line-height: 1.9; }

        .hero-stats { display: flex; gap: 40px; margin-bottom: 48px; flex-wrap: wrap; }
        .stat-item .stat-num { font-family: 'Righteous'; font-size: 36px; color: var(--rw-cyan); text-shadow: 0 0 20px var(--rw-cyan); }
        .stat-item .stat-label { font-size: 13px; color: var(--rw-text-dim); margin-top: 4px; }

        .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
        .btn-primary { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, var(--rw-yellow), var(--rw-pink)); color: #000; padding: 18px 36px; border-radius: 100px; font-weight: 700; font-size: 15px; text-decoration: none; transition: all 0.3s; box-shadow: 0 0 30px rgba(240,185,11,0.4); }
        .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 0 50px rgba(240,185,11,0.6); }
        .btn-secondary { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--rw-cyan); padding: 18px 36px; border-radius: 100px; font-weight: 600; font-size: 15px; text-decoration: none; border: 2px solid var(--rw-cyan); transition: all 0.3s; }
        .btn-secondary:hover { background: rgba(0,245,255,0.1); box-shadow: 0 0 20px rgba(0,245,255,0.3); }

        /* Hero Visual */
        .hero-visual { position: relative; }
        .retro-card { background: rgba(45,27,78,0.6); border: 1px solid rgba(185,103,255,0.3); border-radius: 24px; padding: 40px; backdrop-filter: blur(20px); position: relative; overflow: hidden; }
        .retro-card::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(from 0deg, transparent, rgba(185,103,255,0.1), transparent, rgba(0,245,255,0.1), transparent); animation: rotate 10s linear infinite; }
        @keyframes rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
        .retro-card-inner { position: relative; z-index: 1; }
        .retro-title { font-family: 'Righteous'; font-size: 24px; margin-bottom: 24px; letter-spacing: 2px; }
        .retro-lines { display: flex; flex-direction: column; gap: 16px; }
        .retro-line { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--rw-text-dim); }
        .retro-line::before { content: '◆'; color: var(--rw-yellow); }
        .retro-line.highlight { color: var(--rw-cyan); }
        .retro-line.highlight::before { color: var(--rw-cyan); }

        /* Section */
        .section { padding: 120px 24px; }
        .section-alt { background: rgba(45,27,78,0.3); }
        .section-inner { max-width: 1320px; margin: 0 auto; }
        .section-label { font-family: 'Righteous'; font-size: 12px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase; color: var(--rw-pink); margin-bottom: 16px; }
        .section-title { font-family: 'Righteous'; font-size: clamp(32px, 4vw, 48px); margin-bottom: 20px; letter-spacing: 1px; }
        .section-subtitle { font-size: 17px; color: var(--rw-text-dim); max-width: 560px; line-height: 1.9; }

        /* Features */
        .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 60px; }
        .feature-card { background: rgba(45,27,78,0.4); border: 1px solid rgba(185,103,255,0.2); border-radius: 20px; padding: 36px; transition: all 0.4s; }
        .feature-card:hover { border-color: var(--rw-pink); transform: translateY(-8px); box-shadow: 0 20px 60px rgba(185,103,255,0.2); }
        .feature-icon { width: 56px; height: 56px; background: linear-gradient(135deg, rgba(185,103,255,0.2), rgba(0,245,255,0.1)); border: 1px solid rgba(185,103,255,0.3); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 24px; }
        .feature-title { font-family: 'Righteous'; font-size: 18px; margin-bottom: 12px; letter-spacing: 1px; }
        .feature-desc { font-size: 14px; color: var(--rw-text-dim); line-height: 1.8; }

        /* Stats Banner */
        .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 60px; }
        .stat-box { text-align: center; padding: 40px 20px; background: rgba(45,27,78,0.4); border: 1px solid rgba(185,103,255,0.2); border-radius: 20px; transition: all 0.3s; }
        .stat-box:hover { border-color: var(--rw-yellow); }
        .stat-box .stat-num { font-family: 'Righteous'; font-size: 40px; color: var(--rw-yellow); text-shadow: 0 0 20px rgba(240,185,11,0.5); }
        .stat-box .stat-label { font-size: 14px; color: var(--rw-text-dim); margin-top: 8px; }

        /* Products */
        .products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 60px; }
        .product-card { background: rgba(45,27,78,0.4); border: 1px solid rgba(185,103,255,0.2); border-radius: 20px; padding: 36px; transition: all 0.4s; }
        .product-card:hover { border-color: var(--rw-cyan); transform: translateY(-6px); }
        .product-icon { width: 64px; height: 64px; background: linear-gradient(135deg, rgba(0,245,255,0.15), rgba(185,103,255,0.1)); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 24px; }
        .product-title { font-family: 'Righteous'; font-size: 18px; margin-bottom: 12px; letter-spacing: 1px; }
        .product-desc { font-size: 14px; color: var(--rw-text-dim); line-height: 1.8; margin-bottom: 16px; }
        .product-link { font-family: 'Righteous'; font-size: 13px; color: var(--rw-cyan); text-decoration: none; letter-spacing: 1px; transition: all 0.3s; }
        .product-link:hover { text-shadow: 0 0 10px var(--rw-cyan); }

        /* Security */
        .security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 60px; }
        .security-item { text-align: center; padding: 40px 20px; }
        .security-icon { width: 72px; height: 72px; background: linear-gradient(135deg, rgba(240,185,11,0.1), rgba(255,107,157,0.1)); border: 1px solid rgba(240,185,11,0.2); border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px; }
        .security-title { font-family: 'Righteous'; font-size: 15px; margin-bottom: 10px; letter-spacing: 1px; }
        .security-desc { font-size: 13px; color: var(--rw-text-dim); line-height: 1.7; }

        /* CTA */
        .cta-section { padding: 140px 24px; text-align: center; position: relative; }
        .cta-title { font-family: 'Righteous'; font-size: clamp(32px, 5vw, 52px); margin-bottom: 24px; letter-spacing: 2px; text-shadow: 0 0 40px rgba(185,103,255,0.5); }
        .cta-desc { font-size: 17px; color: var(--rw-text-dim); max-width: 500px; margin: 0 auto 48px; line-height: 1.9; }
        .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

        /* Footer */
        .footer { background: var(--rw-dark); border-top: 1px solid rgba(185,103,255,0.2); padding: 60px 24px 40px; }
        .footer-inner { max-width: 1320px; margin: 0 auto; }
        .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
        .footer-logo-icon { width: 36px; height: 36px; background: linear-gradient(135deg, var(--rw-yellow), var(--rw-pink)); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: 'Righteous'; font-size: 14px; color: #000; }
        .footer-logo-text { font-family: 'Righteous'; font-size: 18px; }
        .footer-text { font-size: 13px; color: var(--rw-text-dim); line-height: 1.8; max-width: 500px; }

        /* Responsive */
        @media (max-width: 768px) {
            .nav-links { display: none; }
            .hero-inner { grid-template-columns: 1fr; gap: 60px; text-align: center; }
            .hero-stats { justify-content: center; }
            .hero-btns { justify-content: center; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .section, .cta-section { padding: 80px 24px; }
        }