/* Welcome-offer promo popup — MAGENTA theme.
   Base accent token changed from #0000ff (blue build) to #ff00ff.
   Structure keeps the same geometry rules as the green and blue builds.
   Text tones are lightened variants of #ff00ff so they stay legible on the
   dark card background; the accent itself is used verbatim for borders,
   glows and the button fill. */
.wd-promo-popup-wrap .mfp-content {
    width: min(92vw, 650px) !important;
    max-width: min(92vw, 650px) !important;
}

.wd-promo-popup-wrap .wd-popup-wrap,
#popup-legacy.wd-promo-popup {
    width: 100%;
}

#popup-legacy.wd-promo-popup {
    max-width: 100%;
    padding: clamp(36px, 6vw, 64px) clamp(22px, 7vw, 76px);
    background-color: rgba(13, 19, 17, 0.94) !important;
    background-image: none !important;
    border: 2px solid #ff00ff;
    border-radius: 24px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.72), 0 0 30px rgba(255, 0, 255, 0.55), 0 26px 70px rgba(0, 0, 0, 0.62);
    color: #ffd9ff;
    text-align: center;
}

.wd-promo-popup-wrap .wd-popup-close {
    --wd-action-color: #ff7bff;
    --wd-action-color-hover: #ff00ff;
}

#popup-legacy .vc-email-popup-content > p.vc-email-popup__eyebrow {
    display: inline-block;
    margin: 0 0 16px;
    padding: 6px 14px;
    background-color: rgba(255, 0, 255, 0.18);
    border: 1px solid rgba(255, 0, 255, 0.6);
    border-radius: 999px;
    color: #ff7bff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
}

#popup-legacy .vc-email-popup-content h2 {
    margin-bottom: 22px;
    color: #ff7bff;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    text-shadow: 0 0 14px rgba(255, 0, 255, 0.7);
}

#popup-legacy .vc-email-popup-content > p:not(.vc-email-popup__eyebrow) {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    color: #ffc9ff;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.45;
}

#popup-legacy .vc-email-register {
    justify-content: center;
    margin-top: 32px;
}

#popup-legacy .vc-email-register__input {
    flex: 1 1 240px;
    min-height: 52px;
    padding: 14px 18px;
    background-color: rgba(13, 19, 17, 0.6);
    border: 2px solid #ff00ff;
    border-radius: 9px;
    box-shadow: none;
    color: #ffd9ff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
}

#popup-legacy .vc-email-register__input::placeholder {
    color: rgba(255, 201, 255, 0.6);
    opacity: 1;
}

#popup-legacy .vc-email-register__input:focus {
    background-color: rgba(13, 19, 17, 0.85);
    border-color: #ff7bff;
    box-shadow: 0 0 14px rgba(255, 0, 255, 0.6);
    outline: 0;
}

#popup-legacy .vc-email-register__button {
    flex: 0 0 auto;
    min-width: 195px;
    margin: 0;
    padding: 14px 18px;
    background-color: transparent;
    border: 2px solid #ff00ff;
    border-radius: 9px;
    box-shadow: none;
    color: #ff7bff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

#popup-legacy .vc-email-register__button:hover,
#popup-legacy .vc-email-register__button:focus {
    background-color: #ff00ff;
    border-color: #ff00ff;
    color: #ffffff;
}

#popup-legacy .vc-email-register.is-loading .vc-email-register__button {
    opacity: 0.75;
}

#popup-legacy .vc-email-register__message {
    text-align: center;
    color: #ffc9ff;
}

#popup-legacy .vc-email-register__message.is-error {
    color: #ffaaa5;
}

#popup-legacy .vc-email-register__message.is-success {
    color: #ff7bff;
}

#popup-legacy .vc-email-popup-content > small {
    display: block;
    margin-top: 18px;
    color: rgba(255, 201, 255, 0.66);
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 575px) {
    #popup-legacy.wd-promo-popup {
        border-radius: 16px;
    }

    #popup-legacy .vc-email-register {
        flex-direction: column;
        gap: 12px;
    }

    #popup-legacy .vc-email-register__input,
    #popup-legacy .vc-email-register__button {
        flex-basis: 100%;
        width: 100%;
        min-width: 0;
    }
}