/* ==========================================================================
   P1 Performance Center – Landingpage
   Mobile-first. Desktop-Layout ab 960px.
   Design-Tokens stehen in :root – Farben/Abstände NUR dort ändern.
   ========================================================================== */

/* ---------- Fonts (lokal gehostet, DSGVO-konform) ---------- */
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/archivo-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 600; font-display: swap; src: url("../assets/fonts/archivo-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 700; font-display: swap; src: url("../assets/fonts/archivo-latin-700-normal.woff2") format("woff2"); }
@font-face { font-family: "Archivo Black"; font-style: normal; font-weight: 400; font-display: swap; src: url("../assets/fonts/archivo-black-latin-400-normal.woff2") format("woff2"); }

/* ---------- Tokens ---------- */
:root {
  --bg: #0B0B0C;
  --surface: #101012;
  --surface-2: #17171A;
  --line: rgba(255,255,255,.08);
  --line-strong: rgba(255,255,255,.16);
  --text: #F5F3F0;
  --text-2: #C9C7C4;
  --text-3: #9A9A9F;
  --text-4: #66666B;
  --accent: #FF6B00;
  --accent-hover: #FF8126;
  --accent-soft: rgba(255,107,0,.12);

  /* Kursplan-Kategorien */
  --c-kids: #3DD68C;
  --c-minis: #38BDF8;
  --c-mma: #F43F5E;
  --c-bmt: #FF6B00;
  --c-luta: #A78BFA;
  --c-fitness: #60A5FA;
  --c-ladies: #F472B6;

  --font: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Archivo Black", "Archivo", system-ui, sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
  --radius: 8px;
  --gutter: 22px;
  --maxw: 1200px;
  --header-h: 0px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { margin: 0; padding: 0; background: var(--bg); }
body { color: var(--text); font-family: var(--font); font-size: 15px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
button, input { font-family: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
[id] { scroll-margin-top: calc(var(--header-h) + 16px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding-top: 52px; }

.eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); }
.h2 { margin: 14px 0 0; font-family: var(--font-display); font-weight: 400; font-size: 29px; line-height: 1.08; letter-spacing: -.015em; text-wrap: balance; }
.lead { margin: 8px 0 0; font-size: 14px; color: #86868B; }
.section-head { margin-bottom: 22px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 56px; padding: 0 24px; border-radius: 6px; border: 1px solid transparent; font-size: 15px; font-weight: 700; letter-spacing: .02em; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s var(--ease); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-hover); color: #fff; }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.18); color: var(--text); font-weight: 600; }
.btn-ghost:hover { border-color: var(--accent); color: var(--text); }
.btn-block { width: 100%; }

/* ---------- Scroll-Fortschritt ---------- */
.progress { position: fixed; top: 0; left: 0; width: 100%; height: 3px; z-index: 80; background: rgba(255,255,255,.06); }
.progress > span { display: block; height: 100%; width: 0; background: var(--accent); }

/* ---------- Header (nur Desktop) ---------- */
.site-header { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100svh; min-height: 620px; overflow: hidden; }
.hero-media { position: absolute; inset: -8% 0 0 0; width: 100%; height: 116%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.05); will-change: transform; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,12,.7) 0%, rgba(11,11,12,.7) 45%, rgba(11,11,12,.92) 82%, var(--bg) 100%); }
.hero-inner { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding-top: 22px; padding-bottom: 34px; }
.hero-top { display: flex; align-items: center; justify-content: space-between; }
.hero-top img { height: 34px; width: auto; }
.hero-top .loc { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-3); }
.hero-copy { display: flex; flex-direction: column; gap: 18px; max-width: 640px; }
.pill { display: inline-flex; align-self: flex-start; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(255,107,0,.55); border-radius: 100px; font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.pill::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.hero h1 { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: 40px; line-height: 1.02; letter-spacing: -.02em; text-wrap: balance; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .sub { margin: 0; font-size: 15.5px; line-height: 1.5; color: var(--text-2); max-width: 34ch; }
.hero-cta { display: flex; flex-direction: column; gap: 10px; }
.hero-cta .btn { width: 100%; }
.hero-note { font-size: 12px; color: var(--text-3); }
.hero-scroll { display: flex; align-items: center; gap: 10px; font-size: 12px; color: #86868B; }
.hero-scroll span { display: inline-block; animation: p1pulse 2.4s ease-in-out infinite; }
@keyframes p1pulse { 0%,100% { opacity: .35; transform: translateY(0); } 50% { opacity: 1; transform: translateY(6px); } }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); margin-top: 44px; }
.stat { background: var(--bg); padding: 20px 16px; }
.stat b { display: block; font-family: var(--font-display); font-weight: 400; font-size: 30px; line-height: 1.1; color: var(--accent); }
.stat > span { display: block; margin-top: 6px; font-size: 12.5px; line-height: 1.35; color: var(--text-3); }

/* ---------- Zielgruppen ---------- */
.segments { display: flex; flex-direction: column; gap: 8px; }
.segment { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); transition: border-color .2s ease, transform .3s var(--ease); }
.segment:hover { border-color: var(--accent); color: var(--text); }
.segment strong { display: block; font-size: 15px; }
.segment small { display: block; margin-top: 4px; font-size: 12.5px; color: #8E8E93; }
.segment .arrow { color: var(--accent); font-size: 16px; }

/* ---------- Mission ---------- */
.mission p { margin: 16px 0 0; font-size: 15px; line-height: 1.6; color: #B7B5B2; text-wrap: pretty; }
.mission-media { margin-top: 22px; overflow: hidden; border-radius: var(--radius); }
.mission-media img { width: 100%; height: 380px; object-fit: cover; will-change: transform; transform: scale(1.12); }

/* ---------- Säulen ---------- */
.pillars { display: grid; grid-template-columns: 1fr; gap: 1px; background: var(--line); }
.pillar { background: var(--surface); padding: 18px; display: flex; gap: 14px; align-items: flex-start; }
.pillar svg { flex: none; width: 28px; height: 28px; margin-top: 2px; color: var(--accent); }
.pillar strong { display: block; font-size: 15px; }
.pillar span { display: block; margin-top: 5px; font-size: 13.5px; line-height: 1.45; color: var(--text-3); }

/* ---------- Banner ---------- */
.banner { position: relative; height: 300px; overflow: hidden; margin-top: 34px; }
.banner img { width: 100%; height: 125%; object-fit: cover; will-change: transform; }
.banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,11,12,.55), rgba(11,11,12,.9)); }
.banner-title { position: absolute; z-index: 1; left: 0; right: 0; bottom: 22px; font-family: var(--font-display); font-size: 26px; line-height: 1.05; }

