/* ==========================================================================
   GLOBALES DESIGN-SYSTEM - MYBODYCARE (Muster: yards-Profi-Grid)
   ========================================================================== */

/* ==========================================================================
   COOKIE-BANNER
   ========================================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: #ffffff;
  border-top: 4px solid var(--primary);
  padding: 20px 24px;
  z-index: 9998;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
}
.cookie-banner-inner {
  max-width: 800px;
  margin: 0 auto;
}
.cookie-banner-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5a8533;
  margin-bottom: 8px;
}
.cookie-banner p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0 14px;
  color: #444;
}
.cookie-banner a { color: #5a8533; text-decoration: underline; }
.cookie-banner-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.cookie-banner-options label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.88rem;
  color: #333;
  line-height: 1.4;
}
.cookie-banner-options input[type="checkbox"] {
  margin-top: 2px;
  accent-color: #5a8533;
  width: 16px; height: 16px;
  flex-shrink: 0;
}
.cookie-banner-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cookie-banner-btn {
  background: linear-gradient(to bottom, #5a8533 0%, #8dc63f 40%, #8dc63f 60%, #5a8533 100%);
  color: white;
  border: none;
  border-bottom: 3px solid #3a5e1f;
  border-radius: 4px;
  padding: 10px 24px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.2s;
}
.cookie-banner-btn.active {
  opacity: 1;
  pointer-events: auto;
}
.cookie-banner-hint {
  font-size: 0.82rem;
  color: #999;
  font-style: italic;
}


@media (max-width: 700px) {
  .mobile-break::before { content: "\A"; white-space: pre; }
}

@media (min-width: 701px) {
  br.mobile-break { display: none; }
}

html { scroll-behavior: smooth; }

/* ==========================================================================
   BACK-TO-TOP BUTTON
   ========================================================================== */
.back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  background: linear-gradient(to bottom, #5a8533 0%, #8dc63f 40%, #8dc63f 60%, #5a8533 100%);
  border: none;
  border-bottom: 3px solid #3a5e1f;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  color: white;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
  text-decoration: none;
}
.back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
}
.back-to-top:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transform: translateY(-2px);
}

/* Aktiver Menüpunkt — grüner Pfeil davor */
.nav-item > a.nav-active,
.dropdown a.nav-active {
  position: relative;
}
.nav-item > a.nav-active::before,
.dropdown a.nav-active::before {
  content: "›";
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 4px;
  line-height: 1;
}

