/* ============================================
   PRAXIS KÖRPERBALANCE – STYLE.CSS
   Design System: Fraunces + Jost, #0F256C + #4F8339
   ============================================ */

/* --- Fonts (all local) --- */

/* Quicksand */
@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand-latin-ext.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/quicksand-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Jost */
@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-latin-ext.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Jost';
  src: url('../fonts/jost-latin.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Nephilm */
@font-face {
  font-family: 'Nephilm';
  src: url('../fonts/Nephilm.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nephilm';
  src: url('../fonts/Nephilm Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Nunito (local, nur Light Italic für "Plus") */
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito-light-italic-ext.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Nunito';
  src: url('../fonts/nunito-light-italic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --- Custom Properties --- */
:root {
  /* Colors */
  --color-primary: #0F256C;
  --color-primary-rgb: 15, 37, 108;
  --color-primary-light: #1a3a8f;
  --color-primary-dark: #0a1a4d;
  --color-accent: #4F8339;
  --color-accent-rgb: 79, 131, 57;
  --color-accent-light: #5d9a44;
  --color-bg: #F9FAFC;
  --color-bg-warm: #F5F3EE;
  --color-white: #FFFFFF;
  --color-text: #1a1a2e;
  --color-text-secondary: #4a4a6a;
  --color-text-light: #6b6b8a;
  --color-border: #d8dce8;

  /* Typography */
  --font-heading: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Spacing (8px base) */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 80px;
  --space-5xl: 100px;

  /* Section spacing */
  --section-padding: var(--space-4xl);

  /* Layout */
  --container-max: 1200px;
  --container-padding: var(--space-lg);

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 100px;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 12px 40px rgba(0, 0, 0, 0.12);

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.4s ease;

  /* Z-index */
  --z-header: 1000;
  --z-overlay: 900;
  --z-dropdown: 800;
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  overflow-x: hidden; /* Fallback für ältere Browser ohne clip-Support */
  overflow-x: clip;
  scroll-behavior: auto;
  scroll-padding-top: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: var(--color-primary-dark);
}

body {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 450;
  letter-spacing: -0.015em;
  line-height: 1.65;
  color: var(--color-text);
  background-color: var(--color-white);
  overflow-x: hidden; /* Fallback für ältere Browser ohne clip-Support */
  overflow-x: clip;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-primary-light);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-radius: 3px;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: var(--color-primary);
}

/* --- Text Accents --- */
.text-accent-blue {
  color: var(--color-primary);
  font-weight: 600;
}

.text-accent-green {
  color: var(--color-accent);
  font-weight: 600;
}

/* --- Gesundheit Plus --- */
.g-plus {
  font-family: 'Nunito', sans-serif;
  font-style: italic;
  color: var(--color-accent);
  font-weight: 300;
}

/* --- Container --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all var(--transition-base);
  white-space: nowrap;
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  box-shadow: 0 4px 16px rgba(var(--color-primary-rgb), 0.25), 0 0 40px rgba(var(--color-primary-rgb), 0.1);
}

.btn-primary:hover {
  background-color: var(--color-primary-light);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(var(--color-primary-rgb), 0.35), 0 0 50px rgba(var(--color-primary-rgb), 0.15);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-lg {
  padding: 18px 36px;
  font-size: 17px;
}

/* --- Section Headlines --- */
.section-headline {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  margin-bottom: var(--space-2xl);
  letter-spacing: -0.02em;
}

.section-headline--centered {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}


/* ============================================
   SEKTION 1: Navigation
   ============================================ */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header);
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.site-header.menu-open {
  position: fixed;
  background: var(--color-white);
}

.site-header.scrolled {
  border-bottom-color: transparent;
  box-shadow: none;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84px;
}

.nav-logo {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.nav-logo-img {
  height: 60px;
  width: auto;
}

.nav-main {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--space-xl);
}

.nav-links a {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-text);
  position: relative;
  padding: 4px 0;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width var(--transition-base);
}

.nav-links a:hover::after {
  width: 100%;
}

/* Dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  position: relative;
}

.nav-dropdown-trigger::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-primary);
  transition: width var(--transition-base);
}

.nav-dropdown-trigger:hover::after {
  width: 100%;
}

.nav-dropdown-chevron {
  transition: transform var(--transition-base);
  flex-shrink: 0;
}

.nav-dropdown-trigger[aria-expanded="true"] .nav-dropdown-chevron {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: -12px;
  min-width: 220px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  padding-top: 0;
  z-index: var(--z-dropdown);
}

.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}

.nav-dropdown-menu.is-open {
  display: block;
}

.nav-dropdown-menu li {
  padding: 0;
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
  white-space: nowrap;
}

.nav-dropdown-menu a::after {
  display: none;
}

.nav-dropdown-menu a:hover {
  background: var(--color-bg);
  color: var(--color-primary);
}

/* Mobile dropdown */
.nav-main.is-open .nav-dropdown-menu {
  position: static;
  border: none;
  box-shadow: none;
  padding: 0 0 0 var(--space-md);
  min-width: 0;
  background: transparent;
}

.nav-main.is-open .nav-dropdown-menu a {
  padding: var(--space-sm) 0;
  font-size: 16px;
  border-bottom: none;
}

.nav-main.is-open .nav-dropdown-trigger {
  display: flex;
  width: 100%;
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 17px;
}

.nav-cta {
  display: none;
  padding: 13px 24px;
  font-size: 15px;
}

.nav-cta-mobile {
  display: none;
}

/* Mobile toggle */
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  position: relative;
  z-index: 2;
  border: none;
  cursor: pointer;
}

.nav-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transition: all var(--transition-base);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu */
.nav-main.is-open {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: var(--color-white);
  border-bottom: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
  padding: 84px var(--space-lg) var(--space-xl);
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  z-index: 1;
}

.nav-main.is-open .nav-cta-mobile {
  display: flex;
  margin-top: var(--space-lg);
  justify-content: center;
  padding: 16px;
  font-size: 16px;
}

.nav-main.is-open .nav-links {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.nav-main.is-open .nav-links a {
  display: block;
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 17px;
}

.nav-main.is-open .nav-links a::after {
  display: none;
}


/* ============================================
   SEKTION 2: Hero
   ============================================ */
.hero-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hero {
  position: relative;
  min-height: auto;
  background: var(--color-white);
  overflow: hidden;
  order: 2;
}

.hero-portrait {
  order: 1;
}

.marquee-divider {
  order: 3;
}

/* Subtle green glow on the left side */
.hero::before {
  content: '';
  position: absolute;
  top: 20%;
  left: -5%;
  width: 40%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(79, 131, 57, 0.08) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
}

/* Hero BG image — hidden on mobile, shown on desktop */
.hero-image-bg {
  display: none;
}

/* Kerstin portrait — top center on mobile, praxis BG behind */
.hero-portrait {
  display: block;
  position: relative;
  z-index: 2;
  height: 240px;
  width: 180px;
  margin: 70px 0 -45px 40%;
  object-fit: contain;
  object-position: bottom center;
  pointer-events: none;
}

/* Wrapper for the Kerstin visual block with stones BG (mobile) */
.hero-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background:
    linear-gradient(to bottom, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.72) 13%, rgba(255,255,255,0.32) 28%, transparent 42%),
    url('../images/hero-steine-meer-flip.webp') 30% 60% / 122% no-repeat;
  opacity: 0.95;
  z-index: 0;
  pointer-events: none;
}

