/* ===========================================================
   The Golden Empire - Landingpage Norwegen (v2)
   Design-System synchron zu den Meta-Creatives:
   Inter, Gold #f4ac25 / #f6bf48, warmer Schwarzgrund, Radius 22.
   Keine langen Gedankenstriche im gesamten Projekt.
   =========================================================== */

/* Inter als Variable Font von der eigenen Domain. Keine Verbindung zu Google,
   ein Download statt sechs, und die Datenschutzerklaerung braucht Google
   Ireland nicht mehr als Empfaenger zu nennen. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/fonts/inter-var-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/fonts/inter-var-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --gold:        #f4ac25;
  --gold-lite:   #f6bf48;
  --gold-deep:   #c98812;
  --gold-grad:   linear-gradient(96deg, #f8b733 0%, #f4ac25 100%);

  --ink:         #1a1206;
  --bg:          #08060a;
  --fg:          #f6f2e8;
  --muted:       #a89d86;
  /* Kontrast 5.1:1 gegen den Grund. Der frueher hier stehende Ton #7d7462
     lag bei 4.3:1 und riss damit die WCAG-AA-Grenze von 4.5:1. */
  --muted-soft:  #8a8071;

  --border:      rgba(246, 240, 226, 0.11);
  --border-mid:  rgba(246, 191, 72, 0.22);
  --card:        rgba(24, 18, 11, 0.62);

  --r-sm: 14px;
  --r:    22px;
  --r-lg: 30px;

  --maxw: 1180px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: var(--font);
  color: var(--fg);
  background: linear-gradient(to bottom right, #1a1108 0%, #0f0a05 50%, #1a1108 100%);
  line-height: 1.62;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

/* Gold-Lichter wie in der ersten Fassung: zwei kleine, stark geblurrte Blobs
   auf warmem Diagonal-Grund. Konzentriert, nicht flaechig. Flaechiges Gold
   mischt sich ins Schwarz und wird schmutzig braun. */
.glow {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.glow i {
  position: absolute; display: block; border-radius: 50%;
  filter: blur(130px); opacity: 0.2;
}
/* Die Lichter laufen ueber die ganze Seitenhoehe, abwechselnd links und rechts,
   damit auch die mittleren Sektionen Grund haben. Nicht groesser und nicht
   dichter setzen: flaechiges Gold auf Schwarz wird schmutzig braun. */
.glow i:nth-child(1) { top: -140px;  left: -140px;  width: 520px; height: 520px; background: #f59e0b; }
.glow i:nth-child(2) { top: 18%;     right: -180px; width: 480px; height: 480px; background: #ca8a04; }
.glow i:nth-child(3) { top: 40%;     left: -160px;  width: 460px; height: 460px; background: #f59e0b; opacity: 0.16; }
.glow i:nth-child(4) { top: 62%;     right: -150px; width: 500px; height: 500px; background: #ca8a04; opacity: 0.17; }
.glow i:nth-child(5) { bottom: -160px; left: 12%;   width: 560px; height: 560px; background: #f59e0b; opacity: 0.18; }
main, header, footer { position: relative; z-index: 1; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Tastatur und Screenreader ---------- */
/* Sichtbarer Fokus auf allem, was man ansteuern kann. Der Standardring des
   Browsers geht auf diesem dunklen Grund unter. */
:focus-visible {
  outline: 3px solid var(--gold-lite);
  outline-offset: 3px;
  border-radius: 6px;
}
.btn:focus-visible { outline-offset: 4px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  padding: 12px 20px; border-radius: var(--r-sm);
  background: var(--gold); color: var(--ink); font-weight: 800; font-size: 0.95rem;
  transition: top 0.18s ease;
}
.skip-link:focus { top: 16px; }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 { line-height: 1.06; letter-spacing: -0.025em; font-weight: 800; }
h1 { font-size: clamp(1.95rem, 7.6vw, 4.35rem); font-weight: 900; letter-spacing: -0.038em; }
h2 { font-size: clamp(1.6rem, 5.6vw, 2.9rem);  font-weight: 900; letter-spacing: -0.032em; }
h3 { font-size: 1.16rem; }

.gold {
  background: linear-gradient(96deg, var(--gold-lite) 0%, var(--gold) 72%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.eyebrow {
  display: inline-block;
  font-size: 0.735rem; font-weight: 700; letter-spacing: 0.19em;
  text-transform: uppercase; color: var(--gold-lite);
  margin-bottom: 18px;
}

.lede { color: var(--muted); font-size: 1.075rem; max-width: 56ch; }

.section { padding: clamp(42px, 4.6vw, 66px) 0; }
.section-head { max-width: 62ch; margin-bottom: 42px; }
.section-head-center { max-width: none; text-align: center; }
.section-head p { color: var(--muted); margin-top: 16px; font-size: 1.03rem; }

/* Platzhalter, die noch gefuellt werden */
.ph {
  color: var(--gold-lite);
  border-bottom: 2px dashed rgba(246, 191, 72, 0.55);
  padding-bottom: 1px;
  font-style: normal;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 13px;
  height: 62px; padding: 0 34px; border-radius: var(--r);
  font-weight: 800; font-size: 1.01rem; letter-spacing: 0.005em;
  border: none; cursor: pointer; font-family: var(--font);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn svg { width: 19px; height: 19px; stroke-width: 2.6; fill: none; stroke: currentColor;
  stroke-linecap: round; stroke-linejoin: round; }
.btn-gold {
  background: var(--gold-grad); color: var(--ink);
  box-shadow: 0 10px 34px rgba(244, 172, 37, 0.22);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 44px rgba(244, 172, 37, 0.32); }
.btn.sm { height: 48px; padding: 0 22px; font-size: 0.92rem; border-radius: var(--r-sm); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px 26px;
  backdrop-filter: blur(14px);
  background: rgba(8, 6, 10, 0.72);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}
.site-header.stuck { border-bottom-color: var(--border); background: rgba(8, 6, 10, 0.9); }
.site-header .logo { height: 44px; width: auto; }
.header-right { display: flex; align-items: center; gap: 16px; }
.langswitch {
  display: inline-flex; align-items: center; gap: 2px; padding: 3px;
  border: 1px solid var(--border); border-radius: 100px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.76rem; font-weight: 700; letter-spacing: 0.04em;
}
/* Nur die direkten Kinder, sonst faengt die Regel auch das .sr-only-Span
   im Link ein und blaest es wieder auf 34 px auf. */
.langswitch > span, .langswitch > a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; height: 26px; border-radius: 100px;
}
.langswitch .on { background: rgba(244, 172, 37, 0.16); color: var(--gold-lite); }
.langswitch a { color: var(--muted); transition: color 0.16s ease, background 0.16s ease; }
.langswitch a:hover { color: var(--fg); background: rgba(255, 255, 255, 0.06); }
@media (max-width: 620px) { .langswitch { display: none; } }
.nav { display: flex; gap: 30px; font-size: 0.93rem; color: var(--muted); font-weight: 500; }
.nav a { transition: color 0.16s ease; }
.nav a:hover { color: var(--fg); }
@media (max-width: 940px) { .nav { display: none; } }

/* ---------- Hero (zentriert, ohne Portrait) ---------- */
.hero { padding: clamp(64px, 9vw, 122px) 0 clamp(48px, 6vw, 78px); text-align: center; }
.hero h1 { margin-bottom: 24px; }
.hero .lede { margin: 0 auto 36px; font-size: 1.13rem; max-width: 60ch; }
.hero-cta-note { margin-top: 16px; font-size: 0.9rem; color: var(--muted-soft); }
.hero-chips {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 30px;
}
.hero-chips li {
  padding: 9px 17px; border-radius: 100px;
  border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03);
  font-size: 0.85rem; font-weight: 600; color: var(--muted);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 11px; flex-wrap: wrap;
  max-width: 100%; padding: 9px 18px; margin-bottom: 28px;
  border-radius: 100px; border: 1.5px solid var(--border-mid);
  background: rgba(244, 172, 37, 0.055);
  font-size: 0.855rem; font-weight: 600; color: var(--fg);
}
.hero-badge .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--gold-lite);
  box-shadow: 0 0 0 4px rgba(246, 191, 72, 0.16);
}

/* ---------- Faktenstreifen ---------- */
.stats {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.017);
}
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 42px 0; }
.stat { text-align: center; padding: 6px 14px; }
.stat + .stat { border-left: 1px solid var(--border); }
.stat b {
  display: block; font-size: clamp(1.35rem, 5.2vw, 2.25rem); font-weight: 900;
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 5px;
}
.stat span { font-size: 0.8rem; color: var(--muted); font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; }
@media (max-width: 720px) {
  /* Drei Kennzahlen auf zwei Spalten: die dritte liegt allein und wird deshalb
     ueber die volle Breite zentriert, sonst haengt sie links in der Luft. */
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; padding: 34px 0; }
  .stat:nth-child(odd) { border-left: none; }
  .stat:nth-child(3) { border-left: none; grid-column: 1 / -1; }
}

/* ---------- Emil-Sektion ---------- */
.founder-grid {
  display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 56px; align-items: center;
}
.founder-photo {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  border: 1.5px solid var(--border-mid); aspect-ratio: 4 / 5;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.5);
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
/* Das Zitat war auf Zwischenueberschriften-Groesse und stand als fetter Block
   ueber dem Fliesstext. Jetzt deutlich naeher am Text, mit mehr Zeilenabstand,
   dafuer setzt es sich ueber den Goldstrich links vom Rest ab. */
.founder-quote {
  margin: 22px 0 28px; padding-left: 22px;
  border-left: 2px solid rgba(246, 191, 72, 0.45);
}
.founder-quote p {
  font-size: clamp(1.04rem, 1.5vw, 1.22rem); font-weight: 500; line-height: 1.58;
  letter-spacing: -0.008em; color: var(--fg); margin: 0;
}
@media (max-width: 860px) { .founder-quote { padding-left: 16px; } }
.founder-body p { color: var(--muted); margin-bottom: 15px; }
.founder-meta { display: flex; align-items: center; gap: 14px; margin-top: 28px;
  padding-top: 24px; border-top: 1px solid var(--border); }
.founder-meta b { font-weight: 800; }
.founder-meta span { color: var(--gold-lite); font-size: 0.85rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; }
@media (max-width: 860px) { .founder-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- Karten ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--border); background: var(--card);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--border-mid); }
.card-img { aspect-ratio: 3 / 2; overflow: hidden; background: #0d0906; }
.card-img img { width: 100%; height: 100%; object-fit: cover; }
.card-img.contain { display: flex; align-items: center; justify-content: center; padding: 16px; }
.card-img.contain img { width: auto; height: 100%; object-fit: contain; }
.card-body { padding: 20px 20px 24px; }
.card-tag {
  display: inline-block; font-size: 0.63rem; font-weight: 800; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold-lite); margin: 0 0 9px;
}
.card-body h3 { font-size: 1.02rem; margin-bottom: 8px; }
.card-body p { color: var(--muted); font-size: 0.9rem; line-height: 1.56; }
@media (max-width: 900px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .cards { grid-template-columns: 1fr; } }

/* ---------- Community-Laufband ----------
   Feste Hoehe, freie Breite. Dadurch behaelt jeder Screenshot sein
   natuerliches Seitenverhaeltnis: nichts beschnitten, nichts aufgefuellt.
   Abstand ueber margin-right statt gap, sonst springt die Schleife. */
.wall { overflow: clip; position: relative; }
.wall-track { display: flex; width: max-content; animation: drift 76s linear infinite; }
/* Der zweite Durchlauf ist nur die Wiederholung fuers nahtlose Zurueckspringen.
   display:contents haelt seine Figuren als Flex-Kinder im Track. */
.wall-dup { display: contents; }
.wall:hover .wall-track { animation-play-state: paused; }
@keyframes drift {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.wall figure {
  flex: 0 0 auto; height: 356px; margin: 0 18px 0 0;
  border-radius: 16px; overflow: hidden;
  border: 1px solid var(--border); background: #0a0a0c;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.46);
}
.wall figure img { height: 100%; width: auto; display: block; }
.wall::before, .wall::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 140px; z-index: 3; pointer-events: none;
}
.wall::before { left: 0;  background: linear-gradient(90deg, var(--bg), transparent); }
.wall::after  { right: 0; background: linear-gradient(270deg, var(--bg), transparent); }
.wall-note {
  margin: 26px 0 0; max-width: none; text-align: center;
  font-size: 0.855rem; color: var(--muted-soft); line-height: 1.62;
}
@media (max-width: 760px) {
  .wall figure { height: 260px; margin-right: 12px; }
  .wall::before, .wall::after { width: 54px; }
}

/* ---------- Ablauf ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step { padding: 34px 30px 36px; border-radius: var(--r-lg);
  border: 1px solid var(--border); background: var(--card); }
.step-no {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; margin-bottom: 20px;
  background: rgba(244, 172, 37, 0.1); border: 1.5px solid var(--border-mid);
  color: var(--gold-lite); font-weight: 900; font-size: 1.02rem;
}
.step h3 { margin-bottom: 10px; }
.step p { color: var(--muted); font-size: 0.97rem; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Warum gratis ---------- */
.why {
  border-radius: var(--r-lg); padding: clamp(34px, 5vw, 56px);
  border: 1.5px solid var(--border-mid);
  background: linear-gradient(150deg, rgba(244, 172, 37, 0.085), rgba(10, 7, 5, 0.55));
}
.why h2 { margin-bottom: 18px; }
.why p { color: var(--muted); max-width: none; margin-bottom: 14px; }
.why p:last-child { margin-bottom: 0; }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.qa { border-bottom: 1px solid var(--border); }
.qa h3 { font-size: inherit; font-weight: inherit; letter-spacing: inherit; margin: 0; }
.qa button {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 26px 4px; background: none; border: none; cursor: pointer;
  color: var(--fg); font-family: var(--font); font-size: 1.06rem; font-weight: 700;
  text-align: left; letter-spacing: -0.012em;
}
.qa button .ico { flex: 0 0 auto; width: 26px; height: 26px; position: relative;
  transition: transform 0.26s ease; }
.qa button .ico::before, .qa button .ico::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--gold-lite); border-radius: 2px;
}
.qa button .ico::before { width: 15px; height: 2px; }
.qa button .ico::after  { width: 2px; height: 15px; transition: opacity 0.26s ease; }
.qa button[aria-expanded="true"] .ico { transform: rotate(180deg); }
.qa button[aria-expanded="true"] .ico::after { opacity: 0; }
.qa-body { max-height: 0; overflow: hidden; transition: max-height 0.32s ease; color: var(--muted); }
.qa-body[hidden] { display: none; }
.qa-body p { padding: 0 4px 26px; max-width: 72ch; }

