.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.football-promo-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 10040;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(10, 8, 20, 0.78);
    animation: footballPromoFadeIn 0.25s ease;
}

.football-promo-popup-overlay.is-visible {
    display: flex;
}

body.is-football-promo-popup-open {
    overflow: hidden;
}

@keyframes footballPromoFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.football-promo-popup,
.football-promo-popup button,
.football-promo-popup input {
    font-family: "Spline Sans", sans-serif;
}

.football-promo-popup {
    position: relative;
    display: grid;
    grid-template-columns: minmax(240px, 42%) minmax(0, 1fr);
    align-items: stretch;
    width: min(100%, 980px);
    max-height: calc(100vh - 40px);
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(20, 12, 44, 0.35);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px;
}

.football-promo-popup__close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #4a3d72;
    font-size: 22px;
    line-height: 1;
    cursor: pointer !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #4a3d72 !important;
}

.football-promo-popup__close:hover {
    background: #fff;
}

.football-promo-popup__visual {
    position: relative;
    align-self: stretch;
    min-height: 480px;
}

.football-promo-popup__offer {
    position: absolute;
    top: 28px;
    left: 24px;
    right: 24px;
    color: #fff;
}

.football-promo-popup__offer-lead,
.football-promo-popup__offer-foot {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.football-promo-popup__discount {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    margin: 8px 0 10px;
    font-family: "Clash Display", "Spline Sans", sans-serif;
    font-weight: 700;
    line-height: 0.9;
}

.football-promo-popup__discount-value {
    font-size: clamp(52px, 8vw, 72px);
    letter-spacing: -0.03em;
}

.football-promo-popup__discount-off {
    display: flex;
    flex-direction: column;
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1;
    padding-bottom: 8px;
}

.football-promo-popup__content {
    padding: 14px 28px 14px;
    overflow: auto;
    background-color: #fff;
    border-radius: 24px;
}

.football-promo-popup__badge {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #693cb0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.football-promo-popup__kicker {
    margin: 0 0 0px;
    color: #1f1835;
    font-family: "Manrope", "Spline Sans", sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.145px;
    text-transform: uppercase;
}

.football-promo-popup__title {
    margin: 0px -4px 8px;
    color: #9b7fd4;
    font-family: "Manrope", "Spline Sans", sans-serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 700;
    line-height: 0.65;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.football-promo-popup__tagline {
    margin: 0 0 16px;
    color: #1f1835;
    font-family: "Manrope", "Spline Sans", sans-serif;
    font-size: clamp(15px, 2.2vw, 24px);
    font-weight: 600;
    line-height: 24.545px;
    text-transform: uppercase;
}

.football-promo-validity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding: 8px 12px 8px 8px;
    border-radius: 999px;
    background: #f1ebff;
    color: #2f2748;
    font-size: 16px;
    max-width: 300px;
    font-weight: 600;
}

.football-promo-validity__tag {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff;
    color: #693cb0;
    font-weight: 700;
    white-space: nowrap;
}

.football-promo-popup__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.football-promo-popup__field {
    display: block;
}

.football-promo-popup__field--full {
    margin-bottom: 14px;
}

.football-promo-popup__field input {
    width: 100%;
    padding: 14px 16px;
    border: 0;
    border-radius: 12px;
    background: #f3f1f8;
    color: #1f1835;
    font-size: 14px;
    line-height: 1.3;
}

.football-promo-popup__field input::placeholder {
    color: #8a849c;
}

.football-promo-popup__field input:focus {
    outline: 2px solid rgba(105, 60, 176, 0.35);
    outline-offset: 1px;
    background: #fff;
}

.football-promo-popup__submit {
    width: 100%;
    padding: 16px 20px;
    border: 0;
    border-radius: 999px;
    background: #301655;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease !important;
    box-shadow: 0 3px 0 0 #6930BA !important;
}

.football-promo-popup__submit:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(63, 47, 120, 0.28) !important;
}

.football-promo-popup__submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.football-promo-popup__status {
    min-height: 20px;
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    display: block;
}

.football-promo-popup__status.is-success {
    color: #16794c;
    display: block;
}

.football-promo-popup__status.is-error {
    color: #b42318;
    display: block;
}

.football-promo-popup__iso {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
    color: #6d6784;
    font-size: 14px;
    line-height: 1.3;
}

.football-promo-popup__check-icon {
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    display: block;
}

.football-promo-popup__awards {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #ece8f4;
}

.football-promo-popup__awards img {
    display: block;
    width: auto;
    max-height: 36px;
    object-fit: contain;
}

.football-promo-popup__captcha {
    margin: 10px 0 0;
    color: #8a849c;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
}

.football-promo-popup__captcha a {
    color: #693cb0;
    text-decoration: underline;
}

@media (max-width: 820px) {
    .football-promo-popup {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 24px);
        overflow: auto;
        padding: 6px;
    }

    .football-promo-popup__visual {
        min-height: 200px;
    }

    .football-promo-popup__content {
        padding: 22px 18px 18px;
    }

    .football-promo-popup__grid {
        grid-template-columns: 1fr;
    }

    .football-promo-validity {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        border-radius: 16px;
        padding: 12px;
    }
}
