
  
:root {
  --raw-black: #0a0a0a;
  --concrete: #2b2b2b;
  --signal-green: #61BF3B;
  --boxer-white: #f5f5f5;
  --alster-blue: #1d3557;
  --muted: #b8b8b8;
  --line: rgba(245, 245, 245, 0.14);
  --light-line: rgba(10, 10, 10, 0.12);
  --max: 1160px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--boxer-white);
  background: var(--raw-black);
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  background: var(--signal-green);
  color: white;
  padding: .7rem 1rem;
  z-index: 99;
}
.skip-link:focus { left: 1rem; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}
.narrow { max-width: 780px; }

.header-topbar {
  background: var(--raw-black);
  border-bottom: 1px solid var(--line);
  font-size: .74rem;
  color: var(--muted);
  letter-spacing: .01em;
  padding: 7px 0;
}
.header-topbar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.header-topbar a {
  color: var(--muted);
  text-decoration: none;
  transition: color .2s;
}
.header-topbar a:hover { color: var(--signal-green); }
.header-topbar span { white-space: nowrap; }
@media (max-width: 980px) {
  .header-topbar { display: none; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, .94);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.brand-logo {
  width: clamp(190px, 22vw, 300px);
  height: auto;
  display: block;
}
.brand-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #dfdfdf;
  font-weight: 700;
  font-size: .92rem;
}
.site-nav a:hover { color: white; }
.nav-cta {
  background: var(--signal-green);
  color: white !important;
  padding: .78rem 1rem;
  border-radius: 999px;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 10px;
  padding: 10px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--boxer-white);
  transition: transform .3s ease, opacity .2s ease;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.section-dark {
  background:
    radial-gradient(ellipse 80% 55% at 82% 0%, rgba(29, 53, 87, .18), transparent 65%),
    var(--raw-black);
}
.hero.section-dark {
  background:
    radial-gradient(circle at 82% 10%, rgba(29, 53, 87, .38), transparent 34%),
    linear-gradient(135deg, var(--raw-black), #151515 52%, #070707);
}
.section-light {
  background: var(--boxer-white);
  color: var(--raw-black);
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  padding: 110px 0;
  overflow: hidden;
  position: relative;
}
/* Standard-Hero mit dezentem Hintergrundbild (Stil "für wen" + Bild) */
.hero > .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero > .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}
.hero > .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(10, 10, 10, .9) 0%,
      rgba(10, 10, 10, .74) 46%,
      rgba(10, 10, 10, .45) 100%),
    linear-gradient(180deg,
      rgba(10, 10, 10, .28) 0%,
      rgba(10, 10, 10, .42) 58%,
      rgba(10, 10, 10, .78) 100%);
  z-index: 1;
}
.hero > .container { position: relative; z-index: 2; }
.is-subpage .hero { min-height: 62vh; }
.hero-grid, .split-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}
.hero-grid {
  grid-template-areas:
    "copy media"
    "facts media";
  align-items: start;
  row-gap: 32px;
}
.hero-copy { grid-area: copy; }
.hero-media { grid-area: media; align-self: center; }
.hero-facts { grid-area: facts; }
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  color: var(--signal-green);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}
h1, h2, h3 { margin: 0; line-height: .98; }
h1, h2 {
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .01em;
}
h1 { font-size: clamp(4rem, 10vw, 8.8rem); max-width: 860px; }
h1 s {
  display: block;
  color: var(--muted);
  text-decoration: line-through;
  text-decoration-color: var(--signal-green);
  text-decoration-thickness: .12em;
  text-underline-offset: 0;
  opacity: .55;
  font-weight: inherit;
}
h1 mark {
  display: block;
  background: transparent;
  color: var(--signal-green);
}
h2 { font-size: clamp(2.8rem, 6vw, 5.6rem); }
h3 { font-size: 1.28rem; letter-spacing: -.02em; }
h4 {
  margin: 0;
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: 1.05rem;
  line-height: 1.25;
  color: var(--signal-green);
}
.hero-lead {
  max-width: 680px;
  margin: 32px 0 0;
  color: #e5e5e5;
  font-size: clamp(1.06rem, 2vw, 1.3rem);
}
.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 46px;
}
/* Mobil: Hero-Buttons unter die USPs (Desktop unverändert) */
.hero-actions-mobile { display: none; }
@media (max-width: 980px) {
  .hero-copy .hero-actions { display: none; }
  .hero-actions-mobile { display: flex; margin-top: 24px; }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .9rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--signal-green); color: white; }
.btn-ghost { border-color: var(--line); color: white; }
.btn-dark { background: var(--raw-black); color: white; }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 0;
}
.hero-facts div {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 18px 16px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-fact-icon {
  color: var(--signal-green);
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.hero-fact-icon svg { width: 100%; height: 100%; display: block; }
.hero-facts dt {
  font-family: Anton, sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.hero-facts dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
}

.hero-media { position: relative; }
.image-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 24px 90px rgba(0,0,0,.42);
}
.image-placeholder {
  min-height: 560px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(rgba(10,10,10,.35), rgba(10,10,10,.74)),
    repeating-linear-gradient(135deg, #171717, #171717 18px, #202020 18px, #202020 36px);
  border: 1px solid var(--line);
  color: #d6d6d6;
  text-align: center;
  padding: 28px;
  overflow: hidden;
}
.image-placeholder.small { min-height: 430px; }
.image-placeholder video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 12px;
}
.hero-media .image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  max-height: 560px;
  object-fit: cover;
  border-radius: 12px;
}
.corner-note {
  position: absolute;
  left: -24px;
  bottom: 34px;
  max-width: 260px;
  background: var(--signal-green);
  color: white;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}

.google-badge {
  position: absolute;
  right: -18px;
  top: -1px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: white;
  color: #1f1f1f;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  text-decoration: none;
  z-index: 4;
  transition: transform .25s ease, box-shadow .3s ease;
}
.google-badge:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .42);
}
.google-badge-logo {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: block;
}
.google-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.25;
}
.google-badge-stars {
  color: #fabb05;
  font-size: .92rem;
  letter-spacing: .08em;
  line-height: 1;
}
.google-badge-title {
  font-weight: 700;
  font-size: .9rem;
  color: #202124;
  letter-spacing: -.01em;
}
.google-badge-sub {
  font-size: .74rem;
  color: #5f6368;
}
.corner-note strong { display: block; margin-bottom: 6px; }
.corner-note span { display: block; font-size: .92rem; }

