@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes revealUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.hero-image-wrapper{position:absolute;inset:0;overflow:hidden}.hero-image{opacity:0;animation:1.8s forwards fadeIn}.hero-overlay{animation:2s both fadeIn}.hero-title{opacity:0;font-size:64px;animation:1s cubic-bezier(.16,1,.3,1) 1s both revealUp}@media (max-width:768px){.hero-section{border-radius:16px!important;height:320px!important}.hero-title{letter-spacing:-.4px!important;white-space:normal!important;font-size:40px!important;bottom:28px!important;left:20px!important}}
