.hero-section{position:relative}.hero-title{text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-subtitle,.hero-title{will-change:opacity,transform}.scroll-indicator{animation:bounce 1s infinite;bottom:2.5rem;left:50%;position:absolute;transform:translateX(-50%)}.scroll-indicator svg{color:#fff;height:1.5rem;width:1.5rem}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateX(-50%) translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateX(-50%) translateY(0)}}@media (max-width:768px){.hero-title{font-size:2.5rem}}