*{margin:0;padding:0;box-sizing:border-box}:root{--cyan:#22d3ee;--cyan-dim:#0891b2;--green:#10b981;--bg:#0f172a;--bg-subtle:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--text-dim:#64748b;--border:rgba(148, 163, 184, 0.15);--orange:#f97316;--yellow:#fbbf24;--coral:#fb7185}body,html{overflow-x:hidden;max-width:100vw}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0a0f;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none}.bg-gradient{position:absolute;width:150%;height:150%;top:-25%;left:-25%;background:radial-gradient(ellipse at 20% 20%,rgba(34,211,238,.12) 0,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(34,211,238,.08) 0,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(139,92,246,.06) 0,transparent 70%);animation:gradientMove 20s ease-in-out infinite}@keyframes gradientMove{0%,100%{transform:translate(0,0) rotate(0)}25%{transform:translate(2%,2%) rotate(1deg)}50%{transform:translate(-1%,3%) rotate(-1deg)}75%{transform:translate(3%,-2%) rotate(.5deg)}}.particles{position:absolute;width:100%;height:100%}.particle{position:absolute;width:4px;height:4px;background:var(--cyan);border-radius:50%;opacity:.3;animation:float 15s infinite}.particle:first-child{left:10%;animation-delay:0s;animation-duration:20s}.particle:nth-child(2){left:20%;animation-delay:2s;animation-duration:18s}.particle:nth-child(3){left:30%;animation-delay:4s;animation-duration:22s}.particle:nth-child(4){left:40%;animation-delay:1s;animation-duration:19s}.particle:nth-child(5){left:50%;animation-delay:3s;animation-duration:21s}.particle:nth-child(6){left:60%;animation-delay:5s;animation-duration:17s}.particle:nth-child(7){left:70%;animation-delay:2s;animation-duration:23s}.particle:nth-child(8){left:80%;animation-delay:4s;animation-duration:20s}.particle:nth-child(9){left:90%;animation-delay:1s;animation-duration:18s}@keyframes float{0%,100%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:.3}90%{opacity:.3}100%{transform:translateY(-100vh) scale(1);opacity:0}}.grid-overlay{position:absolute;width:100%;height:100%;background-image:linear-gradient(rgba(34,211,238,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(34,211,238,.03) 1px,transparent 1px);background-size:50px 50px;animation:gridMove 30s linear infinite}@keyframes gridMove{0%{transform:perspective(500px) rotateX(60deg) translateY(0)}100%{transform:perspective(500px) rotateX(60deg) translateY(50px)}}.top-banner{position:fixed;top:0;left:0;right:0;z-index:101;background:linear-gradient(90deg,rgba(34,211,238,.15),rgba(139,92,246,.15));border-bottom:1px solid rgba(34,211,238,.2);padding:.5rem 2rem;text-align:center;display:none}.top-banner.active{display:block}.top-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1rem;font-size:.85rem;color:var(--text)}.top-banner-content a{color:var(--cyan);text-decoration:none;font-weight:600}.top-banner-content a:hover{text-decoration:underline}.top-banner-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:0 0;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;transition:color .2s}.top-banner-close:hover{color:var(--text)}.hero{position:relative;z-index:1;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:9rem 2rem 4rem;overflow:hidden;transition:padding-top .3s ease}body.banner-active .hero{padding-top:11rem}.hero-bg{position:absolute;top:55%;left:50%;width:180%;max-width:2400px;transform:translate(-50%,-50%) rotate(-35deg) scale(1.1);pointer-events:none;opacity:0;filter:blur(.5px);animation:hero-bg-reveal 2s ease-out .5s forwards}@keyframes hero-bg-reveal{from{opacity:0;transform:translate(-50%,-50%) rotate(-35deg) scale(1.3)}to{opacity:.06;transform:translate(-50%,-50%) rotate(-35deg) scale(1.1)}}.hero-bg img{width:100%;height:auto;border-radius:16px;mask-image:radial-gradient(ellipse 80% 80% at center,black 40%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at center,black 40%,transparent 70%)}.hero-gradient{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0,rgba(34,211,238,.08) 0,transparent 50%),linear-gradient(to bottom,var(--bg) 0,transparent 20%,transparent 80%,var(--bg) 100%);pointer-events:none;animation:gradient-pulse 4s ease-in-out infinite}@keyframes gradient-pulse{0%,100%{opacity:1}50%{opacity:.7}}.section-rays{position:absolute;top:0;left:50%;width:600px;height:300px;transform:translateX(-50%);pointer-events:none;z-index:0}.section-ray{position:absolute;bottom:0;left:50%;width:2px;height:50px;background:linear-gradient(to top,transparent,var(--cyan));transform-origin:bottom center;opacity:0;animation:ray-pulse 3s ease-in-out infinite}.section-ray:first-child{transform:rotate(-75deg) translateY(-120px);animation-delay:0s}.section-ray:nth-child(2){transform:rotate(-60deg) translateY(-140px);animation-delay:.2s}.section-ray:nth-child(3){transform:rotate(-45deg) translateY(-130px);animation-delay:.4s}.section-ray:nth-child(4){transform:rotate(-30deg) translateY(-150px);animation-delay:.1s}.section-ray:nth-child(5){transform:rotate(-15deg) translateY(-135px);animation-delay:.5s}.section-ray:nth-child(6){transform:rotate(0) translateY(-160px);animation-delay:.3s}.section-ray:nth-child(7){transform:rotate(15deg) translateY(-135px);animation-delay:.6s}.section-ray:nth-child(8){transform:rotate(30deg) translateY(-150px);animation-delay:.15s}.section-ray:nth-child(9){transform:rotate(45deg) translateY(-130px);animation-delay:.45s}.section-ray:nth-child(10){transform:rotate(60deg) translateY(-140px);animation-delay:.25s}.section-ray:nth-child(11){transform:rotate(75deg) translateY(-120px);animation-delay:.55s}@keyframes ray-pulse{0%,100%{opacity:0;height:35px}50%{opacity:.5;height:70px}}.hero-dotted-path{position:absolute;top:0;right:0;width:100%;height:100%;pointer-events:none;overflow:hidden}.hero-dotted-path svg{position:absolute;top:10%;right:-5%;width:500px;height:600px;opacity:.4}.hero-dotted-path .dotted-line{fill:none;stroke:var(--cyan);stroke-width:3;stroke-dasharray:8 12;stroke-linecap:round;animation:dash-flow 20s linear infinite}@keyframes dash-flow{to{stroke-dashoffset:-1000}}.hero-dotted-path svg:nth-child(2){top:auto;bottom:5%;right:auto;left:-10%;width:400px;height:500px;transform:scaleX(-1) rotate(30deg);opacity:.25}.hero-dotted-path svg:nth-child(2) .dotted-line{animation-delay:-5s;animation-duration:25s}@media (max-width:768px){.hero-dotted-path,.section-dotted-path{display:none!important}}.hero-rotating-ring{position:absolute;bottom:10%;left:5%;width:200px;height:200px;pointer-events:none;opacity:.15}.hero-rotating-ring svg{width:100%;height:100%;animation:ring-rotate 30s linear infinite}.hero-rotating-ring text{fill:var(--cyan);font-size:14px;font-weight:600;letter-spacing:3px;text-transform:uppercase}@keyframes ring-rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-rotating-ring:nth-child(2){bottom:auto;top:15%;left:auto;right:8%;width:180px;height:180px;opacity:.12}.hero-rotating-ring:nth-child(2) svg{animation-direction:reverse;animation-duration:25s}.section-rotating-ring{position:absolute;width:180px;height:180px;pointer-events:none;opacity:.12;z-index:0}.section-rotating-ring svg{width:100%;height:100%;animation:ring-rotate 30s linear infinite}.section-rotating-ring text{fill:var(--cyan);font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.section-dotted-path{position:absolute;top:0;left:0;width:200px;height:100%;pointer-events:none;overflow:hidden;z-index:0}.section-dotted-path svg{width:100%;height:100%;opacity:.3}.section-dotted-path .dotted-line{fill:none;stroke:var(--cyan);stroke-width:3;stroke-dasharray:8 12;stroke-linecap:round;animation:dash-flow 20s linear infinite}.hero-content{position:relative;z-index:10;text-align:center;max-width:800px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(34,211,238,.1);border:1px solid rgba(34,211,238,.2);padding:.4rem .9rem;border-radius:100px;font-size:.8rem;font-weight:500;color:var(--cyan);margin-bottom:1.5rem;opacity:0;animation:hero-fade-down .8s ease-out forwards}.hero-badge-dot{width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;opacity:0;animation:hero-fade-up .8s ease-out .2s forwards}.hero-title-gradient{display:inline-block;background:linear-gradient(90deg,#22d3ee 0,#67e8f9 25%,#fff 50%,#67e8f9 75%,#22d3ee 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%{background-position:100% 50%}50%{background-position:0 50%}100%{background-position:100% 50%}}@keyframes hero-fade-down{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-motto{margin-top:2.5rem;font-size:1.15rem;font-weight:500;color:var(--text-muted);text-align:center;opacity:0;animation:hero-fade-up .8s ease-out 1s forwards}.hero-motto .highlight{color:var(--cyan);font-weight:700;position:relative;display:inline-block}.animated-underline{position:relative;display:inline-block}.animated-underline::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--cyan),var(--orange),var(--cyan));background-size:200% 100%;border-radius:2px;animation:underline-shimmer 3s ease-in-out infinite}.accent.animated-underline::after{background:linear-gradient(90deg,var(--orange),var(--yellow),var(--orange));background-size:200% 100%}.accent-cyan.animated-underline::after{background:linear-gradient(90deg,var(--cyan),#67e8f9,var(--cyan));background-size:200% 100%}@keyframes underline-shimmer{0%,100%{background-position:0 50%;transform:scaleX(.95)}50%{background-position:100% 50%;transform:scaleX(1)}}.draw-underline{position:relative;display:inline-block}.draw-underline::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:3px;background:var(--cyan);border-radius:2px;animation:draw-line 2s ease-out forwards;animation-delay:1.2s}@keyframes draw-line{to{width:100%}}.wavy-underline{position:relative;display:inline-block}.wavy-underline::after{content:'';position:absolute;bottom:-8px;left:-5%;width:110%;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 12' preserveAspectRatio='none'%3E%3Cpath d='M0 8 Q 10 2, 20 8 T 40 8 T 60 8 T 80 8 T 100 8' stroke='%2322d3ee' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;opacity:.8;animation:wavy-draw 1.5s ease-out forwards}.accent.wavy-underline::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 12' preserveAspectRatio='none'%3E%3Cpath d='M0 8 Q 10 2, 20 8 T 40 8 T 60 8 T 80 8 T 100 8' stroke='%23f97316' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E")}@keyframes wavy-draw{0%{clip-path:inset(0 100% 0 0);opacity:0}100%{clip-path:inset(0 0 0 0);opacity:.8}}.glow-underline{position:relative;display:inline-block}.glow-underline::after{content:'';position:absolute;bottom:-4px;left:0;width:100%;height:3px;background:var(--cyan);border-radius:2px;animation:glow-pulse-cyan 2s ease-in-out infinite}.accent.glow-underline::after{background:var(--orange);animation:glow-pulse-orange 2s ease-in-out infinite}@keyframes glow-pulse-cyan{0%,100%{box-shadow:0 0 5px var(--cyan);opacity:.7}50%{box-shadow:0 0 20px var(--cyan),0 0 30px var(--cyan);opacity:1}}@keyframes glow-pulse-orange{0%,100%{box-shadow:0 0 5px var(--orange);opacity:.7}50%{box-shadow:0 0 20px var(--orange),0 0 30px var(--orange);opacity:1}}.hero-subtitle{font-size:1.2rem;color:var(--text-muted);max-width:560px;margin:0 auto 2.5rem;opacity:0;animation:hero-fade-up .8s ease-out .4s forwards;line-height:1.7}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;opacity:0;animation:hero-fade-up .8s ease-out .6s forwards}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;border-radius:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.btn svg{width:18px;height:18px}.btn-primary{background:var(--cyan);color:var(--bg)}.btn-primary:hover{background:var(--cyan-dim);transform:translateY(-2px)}.btn-secondary{background:0 0;color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.15)}.hero-stats{display:flex;justify-content:center;gap:3rem;opacity:0;animation:hero-fade-up .8s ease-out .8s forwards}.hero-stat{text-align:center}.hero-stat-value{font-size:1.5rem;font-weight:700;color:var(--text)}.hero-stat-label{font-size:.8rem;color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em}@media (max-width:768px){.hero{padding:7rem 1.5rem 4rem}.hero-bg{top:30%;left:40%;width:280%;transform:translate(-50%,-50%) rotate(-35deg) scale(1.4)}.hero-stats{flex-wrap:wrap;gap:2rem}}@media (max-width:480px){.hero-buttons{flex-direction:column}.btn{width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:1rem}}.modal{opacity:0;visibility:hidden}.section{padding:6rem 2rem;position:relative;z-index:1}