/* White gradient fade OVER Kerstin's lower body — opaque white overlay */
.hero-wrapper::after {
  content: '';
  position: absolute;
  top: 220px;
  left: 0;
  width: 100%;
  height: 130px;
  background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.82) 22%, white 36%);
  z-index: 3;
  pointer-events: none;
}

/* Trust badge — mobile */
.hero-trust-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: 240px;
  right: var(--space-lg);
  z-index: 4;
  padding: 8px 12px 8px 10px;
  background: rgba(255, 255, 255, 0.95);
  border-left: 2px solid var(--color-accent);
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.hero-trust-badge-icon svg {
  width: 18px;
  height: 18px;
}

.hero-trust-badge-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hero-trust-badge-name {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  color: var(--color-primary);
  line-height: 1.2;
}

.hero-trust-badge-role {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 400;
  color: var(--color-text-secondary);
}

/* Slide animations — initial state (nur wenn Animations-JS aktiv ist) */
html.anim .gs-slide-left,
html.anim .gs-slide-right {
  opacity: 0;
}

/* Text content sits on the left — above white gradient overlay */
.hero .container {
  position: relative;
  z-index: 5;
}

.hero-content {
  padding: var(--space-lg) 0 var(--space-3xl);
}

.hero-content .btn-lg {
  display: block;
  text-align: center;
  white-space: nowrap;
  padding: 16px 20px;
  font-size: 15px;
}

/* Mobile: Button-Text darf bei Platzmangel umbrechen, statt die Spalte
   über den Viewport zu drücken (auf 360px+ passt alles einzeilig,
   greift also nur auf sehr schmalen Geräten; Desktop unverändert) */
@media (max-width: 767px) {
  .btn,
  .hero-content .btn-lg {
    white-space: normal;
  }
}

.hero-tagline {
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-primary);
  margin-bottom: var(--space-md);
}

.hero-tagline .g-plus {
  font-weight: 400;
}

.btn .g-plus {
  margin-left: -3px;
}

.hero-headline {
  font-size: clamp(26px, 4.2vw, 46px);
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-lg);
  color: var(--color-primary);
}

.hero-headline-accent {
  color: var(--color-accent);
  font-style: normal;
  font-weight: 500;
  display: inline-block;
}

.hero-headline .cta-underline-wave::after {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.hero-headline .cta-underline-wave.underline-visible::after {
  opacity: 1;
}

.hero-content {
  opacity: 0;
}

.hero-headline-accent .balance-letter {
  display: inline-block;
  opacity: 0;
}

.hero-subline {
  font-size: clamp(17px, 2vw, 21px);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-xl);
  max-width: 560px;
  line-height: 1.6;
}

/* Benefit List */
.benefit-list {
  margin-bottom: var(--space-xl);
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--color-text);
}

.benefit-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--color-accent);
  margin-top: 2px;
}

/* Google Rating */
.google-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: var(--space-xl);
  padding-top: var(--space-lg);
  border-image: linear-gradient(to right, var(--color-border) 0%, transparent 60%) 1;
  border-top: 1px solid;
}

.google-logo {
  flex-shrink: 0;
}

.rating-stars {
  display: flex;
  gap: 2px;
}

.star-icon {
  width: 20px;
  height: 20px;
}

.rating-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text);
}

.rating-count {
  font-size: 13px;
  color: var(--color-text-light);
  display: none;
}

@media (min-width: 768px) {
  .rating-count {
    display: inline;
  }
}

/* Hero Image Caption (on the image) */
.hero-image-caption {
  position: absolute;
  bottom: var(--space-xl);
  right: var(--space-xl);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.85);
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  backdrop-filter: blur(4px);
}


/* ============================================
   SEKTION 3: Schmerzpunkt-Kacheln
   ============================================ */
.painpoints-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg);
}

.painpoints-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/hero-bg.webp') 95% center / cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 30%, black 70%);
  mask-image: linear-gradient(to right, transparent 30%, black 70%);
}

.painpoints-wrapper > * {
  position: relative;
  z-index: 1;
}

.painpoints {
  padding: var(--section-padding) 0;
  background-color: transparent;
}

.painpoints-wrapper .wave-bg-to-white {
  background: transparent;
}

.painpoints-wrapper .wave-bg-to-white svg {
  fill: var(--color-white);
}

.painpoints-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

.painpoint-card {
  background: var(--color-white);
  padding: var(--space-xl) var(--space-2xl) var(--space-2xl);
  text-align: center;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  border-radius: 54% 46% 48% 52% / 46% 52% 42% 58%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.painpoint-card:nth-child(2) {
  border-radius: 46% 54% 50% 50% / 52% 44% 56% 48%;
}

.painpoint-card:nth-child(3) {
  border-radius: 50% 50% 44% 56% / 48% 54% 50% 52%;
}

.painpoint-card:nth-child(4) {
  border-radius: 48% 52% 54% 46% / 50% 46% 52% 50%;
}

.painpoint-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.painpoint-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto var(--space-md);
}

.painpoint-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.painpoint-icon svg {
  width: 100%;
  height: 100%;
}

.painpoint-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--space-sm);
  color: var(--color-primary);
}

.painpoint-text {
  font-size: 17px;
  color: var(--color-text-secondary);
  line-height: 1.6;
  text-wrap: pretty;
}

.painpoints-cta-text {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 600;
  text-align: center;
  color: var(--color-primary);
  letter-spacing: -0.01em;
  margin-top: var(--space-xl);
}

.painpoints-cta-text .cta-underline-wave::after {
  bottom: 0px;
}

.painpoints-cta-subtext {
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 450;
  text-align: center;
  color: var(--color-primary);
  margin-top: var(--space-md);
  letter-spacing: 0.01em;
}

.painpoints-cta-subtext .accent-word {
  color: var(--color-accent);
  font-weight: 700;
}

.pricing-item-price .cta-underline-wave::after {
  bottom: -2px;
}

.cta-underline-wave {
  position: relative;
  display: inline-block;
}

