.zemex-promo-cards {
    width: 100%;
    padding: clamp(60px, 40vh, 120px) 0;
    background: transparent;
    overflow: hidden;
    margin-bottom: 40px;
}

.promo-cards-container {
    max-width: 1776px;
    display: grid;
    grid-template-columns: 1166px 586px;
    gap: 16px;
    align-items: start;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 64px;
}

/* Left Column */
.promo-left-column {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

/* Main Banner - 1166×462 */
.promo-main-banner {
    width: 100%;
    height: 462px;
    background: #282421;
    border-radius: 40px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.promo-main-banner.has-gradient {
    background: linear-gradient(135deg, #00bf3f 0%, #34e410 100%);
}

.promo-main-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 191, 63, 0.25);
}

/* Banner Header Row with Tag and Timer */
.promo-main-banner .banner-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    z-index: 3;
    flex-wrap: wrap;
}

.promo-main-banner .banner-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    height: 40px;
    padding: 0 16px;
    background: rgba(244, 246, 249, 0.24);
    border-radius: 32px;
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #ffffff;
    width: fit-content;
}

.promo-main-banner .banner-timer-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

.promo-main-banner .timer-label {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.12px;
    color: #ffffff;
    white-space: pre-line;
    max-width: 85px;
}

.promo-main-banner .timer-countdown {
    display: flex;
    align-items: center;
    gap: 5px;
}

.promo-main-banner .timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 30px;
}

.promo-main-banner .timer-value {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -0.16px;
    color: #ffffff;
    font-variant-numeric: tabular-nums;
}

.promo-main-banner .timer-unit {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.12px;
    color: #ffffff;
}

.promo-main-banner .timer-separator {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -0.16px;
    color: #ffffff;
    margin: 0 -2px;
    align-self: flex-start;
    padding-top: 0px;
}

.promo-main-banner .banner-content {
    position: relative;
    z-index: 3;
    max-width: 640px;
}

.promo-main-banner .banner-title {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    max-width: 500px;
    font-size: 48px;
    line-height: 53px;
    letter-spacing: -0.48px;
    color: #ffffff;
    margin: 0 0 16px 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.promo-main-banner .banner-description {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
    max-width: 500px;
}

.promo-main-banner .banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 32px;
    background: linear-gradient(135deg, #16d129 0%, #11b43a 100%);
    border-radius: 16px;
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.18px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
    position: relative;
    z-index: 3;
    width: fit-content;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.promo-main-banner .banner-button:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 24px rgba(22, 209, 41, 0.3);
}

.promo-main-banner .banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.promo-main-banner .banner-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 33% 41%, #1a221e75 5%, rgba(26, 34, 30, 0.3) 100%);
}

.promo-secondary-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
}

.promo-secondary-card {
    height: 268px;
    background: #ffffff;
    border-radius: 32px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
    color: #030813;
}

.promo-secondary-card.has-gradient {
    background: linear-gradient(135deg, #00bf3f 0%, #34e410 100%);
    color: #ffffff;
}

.promo-secondary-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.promo-secondary-card.has-gradient:hover {
    box-shadow: 0 12px 36px rgba(0, 191, 63, 0.25);
}

.promo-secondary-card .card-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.promo-secondary-card .card-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    height: 40px;
    padding: 0 16px;
    background: rgba(244, 246, 249, 0.24);
    border-radius: 32px;
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #ffffff;
    width: fit-content;
}

.promo-secondary-card .card-timer-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.promo-secondary-card .timer-label {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.12px;
    color: #ffffff;
    white-space: pre-line;
    max-width: 85px;
}

.promo-secondary-card .timer-countdown {
    display: flex;
    align-items: center;
    gap: 5px;
}

.promo-secondary-card .timer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 30px;
}

.promo-secondary-card .timer-value {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -0.16px;
    color: #ffffff;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.promo-secondary-card .timer-unit {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15.6px;
    letter-spacing: -0.12px;
    color: #ffffff;
}

.promo-secondary-card .timer-separator {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 19.2px;
    letter-spacing: -0.16px;
    color: #ffffff;
    margin: 0 -2px;
    align-self: flex-start;
}

.promo-secondary-card .card-title {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: 38px;
    letter-spacing: -0.32px;
    color: #030813;
    margin: 0 0 12px 0;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.promo-secondary-card.has-gradient .card-title {
    color: #ffffff;
}

.promo-secondary-card .card-description {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 25.6px;
    letter-spacing: -0.16px;
    color: #6f737a;
    margin: 0;
}

.promo-secondary-card.has-gradient .card-description {
    color: #ffffff;
}

.promo-secondary-card .card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 24px;
    background: #ffffff;
    border-radius: 16px;
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.18px;
    color: #00bf3f;
    text-decoration: none;
    transition: all 0.2s ease;
    width: fit-content;
    border: 2px solid #00bf3f;
}

.promo-secondary-card .card-button:hover {
    background: #00bf3f;
    color: #ffffff;
    transform: scale(1.05);
}

.promo-secondary-card.has-gradient .card-button {
    background: #ffffff;
    color: #00bf3f;
    border-color: #ffffff;
}

.promo-secondary-card.has-gradient .card-button:hover {
    background: #f4f6f9;
    color: #00bf3f;
    border-color: #f4f6f9;
}

.promo-secondary-card.has-light-style {
    background: #ffffff;
    color: #030813;
}

