/* Lavum — SEO-Seiten (Länder-Info, Kosten-Landing, Hub, Methodik) · LAV-925
   Brand-Tokens gespiegelt aus styles.css / kostencheck/styles.css. */

@import url('https://api.fontshare.com/v2/css?f[]=general-sans@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
  --petrol-500: #1A3D4D;
  --petrol-700: #0F2A36;
  --lava-500: #D85A2E;
  --lava-700: #A8451E;
  --cream: #F4F2EE;
  --cream-deep: #ECE8E1;
  --text-900: #142730;
  --text-600: #4A5963;
  --text-400: #788591;
  --surface-0: #FFFFFF;
  --border-100: #E5E0D8;
  --shadow-card: 0 12px 32px -16px rgba(20, 39, 48, 0.18);
  --gruen: #2f6b4f;
  --gelb: #9a6b18;
  --rot: #b0472c;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--text-900);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.wrap { width: 100%; max-width: 860px; margin: 0 auto; padding: clamp(1.25rem, 5vw, 2.5rem) clamp(1.1rem, 5vw, 1.75rem); }

.brand-tag {
  display: inline-block; font-family: 'General Sans', sans-serif; font-weight: 700;
  font-size: 1.125rem; color: var(--petrol-500); text-decoration: none;
  margin-bottom: 1.5rem; letter-spacing: -0.01em;
}
.brand-tag::after { content: '.'; color: var(--lava-500); }

.crumbs { font-size: 0.8rem; color: var(--text-400); margin-bottom: 1.25rem; }
.crumbs a { color: var(--text-600); text-decoration: none; }
.crumbs a:hover { color: var(--lava-500); }

h1 {
  font-family: 'General Sans', sans-serif; font-size: clamp(1.7rem, 5vw, 2.6rem);
  line-height: 1.12; letter-spacing: -0.02em; color: var(--petrol-700); margin-bottom: 0.6rem;
}
.subline { font-size: clamp(1rem, 2.4vw, 1.18rem); color: var(--text-600); max-width: 60ch; }
.meta-line { font-size: 0.82rem; color: var(--text-400); margin-top: 0.7rem; }

h2 {
  font-family: 'General Sans', sans-serif; font-size: clamp(1.25rem, 3.5vw, 1.6rem);
  color: var(--petrol-700); letter-spacing: -0.015em; margin: 2.25rem 0 0.9rem;
}
h3 { font-size: 1.05rem; color: var(--text-900); margin: 0 0 0.4rem; }
p { margin-bottom: 0.9rem; color: var(--text-600); }
p strong, li strong { color: var(--text-900); }
ul, ol { margin: 0 0 1rem 1.2rem; }
li { margin-bottom: 0.4rem; color: var(--text-600); }
a { color: var(--lava-700); }
section a { overflow-wrap: anywhere; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  font: inherit; font-size: 1rem; font-weight: 600; text-align: center; text-decoration: none;
  border-radius: 999px; padding: 0.8rem 1.5rem; min-height: 52px; cursor: pointer;
  border: 2px solid transparent; transition: transform .12s ease, background .12s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--lava-500); color: #fff; box-shadow: 0 8px 20px -10px rgba(216,90,46,.55); }
.btn--primary:hover { background: var(--lava-700); }
.btn--ghost { background: transparent; color: var(--petrol-500); border-color: rgba(26,61,77,.28); }
.btn--ghost:hover { background: var(--petrol-500); color: #fff; }
.cta-row { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 1.2rem 0; }

/* Card */
.card { background: var(--surface-0); border: 1px solid var(--border-100); border-radius: 16px; padding: clamp(1.1rem, 4vw, 1.6rem); box-shadow: var(--shadow-card); }
.card + .card { margin-top: 1rem; }

/* Reality-Index */
.reality { display: grid; gap: 0.6rem; margin: 1rem 0; }
.reality-row { display: flex; align-items: baseline; gap: 0.7rem; padding: 0.7rem 0.9rem; background: var(--surface-0); border: 1px solid var(--border-100); border-radius: 12px; }
.reality-row span:last-child { min-width: 0; }
/* LAV-925: auf Schmalbild Chip über Text stapeln (Chip ist nowrap → sprengt
   sonst mit dem Text-Span die 375px-Zeile). */
@media (max-width: 560px) {
  .reality-row { flex-direction: column; gap: 0.3rem; }
  .reality-dot { align-self: flex-start; }
}
.reality-dot { font-size: 0.75rem; font-weight: 700; padding: 0.15rem 0.55rem; border-radius: 999px; white-space: nowrap; }
.dot-gruen { background: #e4efe8; color: var(--gruen); }
.dot-gelb { background: #f5edda; color: var(--gelb); }
.dot-rot { background: #f6e6df; color: var(--rot); }
.reality-row b { color: var(--text-900); min-width: 6.5rem; display: inline-block; }
.reality-row span { color: var(--text-600); font-size: 0.95rem; }

/* Kosten-Tabelle */
.cost-table-wrap { overflow-x: auto; }
.cost-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; margin: 0.5rem 0; }
.cost-table th { text-align: left; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-400); padding: 0 0.5rem 0.5rem 0; border-bottom: 1px solid var(--border-100); }
.cost-table td { padding: 0.5rem 0.5rem 0.5rem 0; border-bottom: 1px solid var(--cream-deep); }
.cost-table .num { text-align: right; font-variant-numeric: tabular-nums; }
.cost-table td.num { white-space: nowrap; }
.cost-table tfoot td { font-weight: 700; border-bottom: none; border-top: 2px solid var(--petrol-500); padding-top: 0.6rem; }

/* Haken */
.haken li { color: var(--text-900); }

/* Kanäle */
.channel { display: flex; gap: 0.7rem; padding: 0.6rem 0; border-bottom: 1px solid var(--cream-deep); align-items: baseline; }
.channel:last-child { border-bottom: none; }
.channel-plat { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-400); min-width: 4.5rem; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--border-100); padding: 0.7rem 0; }
.faq summary { font-weight: 600; color: var(--text-900); cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: '+ '; color: var(--lava-500); font-weight: 700; }
.faq details[open] summary::before { content: '– '; }
.faq p { margin: 0.6rem 0 0; }

/* Hub-Grid */
.hub-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0.9rem; margin: 1.25rem 0; }
.hub-card { display: block; background: var(--surface-0); border: 1px solid var(--border-100); border-radius: 14px; padding: 1.1rem; text-decoration: none; transition: transform .12s ease, box-shadow .12s ease; }
.hub-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.hub-card h3 { color: var(--petrol-700); margin-bottom: 0.3rem; }
.hub-card p { font-size: 0.88rem; margin: 0; }

