/* ============================================
   MEIN GESUNDHEITSCHECK – Redesign v2
   Light Mode · Zweifarben-Marke: Rot + Hellblau · Foto-reich
   Markenfarben zentral in :root (--brand-red / --brand-blue).
   ============================================ */

/* ============================================
   SCHRIFTEN – DSGVO-konform selbst gehostet (KEIN Google-Fonts-CDN)
   Dateien: assets/fonts/*.woff2 (latin-Subset deckt Umlaute + ß ab).
   Es sind Variable Fonts -> ein File pro Stil deckt den Gewichtsbereich 100–900 ab.
   Familien werden in :root den Variablen --font-primary / --font-heading zugeordnet.
   Schrift wechseln = Dateien tauschen, hier die @font-face anpassen, :root-Variablen setzen.
   ============================================ */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/roboto-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/roboto-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/roboto-condensed-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/roboto-condensed-latin-italic.woff2') format('woff2');
}

:root {
  /* ============================================
     MARKENFARBEN — hier zentral anpassen.
     Nur diese zwei Werte editieren; alle Abstufungen
     (hover/dark/light/bg) werden via color-mix()
     automatisch daraus abgeleitet. Die beiden Farben
     können sich noch geringfügig ändern.
     ============================================ */
  --brand-red:  #c95551;   /* Primär 1 – Aktion / Aufmerksamkeit (CTAs, Preise, Badges) */
  --brand-blue: #5bbceb;   /* Primär 2 – Vertrauen / durchgängiger Marken-Look          */

  /* Rot-Skala (abgeleitet) */
  --red:         var(--brand-red);
  --red-hover:   color-mix(in srgb, var(--brand-red) 88%, #000);
  --red-dark:    color-mix(in srgb, var(--brand-red) 72%, #000);
  --red-light:   color-mix(in srgb, var(--brand-red) 40%, #fff);
  --red-lighter: color-mix(in srgb, var(--brand-red) 15%, #fff);
  --red-bg:      color-mix(in srgb, var(--brand-red) 7%,  #fff);

  /* Blau-Skala (abgeleitet) */
  --blue:         var(--brand-blue);
  --blue-hover:   color-mix(in srgb, var(--brand-blue) 88%, #000);
  --blue-dark:    color-mix(in srgb, var(--brand-blue) 56%, #000);
  --blue-light:   color-mix(in srgb, var(--brand-blue) 34%, #fff);
  --blue-lighter: color-mix(in srgb, var(--brand-blue) 14%, #fff);
  --blue-bg:      color-mix(in srgb, var(--brand-blue) 8%,  #fff);

  /* Akzent-Aliase → Hellblau ist der durchgängige Marken-Look.
     Bestehende Komponenten greifen weiterhin auf --color-accent* zu. */
  --color-accent:         var(--blue);
  --color-accent-hover:   var(--blue-hover);
  --color-accent-dark:    var(--blue-dark);
  --color-accent-light:   var(--blue-light);
  --color-accent-lighter: var(--blue-lighter);
  --color-accent-bg:      var(--blue-bg);

  /* Aktions-Aliase → Rot für aufmerksamkeitsstarke Elemente. */
  --color-action:        var(--red);
  --color-action-hover:  var(--red-hover);
  --color-action-dark:   var(--red-dark);
  --color-action-light:  var(--red-light);
  --color-action-bg:     var(--red-bg);

  /* Helle Palette (kühl-neutrale Blau-Grautöne) */
  --color-bg: #ffffff;
  --color-bg-soft: #f4f8fb;
  --color-bg-warm: #eef4f8;
  --color-bg-card: #ffffff;

  /* Dunkle Palette (Header/Footer) */
  --color-bg-dark: #161b1f;
  --color-bg-darker: #0f1316;

  /* Text */
  --color-text: #1b2127;
  --color-text-secondary: #3a434b;
  --color-text-muted: #6b747c;
  --color-text-on-accent: #1b2127;
  --color-text-light: #eef2f5;
  --color-white: #ffffff;

  /* Borders */
  --color-border: #dde6ec;
  --color-border-light: #eaf0f4;

  /* Typography
     Schrift-Umstellung (Stand 2026-06, EVALUIERUNG – noch nicht final):
       Header     = Roboto Condensed SemiBold  -> --font-heading / --font-weight-heading
       Fliesstext = Roboto Regular             -> --font-primary
     REVERSIBEL: Zum Zuruecksetzen NUR diese drei Variablen + den Google-Fonts-<link>
     in site/snippets/header.php UND site/templates/buchen.php tauschen.
     Die frueheren Werte (Inter + Playfair Display) stehen auskommentiert darunter. */
  --font-primary: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;   /* Fliesstext */
  --font-heading: 'Roboto Condensed', 'Roboto', sans-serif;                  /* Ueberschriften */
  --font-serif: var(--font-heading);   /* Akzent-Titel nutzen jetzt ebenfalls die Header-Schrift */
  /* Vorher (Inter + Playfair Display) – zum Zuruecksetzen einkommentieren:
  --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: 'Playfair Display', Georgia, serif;
  */
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-heading: 600;   /* Roboto Condensed SemiBold fuer Ueberschriften */

  /* Shapes */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 100px;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.04), 0 1px 2px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.06), 0 1px 4px rgba(0,0,0,0.04);
  --shadow-lg: 0 10px 30px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
  --shadow-xl: 0 20px 50px rgba(0,0,0,0.12);

  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.45s cubic-bezier(0.4, 0, 0.2, 1);

  --header-height: 72px;
  --container-max: 1200px;
  --container-padding: 20px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: var(--color-accent-dark);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover { color: var(--color-accent); }

ul { list-style: none; }

.container {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

/* --- Sections --- */
.section { padding: 80px 0; }

.section-label {
  font-size: 0.78rem;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-accent-dark);
  margin-bottom: 12px;
}

.section-title {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
  line-height: 1.15;
  color: var(--color-text);
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--color-text-muted);
  max-width: 560px;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius-full);
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

.btn-primary {
  background-color: var(--color-action);
  color: var(--color-white);
  border-color: var(--color-action);
  box-shadow: 0 2px 8px color-mix(in srgb, var(--brand-red) 32%, transparent);
}

.btn-primary:hover {
  background-color: var(--color-action-hover);
  border-color: var(--color-action-hover);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px color-mix(in srgb, var(--brand-red) 42%, transparent);
}

.btn-hero-ghost {
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  color: var(--color-white);
  border-color: rgba(255,255,255,0.3);
}

.btn-hero-ghost:hover {
  background: rgba(255,255,255,0.25);
  color: var(--color-white);
}

.btn-hero-ghost svg {
  transition: transform var(--transition);
}

.btn-hero-ghost:hover svg {
  transform: translateX(4px);
}

.btn-cta {
  background-color: var(--color-text);
  color: var(--color-accent);
  border-color: var(--color-text);
}

.btn-cta:hover {
  background-color: #000;
  color: var(--color-accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.btn-small { padding: 10px 20px; font-size: 0.85rem; }
.btn-large { padding: 16px 36px; font-size: 1rem; }

/* ============================================
   HEADER
   ============================================ */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--header-height);
  display: flex;
  align-items: center;
  transition: all var(--transition);
}

/* Transparent initially (over hero image) */
.header:not(.scrolled) {
  background: transparent;
}

.header.scrolled {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 var(--color-border);
}

/* Logo & nav white on hero, dark when scrolled */
.header:not(.scrolled) .logo { color: var(--color-white); }
.header:not(.scrolled) .logo-icon svg { color: var(--color-accent); }
.header:not(.scrolled) .nav-desktop a { color: rgba(255,255,255,0.75); }
.header:not(.scrolled) .nav-desktop a:hover { color: var(--color-white); }
.header:not(.scrolled) .hamburger span { background: var(--color-white); }
.header:not(.scrolled) .header-phone,
.header:not(.scrolled) .header-location { color: var(--color-white); }
.header:not(.scrolled) .header-phone:hover,
.header:not(.scrolled) .header-location:hover { color: var(--color-accent-light); }

.header.scrolled .logo { color: var(--color-text); }

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
  letter-spacing: -0.02em;
  z-index: 1001;
}
.logo:hover { color: inherit; }

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
}
.logo-icon svg { width: 22px; height: 22px; color: var(--color-accent-dark); }

/* Desktop Nav */
.nav-desktop { display: none; }
.nav-desktop a {
  color: var(--color-text-muted);
  font-size: 0.88rem;
  font-weight: var(--font-weight-medium);
  padding: 8px 14px;
  transition: color var(--transition);
}
.nav-desktop a:hover { color: var(--color-text); }

.header-cta {
  display: none;
  align-items: center;
  gap: 16px;
}
.header-phone,
.header-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text);
  text-decoration: none;
  transition: color var(--transition);
  background: none;
  border: 1px solid transparent;
  padding: 6px 10px;
  border-radius: var(--radius-full);
  cursor: pointer;
  font-family: inherit;
}
.header-location { border-color: var(--color-border); }
.header-phone svg,
.header-location svg {
  width: 18px; height: 18px;
  color: var(--color-accent-dark);
  flex-shrink: 0;
}
.header-phone:hover,
.header-location:hover {
  color: var(--color-accent-dark);
  border-color: var(--color-accent);
}
.header-location-chevron {
  width: 14px !important;
  height: 14px !important;
  color: var(--color-text-muted) !important;
}

/* Hamburger */
.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  z-index: 1001;
  padding: 8px;
  background: none;
  border: none;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--color-text);
  transition: all var(--transition);
  border-radius: 2px;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Nav */
.nav-mobile {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(26, 29, 23, 0.97);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
  z-index: 999;
}
.nav-mobile.active { opacity: 1; visibility: visible; }
.nav-mobile a { color: var(--color-white); font-size: 1.4rem; font-weight: var(--font-weight-semibold); padding: 10px 20px; }
.nav-mobile a:hover { color: var(--color-accent); }
.nav-mobile .btn { margin-top: 16px; }

/* ============================================
   HERO – Fullscreen mit Bild
   ============================================ */
.hero {
  position: relative;
  min-height: calc(100vh - 55px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
}

.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

/* Mobile-Bild standardmäßig versteckt */
.hero-bg-mobile { display: none; }

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  /* Gradient: links dunkel (Text), rechts transparent (Bild sichtbar) */
  background: linear-gradient(
    to right,
    rgba(26, 29, 23, 0.82) 0%,
    rgba(26, 29, 23, 0.65) 40%,
    rgba(26, 29, 23, 0.3) 70%,
    rgba(26, 29, 23, 0.15) 100%
  );
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: calc(var(--header-height) + 60px);
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 55px);
}

.hero-content {
  max-width: 560px;
  padding-bottom: 40px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: color-mix(in srgb, var(--brand-blue) 38%, transparent);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.03em;
  margin-bottom: 24px;
  border: 1px solid color-mix(in srgb, var(--brand-blue) 55%, transparent);
  backdrop-filter: blur(8px);
}

.hero-title {
  font-size: 3.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  line-height: 1.08;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}

.hero-title em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--color-accent);
}

