/* ---------- Fluege-Vergleichsseite (Hub, Porsche-Designlinie) ---------- */
  body { background: var(--page); }
  /* Bandhoehe im Kontakt-/Gutscheine-Format (2.5:1-Bild von Martin, 2026-08-06) */
  .fl-band { position: relative; min-height: clamp(296px, calc(30.7vw + 178px), 768px);
             display: flex; align-items: flex-end; color: #fff; }
  /* Ultrabreite Bildschirme: Band auf 1920px deckeln - der maximale
     Bildausschnitt ist damit fest definiert, kein Panorama-Streifen mehr. */
  @media (min-width: 1960px) {
    .fl-band {
      max-width: 1920px; margin-left: auto; margin-right: auto;
      border-radius: 0 0 26px 26px; overflow: hidden;
    }
  }
  .fl-band .medien { position: absolute; inset: 0; overflow: hidden; background: #232C36; }
  .fl-band .medien img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
  .fl-band .scrim {
    position: absolute; inset: 0;
    /* Kein Verlauf mehr im Bild (Martin 2026-07-27): das Foto bleibt unangetastet,
       die Lesbarkeit von Logo/Menue macht der Header-eigene Verlauf. */
    background: none;
  }
  .fl-band .inhalt { position: relative; width: 100%; padding: 120px 0 52px; }
  .fl-band .eyebrow { color: #fff; opacity: 0.92; }
  .fl-band h1 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; margin: 6px 0 10px; max-width: 18ch; }
  .fl-band p { max-width: 56ch; opacity: 0.94; font-size: 1.02rem; margin-bottom: 16px; }
  .fl-cta {
    display: inline-block; width: max-content;
    border: 0; border-radius: 999px; padding: 12px 26px;
    background: var(--accent-btn); color: #fff; text-decoration: none;
    font-family: "Figtree", sans-serif; font-weight: 700; font-size: 0.98rem;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .fl-cta:hover { background: var(--accent-btn-hover); transform: translateY(-1px); }
  .fl-nebencta { color: rgba(255,255,255,0.8); font-size: 0.9rem; margin-top: 12px; }
  .fl-nebencta a { color: #fff; }
  @media (max-width: 700px) {
    /* Mobile-Override obsolet: Titel liegt unter dem Bild, Scrim bleibt nur oben. */
    body { padding-bottom: 0; }  /* kein Sticky-CTA auf dieser Seite */
  }

  section { padding: clamp(48px, 6vw, 80px) 0; }
  .sek-kopf { max-width: 720px; margin-bottom: clamp(24px, 4vw, 40px); }
  .sek-kopf .eyebrow { color: var(--accent-ink); }
  .sek-kopf h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); margin: 8px 0 10px; }
  .sek-kopf p { color: var(--slate); }

  /* Schnellwahl */
  .fl-schnell { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .fl-pick {
    background: var(--card); border: 1px solid var(--mist); border-radius: 16px;
    padding: 18px 20px; box-shadow: var(--shadow-rest);
    text-decoration: none; color: inherit; display: block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .fl-pick:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(16,21,28,0.14); }
  .fl-pick .frage { color: var(--slate); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; }
  .fl-pick b { display: block; font-size: 1.1rem; margin: 6px 0 4px; }
  .fl-pick span { color: var(--slate); font-size: 0.9rem; }
  @media (max-width: 860px) { .fl-schnell { grid-template-columns: 1fr; } }

  /* Vergleichstabelle */
  .fl-tabelle-rahmen {
    overflow-x: auto; background: var(--card);
    border: 1px solid var(--mist); border-radius: 16px; box-shadow: var(--shadow-rest);
  }
  table.fl-tabelle { border-collapse: collapse; width: 100%; min-width: 860px; font-size: 0.92rem; }
  .fl-tabelle th {
    text-align: left; padding: 12px 14px; background: #1C3049; color: #fff;
    font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap;
  }
  .fl-tabelle td { padding: 12px 14px; border-top: 1px solid var(--mist); vertical-align: top; }
  .fl-tabelle tr:hover td { background: color-mix(in srgb, var(--mist) 40%, transparent); }
  .fl-tabelle .angebot b { display: block; }
  .fl-tabelle .angebot span { color: var(--slate); font-size: 0.84rem; }
  .fl-tabelle .preis { font-weight: 800; white-space: nowrap; font-variant-numeric: tabular-nums; }
  .fl-tabelle .buchen a {
    display: inline-block; border-radius: 999px; padding: 7px 15px;
    background: var(--night); color: #fff; text-decoration: none;
    font-family: "Figtree", sans-serif; font-weight: 700; font-size: 0.82rem; white-space: nowrap;
    transition: background 0.2s ease;
  }
  .fl-tabelle .buchen a:hover { background: var(--accent-btn); }
  .fl-fussnote { color: var(--slate); font-size: 0.85rem; margin-top: 10px; }
  .fl-charakter { white-space: nowrap; }

  /* Angebots-Karten */
  /* Die Detail-Uebersicht nutzt jetzt die show-card der Startseite
     (Regeln in base.css). Die alten .fl-karte-Regeln sind entfallen. */

  /* Inklusive-Band */
  .fl-inklusive { background: var(--card); border-top: 1px solid var(--mist); border-bottom: 1px solid var(--mist); }
  .fl-inkl-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 44px); }
  .fl-inkl-grid h3 { font-size: 1.05rem; margin-bottom: 10px; }
  .fl-inkl-grid li { color: var(--slate); font-size: 0.95rem; margin: 6px 0 6px 20px; }
  /* Zahlungsinfo gehoert nicht in die Leistungsliste, steht darum als Notiz
     unter den beiden Spalten (Martin 2026-08-12). */
  .fl-inkl-note { margin-top: clamp(18px, 3vw, 28px); color: var(--slate); font-size: 0.95rem; }
  @media (max-width: 700px) { .fl-inkl-grid { grid-template-columns: 1fr; } }

  /* Gruppen-Band */
  .fl-gruppen { background: #1C3049; color: #fff; }
  .fl-gruppen .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
  .fl-gruppen h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
  .fl-gruppen p { color: rgba(255,255,255,0.8); max-width: 52ch; margin-top: 6px; }

  .fl-vertrauen { text-align: center; color: var(--slate); font-size: 0.95rem; }
  .fl-vertrauen b { color: var(--ink); }
  .fl-sterne { color: #F5B942; letter-spacing: 2px; }

  /* Abstand zwischen Seitenkopf und Schnellwahl war Martin zu gross
     (2026-08-11): Intro traegt unten fast nichts, die Folgesektion holt
     sich ihren Abstand selbst. */
  main > section:first-of-type { padding-bottom: clamp(8px, 1.5vw, 16px); }
  main > section:first-of-type + section { padding-top: clamp(24px, 3vw, 40px); }
