/* ═══════════════════════════════════════════════════════════════════
   AURUM · Stylesheet für Rechtsseiten (Impressum, Datenschutz)
   Im Design der Hauptseite – optimiert für längere Lesetexte.
   ═══════════════════════════════════════════════════════════════════ */
:root {
  --navy:  #1B2A4A;
  --navy3: #0E1A2F;
  --gold:  #B8972E;
  --gold2: #D4AE4A;
  --off:   #F7F6F2;
  --mid:   #E8E4D9;
  --white: #FFFFFF;
  --text:  #1A1A1A;
  --text2: #4A4A4A;
  --serif: 'Playfair Display', Georgia, serif;
  --body:  'Crimson Pro', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--body); background: var(--white); color: var(--text); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(27,42,74,0.97); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(184,151,46,0.3);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 40px; height: 70px; max-width: 1200px; margin: 0 auto; }
.nav-logo { text-decoration: none; display: block; }
.nav-logo img { height: 32px; display: block; }
.nav-logo span { font-family: var(--serif); font-size: 22px; font-weight: 700; color: var(--white); letter-spacing: 1px; }
.nav-logo small { display: block; font-family: var(--sans); font-size: 9px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-family: var(--sans); font-size: 13px; color: rgba(255,255,255,0.75); text-decoration: none; letter-spacing: 0.5px; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold2); }
.nav-cta { background: var(--gold); color: var(--navy3) !important; font-weight: 500; padding: 9px 20px; border-radius: 2px; }
.nav-cta:hover { background: var(--gold2); }
@media (max-width: 760px) { .nav-links a:not(.nav-cta) { display: none; } }

/* ── HEADER-BAND ── */
.legal-header { background: var(--navy3); padding: 140px 0 64px; position: relative; overflow: hidden; }
.legal-header::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 60% at 75% 40%, rgba(184,151,46,0.07) 0%, transparent 70%);
}
.legal-header .container { position: relative; z-index: 2; }
.legal-label {
  font-family: var(--sans); font-size: 11px; font-weight: 500; color: var(--gold);
  letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.legal-label::before { content: ''; width: 32px; height: 1px; background: var(--gold); display: inline-block; }
.legal-header h1 { font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); font-weight: 700; color: var(--white); line-height: 1.1; }
.legal-header p { font-family: var(--body); font-size: 17px; color: rgba(255,255,255,0.6); margin-top: 14px; max-width: 640px; }

/* ── CONTENT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.legal-body { padding: 64px 0 96px; }
.legal-content { max-width: 760px; margin: 0 auto; }
.legal-content h2 {
  font-family: var(--serif); font-size: 26px; font-weight: 700; color: var(--navy);
  margin: 48px 0 16px; line-height: 1.2;
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { font-family: var(--sans); font-size: 16px; font-weight: 500; color: var(--navy); margin: 28px 0 10px; }
.legal-content p { font-size: 17px; line-height: 1.75; color: var(--text2); margin-bottom: 16px; }
.legal-content a { color: var(--gold); text-decoration: underline; }
.legal-content a:hover { color: var(--gold2); }
.legal-content ul { margin: 0 0 16px 22px; }
.legal-content li { font-size: 17px; line-height: 1.7; color: var(--text2); margin-bottom: 8px; }
.legal-content strong { color: var(--text); font-weight: 600; }

/* Datenblock (Adresse etc.) */
.legal-data { background: var(--off); border-left: 3px solid var(--gold); padding: 24px 28px; margin: 20px 0 28px; }
.legal-data p { margin-bottom: 4px; font-size: 17px; }

/* Platzhalter-Hervorhebung – fällt sofort ins Auge */
.placeholder {
  background: rgba(184,151,46,0.16); color: var(--gold3, #8B6E20);
  border-bottom: 1px dashed var(--gold); padding: 1px 5px; border-radius: 2px;
  font-family: var(--sans); font-size: 0.92em; font-weight: 500;
}

/* Hinweis-Box oben */
.legal-note {
  background: #FFF8E6; border: 1px solid var(--gold); border-radius: 4px;
  padding: 18px 22px; margin-bottom: 40px;
  font-family: var(--sans); font-size: 13.5px; line-height: 1.6; color: #6b5618;
}
.legal-note strong { color: #6b5618; }

/* ── FOOTER ── */
footer { background: var(--navy3); color: rgba(255,255,255,0.6); padding: 56px 0 28px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.footer-col-title { font-family: var(--serif); font-size: 18px; color: var(--white); margin-bottom: 14px; }
.footer-col p { font-size: 14px; line-height: 1.6; margin-bottom: 4px; }
.footer-col a { display: block; font-family: var(--sans); font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 8px; }
.footer-col a:hover { color: var(--gold2); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 24px; }
.footer-bottom p { font-family: var(--sans); font-size: 12px; }
.footer-bottom-links a { font-family: var(--sans); font-size: 12px; color: rgba(255,255,255,0.55); text-decoration: none; margin-left: 20px; }
.footer-bottom-links a:hover { color: var(--gold2); }
@media (max-width: 760px) {
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
  .footer-bottom-links a { margin: 0 10px; }
}