/* Lokale Schriften – DSGVO-konform, kein Google Fonts */
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/barlow-v13-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/barlow-v13-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/barlow-v13-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/barlow-v13-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/barlow-v13-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 800; font-display: swap; src: url('fonts/barlow-v13-latin-800.woff2') format('woff2'); }
@font-face { font-family: 'Barlow'; font-style: normal; font-weight: 900; font-display: swap; src: url('fonts/barlow-v13-latin-900.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/barlow-condensed-v13-latin-300.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/barlow-condensed-v13-latin-regular.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/barlow-condensed-v13-latin-500.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/barlow-condensed-v13-latin-600.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/barlow-condensed-v13-latin-700.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 800; font-display: swap; src: url('fonts/barlow-condensed-v13-latin-800.woff2') format('woff2'); }
@font-face { font-family: 'Barlow Condensed'; font-style: normal; font-weight: 900; font-display: swap; src: url('fonts/barlow-condensed-v13-latin-900.woff2') format('woff2'); }

:root {
  --primary: #5a8533;        /* Dein edles Praxis-Grün */
  --primary-dark: #3f6022;   /* Dunklerer Ton für Hovers / Buttons */
  --dark-anthrazit: #2b2b2b; /* Angenehmes statt hartem Schwarz */
  --silver-light: #f5f7f5;   /* Das hellgrau des Footers / Off-White */
  --silver-mid: #e2e7e2;     /* Dezente Trennlinien */
  --white: #ffffff;
  --text-muted: #556655;     /* Für Beschreibungen und Meta-Texte */
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Barlow', Arial, sans-serif;
  background: var(--white);
  color: var(--dark-anthrazit);
  overflow-x: hidden;
}

/* NAVIGATION DESKTOP: Im Hellgrau des Footers (--silver-light) */
header {
  background: var(--silver-light);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid var(--silver-mid);
  box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.header-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
}

.brand-logo {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.logo-img {
  max-height: 50px;
  width: auto;
  display: block;
}

nav { display: flex; }
.nav-container { 
  display: flex; 
  flex-direction: row; 
  list-style: none; 
}
.nav-item { position: relative; }

/* Flex-Ausrichtung für die Hauptlinks zur präzisen Pfeil-Positionierung */
.nav-item > a,
.nav-item > span.menu-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 22px 20px;
  color: var(--dark-anthrazit); text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: 0.95rem; letter-spacing: 0.06em; text-transform: uppercase;
  transition: color 0.2s;
}
.nav-item > a:hover { color: var(--primary); }
.nav-item > span.menu-link { cursor: default; }

/* Den kleinen Pfeil nach unten erzeugen (nur bei Einträgen mit Untermenü) */
.nav-item.has-dropdown > a::after,
.nav-item.has-dropdown > span.menu-link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: transform 0.3s ease;
}

/* Auf Desktop-Hover dreht sich der Pfeil elegant um */
@media (min-width: 901px) {
  .nav-item.has-dropdown:hover > a::after,
  .nav-item.has-dropdown:hover > span.menu-link::after {
    transform: rotate(225deg);
    margin-top: 3px;
  }
}

/* DROPDOWN-MENÜ DESKTOP (Mit sanfter Einblend-Animation) */
.dropdown {
  position: absolute; 
  top: 100%; 
  left: 0;
  background: var(--white); 
  border: 1px solid var(--silver-mid);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
  list-style: none; 
  min-width: 260px;
  
  /* Der sanfte Einblend-Effekt */
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  pointer-events: none; /* Verhindert Interaktionen im unsichtbaren Zustand */
}

/* Zustand bei Desktop-Hover: Sichtbar und gleitet an die richtige Position */
@media (min-width: 901px) {
  .nav-item:hover .dropdown { 
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.dropdown a {
  display: block; padding: 12px 20px; color: var(--dark-anthrazit);
  text-decoration: none; font-family: 'Barlow', sans-serif; font-weight: 600;
  font-size: 0.9rem; border-bottom: 1px solid var(--silver-light);
  transition: background 0.2s, color 0.2s;
  text-transform: none; /* Verhindert, dass Unterpunkte großgeschrieben werden */
  letter-spacing: normal;
}
.dropdown a:hover { background: var(--silver-light); color: var(--primary); }


/* HERO-BANNER: DEIN SPEZIFISCHER RADIAL-GRADIENT BLEND-LOOK */
.hero {
  background:
    linear-gradient(to bottom,
      rgba(255,255,255,0.20) 0%,
      rgba(255,255,255,0.20) 100%),
    url('images/hero-background-waves.jpg') center top / cover no-repeat;
  border-bottom: none;
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  padding: 56px 24px 64px;
  text-align: center;
  position: relative; overflow: hidden;
}
.hero-logo-wrap {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  position: relative; z-index: 1;
}
.hero-logo-img {
  max-height: 90px;
  max-width: 480px;
  width: 100%;
  display: block;
  filter: drop-shadow(0 2px 20px rgba(0,0,0,0.12));
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700;
  font-size: clamp(1.6rem, 3.5vw, 2.8rem); letter-spacing: 0.02em;
  text-transform: uppercase; line-height: 1.2; max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
  -webkit-text-stroke: 0.5px #5a8533;
  position: relative; z-index: 1;
}

/* INHALTS-LAYOUT */
.main-container {
  max-width: 1100px; margin: 50px auto; padding: 0 24px;
}

.intro-clean-section {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
.intro-clean-section h2 {
  font-family: 'Barlow Condensed', sans-serif; 
  font-weight: 700;
  font-size: 2.2rem; 
  text-transform: uppercase; 
  color: var(--primary);
  margin-bottom: 24px;
  text-align: center;
}
@media (max-width: 700px) {
  .intro-clean-section h2 { font-size: 1.7rem; letter-spacing: 0; }
}

/* Textbox nutzt nun die volle Breite und passt perfekt zur Jubilee-Box - JETZT MIT DEUTLICHEM 3D-SCHATTEN */
.intro-text-box {
  background: var(--silver-light);
  border: 1px solid var(--silver-mid);
  padding: 35px 30px;
  border-radius: 4px;
  text-align: left;
  /* Verstärkter, tiefer Schatteneffekt */
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.04);
}
.intro-text-box p { 
  font-size: 1.05rem; 
  line-height: 1.6; 
  color: var(--dark-anthrazit);
  margin-bottom: 20px; 
}
.intro-text-box p:last-child {
  margin-bottom: 0;
}

/* Globale Normalisierung: alle Fließtext-Absätze in Boxen */
.jubilee-section p,
.jubilee-section.box-stack p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--dark-anthrazit);
  margin-bottom: 10px;
}
.jubilee-section p:last-child,
.jubilee-section.box-stack p:last-child {
  margin-bottom: 0;
}
.intro-text-box p { 
  font-size: 1.05rem; 
  line-height: 1.6; 
  color: var(--dark-anthrazit);
  margin-bottom: 20px; 
}
.intro-text-box p:last-child {
  margin-bottom: 0;
}

/* Bereichs-Überschrift */
.section-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
/* Hat section-title eine subheading, übernimmt die subheading den Abstand nach unten */
.section-title:has(.subheading) {
  margin-bottom: 0;
}
/* Erste section-title auf der Seite braucht keinen Extra-Abstand oben */
.main-container > .section-title:first-child {
  margin-top: 0;
}
.section-title h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 24px;
}

