/* ==========================================================================
   FREIZEIT-LAND DIGITAL CORE — Konzept-Prototyp von YJAR
   Gemeinsames Stylesheet für Landingpage, Karte und App-Konzept.
   Bewusst ein einziges, helles „Sommertag im Park"-Farbthema statt Hell/Dunkel —
   passend zu einem Familienfreizeitpark, der tagsüber besucht wird.
   ========================================================================== */

:root {
  /* Grundpalette: warmes Sandpapier, tiefes Grün als Markenfarbe, Bernstein als Akzent */
  --bg: #fbf5e8;
  --bg-soft: #f3e9d2;
  --paper: #fffdf7;
  --ink: #2a2017;
  --ink-soft: #6d5c46;
  --line: #e6d7b8;
  --line-strong: #d8c393;

  --forest: #1f5c46;
  --forest-deep: #123626;
  --forest-ink: #eafbf1;

  --amber: #e2932b;
  --amber-deep: #a8620f;
  --amber-ink: #3a2408;

  --ok: #2e7d4f;
  --warn: #b5720c;
  --crit: #b3261e;
  --crit-bg: #fbe9e6;

  /* Welten-Farben, an den echten Parkplan 2026 angelehnt */
  --z-farm: #e0812a;
  --z-tiere: #4f8f5b;
  --z-herz: #2f6fed;
  --z-piraten: #7a4326;
  --z-drachen: #c1432b;
  --z-raven: #3c2b52;
  --z-forbidden: #7b3fa0;
  --z-safari: #8a9a3a;

  --display: 'Baloo 2', 'Arial Rounded MT Bold', 'Segoe UI', sans-serif;
  --body: 'Mukta', 'Segoe UI', Helvetica, Arial, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, Menlo, monospace;

  --radius: 18px;
  --radius-sm: 10px;
  --shadow-soft: 0 6px 20px -8px rgba(42, 32, 23, 0.25);
  --shadow-lift: 0 16px 40px -14px rgba(42, 32, 23, 0.35);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
}

img { max-width: 100%; display: block; }

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

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; margin: 0 0 12px; text-wrap: balance; color: var(--ink); }
h1 { font-weight: 800; }

p { margin: 0 0 1em; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }

/* -------------------------------------------------------------- Disclosure */
.concept-banner {
  background: var(--forest-deep);
  color: var(--forest-ink);
  font-family: var(--body);
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  line-height: 1.5;
}
.concept-banner b { color: #ffd98a; }
.concept-banner a { color: #ffe9bd; text-decoration-color: rgba(255,233,189,.5); }

/* -------------------------------------------------------------- Top nav */
.topnav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251,245,232,.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--line);
}
.topnav .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 800; font-size: 20px; color: var(--forest-deep); text-decoration: none; white-space: nowrap; }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand small { display: block; font-family: var(--body); font-weight: 600; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--amber-deep); }
.navlinks { display: flex; gap: 4px; flex-wrap: wrap; }
.navlinks a {
  font-family: var(--body); font-weight: 600; font-size: 14.5px; color: var(--ink-soft);
  text-decoration: none; padding: 8px 12px; border-radius: 999px;
}
.navlinks a:hover, .navlinks a.active { background: var(--bg-soft); color: var(--forest-deep); }
.nav-cta {
  background: var(--amber); color: var(--amber-ink); font-family: var(--body); font-weight: 700;
  padding: 9px 16px; border-radius: 999px; text-decoration: none; white-space: nowrap; font-size: 14.5px;
  box-shadow: var(--shadow-soft);
}

/* -------------------------------------------------------------- Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--body); font-weight: 700; font-size: 15px; padding: 12px 22px; border-radius: 999px; text-decoration: none; border: none; cursor: pointer; }
.btn-primary { background: var(--amber); color: var(--amber-ink); box-shadow: var(--shadow-soft); }
.btn-primary:hover { background: #ecac52; }
.btn-ghost { background: var(--paper); color: var(--forest-deep); border: 2px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--forest); }
.btn-dark { background: var(--forest-deep); color: var(--forest-ink); }

/* -------------------------------------------------------------- Hero */
.hero { padding: 56px 0 40px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.eyebrow { font-family: var(--body); font-weight: 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--amber-deep); display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--amber-deep); display: inline-block; }
.hero h1 { font-size: clamp(34px, 4.6vw, 56px); }
.hero h1 .hl { color: var(--forest); }
.hero p.lead { font-size: 19px; color: var(--ink-soft); max-width: 54ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.hero-art { position: relative; }
.hero-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-lift); padding: 22px; display: grid; gap: 14px;
}
.hero-card .row { display: flex; align-items: center; gap: 12px; font-size: 14.5px; color: var(--ink-soft); }
.hero-card .row .dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.hero-card h3 { font-size: 17px; margin: 0; }