.intro, .medical, .process, .faq { padding: 130px 0; }
.services, .why, .about, .contact { padding: 150px 0; }
.intro h2 { margin-bottom: 32px; }
.intro p:not(.section-kicker), .medical p, .about p, .contact p {
  font-size: 1.08rem;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 60px;
}
.section-heading h2 { max-width: 780px; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card {
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255,255,255,.045);
  display: flex;
  flex-direction: column;
}
.card-number {
  color: var(--signal-green);
  font-weight: 900;
  margin-bottom: 28px;
}
.service-card h3 { margin-bottom: 18px; }
.service-card p { color: #d1d1d1; }
.card-line {
  margin-top: auto;
  color: white !important;
  font-weight: 800;
}
.card-line-xs {
  bottom: 0;
  line-height: 1.1  !important;
  color: var(--alster-blue) !important;
  font-size: 10px  !important;
}

.section-light .service-card {
  border-color: var(--light-line);
  background: rgba(0, 0, 0, .03);
}
.section-light .service-card:hover {
  border-color: var(--signal-green);
}
.section-light .service-card p { color: #444; }
.section-light .service-card .card-line { color: var(--raw-black) !important; }

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--signal-green);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.why-item {
  padding-top: 0;
}
.why-item p { color: #d1d1d1; }

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
.process-list li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  border: 1px solid var(--light-line);
  border-radius: 18px;
  padding: 22px;
  background: white;
}
.process-list span {
  font-family: Anton, sans-serif;
  color: var(--signal-green);
  font-size: 2.1rem;
}
.process-list h3 { margin-bottom: 8px; }
.process-list p { margin: 0; color: #303030; }
.cta-panel {
  margin-top: 50px;
  border-radius: var(--radius);
  background: var(--raw-black);
  color: white;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.cta-panel p { color: #d4d4d4; }

.about-photo .image-placeholder { min-height: 460px; }

.reviews { padding: 92px 0; }
.reviews-rating {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 48px;
}
.reviews-stars {
  font-size: 1.9rem;
  letter-spacing: .18em;
  color: var(--signal-green);
  line-height: 1;
  text-shadow: 0 0 24px rgba(97, 191, 59, .25);
}
.reviews-score {
  margin: 4px 0 0;
  font-size: 1.04rem;
  color: inherit;
}
.reviews-score strong {
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: .02em;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  color: var(--raw-black);
}
.reviews-link {
  margin-top: 4px;
  display: inline-flex;
  color: var(--signal-green);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}
.reviews-grid-wrap { position: relative; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 30px 4px;
  perspective: 1600px;
  perspective-origin: center 35%;
}
.reviews-grid > * {
  opacity: 0;
  transform-origin: center top;
  transition:
    opacity 1s cubic-bezier(.16, 1, .3, 1),
    transform 1.1s cubic-bezier(.34, 1.56, .64, 1),
    box-shadow .45s ease,
    border-color .35s ease;
  will-change: opacity, transform;
}
.reviews-grid > *:nth-child(3n+1) {
  transform: translate3d(-80px, 90px, -120px) rotateY(-28deg) rotateX(18deg) scale(.82);
  transform-origin: right center;
}
.reviews-grid > *:nth-child(3n+2) {
  transform: translate3d(0, 120px, -160px) rotateX(45deg) scale(.82);
  transform-origin: center top;
}
.reviews-grid > *:nth-child(3n+3) {
  transform: translate3d(80px, 90px, -120px) rotateY(28deg) rotateX(18deg) scale(.82);
  transform-origin: left center;
}
.reviews-grid.is-visible > *,
.reviews-grid.is-visible > *:nth-child(3n+1),
.reviews-grid.is-visible > *:nth-child(3n+2),
.reviews-grid.is-visible > *:nth-child(3n+3) {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotateY(0) rotateX(0) scale(1);
}
.reviews-grid.is-visible > *:nth-child(1)  { transition-delay: 0ms,   0ms; }
.reviews-grid.is-visible > *:nth-child(2)  { transition-delay: 90ms,  90ms; }
.reviews-grid.is-visible > *:nth-child(3)  { transition-delay: 180ms, 180ms; }
.reviews-grid.is-visible > *:nth-child(4)  { transition-delay: 270ms, 270ms; }
.reviews-grid.is-visible > *:nth-child(5)  { transition-delay: 360ms, 360ms; }
.reviews-grid.is-visible > *:nth-child(6)  { transition-delay: 450ms, 450ms; }
.reviews-grid.is-visible > *:nth-child(7)  { transition-delay: 540ms, 540ms; }
.reviews-grid.is-visible > *:nth-child(8)  { transition-delay: 630ms, 630ms; }
.reviews-grid.is-visible > *:nth-child(9)  { transition-delay: 720ms, 720ms; }
.reviews-grid.is-visible > *:nth-child(10) { transition-delay: 810ms, 810ms; }
.reviews-grid.is-visible > *:nth-child(11) { transition-delay: 900ms, 900ms; }
.reviews-grid.is-visible > *:nth-child(12) { transition-delay: 990ms, 990ms; }

.reviews-grid > *::before {
  transform: scale(0) rotate(-180deg);
  opacity: 0;
  transition:
    transform .9s cubic-bezier(.68, -.55, .265, 1.55),
    opacity .6s ease,
    color .3s ease,
    text-shadow .3s ease;
  transition-delay: 400ms;
}
.reviews-grid.is-visible > *::before {
  transform: scale(1) rotate(0);
  opacity: .8;
}
.reviews-grid.is-visible > *:nth-child(1)::before  { transition-delay: 400ms; }
.reviews-grid.is-visible > *:nth-child(2)::before  { transition-delay: 490ms; }
.reviews-grid.is-visible > *:nth-child(3)::before  { transition-delay: 580ms; }
.reviews-grid.is-visible > *:nth-child(4)::before  { transition-delay: 670ms; }
.reviews-grid.is-visible > *:nth-child(5)::before  { transition-delay: 760ms; }
.reviews-grid.is-visible > *:nth-child(6)::before  { transition-delay: 850ms; }
.reviews-grid.is-visible > *:nth-child(7)::before  { transition-delay: 940ms; }
.reviews-grid.is-visible > *:nth-child(8)::before  { transition-delay: 1030ms; }
.reviews-grid.is-visible > *:nth-child(9)::before  { transition-delay: 1120ms; }
.reviews-grid.is-visible > *:nth-child(10)::before { transition-delay: 1210ms; }
.reviews-grid.is-visible > *:nth-child(11)::before { transition-delay: 1300ms; }
.reviews-grid.is-visible > *:nth-child(12)::before { transition-delay: 1390ms; }

@media (prefers-reduced-motion: reduce) {
  .reviews-grid > *,
  .reviews-grid > *:nth-child(3n+1),
  .reviews-grid > *:nth-child(3n+2),
  .reviews-grid > *:nth-child(3n+3),
  .reviews-grid > *::before {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.review-card {
  border: 1px solid var(--light-line);
  border-radius: var(--radius);
  background: white;
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  height: 280px;
  cursor: pointer;
  overflow: hidden;
  transform-style: preserve-3d;
}
.review-card::before {
  content: "\201E";
  position: absolute;
  top: -22px;
  left: 14px;
  font-family: Anton, serif;
  font-size: 6.4rem;
  line-height: 1;
  color: var(--signal-green);
  opacity: .85;
  pointer-events: none;
  z-index: 2;
}
.review-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(97, 191, 59, .18) 50%,
    transparent 70%
  );
  transition: left .9s ease;
  pointer-events: none;
  z-index: 1;
}
.review-card:hover,
.review-card:focus-visible {
  transform: translateY(-14px) scale(1.035) rotateX(-4deg);
  border-color: rgba(97, 191, 59, .55);
  box-shadow:
    inset 0 -4px 0 var(--signal-green),
    0 36px 70px rgba(97, 191, 59, .22),
    0 26px 50px rgba(0, 0, 0, .14);
  outline: none;
}
.review-card:hover::after,
.review-card:focus-visible::after { left: 120%; }
.review-card:hover::before,
.review-card:focus-visible::before {
  transform: scale(1.25) translate(-4px, -4px);
  opacity: 1;
  text-shadow: 0 0 28px rgba(97, 191, 59, .55);
}
.review-card .review-quote {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #2a2a2a;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
  margin-top: 38px;
}
.review-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
}
.review-card .review-author {
  margin: 0;
  font-weight: 800;
  color: #555;
  font-size: .9rem;
}
.review-card-foot .review-stars {
  font-size: 1rem;
  letter-spacing: .14em;
  color: var(--signal-green);
  line-height: 1;
  flex-shrink: 0;
}

.review-image-card {
  display: flex;
  height: 280px;
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--light-line);
  background: white;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
  transition: transform .35s ease, box-shadow .4s ease;
}
.review-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}
.review-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(97, 191, 59, .18), 0 22px 44px rgba(0, 0, 0, .12);
}
.review-image-card:hover img { transform: scale(1.05); }

