/* Rechtsseiten – dieselbe dunkle Basis wie die Startseite, nur ruhiger. */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    background-color: #08080A;
    color: #F1ECE3;
    padding: 60px 20px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

.legal-container {
    max-width: 820px;
    margin: 0 auto;
    background: #121116;
    border: 1px solid rgba(201, 162, 39, 0.16);
    border-radius: 18px;
    padding: 60px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}

h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    background: linear-gradient(120deg, #8C6B22 0%, #F2DFA4 38%, #C9A227 62%, #F7E9BE 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.updated {
    text-align: center;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6F6A63;
    margin-bottom: 45px;
}

h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.32rem;
    font-weight: 700;
    margin: 40px 0 14px;
    color: #F2DFA4;
}

h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 24px 0 10px;
    color: #F1ECE3;
}

p, li { margin-bottom: 14px; color: #ADA69B; }

strong { color: #F1ECE3; font-weight: 600; }

ul { padding-left: 22px; }

a { color: #C9A227; text-underline-offset: 3px; }

a:hover { color: #F2DFA4; }

.back-link {
    display: inline-block;
    margin-bottom: 36px;
    text-decoration: none;
    color: #C9A227;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.back-link:hover { text-decoration: underline; }

.contact-box {
    background: rgba(201, 162, 39, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 3px solid #C9A227;
    border-radius: 0 10px 10px 0;
    padding: 24px 28px;
    margin: 18px 0 8px;
}

.contact-box p { color: #F1ECE3; }
.contact-box p:last-child { margin-bottom: 0; }

.legal-footer {
    max-width: 820px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 0.8rem;
    color: #6F6A63;
}

.legal-footer a { text-decoration: none; }
.legal-footer a:hover { text-decoration: underline; }

:focus-visible { outline: 2px solid #F2DFA4; outline-offset: 3px; }

@media (max-width: 600px) {
    body { padding: 30px 14px; }
    .legal-container { padding: 32px 22px; }
    h1 { font-size: 1.9rem; }
}
