.home-courses-section .home-courses-swiper-slide {
    width: min(300px, calc(100vw - 2.75rem));
    max-width: calc(100vw - 2.75rem);
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}
.home-courses-section .home-courses-swiper-slide > * { height: 100%; }
@media (min-width: 640px) {
    .home-courses-section .home-courses-swiper-slide { width: 320px; max-width: 320px; }
}
@media (min-width: 1024px) {
    .home-courses-section .home-courses-swiper-slide { width: 340px; max-width: 340px; }
}
.home-courses-section .swiper-wrapper { align-items: stretch; }
.home-courses-section .home-courses-pagination.swiper-pagination-static {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    padding: 0.25rem 0 0.125rem;
    transform: none !important;
}
.home-courses-section .home-courses-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    background: #cbd5e1;
    opacity: 1;
    transition: background 0.2s, transform 0.2s;
}
.home-courses-section .home-courses-pagination .swiper-pagination-bullet-active {
    background: #2563eb;
    transform: scale(1.15);
}
.home-courses-section .swiper { padding-bottom: 0 !important; }