.reviews-more {
  display: none;
  margin: 28px auto 0;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}
.review-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.review-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.review-modal-card {
  position: relative;
  background: white;
  color: var(--raw-black);
  border-radius: var(--radius);
  max-width: 640px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  padding: 56px 56px 40px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .55);
  transform: scale(.94);
  transition: transform .3s ease;
  cursor: pointer;
}
.review-modal.is-open .review-modal-card { transform: scale(1); }
.review-modal-card::before {
  content: "\201E";
  position: absolute;
  top: -12px;
  left: 22px;
  font-family: Anton, serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--signal-green);
  pointer-events: none;
}
.review-modal-close,
.review-modal-prev,
.review-modal-next {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--light-line);
  background: white;
  color: var(--raw-black);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
  z-index: 2;
}
.review-modal-close { top: 14px; right: 14px; font-size: 1.6rem; }
.review-modal-prev { left: -22px; top: 50%; transform: translateY(-50%); }
.review-modal-next { right: -22px; top: 50%; transform: translateY(-50%); }
.review-modal-close:hover,
.review-modal-prev:hover,
.review-modal-next:hover {
  background: var(--signal-green);
  border-color: var(--signal-green);
  color: white;
}
.review-modal-prev:hover { transform: translateY(-50%) translateX(-3px); }
.review-modal-next:hover { transform: translateY(-50%) translateX(3px); }
.review-modal-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-height: calc(80vh - 96px);
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.review-modal-inner::-webkit-scrollbar { width: 0; display: none; }
.review-modal .review-stars {
  font-size: 1.2rem;
  letter-spacing: .16em;
  color: var(--signal-green);
  line-height: 1;
}
.review-modal-quote {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.6;
  color: #2a2a2a;
  white-space: pre-wrap;
}
.review-modal-author {
  margin: 0;
  font-weight: 800;
  color: #555;
  font-size: .98rem;
}
body.is-modal-open { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  .review-modal,
  .review-modal-card { transition: none !important; }
  .review-modal-card { transform: none !important; }
}

.gallery { padding: 92px 0; }
.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-track::-webkit-scrollbar { width: 0; height: 0; display: none; }
.gallery-track > .image-card {
  scroll-snap-align: start;
  transition: transform .35s ease;
}
.gallery-track > .image-card:hover { transform: translateY(-3px); }
.gallery-track .image-placeholder {
  min-height: 360px;
  padding: 0;
  overflow: hidden;
}
.gallery-track .image-placeholder img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform .6s ease;
}
.gallery-track > .image-card:hover .image-placeholder img { transform: scale(1.05); }
.gallery-hint {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: .88rem;
}
.gallery-nav {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 18px;
}

.gallery2 {
  position: relative;
  z-index: 999;
  padding: 22px 0 0;
}
.gallery2 .gallery-track { margin-bottom: 8px;
margin-top: -20px; }
.gallery2 .image-card {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 30px 60px -22px rgba(0, 0, 0, .25);
}
.gallery2 .image-placeholder {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 16px;
}
.gallery2 .image-placeholder img { border-radius: 0; }
.reviews { padding-top: 200px; }
.gallery2 .gallery-track { scrollbar-width: none; }
.gallery2 .gallery-track::-webkit-scrollbar { display: none; }
.gallery-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: var(--boxer-white);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, color .2s ease;
}
.gallery-btn:hover {
  background: var(--signal-green);
  border-color: var(--signal-green);
  color: white;
  transform: translateY(-2px);
}
.gallery-btn:focus-visible {
  outline: 2px solid var(--signal-green);
  outline-offset: 3px;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(10,10,10,.78);
  color: var(--boxer-white);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .3s ease, transform .3s ease, background .2s ease, border-color .2s ease;
  z-index: 60;
}
.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.back-to-top:hover {
  background: var(--signal-green);
  border-color: var(--signal-green);
}
.back-to-top:focus-visible {
  outline: 2px solid var(--signal-green);
  outline-offset: 3px;
}

.site-header { transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(8,8,8,.94); }

.section-kicker {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}
.section-kicker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--signal-green);
  transition: width .8s ease .2s;
}
[data-reveal].is-visible .section-kicker::after,
[data-reveal-stagger].is-visible .section-kicker::after { width: 36px; }

.service-card {
  transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(97, 191, 59, .35);
  background: rgba(255,255,255,.07);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}