/* Disclaimer + Related */
.disclaimer { font-size: 0.8rem; color: var(--text-400); margin: 1rem 0; }
.related { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.related a { display: inline-block; padding: 0.4rem 0.9rem; border: 1px solid var(--border-100); border-radius: 999px; text-decoration: none; color: var(--petrol-500); font-size: 0.9rem; background: var(--surface-0); }
.related a:hover { border-color: var(--petrol-500); }

/* Sources */
.sources { font-size: 0.85rem; }
.sources li { margin-bottom: 0.3rem; }

/* ------------------------------------------------------------------
   Kompass — Share-Landing (/kompass/<land>) + Übersicht (/kompass)
   LAV-1047.

   Diese 41 Seiten hatten bis dahin ihr eigenes, komplett eigenständiges
   Stylesheet inline: dunkler Petrol-Verlauf, system-ui statt der
   Marken-Schriften, ein selbst erfundenes Lava (#E7714A statt
   --lava-500), keine Wortmarke, kein Fuß. Sie waren die einzigen Seiten
   der Domain, die nicht wie die Domain aussahen — und ausgerechnet sie
   sind das, was ein kalter Share-Empfänger als Erstes von Lavum sieht.
   ------------------------------------------------------------------ */

.eyebrow {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--lava-500); margin-bottom: 0.45rem;
}

.prelaunch-note {
  font-size: 0.92rem; line-height: 1.55; color: var(--text-600);
  background: #FBF3EE; border: 1px solid #EBD5C8;
  border-radius: 12px; padding: 0.85rem 1.1rem; margin: 1.1rem 0;
  max-width: 52ch;
}
.prelaunch-note[hidden] { display: none; }

