@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--primary: #00f2ff;--primary-dark: #00c2cc;--secondary: #7000ff;--accent: #ff00c8;--background: #050508;--surface: #0f111a;--surface-alt: #161925;--text: #ffffff;--text-muted: #94a3b8;--glass: rgba(255, 255, 255, .03);--glass-border: rgba(255, 255, 255, .1);--font-heading: "Outfit", sans-serif;--font-body: "Plus Jakarta Sans", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background-color:var(--background);color:var(--text);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.1}a{text-decoration:none;color:inherit;transition:all .3s ease}button{cursor:pointer;border:none;outline:none;font-family:var(--font-body);transition:all .3s cubic-bezier(.4,0,.2,1)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes glow{0%,to{opacity:.5;filter:blur(20px)}50%{opacity:.8;filter:blur(30px)}}.glass-panel{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:20px}.grad-text{background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.grad-bg{background:linear-gradient(135deg,var(--primary),var(--secondary))}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--surface-alt);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--glass-border)}.app-container{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:all .4s cubic-bezier(.16,1,.3,1)}.header.scrolled{padding:1rem 0;background:#050508d9;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-bottom:1px solid var(--glass-border)}.header-inner{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-weight:800;font-size:1.5rem;letter-spacing:-.5px}.logo-icon{color:var(--primary);filter:drop-shadow(0 0 10px rgba(0,242,255,.3))}.logo-text span{color:var(--primary)}.desktop-nav{display:flex;align-items:center;gap:3rem}.nav-link{font-size:.95rem;font-weight:500;color:var(--text-muted)}.nav-link:hover{color:var(--text)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#000;font-weight:700;padding:.8rem 1.8rem;border-radius:50px;box-shadow:0 10px 20px -5px #00f2ff4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px #00f2ff66}.btn-secondary{background:var(--surface-alt);color:var(--text);font-weight:600;padding:.8rem 1.8rem;border-radius:50px;border:1px solid var(--glass-border)}.btn-secondary:hover{background:var(--surface);border-color:var(--primary)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/hero-bg.png) center/cover no-repeat;z-index:-1}.overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,#05050866,#050508e6)}.hero-content{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}.tagline{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--glass);border:1px solid var(--glass-border);border-radius:50px;margin-bottom:2rem;font-size:.85rem;font-weight:600;color:var(--primary)}.hero-text h1{font-size:5rem;margin-bottom:1.5rem;letter-spacing:-2px}.hero-text p{font-size:1.25rem;color:var(--text-muted);max-width:540px;margin-bottom:3rem}.hero-actions{display:flex;gap:1.5rem;margin-bottom:4rem}.hero-btn{padding:1.2rem 2.5rem;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.hero-stats{display:flex;align-items:center;gap:3rem}.stat{display:flex;flex-direction:column}.stat-value{font-size:1.8rem;font-weight:800;font-family:var(--font-heading)}.stat-label{font-size:.9rem;color:var(--text-muted)}.stat-divider{width:1px;height:40px;background:var(--glass-border)}.hero-visual{position:relative;height:500px;perspective:1000px}.floating-card{position:absolute;padding:1.5rem;animation:float 6s ease-in-out infinite}.spot-card{top:10%;left:0;width:320px;z-index:2}.earnings-card{bottom:15%;right:0;width:280px;animation-delay:-3s}.card-badge{display:inline-block;padding:.3rem .8rem;border-radius:50px;font-size:.75rem;font-weight:700;color:#000;margin-bottom:1rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.rating{display:flex;align-items:center;gap:.3rem;font-size:.85rem;color:#fbbf24}.price{font-size:1.5rem;font-weight:800;margin-top:1rem}.price span{font-size:.9rem;color:var(--text-muted)}.earnings-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;color:var(--text-muted)}.earnings-amount{font-size:2.2rem;font-weight:800;font-family:var(--font-heading)}.section{padding:8rem 0}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:3.5rem;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:var(--text-muted)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{padding:3rem 2rem}.feature-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;color:#000}.feature-card h3{font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:var(--text-muted)}.split-cta{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:8rem}.split-card{padding:4rem}.split-card h2{font-size:2.5rem;margin-bottom:1.5rem}.check-list{list-style:none;margin:2rem 0 3rem}.check-list li{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem;color:var(--text-muted)}.cta-box{padding:6rem;border-radius:40px;text-align:center;color:#000;position:relative;overflow:hidden}.cta-box h2{font-size:4rem;margin-bottom:1.5rem}.cta-box p{font-size:1.4rem;font-weight:500;margin-bottom:3rem;opacity:.8}.cta-buttons{display:flex;justify-content:center;gap:1.5rem}.btn-white{background:#fff;color:#000;padding:1.2rem 2.8rem;border-radius:50px;font-weight:700;font-size:1.1rem}.btn-outline{background:transparent;border:2px solid #000;color:#000;padding:1.2rem 2.8rem;border-radius:50px;font-weight:700;font-size:1.1rem}.footer{background:var(--surface);padding:5rem 0 2rem;border-top:1px solid var(--glass-border)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:5rem}.footer-info p{margin-top:1.5rem;color:var(--text-muted);max-width:320px}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links h4{margin-bottom:1rem}.footer-links a{color:var(--text-muted);font-size:.95rem}.footer-links a:hover{color:var(--primary)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.9rem}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:4rem}.hero-text p{margin:0 auto 3rem}.hero-actions,.hero-stats{justify-content:center}.hero-visual{height:400px}.split-cta{grid-template-columns:1fr}}@media(max-width:768px){.desktop-nav{display:none}.header{padding:1rem 0}.mobile-toggle{display:block;background:transparent;color:var(--text)}.hero-text h1{font-size:3rem}.cta-box{padding:3rem 2rem}.cta-box h2{font-size:2.5rem}.footer-grid{grid-template-columns:1fr 1fr}}.mobile-menu{position:fixed;top:80px;left:2rem;right:2rem;padding:2rem;z-index:999;display:flex;flex-direction:column;gap:1.5rem}.mobile-nav-link{font-size:1.2rem;font-weight:600}.w-full{width:100%}