.nav-cta { transition: background .2s ease, transform .2s ease, box-shadow .25s ease; }
.nav-cta:hover { box-shadow: 0 8px 24px rgba(97, 191, 59, .35); }

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .75s ease, transform .75s ease;
  will-change: opacity, transform;
}
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="scale"] { transform: scale(.94); }
[data-reveal].is-visible { opacity: 1; transform: none; }

[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}
[data-reveal-stagger].is-visible > * { opacity: 1; transform: none; }
[data-reveal-stagger].is-visible > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-stagger].is-visible > *:nth-child(2) { transition-delay: 90ms; }
[data-reveal-stagger].is-visible > *:nth-child(3) { transition-delay: 180ms; }
[data-reveal-stagger].is-visible > *:nth-child(4) { transition-delay: 270ms; }
[data-reveal-stagger].is-visible > *:nth-child(5) { transition-delay: 360ms; }
[data-reveal-stagger].is-visible > *:nth-child(6) { transition-delay: 450ms; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .section-kicker::after { transition: none; width: 36px; }
  html { scroll-behavior: auto; }
}
.faq-list {
  display: grid;
  gap: 16px;
}
details {
  background: white;
  border: 1px solid var(--light-line);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 22px;
  font-weight: 900;
  font-size: 1.08rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
summary::after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: transform .25s ease;
}
details[open] > summary::after {
  transform: rotate(-135deg);
}
summary::-webkit-details-marker { display: none; }
details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #333;
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255,255,255,.045);
  display: grid;
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: #e6e6e6;
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: white;
  padding: 13px 14px;
  outline: none;
}
select option { color: black; }
input:focus, select:focus, textarea:focus { border-color: var(--signal-green); }
.form-note {
  margin: 0;
  color: var(--muted) !important;
  font-size: .88rem !important;
}

.site-footer {
  background: #050505;
  border-top: 1px solid var(--line);
  color: #cfcfcf;
}
.footer-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer-inner a { margin-left: 18px; color: #d7d7d7; }

/* ===== Großer Footer (Brand · Kontakt · Zeiten · Rechtliches) ===== */
.footer-top {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 72px 0 52px;
}
.footer-brand .brand { margin-bottom: 20px; }
.footer-desc {
  color: #b6b6b6;
  font-size: .94rem;
  line-height: 1.7;
  max-width: 420px;
  margin: 0 0 22px;
}
.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d7d7d7 !important;
  font-weight: 700;
  font-size: .9rem;
}
.footer-social svg { width: 22px; height: 22px; color: var(--signal-green); }
.footer-social:hover { color: #fff !important; }
.footer-head {
  font-family: inherit;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--signal-green);
  margin: 0 0 18px;
}
.footer-col p { color: #c4c4c4; font-size: .94rem; line-height: 1.8; margin: 0 0 16px; }
.footer-col a { color: #c4c4c4; transition: color .2s ease; }
.footer-col a:hover { color: #fff; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-weight: 600; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  color: #8c8c8c;
  font-size: .82rem;
}
.footer-bottom p { margin: 0; }

@media (max-width: 860px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; padding: 56px 0 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }
}
@media (max-width: 520px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ===== Rechtsseiten · lesbare Prosa ===== */
.legal-content { max-width: 780px; }
.legal-content h2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: normal;
  margin: 44px 0 16px;
  color: var(--ink, #1a1517);
}
.legal-content h3 {
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 30px 0 10px;
}
.legal-content p { line-height: 1.75; margin: 0 0 16px; }
.legal-content ul { margin: 0 0 20px; padding-left: 24px; }
.legal-content li { line-height: 1.75; margin: 0 0 8px; }
.legal-content a { color: #2f6f1f; text-decoration: underline; word-break: break-word; }
.legal-content > :first-child { margin-top: 0; }

/* ===== Mega-Menü · Full-Width-Dropdown ===== */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(8, 8, 8, .985);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 34px 60px rgba(0, 0, 0, .55);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 40;
}
/* unsichtbare Brücke zwischen Menüpunkten und Panel (kein Abreißen beim Rübergehen) */
.mega-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 30px;
}
/* Panel öffnet NUR über den Menüpunkten (nicht Logo, nicht Probetraining-Button) */
.nav-main:hover ~ .mega-menu,
.nav-main:focus-within ~ .mega-menu,
.mega-menu:hover,
.mega-menu:focus-within {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1.05fr 1.05fr 1.2fr;
  gap: 30px;
  padding: 42px 0 46px;
  align-items: start;
}
.mega-col .mega-head {
  display: block;
  color: var(--signal-green);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin: 0 0 18px;
}
a.mega-head { transition: color .18s ease; }
a.mega-head:hover { color: #fff; }
.mega-col ul { list-style: none; margin: 0; padding: 0; }
.mega-col li { margin-bottom: 12px; }
.mega-col li a {
  color: #cfcfcf;
  font-weight: 600;
  font-size: .94rem;
  transition: color .18s ease;
}
.mega-col li a:hover { color: var(--signal-green); }
/* Teaser = Info, kein Link: subtiler Kasten, Überschrift weiß & bold (nicht grün) */
.mega-teaser {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 18px 18px 20px;
  background: rgba(255, 255, 255, .02);
}
.mega-teaser .mega-head {
  color: #fff;
  font-weight: 800;
  text-transform: none;
  letter-spacing: .01em;
  font-size: .92rem;
}
.mega-teaser p:not(.mega-head) {
  color: #9a9a9a;
  font-size: .9rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; position: relative; z-index: 210; }
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .mega-menu::before { display: none; }
  .mega-menu .container { max-width: none; padding-left: 0; padding-right: 0; }
  .mega-grid { display: block; padding: 0; }
  .mega-col { border-bottom: 1px solid var(--line); padding: 18px 0; }
  .mega-col:last-child { border-bottom: 0; }
  .mega-col .mega-head { font-size: 1.05rem; margin-bottom: 12px; }
  .mega-col li a { font-size: 1.05rem; }
  .mega-teaser p:not(.mega-head) { font-size: .95rem; }
  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 94vw;
    max-width: 480px;
    height: 100vh;
    height: 100dvh;
    background: var(--raw-black);
    padding: 84px 28px 32px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform .4s cubic-bezier(.4, 0, .2, 1),
      opacity .25s ease;
    z-index: 200;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: flex;
  }
  .site-nav.is-open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }
  body.is-nav-open { overflow: hidden; }
  .site-nav a { padding: 14px 0; }
  .site-nav .nav-main { display: none; }
  .nav-item {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }
  .nav-item > a {
    grid-column: 1;
    grid-row: 1;
    display: block;
    padding: 18px 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: white;
    border-bottom: 0;
  }
  .nav-sub-toggle {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 0 8px 0 20px;
  }
  .nav-submenu {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .nav-chevron {
    display: inline-block;
    color: var(--signal-green);
    font-size: 1.6rem;
    line-height: 1;
    transition: transform .25s ease;
  }
  .nav-has-sub.is-open .nav-chevron { transform: rotate(90deg); }
  .site-nav > .nav-cta {
    margin-top: 28px;
    text-align: center;
    align-self: stretch;
  }
  .nav-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 4px 0 14px 14px;
    flex-direction: column;
    gap: 0;
  }
  .nav-submenu.is-open {
    display: flex;
  }
  .nav-submenu li a {
    display: block;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #e8e8e8;
    border-bottom: 1px dotted var(--line);
  }
  .nav-submenu li:last-child a { border-bottom: 0; }
  .nav-submenu li a:hover { color: var(--signal-green); }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid {
    grid-template-areas:
      "copy"
      "media"
      "facts";
    row-gap: 40px;
  }
  .card-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  .corner-note { left: 18px; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); margin-top: 16px; }
  .google-badge { top: 12px; right: 12px; bottom: auto; padding: 10px 14px; gap: 10px; }
  .google-badge-logo { width: 28px; height: 28px; }
  .google-badge-title { font-size: .82rem; }
  .google-badge-sub { font-size: .68rem; }
  .gallery-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery2 { padding-top: 64px; }
  .gallery2 .gallery-track { margin-bottom: -120px; }
  .reviews { padding-top: 160px; }
  .review-modal-card { padding: 48px 36px 32px; }
  .review-modal-prev { left: 8px; }
  .review-modal-next { right: 8px; }
}

