.hero{position:relative;display:flex;align-items:center;justify-content:center;color:white;text-align:center;padding:2rem;height:60vh;min-height:400px;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:0}.hero .hero-content{position:relative;max-width:800px;z-index:2}.hero .hero-content .hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:2rem;line-height:1.6}.hero .hero-content .hero-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero .hero-content .hero-buttons .button-wrapper{width:200px}@media (max-width:768px){.hero .hero-content .hero-title{font-size:2.2rem}.hero .hero-content .hero-subtitle{font-size:1rem}}.home-banner-container .hero-section-wrapper{position:relative}.home-banner-container .hero-section-wrapper .site-header-wrapper{position:absolute;top:0;left:0;width:100%}.home-page-container{display:flex;flex-direction:column;justify-content:center}.home-page-container .margin{margin-top:2rem}