.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 5%;background:linear-gradient(135deg,#0a0e27 0%,#1a1f3a 50%,#0a0e27 100%);position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(0,255,65,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,150,255,.05) 0%,transparent 50%);pointer-events:none}.hero-content{text-align:center;max-width:900px;z-index:2;animation:slideUpFade .8s ease-out}.hero h1{font-size:4rem;font-weight:700;margin-bottom:2rem;line-height:1.2;background:linear-gradient(135deg,#fff 0%,#b0b8d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:3rem;line-height:1.8}.subsection-title{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:var(--text-primary)}.subsection-title::before{content:"";display:inline-block;width:4px;height:4px;background:var(--accent-green);border-radius:50%;margin-right:.75rem}@media (max-width:768px){.hero{padding:3rem 5%;min-height:auto}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.subsection-title{font-size:1.2rem}}@media (max-width:480px){.hero h1{font-size:1.8rem}.btn-primary,.btn-secondary{padding:.8rem 1.5rem;font-size:.9rem}}.scroll-reveal{opacity:0;transform:translateY(20px);transition:all .8s ease-out}.scroll-reveal.visible{opacity:1;transform:translateY(0)}