.hero-text {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 2rem;
  line-height: 1.7;
  max-width: 500px;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hero-trust-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  font-weight: var(--font-weight-medium);
}

.hero-trust-item svg {
  width: 16px; height: 16px;
  color: var(--color-accent);
  flex-shrink: 0;
}

/* ============================================
   SOCIAL PROOF BAR
   ============================================ */
.social-proof-bar {
  background: var(--color-accent);
  padding: 16px 0;
}

.social-proof-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.social-proof-item {
  font-size: 0.88rem;
  color: var(--color-text-on-accent);
  font-weight: var(--font-weight-medium);
}

.social-proof-item strong {
  font-weight: var(--font-weight-bold);
}

.social-proof-divider {
  width: 1px;
  height: 20px;
  background: rgba(26, 29, 23, 0.2);
}

/* ============================================
   PROCESS – mit Fotos
   ============================================ */
.process {
  background: var(--color-bg);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.process-step {
  position: relative;
  background: var(--color-bg-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border-light);
  transition: all var(--transition);
}

.process-step:hover {
  border-color: var(--color-accent-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.step-image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.process-step:hover .step-image img {
  transform: scale(1.05);
}

.step-number {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: var(--color-accent);
  color: var(--color-text-on-accent);
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  letter-spacing: 0.05em;
}

.step-title {
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  margin: 16px 16px 6px;
  color: var(--color-text);
}

.step-text {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0 16px 20px;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner {
  background: var(--color-accent);
  padding: 52px 0;
}

.cta-banner .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta-content h2 {
  font-size: 1.5rem;
  color: var(--color-text-on-accent);
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.cta-content p {
  font-size: 0.92rem;
  color: rgba(26, 29, 23, 0.7);
  margin-top: 6px;
}

/* ============================================
   PROFILES – mit Fotos
   ============================================ */
.profiles {
  background: var(--color-bg-soft);
}

.profiles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.profile-card {
  background: var(--color-bg-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
}

.profile-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--color-accent-light);
}

.profile-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.profile-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.profile-card:hover .profile-card-image img {
  transform: scale(1.06);
}

.profile-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--color-action);
  color: var(--color-white);
  font-size: 0.68rem;
  font-weight: var(--font-weight-bold);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.profile-card-body {
  padding: 16px 16px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.profile-card-title {
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 6px;
  color: var(--color-text);
  letter-spacing: -0.01em;
}

.profile-card-desc {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin-bottom: 10px;
  flex: 1;
}

.profile-card-tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.tag {
  display: inline-block;
  padding: 3px 9px;
  background: var(--color-accent-lighter);
  color: var(--color-accent-dark);
  font-size: 0.68rem;
  font-weight: var(--font-weight-semibold);
  border-radius: var(--radius-full);
  letter-spacing: 0.02em;
}

.profile-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  margin-top: 12px;
  border-top: 1px solid var(--color-border-light);
}

.profile-price {
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.profile-price strong {
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-action);
}

/* ============================================
   TRUST SPLIT SECTION (Bild + Text)
   ============================================ */
.trust-section {
  background: var(--color-bg);
}

.trust-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.trust-image {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.trust-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.trust-content .section-title {
  text-align: left;
}

.trust-text {
  font-size: 1rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: 24px;
}

.trust-list {
  margin-bottom: 28px;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--color-text-secondary);
  padding: 8px 0;
  font-weight: var(--font-weight-medium);
}

.trust-list li svg {
  width: 20px;
  height: 20px;
  color: var(--color-accent-dark);
  flex-shrink: 0;
}

/* ============================================
   USP
   ============================================ */
.usp {
  background: var(--color-bg-soft);
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.usp-card {
  text-align: center;
  padding: 32px 20px;
  background: var(--color-bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-light);
  transition: all var(--transition);
}

.usp-card:hover {
  border-color: var(--color-accent-light);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

.usp-icon {
  width: 52px; height: 52px;
  margin: 0 auto 16px;
  background: var(--color-accent-lighter);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition);
}

.usp-card:hover .usp-icon {
  background: var(--color-accent);
}

.usp-icon svg {
  width: 24px; height: 24px;
  color: var(--color-accent-dark);
  transition: color var(--transition);
}

.usp-card:hover .usp-icon svg { color: var(--color-text-on-accent); }

.usp-title {
  font-size: 0.95rem;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 6px;
  color: var(--color-text);
}

.usp-text {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
  background: var(--color-bg);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.testimonial-card {
  background: var(--color-bg-soft);
  border-radius: var(--radius-lg);
  padding: 28px;
  border: 1px solid var(--color-border-light);
  transition: all var(--transition);
}

.testimonial-card:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--color-accent-light);
}

.testimonial-stars {
  color: #e6a817;
  font-size: 0.85rem;
  margin-bottom: 12px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: 18px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-text-on-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-weight-bold);
  font-size: 0.8rem;
}

.testimonial-name {
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
  font-size: 0.88rem;
}

.testimonial-detail {
  font-size: 0.72rem;
  color: var(--color-text-muted);
}

/* ============================================
   CONVERSION BANNER (mit Bild-Hintergrund)
   ============================================ */
.conversion-banner {
  position: relative;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

.conversion-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.conversion-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conversion-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(26, 29, 23, 0.7);
}

.conversion-banner .container {
  position: relative;
  z-index: 1;
}

.conversion-banner h2 {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 1rem;
  color: var(--color-white);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.conversion-banner p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 2rem;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   FAQ
   ============================================ */
.faq { background: var(--color-bg-soft); }

.faq-list {
  max-width: 720px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid var(--color-border);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  background: none;
  border: none;
  color: var(--color-text);
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
  text-align: left;
  gap: 16px;
  transition: color var(--transition);
}

.faq-question:hover { color: var(--color-accent-dark); }

.faq-icon {
  width: 22px; height: 22px;
  flex-shrink: 0;
  transition: transform var(--transition);
  color: var(--color-text-muted);
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: var(--color-accent-dark);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer { max-height: 300px; }

.faq-answer-inner {
  padding-bottom: 22px;
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

/* ============================================
   CONTACT
   ============================================ */
.contact { background: var(--color-bg); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.contact-info h3,
.contact-hours h3,
.contact-form-wrapper h3 {
  font-size: 1.05rem;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 20px;
  color: var(--color-text);
}

.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--color-text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
}

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

.contact-detail a { color: var(--color-text-secondary); }
.contact-detail a:hover { color: var(--color-accent-dark); }

.hours-table { width: 100%; }

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid var(--color-border-light);
  font-size: 0.88rem;
}

.hours-row .day { font-weight: var(--font-weight-medium); color: var(--color-text); }
.hours-row .time { color: var(--color-text-secondary); }
.hours-row .time.closed { color: var(--color-text-muted); }

.hours-hint {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: var(--color-text);
  font-family: var(--font-primary);
  font-size: 0.9rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-blue) 22%, transparent);
}

.form-textarea { height: 100px; resize: vertical; }
.form-input::placeholder,
.form-textarea::placeholder { color: var(--color-text-muted); }

/* ============================================
   FOOTER (Dark)
   ============================================ */
.footer {
  background: var(--color-bg-dark);
  padding: 50px 0 30px;
  color: var(--color-text-light);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-brand { max-width: 300px; }

.footer-logo {
  color: var(--color-text-light) !important;
  margin-bottom: 12px;
  display: inline-flex;
}

.footer-logo .logo-icon svg { color: var(--color-accent); }

.footer-brand p {
  font-size: 0.85rem;
  color: rgba(240,240,232,0.45);
  line-height: 1.6;
}

.footer-links h4 {
  font-size: 0.82rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-light);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-links a {
  display: block;
  color: rgba(240,240,232,0.45);
  font-size: 0.85rem;
  padding: 4px 0;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.76rem;
  color: rgba(240,240,232,0.3);
}

.footer-social { display: flex; gap: 16px; }
.footer-social a { color: rgba(240,240,232,0.35); }
.footer-social a:hover { color: var(--color-accent); }
.footer-social svg { width: 18px; height: 18px; }

/* ============================================
   FLOATING MOBILE CTA
   ============================================ */
.floating-cta { display: none; }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.fade-in {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-in:nth-child(2) { transition-delay: 0.08s; }
.fade-in:nth-child(3) { transition-delay: 0.16s; }
.fade-in:nth-child(4) { transition-delay: 0.24s; }
.fade-in:nth-child(5) { transition-delay: 0.1s; }
.fade-in:nth-child(6) { transition-delay: 0.18s; }
.fade-in:nth-child(7) { transition-delay: 0.14s; }
.fade-in:nth-child(8) { transition-delay: 0.22s; }

/* ============================================
   MOBILE (< 768px)
   Eigenständiges Design – nicht nur Reflow!
   ============================================ */
@media (max-width: 767px) {
  :root {
    --header-height: 56px;
    --container-padding: 16px;
  }

  .section { padding: 48px 0; }
  .section-title { font-size: 1.45rem; }
  .section-subtitle { font-size: 0.9rem; margin-bottom: 2rem; }
  .section-header { margin-bottom: 2rem; }

  .nav-desktop, .header-cta { display: none; }
  .hamburger { display: flex; }

  /* ---- HERO MOBILE – Bild absolut, Content über dem Bild ---- */

  /* Bilder tauschen */
  .hero-bg-desktop { display: none !important; }
  .hero-bg-mobile { display: block !important; }

  .hero {
    /* Hero füllt Viewport minus Social-Proof-Bar (~75px) */
    height: calc(100svh - 75px);
    height: calc(100vh - 75px); /* Fallback */
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--color-bg-dark);
    position: relative;
    overflow: hidden;
  }

  /* Bild absolut – füllt den gesamten Hero als Hintergrund */
  .hero-bg-mobile {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 60%;
  }

  .hero-bg-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 15%;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 50%, transparent 100%);
  }

  /* Overlay über den gesamten Hero – weicher Gradient am Bildübergang */
  .hero-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(
      180deg,
      rgba(29,26,30,0.0) 0%,
      rgba(29,26,30,0.0) 20%,
      rgba(29,26,30,0.15) 35%,
      rgba(29,26,30,0.45) 45%,
      rgba(29,26,30,0.75) 53%,
      rgba(29,26,30,0.95) 60%,
      rgba(29,26,30,1) 67%,
      rgba(29,26,30,1) 100%
    );
    z-index: 1;
  }

  /* Content am unteren Ende des Hero */
  .hero .container {
    position: relative;
    z-index: 2;
    padding: 0 20px 20px;
    margin-top: 0;
    min-height: auto;
    display: block;
  }

  .hero-content {
    max-width: 100%;
    padding-bottom: 0;
  }

  .hero-badge {
    font-size: 0.68rem;
    padding: 5px 12px;
    margin-bottom: 10px;
    background: color-mix(in srgb, var(--brand-blue) 38%, transparent);
    border-color: color-mix(in srgb, var(--brand-blue) 55%, transparent);
  }

  .hero-title {
    font-size: 1.85rem;
    color: var(--color-white);
    margin-bottom: 8px;
    line-height: 1.1;
  }

  .hero-text {
    font-size: 0.85rem;
    margin-bottom: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.8);
  }

  .hero-buttons {
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
    margin-bottom: 12px;
  }

  .hero-buttons .btn-large {
    padding: 12px 28px;
    font-size: 0.92rem;
  }

  .hero-buttons .btn-hero-ghost {
    justify-content: center;
    padding: 10px 20px;
    font-size: 0.85rem;
  }

  /* Trust-Icons als 3er-Reihe */
  .hero-trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: var(--radius-md);
    padding: 10px;
    border: 1px solid rgba(255,255,255,0.1);
  }

  .hero-trust-item {
    flex-direction: column;
    text-align: center;
    gap: 2px;
    font-size: 0.65rem;
    line-height: 1.25;
  }

  .hero-trust-item svg {
    width: 16px;
    height: 16px;
    margin: 0 auto;
  }

  /* ---- SOCIAL PROOF MOBILE – normaler Flow, schließt Hero ab ---- */
  .social-proof-bar {
    padding: 10px 0;
  }

  .social-proof-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    text-align: center;
  }

  .social-proof-item {
    font-size: 0.72rem;
    line-height: 1.3;
    padding: 4px 6px;
  }

  .social-proof-item strong {
    display: block;
    font-size: 0.82rem;
  }

  .social-proof-divider { display: none; }

  /* ---- PROCESS MOBILE – horizontaler Scroll-Strip ---- */
  .process-steps {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 0 16px 16px;
    margin: 0 -16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .process-steps::-webkit-scrollbar { display: none; }

  .process-step {
    flex: 0 0 72%;
    scroll-snap-align: start;
    min-width: 260px;
  }

  .step-image { aspect-ratio: 16 / 9; }
  .step-title { font-size: 0.92rem; margin: 12px 14px 4px; }
  .step-text { font-size: 0.78rem; margin: 0 14px 16px; }

  /* ---- PROFILE CARDS MOBILE – 2 Spalten, kompakt, app-artig ---- */
  .profiles-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .profile-card {
    border-radius: var(--radius-md);
  }

  .profile-card-image { aspect-ratio: 1 / 1; }

  .profile-card-body { padding: 10px 10px 0; }
  .profile-card-title { font-size: 0.82rem; margin-bottom: 4px; }

  .profile-card-desc {
    font-size: 0.7rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 1.4;
  }

  .profile-card-tags { margin-bottom: 0; }
  .tag { font-size: 0.58rem; padding: 2px 6px; }

  .profile-card-footer {
    flex-direction: row;
    align-items: center;
    padding: 10px 10px;
    margin-top: 8px;
  }

  .profile-price { font-size: 0.78rem; }
  .profile-price strong { font-size: 1rem; }

  .profile-card-footer .btn {
    padding: 6px 12px;
    font-size: 0.72rem;
    flex-shrink: 0;
  }

  .profile-badge { font-size: 0.58rem; padding: 3px 7px; top: 8px; left: 8px; }

  /* ---- TRUST SPLIT MOBILE – Bild mit überlappendem Content ---- */
  .trust-split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .trust-image {
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    box-shadow: none;
  }

  .trust-image img {
    aspect-ratio: 16 / 10;
  }

  .trust-content {
    background: var(--color-bg);
    padding: 24px 20px;
    margin-top: -20px;
    border-radius: var(--radius-lg);
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow-md);
  }

  .trust-content .section-label { margin-bottom: 8px; }
  .trust-content .section-title { font-size: 1.3rem; text-align: left; }
  .trust-text { font-size: 0.9rem; }
  .trust-list li { font-size: 0.85rem; padding: 6px 0; }

  /* ---- USP MOBILE – 2x2 Grid, kompakt ---- */
  .usp-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .usp-card { padding: 20px 14px; }
  .usp-icon { width: 42px; height: 42px; margin-bottom: 12px; }
  .usp-icon svg { width: 20px; height: 20px; }
  .usp-title { font-size: 0.82rem; margin-bottom: 4px; }
  .usp-text { font-size: 0.75rem; }

  /* ---- TESTIMONIALS MOBILE – horizontal scroll ---- */
  .testimonials-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding: 0 16px 16px;
    margin: 0 -16px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .testimonials-grid::-webkit-scrollbar { display: none; }

  .testimonial-card {
    flex: 0 0 85%;
    scroll-snap-align: start;
    min-width: 280px;
    padding: 20px;
  }

  .testimonial-text { font-size: 0.85rem; }

  /* ---- CTA BANNER MOBILE ---- */
  .cta-banner .container {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }

  .cta-content h2 { font-size: 1.2rem; }
  .cta-content p { font-size: 0.82rem; }
  .cta-banner .btn { width: 100%; }

  /* ---- CONVERSION BANNER MOBILE ---- */
  .conversion-banner { padding: 56px 0; }
  .conversion-banner h2 { font-size: 1.4rem; }
  .conversion-banner p { font-size: 0.88rem; }

  /* ---- FAQ MOBILE ---- */
  .faq-question {
    padding: 16px 0;
    font-size: 0.88rem;
    min-height: 48px;
  }

  .faq-answer-inner { font-size: 0.85rem; }

  /* ---- CONTACT MOBILE ---- */
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }

  /* ---- FOOTER MOBILE ---- */
  .footer-content { flex-direction: column; gap: 24px; }
  .footer-brand { max-width: 100%; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }

  /* ---- FLOATING CTA ---- */
  .floating-cta {
    display: block;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    padding: 10px 16px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--color-border);
    z-index: 998;
  }
  .floating-cta .btn { width: 100%; justify-content: center; }
  .footer { padding-bottom: 80px; }
}

