/* Fumida – Website-Stil
   Markenfarben: Sonnengelb #FCEAA6 · Salbeigrün #5E9C76 · Logo-Gold #EDA12C · Creme #FDF6F0 */
/* Schrift lokal eingebunden (kein Google-Server-Kontakt, DSGVO-freundlich) */
@import url('assets/fonts/nunito.css');

:root {
  --gelb: #FCEAA6;
  --creme: #FDF6F0;
  --gruen: #5E9C76;
  --gruen-hell: #BFE0C8;
  --teal: #7A9E9F;
  --gold: #EDA12C;
  --text: #2D2D2D;
  --text-leise: #6B6B6B;
  --weiss: #FFFFFF;
  --schatten: 0 10px 30px rgba(94, 156, 118, 0.12);
  --radius: 22px;
}

:root { color-scheme: only light; }
* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', 'Segoe UI', system-ui, sans-serif;
  color: var(--text);
  background: var(--creme);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.wrap { width: min(1080px, 92vw); margin: 0 auto; }

a { color: var(--gruen); }

/* ---------- Kopfzeile ---------- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253, 246, 240, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #f0e6da;
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 800; font-size: 1.25rem; }
.brand img { height: 40px; width: auto; }
.nav-links { display: flex; gap: 22px; }
.nav-links a { text-decoration: none; color: var(--text-leise); font-weight: 600; font-size: .98rem; }
.nav-links a:hover { color: var(--gruen); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(160deg, var(--gelb) 0%, #FFF4D6 55%, var(--creme) 100%);
  text-align: center;
  padding: 64px 0 76px;
}
.hero img.logo { width: 200px; max-width: 60vw; height: auto; margin-bottom: 8px; }
.hero h1 { font-size: clamp(2.1rem, 6vw, 3.2rem); font-weight: 800; letter-spacing: -0.5px; }
.hero .claim { font-size: clamp(1.1rem, 3vw, 1.5rem); color: var(--gruen); font-weight: 700; margin-top: 6px; }
.hero .sub { max-width: 600px; margin: 18px auto 0; color: var(--text-leise); font-size: 1.08rem; }
.badges { display: flex; flex-direction: column; gap: 10px; }
.dl-scene { max-width: 430px; margin: 26px auto 0; }
.dl-scene svg { width: 100%; height: auto; display: block; }
.dl-arrow { flex: 0 0 auto; transform: translateY(-6px); }
.qr { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.qr img { width: 112px; height: 112px; border-radius: 12px; border: 1px solid #e7ddcf; background: #fff; padding: 6px; }
.qr span { font-size: .82rem; color: var(--text-leise); font-weight: 700; }
.badge {
  background: var(--gruen); color: #fff; border-radius: 14px; padding: 12px 20px;
  font-weight: 700; font-size: .95rem; display: inline-flex; align-items: center; gap: 8px;
  opacity: .9;
}
.badge small { display: block; font-weight: 500; font-size: .72rem; opacity: .8; }

/* ---------- Abschnitte ---------- */
section { padding: 60px 0; }
section h2 { font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 800; text-align: center; margin-bottom: 12px; }
section .lead { text-align: center; color: var(--text-leise); max-width: 640px; margin: 0 auto 40px; font-size: 1.08rem; }

.intro-text { max-width: 720px; margin: 0 auto; font-size: 1.14rem; text-align: center; }
.intro-text strong { color: var(--gruen); }

/* ---------- Funktionen ---------- */
.grid { display: flex; flex-wrap: wrap; gap: 22px; justify-content: center; }
.card {
  background: var(--weiss); border-radius: var(--radius); padding: 28px 26px;
  box-shadow: var(--schatten); border: 1px solid #f1ece3;
  flex: 1 1 280px; max-width: 330px;
}
.card .ico {
  width: 60px; height: 60px; border-radius: 18px; background: var(--gruen-hell);
  display: flex; align-items: center; justify-content: center; font-size: 1.8rem; margin-bottom: 16px;
}
.card h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; }
.card p { color: var(--text-leise); font-size: 1rem; }

