.home-promotions {
    position: relative;
    width: min(1180px, calc(100% - 32px));
    margin: 26px auto;
    padding: clamp(26px, 3.2vw, 38px) clamp(26px, 4vw, 46px) clamp(30px, 3.8vw, 44px);
    border: 1px solid rgba(102, 155, 0, .14);
    border-radius: 30px;
    background:
        radial-gradient(circle at 82% 18%, rgba(140, 198, 63, .20), transparent 34%),
        rgba(255, 255, 255, .88);
    box-shadow: 0 24px 70px rgba(16, 42, 33, .10);
    overflow: hidden;
}

[data-theme="dark"] .home-promotions {
    background:
        radial-gradient(circle at 82% 18%, rgba(140, 198, 63, .16), transparent 34%),
        rgba(5, 18, 20, .82);
    border-color: rgba(140, 198, 63, .16);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .30);
}

.home-promotions-title {
    display: block;
    max-width: 900px;
    margin: 0 auto 14px;
    padding: 0;
    text-align: center;
}

.home-promotions-title h2 {
    max-width: 820px;
    margin: 2px auto 0;
    color: #101828;
    font-size: clamp(34px, 3.15vw, 52px);
    line-height: 1.03;
    letter-spacing: 0;
}

.home-promotions-title p {
    max-width: 760px;
    margin: 10px auto 0;
    color: #526171;
    font-size: 15px;
    line-height: 1.48;
    font-weight: 700;
}

[data-theme="dark"] .home-promotions-title h2 {
    color: #fff;
}

[data-theme="dark"] .home-promotions-title p {
    color: rgba(226, 232, 240, .72);
}

.home-promotions-title .section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 7px 16px;
    border: 1px solid rgba(0, 150, 80, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
    color: #008f5a;
    font-size: 14px;
    font-weight: 800;
}

[data-theme="dark"] .home-promotions-title .section-label {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(140, 198, 63, .24);
    color: #9ae66a;
}

.home-promotions-slider-top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: -2px 0 16px;
}

.home-promotions-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-promotions-controls button {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(102, 155, 0, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .80);
    color: #233016;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.home-promotions-controls button:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #17c95f, #73e600);
    color: #fff;
    box-shadow: 0 14px 30px rgba(30, 190, 48, .22);
}

.home-promotions-controls button:active {
    transform: translateY(0);
}

.home-promotions-viewport {
    overflow: hidden;
}

.home-promotions-track {
    display: flex;
    align-items: stretch;
    gap: 20px;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

.home-promo-card {
    display: flex;
    flex: 0 0 calc((100% - 60px) / 4);
    min-height: 398px;
    height: auto;
    flex-direction: column;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

[data-theme="dark"] .home-promo-card {
    background: rgba(15, 29, 32, .86);
    border-color: rgba(255, 255, 255, .08);
}

.home-promo-media {
    display: grid;
    place-items: center;
    aspect-ratio: auto;
    height: 205px;
    min-height: 205px;
    margin-bottom: 12px;
    padding: 8px;
    overflow: hidden;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffdf1f, #fff36b);
}

.home-promo-media img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain !important;
    object-position: center center;
    display: block;
}

.home-promo-media span {
    font-size: 60px;
    font-weight: 900;
    color: #669b00;
}

.home-promo-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 7px;
}

.home-promo-copy h3 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.15;
}

.home-promo-copy p {
    min-height: 52px;
    margin: 0;
    color: #2f3b4a;
    font-size: 14px;
    line-height: 1.38;
}

.home-promo-benefits {
    display: grid;
    gap: 5px;
    min-height: 58px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-promo-benefits li {
    position: relative;
    padding-left: 18px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.home-promo-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .42em;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(135deg, #14b83d, #73e600);
    box-shadow: 0 0 0 3px rgba(102, 155, 0, .12);
}

[data-theme="dark"] .home-promo-copy h3 {
    color: #fff;
}

[data-theme="dark"] .home-promo-copy p {
    color: rgba(226, 232, 240, .72);
}

[data-theme="dark"] .home-promo-benefits li {
    color: rgba(255, 255, 255, .86);
}

.home-promo-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
    min-height: 48px;
    padding: 12px 12px 12px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, #14b83d, #62e600);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(30, 190, 48, .20);
    transition: transform .18s ease, box-shadow .18s ease;
}

.home-promo-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(30, 190, 48, .24);
}

.home-promo-link b {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    color: #49bd16;
    font-size: 24px;
    line-height: 1;
}

.home-promotions-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.home-promotions-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(102, 155, 0, .25);
    cursor: pointer;
    transition: width .18s ease, background .18s ease;
}

.home-promotions-dots button.is-active {
    width: 28px;
    height: 8px;
    border-radius: 20px;
    background: #669b00;
}

@media (max-width: 1180px) {
    .home-promo-card {
        flex-basis: calc((100% - 40px) / 3);
    }
}

@media (max-width: 860px) {
    .home-promotions {
        width: min(100% - 20px, 640px);
        margin: 18px auto;
        padding: 22px;
        border-radius: 24px;
    }

    .home-promotions-title {
        padding: 0;
        margin-bottom: 16px;
        text-align: center;
    }

    .home-promotions-title p {
        margin-left: auto;
        margin-right: auto;
    }

    .home-promotions-slider-top {
        display: none;
    }

    .home-promo-card {
        flex-basis: calc((100% - 20px) / 2);
        min-height: 390px;
    }
}

@media (max-width: 620px) {
    .home-promotions {
        padding: 18px;
        border-radius: 22px;
    }

    .home-promotions-title h2 {
        max-width: 360px;
        font-size: 34px;
        line-height: 1.08;
    }

    .home-promotions-title p {
        max-width: 340px;
        font-size: 15px;
    }

    .home-promotions-track {
        gap: 14px;
    }

    .home-promo-card {
        flex-basis: 100%;
        min-height: 0;
        padding: 18px;
    }

    .home-promo-media {
        aspect-ratio: auto;
        height: 184px;
        min-height: 184px;
        margin-bottom: 14px;
        padding: 8px;
    }

    .home-promo-copy h3 {
        font-size: 22px;
    }

    .home-promo-copy p,
    .home-promo-benefits {
        min-height: 0;
    }
}