@media (max-width: 640px) {
  .brand-logo { width: 184px; }
  h1 { font-size: 3.7rem; }
  h2 { font-size: 2.8rem; }
  .hero-facts { grid-template-columns: repeat(2, 1fr); }
  .card-grid, .why-grid { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .image-placeholder { min-height: 360px; }
  .process-list li { grid-template-columns: 1fr; }
  .cta-panel { display: block; }
  .footer-inner { flex-direction: column; justify-content: center; padding: 22px 0; }
  .footer-inner a { margin: 0 8px; }
  .gallery-track { grid-auto-columns: calc((100% - 12px) / 2); gap: 12px; }
  .gallery-track .image-placeholder { min-height: 240px; }
  .reviews-grid {
    grid-template-columns: 1fr;
    padding: 16px 4px;
    perspective: none;
  }
  .reviews-grid > *,
  .reviews-grid > *:nth-child(3n+1),
  .reviews-grid > *:nth-child(3n+2),
  .reviews-grid > *:nth-child(3n+3) {
    transform: translateY(60px) scale(.92);
  }
  .reviews-grid.is-visible > *,
  .reviews-grid.is-visible > *:nth-child(3n+1),
  .reviews-grid.is-visible > *:nth-child(3n+2),
  .reviews-grid.is-visible > *:nth-child(3n+3) {
    transform: none;
  }
  .review-card:hover,
  .review-card:focus-visible { transform: translateY(-6px) scale(1.02); }
  .reviews-grid > * { display: none; }
  .reviews-grid > *:nth-child(-n+3),
  .reviews-grid > *.is-revealed { display: flex; }
  .reviews-more { display: inline-flex; }
  .reviews-stars { font-size: 1.5rem; }
  .reviews-score strong { font-size: 2.1rem; }
  .gallery2 { padding-top: 48px; }
  .gallery2 .gallery-track { margin-bottom: -84px; }
  .reviews { padding-top: 120px; }
  .review-modal { padding: 16px; }
  .review-modal-card { padding: 44px 24px 28px; max-height: 88vh; }
  .review-modal-inner { max-height: calc(88vh - 80px); }
  .review-modal-quote { font-size: 1rem; }
  .review-modal-prev,
  .review-modal-next { display: none; }
}

/* ===== Subpage Modifier — homogenere Sektionen, kleinerer Hero-Titel ===== */
.is-subpage .hero h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  max-width: 720px;
}
.is-subpage .hero .hero-copy {
  max-width: 720px;
}
.is-subpage .hero .hero-lead {
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}
.is-subpage main > section.section-dark:not(.hero) {
  background:
    radial-gradient(ellipse 80% 55% at 82% 0%, rgba(29, 53, 87, .12), transparent 65%),
    #1a1517;
}
.is-subpage main > section.section-light {
  background: #f5efe9;
}
.is-subpage main > section { position: relative; }
.is-subpage main .section-dark + .section-light::before,
.is-subpage main .section-light + .section-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--signal-green);
  border-radius: 999px;
  opacity: .65;
}

/* ===== Listen-Komponenten · Checklist · Numbered · Bullet ===== */
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.checklist li {
  position: relative;
  padding-left: 38px;
  font-size: 1rem;
  line-height: 1.55;
}
.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background: var(--signal-green);
  border-radius: 50%;
  background-image:
    linear-gradient(45deg, transparent 38%, white 38%, white 45%, transparent 45%),
    linear-gradient(-45deg, transparent 50%, white 50%, white 60%, transparent 60%);
  background-size: 100% 100%;
  background-position: -3px 4px, 0px 0px;
  background-repeat: no-repeat;
}

.numbered-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  counter-reset: numlist;
}
.numbered-list li {
  position: relative;
  padding-left: 52px;
  font-size: 1rem;
  line-height: 1.55;
  counter-increment: numlist;
}
.numbered-list li::before {
  content: counter(numlist, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -4px;
  font-family: Anton, Impact, sans-serif;
  color: var(--signal-green);
  font-size: 1.6rem;
  line-height: 1;
}

.bullet-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.bullet-list li {
  position: relative;
  padding-left: 22px;
  font-size: 1rem;
  line-height: 1.55;
}
.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  background: var(--signal-green);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(97, 191, 59, .2);
}

/* ===== Inline Foto-Platzhalter ===== */
.inline-photo {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
  padding: 14px;
  margin: 40px 0;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .25);
}
.inline-photo .image-placeholder {
  min-height: 320px;
  border-radius: 16px;
}
.inline-photo .photo-caption {
  margin: 14px 4px 2px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--signal-green);
}
.is-subpage .section-light .inline-photo {
  border-color: var(--light-line);
  background: rgba(10, 10, 10, .04);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
}
.is-subpage .section-light .inline-photo .image-placeholder {
  background:
    linear-gradient(rgba(10, 10, 10, .04), rgba(10, 10, 10, .1)),
    repeating-linear-gradient(135deg, #ece4dc, #ece4dc 18px, #ddd2c6 18px, #ddd2c6 36px);
  border-color: var(--light-line);
  color: #6a5a4a;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 32px 0;
}
.photo-grid .inline-photo { margin: 0; }
@media (max-width: 740px) {
  .photo-grid { grid-template-columns: 1fr; }
}

/* ===== Subpage-Sub-Headline (H4) Hilfsklasse ===== */
.section-subhead {
  margin-bottom: 14px;
  display: block;
  font-size: .75rem;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .4);
  font-weight: 600;
}