.cta-underline-wave::after {
  content: '';
  position: absolute;
  left: -2%;
  bottom: -6px;
  width: 104%;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 12' preserveAspectRatio='none'%3E%3Cpath d='M2 7 Q40 3 75 6 Q120 10 150 5 Q190 2 225 6 Q260 10 298 5' fill='none' stroke='%234F8339' stroke-width='5' stroke-linecap='round' opacity='0.2'/%3E%3C/svg%3E") no-repeat;
  background-size: 100% 12px;
}


/* ============================================
   SEKTION 4: Einleitungsblock Schmerztherapie
   ============================================ */
.intro-therapy-wrapper {
  position: relative;
}

.intro-therapy {
  padding: var(--section-padding) 0;
  background: var(--color-white);
}

.intro-therapy .section-headline {
  text-align: left;
  margin-bottom: var(--space-lg);
}

.intro-therapy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.intro-therapy-usps {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md) var(--space-xl);
  margin-top: var(--space-lg);
  list-style: none;
}

.intro-therapy-usps li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

.usp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: rgba(79, 131, 57, 0.1);
  border-radius: 50% 45% 55% 48% / 48% 52% 45% 55%;
}

.usp-icon svg {
  width: 13px;
  height: 13px;
}

.intro-therapy-image {
  position: relative;
  aspect-ratio: 6 / 7; /* Hochformat-Bild (Praxis-Trainingsraum) */
}

.intro-therapy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 55% 45% 50% 42% / 45% 52% 40% 58%;
}

/* Decorative blobs near the image */
.deco-blob {
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

/* Top-right blob: filled + offset outline */
.deco-blob--top {
  width: 120px;
  height: 110px;
  top: -25px;
  right: -30px;
  background: rgba(79, 131, 57, 0.06);
  border-radius: 62% 38% 46% 54% / 42% 56% 34% 66%;
}

.deco-blob--top::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 10px;
  width: 130px;
  height: 115px;
  border: 1.2px solid rgba(79, 131, 57, 0.15);
  border-radius: 58% 42% 50% 48% / 46% 52% 38% 62%;
  pointer-events: none;
}

/* Bottom-left blob: filled + offset outline */
.deco-blob--bottom {
  width: 90px;
  height: 80px;
  bottom: -20px;
  left: -25px;
  background: rgba(15, 37, 108, 0.05);
  border-radius: 38% 62% 52% 48% / 58% 36% 64% 42%;
}

.deco-blob--bottom::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -8px;
  width: 100px;
  height: 85px;
  border: 1.2px solid rgba(15, 37, 108, 0.1);
  border-radius: 42% 58% 48% 52% / 52% 40% 60% 44%;
  pointer-events: none;
}

/* Mobile: Deko-Blobs im Viewport halten — verhindert horizontalen Overflow
   auf schmalen/alten Geräten (Desktop unverändert) */
@media (max-width: 767px) {
  .deco-blob--top { right: 0; }
  .deco-blob--top::after { left: auto; right: 0; }
  .deco-blob--bottom { left: 0; }
  .deco-blob--bottom::after { right: 0; }
}

/* Lange unbrechbare Wörter (z. B. E-Mail-Adressen) dürfen Spalten nie
   breiter als den Viewport drücken — bricht nur, wenn nötig */
.footer-contact a,
.footer-contact span {
  overflow-wrap: anywhere;
}

.intro-therapy-text {
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: var(--space-xl);
}


/* ============================================
   SEKTION 5: Meine Angebote – Leistungskarten
   ============================================ */
.services-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg);
}

.services-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/hero-praxis-bg.webp') center center / cover no-repeat;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.services-wrapper > * {
  position: relative;
  z-index: 1;
}

.services-wrapper .wave-white-to-bg {
  background: var(--color-white);
}

.services-wrapper .wave-white-to-bg svg {
  fill: transparent;
}

.services-wrapper .wave-bg-to-white svg {
  fill: var(--color-white);
}

.services-wrapper .wave-bg-to-white {
  background: transparent;
}

.services {
  padding: var(--section-padding) 0;
  background-color: transparent;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
}

.service-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition-base);
}

.service-card:hover {
  box-shadow: var(--shadow-md);
}

.service-card-image {
  position: relative;
  overflow: hidden;
}

.service-card-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.image-placeholder--card svg {
  width: 100%;
  height: auto;
}

.service-badge {
  position: absolute;
  top: var(--space-md);
  left: var(--space-md);
  padding: 6px 14px;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: var(--radius-pill);
  z-index: 1;
}

.service-card-body {
  padding: var(--space-xl);
}

.service-card-title {
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 500;
  margin-bottom: var(--space-md);
  color: var(--color-primary);
}

.service-card-desc {
  font-size: 17px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-lg);
}

/* Service Tags */
.service-tags {
  display: flex;
  gap: var(--space-md);
  flex-wrap: wrap;
  margin-bottom: var(--space-lg);
}

.service-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--color-text-light);
}

.service-tag svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.service-tag-label {
  font-weight: 600;
  color: var(--color-primary);
  margin-right: 2px;
}

.service-tag-note {
  color: var(--color-text-light);
  opacity: 0.75;
}

.service-divider {
  height: 1px;
  background: var(--color-border);
  margin-bottom: var(--space-md);
}

/* Accordion */
.accordion-item {
  border-bottom: 1px solid var(--color-border);
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: var(--space-md) 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-primary);
  text-align: left;
  transition: color var(--transition-fast);
}

.accordion-trigger:hover {
  color: var(--color-primary-light);
}

.accordion-chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform var(--transition-base);
  color: var(--color-text-light);
}

.accordion-trigger[aria-expanded="true"] .accordion-chevron {
  transform: rotate(180deg);
  color: var(--color-primary);
}

.accordion-trigger[aria-expanded="true"] {
  color: var(--color-primary);
}

.accordion-item.is-open .accordion-trigger {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: var(--space-md);
}

.accordion-content {
  display: none;
  padding: var(--space-md) 0 var(--space-sm);
}

.accordion-content.is-open {
  display: block;
}

.accordion-content p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-sm);
}

.accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-content ul,
.accordion-content ol {
  padding-left: var(--space-lg);
  margin-bottom: var(--space-md);
}

.accordion-content ul {
  list-style: disc;
}

.accordion-content ol {
  list-style: decimal;
}

.accordion-content li {
  font-size: 17px;
  line-height: 1.6;
  color: var(--color-text-secondary);
  margin-bottom: 6px;
}

/* "Alle ansehen" link under accordions */
.service-more-link {
  display: inline-block;
  margin-top: var(--space-md);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-accent);
  transition: color var(--transition-fast), transform var(--transition-fast);
  animation: subtleNudge 4s ease-in-out infinite;
}

