/* ===== Legal Pages ===== */

.legal {
    padding: 40px 0 60px;
}

.legal__wrap {
    max-width: 860px;
}

.legal__header {
    text-align: center;
    margin-bottom: 28px;
}

.legal__badge {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border-radius: 14px;
    border: 2px solid rgba(214,177,92,.55);
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #0f0f12, #060607);
}

.legal__badge span {
    font-family: Cinzel, serif;
    font-size: 12px;
    letter-spacing: .12em;
    color: var(--gold3);
    text-align: center;
}

.legal__badge b {
    display: block;
    font-size: 18px;
}

.legal__title {
    font-family: Montserrat, Inter, sans-serif;
    text-transform: uppercase;
    letter-spacing: .10em;
    font-weight: 900;
    margin: 0;
}

.legal__meta {
    margin-top: 6px;
    color: rgba(255,255,255,.55);
    font-size: .9rem;
}

.legal__content section {
    margin-bottom: 26px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line2);
}

.legal__content section:last-child {
    border-bottom: none;
}

.legal__content h2 {
    font-family: Montserrat, Inter, sans-serif;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .95rem;
    font-weight: 900;
    margin-bottom: 8px;
    color: var(--gold3);
}

.legal__content p {
    color: rgba(255,255,255,.70);
    font-size: .95rem;
    line-height: 1.6;
    margin: 0 0 8px;
}

.legal__content a {
    color: var(--gold3);
    text-decoration: underline;
}

.legal__footer {
    text-align: center;
    margin-top: 28px;
}

.legal__footer a {
    color: rgba(255,255,255,.65);
    font-size: .9rem;
}