.hero-section{position:relative;min-height:95vh;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.hero-background{position:absolute;inset:0;overflow:hidden}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%) scale(1.1);object-fit:cover;transition:transform .5s ease-out}.hero-section:hover .hero-video{transform:translate(-50%,-50%) scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000080,#0009)}.hero-content{position:relative;z-index:10;padding:6rem 1rem}.stats-card{background:#0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,background .3s ease}.stats-card:hover{transform:translateY(-5px);background:#0006}.scroll-indicator{animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}