/* ============================================
   TABLET (768px – 1024px)
   ============================================ */
@media (min-width: 768px) and (max-width: 1024px) {
  :root { --container-padding: 28px; }

  .hamburger { display: none; }
  .nav-desktop { display: flex; gap: 4px; }
  .nav-desktop a { font-size: 0.82rem; padding: 8px 10px; }
  .header-cta { display: inline-flex; }
  .header-location { display: none; } /* Adresse erst ab Desktop */
  .header-phone-text { font-size: 0.82rem; }

  .hero-title { font-size: 2.8rem; }

  .process-steps { grid-template-columns: repeat(4, 1fr); gap: 14px; }
  .profiles-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .testimonials-grid .testimonial-card:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
  }

  .trust-split { gap: 40px; }

  .contact-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-form-wrapper { grid-column: 1 / -1; }

  .footer-content { flex-wrap: wrap; }
  .footer-brand { flex-basis: 100%; }
}

/* ============================================
   DESKTOP (> 1024px)
   ============================================ */
@media (min-width: 1025px) {
  :root { --container-padding: 40px; }

  .section { padding: 100px 0; }
  .section-title { font-size: 2.4rem; }

  .hamburger { display: none; }
  .nav-desktop { display: flex; gap: 8px; }
  .header-cta { display: inline-flex; }

  .hero-title { font-size: 3.5rem; }

  .profiles-grid { grid-template-columns: repeat(4, 1fr); }
  .usp-grid { grid-template-columns: repeat(4, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr 1fr; }
}

@media (min-width: 1400px) {
  .hero-title { font-size: 3.8rem; }
  .container { max-width: 1280px; }
}

/* ============================================
   STANDORT-AUSWAHL (Mobile-Locbar, Modal, Nav)
   ============================================ */

/* Mobile Sticky-Locbar (unter Header) */
.mobile-locbar {
  position: fixed;
  top: var(--header-height);
  left: 0; right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 1px 0 var(--color-border);
}
.mobile-locbar-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  background: none;
  border: none;
  padding: 6px 4px;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.88rem;
  color: var(--color-text);
  min-width: 0;
}
.mobile-locbar-trigger svg {
  width: 18px; height: 18px;
  color: var(--color-accent-dark);
  flex-shrink: 0;
}
.mobile-locbar-name {
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-locbar-chevron {
  width: 14px !important; height: 14px !important;
  color: var(--color-text-muted) !important;
}
.mobile-locbar-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--color-accent-bg);
  color: var(--color-accent-dark);
  text-decoration: none;
  flex-shrink: 0;
}
.mobile-locbar-phone svg { width: 18px; height: 18px; }
.mobile-locbar-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border: none;
  background: none;
  color: var(--color-text-muted);
  cursor: pointer;
  flex-shrink: 0;
}
.mobile-locbar-close svg { width: 16px; height: 16px; }
.mobile-locbar-close:hover { color: var(--color-text); }

