*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;color:#fff;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{position:fixed;top:0;left:0;right:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;max-width:1400px;margin:0 auto}.nav-left{display:flex;align-items:center;gap:48px}.logo{display:flex;align-items:center;gap:8px;font-size:24px;font-weight:700;color:#00d4ff;letter-spacing:-.5px}.logo-img{width:100px;height:auto}.nav-menu{display:flex;gap:32px;align-items:center}.nav-link{font-size:14px;font-weight:500;color:#fffc;transition:color .3s ease;display:flex;align-items:center;gap:4px}.nav-link:hover{color:#fff}.chevron{font-size:12px;opacity:.6}.nav-right{display:flex;gap:16px;align-items:center}.btn-primary{font-family:Geist,Geist Fallback,sans-serif;background:#fff;color:#010304;padding:10px 16px;border-radius:9999px;font-weight:500;font-size:14px;line-height:20px;transition:all .3s ease;display:inline-block;border:none}.btn-primary:hover{background:#00b8e6;transform:translateY(-1px)}.btn-secondary{background:transparent;color:#fff;padding:12px 24px;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-weight:600;font-size:14px;transition:all .3s ease}.btn-secondary:hover{border-color:#fff6;background:#ffffff0d}.btn-large{padding:16px 32px;font-size:16px}.hero{padding:180px 0 50px;background:linear-gradient(180deg,#000,#0a0a0a);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(0,212,255,.15) 0%,transparent 70%);pointer-events:none}.hero-wrapper{position:relative;z-index:1}.hero-content{max-width:500px;text-align:left}.hero-image{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;pointer-events:none;margin-left:300px}.hero-image img{width:900px;height:auto;object-fit:contain}.hero-label{font-family:Geist,Geist Fallback,sans-serif;font-size:18px;font-weight:600;line-height:24px;color:#fff;margin-bottom:16px}.hero-title{font-family:Geist,Geist Fallback,sans-serif;font-size:60px;font-weight:600;line-height:60px;margin-bottom:24px;color:#fff}.hero-subtitle{font-family:Geist,Geist Fallback,sans-serif;font-size:18px;font-weight:600;line-height:24px;color:#fff;margin-bottom:40px;max-width:600px}.hero-disclaimer{font-family:Geist,Geist Fallback,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#fff;margin-top:24px}.products{padding:20px 0 60px;background:#fff}.product-grid{display:flex;flex-direction:column;gap:16px;max-width:900px;margin:0 auto}.product-card{background:linear-gradient(135deg,#1e3a5f,#0f1b2e);border-radius:24px;padding:0;transition:all .3s ease;cursor:pointer;overflow:hidden;display:flex;flex-direction:row}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.product-card:nth-child(2){background:linear-gradient(135deg,#2d1b4e,#0a0514)}.product-card:nth-child(3){background:linear-gradient(135deg,#3d2817,#1a0f08)}.product-card-large{flex-direction:row}.product-image{width:35%;display:flex;align-items:center;justify-content:center;padding:10px 20px;flex-shrink:0}.product-card-large .product-image{width:50%}.product-image img{max-width:100%;max-height:220px;object-fit:contain}.product-text{flex:1;padding:20px 40px;display:flex;flex-direction:column;justify-content:center}.product-card-large .product-text{flex:1;display:flex;flex-direction:column;justify-content:center}.product-icon{font-size:48px;margin-bottom:24px}.product-title{font-size:24px;font-weight:700;margin-bottom:12px;color:#fff}.product-subtitle{font-size:18px;font-weight:600;color:#00d4ff;margin-bottom:12px}.product-description{font-size:16px;color:#ffffffb3;line-height:1.6}.trust{padding:120px 0;background:linear-gradient(180deg,#000,#0a0a0a);text-align:center}.trust-title{font-size:48px;font-weight:700;margin-bottom:16px}.trust-subtitle{font-size:18px;color:#ffffffb3;margin-bottom:64px;max-width:800px;margin-left:auto;margin-right:auto}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-bottom:80px}.trust-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:32px;text-align:left}.trust-card h4{font-size:18px;font-weight:700;margin-bottom:16px;color:#00d4ff}.trust-card p{font-size:14px;color:#ffffffb3;line-height:1.6}.cta-section{margin-top:80px}.cta-section h3{font-size:32px;font-weight:700;margin-bottom:32px}.footer{background:#0a0a0a;border-top:1px solid rgba(255,255,255,.1);padding:80px 0 40px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:48px;margin-bottom:64px}.footer-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;color:#ffffffe6}.footer-links{display:flex;flex-direction:column;gap:16px}.footer-links a{font-size:14px;color:#fff9;transition:color .3s ease}.footer-links a:hover{color:#00d4ff}.footer-bottom{padding-top:40px;border-top:1px solid rgba(255,255,255,.1)}.footer-social{display:flex;gap:24px;margin-bottom:24px;justify-content:center}.social-link{font-size:14px;color:#fff9;transition:color .3s ease}.social-link:hover{color:#00d4ff}.footer-legal{text-align:center}.footer-legal p{font-size:12px;color:#ffffff80;margin-bottom:8px}@media(max-width:768px){.nav-menu{display:none}.hero{padding:120px 0 0}.hero-wrapper{flex-direction:column;gap:40px}.hero-content{text-align:center;position:relative;z-index:2}.hero-title{font-size:40px;line-height:44px}.hero-subtitle{font-size:16px}.hero-image{position:relative;transform:none;right:auto;top:auto;width:100%;justify-content:center;margin-left:0;margin-top:20px}.hero-image img{width:600px;max-width:150%;height:auto}.product-card-large{grid-column:span 1;flex-direction:column}.product-card-large .product-image{width:100%;height:300px}.trust-title{font-size:32px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}}
