body {
    background-color: #F8F9FA;
    color: #475569;
    overflow-x: hidden;
}

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F8F9FA; }
::-webkit-scrollbar-thumb { background: #CBD5E1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #0F52BA; }

.hidden-scrollbar::-webkit-scrollbar { display: none; }
.hidden-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.text-shadow-sm { text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
.gsap-reveal { opacity: 0; visibility: hidden; }

.zoom-layer {
    transform-origin: center center;
    will-change: transform, opacity;
    transform: translateZ(0); 
}

.text-justify-all {
    text-align: justify;
    text-align-last: justify;
    -moz-text-align-last: justify;
}

.animation-delay-2000 {
    animation-delay: 2s;
}
.animation-delay-4000 {
    animation-delay: 4s;
}