.hero-section{justify-content:center;align-items:center;min-height:100vh;margin:0;padding:40px 16px;display:flex;overflow:hidden}.hero-section .background-image{width:100%;height:100%;position:absolute;top:0}.hero-section .background-image img{object-fit:cover;z-index:0;width:100%;height:100%;min-height:100%}.background-overlay{z-index:1;background-color:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.hero-section h1{color:#fff;z-index:2;text-align:center;user-select:none;margin:0 8px;font-family:Arial,sans-serif;font-size:4rem;animation:1s ease-out slide-in}@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%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.hero-section .move-down-indicator{z-index:2;animation:2s infinite bounce;position:absolute;bottom:20px;left:50%}.hero-section button{cursor:pointer;background:0 0;border:none}.arrow{width:30px;height:15px;position:relative}.move-down-indicator span{background:#eee;border-radius:2px;width:20px;height:4px;display:block;position:absolute;top:10px;left:5px}.move-down-indicator span:first-child{transform:rotate(45deg)translate(-8px)}.arrow span:nth-child(2){transform:rotate(-45deg)translate(8px)}.bounce{animation:1.3s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(8px)translate(-50%)}60%{transform:translateY(4px)translate(-50%)}}
