﻿/* =========================
   LEGAL PAGES (Terms/Privacy/Rules)
========================= */

.legal-page {
    position: relative;
    min-height: 100vh;
    background-image: url('../img/bg/asmodae.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .legal-page::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.62);
        z-index: 0;
    }

/* ✅ reduce top spacing (navbar is fixed) */
.legal-page-inner {
    position: relative;
    z-index: 1;
    padding-top: 88px; /* keep for navbar */
}

/* ✅ compact header */
.legal-hero {
    padding: 18px 0 8px;
}

.legal-section {
    padding: 12px 0 60px;
}

.legal-sub {
    color: rgba(255,255,255,.80);
    font-size: 15px;
    line-height: 1.6;
    max-width: 900px;
}

.legal-card {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(0,0,0,.26);
    padding: 18px;
    color: rgba(255,255,255,.90);
}

    .legal-card h3,
    .legal-card h2 {
        font-family: "Cinzel", serif;
        font-weight: 800;
    }

.legal-h2 {
    margin-bottom: 12px;
}

.legal-card p {
    color: rgba(255,255,255,.82);
    line-height: 1.65;
}

.legal-card a {
    color: #66b3ff;
    font-weight: 800;
    text-decoration: none;
}

    .legal-card a:hover {
        text-decoration: underline;
    }

.legal-list {
    color: rgba(255,255,255,.82);
    line-height: 1.65;
    padding-left: 18px;
}

.legal-bullets {
    color: rgba(255,255,255,.82);
    line-height: 1.65;
    padding-left: 18px;
}