/* Auf Tablet/Desktop: Mobile-Locbar ausblenden */
@media (min-width: 768px) {
  .mobile-locbar { display: none !important; }
}

/* Mobile-Nav: Standort-Eintrag */
.nav-mobile-location {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: var(--color-accent-bg);
  border: 1px solid var(--color-accent-light);
  border-radius: var(--radius-md);
  padding: 14px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.nav-mobile-location > svg:first-child {
  width: 22px; height: 22px;
  color: var(--color-accent-dark);
  flex-shrink: 0;
}
.nav-mobile-location > svg:last-child {
  width: 16px; height: 16px;
  color: var(--color-text-muted);
  flex-shrink: 0;
  margin-left: auto;
}
.nav-mobile-location > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1 1 auto;
  min-width: 0;
}
.nav-mobile-location small {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}
.nav-mobile-location strong {
  font-size: 1rem;
  color: var(--color-text);
  font-weight: var(--font-weight-semibold);
}

/* Modal / Bottom-Sheet */
.location-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.location-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(2px);
}
.location-modal-panel {
  position: relative;
  width: 100%;
  max-width: 560px;
  max-height: 85vh;
  background: var(--color-white);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 24px 20px 20px;
  box-shadow: var(--shadow-xl);
  overflow-y: auto;
  animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
@media (min-width: 600px) {
  .location-modal { align-items: center; padding: 24px; }
  .location-modal-panel {
    border-radius: var(--radius-lg);
    max-height: 80vh;
    animation: fadeInScale 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@keyframes fadeInScale {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.location-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.location-modal-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: var(--font-weight-semibold);
  margin: 0;
}
.location-modal-close {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: var(--color-text-muted);
  display: inline-flex;
}
.location-modal-close svg { width: 22px; height: 22px; }
.location-modal-close:hover { color: var(--color-text); }
.location-modal-intro {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin: 0 0 18px;
}
.location-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.location-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color var(--transition), background var(--transition);
}
.location-card:hover {
  border-color: var(--color-accent);
  background: var(--color-accent-bg);
}
.location-card.active {
  border-color: var(--color-accent-dark);
  background: var(--color-accent-bg);
}
.location-card-radio {
  flex-shrink: 0;
  width: 20px; height: 20px;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-white);
  position: relative;
  margin-top: 2px;
}
.location-card.active .location-card-radio {
  border-color: var(--color-accent-dark);
}
.location-card.active .location-card-radio::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--color-accent-dark);
}
.location-card-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}
.location-card-name {
  font-weight: var(--font-weight-semibold);
  font-size: 1rem;
  color: var(--color-text);
}
.location-card-address,
.location-card-phone {
  font-size: 0.88rem;
  color: var(--color-text-muted);
}
.location-card-phone {
  color: var(--color-accent-dark);
  font-weight: var(--font-weight-medium);
}