.service-more-link:hover {
  color: var(--color-accent-light);
  transform: translateX(4px);
}

@keyframes subtleNudge {
  0%, 85%, 100% { transform: translateX(0); }
  90% { transform: translateX(5px); }
  95% { transform: translateX(0); }
}


/* ============================================
   SEKTION 6: Über mich
   ============================================ */
.about {
  padding: var(--section-padding) 0;
  background: var(--color-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2xl);
  align-items: start;
}

.about-blob-clip {
  position: absolute;
}

.about-image {
  position: relative;
}

.about-portrait {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  clip-path: url(#blob-clip);
  object-fit: cover;
}

.about-headline {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 600;
  margin-bottom: var(--space-lg);
  color: var(--color-primary);
}

.about-text p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.about-text p:last-child {
  margin-bottom: var(--space-xl);
}


/* ============================================
   SEKTION 7: Kosten
   ============================================ */
.pricing-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg);
}

.pricing-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/balance.webp') center center / cover no-repeat;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}

.pricing-wrapper > * {
  position: relative;
  z-index: 1;
}

.pricing-wrapper .wave-white-to-bg {
  background: transparent;
}

.pricing-wrapper .wave-white-to-bg svg {
  fill: var(--color-white);
}

.pricing-wrapper .wave-bg-to-white {
  background: transparent;
}

.pricing {
  padding: var(--section-padding) 0;
  background-color: transparent;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
}

.pricing-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  padding: var(--space-xl) var(--space-xl) var(--space-lg);
  box-shadow: var(--shadow-sm);
}

.pricing-card-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: var(--space-lg);
  color: var(--color-primary);
  padding-bottom: var(--space-md);
  border-bottom: none;
  background-image: linear-gradient(to right, transparent, var(--color-accent) 15%, var(--color-accent) 85%, transparent);
  background-size: 100% 1px;
  background-position: bottom;
  background-repeat: no-repeat;
}

.pricing-items {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.pricing-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--space-md);
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--color-border);
}

.pricing-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pricing-item-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pricing-item-name {
  font-weight: 600;
  font-size: 16px;
  color: var(--color-text);
}

.pricing-item-detail {
  font-size: 15px;
  color: var(--color-text-light);
}

.pricing-item-price {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: 22px;
  color: var(--color-primary);
  white-space: nowrap;
}

/* Pricing Info */
.pricing-info {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.pricing-info > p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.pricing-extras {
  margin: var(--space-xl) 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.pricing-extras p {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  color: var(--color-text-secondary);
  text-align: left;
  justify-content: center;
}

.pricing-extras svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--color-accent);
}

/* Zentrierter Termin-Block: ein Info-Icon, zwei mittig gesetzte Sätze */
.pricing-termine {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  max-width: 640px;
  margin: var(--space-xl) auto var(--space-lg);
  padding: var(--space-lg) var(--space-xl);
  background: rgba(79, 131, 57, 0.05);
  border-radius: var(--radius-lg);
}

.pricing-termine-icon {
  width: 28px;
  height: 28px;
  color: var(--color-accent);
  margin-bottom: 4px;
}

.pricing-termine p {
  font-size: 16px;
  line-height: 1.55;
  color: var(--color-text-secondary);
  text-align: center;
  margin: 0;
  max-width: 52ch;
}


/* ============================================
   PRAXIS-EINBLICK MARQUEE (Slideshow)
   ============================================ */
.praxis-marquee-section {
  margin: var(--space-3xl) 0 var(--space-3xl);
}

.praxis-marquee-headline {
  text-align: center;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-xl);
  letter-spacing: -0.01em;
}

.praxis-marquee {
  position: relative;
  overflow: hidden;
  padding: 4px 0;
  /* Fade-out an den Rändern */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 7%, black 93%, transparent 100%);
}

.praxis-marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: praxisMarquee 40s linear infinite;
  will-change: transform;
}

.praxis-marquee:hover .praxis-marquee-track {
  animation-play-state: paused;
}

.praxis-marquee-slide {
  flex-shrink: 0;
  width: 240px;
  aspect-ratio: 3 / 4;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(15, 37, 108, 0.12);
  background: var(--color-bg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.praxis-marquee-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(15, 37, 108, 0.18);
}

.praxis-marquee-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Loop-Animation: track verschiebt sich um die Hälfte (Duplikat-Punkt) */
@keyframes praxisMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 10px)); }
}

