.ecomart-promo,
.ecomart-promo * {
    box-sizing: border-box;
}

.ecomart-promo[hidden] {
    display: none !important;
}

.ecomart-promo {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: grid;
    place-items: center;
    padding: 16px;
    font-family: inherit;
}

.ecomart-promo__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(7, 11, 35, .68);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity .28s ease;
}

.ecomart-promo__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(290px, 42%) minmax(0, 58%);
    width: min(880px, calc(100vw - 32px));
    max-height: calc(100dvh - 32px);
    margin: 0;
    overflow: auto;
    border: 1px solid rgba(22, 51, 101, .1);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 90px rgba(0, 8, 30, .32);
    opacity: 0;
    transform: translateY(16px) scale(.975);
    transition: opacity .28s ease, transform .28s ease;
    outline: 0;
}

.ecomart-promo.is-visible .ecomart-promo__backdrop,
.ecomart-promo.is-visible .ecomart-promo__dialog {
    opacity: 1;
}

.ecomart-promo.is-visible .ecomart-promo__dialog {
    transform: none;
}

.ecomart-promo__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #1d2551;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 5px 18px rgba(0, 21, 69, .13);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.ecomart-promo__close:hover {
    color: #fff;
    background: #e5232d;
    transform: rotate(7deg);
}

.ecomart-promo :focus-visible {
    outline: 3px solid rgba(7, 136, 200, .48);
    outline-offset: 3px;
}

.ecomart-promo__visual {
    position: relative;
    display: flex;
    min-height: 510px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 42px 24px;
    color: #fff;
    background:
        radial-gradient(circle at 18% 18%, rgba(30, 193, 243, .46), transparent 29%),
        linear-gradient(145deg, #0788c8 0%, #075caa 42%, #262262 100%);
    text-align: center;
}

.ecomart-promo__visual::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -95px;
    width: 250px;
    height: 250px;
    border: 34px solid rgba(255, 255, 255, .07);
    border-radius: 50%;
}

.ecomart-promo__orb {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
}

.ecomart-promo__orb--one {
    top: 65px;
    left: -44px;
    width: 112px;
    height: 112px;
}

.ecomart-promo__orb--two {
    top: 30px;
    right: 35px;
    width: 25px;
    height: 25px;
    background: #e5232d;
}

.ecomart-promo__icon-ring {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 132px;
    height: 132px;
    margin-bottom: 28px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    box-shadow: 0 0 0 13px rgba(255, 255, 255, .07);
}

.ecomart-promo__icon-ring i {
    font-size: 68px;
}

.ecomart-promo__visual strong,
.ecomart-promo__visual > span:last-child {
    position: relative;
    z-index: 1;
}

.ecomart-promo__visual strong {
    display: block;
    margin: 0;
    font-size: clamp(48px, 5vw, 67px);
    font-weight: 900;
    line-height: .88;
    letter-spacing: -.055em;
}

.ecomart-promo__visual > span:last-child {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .28em;
}

.ecomart-promo__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 56px 52px 46px;
    color: #28314f;
}

