.hero-banner{position:relative;min-height:30em;overflow:hidden;padding:0;margin:-4px 0 0}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:30em;margin:0}.hero-image{width:100%;height:30em;object-fit:cover;animation:imageReveal 1.5s ease-out forwards;display:block}.hero-overlay-glass{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(4px);z-index:1}.hero-content{position:relative;height:75%;display:flex;align-items:center;justify-content:center;text-align:center;color:white;padding:0 2rem;z-index:2}.hero-text-container{margin-top:4rem;padding:1rem 0;max-width:800px;animation:textSlideUp 1.2s cubic-bezier(.25,.46,.45,.94) .3s both}.hero-title{font-size:2.5rem;margin-bottom:1.5rem;margin-top:1.5rem;line-height:1.1}.hero-subtitle,.hero-title{font-weight:500;text-shadow:-2px 2px 2px rgba(0,0,0,.4)}.hero-subtitle{font-size:1.3rem;margin-bottom:3.5rem;line-height:1.6}.hero-cta{display:flex;justify-content:center;flex-wrap:wrap;isolation:isolate}@keyframes imageReveal{0%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:1}}@keyframes textSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.banner-overlay-glass{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:10px;border:1px solid rgba(255,255,255,.2)}@media (max-width:768px){.hero-text-container{margin-top:6rem!important;height:auto!important}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.4rem}.hero-cta{flex-direction:column;align-items:center}.cta-button{width:100%;max-width:300px}.hero-banner{height:50vh}}@media (max-width:480px){.hero-text-container{margin-top:-4rem}.hero-title{font-size:1.3rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1rem}.hero-content{padding:0 1rem}}