/* ===== Subpage-Hero · Editorial Banner ===== */
.hero.hero--banner {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: var(--raw-black);
}
.hero.hero--banner .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero.hero--banner .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero.hero--banner .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg,
      rgba(10, 10, 10, .85) 0%,
      rgba(10, 10, 10, .65) 50%,
      rgba(10, 10, 10, .35) 100%),
    linear-gradient(180deg,
      rgba(10, 10, 10, .35) 0%,
      rgba(10, 10, 10, .55) 60%,
      rgba(10, 10, 10, .85) 100%);
  z-index: 1;
}
.hero-breadcrumb {
  position: relative;
  z-index: 3;
  padding: 26px 0 0;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-breadcrumb-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  justify-content: flex-start;
}
.hero-breadcrumb-bar {
  width: 22px;
  height: 1px;
  background: var(--signal-green);
  flex-shrink: 0;
}
.hero-breadcrumb a {
  color: var(--muted);
  transition: color .2s ease;
}
.hero-breadcrumb a:hover { color: white; }
.hero-breadcrumb .sep {
  color: var(--signal-green);
  font-size: .9rem;
  opacity: .8;
}
.hero-breadcrumb .current {
  color: #c8c8c8;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.hero.hero--banner .hero-content-wrap {
  position: relative;
  z-index: 3;
  margin-top: auto;
  padding: 110px 0 90px;
}
.hero.hero--banner .hero-content {
  border-left: 4px solid var(--signal-green);
  padding-left: 32px;
  max-width: 760px;
}
.hero.hero--banner .hero-content .eyebrow {
  margin-bottom: 18px;
}
.hero.hero--banner .hero-content h1 {
  margin: 0 0 28px;
}
.hero.hero--banner .hero-content .hero-lead {
  margin: 0 0 32px;
  max-width: 640px;
}
.hero.hero--banner .hero-actions {
  margin-top: 0;
}
@media (max-width: 980px) {
  .hero.hero--banner { min-height: 60vh; }
  .hero.hero--banner .hero-content {
    padding-left: 22px;
    border-left-width: 3px;
  }
  .hero.hero--banner .hero-content-wrap {
    padding: 70px 0 56px;
  }
}
@media (max-width: 640px) {
  .hero.hero--banner { min-height: 55vh; }
  .hero.hero--banner .hero-content-wrap { padding: 56px 0 44px; }
  .hero-breadcrumb { padding-top: 22px; font-size: .68rem; }
  .hero-breadcrumb-bar { width: 16px; }
  .hero-breadcrumb-inner { gap: 8px; }
}

/* ===== Navigation: Sub-Nav (Hover Desktop · Tap Mobile) ===== */
.nav-main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.nav-main > .nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-back { display: none; }
.nav-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-sub-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: var(--signal-green);
}

@media (min-width: 981px) {
  .nav-sub-toggle { display: none; }
  .nav-main { align-items: center; gap: 22px; }
  .nav-has-sub { position: relative; }
  .nav-has-sub > .nav-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 240px;
    padding: 18px 22px;
    background: rgba(8, 8, 8, .96);
    border: 1px solid var(--line);
    border-radius: 16px;
    z-index: 60;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .45);
    flex-direction: column;
    gap: 6px;
  }
  .nav-has-sub:hover > .nav-submenu,
  .nav-has-sub:focus-within > .nav-submenu {
    display: flex;
  }
  .nav-submenu > li > a {
    display: inline-block;
    color: #d6d6d6;
    font-weight: 600;
    font-size: .94rem;
    padding: 6px 0;
    white-space: nowrap;
    transition: color .2s ease, transform .2s ease;
  }
  .nav-submenu > li > a:hover {
    color: var(--signal-green);
    transform: translateX(4px);
  }
  .nav-chevron {
    display: inline-block;
    color: var(--signal-green);
    font-weight: 800;
    font-size: .9rem;
    line-height: 1;
    pointer-events: none;
    transition: transform .2s ease;
  }
  .nav-has-sub:hover .nav-chevron,
  .nav-has-sub:focus-within .nav-chevron { transform: rotate(90deg); }
}

/* ===== Team-Sektion ===== */
.team { padding: 0 0 150px; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.team-card {
  display: flex;
  flex-direction: column;
}
.team-photo {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line);
  aspect-ratio: 1 / 1;
  position: relative;
}
.team-photo .image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 18px;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-name {
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .02em;
  color: white;
  margin: 0 0 8px;
}
.team-role {
  color: var(--signal-green);
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.team-bio {
  color: #d1d1d1;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 18px;
}
.team-quote {
  margin: auto 0 0;
  color: white;
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.4;
  padding-left: 16px;
  border-left: 3px solid var(--signal-green);
}

/* ===== Feature-Zitat · lockerer Einstieg (z. B. Trainer-Seite) ===== */
.quote-feature {
  position: relative;
  margin: 18px 0 0;
  padding-top: 44px;
}
.quote-feature::before {
  content: "\201E";
  position: absolute;
  top: -6px;
  left: -4px;
  font-family: 'Anton', sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--signal-green);
}
.quote-feature blockquote { margin: 0; }
.intro .quote-feature blockquote p,
.quote-feature blockquote p {
  margin: 0 0 20px;
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  line-height: 1.5;
  font-weight: 600;
  color: #f1f1f1;
}
.quote-feature blockquote p:last-child { margin-bottom: 0; }
.quote-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.quote-avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--signal-green);
  flex-shrink: 0;
}
.quote-author-name { display: flex; flex-direction: column; line-height: 1.35; }
.quote-author-name strong { color: #fff; font-weight: 800; }
.quote-author-name span { color: var(--muted); font-size: .9rem; }
.team-photo .team-cta {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .45);
}
.team-photo > a[aria-label] {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .team-grid { grid-template-columns: 1fr; gap: 32px; }
  .team-photo { aspect-ratio: 1 / 1; }
  .team-name { font-size: 1.7rem; }
}