/* Reduce-motion */
@media (prefers-reduced-motion: reduce) {
  .praxis-marquee-track {
    animation: none;
  }
  .praxis-marquee {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Desktop: etwas größere Cards */
@media (min-width: 768px) {
  .praxis-marquee-slide {
    width: 280px;
  }
}

@media (min-width: 1024px) {
  .praxis-marquee-slide {
    width: 320px;
  }
}


/* ============================================
   SEKTION 8: Testimonials
   ============================================ */
.testimonials {
  padding: var(--section-padding) 0;
  background: var(--color-white);
}

.testimonials-track {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

.testimonial-card {
  background: var(--color-bg);
  border-radius: var(--radius-md);
  padding: var(--space-xl);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: var(--space-md);
}

.testimonial-stars svg {
  width: 18px;
  height: 18px;
}

.testimonial-text {
  font-size: 16px;
  font-style: italic;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: var(--space-lg);
  flex: 1;
}

.testimonial-footer {
  margin-top: auto;
}

.testimonial-author {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.testimonial-check {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.testimonial-verified-label {
  display: block;
  font-size: 11px;
  color: var(--color-text-light);
  margin-top: 2px;
}

.testimonials-google {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  font-size: 15px;
  color: var(--color-text-secondary);
}

.testimonials-google strong {
  color: var(--color-text);
}


/* ============================================
   SEKTION 9: Final CTA
   ============================================ */
.final-cta-wrapper {
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg);
}

.final-cta-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/hero-praxis-bg.webp') center / cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%);
  mask-image: linear-gradient(to right, transparent 0%, black 30%);
}

.final-cta-wrapper > * {
  position: relative;
  z-index: 1;
}

.final-cta-wrapper .wave-white-to-bg {
  background: transparent;
}

.final-cta-wrapper .wave-white-to-bg svg {
  fill: var(--color-white);
}

.final-cta-wrapper .wave-bg-to-dark {
  background: transparent;
  margin-bottom: -1px;
}

.final-cta {
  padding: var(--section-padding) 0;
  background-color: transparent;
}

.final-cta-balance {
  color: var(--color-accent);
  font-style: normal;
  font-weight: 500;
}

.final-cta-whatsapp {
  margin-top: var(--space-md);
  font-size: 15px;
  color: var(--color-text-light);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.whatsapp-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--color-accent);
}

.final-cta-whatsapp a {
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: none;
}

.final-cta-whatsapp a:hover {
  text-decoration: underline;
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.final-cta-headline {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  margin-bottom: var(--space-lg);
  color: var(--color-primary);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.final-cta-text {
  font-size: clamp(17px, 2vw, 19px);
  color: var(--color-text-secondary);
  margin-bottom: var(--space-xl);
  line-height: 1.65;
  max-width: 500px;
}

.final-cta-content {
  max-width: 100%;
  overflow: hidden;
}

.final-cta-content .btn {
  width: 100%;
  padding: 16px 20px;
  font-size: 15px;
  text-align: center;
}

.final-cta-kerstin {
  display: none;
}


/* ============================================
   SEKTION 10: Footer
   ============================================ */
.site-footer {
  background: var(--color-primary-dark);
  color: rgba(255, 255, 255, 0.75);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-2xl);
}

.footer-logo {
  height: 64px;
  width: auto;
  margin-bottom: var(--space-md);
  filter: brightness(0) invert(1);
}

.footer-claim {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

/* Desktop: Claim einzeilig; auf Mobile darf er umbrechen,
   sonst drückt er die Footer-Spalte über den Viewport */
@media (min-width: 768px) {
  .footer-claim {
    white-space: nowrap;
  }
}

.footer-col-title {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-white);
  margin-bottom: var(--space-md);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.footer-links a,
.footer-links span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  transition: color var(--transition-fast);
}

.footer-links a:hover {
  color: var(--color-white);
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: var(--space-lg) 0;
}

.footer-bottom p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}


/* ============================================
   RESPONSIVE – Tablet (768px+)
   ============================================ */
@media (min-width: 768px) {
  :root {
    --section-padding: var(--space-5xl);
  }

  .cta-underline-wave::after {
    bottom: -2px;
  }

  .painpoints-cta-text .cta-underline-wave::after {
    bottom: 4px;
  }

  /* Waves — full height on desktop */
  .wave-divider,
  .wave-divider svg {
    height: 80px;
  }

  /* Nav */
  .nav-toggle {
    display: none;
  }

  .nav-container {
    height: 88px;
  }

  .nav-logo-img {
    height: 76px;
  }

  .nav-main {
    display: block;
  }

  .nav-cta {
    display: inline-flex;
  }

  /* Dropdown: open on hover on desktop */
  .nav-dropdown:hover .nav-dropdown-menu {
    display: block;
  }

  .nav-dropdown:hover .nav-dropdown-chevron {
    transform: rotate(180deg);
  }

  /* Header — sticky on desktop */
  .site-header {
    position: sticky;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .site-header.scrolled {
    border-bottom-color: var(--color-border);
    box-shadow: var(--shadow-sm);
  }

  /* Hero — full viewport height */
  .hero-wrapper {
    display: block;
  }

  .hero-wrapper::before,
  .hero-wrapper::after {
    display: none;
  }

  .hero {
    min-height: calc(100vh - 88px);
    display: flex;
    align-items: center;
    order: unset;
  }

  .hero-image-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.82;
    background-image:
      linear-gradient(rgba(15, 37, 108, 0.12), rgba(15, 37, 108, 0.12)),
      url('../images/hero-stones-bg.webp');
    background-size: cover, 115% auto;
    background-position: center, 0% 15%;
    background-repeat: no-repeat, no-repeat;
  }

  /* Inline <img> wird vom Background-Image abgelöst — nur noch für SEO/Preload da */
  .hero-image-bg img {
    display: none;
  }

  /* Gradient: starkes Weiß links für Text-Kontrast, sanfter Fade zur Mitte
     hin, rechts transparent (Kerstin-Bereich) */
  .hero-image-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
      rgba(255,255,255,0.95) 0%,
      rgba(255,255,255,0.98) 6%,
      rgba(255,255,255,0.95) 30%,
      rgba(255,255,255,0.72) 42%,
      rgba(255,255,255,0.35) 58%,
      rgba(255,255,255,0.10) 78%,
      transparent 92%);
    z-index: 2;
  }

  .hero-content {
    max-width: 60%;
    padding: var(--space-4xl) 0;
  }

  .hero-content .btn-lg {
    display: inline-block;
    white-space: nowrap;
    padding: 18px 36px;
    font-size: 17px;
  }

  .hero-tagline {
    font-size: 14px;
  }

  /* Remove mobile gradient overlay on desktop */
  .hero::after {
    display: none;
  }

  /* Kerstin portrait overlay — sits on top edge of marquee */
  .hero-portrait {
    display: block;
    position: absolute;
    bottom: 42px;
    right: 11%;
    left: auto;
    transform: none;
    height: 90%;
    width: auto;
    margin: 0;
    z-index: 3;
    object-fit: contain;
    object-position: bottom;
    pointer-events: none;
    filter: none;
    opacity: 1;
  }

  /* Trust badge on Kerstin */
  .hero-trust-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    position: absolute;
    top: auto;
    bottom: calc(42px + 14%);
    right: 10%;
    z-index: 4;
    padding: 14px 22px 14px 18px;
    background: rgba(255, 255, 255, 0.95);
    border-left: 3px solid var(--color-accent);
    border-radius: var(--radius-sm);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .hero-trust-badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .hero-trust-badge-icon svg {
    width: 26px;
    height: 26px;
  }

  .hero-trust-badge-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .hero-trust-badge-name {
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: 1.2;
    letter-spacing: 0.01em;
  }

  .hero-trust-badge-role {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 400;
    color: var(--color-text-secondary);
    letter-spacing: 0.03em;
    line-height: 1.3;
  }

  /* Painpoints */
  .painpoints-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-lg);
  }

  /* Intro Therapy — text left, image right */
  .intro-therapy-grid {
    grid-template-columns: 1.2fr 1fr;
    gap: var(--space-3xl);
  }

  /* Services */
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid .service-card:first-child {
    grid-column: 1 / -1;
  }

  /* About */
  .about-grid {
    grid-template-columns: 5fr 7fr;
    gap: var(--space-3xl);
    align-items: center;
  }

  /* Pricing */
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Testimonials */
  .testimonials-track {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Final CTA */
  .final-cta-content .btn {
    width: auto;
    padding: 18px 36px;
    font-size: 17px;
  }

  .final-cta-grid {
    grid-template-columns: 3fr 2fr;
  }

  .final-cta-kerstin {
    display: block;
    position: absolute;
    right: 15%;
    bottom: 0;
    height: 90%;
    width: auto;
    opacity: 1;
    z-index: 0;
    pointer-events: none;
    object-fit: contain;
    object-position: bottom;
  }

  /* Footer */
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: var(--space-2xl);
  }

  .footer-logo {
    height: 84px;
  }
}


/* ============================================
   RESPONSIVE – Desktop (1024px+)
   ============================================ */
