/* Shared BetXmen site footer */
.cr-footer-m.bx-m-footer {
    max-width: none;
    width: 100%;
    margin: 0;
    background: #1f1f1f;
    padding: 22px 14px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.bx-m-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.bx-m-footer__logo-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bx-m-footer__logo {
    height: 44px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
}
.bx-m-footer__logo-text {
    font-family: 'Montserrat', var(--font-sans, system-ui, sans-serif);
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: .5px;
    background: linear-gradient(180deg, #fff 0%, #7ec8ff 55%, #2aa8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bx-m-footer__logo-text span {
    -webkit-text-fill-color: #d4af37;
    color: #d4af37;
    filter: drop-shadow(0 0 10px rgba(77, 207, 255, .95));
}
.bx-m-footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.bx-m-footer__soc {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .55);
    background: #2a2a2a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    transition: border-color .15s, background .15s;
}
.bx-m-footer__soc:hover {
    border-color: #fff;
    background: #0d2d66;
    color: #fff;
}

.bx-m-footer__panel {
    background: #2a2a2a;
    border: 1px solid rgba(52, 131, 250, .35);
    border-radius: 14px;
    padding: 14px 12px 16px;
    margin-bottom: 14px;
}
.bx-m-footer__panel-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 14px;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .4px;
}
.bx-m-footer__panel-head i {
    color: #3483fa;
    font-size: .9rem;
}
.bx-m-footer__pays {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
}
.bx-m-footer__pay {
    min-height: 42px;
    border-radius: 8px;
    border: 1px solid rgba(52, 131, 250, .3);
    background: #071a40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
}
.bx-m-footer__pay img {
    max-width: 100%;
    max-height: 22px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Footer accordion menus */
.bx-m-footer__accordions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 14px;
}
.bx-m-footer-acc {
    border-radius: 12px;
    border: 1px solid rgba(52, 131, 250, .28);
    background: #2a2a2a;
    overflow: hidden;
}
.bx-m-footer-acc__head {
    display: grid;
    grid-template-columns: 28px 1fr 22px;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 14px 12px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .2px;
    cursor: pointer;
    font-family: inherit;
    text-align: center;
}
.bx-m-footer-acc__head span {
    grid-column: 2;
}
.bx-m-footer-acc__ico {
    grid-column: 1;
    color: #3483fa;
    font-size: .88rem;
    justify-self: start;
}
.bx-m-footer-acc__chev {
    grid-column: 3;
    color: #8fa8cc;
    font-size: .68rem;
    transition: transform .2s ease;
    justify-self: end;
}
.bx-m-footer-acc__head.is-open .bx-m-footer-acc__chev {
    transform: rotate(180deg);
}
.bx-m-footer-acc__body {
    padding: 4px 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.bx-m-footer-acc__body[hidden] {
    display: none !important;
}
.bx-m-footer-acc__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 8px;
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s ease;
}
.bx-m-footer-acc__link:hover,
.bx-m-footer-acc__link:active {
    background: rgba(230, 184, 0, .1);
}
.bx-m-footer-acc__link i {
    width: 18px;
    text-align: center;
    color: #3483fa;
    font-size: .82rem;
    flex-shrink: 0;
}

.bx-m-footer__panel--info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px 14px;
}
.bx-m-footer__legal {
    margin: 0;
    font-size: .62rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .88);
    text-align: left;
}
.bx-m-footer__badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}
.bx-m-footer__badge {
    height: 36px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
}
.bx-m-footer__badge--crest {
    height: 48px;
}

.bx-m-footer__bottom {
    margin: 8px 0 0;
    padding: 0 0 18px;
}
.bx-m-footer__age {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    width: 100%;
    padding: 14px 16px;
    background: #e6b800;
    border-radius: 12px;
    text-align: left;
    box-sizing: border-box;
}
.bx-m-footer__age-badge {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2a2a2a;
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-m-footer__age p {
    margin: 0;
    font-size: .62rem;
    line-height: 1.45;
    color: #fff;
    font-weight: 600;
}
.bx-m-footer__copy {
    margin: 14px 0 0;
    text-align: center;
    font-size: .68rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .7);
}

@media (min-width: 768px) {
    .cr-footer-m.bx-m-footer {
        padding: 28px 24px 0;
    }
    .bx-m-footer__panel {
        padding: 18px 20px 20px;
    }
    .bx-m-footer__pays {
        gap: 10px;
    }
    .bx-m-footer__pay {
        min-height: 52px;
        padding: 8px 10px;
    }
    .bx-m-footer__pay img {
        max-height: 28px;
    }
    .bx-m-footer__panel--info {
        flex-direction: row;
        align-items: center;
        gap: 28px;
        padding: 20px 24px;
    }
    .bx-m-footer__legal {
        flex: 1;
        font-size: .72rem;
        min-width: 0;
    }
    .bx-m-footer__badges {
        flex-shrink: 0;
        gap: 18px;
    }
    .bx-m-footer__badge {
        height: 44px;
        max-width: 140px;
    }
    .bx-m-footer__badge--crest {
        height: 56px;
    }
    .bx-m-footer__age {
        margin: 0;
        width: 100%;
        padding: 16px 20px;
    }
    .bx-m-footer__age p {
        font-size: .72rem;
    }
}

