.hero-section{text-align:center;justify-content:center;align-items:center;height:100vh;display:flex;position:relative;overflow:hidden}.hero-section.hidden{opacity:0}.hero-section.visible{opacity:1}.hero-image-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:#00000080;width:100%;height:100%;position:absolute}.hero-content{z-index:2;color:#fff;max-width:90%;padding:1rem;position:relative}.hero-title{text-align:center;background:linear-gradient(#02fa4c 50%,#deee06 50%);color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.4rem;font-style:italic;font-weight:800;animation:1s ease-out forwards fadeSlideUp}.hero-subtitle{text-align:center;background:linear-gradient(#d0d4d7 50%,#35d205 50%);color:#0000;-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:1.5rem;font-style:italic;font-weight:600;animation:1s ease-out .5s forwards fadeSlideUp}.hero-button{color:#fff;background:linear-gradient(90deg,#10b981,#059669);border-radius:9999px;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:inline-block;box-shadow:0 4px 14px #00000040}.hero-button:hover{background-color:#15803d}.scroll-arrow{justify-content:center;margin-top:2rem;animation:2s infinite bounce;display:flex}.scroll-arrow svg{color:#fff;opacity:.8;width:2.5rem;height:2.5rem;transition:transform .3s}.scroll-arrow svg:hover{opacity:1;transform:scale(1.2)}@media (min-width:640px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.25rem}.hero-button{padding:1rem 2rem}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
