﻿.legalWrap {
    max-width: 980px;
    margin: 18px auto;
    padding: 0 14px
}

.legalCard {
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgb(113 27 178 / 22%);
    backdrop-filter: blur(14px) saturate(1.1);
    -webkit-backdrop-filter: blur(14px) saturate(1.1);
    padding: 18px;
}

.legalTop {
    margin-bottom: 14px
}

.legalBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.86);
    font-weight: 950;
    font-size: 12px;
    letter-spacing: .3px
}

.legalTitle {
    margin: 10px 0 6px;
    color: #fff;
    font-weight: 950;
    font-size: 26px;
    line-height: 1.15
}

.legalSub {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-weight: 750;
    line-height: 1.5
}

.legalSection {
    margin-top: 16px
}

    .legalSection h2 {
        margin: 0 0 8px;
        color: #fff;
        font-weight: 950;
        font-size: 18px
    }

    .legalSection p, .legalSection li {
        color: rgba(255,255,255,.78);
        font-weight: 750;
        line-height: 1.55
    }

    .legalSection ul {
        margin: 8px 0 0;
        padding-left: 18px
    }

    .legalSection li {
        margin: 6px 0
    }

.legalInfoGrid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px;
    margin-top: 12px;
}

@media(max-width:820px) {
    .legalInfoGrid {
        grid-template-columns: 1fr
    }
}

.infoItem {
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.18);
    padding: 12px;
}

.infoSpan2 {
    grid-column: 1/-1
}

.k {
    color: rgba(255,255,255,.62);
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 6px
}

.v {
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    word-break: break-word
}

.vHighlight {
    color: #f7c600
}

.legalLink {
    color: #b780ff;
    font-weight: 950;
    text-decoration: none
}

    .legalLink:hover {
        text-decoration: underline
    }

.legalNote {
    margin-top: 16px;
    border-radius: 16px;
    border: 1px solid rgba(247,198,0,.25);
    background: linear-gradient(180deg, rgba(247,198,0,.12), rgba(0,0,0,.10));
    padding: 14px;
}

.noteTitle {
    color: #fff;
    font-weight: 950;
    margin-bottom: 6px
}

.noteText {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-weight: 750;
    line-height: 1.5
}
