.hero-section{position:relative;width:100%;height:76vh;overflow:hidden;font-family:Arial,sans-serif}.hero-background-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.hero-background{position:absolute;width:100%;height:100%;background-size:cover;background-position:50%;opacity:0;transition:opacity 1s ease-in-out}.hero-background.active{opacity:1;z-index:0}.hero-overlay{position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}.hero-content{position:relative;z-index:2;height:100%;display:flex;justify-content:center;align-items:center;text-align:center;color:white;padding:2rem}.hero-subtitle{font-size:2.5rem;font-weight:600;margin-bottom:2rem}.hero-button{background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);color:white;padding:1rem 3rem;font-size:1rem;border-radius:.5rem;transition:background-color .3s ease,color .3s ease;cursor:pointer}.hero-button:hover{background-color:white;color:black}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:3}.hero-scroll-line{width:2px;height:40px;background:white;animation:scroll-pulse 2s infinite}@keyframes scroll-pulse{0%,to{opacity:1}50%{opacity:.3}}.slide-indicators{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:3}.slide-indicator{width:10px;height:10px;border-radius:50%;border:1px solid white;background-color:transparent;cursor:pointer;transition:background-color .3s ease}.slide-indicator.active{background-color:white}