/* ============================================================
   Desktop footer (BetXmen)
   ============================================================ */
.bx-d-footer {
    margin-top: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    background: #1f1f1f;
    border-top: none;
    box-sizing: border-box;
}
.bx-d-footer .cr-container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}
.bx-d-footer__mission {
    background: #0a0a0a;
    padding: 28px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.bx-d-footer__mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.bx-d-footer__mission-col h3 {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .06em;
    color: #3483fa;
    text-transform: uppercase;
}
.bx-d-footer__mission-col p {
    margin: 0;
    font-size: .88rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, .88);
}
.bx-d-footer__body {
    padding: 32px 0 24px;
    width: 100%;
    background: #1f1f1f;
}
.bx-d-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}
.bx-d-footer__logo-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bx-d-footer__logo {
    height: 56px;
    width: auto;
    max-width: 240px;
    max-height: 56px;
    object-fit: contain;
}
.bx-d-footer__logo-text {
    font-family: 'Montserrat', var(--font-sans, system-ui, sans-serif);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: .5px;
    background: linear-gradient(180deg, #fff 0%, #7ec8ff 55%, #2aa8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bx-d-footer__logo-text span {
    -webkit-text-fill-color: #d4af37;
    filter: drop-shadow(0 0 10px rgba(77, 207, 255, .9));
}
.bx-d-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
}
.bx-d-footer__soc {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .5);
    background: #2a2a2a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    transition: border-color .15s, background .15s;
}
.bx-d-footer__soc:hover {
    border-color: #fff;
    background: #0d2d66;
    color: #fff;
}
.bx-d-footer__nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 28px;
}
.bx-d-footer__col h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .04em;
    color: #3483fa;
    text-transform: uppercase;
    line-height: 1.3;
}
.bx-d-footer__col h4 i {
    font-size: .95rem;
    flex-shrink: 0;
}
.bx-d-footer__col a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    font-size: .86rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .72);
    transition: color .15s;
}
.bx-d-footer__col a:hover {
    color: #fff;
}
.bx-d-footer__col a i {
    width: 18px;
    text-align: center;
    color: #3483fa;
    font-size: .88rem;
    flex-shrink: 0;
}
.bx-d-footer__panel {
    background: #2a2a2a;
    border: 1px solid rgba(52, 131, 250, .35);
    border-radius: 14px;
    padding: 18px 20px 20px;
    margin-bottom: 16px;
}
.bx-d-footer__panel-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .04em;
}
.bx-d-footer__panel-head i {
    color: #3483fa;
    font-size: 1.05rem;
}
.bx-d-footer__pays {
    display: grid;
    gap: 10px;
}
.bx-d-footer__pays--std {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.bx-d-footer__pays--crypto {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.bx-d-footer__pay {
    min-height: 56px;
    border-radius: 10px;
    border: 1px solid rgba(52, 131, 250, .3);
    background: #071a40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
}
.bx-d-footer__pay img {
    max-width: 100%;
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.bx-d-footer__pay-text {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .02em;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}
.bx-d-footer__pay--crypto {
    min-height: 64px;
}
.bx-d-footer__pay-coin {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(52, 131, 250, .4);
    background: #05122b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .72rem;
    font-weight: 800;
    color: #fff;
}
.bx-d-footer__legal-row {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 8px 0 4px;
}
.bx-d-footer__legal {
    flex: 1;
    margin: 0;
    font-size: .78rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .78);
    min-width: 0;
}
.bx-d-footer__badges {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.bx-d-footer__badge {
    height: 48px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
}
.bx-d-footer__badge--crest {
    height: 60px;
}
.bx-d-footer__age {
    width: 100%;
    background: #e6b800;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-sizing: border-box;
}
.bx-d-footer__age-badge {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #2a2a2a;
    color: #fff;
    font-size: .85rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-d-footer__age p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.45;
    color: #fff;
    font-weight: 600;
}
.bx-d-footer__bottom {
    width: 100%;
    background: #1f1f1f;
    padding: 0 0 22px;
}
.bx-d-footer__copy {
    margin: 16px 0 0;
    text-align: center;
    font-size: .78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .72);
    letter-spacing: .01em;
}
@media (max-width: 1100px) {
    .bx-d-footer__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .bx-d-footer__pays--std {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .bx-d-footer__pays--crypto {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .bx-d-footer__mission-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .bx-d-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .bx-d-footer__legal-row {
        flex-direction: column;
        align-items: flex-start;
    }
}
