body{margin:0;font-family:JustSans,sans-serif}.container{max-width:1400px;width:100%;margin-left:auto;margin-right:auto;padding:0 3rem;position:relative;height:100%;display:flex;align-items:center;box-sizing:border-box}.hero-section{position:relative;width:100%;height:100vh;overflow:hidden}.hero-section .hero-img{width:100%;height:100%;object-fit:cover;object-position:right top;display:block;animation:zoomInOut 12s ease-in-out infinite alternate}.hero-section .hero-overlay{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;display:flex;align-items:center}.hero-section .hero-overlay.hero-left{text-align:left}.hero-section .hero-overlay .hero-text{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.7)}.hero-section .hero-title{font-size:3rem;font-weight:900;margin:0}.hero-section .hero-subtitle{font-size:1.5rem;font-weight:500;margin-top:1rem}@media (max-width: 900px){.hero-section .hero-img{filter:brightness(50%) saturate(100%)}.hero-section .hero-title{font-size:2.2rem;font-weight:900;margin:0}.hero-section .hero-subtitle{font-size:1.3rem;font-weight:500;margin-top:.5rem}}@keyframes zoomInOut{0%{transform:scale(1)}to{transform:scale(1.03)}}#logo-container{position:absolute;top:22px;left:36px;z-index:10}#logo-container img{height:60px;width:auto}
