.hero-background{opacity:0;width:100%;height:100%;transition:opacity 2s ease-in-out;position:absolute;top:0;left:0}.hero-background.active{opacity:1}.content-animate{opacity:0;animation:.8s .3s forwards fadeInUp;transform:translateY(20px)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.section-reveal{opacity:0;transition:all .6s;transform:translateY(30px)}.section-reveal.visible{opacity:1;transform:translateY(0)}.card-hover{transition:transform .3s,box-shadow .3s}.card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.counter{font-weight:700;display:inline-block}.nav-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:12px;height:12px;transition:all .3s}.nav-dot.active{background:#fff;border-radius:6px;width:24px}*{backface-visibility:hidden;transform:translateZ(0)}html{scroll-behavior:smooth}.stable-layout{min-height:100vh;position:relative}
