:root {
  --dunkel: #2E4057;
  --dunkel-hell: #3a4f6a;
  --akzent: #4A7C8C;
  --text: #1f2937;
  --grau: #6b7280;
  --hell: #f7f9fb;
  --rand: #e5e7eb;
  --breite: 1080px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

.huelle { max-width: var(--breite); margin: 0 auto; padding: 0 24px; }

/* ── Kopfbereich ─────────────────────────────────────────── */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--rand);
}
.kopf { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.marke { font-weight: 700; font-size: 1.05rem; color: var(--dunkel); text-decoration: none; letter-spacing: -.01em; }
.marke span { display: block; font-weight: 400; font-size: .72rem; color: var(--grau); letter-spacing: .02em; }
nav { display: flex; gap: 26px; align-items: center; }
nav a { color: var(--text); text-decoration: none; font-size: .92rem; }
nav a:hover { color: var(--dunkel); }
.nav-knopf {
  background: var(--dunkel); color: #fff !important; padding: 9px 18px;
  border-radius: 10px; font-weight: 600; font-size: .88rem;
}
.nav-knopf:hover { background: var(--dunkel-hell); }
.menue-knopf { display: none; background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--dunkel); }

/* ── Titelbereich ────────────────────────────────────────── */
.titelbereich { padding: 96px 0 80px; background: linear-gradient(180deg, var(--hell), #fff); }
.titelbereich h1 { font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.15; margin: 0 0 18px; letter-spacing: -.02em; }
.titelbereich .unter { font-size: 1.12rem; color: var(--grau); max-width: 620px; margin: 0 0 32px; }
.knopfreihe { display: flex; gap: 14px; flex-wrap: wrap; }
.knopf {
  display: inline-block; padding: 13px 26px; border-radius: 12px;
  font-weight: 600; text-decoration: none; font-size: .95rem; border: 2px solid transparent; cursor: pointer;
}
.knopf-voll { background: var(--dunkel); color: #fff; }
.knopf-voll:hover { background: var(--dunkel-hell); }
.knopf-rand { border-color: var(--dunkel); color: var(--dunkel); background: #fff; }
.knopf-rand:hover { background: var(--dunkel); color: #fff; }

/* ── Abschnitte ──────────────────────────────────────────── */
section { padding: 76px 0; }
section.getoent { background: var(--hell); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 14px; letter-spacing: -.01em; }
.einleitung { color: var(--grau); max-width: 680px; margin: 0 0 40px; }

.raster { display: grid; gap: 24px; }
.raster-3 { grid-template-columns: repeat(3, 1fr); }
.raster-4 { grid-template-columns: repeat(4, 1fr); }
.raster-2 { grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: start; }

.karte {
  background: #fff; border: 1px solid var(--rand); border-radius: 16px; padding: 28px;
}
.karte h3 { margin: 0 0 14px; font-size: 1.12rem; }
.karte .symbol { font-size: 1.6rem; display: block; margin-bottom: 10px; }
.karte ul { margin: 0; padding-left: 18px; color: var(--grau); font-size: .93rem; }
.karte li { margin: 7px 0; }

.stichpunkte { list-style: none; padding: 0; margin: 22px 0 0; }
.stichpunkte li { padding-left: 26px; position: relative; margin: 10px 0; color: var(--grau); font-size: .94rem; }
.stichpunkte li::before { content: "✓"; position: absolute; left: 0; color: var(--akzent); font-weight: 700; }

.hinweiskasten {
  border-left: 3px solid var(--akzent); background: var(--hell);
  padding: 20px 24px; border-radius: 0 12px 12px 0; margin-top: 36px;
}
.hinweiskasten h3 { margin: 0 0 8px; font-size: 1.02rem; }
.hinweiskasten p { margin: 0; color: var(--grau); font-size: .94rem; }

/* ── Ablauf ──────────────────────────────────────────────── */
.schritt .nr {
  width: 38px; height: 38px; border-radius: 50%; background: var(--dunkel); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; margin-bottom: 14px;
}
.schritt h3 { margin: 0 0 6px; font-size: 1.02rem; }
.schritt p { margin: 0; color: var(--grau); font-size: .92rem; }

/* ── Preise ──────────────────────────────────────────────── */
.modelle { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.modell { background: #fff; border: 1px solid var(--rand); border-left: 3px solid var(--akzent); border-radius: 0 14px 14px 0; padding: 22px 24px; }
.modell .symbol { font-size: 1.4rem; display: block; margin-bottom: 8px; }
.modell h3 { margin: 0 0 8px; font-size: 1.02rem; }
.modell p { margin: 0; color: var(--grau); font-size: .92rem; }

.modellmarke {
  display: inline-block; background: var(--hell); color: var(--akzent);
  border: 1px solid var(--rand); border-radius: 20px;
  padding: 2px 10px; font-size: .72rem; font-weight: 600; margin-bottom: 10px;
}
.preisraster { display: grid; grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); gap: 20px; }
.preis { background: #fff; border: 1px solid var(--rand); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; }
.preis.hervor { border-color: var(--dunkel); border-width: 2px; position: relative; }
.preis.hervor::after {
  content: "Beliebt"; position: absolute; top: -11px; left: 26px;
  background: var(--dunkel); color: #fff; font-size: .7rem; font-weight: 600;
  padding: 3px 10px; border-radius: 20px; letter-spacing: .03em;
}
.preis h3 { margin: 0 0 6px; font-size: 1rem; }
.preis .betrag { font-size: 1.75rem; font-weight: 700; color: var(--dunkel); letter-spacing: -.02em; }
.preis .einheit { color: var(--grau); font-size: .84rem; margin-bottom: 18px; }
.preis ul { list-style: none; padding: 0; margin: 0 0 20px; flex: 1; }
.preis li { font-size: .88rem; color: var(--grau); padding-left: 20px; position: relative; margin: 8px 0; }
.preis li::before { content: "·"; position: absolute; left: 6px; color: var(--akzent); font-weight: 700; font-size: 1.2rem; line-height: 1; }

/* ── Termin ──────────────────────────────────────────────── */
.terminfeld { display: grid; grid-template-columns: 340px 1fr; gap: 40px; align-items: start; }
.tage { display: flex; flex-direction: column; gap: 8px; max-height: 420px; overflow-y: auto; padding-right: 6px; }
.tag { border: 1px solid var(--rand); border-radius: 12px; padding: 12px 16px; background: #fff; }
.tag .datum { font-weight: 600; font-size: .92rem; margin-bottom: 8px; }
.zeiten { display: flex; gap: 8px; flex-wrap: wrap; }
.zeit {
  border: 1px solid var(--rand); background: #fff; border-radius: 8px;
  padding: 6px 14px; font-size: .86rem; cursor: pointer; font-family: inherit; color: var(--text);
}
.zeit:hover { border-color: var(--dunkel); }
.zeit.gewaehlt { background: var(--dunkel); color: #fff; border-color: var(--dunkel); }

form label { display: block; font-size: .86rem; font-weight: 600; margin: 0 0 6px; }
form input, form select, form textarea {
  width: 100%; padding: 11px 14px; border: 1px solid var(--rand); border-radius: 10px;
  font-size: .92rem; font-family: inherit; color: var(--text); background: #fff;
}
form input:focus, form select:focus, form textarea:focus { outline: 2px solid var(--akzent); outline-offset: 1px; border-color: transparent; }
.feld { margin-bottom: 16px; }
.feldpaar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.honigtopf { position: absolute; left: -9999px; }

.meldung { padding: 14px 18px; border-radius: 12px; font-size: .92rem; margin-top: 16px; }
.meldung.ok { background: #ecfdf5; border: 1px solid #a7f3d0; color: #065f46; }
.meldung.fehler { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
.gewaehlter-termin { background: var(--hell); border: 1px solid var(--rand); border-radius: 10px; padding: 12px 16px; font-size: .9rem; margin-bottom: 18px; }

/* ── FAQ ─────────────────────────────────────────────────── */
details { border-bottom: 1px solid var(--rand); padding: 18px 0; }
details summary { cursor: pointer; font-weight: 600; font-size: .98rem; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: "+"; color: var(--akzent); font-size: 1.3rem; line-height: 1; }
details[open] summary::after { content: "–"; }
details p { color: var(--grau); margin: 12px 0 0; font-size: .93rem; }

/* ── Fuß ─────────────────────────────────────────────────── */
footer { background: var(--dunkel); color: #cbd5e1; padding: 52px 0 32px; font-size: .88rem; }
footer a { color: #cbd5e1; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
.fussraster { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; margin-bottom: 32px; }
.fussraster h4 { color: #fff; font-size: .9rem; margin: 0 0 12px; }
.fussraster p, .fussraster li { margin: 5px 0; }
.fussraster ul { list-style: none; padding: 0; margin: 0; }
.fusszeile { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .82rem; }

/* ── Rechtstexte ─────────────────────────────────────────── */
.rechtsdialog { position: fixed; inset: 0; background: rgba(0,0,0,.45); display: none; align-items: center; justify-content: center; padding: 20px; z-index: 100; }
.rechtsdialog.offen { display: flex; }
.rechtsinhalt { background: #fff; border-radius: 18px; max-width: 760px; width: 100%; max-height: 85vh; display: flex; flex-direction: column; }
.rechtskopf { display: flex; justify-content: space-between; align-items: center; padding: 22px 28px 14px; border-bottom: 1px solid var(--rand); }
.rechtskopf h3 { margin: 0; font-size: 1.1rem; }
.rechtskopf button { background: none; border: 0; font-size: 1.7rem; line-height: 1; cursor: pointer; color: var(--grau); }
.rechtstext { padding: 22px 28px 28px; overflow-y: auto; font-size: .9rem; }
.rechtstext h4 { margin: 20px 0 6px; font-size: .96rem; }
.rechtstext p, .rechtstext li { color: var(--grau); }
.fehlend { color: #b45309; font-weight: 600; }

@media (max-width: 900px) {
  .raster-3, .raster-4, .raster-2, .terminfeld, .fussraster, .modelle { grid-template-columns: 1fr; }
  .feldpaar { grid-template-columns: 1fr; }
  nav { display: none; }
  nav.offen { display: flex; position: absolute; top: 66px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 18px 24px; gap: 16px; border-bottom: 1px solid var(--rand); }
  .menue-knopf { display: block; }
  section { padding: 56px 0; }
  .titelbereich { padding: 64px 0 56px; }
}
