html{scroll-behavior:smooth}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#1a1a1a;line-height:1.6;overflow-x:hidden}.app{min-height:100vh}.nav{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.5rem;font-weight:800;color:#06c;text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#4a4a4a;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .3s ease}.nav-links a:hover{color:#06c}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;cursor:pointer}.mobile-menu-btn span{width:24px;height:3px;background:#4a4a4a;border-radius:2px;transition:all .3s ease}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content{max-width:500px}.hero-title{font-size:3.5rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-.02em}.hero-subtitle{font-size:1.2rem;color:#6b7280;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:#06c;color:#fff;box-shadow:0 4px 14px #0066cc4d}.btn-primary:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 6px 20px #06c6}.btn-secondary{background:transparent;color:#06c;border:2px solid #0066cc}.btn-secondary:hover{background:#06c;color:#fff}.hero-image{display:flex;justify-content:center;align-items:center}.gradient-blur{width:300px;height:300px;background:linear-gradient(45deg,#06c,#00a3ff,#06c,#00a3ff);background-size:400% 400%;border-radius:50%;filter:blur(60px);opacity:.6;animation:gradientMove 3s ease-in-out infinite}@keyframes gradientMove{0%{background-position:0% 50%;transform:scale(1) rotate(0)}25%{background-position:100% 0%;transform:scale(1.1) rotate(90deg)}50%{background-position:100% 100%;transform:scale(1.2) rotate(180deg)}75%{background-position:0% 100%;transform:scale(1.1) rotate(270deg)}to{background-position:0% 50%;transform:scale(1) rotate(360deg)}}.features{padding:80px 0;background:#fff}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:3rem;color:#1a1a1a}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background:#f8fafc;border-radius:16px;border:1px solid #e2e8f0;transition:all .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.feature-icon{width:60px;height:60px;margin:0 auto 1.5rem;color:#06c;background:#0066cc1a;border-radius:12px;display:flex;align-items:center;justify-content:center}.feature-icon svg{width:32px;height:32px}.feature-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.feature-card p{color:#6b7280;line-height:1.6}.products{padding:80px 0;background:#f8fafc}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.product-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.product-card.featured{border-color:#06c;background:linear-gradient(135deg,#fff,#f0f8ff)}.product-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.product-icon{width:50px;height:50px;background:#0066cc1a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#06c}.product-icon svg{width:24px;height:24px}.available-badge{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.coming-soon-badge{background:#f3f4f6;color:#6b7280;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.product-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.product-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.product-features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.product-features span{font-size:.875rem;color:#4b5563}.product-link{color:#06c;text-decoration:none;font-weight:600;font-size:.95rem;transition:color .3s ease}.product-link:hover{color:#0052a3}.cta{padding:80px 0;background:linear-gradient(135deg,#06c,#0052a3);color:#fff}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta p{font-size:1.2rem;margin-bottom:2.5rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta .btn-primary{background:#fff;color:#06c}.cta .btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.cta .btn-secondary{border-color:#fff;color:#fff}.cta .btn-secondary:hover{background:#fff;color:#06c}.footer{padding:60px 0 30px;background:#1a1a1a;color:#fff}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{color:#9ca3af;margin-top:1rem;line-height:1.6}.footer-section h4{font-size:.95rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-section a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-section a:hover{color:#06c}.footer-section span{color:#6b7280;font-size:.875rem;font-style:italic}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid #374151}.footer-bottom p{color:#9ca3af;font-size:.875rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-links a:hover{color:#06c}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-btn{display:flex}.hero-container{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.gradient-blur{width:250px;height:250px}.section-title{font-size:2rem}.features-grid,.products-grid{grid-template-columns:1fr}.cta h2{font-size:2rem}.cta p{font-size:1.1rem}.cta-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{justify-content:center}}@media (max-width: 480px){.nav-container{padding:1rem}.hero{padding:100px 0 60px}.hero-title{font-size:2rem}.btn{padding:.75rem 1.5rem;font-size:.875rem}.gradient-blur{width:200px;height:200px}.feature-card,.product-card{padding:1.5rem}.container{padding:0 1rem}}