/* Das 4-Spalten-Leistungsgrid */
.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
@media (max-width: 1000px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } }

/* KATEGORIEBOXEN: Im Hellgrau des Footers (--silver-light) - JETZT MIT SEHBAREM GRUND-SCHATTEN */
.service-card {
  background: var(--silver-light); 
  border: 1px solid var(--silver-mid);
  padding: 24px; text-align: center; display: flex; flex-direction: column;
  border-radius: 4px; 
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, opacity 0.8s ease;
  opacity: 0;
  transform: translateY(20px);
}
.services-grid.revealed .service-card {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s ease, opacity 0.8s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.services-grid.revealed .service-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 16px 36px rgba(90,133,51,0.16), 0 4px 8px rgba(0,0,0,0.03);
  background: var(--white);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.service-card h3 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 1.25rem;
  text-transform: uppercase; color: var(--primary); margin-bottom: 15px; min-height: 2.5em;
  display: flex; align-items: center; justify-content: center;
}
.service-img-wrap {
  width: 100%; aspect-ratio: 4/3; overflow: hidden; background: var(--white);
  margin-bottom: 15px; border-radius: 2px;
}
.service-img-wrap img { 
  width: 100%; height: 100%; object-fit: cover; 
  transition: transform 0.3s ease; 
}
.service-card:hover .service-img-wrap img {
  transform: scale(1.04);
}

.service-desc {
  font-size: 0.95rem; line-height: 1.4; color: var(--dark-anthrazit); 
  margin-bottom: 20px; min-height: 4.2em;
}

.category-btn {
  display: block;
  background: linear-gradient(to bottom, #6a9a3d, #4e7a2a);
  color: var(--white);
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 15px;
  border-radius: 4px;
  margin-top: auto;
  border-bottom: 3px solid #3a5e1f;
  box-shadow: 0 4px 8px rgba(0,0,0,0.18);
  transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
}
.category-btn:hover {
  background: linear-gradient(to bottom, #75aa44, #5a8533);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.22);
}
.category-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
  border-bottom-width: 1px;
}

/* ==========================================================================
   FOOTER – Variante C: heller Hintergrund, grüne Trennlinie, gemeinsamer Rahmen
   ========================================================================== */
.site-footer {
  background: var(--silver-light);
  padding: 48px 24px 28px 24px;
  margin-top: 80px;
  font-family: 'Barlow', Arial, sans-serif;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--silver-mid);
  border-top: 4px solid var(--primary);
  border-radius: 8px;
  background: var(--silver-light);
  overflow: hidden;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px 20px;
  gap: 10px;
  background: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.footer-column:last-child {
  border-right: none;
}

.footer-col-icon {
  color: var(--primary);
  font-size: 32px;
  text-shadow: none;
}

.footer-col-text h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--dark-anthrazit);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  text-shadow: none;
}

.footer-col-text p {
  font-size: 1.0rem;
  line-height: 1.5;
  color: var(--primary);
  margin: 0;
  text-shadow: none;
}

.footer-bottom {
  grid-column: 1 / -1;
  padding: 0 24px 16px;
  text-align: center;
  margin: 0;
}
.footer-bottom::before {
  content: "";
  display: block;
  margin: 0 24px 16px;
  height: 1px;
  background: var(--silver-mid);
}
.footer-bottom p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
  .footer-column:nth-child(2) { border-right: none; }
  .footer-column:nth-child(1),
  .footer-column:nth-child(2) { border-bottom: 1px solid var(--silver-mid); }
}
@media (max-width: 480px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  .footer-column { border-right: none; border-bottom: 1px solid var(--silver-mid); }
  .footer-column:last-child { border-bottom: none; }
}