/* ---------- Angebote (Accordion) ---------- */
.offer-groups { display: flex; flex-direction: column; gap: 6px; }
.offer-group-label { padding-top: 10px; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-4); }
.offer { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .2s ease; }
.offer[open], .offer:hover { border-color: rgba(255,107,0,.35); }
.offer summary { display: flex; align-items: center; gap: 11px; padding: 9px 11px; cursor: pointer; list-style: none; }
.offer summary::-webkit-details-marker { display: none; }
.offer-thumb { width: 48px; height: 48px; flex: none; border-radius: 4px; object-fit: cover; }
.offer-body { flex: 1; min-width: 0; }
.offer-name { font-size: 14px; font-weight: 700; line-height: 1.25; }
.tag { font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); white-space: nowrap; font-weight: 700; margin-left: 4px; }
.offer-time { margin-top: 2px; font-size: 11px; color: var(--accent); }
.plus { flex: none; width: 20px; color: var(--accent); font-size: 18px; line-height: 1; text-align: center; transition: transform .3s var(--ease); }
details[open] > summary .plus { transform: rotate(45deg); }
.offer p { margin: 0; padding: 0 12px 14px 70px; font-size: 12.5px; line-height: 1.5; color: #9E9C9A; text-wrap: pretty; }

/* ---------- Kursplan ---------- */
.day-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 16px; scrollbar-width: none; }
.day-tabs::-webkit-scrollbar { display: none; }
.day-tab { flex: none; min-width: 52px; height: 44px; padding: 0 14px; border: 1px solid rgba(255,255,255,.12); background: transparent; color: var(--text-3); border-radius: 6px; font-size: 13px; font-weight: 700; letter-spacing: .06em; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.day-tab[aria-selected="true"] { background: var(--accent); border-color: var(--accent); color: #fff; }
.day-tab .today-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; margin-left: 5px; vertical-align: middle; }
.day-panel { display: flex; flex-direction: column; gap: 8px; }
.day-panel[hidden] { display: none; }
.day-label { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-4); padding-bottom: 4px; }
.slot { display: flex; align-items: center; gap: 14px; padding: 13px 14px; background: var(--surface); border-left: 2px solid var(--c, var(--accent)); border-radius: 0 6px 6px 0; }
.slot-time { flex: none; width: 92px; font-size: 12.5px; font-variant-numeric: tabular-nums; color: #8E8E93; }
.slot-name { font-size: 14.5px; font-weight: 700; line-height: 1.3; }
.slot-note { margin-top: 3px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--c, var(--accent)); }
.week-grid { display: none; }
.legend { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; padding: 16px; background: var(--surface); border-radius: var(--radius); }
.legend div { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-3); }
.legend i { width: 10px; height: 10px; border-radius: 2px; border: 1.5px solid var(--c); flex: none; }
.plan-link { margin-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); color: var(--text); font-size: 14px; font-weight: 600; }
.plan-link:hover { border-color: var(--accent); color: var(--text); }
.plan-link span { color: var(--accent); }