/* ============================================
   CHECKOUT-SEITE (/buchen/)
   ============================================ */

.checkout-body {
  background: var(--color-bg-soft);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Top-Bar */
.checkout-topbar {
  background: var(--color-white);
  border-bottom: 1px solid var(--color-border);
  padding: 14px 0;
}
.checkout-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.checkout-topbar .logo {
  color: var(--color-text);
}
.checkout-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition);
}
.checkout-back-link:hover { color: var(--color-accent-dark); }
.checkout-back-link svg { width: 16px; height: 16px; }

/* Main */
.checkout-main {
  flex: 1 1 auto;
  padding: 32px 0 48px;
}

/* Summary-Karte */
.checkout-summary {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 24px 24px 20px;
  margin-bottom: 24px;
  box-shadow: var(--shadow-sm);
}
.checkout-summary-head {
  border-bottom: 1px solid var(--color-border-light);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.checkout-summary-head .section-label {
  color: var(--color-text-muted);
  margin-bottom: 4px;
}
.checkout-summary-title {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.4vw, 1.7rem);
  font-weight: var(--font-weight-semibold);
  margin: 0;
  line-height: 1.2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
.checkout-summary-title .booking-cta-variant {
  font-family: var(--font-primary);
  font-size: 0.85em;
  background: var(--color-accent-bg);
}
.checkout-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
}
@media (min-width: 720px) {
  .checkout-summary-grid { grid-template-columns: repeat(4, auto); justify-content: start; column-gap: 32px; }
}
.checkout-summary-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  font-family: inherit;
}
.checkout-summary-location {
  cursor: pointer;
}
.checkout-summary-location:hover .checkout-summary-value { color: var(--color-accent-dark); }
.checkout-summary-label {
  font-size: 0.72rem;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}