@media (min-width: 1024px) {
  /* Painpoints */
  .painpoints-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-md);
  }

  /* Auf 4-Spalten-Layout schmaler werdende Karten brauchen weniger horizontales
     Padding, sonst quetscht sich der Text auf zu vielen Zeilen */
  .painpoint-card {
    padding: var(--space-xl) var(--space-md) var(--space-2xl);
    min-height: 360px;
  }

  /* Services */
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-grid .service-card:first-child {
    grid-column: auto;
  }

  /* Testimonials — 5 Karten in einer Reihe; Block breiter, Kartenbreite wie zuvor (~270px) */
  .testimonials .container {
    max-width: 1500px;
  }
  .testimonials-track {
    grid-template-columns: repeat(5, 1fr);
  }
}


/* ============================================
   MARQUEE LAUFSCHRIFT
   ============================================ */
.marquee-divider {
  padding: 12px 0;
  background: var(--color-primary);
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marqueeScroll 40s linear infinite;
}

.marquee-track span {
  font-family: var(--font-body);
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  padding: 0 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.marquee-track span::after {
  content: '\25C6';
  margin-left: 40px;
  font-size: 8px;
  opacity: 0.4;
  vertical-align: middle;
}

@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


/* ============================================
   WAVE DIVIDERS
   ============================================ */
.wave-divider {
  position: relative;
  height: 55px;
  overflow: hidden;
  line-height: 0;
}

.wave-divider svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
}

/* bg (#EFF1F7) → white */
.wave-bg-to-white {
  background: var(--color-bg);
}
.wave-bg-to-white svg {
  fill: var(--color-white);
}

/* white → bg (#EFF1F7) */
.wave-white-to-bg {
  background: var(--color-white);
}
.wave-white-to-bg svg {
  fill: var(--color-bg);
}

/* bg/gradient → dark footer */
.wave-bg-to-dark {
  background: var(--color-bg);
}
.wave-bg-to-dark svg {
  fill: var(--color-primary-dark);
}


/* ============================================
   LEISTUNGEN PAGE
   ============================================ */

/* --- Mini-Hero --- */
.leistungen-hero {
  position: relative;
  padding: 140px 0 var(--space-3xl);
  background: var(--color-white);
  text-align: center;
  overflow: hidden;
}

.leistungen-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/balance.webp') center / cover no-repeat;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.leistungen-hero .container {
  position: relative;
  z-index: 1;
}

.leistungen-hero-headline {
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: var(--space-md);
  letter-spacing: -0.02em;
}

.leistungen-hero-subline {
  font-size: clamp(16px, 2vw, 19px);
  color: var(--color-text-secondary);
  line-height: 1.65;
  max-width: 620px;
  margin: 0 auto var(--space-xl);
}

.leistungen-hero-anchors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-md);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(12px) saturate(1.2);
  -webkit-backdrop-filter: blur(12px) saturate(1.2);
  color: var(--color-primary);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.75);
  color: var(--color-primary);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* --- Leistungen Sections --- */
.lst-section {
  padding: var(--section-padding) 0;
}

.lst-section--white {
  background: var(--color-white);
}

.scroll-anchor {
  display: block;
  height: 0;
  visibility: hidden;
}


.lst-section--bg {
  background: transparent;
}

/* Wrapper for bg sections — includes waves so no edge visible */
.lst-bg-wrapper {
  position: relative;
  overflow: clip;
  background-color: var(--color-bg);
}

.lst-bg-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/balance.webp') center center / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
  z-index: 0;
}

.lst-bg-wrapper > * {
  position: relative;
  z-index: 1;
}

.lst-bg-wrapper .wave-white-to-bg {
  background: transparent;
}

.lst-bg-wrapper .wave-white-to-bg svg {
  fill: var(--color-white);
}

.lst-bg-wrapper .wave-bg-to-white {
  background: transparent;
}

.lst-bg-wrapper .wave-bg-to-white svg {
  fill: var(--color-white);
}

/* --- Badge --- */
.lst-badge {
  display: inline-block;
  padding: 6px 18px;
  background: var(--color-accent);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-radius: var(--radius-pill);
  margin-bottom: var(--space-xl);
}

/* --- Intro Grid --- */
.lst-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-2xl);
  align-items: start;
  margin-bottom: var(--space-3xl);
}

.lst-intro-image img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  object-fit: cover;
  display: block;
}

.lst-intro-text .section-headline {
  margin-bottom: var(--space-md);
}

.lst-intro-text p {
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-lg);
}

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

/* --- Centered Intro (no image) --- */
.lst-intro-centered {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-3xl);
}

.lst-intro-centered-text {
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.7;
  color: var(--color-text-secondary);
}

/* --- Bullet List --- */
.lst-bullet-list {
  list-style: disc;
  padding-left: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.lst-bullet-list li {
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin-bottom: 6px;
}

/* --- Numbered List --- */
.lst-numbered-list {
  list-style: decimal;
  padding-left: var(--space-lg);
  margin-bottom: var(--space-lg);
}

.lst-numbered-list li {
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin-bottom: 10px;
  padding-left: 4px;
}

.lst-numbered-list li::marker {
  color: var(--color-primary);
  font-weight: 600;
}

/* --- Subhead --- */
.lst-subhead {
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 600;
  color: var(--color-primary);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-sm);
  letter-spacing: -0.01em;
}

/* ============================================
   HORMONCOACHING – 3-Kachel Layout
   ============================================ */
.hormon-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto var(--space-2xl);
}

.hormon-intro-text {
  font-size: clamp(17px, 1.8vw, 19px);
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-top: var(--space-md);
}

.hormon-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-2xl);
}

.hormon-card {
  background: var(--color-white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 37, 108, 0.10), 0 2px 4px rgba(15, 37, 108, 0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border: 1px solid rgba(15, 37, 108, 0.04);
}

.hormon-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(15, 37, 108, 0.14), 0 2px 4px rgba(15, 37, 108, 0.04);
}

.hormon-card--accent {
  border-color: rgba(79, 131, 57, 0.12);
}

.hormon-card-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}

.hormon-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

.hormon-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hormon-card-body {
  padding: var(--space-2xl) var(--space-xl) var(--space-2xl);
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hormon-card-title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.6vw, 26px);
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 14px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.hormon-card-divider {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--color-accent);
  opacity: 0.7;
  margin: 0 0 var(--space-lg);
}

.hormon-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-lg);
}

.hormon-card-list li {
  font-size: 16px;
  color: var(--color-text-secondary);
  line-height: 1.65;
  position: relative;
  padding: 8px 0 8px 22px;
  border-bottom: 1px solid rgba(15, 37, 108, 0.06);
}

.hormon-card-list li:last-child {
  border-bottom: 0;
}

