:root {
  --bs-primary: #0b3c5d;
  --navy: #0b3c5d;
  --navy-soft: #f4f7fb;
  --accent-yellow: #ffd65a;
  --border-soft: #e1e6ee;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #222;
}

/* ===================================== */
/* HEADER                               */
/* ===================================== */

.site-header {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #edf0f5;
  position: relative;
  z-index: 20;
}

/* höhere Header-Höhe wie im Mockup */
.site-header .container {
  min-height: 88px;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.brand-title {
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--navy);
}

/* Subtitel existiert nicht mehr – zur Sicherheit ausblenden */
.brand-subline {
  display: none !important;
}

/* Navigation */

.main-nav a {
  font-size: 0.9rem;
  color: #1f2933;
  text-decoration: none;
  font-weight: 500;
}

.main-nav a:hover {
  color: var(--navy);
}

/* Header-Icons */

.header-actions {
  color: #111827;
}

.header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  color: #111827;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  font-size: 1rem;
}

.header-icon i {
  line-height: 1;
}

.header-icon:hover {
  background-color: var(--accent-yellow);
  border-color: var(--accent-yellow);
  color: #111827;
}

/* ===================================== */
/* HERO                                  */
/* ===================================== */

.hero {
  position: relative;
  padding: 4rem 0 3.5rem;
  border-bottom: 1px solid #edf0f5;
  overflow: hidden;
}

.hero--image {
  min-height: 72vh;
  background-image:
    linear-gradient(to right,
    rgba(255,255,255,0.96) 0%,
    rgba(255,255,255,0.88) 38%,
    rgba(255,255,255,0.20) 60%,
    rgba(255,255,255,0.00) 100%),
    url("../img/hero-merry-fisher-695.jpg");
  /* Pfad anpassen: assets/img/hero-merry-fisher-695.jpg */
  background-size: cover;
  background-position: center right;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.hero-textbox {
  max-width: 520px;
  background-color: rgba(255,255,255,0.9);
  padding: 1.8rem 1.8rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 18px 45px rgba(15,32,52,0.18);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .25rem .75rem;
  border-radius: 999px;
  background-color: #eef4fb;
  font-size: 0.8rem;
  color: #23415f;
}

.hero-title {
  font-weight: 700;
  font-size: clamp(2rem, 2.7vw, 2.5rem);
  color: #111827;
  margin-top: 0.6rem;
  margin-bottom: 0.8rem;
}

.hero-lead {
  font-size: 1.02rem;
  color: #4b5563;
}

.btn-cta {
  background-color: var(--accent-yellow);
  border-color: var(--accent-yellow);
  color: #1f2933;
  font-weight: 600;
  padding-inline: 1.6rem;
}

.btn-cta:hover {
  background-color: #ffcf3a;
  border-color: #ffcf3a;
  color: #111827;
}

/* Rundes Badge im Hero */

.hero-badge-circle {
  position: absolute;
  right: 3%;
  bottom: 10%;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background-color: var(--navy);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: 0 18px 45px rgba(15,32,52,0.25);
}

/* ===================================== */
/* HERO-LIST (Fahrplan)                  */
/* ===================================== */

.hero-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1rem;
}

.hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.hero-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: #0b3c5d;
  color: #ffffff;
  font-size: 0.75rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
}

/* ===================================== */
/* LAYOUT / SECTIONS                     */
/* ===================================== */

main {
  padding: 2.5rem 0 3rem;
}

.section-block {
  padding: 2.75rem 0;
  border-bottom: 1px solid #edf0f5;
}

.section-light {
  background-color: var(--navy-soft);
}

.section-alt {
  background-color: #ffffff;
}

.section-block:first-of-type {
  padding-top: 2rem;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 650;
  color: #111827;
  display: flex;
  align-items: center;
  gap: .6rem;
}

/* Abschnitts-Icons */

.section-icon {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background-color: #e5edf7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

/* Standard-Kreis */

.section-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 999px;
  border: 2px solid #1f4a7b;
  opacity: 0.9;
}

/* Steuerrad-Variante */

.section-icon-wheel::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #1f4a7b;
  transform: rotate(45deg);
  opacity: 0.7;
}

/* Wellen-Variante */

.section-icon-waves::before {
  content: "";
  width: 18px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid #1f4a7b;
  border-top: none;
}

/* Stern/Erfahrung */

.section-icon-star::before {
  content: "★";
  width: auto;
  height: auto;
  border: none;
  font-size: 0.9rem;
  color: #1f4a7b;
}

/* Inhaltsbox / TOC */

.toc-box {
  border-radius: .75rem;
  border: 1px solid var(--border-soft);
  background-color: #f9fafb;
  padding: 1.1rem 1.3rem;
  font-size: 0.94rem;
}

.toc-box ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

/* Testimonials */

.testimonial-card {
  border-radius: .9rem;
  border: 1px solid var(--border-soft);
  background-color: #ffffff;
  padding: 1.4rem 1.3rem;
  height: 100%;
}

.testimonial-text {
  font-size: 0.95rem;
  color: #374151;
  margin-bottom: .75rem;
}

.testimonial-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #111827;
}

/* FAQ */

.faq-item + .faq-item {
  margin-top: 1rem;
}

.faq-question {
  font-weight: 600;
  margin-bottom: .15rem;
  color: #111827;
}

.faq-answer {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 0;
}

/* Sonstiges */

.small-note {
  font-size: 0.9rem;
  color: #6b7280;
}

/* Fahrlehrer-Fotos */

.fahrlehrer-photo {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

/* FOOTER */

footer {
  border-top: 1px solid #edf0f5;
  padding: 1.6rem 0;
  font-size: 0.85rem;
  color: #6b7280;
}

.link-muted {
  color: #6b7280;
  text-decoration: none;
}

.link-muted:hover {
  text-decoration: underline;
  color: #111827;
}

/* ===================================== */
/* RESPONSIVE                            */
/* ===================================== */

@media (max-width: 991.98px) {
  .main-nav {
    display: none !important;
  }

  .site-header .container {
    min-height: 72px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .hero--image {
    min-height: auto;
    padding: 3rem 0 2.5rem;
    background-position: center center;
  }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-textbox {
    max-width: 100%;
    box-shadow: 0 10px 26px rgba(15,32,52,0.18);
    padding: 1.4rem 1.5rem 1.7rem;
  }

  .hero-badge-circle {
    position: static;
    margin-top: 1.4rem;
  }

  .section-title {
    align-items: flex-start;
  }

  .section-icon {
    margin-top: 0.15rem;
  }
}
