.home-shorts {
    padding: 3rem 0 3.5rem;
    background: #f4f8fb;
}

.home-shorts .inner-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.home-shorts__eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1b6a92;
    margin: 0 0 0.5rem;
}

.home-shorts__intro {
    max-width: 42rem;
    margin: 0 0 1.5rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #2a2a2a;
}

.home-shorts__slider-wrap {
    position: relative;
    padding: 0 2.75rem;
    margin-bottom: 2rem;
}

@media (max-width: 671px) {
    .home-shorts__slider-wrap {
        padding: 0 2.25rem;
    }
}

.home-shorts__slider-wrap .arrow-set {
    color: #2a2a2a;
    cursor: pointer;
}

.home-shorts__swiper {
    overflow: hidden;
    width: 100%;
}

.home-shorts__swiper .swiper-wrapper {
    align-items: stretch;
}

.home-shorts__slide {
    height: auto;
    box-sizing: border-box;
}

.home-shorts__slide .home-shorts__card {
    margin: 0 0.35rem;
}

.home-shorts__card {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    max-height: 320px;
    background: #1a3a4a;
    box-shadow: 0 6px 20px rgba(27, 106, 146, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 575px) {
    .home-shorts__card {
        max-width: 160px;
        max-height: 280px;
    }
}

.home-shorts__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(27, 106, 146, 0.22);
}

.home-shorts__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-shorts__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

.home-shorts__play::after {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c41e3a'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center / 22px no-repeat;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.home-shorts__cta-wrap {
    text-align: center;
}

.home-shorts__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.75rem;
    background: #2a2a2a;
    color: #fff !important;
    font-style: italic;
    font-size: 1rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.home-shorts__cta:hover {
    background: #1b6a92;
    color: #fff !important;
}

.home-shorts__cta .bpmicon-youtube {
    font-size: 1.35em;
}