.hormon-card-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0.85;
}

.hormon-card-text {
  font-size: 15px;
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin: 0 0 var(--space-md);
}

.hormon-card-text:last-child {
  margin-bottom: 0;
}

.hormon-card-lead {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 var(--space-md);
  line-height: 1.5;
  letter-spacing: -0.005em;
}

/* Callout — minimalistische, ruhige Schlussbotschaft */
.hormon-card-callout {
  margin-top: var(--space-xl);
  padding: var(--space-lg);
  background: linear-gradient(180deg, rgba(79, 131, 57, 0.10) 0%, rgba(79, 131, 57, 0.04) 100%);
  border-radius: 10px;
}

.hormon-card-callout p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-primary);
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-align: left;
}

.hormon-card-steps {
  list-style: none;
  counter-reset: hormon-step;
  padding: 0;
  margin: 0;
  width: 100%;
}

.hormon-card-steps li {
  counter-increment: hormon-step;
  padding: 14px 0 14px 44px;
  position: relative;
  font-size: 14px;
  line-height: 1.55;
  color: var(--color-text-secondary);
  border-bottom: 1px solid rgba(15, 37, 108, 0.06);
}

.hormon-card-steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.hormon-card-steps li:first-child {
  padding-top: 0;
}

.hormon-card-steps li:first-child::before {
  top: 0;
}

.hormon-card-steps li::before {
  content: counter(hormon-step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 14px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

.hormon-card-steps li strong {
  display: block;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}

.hormon-card-steps li span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}

/* Tablet: 1-Spaltig bleibt, etwas Breitenbegrenzung */
@media (min-width: 600px) and (max-width: 899px) {
  .hormon-card {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }
}

/* Desktop: 3 Spalten */
@media (min-width: 900px) {
  .hormon-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-lg);
  }
}

/* --- Grid Headline --- */
.lst-grid-headline {
  font-size: clamp(24px, 3.5vw, 34px);
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: var(--space-2xl);
  text-align: center;
}

/* --- Card Grid --- */
.lst-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-3xl);
}

.lst-card {
  display: flex;
  flex-direction: column;
  background: var(--color-bg);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--transition-base), transform var(--transition-base);
}

.lst-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.lst-card-image {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.lst-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lst-card-body {
  flex: 1;
  min-width: 0;
  padding: var(--space-lg) var(--space-xl);
}

.lst-card-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 2px;
  line-height: 1.3;
}

.lst-card-subtitle {
  display: block;
  font-size: 15px;
  color: var(--color-accent);
  font-weight: 500;
  margin-bottom: var(--space-sm);
}

.lst-card-body p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin: 0;
}

/* --- Placeholders --- */
.lst-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(79, 131, 57, 0.08);
  border: 2px dashed rgba(79, 131, 57, 0.25);
  border-radius: var(--radius-lg);
  color: var(--color-accent);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.lst-placeholder--landscape {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.lst-placeholder--portrait {
  width: 100%;
  aspect-ratio: 3 / 4;
}

.lst-placeholder-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 131, 57, 0.08);
  border: none;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

/* --- CTA centered --- */
.lst-cta {
  text-align: center;
}

.lst-cta .btn {
  max-width: 100%;
  white-space: nowrap;
  font-size: 14px;
  padding: 16px 20px;
}

.lst-cta--left {
  text-align: left;
  margin-top: var(--space-xl);
}

/* --- Desktop overrides (768px+) --- */
@media (min-width: 768px) {
  .leistungen-hero {
    padding: 160px 0 var(--space-4xl);
  }

  .leistungen-hero-anchors {
    display: flex;
  }

  .lst-cta .btn {
    font-size: 17px;
    padding: 18px 36px;
  }

  .lst-intro-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3xl);
  }

  .lst-intro-grid--reversed {
    grid-template-columns: 1fr 1fr;
  }

  .lst-intro-grid--reversed .lst-intro-text {
    order: 1;
  }

  .lst-intro-grid--reversed .lst-intro-image {
    order: 2;
    position: sticky;
    top: 120px;
    align-self: start;
  }

  .lst-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lst-card-body {
    padding: var(--space-xl);
  }
}


/* ============================================
   LEGAL PAGES (Impressum, Datenschutz)
   ============================================ */
.legal-page {
  padding-top: 140px;
  padding-bottom: var(--space-4xl);
  background: var(--color-white);
}

.legal-content {
  max-width: 760px;
  margin: 0 auto;
}

.legal-content h1 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: var(--space-3xl);
  letter-spacing: -0.02em;
}

.legal-content h2 {
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 500;
  color: var(--color-primary);
  margin-top: var(--space-3xl);
  margin-bottom: var(--space-md);
  padding-top: var(--space-lg);
  border-top: 1px solid var(--color-border);
}

.legal-content h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.legal-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-sm);
}

.legal-content p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: var(--space-md);
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content ul {
  list-style: disc;
  padding-left: var(--space-lg);
  margin-bottom: var(--space-md);
}

.legal-content ul li {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: 4px;
}

.legal-content a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-content a:hover {
  color: var(--color-accent-light);
}

.legal-content strong {
  color: var(--color-text);
  font-weight: 600;
}


/* ============================================
   SCROLL TO TOP BUTTON
   ============================================ */
.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.3s ease;
  z-index: 99;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top:hover {
  background: var(--color-accent);
}

.scroll-top svg {
  display: block;
}


/* ============================================
   GSAP ANIMATION BASE STATES
   ============================================ */
html.anim .blur-reveal {
  filter: blur(20px);
  opacity: 0;
}

html.anim .gs-reveal {
  opacity: 0;
  visibility: hidden;
}


/* ============================================
   Accessibility: Reduced Motion
   ============================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }

  html.anim .gs-reveal {
    opacity: 1;
    visibility: visible;
  }

  html.anim .blur-reveal {
    filter: none !important;
    opacity: 1 !important;
  }

  html.anim .gs-slide-left,
  html.anim .gs-slide-right {
    opacity: 1;
  }

  .marquee-track {
    animation: none;
  }
}


/* ============================================
   Print
   ============================================ */
@media print {
  .site-header,
  .nav-toggle,
  .btn,
  .testimonials,
  .final-cta {
    display: none;
  }

  body {
    font-size: 12pt;
    color: #000;
  }

  .container {
    max-width: 100%;
  }

  /* Farbige Hervorhebungen im Druck schwarz & klar lesbar (Kontrast/Barrierefreiheit) */
  .hero-tagline,
  .text-accent-blue,
  .text-accent-green,
  .g-plus {
    color: #000 !important;
  }

  .g-plus {
    font-weight: 600 !important;
  }
}


/* ============================================
   KONTAKT-MODAL (native <dialog>)
   ============================================ */