.checkout-summary-edit-hint {
  text-transform: none;
  letter-spacing: 0;
  font-weight: var(--font-weight-normal);
  color: var(--color-accent-dark);
}
.checkout-summary-value {
  font-size: 1rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition);
}
.checkout-summary-value svg {
  width: 16px; height: 16px;
  color: var(--color-accent-dark);
  flex-shrink: 0;
}

/* Kalender (Container für iframe / Fallback) */
.checkout-calendar {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.checkout-calendar .booking-iframe-wrap {
  background: var(--color-white);
  border: none;
  border-radius: 0;
  min-height: 600px;
}
.checkout-calendar .booking-no-calendar {
  padding: 64px 24px;
}

/* Minimaler Footer */
.checkout-footer {
  background: var(--color-white);
  border-top: 1px solid var(--color-border);
  padding: 20px 0;
  font-size: 0.85rem;
}
.checkout-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}
.checkout-footer-brand {
  margin: 0;
  color: var(--color-text-muted);
}
.checkout-footer-links {
  display: flex;
  gap: 18px;
}
.checkout-footer-links a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition);
}
.checkout-footer-links a:hover { color: var(--color-accent-dark); }
.checkout-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
  text-decoration: none;
}
.checkout-footer-phone svg {
  width: 16px; height: 16px;
  color: var(--color-accent-dark);
}
.checkout-footer-phone:hover { color: var(--color-accent-dark); }

@media (max-width: 600px) {
  .checkout-main { padding: 16px 0 24px; }
  .checkout-summary { padding: 18px; }
  .checkout-summary-title { font-size: 1.2rem; }
  .checkout-summary-grid { gap: 10px 16px; }
  .checkout-footer .container { justify-content: flex-start; }
}

/* ============================================
   BOOKING-SECTION (iframe-Einbettung + Test-Mode)
   ============================================ */

.booking-section {
  margin: 64px 0 32px;
  scroll-margin-top: 100px;
}
.booking-section-header {
  text-align: left;
  margin-bottom: 24px;
}
.booking-section-header .section-subtitle {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  color: var(--color-text-secondary);
}
.booking-section-variant {
  font-weight: var(--font-weight-semibold);
  color: var(--color-accent-dark);
}
.booking-section-change {
  background: none;
  border: none;
  padding: 0;
  margin-left: 4px;
  font-family: inherit;
  font-size: 0.88rem;
  color: var(--color-accent-dark);
  text-decoration: underline;
  cursor: pointer;
}
.booking-section-change:hover { color: var(--color-text); }

.booking-testmode-banner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  margin-bottom: 16px;
  background: #fff4e6;
  border: 1px solid #f8b95c;
  border-left: 4px solid #d97706;
  border-radius: var(--radius-md);
  color: #7c4a00;
  font-size: 0.92rem;
  line-height: 1.5;
}
.booking-testmode-banner svg {
  width: 22px; height: 22px;
  color: #d97706;
  flex-shrink: 0;
  margin-top: 1px;
}
.booking-testmode-banner em {
  font-style: italic;
  color: #5b3700;
}

.booking-iframe-wrap {
  position: relative;
  background: var(--color-bg-soft);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  min-height: 400px;
}
.booking-iframe-wrap iframe {
  display: block;
  width: 100%;
  border: 0;
  background: var(--color-white);
}

/* Test-Mode: Klick-Blocker mit diagonalem Wasserzeichen */
.booking-iframe-wrap.test-mode .booking-iframe-blocker {
  position: absolute;
  inset: 0;
  z-index: 5;
  cursor: not-allowed;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(217, 119, 6, 0.04) 0,
      rgba(217, 119, 6, 0.04) 28px,
      rgba(217, 119, 6, 0.10) 28px,
      rgba(217, 119, 6, 0.10) 56px
    );
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-iframe-blocker-watermark {
  font-family: var(--font-primary);
  font-size: clamp(2.4rem, 8vw, 5rem);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.2em;
  color: rgba(217, 119, 6, 0.45);
  transform: rotate(-15deg);
  text-shadow: 0 2px 6px rgba(255,255,255,0.4);
  pointer-events: none;
  user-select: none;
}

/* Fallback: kein Kalender für gewählten Standort */
.booking-no-calendar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px;
  gap: 16px;
}
.booking-no-calendar svg {
  width: 64px; height: 64px;
  color: var(--color-text-muted);
}
.booking-no-calendar h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
  margin: 0;
}
.booking-no-calendar p {
  color: var(--color-text-secondary);
  margin: 0;
}
.booking-no-calendar-hint {
  font-size: 0.9rem;
  color: var(--color-text-muted);
  margin-top: 8px;
}
.link-button {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: var(--color-accent-dark);
  text-decoration: underline;
  cursor: pointer;
}
.link-button:hover { color: var(--color-text); }

/* Body-Lock wenn Modal offen */
body.modal-open { overflow: hidden; }

/* ============================================
   ENTWURFS-BADGE (in Entwicklung)
   ============================================ */
/* Voll-breiter, unübersehbarer Hinweis-Banner am oberen Bildrand.
   Liegt bewusst über allen Seitenelementen (Header, Locbar, Modal) –
   pointer-events:none lässt Klicks ungehindert durch. */
