/* Self-hosted fonts (DSGVO: keine Google-Server-Anfrage) */
/* Slogan-Schrift "Masque" – Datei in fonts/ ablegen (masque.ttf oder masque.woff2).
   Fehlt sie, greift automatisch der Fallback "Arial Black". */
@font-face {
  font-family: 'Masque';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('fonts/masque.woff2') format('woff2'),
       url('fonts/masque.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/poppins-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/poppins-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/poppins-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


  :root {
    --bg: #ffffff;
    --cream: #fdf5f2;
    --cream-2: #fbeae5;
    --ink: #1f1a18;
    --muted: #756c68;
    --red: #701427;
    --red-deep: #500d1b;
    --red-soft: #f6e3e7;
    --go: #2bb673;
    --amber: #f5a623;
    --line: #f0e6e2;
    --display: "Poppins", sans-serif;
    --body: "Inter", sans-serif;
    --ease: cubic-bezier(.2,.7,.2,1);
    --shadow: 0 24px 60px -28px rgba(60,30,24,.35);
    --shadow-sm: 0 12px 30px -16px rgba(60,30,24,.28);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  /* Der Überzieh-Bereich auf iOS/iPadOS zeigt den Canvas. Ohne eigenen
     html-Hintergrund propagiert das Weiß von body dorthin -> weißer Balken
     unter dem dunklen Footer. Ink passt oben (dunkler Hero) wie unten. */
  html { scroll-behavior: smooth; background: var(--ink); }
  body {
    background: var(--bg); color: var(--ink); font-family: var(--body);
    line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden;
  }
  ::selection { background: var(--red); color: #fff; }
  img { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  h1,h2,h3,h4 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -.02em; }

  .wrap { width: min(1180px, 92vw); margin-inline: auto; }

  .eyebrow {
    font-family: var(--display); font-weight: 600; font-size: .82rem;
    letter-spacing: .04em; text-transform: uppercase; color: var(--red);
    display: inline-flex; align-items: center; gap: .55rem;
    background: var(--red-soft); padding: .4rem .9rem; border-radius: 100px;
  }

  /* buttons */
  .btn {
    display: inline-flex; align-items: center; gap: .55rem;
    font-family: var(--display); font-weight: 600; font-size: 1rem;
    padding: .95rem 1.6rem; border-radius: 100px; cursor: pointer; border: 2px solid transparent;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s; white-space: nowrap;
  }
  .btn-red { background: var(--red); color: #fff; box-shadow: 0 12px 26px -12px rgba(112,20,39,.7); }
  .btn-red:hover { transform: translateY(-2px); background: var(--red-deep); box-shadow: 0 18px 34px -12px rgba(112,20,39,.8); }
  .btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
  .btn-ghost:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
  /* Glas-Variante für den Hero (heller Button auf dunklem Bild). Ersetzt die früheren
     Inline-Styles, die jeden :hover überstimmten – dadurch fehlte das Hover-Feedback. */
  .btn-glass { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(4px); }
  .btn-glass:hover { background: rgba(255,255,255,.22); border-color: #fff; transform: translateY(-2px); }
  .btn .arrow { transition: transform .25s var(--ease); }
  .btn:hover .arrow { transform: translateX(4px); }

  /* header */
  header { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .3s, box-shadow .3s, border-color .3s; border-bottom: 1px solid transparent; }
  header.scrolled { background: rgba(255,255,255,.85); backdrop-filter: blur(14px); border-bottom-color: var(--line); }
  .nav { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
  .logo { font-family: var(--display); font-weight: 800; font-size: 1.4rem; letter-spacing: -.03em; display: flex; align-items: center; gap: .5rem; }
  .logo .dot { width: 11px; height: 11px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px var(--red-soft); }
  .nav-links { display: flex; align-items: center; gap: 2.1rem; }
  .nav-links a.link { font-size: .95rem; font-weight: 500; transition: color .2s; }
  .burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }

  /* top state: transparent header over dark hero â light, readable text */
  header .logo { color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,.4); }
  header .nav-links a.link { color: rgba(255,255,255,.85); }
  header .nav-links a.link:hover { color: #fff; }
  .burger span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: background .3s; }

  /* scrolled state: white header â dark text */
  header.scrolled .logo { color: var(--ink); text-shadow: none; }
  header.scrolled .nav-links a.link { color: var(--muted); }
  header.scrolled .nav-links a.link:hover { color: var(--ink); }
  header.scrolled .burger span { background: var(--ink); }

  /* hero – full-bleed background */
  .hero {
    position: relative; min-height: 94vh; display: flex; align-items: flex-end;
    padding: 9.5rem 0 3.5rem; color: #fff; background: #1a1310; overflow: hidden;
  }
  .hero-bg { position: absolute; inset: 0; z-index: 0; }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: kenburns 14s ease-out forwards; }
  @keyframes kenburns { to { transform: scale(1); } }
  .hero-bg::after {
    content: ""; position: absolute; inset: 0;
    background:
      linear-gradient(95deg, rgba(20,12,9,.94) 0%, rgba(20,12,9,.8) 42%, rgba(20,12,9,.5) 72%, rgba(20,12,9,.3) 100%),
      linear-gradient(0deg, rgba(20,12,9,.82) 0%, rgba(20,12,9,0) 52%);
  }
  .hero .wrap { position: relative; z-index: 2; }
  .hero-inner { max-width: 660px; }
  .hero .eyebrow { background: rgba(255,255,255,.16); color: #fff; backdrop-filter: blur(6px); }
  .hero h1 { font-family: "Masque", "Arial Black", "Helvetica Neue", Arial, sans-serif; font-style: normal; font-size: clamp(1.8rem, 6.6vw, 5.2rem); font-weight: 400; letter-spacing: .01em; color: #fff; margin-top: 1.1rem; text-shadow: 0 2px 30px rgba(0,0,0,.35); white-space: nowrap; }
  .hero h1 .hl { color: var(--red); position: relative; white-space: nowrap; }
  .hero h1 .hl svg { position: absolute; left: 0; right: 0; bottom: -.12em; width: 100%; height: .3em; }
  .hero p.lead { color: rgba(255,255,255,.9); font-size: 1.2rem; max-width: 40ch; margin: 1.5rem 0 2.2rem; text-shadow: 0 1px 14px rgba(20,12,9,.55); }
  .hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
  .hero-rating { display: flex; align-items: center; gap: .9rem; margin-top: 2rem; }
  .avatars { display: flex; }
  .avatars img { width: 40px; height: 40px; border-radius: 50%; border: 3px solid rgba(255,255,255,.9); object-fit: cover; margin-left: -12px; }
  .avatars img:first-child { margin-left: 0; }
  .hero-rating .txt span { color: rgba(255,255,255,.82); font-size: .9rem; }
  .stars { color: var(--amber); letter-spacing: 1px; }
  /* glass stats row */
  .hero-stats { display: flex; gap: 2.4rem; flex-wrap: wrap; margin-top: 2.6rem; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.18); }
  .hero-stats .hs b { font-family: var(--display); font-size: 1.9rem; font-weight: 800; display: block; line-height: 1; }
  .hero-stats .hs span { font-size: .85rem; color: rgba(255,255,255,.78); }

  /* trust strip */
  .strip { background: var(--cream); border-block: 1px solid var(--line); }
  .strip .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1.5rem; padding: 1.8rem 0; }
  .strip .s { display: flex; align-items: center; gap: .7rem; }
  .strip .s b { font-family: var(--display); font-size: 1.8rem; font-weight: 800; color: var(--ink); }
  .strip .s span { font-size: .9rem; color: var(--muted); max-width: 14ch; line-height: 1.25; }

  /* section base */
  .sec { padding: 6rem 0; }
  .sec-head { max-width: 640px; margin-bottom: 3rem; }
  .sec-head.center { margin-inline: auto; text-align: center; }
  .sec-head h2 { font-size: clamp(2rem, 4.3vw, 3.1rem); margin-top: 1rem; }
  .sec-head p { color: var(--muted); margin-top: 1rem; font-size: 1.08rem; }

  /* classes */
  .classes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
  .cls {
    background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
    transition: transform .3s var(--ease), box-shadow .3s, border-color .3s;
  }
  .cls:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
  .cls-img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
  .cls-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
  .cls:hover .cls-img img { transform: scale(1.06); }
  .cls-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,12,9,0) 45%, rgba(20,12,9,.5)); }
  .cls .badge { position: absolute; left: 1rem; bottom: 1rem; z-index: 2; width: 50px; height: 50px; border-radius: 14px; background: rgba(255,255,255,.94); color: var(--red); font-family: var(--display); font-weight: 800; font-size: 1.35rem; display: grid; place-content: center; box-shadow: var(--shadow-sm); }
  .cls-body { padding: 1.4rem 1.6rem 1.7rem; }
  .cls h3 { font-size: 1.22rem; margin-bottom: .45rem; }
  .cls p { color: var(--muted); font-size: .95rem; }
  .cls.feat { border-color: var(--red-soft); }
  .cls.feat .badge { background: var(--red); color: #fff; }
  .cls .pop { position: absolute; top: 1rem; right: 1rem; z-index: 2; font-family: var(--display); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #fff; background: var(--red); padding: .35rem .75rem; border-radius: 100px; box-shadow: var(--shadow-sm); }

  /* class detail (Führerscheine-Unterseite) */
  .cls-meta { list-style: none; margin-top: 1.1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); display: grid; gap: .6rem; }
  .cls-meta li { display: grid; grid-template-columns: 6.6rem 1fr; gap: .7rem; align-items: baseline; }
  .cls-meta dt, .cls-meta li b { font-family: var(--display); font-weight: 600; font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; color: var(--red); }
  .cls-meta span { font-size: .92rem; color: var(--ink); line-height: 1.35; }

  /* split / about */
  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
  .split-media { border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 5/4; position: relative; }
  .split-media img { width: 100%; height: 100%; object-fit: cover; }
  .quote-chip {
    position: absolute; left: 1.2rem; bottom: 1.2rem; right: 1.2rem; background: rgba(255,255,255,.95);
    backdrop-filter: blur(6px); border-radius: 16px; padding: 1rem 1.2rem; font-size: .92rem;
  }
  .quote-chip b { font-family: var(--display); color: var(--red); }
  .why-list { display: grid; gap: 1.3rem; margin-top: 1.6rem; }
  .why { display: grid; grid-template-columns: 34px 1fr; gap: 1rem; }
  .why .ck { width: 32px; height: 32px; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-content: center; font-weight: 700; }
  .why h4 { font-family: var(--display); font-size: 1.1rem; margin-bottom: .15rem; }
  .why p { color: var(--muted); font-size: .95rem; }

  /* route */
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: s; }
  .step { background: var(--cream); border-radius: 20px; padding: 1.8rem 1.5rem; position: relative; }
  .step .num { font-family: var(--display); font-weight: 800; font-size: 1rem; color: #fff; background: var(--red); width: 38px; height: 38px; border-radius: 50%; display: grid; place-content: center; margin-bottom: 1rem; }
  .step h3 { font-size: 1.2rem; margin-bottom: .4rem; }
  .step p { color: var(--muted); font-size: .92rem; }
  .step:not(:last-child)::after { content: "→"; position: absolute; right: -.85rem; top: 2.4rem; color: var(--red); font-weight: 700; z-index: 2; }

  /* testimonials */
  .tcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
  .tcard { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.8rem; box-shadow: var(--shadow-sm); }
  .tcard .stars { font-size: 1rem; margin-bottom: .9rem; }
  .tcard p { font-size: 1rem; margin-bottom: 1.4rem; }
  .tcard .who { display: flex; align-items: center; gap: .8rem; }
  .tcard .who img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
  .tcard .who b { font-family: var(--display); display: block; font-size: .98rem; }
  .tcard .who span { color: var(--muted); font-size: .85rem; }

  /* kurse */
  .courses { display: grid; gap: .8rem; max-width: 820px; }
  .course { display: grid; grid-template-columns: 1fr auto auto; gap: 1.2rem; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 1.25rem 1.6rem; transition: box-shadow .25s, transform .25s; }
  .course:hover { box-shadow: var(--shadow-sm); transform: translateX(3px); }
  .course .when { font-family: var(--display); font-weight: 700; font-size: 1.1rem; }
  .course .sub { color: var(--muted); font-size: .88rem; }
  .status { display: inline-flex; align-items: center; gap: .55rem; font-size: .9rem; font-weight: 600; font-family: var(--display); }
  .status .led { width: 11px; height: 11px; border-radius: 50%; }
  .led.g { background: var(--go); box-shadow: 0 0 8px rgba(43,182,115,.6); }
  .led.a { background: var(--amber); }
  .led.r { background: var(--red); }
  .course .pick { font-family: var(--display); font-weight: 600; color: var(--red); font-size: .95rem; }
  .course.full { opacity: .5; }
  .course.full .pick { color: var(--muted); }

  /* cta */
  .cta-final { padding: 6rem 0; }
  .cta-panel {
    background: linear-gradient(135deg, var(--red), var(--red-deep)); color: #fff; border-radius: 30px;
    padding: 4.5rem 2rem; text-align: center; position: relative; overflow: hidden; box-shadow: var(--shadow);
  }
  .cta-panel::after {
    content: "Scharf"; position: absolute; right: 1.8rem; bottom: -1.4rem; z-index: 0;
    font-family: var(--display); font-weight: 800; font-size: clamp(5rem, 15vw, 11rem);
    line-height: .8; letter-spacing: -.05em; color: rgba(255,255,255,.06); pointer-events: none;
  }
  .cta-panel h2 { font-size: clamp(2.2rem, 5.5vw, 3.7rem); font-weight: 800; position: relative; }
  .cta-panel p { max-width: 42ch; margin: 1.1rem auto 2.2rem; opacity: .92; font-size: 1.1rem; position: relative; }
  .cta-panel .btn-white { background: #fff; color: var(--red); position: relative; }
  .cta-panel .btn-white:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(0,0,0,.3); }
  .cta-panel .btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); position: relative; }
  .cta-panel .btn-line:hover { background: rgba(255,255,255,.12); transform: translateY(-2px); }

  /* contact / anmelde form */
  .form-panel { background: linear-gradient(135deg, var(--red), var(--red-deep)); color: #fff; border-radius: 30px; padding: 3.2rem; position: relative; overflow: hidden; box-shadow: var(--shadow); }
  .form-panel::after {
    content: "Scharf"; position: absolute; right: 1.6rem; bottom: -1.2rem; z-index: 0;
    font-family: var(--display); font-weight: 800; font-size: clamp(4rem, 11vw, 8rem);
    line-height: .8; letter-spacing: -.05em; color: rgba(255,255,255,.05); pointer-events: none;
  }
  .form-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1.05fr; gap: 3rem; align-items: center; }
  .form-intro h2 { font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 800; }
  .form-intro p { opacity: .92; font-size: 1.08rem; margin: 1rem 0 1.8rem; max-width: 38ch; }
  .form-contact { display: grid; gap: .9rem; }
  .form-contact a, .form-contact span { display: flex; align-items: center; gap: .7rem; color: #fff; font-size: 1rem; }
  .form-contact .ic { width: 38px; height: 38px; border-radius: 12px; background: rgba(255,255,255,.16); display: grid; place-content: center; flex: none; }
  .form-card { background: #fff; border-radius: 22px; padding: 2rem; box-shadow: 0 20px 50px -24px rgba(0,0,0,.45); }
  .form-card .frow { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
  .field { display: flex; flex-direction: column; gap: .35rem; margin-bottom: 1rem; }
  .field label { font-family: var(--display); font-weight: 600; font-size: .82rem; color: var(--ink); letter-spacing: .01em; }
  .field input, .field select, .field textarea {
    font-family: var(--body); font-size: .98rem; color: var(--ink); background: var(--cream);
    border: 1.5px solid var(--line); border-radius: 12px; padding: .8rem .95rem; width: 100%; transition: border-color .2s, box-shadow .2s; }
  .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px var(--red-soft); background: #fff; }
  .field textarea { resize: vertical; min-height: 88px; }
  .form-card .btn-red { width: 100%; justify-content: center; margin-top: .3rem; }
  .form-consent { display: flex; gap: .6rem; align-items: flex-start; font-size: .82rem; color: var(--muted); margin: .2rem 0 1.1rem; line-height: 1.45; }
  .form-consent input { margin-top: .2rem; accent-color: var(--red); }
  .form-consent a { color: var(--red); text-decoration: underline; }
  .form-success { display: none; text-align: center; padding: 1.5rem .5rem; }
  .form-success.show { display: block; }
  .form-success .chk { width: 60px; height: 60px; border-radius: 50%; background: var(--red-soft); color: var(--red); font-size: 1.8rem; display: grid; place-content: center; margin: 0 auto 1rem; }
  .form-success h3 { font-size: 1.3rem; margin-bottom: .4rem; }
  .form-success p { color: var(--muted); font-size: .95rem; }
  .form-success p b { color: var(--ink); }
  /* Auffangnetz, falls kein Mailprogramm eingerichtet ist – auf dem Handy der Normalfall. */
  .form-success .form-fallback {
    margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-size: .9rem;
  }
  .form-success .form-fallback a {
    color: var(--red); font-family: var(--display); font-weight: 700;
    white-space: nowrap; text-decoration: underline;
  }
  @media (max-width: 860px) {
    .form-panel { padding: 2.2rem 1.4rem; }
    .form-grid { grid-template-columns: 1fr; gap: 2rem; }
    .form-card .frow { grid-template-columns: 1fr; }
  }

  /* full-width image band */
  .band { position: relative; min-height: 360px; display: flex; align-items: center; color: #fff; overflow: hidden; }
  .band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
  .band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,12,9,.85), rgba(20,12,9,.45) 60%, rgba(20,12,9,.2)); }
  .band .wrap { position: relative; z-index: 2; }
  .band h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); max-width: 18ch; }
  .band p { color: rgba(255,255,255,.85); max-width: 40ch; margin-top: .8rem; }
  .band .stars { font-size: 1.1rem; margin-bottom: .6rem; display: block; }

  /* theorieplan â dark calendar */
  .theorie { background: #16100e; color: #fff; position: relative; overflow: hidden; }
  .theorie::before { content: ""; position: absolute; top: -160px; right: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(112,20,39,.45), transparent 70%); }
  .theorie .wrap { position: relative; z-index: 2; }
  .theorie-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1.4rem; margin-bottom: 2.6rem; }
  .theorie-head .eyebrow { background: rgba(216,79,99,.16); color: #ec6275; }
  .theorie-head h2 { font-size: clamp(2rem, 4.3vw, 3.1rem); color: #fff; margin-top: 1rem; }
  .theorie-head p { color: rgba(255,255,255,.65); margin-top: .7rem; max-width: 46ch; }
  .theorie-month { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--display); font-weight: 800; font-size: 1.15rem; color: #ec6275; border: 1px solid rgba(236,98,117,.4); padding: .55rem 1.1rem; border-radius: 100px; white-space: nowrap; }
  .theo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .7rem; }
  .theo { display: flex; align-items: center; gap: .9rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: .85rem 1rem; transition: background .25s, border-color .25s, transform .25s; }
  .theo:hover { background: rgba(112,20,39,.22); border-color: rgba(236,98,117,.5); transform: translateY(-3px); }
  .theo .date { font-family: var(--display); font-weight: 800; font-size: 1.05rem; color: #ec6275; min-width: 3.4ch; }
  .theo .meta b { font-family: var(--display); font-size: .98rem; display: block; line-height: 1.1; }
  .theo .meta span { font-size: .8rem; color: rgba(255,255,255,.6); }
  .theorie-note { margin-top: 2rem; font-size: .9rem; color: rgba(255,255,255,.55); }
  .theorie-note b { color: #ec6275; font-family: var(--display); }
  @media (max-width: 920px) { .theo-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) { .theo-grid { grid-template-columns: 1fr; } }

  /* preise */
  .price-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 1.6rem; align-items: stretch; }
  .price-list { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 1.6rem 2.1rem; box-shadow: var(--shadow-sm); }
  .price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .95rem 0; border-bottom: 1px dashed var(--line); }
  .price-row:last-child { border-bottom: 0; }
  .price-row .lbl { font-family: var(--display); font-weight: 600; font-size: 1rem; }
  .price-row .lbl small { display: block; font-family: var(--body); font-weight: 400; color: var(--muted); font-size: .82rem; margin-top: .1rem; }
  .price-row .val { font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--red); white-space: nowrap; }
  .price-cta { background: linear-gradient(135deg, var(--red), var(--red-deep)); color: #fff; border-radius: 24px; padding: 2.2rem; display: flex; flex-direction: column; justify-content: center; box-shadow: var(--shadow); position: relative; overflow: hidden; }
  .price-cta::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.08); bottom: -90px; right: -60px; }
  .price-cta h3 { font-size: 1.2rem; position: relative; }
  .price-cta .big { font-family: var(--display); font-weight: 800; font-size: 2.6rem; line-height: 1; margin: .7rem 0 .3rem; position: relative; }
  .price-cta .big span { font-size: 1rem; font-weight: 600; opacity: .85; }
  .price-cta p { opacity: .92; font-size: .92rem; margin-bottom: 1.5rem; position: relative; }
  .price-cta .btn-white { background: #fff; color: var(--red); align-self: flex-start; position: relative; }
  .price-cta .btn-white:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(0,0,0,.3); }
  .price-note { text-align: center; color: var(--muted); font-size: .86rem; margin-top: 1.5rem; }
  @media (max-width: 780px) { .price-grid { grid-template-columns: 1fr; } }

  /* team */
  .team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; max-width: 760px; margin-inline: auto; }
  .team-note { text-align: center; max-width: 620px; margin: 1.8rem auto 0; color: var(--muted); font-size: 1rem; }
  .team-note b { color: var(--red); font-family: var(--display); }
  .tm { background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
  .tm:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
  .tm-img { aspect-ratio: 4 / 3; overflow: hidden; background: var(--cream-2); }
  .tm-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
  .tm:hover .tm-img img { transform: scale(1.05); }
  .tm-body { padding: 1.3rem 1.5rem 1.6rem; }
  .tm-body h3 { font-size: 1.2rem; }
  .tm-body .role { color: var(--red); font-family: var(--display); font-weight: 600; font-size: .85rem; margin: .15rem 0 .6rem; }
  .tm-body p { color: var(--muted); font-size: .92rem; }
  @media (max-width: 620px) { .team-grid { grid-template-columns: 1fr; } }

  /* footer */
  footer { background: var(--ink); color: #d9cfca; padding: 3.5rem 0 2.2rem; }
  .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; margin-bottom: 2.4rem; }
  footer .logo { color: #fff; margin-bottom: 1rem; }
  .foot-grid h5 { font-family: var(--display); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: #9a8e89; margin-bottom: 1rem; }
  .foot-grid a, .foot-grid p { color: #cabfb9; font-size: .92rem; display: block; margin-bottom: .5rem; transition: color .2s; }
  .foot-grid a:hover { color: var(--red); }
  .foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; font-size: .85rem; color: #9a8e89; }
  .foot-bottom b { color: var(--red); }

  /* reveal */
  .rv { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .rv.in { opacity: 1; transform: none; }

  /* ===== First-load intro choreography (Header → Bild → Text → Headline) ===== */
  @keyframes introFade { from { opacity: 0; } to { opacity: 1; } }
  @keyframes introRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
  @keyframes introDrop { from { opacity: 0; transform: translateY(-14px); } to { opacity: 1; transform: none; } }

  #hdr            { animation: introDrop .8s var(--ease) .15s both; }
  .hero-bg        { animation: introFade 1.1s ease both; }
  .hero .eyebrow  { animation: introRise .7s var(--ease) .55s both; }
  .hero h1        { animation: introRise .8s var(--ease) .95s both; }
  .hero p.lead    { animation: introRise .7s var(--ease) 1.3s both; }
  .hero-cta       { animation: introRise .7s var(--ease) 1.45s both; }
  .hero-rating    { animation: introRise .7s var(--ease) 1.6s both; }
  .hero-stats     { animation: introRise .7s var(--ease) 1.75s both; }

  @media (max-width: 920px) {
    .hero { min-height: 0; padding: 8.5rem 0 3rem; }
    .split { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr 1fr; }
    .step:not(:last-child)::after { display: none; }
    .tcards { grid-template-columns: 1fr; }
    .classes { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
    .burger { display: flex; }
    .nav-links.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 1.2rem; background: #fff; padding: 1.5rem 4vw 2rem; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
    .foot-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 560px) {
    .hero { padding: 7.5rem 0 2.5rem; }
    .hero-stats { gap: 1.6rem; }
    .hero-stats .hs b { font-size: 1.6rem; }
    .classes { grid-template-columns: 1fr; }
    .steps { grid-template-columns: 1fr; }
    .course { grid-template-columns: 1fr auto; }
    .course .pick { display: none; }
    .strip .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 1.2rem; align-items: start; }
    .strip .s { align-items: flex-start; }
    .hero-cta { width: 100%; }
    /* min-width:0 + umbrechender Text: ohne beides kann der Flex-Button nicht unter
       seine min-content-Breite schrumpfen und ragt auf 320px-Geräten aus dem Bild. */
    .hero-cta .btn {
      flex: 1 1 100%; justify-content: center;
      min-width: 0; white-space: normal; padding-inline: 1.1rem; text-align: center;
    }
    .sec { padding: 4rem 0; }
  }


  /* ===== multipage additions ===== */
  header .nav-links a.link.active { color: #fff; }
  header.scrolled .nav-links a.link.active { color: var(--red); }

  /* compact page hero for inner pages */
  .page-hero {
    position: relative; display: flex; align-items: flex-end;
    min-height: 46vh; padding: 9.5rem 0 3rem; color: #fff;
    background: #16100e; overflow: hidden;
  }
  .page-hero .ph-bg { position: absolute; inset: 0; z-index: 0; }
  .page-hero .ph-bg img { width: 100%; height: 100%; object-fit: cover; }
  .page-hero::after {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background:
      linear-gradient(95deg, rgba(20,12,9,.92) 0%, rgba(20,12,9,.72) 45%, rgba(20,12,9,.35) 100%),
      linear-gradient(0deg, rgba(20,12,9,.7) 0%, rgba(20,12,9,0) 55%);
  }
  .page-hero .wrap { position: relative; z-index: 2; }
  .page-hero .eyebrow { background: rgba(255,255,255,.16); color: #fff; backdrop-filter: blur(6px); }
  .page-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; color: #fff; margin-top: 1rem; text-shadow: 0 2px 24px rgba(0,0,0,.35); }
  .page-hero p { color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 48ch; margin-top: 1rem; }
  .crumbs { font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: .3rem; font-family: var(--display); font-weight: 600; letter-spacing: .02em; }
  .crumbs a { color: rgba(255,255,255,.7); }
  .crumbs a:hover { color: #fff; }

  /* legal / text pages */
  .prose { max-width: 760px; }
  .prose h2 { font-size: 1.5rem; margin: 2.2rem 0 .8rem; }
  .prose h2:first-child { margin-top: 0; }
  .prose p, .prose li { color: var(--muted); font-size: 1rem; margin-bottom: .7rem; }
  .prose ul { padding-left: 1.2rem; margin-bottom: 1rem; }
  .prose a { color: var(--red); text-decoration: underline; }
  .prose b { color: var(--ink); }

  /* ===== google reviews carousel ===== */
  .grev-head { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem 2rem; flex-wrap: wrap; margin-bottom: 2.2rem; }
  .grev-brand { display: flex; align-items: center; gap: 1rem; }
  .grev-brand .g { width: 54px; height: 54px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-content: center; flex: none; }
  .grev-brand .meta b { font-family: var(--display); font-weight: 800; font-size: 1.4rem; display: block; line-height: 1.1; }
  .grev-brand .meta .sub { display: flex; align-items: center; gap: .5rem; color: var(--muted); font-size: .9rem; flex-wrap: wrap; }
  .grev-brand .meta .sub .stars { color: var(--amber); font-size: .98rem; letter-spacing: 1px; }
  .grev-brand .meta .sub a { color: var(--red); font-weight: 600; font-family: var(--display); }
  .grev-ctrls { display: flex; gap: .6rem; }
  .grev-btn { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; display: grid; place-content: center; font-family: var(--display); font-size: 1.4rem; line-height: 1; transition: border-color .2s, color .2s, transform .2s; }
  .grev-btn:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
  .grev-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -ms-overflow-style: none; scrollbar-width: none; margin: 0 -.4rem; padding: .4rem; }
  .grev-viewport::-webkit-scrollbar { display: none; }
  .grev-track { display: flex; gap: 1.1rem; }
  .grev-card { scroll-snap-align: start; flex: 0 0 calc((100% - 2.2rem) / 3); background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.7rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: box-shadow .3s, transform .3s; }
  .grev-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
  .grev-card .top { display: flex; align-items: center; justify-content: space-between; margin-bottom: .9rem; }
  .grev-card .gwrap { display: flex; align-items: center; gap: .45rem; font-family: var(--display); font-weight: 600; font-size: .88rem; color: var(--muted); }
  .grev-card .stars { color: var(--amber); font-size: 1rem; letter-spacing: 1px; }
  .grev-card p { font-size: .98rem; color: var(--ink); margin-bottom: 1.3rem; flex: 1; }
  .grev-card .who { display: flex; align-items: center; gap: .75rem; }
  .grev-card .who img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
  .grev-card .who .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.05rem; line-height: 1; flex-shrink: 0; }
  .grev-card .who b { font-family: var(--display); display: block; font-size: .95rem; }
  .grev-card .who span { color: var(--muted); font-size: .82rem; }
  @media (max-width: 920px) { .grev-card { flex-basis: calc((100% - 1.1rem) / 2); } }
  @media (max-width: 560px) { .grev-card { flex-basis: 100%; } .grev-head { align-items: flex-start; } }

  /* ===== inline SVG icons ===== */
  .ic-svg { width: 1.15em; height: 1.15em; vertical-align: -.18em; flex: none; }
  .ic .ic-svg { width: 19px; height: 19px; vertical-align: 0; }

  /* ===== FAQ (native accordion, a11y-friendly) ===== */
  .faq { max-width: 820px; margin-inline: auto; display: grid; gap: .8rem; }
  .faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 1.4rem; box-shadow: var(--shadow-sm); transition: border-color .25s; }
  .faq details[open] { border-color: var(--red-soft); }
  .faq summary { list-style: none; cursor: pointer; padding: 1.15rem 0; font-family: var(--display); font-weight: 600; font-size: 1.05rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary .plus { width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--red-soft); color: var(--red); display: grid; place-content: center; font-family: var(--display); font-weight: 700; transition: transform .3s var(--ease); }
  .faq details[open] summary .plus { transform: rotate(45deg); }
  .faq .faq-a { color: var(--muted); font-size: .98rem; padding: 0 0 1.2rem; line-height: 1.6; }

  /* ===== map consent (2-click) ===== */
  .map-consent { position: relative; width: 100%; height: 100%; min-height: 300px; border-radius: inherit; overflow: hidden; background: linear-gradient(135deg, #241a16, #3a2620); display: grid; place-content: center; text-align: center; color: #fff; padding: 2rem; }
  .map-consent p { max-width: 34ch; margin: 0 auto 1.2rem; color: rgba(255,255,255,.85); font-size: .95rem; }
  .map-consent .btn { cursor: pointer; }
  .map-consent iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

  /* ===== accessibility ===== */
  a:focus-visible, button:focus-visible, summary:focus-visible,
  input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--red); outline-offset: 2px; border-radius: 4px;
  }
  .skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--red); color: #fff; padding: .7rem 1.1rem; border-radius: 0 0 10px 0; font-family: var(--display); font-weight: 600; }
  .skip-link:focus { left: 0; }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
    .rv { opacity: 1 !important; transform: none !important; }
    .hero-bg img { transform: none !important; }
    #hdr, .hero-bg, .hero .eyebrow, .hero h1, .hero p.lead,
    .hero-cta, .hero-rating, .hero-stats { animation: none !important; opacity: 1 !important; transform: none !important; }
  }

  /* ===== misc polish ===== */
  /* Logo als Home-Link erkennbar machen */
  .logo { transition: opacity .2s; cursor: pointer; }
  .logo:hover { opacity: .82; }

  /* Formular-Honeypot (unsichtbar für Menschen, Bots tappen rein) */
  .hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

  /* HeRo-Credit im Footer */
  .foot-bottom a.hero-credit { color: inherit; }
  .foot-bottom a.hero-credit b { color: var(--red); transition: opacity .2s; }
  .foot-bottom a.hero-credit:hover b { text-decoration: underline; opacity: .85; }

  /* Preis-CTA: Betrag als Einheit halten (das € darf nicht allein umbrechen),
     „je nach Fahrstunden" darunter auf eigener Zeile. */
  .price-cta .big { display: flex; flex-direction: column; }
  .price-cta .big .amount { white-space: nowrap; }
  .price-cta .big .hint { font-size: .9rem; font-weight: 600; opacity: .82; margin-top: .25rem; }

  /* Schritt-Verbinder: feine gepunktete Linie statt schwebendem Pfeil */
  .steps .step:not(:last-child)::after {
    content: ""; top: calc(1.8rem + 18px); right: -1.2rem; width: 1.2rem; height: 0;
    border-top: 2px dotted var(--red); opacity: .4;
  }

  /* etwas ruhigerer Satz im Unterseiten-Hero */
  .page-hero p { max-width: 56ch; }

  /* „Im Grundbetrag enthalten"-Leiste (Preise) */
  .incl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .incl { display: flex; gap: .8rem; align-items: flex-start; background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 1.1rem 1.2rem; transition: transform .25s var(--ease), box-shadow .25s; }
  .incl:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
  .incl .incl-ic { width: 36px; height: 36px; flex: none; border-radius: 11px; background: var(--red-soft); color: var(--red); display: grid; place-content: center; }
  .incl .incl-ic .ic-svg { width: 19px; height: 19px; }
  .incl b { font-family: var(--display); font-size: .98rem; display: block; margin-bottom: .12rem; }
  .incl small { color: var(--muted); font-size: .84rem; line-height: 1.35; display: block; }
  @media (max-width: 900px) { .incl-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 520px) { .incl-grid { grid-template-columns: 1fr; } }

  /* Offenes Mobile-Menü: Panel ist weiß, Links müssen dunkel sein – auch am
     Seitenanfang, wo der Header sonst weiße Schrift über dem dunklen Hero führt.
     Muss am Dateiende stehen: gleiche Spezifität wie header.scrolled, späterer Sieg. */
  @media (max-width: 920px) {
    header .nav-links.open a.link { color: var(--muted); }
    header .nav-links.open a.link:hover,
    header .nav-links.open a.link:focus-visible { color: var(--ink); }
    header .nav-links.open a.link.active { color: var(--red); }

    /* Touch-Flächen: 44px ist das Minimum, das sich mit dem Daumen sicher trifft. */
    .burger {
      width: 44px; height: 44px; padding: 0;
      align-items: center; justify-content: center;
      margin-right: -6px; /* Balken bleiben optisch an der Kante des Rasters */
    }
    header .nav-links.open a.link {
      display: flex; align-items: center; min-height: 44px; width: 100%;
    }
    .nav-links.open { gap: .1rem; }
  }

  /* Hintergrund nicht mitscrollen, solange das Menü offen ist. */
  body.menu-open { overflow: hidden; }

  /* Intro-Choreografie nur beim ersten Seitenaufruf pro Tab-Sitzung. Die Klasse
     wird per Inline-Skript im <head> gesetzt (vor dem Paint, daher kein Flackern).
     Bei jedem Folgeklick liegt der Hero sofort da, statt 2,5 s neu aufzubauen. */
  html.intro-seen #hdr,
  html.intro-seen .hero-bg,
  html.intro-seen .hero .eyebrow,
  html.intro-seen .hero h1,
  html.intro-seen .hero p.lead,
  html.intro-seen .hero-cta,
  html.intro-seen .hero-rating,
  html.intro-seen .hero-stats {
    animation: none !important; opacity: 1 !important; transform: none !important;
  }

  /* Team ab Tablet abwärts stapeln, damit 3 Karten nicht zerquetschen. */
  @media (max-width: 780px) { .team-grid { grid-template-columns: 1fr; } }

  /* Startseite: 5 Klassen ohne Waisen-Reihe – Auto (feat) als großes Bento-Feld,
     die anderen vier füllen das 2×2 rechts daneben. Nur ab Desktop. */
  @media (min-width: 921px) {
    .classes-bento { grid-template-columns: repeat(4, 1fr); }
    .classes-bento .cls.feat { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; }
    .classes-bento .cls.feat .cls-img { aspect-ratio: auto; flex: 1 1 auto; min-height: 260px; }
  }

  /* Führerscheine-Seite: 5 Detailkarten, untere Reihe (2 Stück) mittig statt links. */
  @media (min-width: 921px) {
    .classes-center { display: flex; flex-wrap: wrap; justify-content: center; }
    .classes-center .cls { flex: 0 1 calc((100% - 2.2rem) / 3); }
  }

  /* ===== Preistabellen ===== */
  .price-block { margin-bottom: 2rem; }
  .price-block-title { font-family: var(--display); font-weight: 700; font-size: 1.25rem; margin-bottom: .9rem; display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
  .price-block-title span { font-family: var(--body); font-weight: 400; font-size: .85rem; color: var(--muted); }
  .ptable-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-sm); background: #fff; -webkit-overflow-scrolling: touch; }
  .ptable { width: 100%; border-collapse: collapse; min-width: 460px; }
  .ptable th, .ptable td { padding: .85rem 1.2rem; font-size: .95rem; text-align: right; }
  .ptable th:first-child, .ptable td:first-child { text-align: left; }
  .ptable thead th { background: var(--cream); font-family: var(--display); font-weight: 600; font-size: .74rem; text-transform: uppercase; letter-spacing: .04em; color: var(--red); border-bottom: 1px solid var(--line); white-space: nowrap; }
  .ptable tbody tr:not(:last-child) td { border-bottom: 1px dashed var(--line); }
  .ptable tbody tr:hover td { background: var(--cream); }
  .ptable td:first-child { color: var(--ink); }
  .ptable td:first-child b { font-family: var(--display); font-weight: 700; color: var(--red); margin-right: .15rem; }
  .ptable td:not(:first-child) { font-variant-numeric: tabular-nums; white-space: nowrap; font-weight: 600; }
  .ptable-note { font-size: .84rem; color: var(--muted); margin-top: .8rem; line-height: 1.5; }

  /* ===== Wortmarke „Fahrschule Scharf" (Schaufenster-Stil: fette kursive Grotesk) =====
     Arial Black Italic ist eine System-Schrift (keine externe Anfrage, DSGVO-ok) und
     bildet die reale Schaufenster-Beschriftung nach. Farbe folgt dem Logo-Zustand
     (weiß über dem Hero, Ink gescrollt / im Footer weiß); der Unterstrich bleibt rot. */
  .logo.brand {
    flex-direction: column; align-items: flex-start; gap: 0;
    font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
    font-style: italic; font-weight: 900; letter-spacing: -.01em; line-height: .9;
  }
  .brand .b1 { font-size: .64em; opacity: .92; display: block; }
  .brand .b2 { font-size: 1.4em; display: inline-block; position: relative; margin-top: .05em; }
  .brand .b2 .ul { position: absolute; left: 0; right: -.05em; bottom: .05em; height: .1em; background: var(--red); border-radius: 2px; }
  .brand-sm { font-size: 1.05rem; }   /* Header – kompakt, hält die Navi niedrig */
  .brand-lg { font-size: 1.95rem; }   /* Footer – volles Logo */

  /* ===== Social + Google-Bewerten (Footer) ===== */
  .foot-social { display: flex; align-items: center; gap: .7rem; margin-top: 1.3rem; flex-wrap: wrap; }
  .foot-social .soc { width: 42px; height: 42px; margin: 0; border-radius: 12px; border: 1px solid rgba(255,255,255,.18); color: #cabfb9; display: grid; place-content: center; transition: color .2s, border-color .2s, background .2s, transform .2s; }
  .foot-social .soc:hover { color: #fff; border-color: var(--red); background: rgba(112,20,39,.4); transform: translateY(-2px); }
  .foot-social .soc svg { width: 21px; height: 21px; }
  .foot-social .soc-btn { display: inline-flex; align-items: center; gap: .5rem; background: #fff; color: var(--ink); font-family: var(--display); font-weight: 600; font-size: .9rem; padding: .58rem 1rem; border-radius: 100px; transition: transform .2s, box-shadow .2s; margin-bottom: 0; }
  .foot-social .soc-btn:hover { color: var(--ink); transform: translateY(-2px); box-shadow: 0 12px 24px -12px rgba(0,0,0,.55); }
  .foot-social .soc-btn svg { width: 18px; height: 18px; flex: none; }

  /* „Bei Google bewerten"-Button im Bewertungs-Block */
  .grev-review { padding: .62rem 1.15rem; font-size: .9rem; }
  .grev-review svg { width: 18px; height: 18px; }

  /* ===== Kontaktmöglichkeiten zentral (statt Formular) ===== */
  .contact-center { text-align: center; max-width: 720px; margin-inline: auto; }
  .contact-center h2 { font-size: clamp(2rem, 4.6vw, 3rem); font-weight: 800; position: relative; }
  .contact-center > p { max-width: 46ch; margin: 1rem auto 2.2rem; opacity: .92; font-size: 1.08rem; position: relative; }
  .contact-actions { position: relative; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
  .contact-actions .btn { min-width: 220px; justify-content: center; }
  .contact-actions .btn .ic-svg { width: 1.15em; height: 1.15em; }
  .contact-actions .btn-white { background: #fff; color: var(--red); }
  .contact-actions .btn-white:hover { transform: translateY(-2px); box-shadow: 0 16px 34px -12px rgba(0,0,0,.3); }
  .contact-actions .btn-line { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
  .contact-actions .btn-line:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }
  .contact-hours { position: relative; display: flex; flex-wrap: wrap; gap: .5rem 1.8rem; justify-content: center; margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.2); font-size: .92rem; opacity: .92; }
  .contact-hours b { font-family: var(--display); font-weight: 700; }
  @media (max-width: 560px) { .contact-actions .btn { width: 100%; min-width: 0; } }

  /* ===== Statische Karte (self-hosted OSM-Bild, klickbar → Google-Maps-Route) ===== */
  .map-static a { display: block; position: relative; width: 100%; height: 100%; }
  .map-static img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s var(--ease); }
  .map-static a:hover img { transform: scale(1.04); }
  .map-static .map-badge {
    position: absolute; left: 1rem; bottom: 1rem; z-index: 2;
    display: inline-flex; align-items: center; gap: .4rem;
    background: #fff; color: var(--ink); font-family: var(--display); font-weight: 600; font-size: .85rem;
    padding: .5rem .9rem; border-radius: 100px; box-shadow: var(--shadow-sm);
    transition: transform .25s var(--ease);
  }
  .map-static a:hover .map-badge { transform: translateY(-2px); }
  .map-static .map-badge .ic-svg { width: 16px; height: 16px; color: var(--red); }
  /* Unterstrich über dem dunklen Hero etwas heller, damit er sicher sichtbar ist. */
  header .brand .b2 .ul { background: #e0576c; }
  header.scrolled .brand .b2 .ul { background: var(--red); }
