.slide-week-program {
    position: relative;
    min-height: 100dvh;
    overflow: hidden;
    background: linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.slide-week-program .container {
    position: relative;
    z-index: 2;
}

.slide-week-program__inner {
    min-height: 100dvh;
    padding: clamp(22px, 3.4vh, 34px) 0 clamp(34px, 5vh, 52px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(14px, 2vh, 24px);
}

.slide-week-program__heading {
    max-width: 920px;
}

.slide-week-program__title {
    margin: 0;
    font-family: "Adlery Pro Swash", cursive;
    font-size: clamp(58px, 6vw, 82px);
    font-weight: 400;
    line-height: 0.95;
    color: #111111;
}

.slide-week-program__slider {
    position: relative;
    width: 100%;
    padding: 0 clamp(56px, 5vw, 76px);
    box-sizing: border-box;
    overflow: visible;
}

.slide-week-program__slider .swiper-slide {
    height: auto;
    padding-top: 6px;
}

.program-week-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.program-week-card__week-title {
    margin: 0;
    font-family: "Lora", serif;
    font-size: clamp(26px, 2.7vw, 42px);
    font-weight: 500;
    line-height: 1.05;
    text-align: center;
    color: #111111;
    text-transform: uppercase;
}

.program-week-card__body {
    min-height: clamp(360px, 52vh, 470px);
    height: 100%;
    width: 100%;
    padding: 34px 24px;
    border-radius: 24px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #ffdf66 0%, #ffd953 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.program-week-card__text {
    margin: 0;
    font-family: "Lora", serif;
    font-size: clamp(18px, 2vw, 30px);
    line-height: 1.25;
    color: #111111;
}

.program-week-card__body--left {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.program-week-card__list {
    margin: 0;
    padding-left: 1.1em;
    list-style: disc;
    font-family: "Lora", serif;
    font-size: clamp(17px, 1.8vw, 28px);
    line-height: 1.15;
    color: #111111;
    text-align: left;
}

.program-week-card__list li + li {
    margin-top: 6px;
}

.program-week-card__list li::marker {
    color: #111111;
}

.slide-week-program__controls {
    position: absolute;
    inset: 0 0 -40px;
    display: flex;
    justify-content: center;
    min-height: 0;
    pointer-events: none;
}

.slide-week-program__pagination {
    position: absolute;
    left: 50% !important;
    bottom: 0;
    width: 100vw;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    pointer-events: auto;
}

.slide-week-program__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(0, 87, 216, 0.22);
    opacity: 1;
    transition: width 0.25s ease, background-color 0.25s ease;
}

.slide-week-program__pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: #0057d8;
}

.slide-week-program__arrow {
    position: absolute;
    top: 50%;
    width: 68px;
    height: 68px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 87, 216, 0.22);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 247, 255, 0.98) 100%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #0057d8;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 18px 36px rgba(0, 87, 216, 0.14);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    z-index: 4;
    pointer-events: auto;
}

.slide-week-program__arrow svg {
    width: 14px;
    height: 24px;
    display: block;
}

.slide-week-program__arrow path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
}

.slide-week-program__arrow--prev {
    left: 0;
}

.slide-week-program__arrow--prev svg {
    transform: scaleX(-1);
}

.slide-week-program__arrow--next {
    right: 0;
}

.slide-week-program__arrow:hover,
.slide-week-program__arrow:focus-visible {
    background: #0057d8;
    color: #ffffff;
    border-color: #0057d8;
    box-shadow: 0 22px 44px rgba(0, 87, 216, 0.24);
}

.slide-week-program__arrow.swiper-button-disabled {
    background: linear-gradient(180deg, rgba(245, 247, 251, 0.96) 0%, rgba(237, 241, 247, 0.98) 100%);
    border-color: rgba(3, 54, 82, 0.12);
    color: rgba(3, 54, 82, 0.34);
    box-shadow: none;
    pointer-events: none;
    opacity: 1;
}

.slide-week-program__arrow.swiper-button-disabled:hover,
.slide-week-program__arrow.swiper-button-disabled:focus-visible {
    background: linear-gradient(180deg, rgba(245, 247, 251, 0.96) 0%, rgba(237, 241, 247, 0.98) 100%);
    border-color: rgba(3, 54, 82, 0.12);
    color: rgba(3, 54, 82, 0.34);
    box-shadow: none;
}

.slide-week-program__arrow:focus-visible {
    outline: 2px solid #0057d8;
    outline-offset: 3px;
}

.slide-week-program__decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.slide-week-program__decor--top-right {
    top: 0;
    right: 0;
    width: 380px;
    height: 220px;
}

.slide-week-program__decor--bottom-left {
    left: 0;
    bottom: 0;
    width: 360px;
    height: 220px;
}

.slide-week-program__decor--bottom-right {
    right: 42px;
    bottom: 42px;
    width: 150px;
    height: 120px;
}

@media (max-width: 991px) {
    .slide-week-program {
        min-height: auto;
    }

    .slide-week-program__inner {
        min-height: auto;
        padding: 48px 0 56px;
    }

    .slide-week-program__slider {
        padding: 0 54px;
    }

    .slide-week-program__title {
        font-size: clamp(46px, 8vw, 64px);
    }

    .program-week-card__week-title {
        font-size: 34px;
    }

    .program-week-card__body {
        min-height: 320px;
        padding: 28px 22px;
    }
}

@media (max-width: 767px) {
    .slide-week-program__inner {
        padding: 32px 0 44px;
        gap: 20px;
    }

    .slide-week-program__slider {
        padding: 0 48px;
    }

    .slide-week-program__title {
        max-width: 320px;
        font-size: 44px;
        line-height: 0.95;
    }

    .program-week-card {
        gap: 14px;
    }

    .program-week-card__week-title {
        font-size: 30px;
    }

    .program-week-card__body {
        min-height: 260px;
        padding: 24px 18px;
        border-radius: 22px;
    }

    .program-week-card__text {
        font-size: 17px;
    }

    .program-week-card__list {
        font-size: 17px;
    }

    .slide-week-program__controls {
        inset: 0 0 -35px;
    }

    .slide-week-program__pagination {
        gap: 8px;
    }

    .slide-week-program__arrow {
        width: 36px;
        height: 36px;
        border-radius: 14px;
    }

    .slide-week-program__arrow svg {
        width: 10px;
        height: 18px;
    }

    .slide-week-program__arrow--prev {
        left: 4px;
    }

    .slide-week-program__arrow--next {
        right: 4px;
    }

    .slide-week-program__decor--top-right {
        width: 220px;
        height: 128px;
    }

    .slide-week-program__decor--bottom-left {
        width: 220px;
        height: 136px;
    }

    .slide-week-program__decor--bottom-right {
        right: 18px;
        bottom: 70px;
        width: 96px;
        height: 76px;
    }
}
