/* =========================================================
   GRABWEB COUPONS — CLEAN STATIC CSS
   Visual design preserved from the supplied stylesheet.
   Critical show/hide rules remain in css/nocache.css.
========================================================= */

/* =========================================================
   1. SHARED RESET
========================================================= */

.gw-coupon-slot,
.gw-coupon-slot *,
.gw-coupon-slot *::before,
.gw-coupon-slot *::after,
.plan-card .timer-section,
.plan-card .timer-section *,
.cloud-coupon-timer .timer-section,
.cloud-coupon-timer .timer-section * {
    box-sizing: border-box;
}

/* =========================================================
   2. DEFAULT COUPON INSIDE PLAN CARDS
========================================================= */

.plan-card .timer-section {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 12px;

    color: #2e2e2e;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
}

.plan-card .timer-section .coupon-title {
    color: #128903;
    font-size: 14px;
}

.plan-card .timer-section .deal-timer {
    color: #cb0606;
    font-size: 13px;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}

.plan-card .timer-section .coupon-subtext {
    color: #cb0606;
    font-size: 13px;
}

/* =========================================================
   3. WINDOWS MEGA-MENU COUPON
========================================================= */

.gw-coupon-slot[data-category="windows-hosting"][data-design="windows"] {
    height: auto !important;
    min-height: 70px !important;
    margin-top: 10px;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.gw-coupon-slot[data-category="windows-hosting"][data-design="windows"] .timer-section {
    height: auto !important;
    min-height: 60px !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.coupon-design-windows .sc-card {
    padding: 20px;

    border: 1px solid #eadcff;
    border-radius: 10px;

    background: linear-gradient(135deg, #fbf7ff 0%, #f2f7ff 100%);
    box-shadow: 0 8px 24px rgba(80, 40, 140, 0.08);

    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.coupon-design-windows .sc-label {
    margin-bottom: 10px;

    display: flex;
    align-items: center;
    gap: 5px;

    color: #cb0606;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.coupon-design-windows .sc-label svg {
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
}

.coupon-design-windows .sc-main-row {
    margin-bottom: 15px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.coupon-design-windows .sc-heading {
    margin: 0;
    flex-shrink: 0;

    color: #2e2e3a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.22;
}

.coupon-design-windows .sc-timer-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    flex-shrink: 0;
}

.coupon-design-windows .sc-ends-label {
    align-self: flex-start;
    margin-bottom: -8px;

    color: #9ca3af;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.coupon-design-windows .sc-timer-units {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.coupon-design-windows .sc-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.coupon-design-windows .sc-box {
    min-width: 35px;
    height: 32px;
    padding: 0 6px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.coupon-design-windows .sc-num {
    color: #2e2e3a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.coupon-design-windows .sc-unit-label {
    margin-top: -5px;

    color: #9ca3af;
    font-size: 10px;
    font-weight: 500;
}

.coupon-design-windows .sc-strip {
    margin-bottom: 10px;
    padding: 2px 14px;

    display: flex;
    align-items: center;
    gap: 8px;

    border: 1px solid rgba(139, 53, 255, 0.15);
    border-radius: 5px;

    background: rgba(139, 53, 255, 0.07);
    cursor: pointer;

    transition: background 0.2s ease;
}

.coupon-design-windows .sc-strip:hover {
    background: rgba(139, 53, 255, 0.12);
}

.coupon-design-windows .sc-strip-text {
    color: #cb0606;
    font-size: 13.5px;
    font-weight: 600;
}

.coupon-design-windows .sc-strip svg {
    width: 1rem;
    height: 1rem;
    margin-top: -3px;
    padding-right: 2px;
    flex-shrink: 0;
}

.coupon-design-windows .sc-cta {
    width: 100%;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    border: 0;
    border-radius: 9px;

    background: #fcc107;
    color: #414142;

    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;

    cursor: pointer;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.coupon-design-windows .sc-cta:hover {
    background: #ffb800;
    color: #414142;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(255, 193, 7, 0.28);
}

.coupon-design-windows .sc-cta:focus-visible {
    outline: 2px solid #8b35ff;
    outline-offset: 3px;
}

.coupon-design-windows .sc-cta svg {
    transition: transform 0.2s ease;
}

.coupon-design-windows .sc-cta:hover svg {
    transform: translateX(3px);
}

@media (max-width: 440px) {
    .coupon-design-windows .sc-card {
        padding: 20px;
    }

    .coupon-design-windows .sc-heading {
        font-size: 21px;
    }
}

/* =========================================================
   4. CLOUD SERVER COUPON
========================================================= */

.cloud-coupon-timer .timer-section {
    width: 270px;
    margin-top: 0.5rem;
    padding: 8px 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 1px solid transparent;
    border-radius: 12px;

    background:
        linear-gradient(#fff, #fff) padding-box,
        repeating-linear-gradient(45deg,
            #169009 0 3px,
            transparent 3px 6px,
            #c78a15 6px 9px,
            transparent 9px 12px,
            #ee8918 12px 15px,
            transparent 15px 18px) border-box;

    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

    color: #2e2e2e;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}

.cloud-coupon-timer .timer-section .coupon-title {
    color: #128903;
    font-size: 14px;
}

.cloud-coupon-timer .timer-section .deal-timer {
    color: #cb0606;
    font-size: 13px;
}

.cloud-coupon-timer .timer-section .coupon-subtext {
    color: #cb0606;
    font-size: 13px;
}

/* =========================================================
   5. DEDICATED SERVER RIBBON
========================================================= */

.ds-card {
    position: relative;
    overflow: hidden;
}

.coupon-design-dedicated {
    position: absolute;
    top: 0;
    right: -94px;
    z-index: 1;

    width: 250px;
    padding: 7px 0 10px;

    border: 1px dashed #414142;

    background: #ffe273;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);

    text-align: center;
    line-height: 1.3;

    transform: rotate(45deg);
}

.coupon-design-dedicated .ds-ribbon-text {
    color: #cb0606;
    font-size: 14px;
    font-weight: 600;
}

.coupon-design-dedicated .ds-ribbon-sale-text {
    color: #414142;
    font-size: 14px;
}

/* =========================================================
   6. WINDOWS HOSTING MONSOON COUPON
========================================================= */

.coupon-design-windows-hosting {
    width: 100%;
    margin: 8px 0 0;
    padding: 0;

    display: block;

    border: 0;
    background: transparent;
    box-shadow: none;

    color: #414142;
    text-align: left;
    line-height: normal;

    overflow: visible;
}

/* =========================================================
   COUPON CARD
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-card {
    position: relative;
    isolation: isolate;

    width: 100%;
    min-height: 62px;
    padding: 9px 12px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 61px;
    grid-template-areas:
        "label ends"
        "heading timer";

    align-items: center;
    column-gap: 8px;
    row-gap: 3px;

    overflow: hidden;

    border: 1px dashed #a9d5f5;
    border-radius: 14px;

    background:
        radial-gradient(
            circle at 8% 10%,
            rgba(255, 255, 255, 0.96),
            transparent 42%
        ),
        linear-gradient(
            135deg,
            #fbfdff 0%,
            #f4f9ff 52%,
            #edf7ff 100%
        );

    box-shadow:
        0 8px 18px rgba(68, 142, 199, 0.1),
        0 3px 7px rgba(68, 142, 199, 0.05);

    transform: translateZ(0);
}

/* Soft atmospheric glow */

.coupon-design-windows-hosting .gw-wh-coupon-card::before {
    content: "";

    position: absolute;
    z-index: 0;

    top: -25px;
    right: -12px;

    width: 135px;
    height: 85px;

    border-radius: 50%;

    background: radial-gradient(
        circle,
        rgba(165, 215, 248, 0.19) 0%,
        rgba(190, 227, 250, 0.09) 45%,
        transparent 72%
    );

    filter: blur(5px);
    pointer-events: none;
}

/* Slow light reflection */

.coupon-design-windows-hosting .gw-wh-coupon-card::after {
    content: "";

    position: absolute;
    z-index: 1;

    top: -60%;
    left: -42%;

    width: 22%;
    height: 220%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.48),
        transparent
    );

    opacity: 0;

    transform: skewX(-18deg);
    pointer-events: none;

    animation: gw-wh-coupon-shine 10s ease-in-out infinite;
}

/* =========================================================
   MONSOON LABEL
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-label {
    grid-area: label;

    position: relative;
    z-index: 4;

    min-width: 0;

    display: flex;
    align-items: center;
    align-self: end;
    gap: 4px;

    color: #009c92;

    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.045em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* =========================================================
   WEATHER ICON
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    filter: drop-shadow(
        0 2px 2px rgba(47, 151, 218, 0.18)
    );

    animation: gw-wh-icon-float 4.5s ease-in-out infinite;
}

.coupon-design-windows-hosting .gw-wh-coupon-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* =========================================================
   OFFER HEADING
========================================================= */

.coupon-design-windows-hosting .gw-wh-coupon-heading {
    grid-area: heading;

    position: relative;
    z-index: 4;

    min-width: 0;

    align-self: start;

    color: #414142;

    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.015em;

    white-space: nowrap;
}

.coupon-design-windows-hosting .coupon-discount {
    color: #414142;
    font-size: inherit;
    font-weight: 700;
}

/* =========================================================
   ENDS IN LABEL
========================================================= */

.coupon-design-windows-hosting .gw-wh-end-label {
    grid-area: ends;

    position: relative;
    z-index: 4;

    align-self: end;

    color: #6e7983;

    font-family: inherit;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-align: right;

    white-space: nowrap;
}

/* =========================================================
   TIMER
========================================================= */

.coupon-design-windows-hosting .deal-timer {
    grid-area: timer;

    position: relative;
    z-index: 4;

    min-width: 61px;

    display: block;
    align-self: start;

    color: #e11118;

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.015em;
    text-align: right;

    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";

    white-space: nowrap;
}

/* =========================================================
   FLOATING CLOUDS ABOVE COUPON
========================================================= */

/*
 * Cloud coupon se bahar niklega,
 * isliye wrapper ko thoda top-space diya hai.
 */
 .coupon-design-windows-hosting {
    margin-top: 25px;
    overflow: visible;
}

.coupon-design-windows-hosting .gw-wh-coupon-card {
    overflow: visible;
}

/*
 * Plan card par overflow hidden hua to cloud clip ho sakta hai.
 * Modern browsers ke liye targeted fix.
 */
.plan-card:has(.coupon-design-windows-hosting) {
    overflow: visible;
}

/*
 * Cloud layer ab poore card ka background nahi hai.
 * Sirf top-right corner ka controlled area hai.
 */
.coupon-design-windows-hosting .gw-wh-cloud-layer {
    position: absolute;
    z-index: 3;

    top: 0;
    right: 0;

    width: 145px;
    height: 72px;

    overflow: visible;
    pointer-events: none;
}

/*
 * Text cloud ke upar readable rahega.
 */
.coupon-design-windows-hosting .gw-wh-coupon-label,
.coupon-design-windows-hosting .gw-wh-coupon-heading,
.coupon-design-windows-hosting .gw-wh-end-label,
.coupon-design-windows-hosting .deal-timer {
    z-index: 4;
}

/* Main realistic cloud */

.coupon-design-windows-hosting .gw-wh-cloud-main {
    position: absolute;

    top: -30px;
    right: -12px;

    width: 75px;
    height: auto;

    display: block;

    opacity: 0.94;

    filter:
        drop-shadow(0 7px 10px rgba(58, 137, 194, 0.14))
        drop-shadow(0 2px 3px rgba(255, 255, 255, 0.65));

    transform-origin: center;
    will-change: transform;

    animation:
        gw-wh-cloud-main-float
        13s
        cubic-bezier(0.45, 0, 0.55, 1)
        infinite
        alternate;
}

/* Secondary cloud */

.coupon-design-windows-hosting .gw-wh-cloud-small {
    position: absolute;

    top: -20px;
    right: 30px;

    width: 53px;
    height: auto;

    display: block;

    opacity: 0.56;

    filter:
        drop-shadow(0 5px 8px rgba(58, 137, 194, 0.09))
        blur(0.08px);

    transform-origin: center;
    will-change: transform;

    animation:
        gw-wh-cloud-small-float
        17s
        cubic-bezier(0.45, 0, 0.55, 1)
        -5s
        infinite
        alternate;
}

@keyframes gw-wh-cloud-main-float {
    0% {
        transform:
            translate3d(-5px, 1px, 0)
            rotate(-0.5deg)
            scale(0.985);
    }

    35% {
        transform:
            translate3d(1px, -2px, 0)
            rotate(0.2deg)
            scale(1);
    }

    70% {
        transform:
            translate3d(7px, 1px, 0)
            rotate(0.5deg)
            scale(1.012);
    }

    100% {
        transform:
            translate3d(12px, -1px, 0)
            rotate(0deg)
            scale(0.995);
    }
}

@keyframes gw-wh-cloud-small-float {
    0% {
        transform:
            translate3d(8px, 1px, 0)
            scale(0.96);
    }

    50% {
        transform:
            translate3d(0, -2px, 0)
            scale(1);
    }

    100% {
        transform:
            translate3d(-11px, 1px, 0)
            scale(0.975);
    }
}

@media (max-width: 480px) {
    .coupon-design-windows-hosting {
        margin-top: 22px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-layer {
        width: 120px;
        height: 62px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-main {
        top: -29px;
        right: -12px;

        width: 82px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        top: -19px;
        right: 51px;

        width: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .coupon-design-windows-hosting .gw-wh-cloud-main,
    .coupon-design-windows-hosting .gw-wh-cloud-small {
        animation: none;
    }
}


/* =========================================================
   RAIN CANVAS AREA
========================================================= */

.coupon-design-windows-hosting .gw-wh-rain-zone {
    position: relative;

    width: 100%;
    height: 64px;

    margin: 0;
    overflow: hidden;

    pointer-events: none;

    background:
        radial-gradient(
            ellipse at center bottom,
            rgba(88, 181, 238, 0.075) 0%,
            rgba(88, 181, 238, 0.025) 42%,
            transparent 74%
        );
}

.coupon-design-windows-hosting .gw-wh-rain-zone::after {
    content: "";

    position: absolute;

    left: 18%;
    right: 18%;
    bottom: 3px;

    height: 8px;

    border-radius: 50%;

    background: rgba(85, 179, 235, 0.035);
    filter: blur(4px);

    pointer-events: none;
}

.coupon-design-windows-hosting .gw-wh-rain-canvas {
    position: absolute;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    pointer-events: none;
}

/* =========================================================
   CSS ANIMATIONS
========================================================= */

@keyframes gw-wh-coupon-shine {
    0%,
    70% {
        left: -42%;
        opacity: 0;
    }

    74% {
        opacity: 0.5;
    }

    87% {
        left: 125%;
        opacity: 0;
    }

    100% {
        left: 125%;
        opacity: 0;
    }
}

@keyframes gw-wh-icon-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -1px, 0);
    }
}

@keyframes gw-wh-real-cloud-main {
    0% {
        transform:
            translate3d(-5px, 0, 0)
            scale(0.985);
    }

    35% {
        transform:
            translate3d(1px, 1.2px, 0)
            scale(1);
    }

    70% {
        transform:
            translate3d(7px, -1px, 0)
            scale(1.01);
    }

    100% {
        transform:
            translate3d(12px, 1px, 0)
            scale(0.995);
    }
}

@keyframes gw-wh-real-cloud-small {
    0% {
        transform:
            translate3d(8px, 0, 0)
            scale(0.96);
    }

    45% {
        transform:
            translate3d(1px, -1px, 0)
            scale(1);
    }

    100% {
        transform:
            translate3d(-10px, 1px, 0)
            scale(0.975);
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
    .coupon-design-windows-hosting .gw-wh-coupon-card {
        min-height: 60px;
        padding: 8px 10px;

        grid-template-columns: minmax(0, 1fr) 57px;
        column-gap: 6px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-label {
        font-size: 8.5px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-icon {
        width: 15px;
        height: 15px;
        flex-basis: 15px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-heading {
        font-size: 12px;
    }

    .coupon-design-windows-hosting .gw-wh-end-label {
        font-size: 9px;
    }

    .coupon-design-windows-hosting .deal-timer {
        min-width: 57px;
        font-size: 11px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-main {
        width: 86px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        right: 60px;
        width: 50px;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .coupon-design-windows-hosting .gw-wh-coupon-card {
        min-height: 62px;
        padding: 9px 11px;

        grid-template-columns: minmax(0, 1fr) 60px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-heading {
        font-size: 13px;
    }

    .coupon-design-windows-hosting .deal-timer {
        font-size: 12px;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        height: 58px;
    }
}

@media (max-width: 480px) {
    .coupon-design-windows-hosting .gw-wh-cloud-main {
        top: -11px;
        right: -15px;

        width: 78px;
        opacity: 0.64;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        top: 2px;
        right: 53px;

        width: 44px;
        opacity: 0.28;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        height: 54px;
    }
}

@media (max-width: 360px) {
    .coupon-design-windows-hosting .gw-wh-coupon-card {
        padding-inline: 8px;

        grid-template-columns: minmax(0, 1fr) 54px;
        column-gap: 4px;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-label {
        font-size: 8px;
        letter-spacing: 0.025em;
    }

    .coupon-design-windows-hosting .gw-wh-coupon-heading {
        font-size: 11.5px;
    }

    .coupon-design-windows-hosting .gw-wh-end-label {
        font-size: 8.5px;
    }

    .coupon-design-windows-hosting .deal-timer {
        min-width: 54px;
        font-size: 10.5px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-main {
        width: 71px;
    }

    .coupon-design-windows-hosting .gw-wh-cloud-small {
        display: none;
    }
}

/* =========================================================
   ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {
    .coupon-design-windows-hosting .gw-wh-coupon-card::after,
    .coupon-design-windows-hosting .gw-wh-coupon-icon,
    .coupon-design-windows-hosting .gw-wh-cloud-svg {
        animation: none;
    }

    .coupon-design-windows-hosting .gw-wh-rain-zone {
        display: none;
    }
}


/* =========================================================
   7. MONSOON HEADER SALE BAR
   Desktop: one row
   Tablet/mobile: maximum two rows
========================================================= */
.gw-monsoon-bar {
    padding: 0 !important;
}

.gw-coupon-slot[data-design="monsoon-bar"] {
    --gw-ms-bg: #071a38;
    --gw-ms-text: #f5f8ff;
    --gw-ms-accent: #19d6c3;
    --gw-ms-timer-bg: #132b50;
    --gw-ms-timer-border: rgba(255, 255, 255, 0.12);

    width: 100%;
    margin: 0;
    padding: 0;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-bar {
    position: relative;
    z-index: 99;

    width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0;
    overflow: hidden;

    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0;

    background: var(--gw-ms-bg);
    color: var(--gw-ms-text);
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
    width: 100%;
    max-width: 1180px;
    min-height: 40px;
    margin: 0 auto;
    padding: 7px 18px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

    column-gap: 13px;
    row-gap: 0;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
    min-width: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    gap: 4px;

    color: var(--gw-ms-text);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-title,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-copy,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-extra,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-ending,
.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-separator {
    color: rgba(255, 255, 255, 0.94);
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-title {
    font-weight: 700;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-highlight {
    color: var(--gw-ms-accent);
    font-weight: 800;
    white-space: nowrap;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-code-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;

    white-space: nowrap;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
    min-height: 23px;
    padding: 3px 7px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;

    border: 1px dashed rgba(25, 214, 195, 0.72);
    border-radius: 5px;

    background: rgba(25, 214, 195, 0.09);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);

    color: var(--gw-ms-accent);
    font-family: inherit;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex: 0 0 auto;

    white-space: nowrap;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
    min-width: 38px;
    height: 23px;
    padding: 0 6px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    flex: 0 0 auto;

    border: 1px solid var(--gw-ms-timer-border);
    border-radius: 5px;

    background: var(--gw-ms-timer-bg);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 1px 3px rgba(0, 0, 0, 0.18);

    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box small {
    margin: 0;
    padding: 0;

    color: rgba(255, 255, 255, 0.78);
    font-family: inherit;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-days-box[hidden] {
    display: none !important;
}

.gw-coupon-slot[data-design="monsoon-bar"] .deal-timer {
    display: none !important;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
    min-height: 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;

    color: var(--gw-ms-accent);
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.1;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    white-space: nowrap;

    transition: color 0.18s ease, transform 0.18s ease;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-arrow {
    display: inline-block;

    font-size: 14px;
    line-height: 1;

    transition: transform 0.18s ease;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans:hover {
    color: #fff;
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans:hover .gw-view-arrow {
    transform: translateX(3px);
}

.gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans:focus-visible {
    border-radius: 4px;
    outline: 2px solid var(--gw-ms-accent);
    outline-offset: 3px;
}

/* Medium laptop: remains on one line. */
@media (max-width: 1050px) {
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding-inline: 14px;
        column-gap: 10px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        gap: 3px;
        font-size: 12px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        padding-inline: 6px;
        font-size: 10.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 35px;
        padding-inline: 5px;
        font-size: 11px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
        font-size: 11.5px;
    }
}

/* Small laptop / large tablet: remains on one line. */
@media (max-width: 850px) {
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding-inline: 10px;
        column-gap: 7px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        gap: 2px;
        font-size: 10.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        min-height: 21px;
        padding-inline: 5px;
        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-countdown {
        gap: 3px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 32px;
        height: 21px;
        padding-inline: 4px;
        font-size: 10px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box small {
        font-size: 7.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
        gap: 3px;
        font-size: 10.5px;
    }
}

/* Tablet/mobile: message on row one, timer and CTA on row two. */
@media (max-width: 720px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-bar,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        min-height: 58px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding: 6px 10px;
        justify-content: center;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        order: 1;
        width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        gap: 3px;

        font-size: 10.5px;
        line-height: 1.1;
        white-space: nowrap;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-countdown {
        order: 2;
        flex: 0 0 auto;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
        order: 3;
        min-height: 21px;
        flex: 0 0 auto;
        font-size: 10.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        min-height: 20px;
        padding: 2px 5px;
        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 33px;
        height: 21px;
        padding-inline: 4px;
        font-size: 10px;
    }
}

/* Normal mobile: still maximum two rows. */
@media (max-width: 480px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-bar,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        min-height: 57px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-content {
        padding: 6px 7px;
        column-gap: 8px;
        row-gap: 5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        gap: 2px;
        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-weather-icon {
        width: 16px;
        height: 16px;
        margin-right: 0;
        flex-basis: 16px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-separator,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-ending {
        display: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-code-group,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-countdown {
        gap: 3px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        min-height: 19px;
        padding-inline: 4px;
        border-radius: 4px;
        font-size: 9px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 31px;
        height: 20px;
        padding-inline: 3px;
        border-radius: 4px;
        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box small {
        font-size: 7px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
        gap: 3px;
        font-size: 10px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-arrow {
        font-size: 12px;
    }
}

/* Small mobile: keep the first row compact. */
@media (max-width: 390px) {
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-title {
        display: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        font-size: 9px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        max-width: 115px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 30px;
    }
}

/* Very small mobile: still maximum two rows. */
@media (max-width: 340px) {

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-copy,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-extra {
        display: none;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-sale-message {
        gap: 3px;
        font-size: 9.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-coupon-code {
        max-width: 125px;
        font-size: 8.5px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-time-box {
        min-width: 29px;
        padding-inline: 3px;
    }

    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans {
        font-size: 9.5px;
    }
}

/* =========================================================
   8. ACCESSIBILITY
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .coupon-design-windows .sc-card,
    .coupon-design-windows .sc-cta,
    .coupon-design-windows .sc-cta svg,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-plans,
    .gw-coupon-slot[data-design="monsoon-bar"] .gw-view-arrow {
        transition: none;
    }
}