/* 3Treno - Modern Premium Style */
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 10px; }

/* Hero Slider */
.hero-swiper .swiper-slide { overflow: hidden; }
.hero-swiper .swiper-slide img { transition: transform 6s ease; }
.hero-swiper .swiper-slide-active img { transform: scale(1.05); }
.hero-pagination .swiper-pagination-bullet {
    width: 12px; height: 12px; background: rgba(255,255,255,0.4); opacity: 1;
    border: 2px solid transparent; transition: all 0.3s;
}
.hero-pagination .swiper-pagination-bullet-active {
    background: #E5A100; border-color: #E5A100; width: 32px; border-radius: 6px;
}

/* Testimonial Slider */
.testimonial-swiper .swiper-pagination-bullet {
    width: 8px; height: 8px; background: #d1d5db; opacity: 1;
}
.testimonial-swiper .swiper-pagination-bullet-active {
    background: #E5A100; width: 24px; border-radius: 4px;
}

/* Line clamp utility */
.line-clamp-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}