/* RESPONSIVE HAMBURGER NAVIGATION */
.hamburger-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 15px 20px;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  z-index: 1100;
}
.hamburger-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background-color: var(--dark-anthrazit);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

@media (max-width: 900px) {
  .header-inner {
    justify-content: space-between;
    padding: 0;
  }
  .brand-logo {
    padding: 12px 24px;
  }
  .logo-img {
    max-height: 45px;
  }
  
  .hamburger-toggle {
    display: flex;
  }

  nav {
    display: block;
    position: fixed;
    top: 0; right: -100%;
    width: 280px; height: 100vh;
    background: var(--silver-light);
    box-shadow: -4px 0 15px rgba(0,0,0,0.1);
    padding: 80px 24px 40px 24px;
    transition: right 0.3s ease;
    overflow-y: auto;
    z-index: 1050;
  }

  nav.active {
    right: 0;
  }

  .nav-container {
    flex-direction: column;
    justify-content: flex-start;
  }

  .nav-item {
    width: 100%;
    border-bottom: 1px solid var(--silver-mid);
  }

  /* Mobil-Fallback für Links mit Pfeilen */
  .nav-item > a {
    padding: 16px 0;
    font-size: 1.1rem;
  }

  .dropdown {
    display: block; 
    position: relative;
    top: 0; left: 0;
    box-shadow: none;
    border: none;
    padding-left: 15px;
    background: var(--silver-mid);
    min-width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform: none; /* Deaktiviert die Desktop-Verschiebung im mobilen Akkordeon */
    pointer-events: auto;
    transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease, visibility 0.8s ease;
  }
  
  .nav-item.open .dropdown {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
  
  .dropdown a {
    padding: 10px 15px;
    font-size: 0.95rem;
  }

  .hamburger-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
    background-color: var(--primary);
  }
  .hamburger-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
    background-color: var(--primary);
  }
}

/* ==========================================================================
   JUBILÄUMS-SECTION (Grafik links, Text rechts) - JETZT MIT DEUTLICHEM 3D-SCHATTEN
   ========================================================================== */
.jubilee-section {
  display: flex;
  align-items: center;
  gap: 40px;
  background: var(--silver-light);
  border: 1px solid var(--silver-mid);
  padding: 40px;
  border-radius: 4px;
  margin-top: 40px;
  /* Kräftigerer Schatteneffekt analog zur Intro-Box */
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.jubilee-img-wrap {
  flex: 0 0 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jubilee-img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.jubilee-text {
  flex: 1;
}

.jubilee-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--dark-anthrazit);
  margin-bottom: 16px;
  text-align: left;
}

.jubilee-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .jubilee-section {
    flex-direction: column;
    text-align: left;
    padding: 30px 20px;
    gap: 24px;
  }
  
  .jubilee-img-wrap {
    flex: 0 0 auto;
    width: 180px;
    margin: 0 auto;
  }
}

/* ==========================================================================
   GLOBALE INTERSECTION OBSERVER SCROLL ANIMATIONEN (Feingetunt)
   ========================================================================== */