/* ---------- Ablauf ---------- */
.steps { display: flex; flex-direction: column; gap: 20px; }
.step { display: flex; gap: 14px; }
.step-num { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--accent); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.step strong { display: block; padding-top: 4px; font-size: 15px; }
.step p { margin: 5px 0 0; font-size: 13.5px; line-height: 1.5; color: var(--text-3); }

/* ---------- Stimmen (Endlos-Slider) ---------- */
.rating { margin: 12px 0 0; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-3); }
.rating:hover { color: var(--text); }
.rating .stars { color: var(--accent); letter-spacing: .1em; }
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 14px; width: max-content; padding: 4px var(--gutter); animation: p1marquee var(--marquee-dur, 90s) linear infinite; }
.marquee:hover .marquee-track, .marquee:focus-within .marquee-track { animation-play-state: paused; }
@keyframes p1marquee { from { transform: translate3d(0,0,0); } to { transform: translate3d(-50%,0,0); } }
.quotes { display: flex; flex-direction: column; gap: 14px; }
.quote { margin: 0; padding: 20px; background: var(--surface); border-left: 2px solid var(--accent); border-radius: 0 var(--radius) var(--radius) 0; }
.marquee .quote { flex: none; width: min(320px, 78vw); display: flex; flex-direction: column; justify-content: space-between; }
.quote p { margin: 0; font-size: 14.5px; line-height: 1.55; color: #DCDAD7; }
.quote footer { margin-top: 12px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: #86868B; display: flex; justify-content: space-between; gap: 10px; }
.quote footer .stars { color: var(--accent); letter-spacing: .05em; text-transform: none; }
@media (prefers-reduced-motion: reduce) {
  .marquee { mask-image: none; -webkit-mask-image: none; overflow-x: auto; }
  .marquee-track { animation: none; }
}

/* ---------- Coaches ---------- */
.coach { border-left-color: rgba(255,255,255,.14); display: flex; gap: 16px; align-items: flex-start; }
.coach-avatar { flex: none; width: 52px; height: 52px; border-radius: 50%; object-fit: cover; background: var(--surface-2); border: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 15px; color: var(--accent); }
.coach p { font-size: 13.5px; color: var(--text-3); }
.coach p strong { color: var(--text); font-size: 15px; }

.team { margin-top: 36px; display: flex; flex-direction: column; gap: 22px; }
.team-media { overflow: hidden; border-radius: var(--radius); }
.team-media img { width: 100%; height: auto; }
.team-text h3 { margin: 12px 0 0; font-family: var(--font-display); font-weight: 400; font-size: 26px; line-height: 1.08; letter-spacing: -.015em; }
.team-text p { margin: 14px 0 0; font-size: 15px; line-height: 1.6; color: #B7B5B2; text-wrap: pretty; }
.team-text .btn { margin-top: 20px; height: 50px; font-size: 14px; }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; gap: 8px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 16px; cursor: pointer; font-size: 14.5px; font-weight: 700; line-height: 1.35; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq p { margin: 0; padding: 0 16px 16px; font-size: 13.5px; line-height: 1.55; color: #9E9C9A; text-wrap: pretty; }

/* ---------- Formular / CTA ---------- */
.cta { margin-top: 60px; position: relative; overflow: hidden; }
.cta-bg { position: absolute; inset: -6% 0; width: 100%; height: 112%; object-fit: cover; will-change: transform; }
.cta::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(11,11,12,.88), rgba(11,11,12,.95)); }
.cta-inner { position: relative; z-index: 2; padding-top: 60px; padding-bottom: 60px; }
.cta-logo { height: 44px; width: auto; margin-bottom: 22px; }
.cta h2 { margin: 0; font-family: var(--font-display); font-weight: 400; font-size: 32px; line-height: 1.05; letter-spacing: -.02em; }
.cta-intro p { margin: 14px 0 0; font-size: 15px; line-height: 1.55; color: #C2C0BD; }
.cta-alt { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cta-alt .btn { height: 50px; font-size: 14px; }

.lead-form { margin-top: 28px; display: flex; flex-direction: column; gap: 24px; }
.q-label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 10px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; border: 0; padding: 0; margin: 0; }
.chip { position: relative; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-flex; align-items: center; height: 44px; padding: 0 16px; border: 1px solid var(--line-strong); border-radius: 6px; font-size: 13.5px; font-weight: 600; cursor: pointer; transition: background .2s ease, border-color .2s ease; user-select: none; }
.chip span:hover { border-color: var(--accent); }
.chip input:checked + span { background: var(--accent); border-color: var(--accent); color: #fff; }
.chip input:focus-visible + span { outline: 2px solid var(--accent); outline-offset: 2px; }
.field { width: 100%; height: 52px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 6px; background: rgba(255,255,255,.04); color: var(--text); font-size: 16px; }
.field::placeholder { color: #77777C; }
.field:focus { outline: none; border-color: var(--accent); }
.fields { display: flex; flex-direction: column; gap: 10px; }
.check { display: flex; align-items: flex-start; gap: 10px; padding: 4px 0; font-size: 13.5px; line-height: 1.45; color: #C2C0BD; cursor: pointer; }
.check input { width: 20px; height: 20px; accent-color: var(--accent); flex: none; margin: 0; }
.check a { text-decoration: underline; }
.form-hint { margin: 12px 0 0; font-size: 12.5px; line-height: 1.5; color: var(--text-3); }
.form-msg { margin-top: 12px; font-size: 13px; line-height: 1.5; color: var(--accent); min-height: 1em; }
.form-done { margin-top: 26px; padding: 22px; background: var(--accent-soft); border: 1px solid rgba(255,107,0,.4); border-radius: 10px; }
.form-done strong { display: block; font-family: var(--font-display); font-weight: 400; font-size: 20px; }
.form-done p { margin: 10px 0 0; font-size: 14px; line-height: 1.55; color: #C2C0BD; }
.hp { position: absolute; left: -9999px; }

/* ---------- Footer ---------- */
.site-footer { padding: 40px 0 120px; border-top: 1px solid var(--line); }
.site-footer img { height: 46px; width: auto; }
.footer-cols { margin-top: 20px; display: flex; flex-direction: column; gap: 14px; font-size: 13.5px; line-height: 1.5; color: var(--text-3); }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.copyright { color: var(--text-4); font-size: 12px; }

/* ---------- Sticky CTA (mobil) ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; justify-content: center; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: linear-gradient(180deg, rgba(11,11,12,0), rgba(11,11,12,.96) 45%); opacity: 0; transform: translateY(100%); transition: opacity .35s ease, transform .35s var(--ease); pointer-events: none; }
.sticky-cta.is-visible { opacity: 1; transform: none; pointer-events: auto; }
.sticky-cta .btn { width: 100%; max-width: 428px; height: 54px; }

/* ---------- Reveal-Animation ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease) var(--d, 0ms), transform .8s var(--ease) var(--d, 0ms); }
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hero-scroll span { animation: none; }
}

/* ==========================================================================
   Tablet ≥ 640px
   ========================================================================== */
@media (min-width: 640px) {
  :root { --gutter: 32px; }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .pillars { grid-template-columns: 1fr 1fr; }
  .hero-cta { flex-direction: row; flex-wrap: wrap; align-items: center; }
  .hero-cta .btn { width: auto; min-width: 280px; }
  .hero-note { flex-basis: 100%; }
  .legend { grid-template-columns: repeat(4, 1fr); }
  .quotes { display: grid; grid-template-columns: 1fr 1fr; }
}

/* ==========================================================================
   Desktop ≥ 960px
   ========================================================================== */
@media (min-width: 960px) {
  :root { --gutter: 40px; --header-h: 68px; }
  body { font-size: 16px; }
  .section { padding-top: 96px; }
  .h2 { font-size: 44px; }
  .lead { font-size: 15.5px; }
  .section-head { margin-bottom: 36px; max-width: 760px; }

  .site-header { display: block; position: fixed; top: 0; left: 0; right: 0; z-index: 75; background: rgba(11,11,12,.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); transition: background .3s ease; }
  .site-header.is-solid { background: rgba(11,11,12,.94); }
  .header-inner { height: var(--header-h); display: flex; align-items: center; gap: 32px; }
  .header-inner img { height: 30px; width: auto; }
  .nav { display: flex; gap: 26px; margin-left: auto; }
  .nav a { color: var(--text-2); font-size: 14px; font-weight: 600; }
  .nav a:hover { color: var(--text); }
  .header-inner .btn { height: 42px; padding: 0 18px; font-size: 14px; }
  .header-tel { color: var(--text); font-size: 14px; font-weight: 600; }

  .hero { min-height: 720px; }
  .hero::after { background: linear-gradient(90deg, rgba(11,11,12,.92) 0%, rgba(11,11,12,.7) 45%, rgba(11,11,12,.25) 100%), linear-gradient(180deg, rgba(11,11,12,0) 60%, var(--bg) 100%); }
  .hero-inner { padding-top: calc(var(--header-h) + 40px); padding-bottom: 72px; justify-content: flex-end; }
  .hero-top { display: none; }
  .hero h1 { font-size: 76px; }
  .hero .sub { font-size: 19px; max-width: 42ch; }
  .hero-copy { gap: 24px; }

  .stats { margin-top: 72px; }
  .stat { padding: 30px 26px; }
  .stat b { font-size: 44px; }
  .stat span { font-size: 14px; }

  .two-col { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
  .segments { flex-direction: row; }
  .segment { flex: 1; padding: 24px; }
  .segment:hover { transform: translateY(-3px); }
  .segment strong { font-size: 17px; }

  .mission { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
  .mission p { font-size: 17px; }
  .mission-media { margin-top: 0; }
  .mission-media img { height: 520px; }

  .pillars { grid-template-columns: repeat(3, 1fr); }
  .pillar { padding: 28px; flex-direction: column; gap: 16px; }
  .pillar svg { width: 34px; height: 34px; }
  .pillar strong { font-size: 17px; }
  .pillar span { font-size: 14.5px; }

  .banner { height: 520px; margin-top: 96px; }
  .banner-title { bottom: 48px; font-size: 56px; }

  .offer-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; align-items: start; }
  .offer-group-label { grid-column: 1 / -1; padding-top: 22px; }
  .offer summary { padding: 12px 14px; gap: 14px; }
  .offer-thumb { width: 60px; height: 60px; }
  .offer-name { font-size: 15.5px; }
  .offer-time { font-size: 12px; }
  .offer p { padding: 0 16px 16px 88px; font-size: 13.5px; }

  /* Wochenraster ersetzt Tabs */
  .day-tabs, .day-panels { display: none; }
  .week-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
  .week-col { display: flex; flex-direction: column; gap: 6px; }
  .week-col h3 { margin: 0 0 6px; padding: 12px 10px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-3); border-bottom: 1px solid var(--line); }
  .week-col.is-today h3 { color: var(--accent); border-color: var(--accent); }
  .week-col .slot { flex-direction: column; align-items: flex-start; gap: 4px; padding: 10px 10px; }
  .week-col .slot-time { width: auto; font-size: 11.5px; }
  .week-col .slot-name { font-size: 13px; }
  .week-col .slot-note { font-size: 10px; margin-top: 0; }
  .legend { grid-template-columns: repeat(7, auto); justify-content: start; gap: 12px 28px; }
  .plan-link { display: inline-flex; }

  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .step { flex-direction: column; }
  .step-num { width: 40px; height: 40px; font-size: 15px; }
  .step strong { font-size: 17px; }

  .quotes { grid-template-columns: repeat(3, 1fr); }
  .quote { padding: 28px; }
  .marquee .quote { width: 380px; padding: 24px; }

  .team { margin-top: 64px; display: grid; grid-template-columns: 7fr 5fr; gap: 56px; align-items: center; }
  .team-text h3 { font-size: 36px; }
  .team-text p { font-size: 16.5px; }

  .faq-wrap { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; }
  .faq-wrap .section-head { position: sticky; top: calc(var(--header-h) + 32px); }

  .cta { margin-top: 110px; }
  .cta-inner { padding-top: 100px; padding-bottom: 100px; display: grid; grid-template-columns: 5fr 6fr; gap: 80px; align-items: start; }
  .cta h2 { font-size: 52px; }
  .cta-intro p { font-size: 17px; }
  .lead-form, .form-done { margin-top: 0; padding: 32px; background: rgba(16,16,18,.8); border: 1px solid var(--line); border-radius: 12px; backdrop-filter: blur(6px); }
  .form-done { background: var(--accent-soft); border-color: rgba(255,107,0,.4); }

  .site-footer { padding: 56px 0 56px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; align-items: start; }
  .footer-cols { display: contents; }
  .sticky-cta { display: none; }
}

@media (min-width: 1200px) {
  .hero h1 { font-size: 88px; }
}
