*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { background: #04080f; color: #fff; font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: clip; }
main, section, header, footer, nav { max-width:100vw; overflow-x:clip; }
:focus-visible { outline: 2px solid #00e676; outline-offset: 3px; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
#stars-canvas { position:fixed; inset:0; width:100%; height:100%; pointer-events:none; z-index:0; }
#mouse-glow { position: fixed; left:50%; top:50%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(0,230,118,0.06) 0%, rgba(0,180,255,0.03) 40%, transparent 70%); pointer-events: none; z-index: 1; transform: translate(-50%, -50%); transition: left 0.3s ease-out, top 0.3s ease-out; will-change: left, top; }
.orb { position:absolute; border-radius:50%; filter:blur(80px); opacity:.4; animation:float-orb 20s ease-in-out infinite; pointer-events:none; }
.orb-1 { width:400px; height:400px; background:rgba(0,230,118,.08); top:20%; left:24px; }
.orb-2 { width:350px; height:350px; background:rgba(0,180,255,.07); top:60%; right:88px; animation-delay:-7s; }
.orb-3 { width:300px; height:300px; background:rgba(168,85,247,.06); bottom:10%; left:30%; animation-delay:-14s; }
@keyframes float-orb { 0%,100%{transform:translate(0,0) scale(1)} 25%{transform:translate(30px,-40px) scale(1.05)} 50%{transform:translate(-20px,20px) scale(.95)} 75%{transform:translate(40px,30px) scale(1.02)} }
.morph-blob { position:absolute; border-radius:30% 70% 70% 30% / 30% 30% 70% 70%; animation:morph 15s ease-in-out infinite; pointer-events:none; }
@keyframes morph { 0%,100%{border-radius:30% 70% 70% 30% / 30% 30% 70% 70%; transform:rotate(0) scale(1)} 25%{border-radius:58% 42% 57% 43% / 43% 51% 49% 57%; transform:rotate(90deg) scale(1.05)} 50%{border-radius:50% 50% 33% 67% / 55% 27% 73% 45%; transform:rotate(180deg) scale(.95)} 75%{border-radius:33% 67% 58% 42% / 63% 68% 32% 37%; transform:rotate(270deg) scale(1.02)} }
.glass { background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.06); backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); }
.glass-hover { transition:all .4s cubic-bezier(.4,0,.2,1); }
.glass-hover:hover { background:rgba(255,255,255,.06); border-color:rgba(0,230,118,.2); transform:translateY(-4px) scale(1.01); box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 40px rgba(0,230,118,.05); }
.tilt-card { transition:transform .1s ease-out; transform-style:preserve-3d; perspective:1000px; }
.nav-glass { background:rgba(4,8,15,.82); border-bottom:1px solid rgba(255,255,255,.04); backdrop-filter:blur(24px); -webkit-backdrop-filter:blur(24px); transition:all .3s ease; }
.nav-glass.scrolled { background:rgba(4,8,15,.95); box-shadow:0 4px 30px rgba(0,0,0,.3); }
.gradient-green { background:linear-gradient(135deg,#00e676,#00b4ff,#a855f7,#00e676); background-size:300% 300%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; animation:gradient-shift 6s ease-in-out infinite; }
.gradient-purple { background:linear-gradient(135deg,#00b4ff,#a855f7,#00e676,#00b4ff); background-size:300% 300%; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; animation:gradient-shift 6s ease-in-out infinite; }
@keyframes gradient-shift { 0%,100%{background-position:0% 50%} 50%{background-position:100% 50%} }
.badge { display:inline-flex; align-items:center; gap:6px; padding:5px 16px; border-radius:100px; font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.badge-green { background:rgba(0,230,118,.08); color:#00e676; border:1px solid rgba(0,230,118,.15); }
.badge-blue { background:rgba(0,180,255,.08); color:#00b4ff; border:1px solid rgba(0,180,255,.15); }
.btn-primary { background:linear-gradient(135deg,#00e676,#00c853); color:#04080f; font-weight:700; padding:14px 28px; border-radius:12px; transition:all .3s cubic-bezier(.4,0,.2,1); display:inline-flex; align-items:center; justify-content:center; gap:8px; position:relative; overflow:hidden; text-decoration:none; }
.btn-primary::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg,transparent,rgba(255,255,255,.2),transparent); transform:translateX(-100%); transition:transform .5s ease; }
.btn-primary:hover::before { transform:translateX(100%); }
.btn-primary:hover { transform:translateY(-3px); box-shadow:0 10px 40px rgba(0,230,118,.5),0 0 20px rgba(0,230,118,.2); }
.btn-outline { border:1px solid rgba(255,255,255,.15); color:#fff; font-weight:600; padding:14px 28px; border-radius:12px; transition:all .3s ease; display:inline-flex; align-items:center; justify-content:center; gap:8px; text-decoration:none; }
.btn-outline:hover { border-color:rgba(0,230,118,.4); color:#00e676; transform:translateY(-3px); box-shadow:0 10px 30px rgba(0,0,0,.3); }
.btn-glow { animation:breathe-glow 3s ease-in-out infinite; }
@keyframes breathe-glow { 0%,100%{box-shadow:0 0 20px rgba(0,230,118,.2),0 0 40px rgba(0,230,118,.1)} 50%{box-shadow:0 0 30px rgba(0,230,118,.4),0 0 60px rgba(0,230,118,.2),0 0 80px rgba(0,230,118,.1)} }
.page-title { font-size:clamp(2.25rem,6vw,4.65rem); font-weight:900; line-height:1.05; letter-spacing:-.03em; }
.section-title { font-size:clamp(1.75rem,4vw,3rem); font-weight:800; line-height:1.1; letter-spacing:-.02em; }
.line-glow-top::before { content:''; display:block; height:1px; background:linear-gradient(90deg,transparent,rgba(0,230,118,.2),rgba(0,180,255,.15),transparent); }
.module-card { position:relative; overflow:hidden; }
.module-card::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:linear-gradient(90deg,transparent,var(--accent,#00e676),transparent); border-radius:2px 2px 0 0; }
.fade-up { opacity:0; transform:translateY(40px); transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1); }
.fade-left { opacity:0; transform:translateX(-40px); transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1); }
.fade-right { opacity:0; transform:translateX(40px); transition:opacity .8s cubic-bezier(.4,0,.2,1),transform .8s cubic-bezier(.4,0,.2,1); }
.fade-up.visible,.fade-left.visible,.fade-right.visible { opacity:1; transform:translate(0); }
.stagger-1 { transition-delay:.1s; } .stagger-2 { transition-delay:.2s; } .stagger-3 { transition-delay:.3s; } .stagger-4 { transition-delay:.4s; }
#mobile-menu { display:none; }
#mobile-menu.open { display:block; }
.form-input { width:100%; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); border-radius:12px; padding:14px 16px; color:#fff; font-size:14px; font-family:Inter,sans-serif; transition:all .3s ease; outline:none; }
.form-input:focus { border-color:rgba(0,230,118,.4); background:rgba(0,230,118,.04); box-shadow:0 0 20px rgba(0,230,118,.08); }
.form-input::placeholder { color:rgba(148,163,184,.5); }
.form-label { display:block; font-size:12px; font-weight:600; color:rgba(148,163,184,.8); margin-bottom:6px; letter-spacing:.02em; }
select.form-input { appearance:none; cursor:pointer; background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat:no-repeat; background-position:right 16px center; padding-right:40px; }
select.form-input option { background:#0a0f1a; color:#fff; }
.success-overlay { display:none; position:absolute; inset:0; background:rgba(4,8,15,.95); backdrop-filter:blur(10px); border-radius:24px; z-index:10; flex-direction:column; align-items:center; justify-content:center; gap:16px; padding:28px; }
.success-overlay.show { display:flex; animation:fadeIn .5s ease; }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }
.success-check { width:80px; height:80px; border-radius:50%; background:linear-gradient(135deg,#00e676,#00c853); display:flex; align-items:center; justify-content:center; animation:scaleIn .5s cubic-bezier(.4,0,.2,1) .2s both; }
@keyframes scaleIn { from{transform:scale(0)} to{transform:scale(1)} }
::-webkit-scrollbar { width:6px; }
::-webkit-scrollbar-track { background:#04080f; }
::-webkit-scrollbar-thumb { background:rgba(0,230,118,.2); border-radius:3px; }
::-webkit-scrollbar-thumb:hover { background:rgba(0,230,118,.4); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; }
  #mouse-glow,.orb,.morph-blob { display:none; }
}
@media (max-width: 767px) {
  #mouse-glow,.orb { display:none; }
}