.draft-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  pointer-events: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 16px;
  background-color: var(--color-action);
  background-image: repeating-linear-gradient(
    -45deg,
    color-mix(in srgb, var(--color-action) 100%, #000 0%) 0,
    color-mix(in srgb, var(--color-action) 100%, #000 0%) 18px,
    color-mix(in srgb, var(--color-action) 82%, #000) 18px,
    color-mix(in srgb, var(--color-action) 82%, #000) 36px
  );
  color: var(--color-white);
  border-bottom: 3px solid var(--color-accent);
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.draft-banner-inner {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.82rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.draft-banner svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.draft-banner strong {
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (max-width: 600px) {
  .draft-banner {
    padding: 6px 12px;
    border-bottom-width: 2px;
  }
  .draft-banner-inner { font-size: 0.74rem; gap: 7px; }
  .draft-banner svg { width: 14px; height: 14px; }
}

/* Auf Mobile: wenn Locbar sichtbar, Body bekommt zusätzliches Top-Padding */
body.has-locbar { padding-top: 48px; }
@media (min-width: 768px) {
  body.has-locbar { padding-top: 0 !important; }
}


/* ============================================
   PROFIL-DETAIL (Konfigurator-Layout)
   ============================================ */

[hidden] { display: none !important; }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0);
  white-space: nowrap; border: 0;
}

.profile-detail .container { max-width: 1100px; }

.back-link {
  margin-bottom: 24px;
  font-size: 0.95rem;
}
.back-link a {
  color: var(--color-text-muted);
  text-decoration: none;
  transition: color var(--transition);
}
.back-link a:hover { color: var(--color-accent-dark); }

/* HERO */
.profile-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 56px;
  align-items: start;
}
@media (min-width: 768px) {
  .profile-hero { grid-template-columns: minmax(260px, 0.9fr) 1.1fr; gap: 48px; }
}

.profile-hero-image {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4 / 3;
  background: var(--color-bg-soft);
}
.profile-hero-image img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.profile-hero-image .profile-badge {
  position: absolute;
  top: 16px; left: 16px;
}

.profile-hero-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.profile-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: var(--font-weight-semibold);
  line-height: 1.15;
  color: var(--color-text);
  margin: 0;
}
.profile-hero-tags { margin: 0; }
.tag-link {
  text-decoration: none;
  transition: background var(--transition), color var(--transition);
}
.tag-link:hover {
  background: var(--color-accent);
  color: var(--color-text-on-accent);
}

.profile-hero-lead {
  color: var(--color-text-secondary);
  font-size: 1.05rem;
  line-height: 1.6;
}
.profile-hero-meta {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  margin: 0;
}
.profile-hero-meta strong {
  color: var(--color-text);
  font-weight: var(--font-weight-semibold);
}

.profile-info-section { margin: 48px 0; max-width: 800px; }
.profile-info-title {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 16px;
}
.profile-general-info {
  color: var(--color-text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}
.profile-general-info p + p { margin-top: 12px; }
.profile-general-info strong { color: var(--color-text); }
.profile-general-info em { font-style: italic; }
.profile-general-info ul, .profile-general-info ol {
  margin: 8px 0 8px 1.4em;
}

/* VARIANT-PICKER */
.variant-picker-section { margin: 0 0 32px; }
.variant-picker-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 20px;
  line-height: 1.2;
}

/* BUCHUNGS-CTA-BOX */
.booking-cta-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 20px;
  margin: 0 0 48px;
  background: var(--color-accent-bg);
  border: 1px solid var(--color-accent-light);
  border-radius: var(--radius-lg);
}
@media (min-width: 720px) and (max-width: 1099px) {
  .booking-cta-card {
    grid-template-areas:
      "summary price"
      "location button";
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px 24px;
    padding: 24px 28px;
  }
  .booking-cta-summary    { grid-area: summary; }
  .booking-cta-price-wrap { grid-area: price; }
  .booking-cta-location   { grid-area: location; }
  .booking-cta-button     { grid-area: button; }
}
@media (min-width: 1100px) {
  .booking-cta-card {
    grid-template-columns: 1fr auto auto auto;
    align-items: center;
    gap: 24px;
    padding: 24px 28px;
  }
}
.booking-cta-summary {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.booking-cta-label,
.booking-cta-price-label {
  font-size: 0.72rem;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
  margin: 0;
}
.booking-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
  margin: 0;
  line-height: 1.2;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.booking-cta-variant {
  font-family: var(--font-primary);
  font-size: 0.95em;
  font-weight: var(--font-weight-medium);
  color: var(--color-accent-dark);
  padding: 2px 10px;
  background: var(--color-white);
  border: 1px solid var(--color-accent-light);
  border-radius: var(--radius-full);
  line-height: 1.4;
}
.booking-cta-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.booking-cta-price {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  font-weight: var(--font-weight-semibold);
  color: var(--color-action);
  white-space: nowrap;
}
.booking-cta-button {
  width: 100%;
  justify-content: center;
}
@media (min-width: 720px) {
  .booking-cta-button { width: auto; }
}
@media (max-width: 719px) {
  .booking-cta-card {
    grid-template-areas:
      "summary price"
      "location location"
      "button button";
    grid-template-columns: 1fr auto;
    gap: 12px 16px;
  }
  .booking-cta-summary    { grid-area: summary; }
  .booking-cta-price-wrap { grid-area: price; }
  .booking-cta-location   { grid-area: location; }
  .booking-cta-button     { grid-area: button; }
}

/* Standort-Pill in der CTA-Box */
.booking-cta-location {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  background: var(--color-white);
  border: 1px solid var(--color-accent-light);
  border-radius: var(--radius-md);
  padding: 10px 14px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.booking-cta-location:hover {
  border-color: var(--color-accent-dark);
  box-shadow: var(--shadow-sm);
}
.booking-cta-location-label {
  font-size: 0.72rem;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-text-muted);
}
.booking-cta-location-name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text);
  font-size: 0.95rem;
}
.booking-cta-location-name svg {
  width: 16px; height: 16px;
  color: var(--color-accent-dark);
  flex-shrink: 0;
}
.booking-cta-location-name svg:last-child {
  width: 12px; height: 12px;
  color: var(--color-text-muted);
}

.variant-picker fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.variant-accordion {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.variant-accordion:hover { border-color: var(--color-accent); }
.variant-accordion.active {
  border-color: var(--color-accent);
  box-shadow: var(--shadow-md);
}

.variant-accordion-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
}
.variant-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.variant-radio-visual {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border: 2px solid var(--color-border);
  border-radius: 50%;
  background: var(--color-bg-card);
  position: relative;
  transition: border-color var(--transition);
}
.variant-radio:checked + .variant-radio-visual {
  border-color: var(--color-accent-dark);
}
.variant-radio:checked + .variant-radio-visual::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--color-accent-dark);
}
.variant-radio:focus-visible + .variant-radio-visual {
  outline: 2px solid var(--color-accent);
  outline-offset: 2px;
}