.ecomart-promo__badge {
    align-self: flex-start;
    margin: 0 0 18px;
    padding: 7px 12px 6px;
    border-radius: 999px;
    color: #fff;
    background: #e5232d;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ecomart-promo__eyebrow {
    margin: 0 0 7px;
    color: #0788c8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ecomart-promo__content h2 {
    margin: 0;
    color: #262262;
    font-size: clamp(37px, 4.3vw, 56px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.045em;
}

.ecomart-promo__description {
    max-width: 39ch;
    margin: 20px 0 0;
    color: #5d657d;
    font-size: 16px;
    line-height: 1.55;
}

.ecomart-promo__urgency {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 17px 0 0;
    color: #242b48;
    font-size: 14px;
    font-weight: 700;
}

.ecomart-promo__urgency i {
    color: #0788c8;
    font-size: 17px;
}

.ecomart-promo__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.ecomart-promo__cta {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 24px;
    border: 2px solid #e5232d;
    border-radius: 8px;
    color: #fff;
    background: #e5232d;
    box-shadow: 0 9px 22px rgba(229, 35, 45, .22);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .035em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ecomart-promo__cta:hover,
.ecomart-promo__cta:focus {
    color: #e5232d;
    background: #fff;
    box-shadow: 0 12px 26px rgba(229, 35, 45, .18);
    transform: translateY(-2px);
}

.ecomart-promo__cta:active {
    box-shadow: 0 5px 12px rgba(229, 35, 45, .18);
    transform: translateY(0);
}

.ecomart-promo__dismiss {
    min-height: 44px;
    padding: 8px 3px;
    border: 0;
    color: #697087;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.ecomart-promo__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid #e8ecf2;
    color: #525b73;
    font-size: 12px;
    font-weight: 600;
}

.ecomart-promo__benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.ecomart-promo__benefits i {
    color: #0788c8;
    font-size: 18px;
}

.ecomart-promo__terms {
    display: block;
    margin-top: 13px;
    color: #9298a9;
    font-size: 10px;
    line-height: 1.45;
}

body.ecomart-promo-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .ecomart-promo__dialog {
        grid-template-columns: 1fr;
        width: min(520px, calc(100vw - 28px));
        max-height: calc(100dvh - 28px);
    }

    .ecomart-promo__visual {
        min-height: 155px;
        padding: 22px 26px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 24px;
        text-align: left;
    }

    .ecomart-promo__icon-ring {
        width: 86px;
        height: 86px;
        margin: 0;
        flex: 0 0 86px;
        box-shadow: 0 0 0 8px rgba(255, 255, 255, .07);
    }

    .ecomart-promo__icon-ring i {
        font-size: 46px;
    }

    .ecomart-promo__visual strong {
        font-size: clamp(42px, 13vw, 58px);
    }

    .ecomart-promo__visual > span:last-child {
        margin: 0 0 0 -14px;
        font-size: 12px;
        letter-spacing: .16em;
        writing-mode: vertical-rl;
    }

    .ecomart-promo__content {
        padding: 29px 28px 27px;
    }

    .ecomart-promo__content h2 {
        font-size: clamp(36px, 10vw, 48px);
    }

    .ecomart-promo__description {
        margin-top: 14px;
        font-size: 15px;
    }

    .ecomart-promo__badge {
        margin-bottom: 13px;
    }
}

@media (max-width: 480px) {
    .ecomart-promo {
        padding: 10px;
    }

    .ecomart-promo__dialog {
        width: 100%;
        max-height: calc(100dvh - 20px);
        border-radius: 17px;
    }

    .ecomart-promo__visual {
        min-height: 128px;
        padding: 18px 21px;
        gap: 18px;
    }

    .ecomart-promo__icon-ring {
        width: 72px;
        height: 72px;
        flex-basis: 72px;
    }

    .ecomart-promo__icon-ring i {
        font-size: 39px;
    }

    .ecomart-promo__visual strong {
        font-size: clamp(37px, 12vw, 50px);
    }

    .ecomart-promo__close {
        top: 9px;
        right: 9px;
    }

    .ecomart-promo__content {
        padding: 23px 20px 21px;
    }

    .ecomart-promo__eyebrow {
        font-size: 11px;
    }

    .ecomart-promo__content h2 {
        font-size: clamp(33px, 10.5vw, 43px);
    }

    .ecomart-promo__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
        margin-top: 20px;
    }

    .ecomart-promo__cta,
    .ecomart-promo__dismiss {
        width: 100%;
    }

    .ecomart-promo__benefits {
        display: none;
    }

    .ecomart-promo__terms {
        margin-top: 12px;
        text-align: center;
    }
}

@media (max-width: 359px), (max-height: 590px) {
    .ecomart-promo__visual {
        min-height: 102px;
        padding-block: 13px;
    }

    .ecomart-promo__icon-ring {
        width: 62px;
        height: 62px;
        flex-basis: 62px;
    }

    .ecomart-promo__icon-ring i {
        font-size: 34px;
    }

    .ecomart-promo__content {
        padding-top: 19px;
        padding-bottom: 17px;
    }

    .ecomart-promo__description,
    .ecomart-promo__urgency {
        margin-top: 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecomart-promo__backdrop,
    .ecomart-promo__dialog,
    .ecomart-promo__close,
    .ecomart-promo__cta {
        scroll-behavior: auto;
        transition: none;
    }
}
