/* Cluster A — Landingpage „Fußball-Taktiktafel online"
   Scoped auf .page-cluster. Nutzt brand-tokens.css. TEMP in /content/. */

.cluster-main { padding: 0; }
.page-cluster .container { max-width: 1140px; }
.page-cluster .container.narrow { max-width: 740px; }
.page-cluster .narrow p, .page-cluster .narrow li, .page-cluster .narrow .section-lead { max-width: none; }

/* Sections */
.page-cluster .section { padding: var(--space-9) 0; }
.page-cluster .section-alt { background: var(--c-white); }
.page-cluster h2 {
  font-size: clamp(26px, 3vw, 38px);
  text-transform: none;
  letter-spacing: -0.01em;
  margin: 0 0 var(--space-4);
  max-width: 22ch;
}
.page-cluster .text-center h2 { margin-left: auto; margin-right: auto; }
.page-cluster h3 {
  font-size: 21px;
  text-transform: none;
  margin: var(--space-5) 0 var(--space-2);
}
.page-cluster .section-lead { font-size: 19px; color: var(--fg-muted); max-width: 60ch; margin-bottom: var(--space-6); }

/* ── HERO ─────────────────────────────────────────── */
.page-cluster .hero {
  background: var(--c-navy);
  color: var(--c-light-gray);
  padding: var(--space-9) 0;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: var(--space-8); align-items: center; }
.hero .eyebrow { color: var(--c-blue); }
.hero-pain {
  font-family: var(--font-body); font-weight: 700;
  font-size: clamp(18px, 2.2vw, 24px); line-height: 1.3;
  color: #fff; margin: var(--space-3) 0 var(--space-4); max-width: 26ch;
}
.hero-h1.display {
  text-transform: none;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.04; letter-spacing: -0.02em;
  color: #fff; margin: 0 0 var(--space-4); max-width: 18ch;
}
.hero .lead { color: rgba(255,255,255,0.82); font-size: 18px; max-width: 46ch; }
.hero-trust { font-size: 14px; color: rgba(255,255,255,0.55); margin-top: var(--space-4); }
.hero-media { margin: 0; }
.hero-media img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius-lg); border: 1px solid #324966;
  box-shadow: var(--shadow-lg); background: #fff;
}
.hero-media figcaption { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: var(--space-2); text-align: center; }

/* ── CTAs ─────────────────────────────────────────── */
.cta-row { display: flex; gap: var(--space-3); flex-wrap: wrap; align-items: center; margin-top: var(--space-5); }
.btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 22px; border-radius: var(--radius-pill);
  font-family: var(--font-body); font-weight: 700; font-size: 15px;
  color: #fff; border: 1px solid rgba(255,255,255,0.35);
}
.btn-ghost:hover { background: rgba(255,255,255,0.08); opacity: 1; }
.page-cluster .btn-primary { border: none; }
.cta-center { text-align: center; margin-top: var(--space-7); }
.cta-center .cta-sub, .cta-sub { font-size: 14px; color: var(--fg-muted); margin-top: var(--space-3); }
.cta-inline { margin-top: var(--space-5); }

/* ── Tiles (Nutzen) ───────────────────────────────── */
.tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: var(--space-3); }
.tile {
  background: var(--c-white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: var(--space-4); overflow: hidden;
}
.section-alt .tile { background: var(--c-light-gray); }
.tile img { width: 100%; height: 120px; object-fit: cover; object-position: center top;
  border-radius: var(--radius-md); border: 1px solid var(--border); background:#fff; }
.tile h3 { margin: var(--space-3) 0 var(--space-1); font-size: 18px; }
.tile p { font-size: 15px; color: var(--fg-muted); margin: 0; }

/* ── Gallery (Formationen) ────────────────────────── */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); }
.gallery-item {
  border: 1px solid var(--border); border-radius: var(--radius-lg);
  background: var(--c-white); padding: var(--space-3); text-align: center;
  display: block; color: var(--fg); border-bottom: 1px solid var(--border);
}
.gallery-item:hover { border-color: var(--c-blue); opacity: 1; box-shadow: var(--shadow-md); }
.gallery-item img { width: 100%; height: 200px; object-fit: contain; display: block; }
.gallery-item span { display: block; margin-top: var(--space-2); font-weight: 700; font-size: 16px; }

/* ── Split (Bild + Text) ──────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); align-items: center; }
.split.reverse .split-copy { order: 2; }
.split-media { margin: 0; }
.split-media img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg);
  border: 1px solid var(--border); box-shadow: var(--shadow-md); background: #fff; }
.split-media figcaption { font-size: 13px; color: var(--fg-muted); margin-top: var(--space-2); text-align: center; }
.bridge { margin-top: var(--space-7); font-size: 15px; color: var(--fg-muted); }

/* ── Compare ──────────────────────────────────────── */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); margin-top: var(--space-5); }
.compare-col { background: var(--c-white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); }
.section-alt .compare-col { background: var(--c-light-gray); }
.compare-col.highlight { border-color: var(--c-blue); border-width: 2px; }
.compare-h { margin: 0 0 var(--space-4); font-size: 19px; }
.compare ul { list-style: none; padding: 0; margin: 0; }
.compare li { padding: 8px 0 8px 28px; position: relative; font-size: 16px; border-bottom: 1px solid var(--divider); }
.compare li:last-child { border-bottom: 0; }
.compare li::before { position: absolute; left: 0; top: 8px; font-weight: 700; }
.compare li.yes::before { content: "✓"; color: var(--c-green); }
.compare li.no::before { content: "✕"; color: var(--c-red); }

