html {
    min-height: 100%;
    background: #060b14;
}

body {
    min-height: 100%;
    margin: 0;
    color: #f7f0df;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    background:
        linear-gradient(180deg, rgba(4, 8, 17, 0.55), rgba(4, 8, 17, 0.82)),
        url("images/08_fons.JPG") center / cover fixed;
}

.legal-page {
    width: min(920px, calc(100% - 32px));
    margin: 0 auto;
    padding: 48px 0 64px;
}

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

.legal-kicker {
    color: #d6bd78;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.legal-top h1 {
    margin: 10px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 7vw, 56px);
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.legal-card {
    color: #352a22;
    background: rgba(248, 245, 238, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 26px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26);
    padding: clamp(24px, 5vw, 48px);
}

.legal-card p,
.legal-card li {
    font-size: 16px;
    line-height: 1.72;
}

.legal-card h2 {
    margin: 30px 0 10px;
    color: #3a251d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card a {
    color: #8a642d;
    font-weight: 700;
}

.legal-date {
    margin-top: 0;
    font-weight: 700;
}

.legal-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 22px;
    margin-top: 28px;
}

.legal-links a {
    color: #fff3c6;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 640px) {
    .legal-page {
        width: min(100% - 22px, 920px);
        padding-top: 32px;
    }

    .legal-card {
        border-radius: 20px;
    }

    .legal-card p,
    .legal-card li {
        font-size: 15px;
    }
}