/* Spannweiten-Karten der Übersicht */
.kstats { display: grid; gap: 0.8rem; grid-template-columns: 1fr; margin: 1rem 0 0; }
.kstat {
  background: var(--surface-0); border: 1px solid var(--border-100);
  border-radius: 14px; padding: 1rem 1.1rem;
}
.kstat .lbl {
  font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--text-400); margin-bottom: 0.35rem;
}
.kstat .val {
  font-family: 'General Sans', sans-serif; font-size: 1.4rem; font-weight: 700;
  color: var(--petrol-700); line-height: 1.2; margin-bottom: 0.2rem;
}
.kstat .ext { font-size: 0.83rem; color: var(--text-400); margin: 0; }

/* Länder-Liste, nach Region gruppiert */
.rgroup { margin-top: 1.6rem; }
.rgroup h3 {
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--lava-700); margin-bottom: 0.6rem; padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--border-100);
  display: flex; justify-content: space-between; align-items: baseline; gap: 0.5rem;
}
.rgroup h3 span { color: var(--text-400); letter-spacing: 0.03em; }
.lgrid { list-style: none; display: grid; gap: 0.4rem; grid-template-columns: 1fr; margin: 0; }
.lgrid li { margin: 0; }
.lgrid a {
  display: flex; align-items: center; gap: 0.7rem; min-height: 48px;
  padding: 0.6rem 0.7rem; border-radius: 11px; text-decoration: none;
  color: var(--text-900); border: 1px solid transparent;
}
.lgrid a:hover, .lgrid a:focus-visible {
  background: var(--surface-0); border-color: var(--border-100); outline: none;
}
.lgrid .nm { font-weight: 600; flex: 1 1 auto; min-width: 0; line-height: 1.25; }
.lgrid .num {
  flex: 0 0 auto; text-align: right; font-size: 0.78rem; color: var(--text-400);
  font-variant-numeric: tabular-nums; line-height: 1.3;
}
.lgrid .num b { display: block; color: var(--text-900); font-weight: 600; }

/* Länder-Symbol: Emoji, sonst Kürzel-Chip (Windows liefert kein farbiges
   Glyph — dort erschienen sonst zwei graue Buchstabenkästchen). */
.fl { flex: 0 0 auto; width: 28px; height: 20px; display: flex; align-items: center; justify-content: center; }
.fe { font-size: 1.2rem; line-height: 1; }
.cc { display: none; }
.no-flag-emoji .fe { display: none; }
.no-flag-emoji .cc {
  display: flex; align-items: center; justify-content: center;
  width: 28px; height: 20px; border-radius: 4px;
  background: var(--cream-deep); border: 1px solid var(--border-100);
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.03em; color: var(--text-600);
}

.steps { list-style: none; display: grid; gap: 0.6rem; margin: 0.8rem 0 0; counter-reset: s; }
.steps li {
  background: var(--surface-0); border: 1px solid var(--border-100);
  border-radius: 14px; padding: 0.9rem 1.1rem 0.9rem 3rem; position: relative;
  color: var(--text-600); line-height: 1.55; margin: 0;
}
.steps li::before {
  counter-increment: s; content: counter(s);
  position: absolute; left: 1rem; top: 0.95rem;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--lava-500); color: #fff; font-size: 0.75rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.steps b { color: var(--text-900); display: block; margin-bottom: 0.1rem; }

.stand { font-size: 0.8rem; color: var(--text-400); margin-top: 1.5rem; }

@media (min-width: 560px) {
  .lgrid, .kstats { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 820px) {
  .lgrid { grid-template-columns: 1fr 1fr 1fr; }
  .kstats { grid-template-columns: 1fr 1fr 1fr; }
}

footer { border-top: 1px solid var(--border-100); margin-top: 2.5rem; padding-top: 1.25rem; }
footer nav { display: flex; flex-wrap: wrap; gap: 0.9rem; font-size: 0.85rem; }
footer a { color: var(--text-600); text-decoration: none; }
footer a:hover { color: var(--lava-500); }
.foot-brand { font-family: 'General Sans', sans-serif; font-weight: 700; color: var(--petrol-500); margin-bottom: 0.5rem; }
