/* =========================================================
   Krankenfahrten Tübingen
   Seitenspezifische Gestaltung.
   Gemeinsame Basis: /assets/css/global.css
   ========================================================= */

/* Die gemeinsame Navigation markiert Krankenfahrten als aktuelle Seite. */
.nav-links a[aria-current="page"] {
  color: var(--brand);
}

/* Seitenbreite des Contents bleibt wie in der bisherigen Krankenfahrten-Seite,
   ohne Header und Footer der globalen Website enger zu machen. */
.hero .container,
.section .container,
.cta-grid {
  width: min(calc(100% - 40px), 1180px);
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.hero {
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 48%,rgba(0,0,0,.44) 100%),
    radial-gradient(circle at top right,rgba(241,205,17,.16),transparent 34%),
    url('/images/krankenfahrten-renna-taxi-tuebingen.webp') center/cover no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 34px;
  align-items: center;
  padding: 104px 0 88px;
}

.hero .eyebrow,
.section .eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: .92rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 9ch;
  font-size: clamp(2.9rem,5.6vw,5.6rem);
  line-height: 1.02;
  font-weight: 300;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 680px;
  margin-top: 24px;
  color: #ece9dc;
  font-size: 1.08rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-actions .btn,
.cta-actions .btn,
.checklist-action .btn {
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  font-weight: 700;
}

.hero-actions .btn-secondary,
.cta-actions .btn-secondary,
.checklist-action .btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.26);
}

/* Infopanel im Hero */
.panel {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 16px 50px rgba(0,0,0,.18);
}

.panel h2 {
  margin: 0 0 12px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.panel li {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
}

/* Gemeinsame Content-Sektionen */
.section {
  padding: 92px 0;
}

.section-light {
  background: #f3f3f1;
  color: #141414;
}

.section-dark {
  background: #090909;
  color: #fff;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head .headline {
  margin: 0;
  max-width: 10ch;
  font-size: clamp(2.2rem,4.2vw,4.2rem);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.section-head p {
  max-width: 720px;
  margin: 0;
  color: #4b4b4b;
}

.eyebrow-accent-dark {
  color: #8c7400 !important;
}

/* Leistungen */
.grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 22px;
}

.card {
  background: #fff;
  color: #111;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,.05);
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.card p {
  margin: 0;
  color: #444;
}

/* CTA-Bereich */
.cta-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}

.section-dark .section-head {
  margin-bottom: 0;
}

.section-dark .section-head .headline {
  color: #fff;
}

.section-dark .eyebrow {
  color: var(--brand);
}

.cta-intro {
  max-width: 520px;
  color: #d8d3c6;
}

.checklist-action {
  margin-top: 18px;
}

.cta-visual img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  filter: brightness(.75);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.cta-text,
.cta-subtext {
  color: #d8d3c6;
}

.cta-text {
  margin-top: 20px;
}

.cta-subtext {
  line-height: 1.65;
}

.cta-subtext a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Dynamische Ortsliste */
.city-links {
  columns: 3;
  column-gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.city-links li {
  break-inside: avoid;
  margin: 0 0 8px;
}

.city-links a {
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.city-links a:hover {
  color: #8c7400;
}

/* Responsive */
@media (max-width:1024px) {
  .hero-grid,
  .grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 16px;
  }

  .city-links {
    columns: 2;
  }
}

@media (max-width:640px) {
  .hero .container,
  .section .container,
  .cta-grid {
    width: min(calc(100% - 28px), 1180px);
  }

  .hero-grid {
    padding: 84px 0 76px;
  }

  .city-links {
    columns: 1;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .hero-actions .btn,
  .cta-actions .btn,
  .checklist-action .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-actions .btn,
  .cta-actions .btn,
  .checklist-action .btn,
  .city-links a {
    transition: none !important;
  }
}