.variant-name {
  flex: 0 0 auto;
  font-weight: var(--font-weight-semibold);
  font-size: 1.05rem;
  color: var(--color-text);
}
.variant-diff-tag {
  flex: 1 1 auto;
  font-size: 0.75rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-accent-dark);
  background: var(--color-accent-lighter);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 4px;
}
.variant-price {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-action);
}
.variant-icon {
  width: 20px; height: 20px;
  color: var(--color-text-muted);
  transition: transform var(--transition);
}
.variant-accordion.active .variant-icon {
  transform: rotate(180deg);
}

.variant-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-slow);
}
.variant-accordion.active .variant-accordion-body {
  max-height: 2000px;
}
.variant-accordion-body > * {
  padding-left: 20px;
  padding-right: 20px;
}
.variant-accordion-body > *:last-child { padding-bottom: 20px; }

.variant-block {
  padding-top: 6px;
  padding-bottom: 6px;
}
.variant-block-title {
  font-size: 0.78rem;
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
  margin: 14px 0 8px;
}
.variant-block-title-accent {
  color: var(--color-accent-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.variant-block-title-accent::before {
  content: '+';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px; height: 18px;
  background: var(--color-accent);
  color: var(--color-text-on-accent);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: var(--font-weight-bold);
}
.variant-block-content {
  color: var(--color-text-secondary);
  line-height: 1.6;
}
.variant-block-content p + p { margin-top: 8px; }

.wertecheck-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 600px) {
  .wertecheck-list { grid-template-columns: 1fr 1fr; }
}
.wertecheck-list li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 12px;
  background: var(--color-bg-soft);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
}
.wertecheck-list li::before {
  content: '✓';
  color: var(--color-accent-dark);
  font-weight: var(--font-weight-bold);
  flex-shrink: 0;
}
.wertecheck-note {
  color: var(--color-text-muted);
  font-size: 0.88rem;
}

/* Hervorhebung der zusätzlichen Werte (NEU in dieser Variante) */
.wertecheck-list-additional li {
  background: var(--color-accent-lighter);
  border-left: 3px solid var(--color-accent-dark);
}

/* Kollabierbare Vorgänger-Werte */
.wertecheck-prior {
  margin-top: 16px;
  border-top: 1px dashed var(--color-border);
  padding-top: 14px;
}
.wertecheck-prior summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text-muted);
  padding: 4px 0;
}
.wertecheck-prior summary::-webkit-details-marker { display: none; }
.wertecheck-prior summary::before {
  content: '▸';
  display: inline-block;
  font-size: 0.7rem;
  transition: transform var(--transition);
}
.wertecheck-prior[open] summary::before {
  transform: rotate(90deg);
}
.wertecheck-prior summary:hover {
  color: var(--color-text);
}
.wertecheck-prior-count {
  color: var(--color-text-muted);
  font-weight: var(--font-weight-normal);
}
.wertecheck-prior .wertecheck-list-prior {
  margin-top: 10px;
  opacity: 0.85;
}
.wertecheck-list-prior li {
  background: var(--color-bg-soft);
  color: var(--color-text-secondary);
  font-size: 0.9rem;
}

.variant-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--color-border-light);
  color: var(--color-text-muted);
  font-size: 0.92rem;
}
.variant-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.variant-meta-item svg {
  width: 16px; height: 16px;
  flex-shrink: 0;
}

/* CTA-Row unten */
.profile-cta-row {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

/* Karten-Microcopy: Variantenanzahl */
.profile-variant-count {
  display: block;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  margin-top: 2px;
}

/* ============================================
   FILTER (Onlineshop-Chips)
   ============================================ */

.filter-bar {
  margin: 0 0 28px;
}
.filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: var(--font-weight-medium);
  color: var(--color-text-secondary);
  text-decoration: none;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition);
}
.filter-chip:hover {
  border-color: var(--color-accent);
  color: var(--color-text);
}
.filter-chip.active {
  background: var(--color-accent);
  border-color: var(--color-accent-dark);
  color: var(--color-text-on-accent);
}
.filter-chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  background: var(--color-bg-soft);
  border-radius: var(--radius-full);
  font-size: 0.76rem;
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-muted);
}
.filter-chip.active .filter-chip-count {
  background: rgba(255,255,255,0.4);
  color: var(--color-text-on-accent);
}
.filter-chip-reset {
  color: var(--color-text-muted);
  border-style: dashed;
}
.filter-noscript-hint {
  margin-top: 12px;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.filter-empty {
  margin: 32px 0;
  text-align: center;
  color: var(--color-text-muted);
}
.filter-empty a {
  color: var(--color-accent-dark);
  text-decoration: underline;
}

/* Listing & Group-Page Spacing */
.profiles-listing { padding-top: 120px; padding-bottom: 96px; }
.group-page .section-header { margin-bottom: 24px; }
.group-hero { text-align: left; max-width: 760px; }

@media (max-width: 600px) {
  .filter-chips {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    scrollbar-width: thin;
  }
  .filter-chip { flex-shrink: 0; }

  .profile-hero-actions { flex-direction: column; align-items: stretch; }
  .profile-hero-actions .btn { width: 100%; justify-content: center; }
  .variant-accordion-header {
    padding: 14px 16px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .variant-name { font-size: 0.95rem; }
  .variant-price { font-size: 1rem; flex-shrink: 0; }
  .variant-diff-tag {
    flex: 0 0 100%;
    order: 4;
    margin: 0;
    font-size: 0.72rem;
  }
  .variant-icon { order: 3; }
  .wertecheck-list li { font-size: 0.9rem; }
}

/* === Schrift-Umstellung: Ueberschriften -> Header-Schrift (Roboto Condensed SemiBold) ===
   Zentral gebuendelt, damit ein Font-Wechsel nur hier + in :root (und im Google-Fonts-<link>)
   passiert. Setzt Familie + Gewicht aller Ueberschriften/Titel auf die Header-Schrift.
   REVERSIBEL: Diesen Block auskommentieren/entfernen stellt das fruehere Verhalten her
   (Ueberschriften erben dann wieder die jeweils per Klasse gesetzte Schrift/Gewicht). */
h1, h2, h3, h4, h5, h6,
.section-title, .hero-title, .hero-title em, .step-title,
.profile-card-title, .usp-title,
.location-modal-title, .checkout-summary-title, .profile-hero-title,
.profile-info-title, .booking-cta-title, .variant-block-title {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
}