/* ---------- Abschluss ---------- */
.final { text-align: center; }
.final h2 { margin-bottom: 20px; }
.final p { color: var(--muted); max-width: 56ch; margin: 0 auto 34px; }

.cta-band { padding: 0 0 clamp(60px, 7vw, 96px); text-align: center; }

/* ---------- Footer und Risiko ---------- */
.site-footer { border-top: 1px solid var(--border); padding: 44px 0 40px; }
.footer-bar {
  display: flex; align-items: baseline; justify-content: space-between;
  flex-wrap: wrap; gap: 14px 34px; margin-top: 30px;
  padding-top: 24px; border-top: 1px solid var(--border);
}
.risk {
  border-radius: var(--r-lg); padding: clamp(28px, 3.4vw, 40px);
  border: 1.5px solid rgba(246, 191, 72, 0.3);
  background: rgba(244, 172, 37, 0.045);
}
.risk-title {
  font-size: 0.78rem; letter-spacing: 0.17em; text-transform: uppercase;
  color: var(--gold-lite); margin-bottom: 18px; font-weight: 800; text-align: center;
  line-height: 1.4;
}
/* Schriftgroesse bewusst auf Fliesstext-Niveau, siehe FOR-2020-02-04-107 par. 2-5 erster Absatz */
.risk { text-align: left; }
.risk p { font-size: 1rem; line-height: 1.72; color: var(--fg); max-width: none; }
.risk p + p { margin-top: 20px; padding-top: 20px; color: var(--muted); font-size: 0.94rem;
  border-top: 1px solid rgba(246, 191, 72, 0.18); }