.contact-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
  border: none;
  border-radius: var(--radius-xl);
  background: var(--color-white);
  box-shadow: 0 30px 80px rgba(15, 37, 108, 0.28), 0 8px 24px rgba(15, 37, 108, 0.12);
  width: min(640px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  height: fit-content;
  max-height: calc(100vh - 32px);
  overflow: hidden;
  color: var(--color-text);
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.contact-dialog[open] {
  display: flex;
  flex-direction: column;
}

.contact-dialog.is-shown {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.contact-dialog::backdrop {
  background: rgba(10, 26, 77, 0.55);
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  animation: contactBackdropIn 0.32s ease both;
}

@keyframes contactBackdropIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.contact-dialog-inner {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.contact-dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(15, 37, 108, 0.06);
  color: var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-dialog-close:hover {
  background: rgba(15, 37, 108, 0.12);
  transform: rotate(90deg);
}

.contact-dialog-close:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.contact-dialog-close svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.contact-dialog-header {
  padding: 32px 32px 8px;
}

.contact-dialog-title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 600;
  color: var(--color-primary);
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.contact-dialog-subtitle {
  font-size: 15px;
  color: var(--color-text-secondary);
  margin: 0;
  line-height: 1.5;
}

.contact-dialog-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 32px 32px;
}

/* Anrufen-Karte */
.contact-call {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(79, 131, 57, 0.10), rgba(79, 131, 57, 0.04));
  border: 1px solid rgba(79, 131, 57, 0.25);
  border-radius: var(--radius-lg);
}

.contact-call-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-call-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-call-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contact-call-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 2px;
}

.contact-call-number {
  font-family: var(--font-heading);
  font-size: clamp(20px, 2.6vw, 24px);
  font-weight: 600;
  color: var(--color-accent);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.contact-call-number:hover {
  color: var(--color-accent-light);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Trenner "oder schreiben Sie mir" */
.contact-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--color-text-light);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-divider::before,
.contact-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--color-border);
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact-field label {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
}

.contact-field-optional {
  color: var(--color-text-light);
  font-weight: 400;
  font-size: 13px;
}

.contact-field input,
.contact-field textarea {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text);
  background: var(--color-white);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 11px 14px;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.contact-field textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.5;
  font-family: var(--font-body);
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: var(--color-text-light);
  opacity: 0.7;
}

.contact-field input:hover,
.contact-field textarea:hover {
  border-color: rgba(15, 37, 108, 0.35);
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(79, 131, 57, 0.15);
  background: var(--color-white);
}

.contact-field input:user-invalid,
.contact-field textarea:user-invalid {
  border-color: #c93838;
}

/* Honeypot — visuell versteckt aber nicht display:none (sonst überspringen Bots evtl) */
.contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Datenschutz-Checkbox */
.contact-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-secondary);
  cursor: pointer;
}

.contact-checkbox input {
  margin-top: 2px;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--color-accent);
  cursor: pointer;
}

.contact-checkbox a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-checkbox a:hover {
  color: var(--color-accent);
}

/* Submit-Button */
.contact-submit {
  margin-top: 4px;
  width: 100%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.contact-submit[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.contact-submit .contact-submit-loading {
  display: none;
  align-items: center;
  gap: 8px;
}

.contact-submit.is-loading .contact-submit-label {
  display: none;
}

.contact-submit.is-loading .contact-submit-loading {
  display: inline-flex;
}

.contact-spinner {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 50 100;
  animation: contactSpin 0.9s linear infinite;
}

@keyframes contactSpin {
  to { transform: rotate(360deg); }
}

/* Status (Fehler / Erfolg) */
.contact-status {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 4px;
  min-height: 0;
}

.contact-status[data-state="error"] {
  color: #c93838;
  padding: 10px 14px;
  background: rgba(201, 56, 56, 0.08);
  border-radius: var(--radius-md);
  border: 1px solid rgba(201, 56, 56, 0.25);
}

.contact-status[data-state="success"] {
  color: var(--color-accent);
}

/* Success-State (Form wird ausgeblendet, Erfolgsbox erscheint) */
.contact-success {
  display: none;
  text-align: center;
  padding: 16px 0 8px;
}

.contact-dialog.is-success .contact-form {
  display: none;
}

.contact-dialog.is-success .contact-success {
  display: block;
}

.contact-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(79, 131, 57, 0.12);
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-success-icon svg {
  width: 32px;
  height: 32px;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-success-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0 0 8px;
}

.contact-success-text {
  font-size: 15px;
  color: var(--color-text-secondary);
  margin: 0 0 20px;
  line-height: 1.55;
}

.contact-privacy-hint {
  font-size: 12px;
  color: var(--color-text-light);
  text-align: center;
  margin-top: 4px;
  line-height: 1.5;
}

/* Body lock when modal open */
body.contact-modal-open {
  overflow: hidden;
}

/* Mobile: Bottom-Sheet Style */
@media (max-width: 600px) {
  .contact-dialog {
    width: 100vw;
    max-width: 100vw;
    max-height: 92vh;
    max-height: 92dvh;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.32s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.28s ease;
    align-self: end;
    /* Visueller Drag-Handle als Affordance */
    background:
      linear-gradient(var(--color-white), var(--color-white)) padding-box;
  }

  .contact-dialog::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: rgba(15, 37, 108, 0.18);
    pointer-events: none;
    z-index: 3;
  }

  .contact-dialog.is-shown {
    transform: translateY(0);
  }

  .contact-dialog-header {
    padding: 28px 20px 4px;
  }

  .contact-dialog-grid {
    padding: 16px 20px max(24px, env(safe-area-inset-bottom));
  }

  .contact-dialog-close {
    top: 14px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  /* Etwas größere Tap-Targets auf Mobile */
  .contact-field input,
  .contact-field textarea {
    padding: 13px 14px;
    font-size: 16px; /* explicit: kein iOS-Zoom */
  }

  .contact-checkbox {
    font-size: 14px;
  }

  .contact-checkbox input {
    width: 20px;
    height: 20px;
  }

  .contact-call {
    padding: 16px 16px;
  }

  .contact-call-icon {
    width: 40px;
    height: 40px;
  }
}

/* Tablet & Desktop: Two-column layout when there's room */
@media (min-width: 720px) {
  .contact-dialog {
    width: min(720px, calc(100vw - 64px));
  }

  .contact-dialog-header {
    padding: 36px 40px 8px;
  }

  .contact-dialog-grid {
    padding: 24px 40px 36px;
    gap: 24px;
  }

  .contact-form-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Reduce-motion preference */
@media (prefers-reduced-motion: reduce) {
  .contact-dialog,
  .contact-dialog-close,
  .contact-spinner {
    transition: none !important;
    animation: none !important;
  }
}
