/* ==========================================================================
   geo-lp.css  ,  geteiltes Stylesheet fuer die GEO-Antwort-Landingpages
   (externer-ki-beauftragter, ki-mitarbeiter-mieten, ki-governance-mittelstand)
   Konventionelle Sub-Pages. Nutzt die Tokens aus design-system.css.
   Antwort-Kern (Definition, Tabelle) bewusst nuechtern + gut lesbar,
   maritime Toene nur dezent. Reveals kommen aus der Engine (data-reveal).
   ========================================================================== */

/* ---- Hero ---------------------------------------------------------------- */
.geo-hero {
  position: relative;
  z-index: var(--z-content);
  padding: clamp(7rem, 14vh, 11rem) 0 clamp(3rem, 7vh, 5rem);
}
.geo-hero__inner {
  max-width: 56rem;
}
.kicker-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-mono);
  font-size: var(--fs-kicker);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 1.4rem;
  transition: color var(--t-fast);
}
.kicker-back:hover { color: var(--accent-caribbean); }
.kicker-back svg { transition: transform var(--t-fast); }
.kicker-back:hover svg { transform: translateX(-3px); }

.geo-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5.2vw, 3.4rem);
  line-height: 1.07;
  letter-spacing: -0.01em;
  margin: 0 0 1.5rem;
  color: var(--text-primary);
}

/* ---- Answer-first-Definition (das Extraktions-Ziel) --------------------- */
.geo-answer {
  position: relative;
  padding: 1.4rem 1.6rem 1.4rem 1.9rem;
  background: var(--caribbean-08);
  border: 1px solid var(--caribbean-25);
  border-left: 3px solid var(--accent-caribbean);
  border-radius: var(--radius-md);
  font-size: clamp(1.05rem, 1.9vw, 1.22rem);
  line-height: 1.55;
  color: var(--text-primary);
  margin: 0 0 1.1rem;
}
.geo-answer strong { font-weight: 600; }
.geo-bridge {
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 52rem;
  margin: 0 0 2rem;
}
/* Haken-Satz: punchige biteme-Zeile VOR der nuechternen Definition (GEO-sicher,
   Vorspann, Definition bleibt als naechster Absatz wortgleich). */
.geo-hook {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  line-height: 1.28;
  color: var(--text-primary);
  margin: 0 0 1.1rem;
  max-width: 42rem;
}
.geo-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

/* ---- Generische Sektion ------------------------------------------------- */
.geo-section {
  position: relative;
  z-index: var(--z-content);
  padding: clamp(3rem, 7vh, 5rem) 0;
}
.geo-section > .container > .kicker { margin-bottom: 0.6rem; }
.geo-section h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  margin: 0 0 1.4rem;
  max-width: 40rem;
}
.geo-section p.lead { max-width: 46rem; }

/* ---- Trigger / Pain-Karten (reuse .grid-3 + .card) --------------------- */
.geo-cards { margin-top: 1.8rem; }
.geo-card h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  color: var(--text-primary);
  margin: 0 0 0.6rem;
}
.geo-card p {
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* ---- Tabelle (echtes HTML, gut lesbar auf dunkel) ---------------------- */
.geo-table-wrap { margin-top: 1.6rem; overflow-x: auto; }
.geo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-body);
  min-width: 38rem;
}
.geo-table caption {
  text-align: left;
  font-family: var(--font-mono);
  font-size: var(--fs-kicker);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.9rem;
}
.geo-table th,
.geo-table td {
  text-align: left;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--border-subtle);
  vertical-align: top;
  line-height: 1.5;
}
.geo-table thead th {
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-primary);
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--caribbean-25);
}
.geo-table tbody th { font-weight: 600; color: var(--text-primary); }
.geo-table tbody td { color: var(--text-muted); }
.geo-table tbody tr:nth-child(even) { background: var(--bg-surface-tint); }
.geo-table td:last-child {
  white-space: nowrap;
  font-family: var(--font-mono);
  color: var(--text-primary);
}

/* ---- FAQ (statisch, passage-level, gut extrahierbar) ------------------- */
.geo-faq { margin-top: 1.6rem; display: grid; gap: 0.9rem; max-width: 50rem; }
.geo-faq__item {
  padding: 1.2rem 1.4rem;
  background: var(--bg-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
}
.geo-faq__q {
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--text-primary);
  margin: 0 0 0.5rem;
}
.geo-faq__a {
  font-size: var(--fs-body);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* ---- CTA-Band ----------------------------------------------------------- */
.geo-cta {
  position: relative;
  z-index: var(--z-content);
  padding: clamp(3.5rem, 8vh, 6rem) 0;
  text-align: center;
}
.geo-cta h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  color: var(--text-primary);
  margin: 0 0 1rem;
}
.geo-cta p { max-width: 40rem; margin: 0 auto 1.8rem; color: var(--text-muted); }
.geo-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

/* ---- Mobile ------------------------------------------------------------- */
@media (max-width: 700px) {
  .geo-hero { padding-top: 6rem; }
  .geo-table th, .geo-table td { padding: 0.7rem 0.75rem; }
  .geo-answer { padding: 1.15rem 1.2rem 1.15rem 1.4rem; }
}
