:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{margin:0;padding:0}img{max-width:100%;height:auto}[data-animate]{opacity:0;transition:opacity .6s ease-in-out,transform .6s ease-in-out}[data-animate].animate__fadeIn,[data-animate].animate__fadeInDown,[data-animate].animate__fadeInLeft,[data-animate].animate__fadeInRight,[data-animate].animate__fadeInUp{opacity:1!important}.section-banner [data-animate]{transition-delay:.2s}@media (prefers-reduced-motion:reduce){[data-animate]{transition:none!important;opacity:1!important}}.partner-slider{padding:20px 0}.partner-item{display:flex;justify-content:center;align-items:center;height:100px;padding:15px;background:white;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.partner-item img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.partner-item:hover img{filter:grayscale(0);opacity:1}.swiper-pagination-bullet{background:#ccc}.swiper-pagination-bullet-active{background:var(--primary-color)}.swiper-button-next,.swiper-button-prev{color:var(--primary-color)}