/* -------------------------------------------------------------- Sections */
section { padding: 60px 0; }
section.alt { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 62ch; margin: 0 0 32px; }
.section-head h2 { font-size: clamp(26px, 3.2vw, 36px); }
.section-head p { color: var(--ink-soft); font-size: 17px; }

/* -------------------------------------------------------------- Findings */
.findings { display: grid; gap: 12px; }
.finding { display: grid; grid-template-columns: 44px 1fr auto; gap: 14px; align-items: start; background: var(--paper); border: 1px solid var(--line); border-left: 5px solid var(--crit); border-radius: var(--radius-sm); padding: 16px 18px; }
.finding .n { font-family: var(--display); font-weight: 800; font-size: 24px; color: var(--ink-soft); line-height: 1; }
.finding h4 { font-size: 16.5px; margin: 0 0 4px; }
.finding p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.tag { font-family: var(--body); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; white-space: nowrap; align-self: start; }
.tag.crit { background: var(--crit-bg); color: var(--crit); }
.tag.warn { background: #fdf1dc; color: var(--warn); }

/* -------------------------------------------------------------- Core diagram */
.core-diagram { background: var(--forest-deep); color: var(--forest-ink); border-radius: var(--radius); padding: 34px; margin-top: 8px; }
.core-diagram .center { text-align: center; font-family: var(--display); font-weight: 800; font-size: 20px; letter-spacing: .02em; padding-bottom: 22px; border-bottom: 1px dashed rgba(255,255,255,.25); margin-bottom: 22px; }
.core-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.core-col h4 { color: #ffd98a; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.core-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; font-size: 14.5px; opacity: .92; }
.core-foot { text-align: center; margin-top: 22px; padding-top: 18px; border-top: 1px dashed rgba(255,255,255,.25); font-family: var(--mono); font-size: 13px; opacity: .85; }

/* -------------------------------------------------------------- Zone cards */
.zones-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.zone-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; border-top: 5px solid var(--zc, var(--forest)); box-shadow: var(--shadow-soft); }
.zone-card .zk { font-family: var(--mono); font-size: 12px; color: var(--ink-soft); }
.zone-card h3 { font-size: 18px; margin: 6px 0 6px; }
.zone-card p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }

/* -------------------------------------------------------------- Offer */
.offer-band { background: var(--forest-deep); color: var(--forest-ink); border-radius: var(--radius); padding: 32px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 24px; }
.offer-band .big { font-family: var(--display); font-size: 44px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; color: #ffd98a; }
.offer-band .big small { font-size: 17px; font-weight: 600; color: var(--forest-ink); opacity: .8; }
.offer-band p { margin: 8px 0 0; font-size: 14.5px; opacity: .85; }
.note-strike { text-decoration: line-through; opacity: .55; font-size: 16px; margin-left: 6px; }

/* -------------------------------------------------------------- Table */
.scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; font-size: 15px; background: var(--paper); border-radius: var(--radius-sm); overflow: hidden; }
th, td { padding: 10px 14px; border-bottom: 1px solid var(--line); text-align: left; }
th { font-family: var(--body); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); background: var(--bg-soft); }
td.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }

/* -------------------------------------------------------------- Footer */
footer { padding: 32px 0 50px; color: var(--ink-soft); font-size: 13.5px; }
footer a { color: var(--ink-soft); }
footer .fline { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 10px; }

/* -------------------------------------------------------------- Utility */
.pill { display: inline-flex; align-items: center; gap: 6px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; font-size: 13px; font-weight: 600; color: var(--forest-deep); }
.muted { color: var(--ink-soft); }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 24px; }
.cta-band { text-align: center; padding: 54px 0; }
.cta-band h2 { font-size: clamp(26px,3.4vw,38px); max-width: 20ch; margin: 0 auto 14px; }
.cta-band p { max-width: 50ch; margin: 0 auto 24px; color: var(--ink-soft); }

@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  .core-cols { grid-template-columns: 1fr; }
  .navlinks { display: none; }
}