.promo-secondary-card .card-tag-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 146px;
    height: 40px;
    padding: 10px 15px;
    background: rgba(0, 191, 63, 0.08);
    border-radius: 32px;
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #00bf3f;
    width: fit-content;
    margin-bottom: 16px;
}

.promo-secondary-card.has-light-style .card-title {
    color: #030813;
}

.promo-secondary-card.has-light-style .card-description {
    color: #030813;
    font-weight: 500;
    max-width: 320px;
}

.promo-secondary-card.has-light-style .card-button {
    background: #00bf3f;
    color: #ffffff;
    border-color: #00bf3f;
}

.promo-secondary-card.has-light-style .card-button:hover {
    background: #16d129;
    border-color: #16d129;
    transform: scale(1.05);
}

.promo-right-column {
    width: 100%;
}

.promo-side-banner {
    width: 100%;
    height: 754px;
    background: #282421;
    border-radius: 40px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.promo-side-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.15);
}

.promo-side-banner .stories-tap-zone {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.promo-side-banner .stories-tap-prev {
    left: 0;
}

.promo-side-banner .stories-tap-next {
    right: 0;
}

.promo-side-banner .banner-header {
    position: relative;
    z-index: 3;
}

.promo-side-banner .banner-title {
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    letter-spacing: -0.32px;
    color: #ffffff;
    margin: 0;
    padding: 10px;
    background: rgba(110, 115, 129, 0.6);
    border-radius: 24px;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum" 1, "tnum" 1;
}

.promo-side-banner .banner-scroll-button {
    position: absolute;
    bottom: 50%;
    right: 40px;
    width: 56px;
    height: 56px;
    background: #00bf3f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 4;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(0, 191, 63, 0.7);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 191, 63, 0.7);
    }
    50% {
        box-shadow: 0 0 0 20px rgba(0, 191, 63, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 191, 63, 0);
    }
}

.promo-side-banner .banner-scroll-button:hover {
    transform: scale(1.1);
    background: #16d129;
    animation: none;
    box-shadow: 0 4px 16px rgba(0, 191, 63, 0.5);
}

.promo-side-banner .banner-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    z-index: 10;
}

.promo-side-banner .banner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    padding: 0 32px;
    background: #f4f6f9;
    border-radius: 16px;
    font-family: 'TT Wellingtons', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.18px;
    color: #00bf3f;
    text-decoration: none;
    transition: all 0.2s ease;
    width: fit-content;
}

.promo-side-banner .banner-button:hover {
    background: #ffffff;
    transform: scale(1.05);
}

.promo-side-banner .banner-slider.stories-progress {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.promo-side-banner .stories-progress-bar {
    flex: 1;
    height: 6px;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.32);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.promo-side-banner .stories-progress-bar:first-child {
    flex: 7;
}

.promo-side-banner .stories-progress-bar:not(:first-child) {
    flex: 1;
}

.promo-side-banner .stories-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: #ffffff;
    transition: width 5000ms linear;
}

.promo-side-banner .stories-progress-bar.active .stories-progress-fill {
    width: 100%;
}

.promo-side-banner .stories-progress-bar.completed .stories-progress-fill {
    width: 100%;
    transition: none;
}

.promo-side-banner .banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.promo-side-banner .banner-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 69% 92%, rgba(94, 98, 99, 0.15) 0%, rgba(90, 94, 99, 0.5) 100%);
}

.promo-side-banner .stories-tap-zone {
    position: absolute;
    top: 0;
    width: 50%;
    height: calc(100% - 150px);
    z-index: 5;
    cursor: pointer;
}

.promo-side-banner .stories-tap-prev {
    left: 0;
}

.promo-side-banner .stories-tap-next {
    right: 0;
}

@media (max-width: 1800px) {
    .promo-cards-container {
        grid-template-columns: 2fr 1fr;
        padding: 0 64px;
    }
    
    .promo-main-banner {
        height: auto;
        min-height: 400px;
    }
    
    .promo-side-banner {
        height: auto;
        min-height: 680px;
    }
}

@media (max-width: 1200px) {
    .promo-cards-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .promo-secondary-cards {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .promo-cards-container {
        grid-template-columns: 1fr;
        padding: 0 10px;
    }

    .promo-main-banner .banner-title {
        font-size: 32px;
        line-height: 38.4px;
    }
    
    .promo-side-banner .banner-title {
        font-size: 18px;
        line-height: 34px;
    }

    .promo-side-banner .banner-scroll-button {
        right: 10px;
        width: 45px;
        height: 45px;
    }


    .promo-side-banner {
        height: auto;
        min-height: 560px;
    }
    
    .promo-side-banner .stories-tap-zone {
        height: calc(100% - 180px);
    }

    .promo-main-banner .banner-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 0 25px;
    }

    .promo-secondary-card .card-title {
        font-size: 18px;
    }

    .promo-secondary-card .card-description {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
    }

    .promo-secondary-card .card-tag {
        min-width: 137px;
        height: 37px;
        padding: 0 10px;
        font-size: 14px;
    }

    .promo-main-banner {
        padding: 20px;
    }

    .promo-side-banner .banner-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        padding: 0 25px;
        font-size: 16px;
    }

    .promo-side-banner {
        padding: 20px;
    }

    .promo-main-banner .banner-button {
        font-size: 16px;
    }

    .promo-secondary-card {
        padding: 20px;
    }

    .promo-main-banner .banner-description {
        font-size: 14px;
        line-height: 26px;
    }

    .promo-secondary-card .card-button {
        height: 50px;
        font-size: 16px;
    }
}