/* ===== Section Library only — nicht für die produktive Seite ===== */
.lib-intro {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a 60%, #050505);
  color: white;
  padding: 64px 0 48px;
  border-bottom: 3px solid var(--signal-green);
}
.lib-intro h1 {
  font-family: Anton, Impact, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  text-transform: uppercase;
  margin: 0 0 16px;
  letter-spacing: .01em;
}
.lib-intro p {
  font-size: 1.05rem;
  max-width: 760px;
  margin: 0 0 32px;
  color: #d6d6d6;
}
.lib-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lib-toc a {
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  color: white;
  font-size: .82rem;
  font-weight: 700;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.lib-toc a:hover {
  background: var(--signal-green);
  border-color: var(--signal-green);
  color: white;
}
.lib-marker {
  background: #161616;
  color: #f5f5f5;
  padding: 36px 0 28px;
  border-top: 3px solid var(--signal-green);
  scroll-margin-top: 16px;
}
.lib-tag {
  display: inline-block;
  background: var(--signal-green);
  color: white;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.lib-title {
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  letter-spacing: .01em;
  margin: 0 0 18px;
}
.lib-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
  font-size: .92rem;
  color: #c8c8c8;
}
.lib-meta li {
  padding-left: 14px;
  position: relative;
}
.lib-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--signal-green);
}
.lib-meta strong {
  color: var(--signal-green);
  font-weight: 800;
  margin-right: 4px;
}
@media (max-width: 740px) {
  .lib-meta { grid-template-columns: 1fr; }
}

/* ============================================================
   NEON · Studio-Lighting Effekte
   Inspiriert von der grünen LED-Beleuchtung im Studio:
   passive Backlight hinter Spiegeln, Kanten-LEDs an Wänden,
   atmende Akzente — nicht aggressiv, sondern „natürlich".
   ============================================================ */

/* — Atemspuls-Keyframes — */
@keyframes neon-breathe {
  0%, 100% { opacity: .6; }
  50%      { opacity: 1; }
}
@keyframes neon-pulse-glow {
  0%, 100% {
    text-shadow:
      0 0 8px rgba(97, 191, 59, .45),
      0 0 24px rgba(97, 191, 59, .25),
      0 0 50px rgba(97, 191, 59, .15);
  }
  50% {
    text-shadow:
      0 0 14px rgba(97, 191, 59, .6),
      0 0 36px rgba(97, 191, 59, .35),
      0 0 70px rgba(97, 191, 59, .25);
  }
}
@keyframes neon-strip-breathe {
  0%, 100% {
    opacity: .55;
    box-shadow: 0 0 12px rgba(97, 191, 59, .45), 0 0 28px rgba(97, 191, 59, .2);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 18px rgba(97, 191, 59, .7), 0 0 40px rgba(97, 191, 59, .35);
  }
}
@keyframes neon-dot-blink {
  0%, 70%, 100% { opacity: 1; }
  80%, 90%      { opacity: .35; }
}

/* — Hero · Mark-Glow (das grüne Wort atmet) — */
.hero h1 mark,
h1 mark {
  animation: neon-pulse-glow 4.5s ease-in-out infinite;
}

/* — Hero-Image-Card · Backlight wie hinter Spiegel — */
.hero-media .image-card,
.hero-media .image-card::before {
  position: relative;
}
.hero-media .image-card {
  box-shadow:
    0 24px 90px rgba(0, 0, 0, .42),
    0 0 60px rgba(97, 191, 59, .18),
    0 0 120px rgba(97, 191, 59, .08);
}
.hero-media::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background: radial-gradient(ellipse at center, rgba(97, 191, 59, .35) 0%, transparent 65%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
  animation: neon-breathe 6s ease-in-out infinite;
}

/* — Section-Kicker · LED-Punkt davor (statt einfacher Linie) — */
.section-kicker::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--signal-green);
  box-shadow:
    0 0 6px var(--signal-green),
    0 0 14px rgba(97, 191, 59, .7);
  margin-right: 12px;
  vertical-align: middle;
  animation: neon-dot-blink 3.5s ease-in-out infinite;
}


/* — Why-Item · clean, kein Border/Glow — */
.why-item {
  position: relative;
}

/* — Service-Card · Outer-Glow beim Hover (wie LED hinter der Wand) — */
.service-card {
  transition:
    transform .35s ease,
    border-color .35s ease,
    background .35s ease,
    box-shadow .45s ease;
}
.service-card:hover {
  box-shadow:
    0 18px 40px rgba(0, 0, 0, .25),
    0 0 30px rgba(97, 191, 59, .25),
    0 0 60px rgba(97, 191, 59, .12);
}

/* — Process-List · Nummer leuchtet — */
.process-list span {
  text-shadow:
    0 0 10px rgba(97, 191, 59, .35),
    0 0 24px rgba(97, 191, 59, .2);
}

/* — Footer · oberer LED-Strip (wie Beleuchtung an Decken-Kante) — */
.site-footer {
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(80%, 900px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--signal-green), transparent);
  animation: neon-strip-breathe 7s ease-in-out infinite;
  pointer-events: none;
}

/* — CTA-Panel · subtle pulse glow — */
.cta-panel {
  position: relative;
}
.cta-panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, transparent 30%, rgba(97, 191, 59, .35) 50%, transparent 70%);
  background-size: 300% 300%;
  border-radius: var(--radius);
  opacity: .4;
  z-index: -1;
  animation: neon-cta-shift 8s ease-in-out infinite;
  pointer-events: none;
  filter: blur(2px);
}
@keyframes neon-cta-shift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* — Btn-Primary · subtler Pulse-Ring — */
.btn-primary {
  position: relative;
  overflow: visible;
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  background: var(--signal-green);
  filter: blur(8px);
  opacity: 0;
  z-index: -1;
  transition: opacity .35s ease;
}
.btn-primary:hover::before { opacity: .6; }

/* — Mouse-Spotlight (wird via JS dynamisch eingefügt) — */
.neon-spotlight {
  position: fixed;
  top: 0;
  left: 0;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(97, 191, 59, .12) 0%, rgba(97, 191, 59, .04) 35%, transparent 65%);
  pointer-events: none;
  z-index: 1;
  filter: blur(30px);
  transform: translate(-50%, -50%);
  will-change: transform;
}

/* — Scroll-Edge-Light: kurzer grüner Streifen am oberen Rand jeder dark Sektion — */
.section-dark.is-edge-lit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(60%, 600px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--signal-green), transparent);
  box-shadow: 0 0 16px var(--signal-green), 0 0 32px rgba(97, 191, 59, .5);
  opacity: 0;
  animation: neon-edge-flash 1.4s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}
@keyframes neon-edge-flash {
  0%   { opacity: 0; transform: translateX(-50%) scaleX(.3); }
  30%  { opacity: 1; }
  100% { opacity: 0; transform: translateX(-50%) scaleX(1.2); }
}

/* — Reduce-Motion respektieren — */
@media (prefers-reduced-motion: reduce) {
  .hero h1 mark, h1 mark,
  .hero-media::before,
  .section-kicker::before,
  .site-footer::before,
  .cta-panel::before,
  .section-dark.is-edge-lit::before {
    animation: none !important;
  }
  .neon-spotlight { display: none; }
}