/* ── Personas ─────────────────────────────────────── */
.personas { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-4); }
.persona { background: var(--c-white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--space-5); }
.persona h3 { margin: 0 0 var(--space-2); font-size: 15px; line-height: 1.15; letter-spacing: 0; overflow-wrap: break-word; hyphens: auto; }
.persona p { font-size: 15px; color: var(--fg-muted); margin: 0; }

/* ── FAQ ──────────────────────────────────────────── */
.faq { margin-top: var(--space-5); }
.faq details { border-bottom: 1px solid var(--border); padding: var(--space-4) 0; }
.faq summary {
  font-family: var(--font-body); font-weight: 700; font-size: 18px;
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px;
}
.faq summary::after { content: "+"; color: var(--c-blue); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: var(--space-3) 0 0; color: var(--fg-muted); max-width: 70ch; }

/* ── Bridge / Conversion ──────────────────────────── */
.bridge-1x1 { background: var(--c-navy); color: var(--c-light-gray); }
.bridge-1x1 .bridge-text { font-size: 19px; color: rgba(255,255,255,0.85); margin-bottom: var(--space-5); }
.bridge-1x1 .bridge-text a { color: var(--c-blue); }
.bridge-1x1 .btn-primary { color: var(--c-navy); }
.bridge-1x1 .btn-primary:hover { color: var(--c-blue); }

/* ── Placeholder-Slots (fehlende Assets) ──────────── */
.placeholder {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 200px; padding: var(--space-5);
  border: 2px dashed var(--c-blue); border-radius: var(--radius-lg);
  background: rgba(89,194,251,0.06); color: var(--fg-muted); font-size: 15px; margin-top: var(--space-5);
}
.persona.placeholder-soft { border-top: 3px solid var(--c-blue); }

/* ── Sticky Mobile CTA ────────────────────────────── */
.sticky-cta {
  display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 50;
  text-align: center; padding: 16px; border-radius: var(--radius-pill);
  background: var(--c-blue); color: var(--c-navy); font-weight: 700; border: none;
  box-shadow: var(--shadow-lg);
}

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 1000px) { .tiles { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 860px) {
  .hero-grid, .split, .compare { grid-template-columns: 1fr; gap: var(--space-6); }
  .split.reverse .split-copy { order: 0; }
  .tiles, .gallery, .personas { grid-template-columns: 1fr 1fr; }
  .page-cluster .section { padding: var(--space-7) 0; }
  .sticky-cta { display: block; }
}
@media (max-width: 480px) {
  .tiles, .gallery, .personas { grid-template-columns: 1fr; }
}

/* ── Drive-Assets: Hero-Drohnen-Hintergrund (Totale) ──────────────── */
.page-cluster .hero {
  background:
    linear-gradient(180deg, rgba(31,45,63,0.86), rgba(31,45,63,0.93)),
    url('/content/assets/drive/hero-drone.webp') center / cover no-repeat;
}
/* Persona-Portraits in der Beta-Phase entfernt — Text-Karten (Fotos: Ruby, Totale statt Portraits) */

/* ── Deep-Content-Absätze (Review v2) ─────────────── */
.after-tiles, .after-gallery, .after-compare { max-width: 68ch; margin: var(--space-6) auto 0; font-size: 17px; color: var(--fg); }
#aufstellung p, #pressing p, #was-ist p { font-size: 17px; }

/* ── Beta-Hinweis unter Bottom-CTA ────────────────── */
.bridge-1x1 .beta-note { margin: var(--space-4) auto 0; max-width: 52ch; font-size: 14px; color: rgba(255,255,255,0.6); }

/* ── Hero: zweite (Beta-)Zeile unter den Feature-Signalen ──────── */
.hero-beta { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: var(--space-2); }

/* ── Orientierungszeile (Cluster-Abgrenzung) ──────── */
.page-cluster .orient {
  max-width: none; margin: 0 0 var(--space-4);
  padding: var(--space-3) var(--space-4);
  border-left: 3px solid var(--c-blue);
  background: rgba(89,194,251,0.07);
  border-radius: var(--radius-md);
  font-size: 15px; color: var(--fg-muted);
}
.page-cluster .orient a { color: var(--c-blue); }

/* ── 3-Phasen-Beispiel-Karten ─────────────────────── */
.phases-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-4); margin: var(--space-5) 0; }
.phase-card {
  background: var(--c-white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: var(--space-5); position: relative;
}
.section-alt .phase-card { background: var(--c-light-gray); }
.phase-card .phase-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--c-blue); color: var(--c-navy);
  font-weight: 800; font-size: 16px; margin-bottom: var(--space-3);
}
.phase-card h3 { margin: 0 0 var(--space-2); font-size: 17px; }
.phase-card p { margin: 0; font-size: 15px; color: var(--fg-muted); }
@media (max-width: 760px) { .phases-3 { grid-template-columns: 1fr; } }

/* ── Positionsliste (Formationsseiten) ────────────── */
.pos-list { list-style: none; padding: 0; margin: var(--space-4) 0; }
.pos-list li { position: relative; padding: 10px 0 10px 22px; font-size: 16px; border-bottom: 1px solid var(--divider); }
.pos-list li:last-child { border-bottom: 0; }
.pos-list li::before { content: "›"; position: absolute; left: 0; top: 9px; color: var(--c-blue); font-weight: 700; }

/* ── Checklist (Ratgeber-Listen) ──────────────────── */
.checklist { list-style: none; padding: 0; margin: var(--space-4) 0; }
.checklist li { position: relative; padding: 7px 0 7px 28px; font-size: 17px; border-bottom: 1px solid var(--divider); }
.checklist li:last-child { border-bottom: 0; }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--c-blue); font-weight: 700; }
