/* Surge Atlas — gemeinsame Grundlage für Landingpage und Rechtsseiten.
   Markenfarben aus Brand_Identitaet.docx. Keine externen Aufrufe, kein Tracking. */

@font-face {
  font-family: "SA Serif";
  src: url("fonts/serif-600.woff2") format("woff2");
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SA Sans";
  src: url("fonts/sans-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "SA Sans";
  src: url("fonts/sans-700.woff2") format("woff2");
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  --gruen: #081A12;
  --gruen-2: #0b2317;
  --karte: #0e2719;
  --linie: #1d4030;
  --gold: #E5B22D;
  --gold-hell: #FFE875;
  --gold-tief: #9A690C;
  --eis: #F0F5F2;
  --grau: #9db3a5;
  --gruen-signal: #5fcf93;
  --rot: #e2705c;
  --rand: min(6vw, 28px);
  --breit: 1120px;
  --schmal: 720px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--gruen);
  color: var(--eis);
  font: 400 17px/1.7 "SA Sans", system-ui, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: "SA Serif", Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.15; margin: 0; }
h1 { font-size: clamp(2.1rem, 6.2vw, 4rem); letter-spacing: -0.015em; }
h2 { font-size: clamp(1.6rem, 4.2vw, 2.6rem); letter-spacing: -0.01em; }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.4rem); }
p { margin: 0 0 1.1em; }
a { color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 3px; }
img, video, svg { max-width: 100%; height: auto; display: block; }
strong { font-weight: 700; color: #fff; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

.huelle { width: 100%; max-width: var(--breit); margin: 0 auto; padding: 0 var(--rand); }
.schmal { max-width: var(--schmal); }
.mitte { text-align: center; }
.leise { color: var(--grau); }
.klein { font-size: 0.86rem; line-height: 1.6; }

.kicker {
  display: inline-block; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}

/* Knöpfe */
.knopf {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 30px; border: 0; border-radius: 999px; cursor: pointer;
  font: 700 1.02rem/1 "SA Sans", system-ui, sans-serif; text-decoration: none;
  background: linear-gradient(160deg, var(--gold-hell) 0%, var(--gold) 45%, var(--gold-tief) 130%);
  color: #10230f; box-shadow: 0 12px 30px rgba(229, 178, 45, .22);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.knopf:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(229, 178, 45, .3); filter: brightness(1.04); }
.knopf:active { transform: translateY(0); }
.knopf.stumm {
  background: transparent; color: var(--eis); border: 1px solid var(--linie); box-shadow: none;
}
.knopf.stumm:hover { border-color: var(--gold); background: rgba(229, 178, 45, .07); }
.knopf .preis { font-weight: 700; opacity: .85; }

/* Kopfzeile */
.kopf {
  position: sticky; top: 0; z-index: 50; background: rgba(8, 26, 18, .82);
  backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .25s ease;
}
.kopf.fest { border-bottom-color: var(--linie); }
.kopf-in { display: flex; align-items: center; gap: 16px; height: 68px; }
.marke { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--eis); }
.marke img { width: 30px; height: 30px; }
.marke b { font: 600 1.18rem/1 "SA Serif", Georgia, serif; letter-spacing: .01em; }
.marke span { display: block; font-size: .56rem; letter-spacing: .3em; color: var(--gold); margin-top: 5px; }
.kopf nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.kopf nav a { color: var(--eis); text-decoration: none; font-size: .95rem; font-weight: 700; opacity: .82; }
.kopf nav a:hover { opacity: 1; color: var(--gold); }
.kopf .knopf { padding: 12px 20px; font-size: .92rem; }
@media (max-width: 860px) { .kopf nav a.versteckt-klein { display: none; } }

/* Abschnitte */
section { padding: clamp(56px, 9vw, 104px) 0; }
section[id], main[id] { scroll-margin-top: 84px; }
.trenner { border: 0; border-top: 1px solid var(--linie); margin: 0; opacity: .7; }

.karte {
  background: linear-gradient(180deg, var(--karte), var(--gruen-2));
  border: 1px solid var(--linie); border-radius: 18px; padding: clamp(20px, 3vw, 30px);
}

/* Fußzeile */
.fuss { background: #060f0b; border-top: 1px solid var(--linie); padding: 50px 0 40px; font-size: .92rem; }
.fuss-gitter { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 30px; }
.fuss h4 { font: 700 .78rem/1 "SA Sans", sans-serif; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 14px; }
.fuss a { color: var(--eis); text-decoration: none; opacity: .84; }
.fuss a:hover { opacity: 1; color: var(--gold); }
.fuss ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.fuss .schluss { margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--linie); color: var(--grau); }

/* Rechtsseiten */
.rechtstext { padding: clamp(40px, 7vw, 80px) 0; }
.rechtstext h1 { margin-bottom: 8px; }
.rechtstext h2 { font-size: 1.35rem; margin: 38px 0 12px; }
.rechtstext p, .rechtstext li { color: #dce7e0; }
.rechtstext .platzhalter {
  background: rgba(229, 178, 45, .12); border: 1px dashed rgba(229, 178, 45, .5);
  padding: 2px 8px; border-radius: 6px; color: var(--gold-hell); font-size: .95em;
}
.rechtstext .hinweiskasten {
  background: rgba(229, 178, 45, .08); border: 1px solid rgba(229, 178, 45, .35);
  border-radius: 12px; padding: 16px 18px; margin: 24px 0;
}
.rechtstext address { font-style: normal; line-height: 1.8; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
