@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-dark:#050a14;--bg-card:#0a1120;--text-main:#e2e8f0;--text-dim:#94a3b8;--accent-primary:#00d4ff;--accent-secondary:#05f;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-family);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:#fff;letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:color .3s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-padding{padding:8rem 0}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:clamp(2rem,5vw,2.5rem)}.section-title .accent{color:var(--accent-primary)}.section-subtitle{color:var(--text-dim);max-width:600px;margin:0 auto;font-size:1.05rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050a14cc;border-bottom:1px solid #ffffff0d;width:100%;position:fixed;top:0;left:0}.header-content{justify-content:space-between;align-items:center;height:80px;display:flex}.logo-text{letter-spacing:-1px;font-size:1.5rem;font-weight:800}.logo-text .accent{color:var(--accent-primary)}.nav-list{gap:2rem;list-style:none;display:flex}.nav-list a{color:var(--text-dim);font-size:.9rem;font-weight:500}.nav-list a:hover{color:var(--accent-primary)}.cta-button{border:1px solid var(--accent-primary);color:var(--accent-primary);background:0 0;border-radius:4px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background:var(--accent-primary);color:var(--bg-dark)}.header-actions{align-items:center;gap:1rem;display:flex}.menu-toggle{flex-direction:column;gap:5px;padding:.5rem;display:none}.menu-toggle span{background:var(--text-main);width:22px;height:2px;transition:transform .3s;display:block}.logo{text-decoration:none}@media (width<=768px){.menu-toggle{display:flex}.nav{background:#050a14fa;border-bottom:1px solid #ffffff0d;max-height:0;transition:max-height .3s;position:absolute;top:80px;left:0;right:0;overflow:hidden}.nav-open{max-height:320px}.nav-list{flex-direction:column;gap:1rem;padding:1.5rem 2rem}.header-actions .cta-button{display:none}}.hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0}.grid-overlay{perspective:1000px;transform-origin:top;background-image:linear-gradient(#00d4ff0d 1px,#0000 1px),linear-gradient(90deg,#00d4ff0d 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0;transform:rotateX(60deg)scale(2)}.glow-sphere{filter:blur(60px);background:radial-gradient(circle,#0055ff26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-content{z-index:1;text-align:center;max-width:900px;position:relative}.hero-badge{color:var(--accent-primary);text-transform:uppercase;letter-spacing:2px;background:#00d4ff1a;border:1px solid #00d4ff4d;border-radius:100px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,4.5rem);line-height:1.1}.hero-title .accent{background:linear-gradient(90deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-description{color:var(--text-dim);max-width:700px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.hero-actions{justify-content:center;gap:1.5rem;display:flex}.btn-primary{background:var(--accent-primary);color:var(--bg-dark);border-radius:4px;padding:1rem 2rem;font-weight:700;text-decoration:none;transition:transform .3s;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00d4ff33}.btn-secondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.pillars{background:var(--bg-dark)}.pillars-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.pillar-card{background:var(--bg-card);border:1px solid #ffffff0d;border-radius:12px;padding:3rem 2rem;transition:transform .3s,border-color .3s;position:relative;overflow:hidden}.pillar-card:hover{border-color:#00d4ff4d;transform:translateY(-5px)}.pillar-icon{margin-bottom:1.5rem;font-size:2.5rem}.pillar-title{margin-bottom:1rem;font-size:1.5rem}.pillar-description{color:var(--text-dim);font-size:1rem}.pillar-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#00d4ff08 0%,#0000 70%);width:200%;height:200%;transition:opacity .3s;position:absolute;top:-50%;left:-50%}.pillar-card:hover .pillar-glow{opacity:1}.quantum{background:linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-card) 100%)}.quantum-layout{grid-template-columns:1fr 1.2fr;align-items:center;gap:4rem;margin-bottom:4rem;display:grid}.quantum-visual{justify-content:center;align-items:center;min-height:320px;display:flex;position:relative}.quantum-ring{border:1px solid #00d4ff26;border-radius:50%;position:absolute}.ring-outer{width:280px;height:280px;animation:4s ease-in-out infinite pulse-ring}.ring-inner{border-color:#0055ff40;width:200px;height:200px;animation:4s ease-in-out .5s infinite pulse-ring}.quantum-core{z-index:1;background:#0a1120e6;border:1px solid #00d4ff33;border-radius:12px;align-items:center;gap:.75rem;padding:1.5rem 2rem;font-size:1.1rem;font-weight:700;display:flex;position:relative}.quantum-core span:not(.quantum-arrow){color:var(--accent-primary)}.quantum-arrow{color:var(--text-dim);font-weight:400}.quantum-steps{flex-direction:column;gap:1.5rem;display:flex}.quantum-step{background:var(--bg-card);border:1px solid #ffffff0d;border-radius:12px;gap:1.5rem;padding:1.5rem;transition:border-color .3s;display:flex}.quantum-step:hover{border-color:#00d4ff40}.quantum-step-num{color:var(--accent-primary);letter-spacing:.1em;font-size:.85rem;font-weight:700}.quantum-step h3{margin-bottom:.5rem;font-size:1.15rem}.quantum-step p{color:var(--text-dim);font-size:.95rem}.quantum-stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.stat-card{text-align:center;background:var(--bg-dark);border:1px solid #ffffff0d;border-radius:12px;padding:2rem}.stat-value{color:var(--accent-primary);margin-bottom:.5rem;font-size:2rem;font-weight:800;display:block}.stat-label{color:var(--text-dim);font-size:.9rem}@keyframes pulse-ring{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.03)}}@media (width<=900px){.quantum-layout,.quantum-stats{grid-template-columns:1fr}}.products{background:var(--bg-card)}.products-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.product-card{background:var(--bg-dark);border:1px solid #ffffff0d;border-radius:12px;padding:2rem;transition:transform .3s,border-color .3s}.product-card:hover{border-color:#00d4ff33;transform:translateY(-4px)}.product-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-primary);background:#00d4ff1a;border-radius:100px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.product-card h3{margin-bottom:1rem;font-size:1.25rem}.product-card p{color:var(--text-dim);font-size:.95rem;line-height:1.7}.investors{background:var(--bg-dark)}.investors-card{background:var(--bg-card);border:1px solid #ffffff0d;border-radius:16px;grid-template-columns:1.4fr 1fr;gap:3rem;padding:3rem;display:grid}.investors-lead{color:var(--text-dim);margin:1.5rem 0 2rem;font-size:1.1rem;line-height:1.7}.investors-highlights{flex-direction:column;gap:1rem;list-style:none;display:flex}.investors-highlights li{color:var(--text-dim);padding-left:1.5rem;position:relative}.investors-highlights li:before{content:"";background:var(--accent-primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.investors-cta{background:var(--bg-dark);border:1px solid #00d4ff1a;border-radius:12px;padding:2rem}.investors-cta h3{margin-bottom:.75rem}.investors-cta p{color:var(--text-dim);margin-bottom:1.5rem;font-size:.95rem}.investors-btn{text-align:center;width:100%;margin-bottom:.75rem;text-decoration:none;display:block}.investors-btn:last-child{margin-bottom:0}@media (width<=900px){.investors-card{grid-template-columns:1fr;padding:2rem}}.footer{background:#02060e;border-top:1px solid #ffffff0d;padding:5rem 0 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:4rem;display:flex}.footer-brand .logo-text{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.footer-tagline{color:var(--text-dim);font-size:.9rem}.footer-links{gap:4rem;display:flex}.link-group h4{color:#fff;margin-bottom:1.5rem;font-size:1rem}.link-group ul{list-style:none}.link-group li{margin-bottom:.75rem}.link-group a{color:var(--text-dim);font-size:.9rem}.link-group a:hover{color:var(--accent-primary)}.footer-bottom{text-align:center;color:var(--text-dim);border-top:1px solid #ffffff0d;padding-top:2rem;font-size:.8rem}@media (width<=768px){.footer-content{flex-direction:column}}.app{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