.copyright { margin-top: 20px; font-size: 0.82rem; color: var(--muted-soft); }

/* ---------- Bewegung reduzieren ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

/* ---------- Footer-Navigation ---------- */
.footer-links {
  display: flex; flex-wrap: wrap; gap: 4px 20px; align-items: center;
  font-size: 0.88rem; color: var(--muted); white-space: nowrap;
}
/* Mindestens 24 px hohe Ziele, WCAG 2.2 Erfolgskriterium 2.5.8 */
.footer-links a, .footer-links .linklike {
  display: inline-flex; align-items: center; min-height: 26px;
  transition: color 0.16s ease;
}
.footer-links a:hover, .footer-links .linklike:hover { color: var(--gold-lite); }
.linklike {
  background: none; border: none; padding: 0; cursor: pointer;
  font: inherit; color: inherit; text-decoration: underline;
  text-underline-offset: 3px; text-decoration-color: var(--border-mid);
}
.footer-company { font-size: 0.85rem; color: var(--muted-soft); line-height: 1.7; margin: 0; }
.footer-company a { text-decoration: underline; text-underline-offset: 2px; }
.footer-company a:hover { color: var(--gold-lite); }

/* ---------- Rechtsseiten ---------- */
.legal { padding: clamp(52px, 7vw, 92px) 0 clamp(64px, 8vw, 104px); }
.errorpage { text-align: center; }
.errorpage .lede { margin: 18px auto 34px; }
.legal .back { display: inline-flex; align-items: center; gap: 9px; font-size: 0.92rem;
  color: var(--gold-lite); font-weight: 600; margin-bottom: 34px; }