/* — Mobile: viele Effekte aus, weil Performance + kein Hover — */
@media (max-width: 740px) {
  .neon-spotlight { display: none; }
  .hero-media::before { opacity: .5; }
}

  
/* ============================================================
   Wissenshub „Raw & Real" (raw-und-real.html)
   ============================================================ */
.hub-hero {
  text-align: center;
  padding: 96px 0 64px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 50% -10%, rgba(29, 53, 87, .55), transparent 60%),
    radial-gradient(ellipse 50% 60% at 50% 120%, rgba(97, 191, 59, .12), transparent 60%),
    var(--raw-black);
}
.hub-hero .container.narrow { max-width: 760px; }
.hub-hero .eyebrow { justify-content: center; }
.hub-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: .98;
  margin: 0 auto 22px;
  max-width: 14ch;
}
.hub-hero-lead {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 34px;
}
.hub-search {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 560px;
  margin: 0 auto 24px;
  padding: 0 20px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: border-color .2s ease, background .2s ease;
}
.hub-search:focus-within { border-color: var(--signal-green); background: rgba(255, 255, 255, .09); }
.hub-search svg { width: 20px; height: 20px; color: var(--muted); flex-shrink: 0; }
.hub-search input {
  flex: 1;
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: .98rem;
  padding: 15px 0;
  outline: none;
}
.hub-search input::placeholder { color: #8c8c8c; }
.hub-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 680px;
  margin: 0 auto;
}
.hub-chip {
  border: 1px solid var(--line);
  background: transparent;
  color: #d2d2d2;
  font-weight: 700;
  font-size: .86rem;
  padding: 9px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .18s ease;
}
.hub-chip:hover { border-color: var(--signal-green); color: #fff; }
.hub-chip.is-active {
  background: var(--signal-green);
  border-color: var(--signal-green);
  color: #0a0a0a;
}

.hub-feed { padding: 56px 0 80px; }
.hub-count {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 700;
  margin: 0 0 26px;
}
.hub-soon { color: #8c8c8c; font-weight: 500; }
.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.post-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  border-radius: 18px;
  padding: 24px 22px;
  transition: border-color .2s ease, transform .2s ease;
}
.post-card:hover { border-color: rgba(97, 191, 59, .5); transform: translateY(-3px); }
.post-card[hidden] { display: none; }
.post-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.post-badge {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 999px;
  white-space: nowrap;
}
.post-badge--ratgeber { background: var(--signal-green); color: #0a0a0a; }
.post-badge--mythos { background: transparent; color: var(--signal-green); border: 1px solid var(--signal-green); }
.post-badge--tipp { background: rgba(255, 255, 255, .1); color: #e6e6e6; }
.post-meta { color: var(--muted); font-size: .8rem; font-weight: 600; }
.post-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 0;
}
.post-card p {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.6;
  margin: 0;
}
.hub-empty { color: var(--muted); font-size: 1rem; margin: 8px 0 0; }

@media (max-width: 900px) {
  .hub-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .hub-hero { padding: 72px 0 48px; }
  .hub-grid { grid-template-columns: 1fr; }
  .hub-filters { gap: 8px; }
  .hub-chip { font-size: .8rem; padding: 8px 14px; }
}

/* Hub-Komponenten auf hellem Hintergrund (FAQ) */
.section-light .hub-search {
  background: rgba(0, 0, 0, .04);
  border-color: var(--light-line);
}
.section-light .hub-search:focus-within {
  border-color: var(--signal-green);
  background: rgba(0, 0, 0, .07);
}
.section-light .hub-search svg { color: #666; }
.section-light .hub-search input { color: var(--raw-black); }
.section-light .hub-search input::placeholder { color: #999; }
.section-light .hub-chip {
  border-color: var(--light-line);
  color: #555;
}
.section-light .hub-chip:hover {
  border-color: var(--signal-green);
  color: var(--raw-black);
}
.section-light .hub-chip.is-active {
  background: var(--signal-green);
  border-color: var(--signal-green);
  color: #0a0a0a;
}
.section-light .hub-count { color: #777; }
.section-light .hub-empty { color: #777; }

/* ===== „Für wen" · 4 Zielgruppen-Bereiche (ohne Kachel-Outline) ===== */
.zielgruppen-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 36px;
  margin-top: 44px;
}
.zielgruppe { display: block; color: inherit; }
.zielgruppe-icon {
  display: inline-flex;
  width: 46px;
  height: 46px;
  color: var(--signal-green);
  margin-bottom: 18px;
  filter: drop-shadow(0 0 10px rgba(97, 191, 59, .45));
}
.zielgruppe-icon svg { width: 100%; height: 100%; display: block; }
.zielgruppe h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #161616;
  transition: color .18s ease;
}
.zielgruppe p {
  font-size: .92rem;
  line-height: 1.6;
  color: #5b5b5b;
  margin: 0;
}
.zielgruppe:hover h3 { color: var(--signal-green); }

@media (max-width: 900px) {
  .zielgruppen-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 28px; }
}
@media (max-width: 480px) {
  .zielgruppen-grid { grid-template-columns: 1fr; }
}

/* ===== „Für wen" · Bild + Text, gestapelt ===== */
#fuer-wen .zielgruppen-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
#fuer-wen .zielgruppe {
  display: grid;
  grid-template-columns: .32fr .68fr;
  gap: 40px;
  align-items: center;
  text-decoration: none;
  padding: 40px 0;
  border-bottom: 1px solid var(--light-line);
}
#fuer-wen .zielgruppe:first-child { padding-top: 0; }
#fuer-wen .zielgruppe:last-child { border-bottom: none; padding-bottom: 0; }
#fuer-wen .zielgruppe .image-placeholder {
  min-height: 220px;
  border-radius: var(--radius);
  overflow: hidden;
}
#fuer-wen .zielgruppe h3 { font-size: 1.25rem; margin-bottom: 12px; }
#fuer-wen .zielgruppe p { font-size: .95rem; line-height: 1.65; margin-bottom: 16px; }
#fuer-wen .zielgruppe-link {
  font-size: .88rem;
  font-weight: 700;
  color: var(--signal-green);
  letter-spacing: .02em;
  transition: opacity .18s ease;
}
#fuer-wen .zielgruppe:hover .zielgruppe-link { opacity: .8; }

@media (max-width: 680px) {
  #fuer-wen .zielgruppe { grid-template-columns: 1fr; gap: 20px; }
  #fuer-wen .zielgruppe .image-placeholder { min-height: 200px; }
}