/* Ausgangszustand: Etwas tiefer versetzt und komplett unsichtbar */
.scroll-reveal {
  opacity: 0;
  transform: translateY(35px);
  /* Dauer auf 1.2s erhöht und eine sanftere Bewegungskurve gewählt */
  transition: opacity 1.2s cubic-bezier(0.215, 0.610, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
  will-change: opacity, transform;
}

/* Zustand nach dem Erreichen des Sichtfelds */
.scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Kaskadierender "Wasserfall-Effekt" */
.services-grid.revealed .service-card:nth-child(1) { transition-delay: 0.15s; }
.services-grid.revealed .service-card:nth-child(2) { transition-delay: 0.35s; }
.services-grid.revealed .service-card:nth-child(3) { transition-delay: 0.55s; }
.services-grid.revealed .service-card:nth-child(4) { transition-delay: 0.75s; }
.services-grid.revealed .service-card:nth-child(1):hover,
.services-grid.revealed .service-card:nth-child(2):hover,
.services-grid.revealed .service-card:nth-child(3):hover,
.services-grid.revealed .service-card:nth-child(4):hover { transition-delay: 0s; }

/* Kaskadierender Einblend-Effekt für Promo-Karten */

/* ==========================================================================
   PROMO-KARTEN (3 nebeneinander mit Bild, Überschrift, Button)
   ========================================================================== */
.promo-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.promo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  background: var(--silver-light);
  border: 1px solid var(--silver-mid);
  padding: 24px;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.promo-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary);
  box-shadow: 0 16px 36px rgba(90,133,51,0.16), 0 4px 8px rgba(0,0,0,0.03);
  background: var(--white);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.promo-card-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0;
}
.promo-card-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.promo-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.promo-card:hover .promo-card-img-wrap img {
  transform: scale(1.04);
}
.promo-card-btn {
  display: inline-block;
  background: linear-gradient(to bottom, #6a9a3d, #4e7a2a);
  color: var(--white);
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.0rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 9px 28px;
  border-radius: 4px;
  border-bottom: 3px solid #3a5e1f;
  box-shadow: 0 4px 8px rgba(0,0,0,0.18);
  transition: background 0.2s, transform 0.15s, box-shadow 0.15s;
}
.promo-card-btn:hover {
  background: linear-gradient(to bottom, #75aa44, #5a8533);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.22);
}
.promo-card-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.18);
  border-bottom-width: 1px;
}
@media (max-width: 700px) {
  .promo-cards {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   CHECK-LISTE (Karten-Variante mit grünem Häkchen)
   ========================================================================== */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--silver-mid);
  border-radius: 4px;
  padding: 10px 16px;
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--dark-anthrazit);
}
.check-list li::before {
  content: "✓";
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 900;
  flex-shrink: 0;
  min-width: 16px;
  text-align: center;
}

/* ==========================================================================
   HINWEIS-TEXT (größer, fett, als Kundenhinweis)
   ========================================================================== */
.hint-text {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--dark-anthrazit);
}

/* Menüpunkt ohne Link (nur Label) */
.menu-text-only {
  cursor: default;
  color: inherit;
}
.menu-text-only:hover {
  color: inherit;
}

/* ==========================================================================
   UNTERÜBERSCHRIFT (h3 unter Hauptüberschrift)
   ========================================================================== */
.subheading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--dark-anthrazit);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 28px;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   SERVICE-LINK-KARTEN (z.B. am Ende der Haarentfernung-Seite)
   ========================================================================== */
.he-service-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.he-service-card {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  background: var(--white);
  border: 2px solid var(--primary);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  position: relative;
}
.he-service-card:hover {
  background: #eef3e8;
  transform: translateY(-3px);
}
.he-service-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.04em;
}
.he-service-sub {
  font-size: 1.05rem;
  color: var(--dark-anthrazit);
  line-height: 1.4;
}
.he-service-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--primary);
  transition: right 0.2s;
}
.he-service-card:hover .he-service-arrow {
  right: 14px;
}

.section-title--spaced {
  margin-top: 60px;
}

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
.lightbox-trigger {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}
.lightbox-trigger:hover {
  transform: scale(1.02);
}
.lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox-overlay.active {
  display: flex;
  opacity: 1;
}
.lightbox-content {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
.lightbox-overlay.active .lightbox-content {
  transform: scale(1);
}
.lightbox-close {
  position: absolute;
  top: 20px; right: 25px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
  user-select: none;
}
.lightbox-close:hover { color: var(--primary); }

/* ==========================================================================
   PREISTABELLE
   ========================================================================== */
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Barlow', Arial, sans-serif;
  font-size: 1.05rem;
  box-shadow: 0 12px 35px rgba(0,0,0,0.09), 0 2px 6px rgba(0,0,0,0.04);
  border-radius: 4px;
  overflow: hidden;
}
.price-table thead tr {
  background: var(--primary);
  color: var(--white);
}
.price-table thead th {
  padding: 14px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
}
.price-table thead th:last-child {
  text-align: right;
}
.price-table tbody tr {
  border-bottom: 1px solid var(--silver-mid);
  background: var(--white);
  transition: background 0.15s;
}
.price-table tbody tr:last-child {
  border-bottom: none;
}
.price-table tbody tr:nth-child(even) {
  background: var(--silver-light);
}
.price-table tbody tr:hover {
  background: #eef3e8;
}
.price-table tbody td {
  padding: 13px 20px;
  color: var(--dark-anthrazit);
}
.price-table tbody td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}

/* ==========================================================================
   BILD + TABELLE NEBENEINANDER (z.B. Preisseiten)
   ========================================================================== */