.legal h1 { font-size: clamp(1.9rem, 5.4vw, 3rem); margin-bottom: 14px; }
.legal .updated { color: var(--muted-soft); font-size: 0.9rem; margin-bottom: 34px; }
.legal-toc {
  display: flex; flex-wrap: wrap; gap: 10px 12px; margin-bottom: 46px;
  padding-bottom: 30px; border-bottom: 1px solid var(--border);
}
.legal-toc a {
  padding: 8px 16px; border-radius: 100px; font-size: 0.87rem; font-weight: 600;
  border: 1px solid var(--border); background: rgba(255, 255, 255, 0.03);
  color: var(--muted); transition: color 0.16s ease, border-color 0.16s ease;
}
.legal-toc a:hover { color: var(--gold-lite); border-color: var(--border-mid); }
.legal a[href^="mailto:"] { color: var(--gold-lite); text-decoration: underline;
  text-underline-offset: 3px; }
.legal h2 { font-size: clamp(1.3rem, 3vw, 1.72rem); margin: 46px 0 16px; }
.legal h3 { font-size: 1.06rem; margin: 26px 0 10px; }
.legal p, .legal li { color: var(--muted); max-width: 78ch; margin-bottom: 13px; font-size: 0.98rem; }
.legal ul { padding-left: 22px; margin-bottom: 18px; }
.legal li { margin-bottom: 7px; }
.legal .box {
  border-radius: var(--r); padding: 22px 26px; margin: 22px 0 30px;
  border: 1.5px solid var(--border-mid); background: rgba(244, 172, 37, 0.045);
}
.legal .box p { color: var(--fg); margin-bottom: 0; }
.legal table { width: 100%; border-collapse: collapse; margin: 18px 0 28px; font-size: 0.93rem; }
.legal th, .legal td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--border); color: var(--muted); vertical-align: top; }
.legal th { color: var(--fg); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; }

/* ---------- Einwilligungs-Banner ----------
   Steuerung ueber das hidden-Attribut, damit der Kasten auch fuer
   Screenreader wirklich weg ist, solange er nicht gebraucht wird. */
.cookie {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  max-width: 720px; margin: 0 auto;
  padding: 22px 24px; border-radius: var(--r);
  background: rgba(14, 10, 7, 0.97); border: 1.5px solid var(--border-mid);
  backdrop-filter: blur(12px); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.cookie[hidden] { display: none; }
.cookie p { font-size: 0.92rem; color: var(--muted); margin-bottom: 18px; }
.cookie p a { color: var(--gold-lite); text-decoration: underline; }
.cookie-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.cookie .btn { height: 46px; padding: 0 22px; font-size: 0.92rem; border-radius: var(--r-sm); flex: 1 1 auto; }
.btn-quiet {
  background: rgba(255, 255, 255, 0.05); color: var(--fg);
  border: 1.5px solid var(--border-mid);
}
.btn-quiet:hover { background: rgba(255, 255, 255, 0.09); }
