.hero-section{min-height:100vh;display:flex;margin:0;align-items:center;justify-content:center;padding:40px 16px;overflow:hidden}.hero-section .background-image{position:absolute;top:0;height:100%;width:100%}.hero-section .background-image img{width:100%;height:100%;object-fit:cover;min-height:100%;z-index:0}.background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1}.hero-section h1{color:white;font-size:4rem;font-family:Arial,sans-serif;z-index:2;animation:slide-in 1s ease-out;text-align:center;margin:0 8px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:600px){.hero-section{min-height:100vh;padding:32px 12px}.hero-section h1{font-size:2rem;line-height:1.1}}@keyframes slide-in{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.hero-section .move-down-indicator{position:absolute;bottom:20px;z-index:2}.hero-section button{background:none;border:none;cursor:pointer}.arrow{width:30px;height:15px;position:relative}.move-down-indicator span{display:block;width:20px;height:4px;background:#eeeeee;position:absolute;top:10px;left:5px;border-radius:2px}.move-down-indicator span:first-child{transform:rotate(45deg) translateX(-8px)}.arrow span:nth-child(2){transform:rotate(-45deg) translateX(8px)}