.price-img-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.price-img-col {
  flex: 0 0 38%;
  max-width: 38%;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.15));
}
.price-table-col {
  flex: 1;
}

/* ==========================================================================
   BILD-SPALTE IN JUBILEE-SECTION (Bild links oder rechts neben Text)
   ========================================================================== */
.img-col {
  flex: 0 0 35%;
  max-width: 35%;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.15));
}
.img-col img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* ==========================================================================
   BOX-COLUMNS: flex-Bereich innerhalb einer Box
   ========================================================================== */
.box-columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box-columns .text-col {
  flex: 1;
  min-width: 260px;
}
.box-columns .img-col {
  flex: 0 0 42%;
  max-width: 42%;
}
.box-divider {
  border: none;
  border-top: 1px solid var(--silver-mid);
  margin: 0;
}

/* ==========================================================================
   PFEIL-LISTE (allgemein verwendbar)
   ========================================================================== */
.arrow-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}
.arrow-list li {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--dark-anthrazit);
  padding: 3px 0 3px 24px;
  position: relative;
}
.arrow-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 600;
}

/* ==========================================================================
   INFO-BOX (mit grünem linken Rand)
   ========================================================================== */
.info-box {
  background: var(--silver-light);
  border: 1px solid var(--silver-mid);
  border-left: 4px solid var(--primary);
  border-radius: 4px;
  padding: 24px 28px;
  margin: 0 auto 60px auto;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}
.info-box h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

/* ==========================================================================
   VORAUSSETZUNGS- / ARGUMENT-KARTEN (3 Spalten)
   ========================================================================== */
.prereq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 700px) {
  .prereq-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   HINT-BOX (gelber Hinweis)
   ========================================================================== */
.hint-box {
  background: #fff8e1;
  border: 1px solid #f0c040;
  border-left: 4px solid #e0a800;
  border-radius: 4px;
  padding: 18px 22px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--dark-anthrazit);
}
.hint-box p { margin-bottom: 0; }

/* ==========================================================================
   WARN-BOX ROT (NiSV & Erst-Waxer Hinweise)
   ========================================================================== */
.nisv-warn {
  background: #fff5f5;
  border: 1px solid #e8c0c0;
  border-left: 4px solid #c0392b;
  border-radius: 4px;
  padding: 20px 24px;
}
.nisv-warn p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--dark-anthrazit);
  margin-bottom: 10px;
}
.nisv-warn p:last-child { margin-bottom: 0; }

/* ==========================================================================
   WARN-BOX (mit rotem linken Rand) & Danger-Text
   ========================================================================== */
.warn-box {
  border-left: 4px solid #c0392b;
}
.text-danger {
  color: #c0392b;
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ==========================================================================
   JUBILEE-SECTION: gestapelte Variante (flex-direction: column)
   ========================================================================== */
.jubilee-section.box-stack {
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

/* ==========================================================================
   CTA-BEREICH
   ========================================================================== */
.cta-section {
  text-align: center;
  background: var(--primary);
  border-radius: 4px;
  padding: 48px 32px;
  margin: 0 auto;
  max-width: 1100px;
  box-shadow: 0 12px 35px rgba(90,133,51,0.2);
}
.cta-section h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}
.cta-section p {
  color: rgba(255,255,255,0.9);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-btn-light {
  display: inline-block;
  background: var(--white);
  color: var(--primary);
  text-decoration: none;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 14px 36px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.cta-btn-light:hover {
  background: var(--silver-light);
  transform: translateY(-2px);
}

/* ==========================================================================
   INLINE-LINKS (z.B. in Fließtext)
   ========================================================================== */
.text-link {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   SIGNATUR (Abschlusstext mit Name)
   ========================================================================== */
.signature {
  margin-top: 35px;
  font-weight: 600;
  color: var(--primary);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* ==========================================================================
   AKTIVER NAV-LINK (aktuell angezeigte Seite)
   ========================================================================== */
.nav-active {
  color: var(--primary) !important;
}

/* ==========================================================================
   RESPONSIVE: MOBILE BILD-SPALTEN auf volle Breite
   ========================================================================== */
@media (max-width: 700px) {
  .img-col,
  .price-img-col,
  .box-columns .img-col,
  .faq-img-wrap {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    justify-content: center;
  }
  .faq-img-wrap img {
    margin: 0 auto;
    max-height: 160px;
  }
  .price-img-row,
  .box-columns {
    flex-direction: column;
  }
  .price-table-col {
    width: 100%;
  }
}