
.sv-carousel-container { width: 100%; max-width: 1100px; margin: 0 auto; font-family: 'Inter', 'Montserrat', sans-serif; color: #111; }
.sv-carousel-header { margin-bottom: 20px; }
.sv-count { font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #555; display: block; margin-bottom: 5px; }
.sv-title { font-size: 2.2rem; font-weight: 800; color: #111; margin: 0; line-height: 1.1; }
.sv-year { font-size: 0.9rem; color: #555; margin-top: 5px; }
.sv-carousel-stage { position: relative; width: 100%; height: 400px; background-size: cover; background-position: center; background-repeat: no-repeat; background-color: #e0e0e0; overflow: visible !important; }
.sv-carousel-stage .swiper { width: 100%; height: 100%; overflow: visible !important; }
.sv-carousel-stage .swiper-slide { display: flex; justify-content: center; height: 100%; position: relative; }
.sv-carousel-stage .swiper-slide img { width: auto; max-width: 100%; height: auto; max-height: 300px; object-fit: contain; position: absolute; bottom: -75px; z-index: 10; transform-origin: bottom center; transition: transform 0.5s ease; }
.sv-carousel-stage .swiper-slide img:hover { transform: scale(1.03); }
.sv-arrow { background-color: rgba(255, 255, 255, 0.95); color: #002c5f !important; width: 45px !important; height: 60px !important; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.1); z-index: 20; }
.sv-arrow:after { font-size: 1.2rem !important; font-weight: 900; }
.swiper-button-prev { left: 0 !important; }
.swiper-button-next { right: 0 !important; }
.sv-carousel-footer { display: flex; justify-content: space-between; align-items: center; padding: 95px 0 25px 0; border-bottom: 1px solid #ddd; position: relative; z-index: 1; }
.sv-feature-item { display: flex; align-items: center; gap: 15px; }
.sv-f-text { font-size: 0.9rem; font-weight: 500; color: #333; line-height: 1.3; max-width: 250px; }
.sv-f-icon { display: flex; align-items: center; justify-content: center; height: 35px; }
.sv-f-icon img { height: 100%; width: auto; object-fit: contain; }
@media (max-width: 768px) {
    .sv-carousel-stage { height: 250px; }
    .sv-carousel-stage .swiper-slide img { bottom: -40px; max-height: 180px; }
    .sv-title { font-size: 1.6rem; }
    .sv-carousel-footer { flex-direction: column; align-items: flex-start; gap: 20px; padding-top: 60px; }
}