/* ---------- Datenschutz-Highlight ---------- */
.privacy { background: var(--gruen); color: #fff; border-radius: 28px; padding: 48px 9%; text-align: center; position: relative; overflow: hidden; }
.privacy .lock-side { position: absolute; top: 50%; transform: translateY(-50%); opacity: .45; }
.privacy .lock-l { left: 30px; }
.privacy .lock-r { right: 30px; }
.privacy h2 { color: #fff; }
.privacy .lead { color: rgba(255,255,255,.9); }
.privacy .pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.privacy .pill { background: rgba(255,255,255,.16); border-radius: 999px; padding: 10px 20px; font-weight: 700; }

/* ---------- Zitat ---------- */
.quote { text-align: center; }
.quote blockquote {
  font-size: clamp(1.3rem, 3.4vw, 1.9rem); font-weight: 700; font-style: italic;
  max-width: 760px; margin: 0 auto; color: var(--text); line-height: 1.5;
}
.quote .q-mark { font-size: 3rem; color: var(--gold); line-height: 1; }
.quote cite { display: block; margin-top: 18px; font-style: normal; color: var(--text-leise); font-weight: 600; }

/* ---------- Gesundheitshinweis ---------- */
.health {
  background: #FFF7E8; border: 1px solid #F2E2C0; border-radius: var(--radius);
  padding: 28px 30px; max-width: 820px; margin: 0 auto; color: #5a4a2a;
}
.health h3 { color: #8a6d2f; margin-bottom: 10px; font-size: 1.15rem; }
.health strong { color: #7a5d1f; }
.health .notruf { margin-top: 12px; font-weight: 700; }

/* ---------- Footer ---------- */
footer { background: var(--gelb); padding: 40px 0; text-align: center; color: var(--text-leise); }
footer .brand { justify-content: center; margin-bottom: 12px; font-size: 1.1rem; }
footer .links { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 14px; }
footer .links a { color: var(--text); font-weight: 700; text-decoration: none; }
footer .links a:hover { color: var(--gruen); }
footer small { font-size: .85rem; }

/* ---------- Rechts-Seiten (Impressum/Datenschutz) ---------- */
.legal { max-width: 820px; margin: 0 auto; padding: 50px 0 70px; }
.legal h1 { font-size: 2rem; margin-bottom: 8px; }
.legal .stand { color: var(--text-leise); margin-bottom: 28px; }
.legal .block {
  background: var(--weiss); border-radius: 18px; padding: 22px 24px; margin-bottom: 16px;
  box-shadow: var(--schatten); border: 1px solid #f1ece3;
}
.legal .block h2 { font-size: 1.18rem; text-align: left; margin-bottom: 8px; }
.legal .block p { color: var(--text); white-space: pre-line; }
.legal .intro { font-size: 1.08rem; color: var(--text-leise); margin-bottom: 24px; }
.legal .back { display: inline-block; margin-bottom: 24px; font-weight: 700; text-decoration: none; }
.legal .platzhalter { background: #FFF3CD; border-radius: 6px; padding: 1px 7px; font-weight: 700; color: #8a6d2f; }

@media (max-width: 640px) {
  .nav-links { gap: 14px; font-size: .9rem; }
  .nav-links a:nth-child(3) { display: none; }
  .privacy .lock-side { display: none; }
}

/* Eigene "Dunkelmodus"-Variante, die bewusst HELL bleibt.
   So dunkeln Browser (z. B. Chrome) die Seite nicht automatisch ab. */
@media (prefers-color-scheme: dark) {
  html, body { background-color: var(--creme); color: var(--text); }
  .hero { background: linear-gradient(160deg, var(--gelb) 0%, #FFF4D6 55%, var(--creme) 100%); }
  footer { background: var(--gelb); }
  .card { background: var(--weiss); }
  .legal .block { background: var(--weiss); }
  .health { background: #FFF7E8; }
  .privacy { background: var(--gruen); color: #fff; }
}
