/* ==========================================================================
   DN Innenausbau — Website Design System
   ========================================================================== */

/* Louis George Cafe — offizielle DN-Schriftart ---------------------------- */
@font-face {
  font-family: 'Louis George Cafe';
  src: url('/assets/fonts/Louis%20George%20Cafe%20Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis George Cafe';
  src: url('/assets/fonts/Louis%20George%20Cafe.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis George Cafe';
  src: url('/assets/fonts/Louis%20George%20Cafe%20Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louis George Cafe';
  src: url('/assets/fonts/Louis%20George%20Cafe%20Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* CSS Custom Properties ---------------------------------------------------- */
:root {
  /* Brand-Farben — offiziell aus Brand Board DN Innenausbau */
  --c-navy:        #0c1b48;  /* Dunkelblau, offiziell */
  --c-blue:        #13a4de;  /* Knallblau, offiziell — Primary CTA */
  --c-blue-dark:   #0e8cbf;  /* Hover: Knallblau dunkler */
  --c-blue-mid:    #143a73;  /* Übergang Navy → Knallblau */
  --c-blue-soft:   #84d2ee;  /* Knallblau hell */
  --c-blue-pale:   #d1edf8;  /* Knallblau sehr hell für Hintergründe */
  --c-silver:      #b2b2b1;  /* Silber, offiziell */
  --c-darkgrey:    #525151;  /* Dunkelgrau, offiziell */
  --c-bg-1:        #ffffff;
  --c-bg-2:        #f6f9fc;
  --c-bg-3:        #ecf4f9;
  --c-text:        #1a1b1f;
  --c-text-2:      #525151;  /* = Dunkelgrau offiziell */
  --c-text-mute:   #b2b2b1;  /* = Silber offiziell */
  --c-border:      #dce4ec;
  --c-border-soft: #eaf0f5;
  --c-success:     #329223;

  /* Typografie — Louis George Cafe (offizielle Brand-Schrift) */
  --ff-head: 'Louis George Cafe', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --ff-body: 'Louis George Cafe', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --fs-xs:   0.8125rem;  /* 13px */
  --fs-sm:   0.9375rem;  /* 15px */
  --fs-base: 1rem;       /* 16px */
  --fs-md:   1.125rem;   /* 18px */
  --fs-lg:   1.375rem;   /* 22px */
  --fs-xl:   1.75rem;    /* 28px */
  --fs-2xl:  2.25rem;    /* 36px */
  --fs-3xl:  3rem;       /* 48px */
  --fs-4xl:  3.75rem;    /* 60px */

  /* Spacing */
  --sp-1:  0.25rem;
  --sp-2:  0.5rem;
  --sp-3:  0.75rem;
  --sp-4:  1rem;
  --sp-5:  1.5rem;
  --sp-6:  2rem;
  --sp-7:  3rem;
  --sp-8:  4rem;
  --sp-9:  6rem;
  --sp-10: 8rem;

  /* Layout */
  --container:    1200px;
  --container-sm: 880px;
  --container-xs: 680px;

  /* Radii */
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;

  /* Shadows */
  --sh-sm: 0 1px 3px rgba(12,27,72,.05), 0 1px 2px rgba(12,27,72,.04);
  --sh-md: 0 4px 12px rgba(12,27,72,.08), 0 2px 4px rgba(12,27,72,.04);
  --sh-lg: 0 12px 36px rgba(12,27,72,.10), 0 4px 12px rgba(12,27,72,.06);
  --sh-blue: 0 8px 24px rgba(19,164,222,.25);

  /* Transitions */
  --t-fast: 150ms ease;
  --t-base: 250ms ease;
  --t-slow: 400ms cubic-bezier(.22,.61,.36,1);
}

/* Reset -------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video, svg { display: block; max-width: 100%; height: auto; }
picture { display: contents; }
button { font: inherit; cursor: pointer; background: none; border: none; padding: 0; color: inherit; }
input, textarea, select { font: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; }
:focus-visible { outline: 3px solid var(--c-blue-soft); outline-offset: 2px; border-radius: 4px; }

/* Base --------------------------------------------------------------------- */
html { font-size: 16px; }
body {
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  color: var(--c-text);
  background: var(--c-bg-1);
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff-head);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--c-navy);
}
h1 { font-size: clamp(2rem, 4.5vw + 1rem, var(--fs-4xl)); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.75rem, 2.5vw + 1rem, var(--fs-2xl)); }
h3 { font-size: clamp(1.25rem, 1vw + 1rem, var(--fs-xl)); }
h4 { font-size: var(--fs-lg); }

p { color: var(--c-text-2); }
p + p { margin-top: 1em; }

.prose a, .form-meta a, .footer-tagline a, .review-text a {
  color: var(--c-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--t-fast);
}
.prose a:hover, .form-meta a:hover, .footer-tagline a:hover, .review-text a:hover { color: var(--c-blue-dark); }

::selection { background: var(--c-blue); color: #fff; }

/* Layout helpers ----------------------------------------------------------- */
.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--sp-5); }
.container-sm { width: min(100%, var(--container-sm)); margin-inline: auto; padding-inline: var(--sp-5); }
.container-xs { width: min(100%, var(--container-xs)); margin-inline: auto; padding-inline: var(--sp-5); }
.section { padding-block: clamp(var(--sp-8), 8vw, var(--sp-10)); }
.section--tight { padding-block: clamp(var(--sp-7), 5vw, var(--sp-8)); }
.section--alt { background: var(--c-bg-2); }
.section--dark { background: var(--c-navy); color: #fff; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }
.section--dark p { color: var(--c-blue-pale); }

.eyebrow {
  display: inline-block;
  font-family: var(--ff-head);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--c-blue);
  font-weight: 600;
  margin-bottom: var(--sp-3);
}

.section-head { max-width: 760px; margin-bottom: var(--sp-7); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-bottom: var(--sp-4); }
.section-head p { font-size: var(--fs-md); }

/* Buttons ------------------------------------------------------------------ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 0.875rem 1.5rem;
  border-radius: var(--r-md);
  font-family: var(--ff-head);
  font-size: var(--fs-base);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform var(--t-fast), box-shadow var(--t-fast), background var(--t-fast), color var(--t-fast);
  cursor: pointer;
  white-space: nowrap;
}
.btn--primary {
  background: var(--c-blue);
  color: #fff;
  box-shadow: var(--sh-blue);
}
.btn--primary:hover {
  background: var(--c-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(19,164,222,.35);
}
.btn--ghost {
  background: transparent;
  color: var(--c-navy);
  border: 2px solid var(--c-border);
}
.btn--ghost:hover { border-color: var(--c-navy); background: var(--c-bg-2); }
.btn--white {
  background: #fff;
  color: var(--c-navy);
}
.btn--white:hover { background: var(--c-bg-2); transform: translateY(-2px); }
.btn--lg { padding: 1.1rem 2rem; font-size: var(--fs-md); }
.btn .arrow { font-size: 1.2em; transition: transform var(--t-fast); }
.btn:hover .arrow { transform: translateX(3px); }

/* Cards -------------------------------------------------------------------- */
.card {
  background: #fff;
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
  border-color: var(--c-blue-pale);
}
.card a,
a.card { color: inherit; text-decoration: none; display: block; }
a.card * { text-decoration: none; }
.card h3 { margin-bottom: var(--sp-3); transition: color var(--t-fast); }
.card:hover h3 { color: var(--c-blue); }
.card p { font-size: var(--fs-sm); }

.card-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  background: var(--c-blue-pale);
  border-radius: var(--r-md);
  margin-bottom: var(--sp-5);
  color: var(--c-blue);
}
.card-icon svg { width: 28px; height: 28px; }

/* Grid system -------------------------------------------------------------- */
.grid { display: grid; gap: var(--sp-5); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
@media (min-width: 768px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
}

/* Header / Navigation ------------------------------------------------------ */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--c-border-soft);
  z-index: 100;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-5);
  height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.brand img { height: 44px; width: auto; display: block; flex-shrink: 0; }
@media (max-width: 480px) {
  .brand img { height: 36px; }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  list-style: none;
  flex-wrap: nowrap;
}
.nav-link {
  font-family: var(--ff-head);
  font-weight: 500;
  font-size: var(--fs-sm);
  color: var(--c-text);
  padding: 0.5rem 0;
  position: relative;
  transition: color var(--t-fast);
  white-space: nowrap;
}
.nav-link:hover { color: var(--c-blue); }
.nav-link.active { color: var(--c-blue); }
.nav-link.active::after {
  content: '';
  position: absolute;
  inset: auto 0 -2px 0;
  height: 2px;
  background: var(--c-blue);
  border-radius: 2px;
}

.has-dropdown { position: relative; }
.has-dropdown > .nav-link::after {
  content: '▾';
  margin-left: 0.25em;
  font-size: 0.75em;
  color: var(--c-text-mute);
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #fff;
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: var(--sp-3);
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--t-fast), transform var(--t-fast), visibility var(--t-fast);
  list-style: none;
}
.has-dropdown:hover > .dropdown,
.has-dropdown:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.dropdown-link {
  display: block;
  padding: 0.6rem 0.75rem;
  border-radius: var(--r-sm);
  font-size: var(--fs-sm);
  color: var(--c-text);
  transition: background var(--t-fast), color var(--t-fast);
  white-space: nowrap;
}
.dropdown-link:hover { background: var(--c-bg-2); color: var(--c-blue); }

.nav-cta { display: flex; align-items: center; gap: var(--sp-3); flex-shrink: 0; }
.nav-tel {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-family: var(--ff-head);
  font-weight: 600;
  color: var(--c-navy);
  font-size: var(--fs-sm);
  white-space: nowrap;
}
.nav-tel:hover { color: var(--c-blue); }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
}
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--c-navy);
  margin: 5px auto;
  transition: transform var(--t-fast), opacity var(--t-fast);
}

@media (max-width: 1180px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100dvh - 72px);
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    padding: var(--sp-6);
    gap: var(--sp-3);
    transform: translateX(100%);
    transition: transform var(--t-base);
    overflow-y: auto;
    z-index: 99;
  }
  .nav.open .nav-links { transform: translateX(0); }
  .nav-link { padding: 0.875rem 0; font-size: var(--fs-md); border-bottom: 1px solid var(--c-border-soft); }
  .has-dropdown > .nav-link::after { float: right; }
  .dropdown {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none;
    border: none;
    background: #fff !important;
    padding: var(--sp-2) 0 var(--sp-2) var(--sp-4);
    min-width: 0;
    width: 100%;
    left: auto !important;
    top: auto !important;
    display: none;
  }
  .has-dropdown.open > .dropdown { display: block !important; }
  .has-dropdown.open > .dropdown li {
    display: block;
    list-style: none;
    margin: 0;
  }
  .has-dropdown.open > .dropdown .dropdown-link {
    display: block !important;
    color: #1a1b1f !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 1rem !important;
    line-height: 1.4 !important;
    padding: 0.75rem 0 !important;
    text-indent: 0 !important;
    transform: none !important;
    text-decoration: none !important;
    white-space: normal !important;
    -webkit-text-fill-color: #1a1b1f !important;
  }
  .nav-cta { display: none; }
  .nav.open + .nav-mobile-cta { display: flex; }
}

@media (max-width: 1180px) and (min-width: 769px) {
  /* Tablet: show telefon button (not full nav-cta) in header */
}

/* Hero --------------------------------------------------------------------- */
.hero {
  position: relative;
  background: linear-gradient(135deg, var(--c-bg-2) 0%, var(--c-bg-3) 100%);
  padding-block: clamp(var(--sp-8), 10vw, var(--sp-10));
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -30%; right: -15%;
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(19,164,222,.14) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  animation: float-slow 18s ease-in-out infinite;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -25%; left: -10%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(12,27,72,.06) 0%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  animation: float-slow 22s ease-in-out infinite reverse;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-7);
  align-items: center;
}
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.05fr 1fr; gap: var(--sp-8); }
}

.hero-content { max-width: 620px; }
.hero h1 { color: var(--c-navy); margin-bottom: var(--sp-5); }
.hero h1 .accent { color: var(--c-blue); }
.hero-sub { font-size: var(--fs-md); color: var(--c-text-2); margin-bottom: var(--sp-6); line-height: 1.5; }
.hero-actions { display: flex; gap: var(--sp-3); flex-wrap: wrap; }

.hero-visual {
  position: relative;
}
.hero-img-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-lg);
  aspect-ratio: 4/5;
}
@media (min-width: 900px) {
  .hero-img-frame { aspect-ratio: 4/5; }
}
.hero-img-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  animation: ken-burns 28s ease-in-out infinite alternate;
}

/* Floating Trust-Badges um das Hero-Bild */
.hero-badge {
  position: absolute;
  background: #fff;
  border-radius: var(--r-md);
  box-shadow: var(--sh-lg);
  padding: var(--sp-3) var(--sp-4);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-family: var(--ff-head);
  z-index: 2;
}
.hero-badge--top {
  top: 8%;
  left: -10%;
  animation: float 6s ease-in-out infinite;
}
.hero-badge--bottom {
  bottom: 10%;
  right: -8%;
  animation: float 7s ease-in-out infinite reverse;
}
.hero-badge-num {
  font-size: var(--fs-xl);
  font-weight: 700;
  color: var(--c-blue);
  line-height: 1;
}
.hero-badge-label {
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 899px) {
  .hero-badge { display: none; }
  .hero-img-frame { aspect-ratio: 16/10; max-width: 540px; margin-inline: auto; }
  .hero-content { text-align: center; margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-actions .btn { flex: 1 1 100%; }

  /* Section-Header (H2 + Subtext) auf Mobile zentrieren */
  .section-head { text-align: center; margin-inline: auto; }

  /* CTA-Banner ist schon zentriert per Default */

  /* Footer-Brand-Block (Logo + Claim) zentrieren — Adress-/Link-Spalten bleiben links */
  .footer-brand { text-align: center; }
  .footer-brand img { margin-inline: auto; }
}

/* Animations ---------------------------------------------------------------- */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
@keyframes float-slow {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-30px, 20px); }
}
@keyframes ken-burns {
  0%   { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.08) translate(-1%, -1%); }
}

/* Reveal-on-Scroll (für Sektionen unterhalb des Hero) */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease-out, transform 700ms ease-out;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .hero::before, .hero::after,
  .hero-content, .hero-visual,
  .hero-img-frame img,
  .hero-badge {
    animation: none !important;
  }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Stats strip -------------------------------------------------------------- */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--sp-6);
  padding-block: var(--sp-7);
  border-top: 1px solid var(--c-border-soft);
  border-bottom: 1px solid var(--c-border-soft);
}
.stat-num { font-family: var(--ff-head); font-size: var(--fs-3xl); font-weight: 700; color: var(--c-blue); line-height: 1; }
.stat-label { font-size: var(--fs-sm); color: var(--c-text-mute); margin-top: var(--sp-2); }

/* Reviews ------------------------------------------------------------------ */
.review-card {
  background: #fff;
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-lg);
  padding: var(--sp-6);
  position: relative;
}
.review-stars {
  display: flex;
  gap: 2px;
  color: #f7b500;
  font-size: var(--fs-base);
  margin-bottom: var(--sp-3);
}
.review-text { color: var(--c-text); font-size: var(--fs-sm); line-height: 1.6; margin-bottom: var(--sp-4); }
.review-author { font-size: var(--fs-sm); color: var(--c-text-mute); font-weight: 500; }
.review-time { font-size: var(--fs-xs); color: var(--c-text-mute); font-weight: 400; opacity: 0.75; }

/* Rating-Banner (über den Review-Cards) ----------------------------------- */
.rating-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-2);
  margin: 0 auto var(--sp-6);
  padding: var(--sp-5) var(--sp-6);
  background: linear-gradient(135deg, #fff 0%, var(--c-bg-2) 100%);
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  max-width: 540px;
}
.rating-banner-stars {
  font-size: 2rem;
  letter-spacing: 0.15em;
  color: #f5b942;
  line-height: 1;
}
.rating-banner-text {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.rating-banner-text strong {
  font-family: var(--ff-head);
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1;
}
.rating-banner-divider {
  font-size: var(--fs-md);
  color: var(--c-text-mute);
}
.rating-banner-count {
  flex-basis: 100%;
  font-size: var(--fs-sm);
  color: var(--c-text-mute);
  margin-top: 0.25rem;
}

/* Kontakt-Karte (OpenStreetMap) ------------------------------------------ */
.kontakt-karte { margin-top: var(--sp-6); }
.kontakt-karte iframe {
  width: 100%;
  height: 320px;
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-md);
  display: block;
  background: var(--c-bg-2);
}
.kontakt-karte-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-3);
}
.kontakt-karte-attribution {
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.kontakt-karte-attribution:hover { color: var(--c-blue); }

/* Standorte: Mehr-aufklappen ---------------------------------------------- */
.standorte-mehr { margin-top: var(--sp-5); text-align: center; }
.standorte-mehr > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 0.75rem 1.25rem;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  background: #fff;
  font-family: var(--ff-head);
  font-weight: 500;
  font-size: var(--fs-sm);
  color: var(--c-navy);
  transition: background var(--t-fast), border-color var(--t-fast);
}
.standorte-mehr > summary::-webkit-details-marker,
.standorte-mehr > summary::marker { display: none; content: ""; }
.standorte-mehr > summary:hover { background: var(--c-bg-2); border-color: var(--c-blue-pale); }
.standorte-chevron { transition: transform var(--t-fast); }
.standorte-mehr[open] > summary .standorte-chevron { transform: rotate(180deg); }
.standorte-mehr[open] > summary .standorte-toggle-label { display: none; }
.standorte-mehr > summary .standorte-toggle-label-open { display: none; }
.standorte-mehr[open] > summary .standorte-toggle-label-open { display: inline; }
.standorte-mehr > .grid { margin-top: var(--sp-5); text-align: left; }
.review-meta { display: flex; align-items: center; gap: var(--sp-3); margin-top: var(--sp-3); padding-top: var(--sp-3); border-top: 1px solid var(--c-border-soft); }
.google-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
  background: var(--c-bg-2);
  padding: 0.25rem 0.625rem;
  border-radius: var(--r-sm);
}

/* Process / Steps ---------------------------------------------------------- */
.process-list { counter-reset: step; display: grid; gap: var(--sp-5); }
.process-step {
  display: flex;
  gap: var(--sp-5);
  padding: var(--sp-5);
  background: #fff;
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-lg);
  counter-increment: step;
  align-items: flex-start;
}
.process-step::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--ff-head);
  font-size: var(--fs-2xl);
  font-weight: 700;
  color: var(--c-blue);
  line-height: 1;
  min-width: 3rem;
}
.process-step h3 { margin-bottom: var(--sp-2); font-size: var(--fs-md); }
.process-step p { font-size: var(--fs-sm); margin: 0; }

/* FAQ ---------------------------------------------------------------------- */
.faq-list { display: grid; gap: var(--sp-3); }
.faq-item {
  background: #fff;
  border: 1px solid var(--c-border-soft);
  border-radius: var(--r-md);
  transition: border-color var(--t-fast);
}
.faq-item:hover { border-color: var(--c-blue-pale); }
.faq-item summary {
  padding: var(--sp-5);
  cursor: pointer;
  font-family: var(--ff-head);
  font-weight: 600;
  font-size: var(--fs-md);
  color: var(--c-navy);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-4);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--c-blue);
  transition: transform var(--t-fast);
  min-width: 24px;
  text-align: center;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 var(--sp-5) var(--sp-5); color: var(--c-text-2); font-size: var(--fs-sm); line-height: 1.6; }
.faq-answer p { margin-bottom: 0.5em; }

/* CTA Banner --------------------------------------------------------------- */
.cta-banner {
  background: linear-gradient(135deg, var(--c-navy) 0%, var(--c-blue-mid) 100%);
  border-radius: var(--r-xl);
  padding: var(--sp-8) var(--sp-7);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(160,188,255,.15) 0%, transparent 70%);
  border-radius: 50%;
}
.cta-banner > * { position: relative; z-index: 1; }
.cta-banner h2 { color: #fff; margin-bottom: var(--sp-4); }
.cta-banner p { color: var(--c-blue-pale); font-size: var(--fs-md); margin-bottom: var(--sp-6); max-width: 580px; margin-inline: auto; }
.cta-banner .btn-group { display: inline-flex; gap: var(--sp-3); flex-wrap: wrap; justify-content: center; }

/* Footer ------------------------------------------------------------------- */
.site-footer {
  background: var(--c-navy);
  color: var(--c-blue-pale);
  padding-block: var(--sp-8) var(--sp-6);
  margin-top: var(--sp-9);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: var(--sp-7);
  margin-bottom: var(--sp-7);
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--sp-6); }
}
@media (max-width: 540px) {
  .footer-grid { grid-template-columns: 1fr; }
}
.footer-brand img { height: 56px; width: auto; margin-bottom: var(--sp-4); }
.footer-tagline { color: var(--c-blue-pale); margin-bottom: var(--sp-4); max-width: 320px; line-height: 1.6; font-size: var(--fs-sm); }
.footer-social { display: flex; gap: var(--sp-3); }
.footer-social a {
  display: grid; place-items: center;
  width: 40px; height: 40px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
  transition: background var(--t-fast);
}
.footer-social a:hover { background: rgba(255,255,255,.15); }
.footer-social img { width: 18px; height: 18px; }

.footer-col h4 {
  color: #fff;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: var(--sp-4);
}
.footer-col ul { list-style: none; display: grid; gap: var(--sp-3); }
.footer-link {
  color: var(--c-blue-pale);
  font-size: var(--fs-sm);
  transition: color var(--t-fast);
  text-decoration: none;
}
.footer-link:hover { color: #fff; }

.footer-contact { display: grid; gap: var(--sp-3); font-size: var(--fs-sm); }
.footer-contact a { color: var(--c-blue-pale); transition: color var(--t-fast); text-decoration: none; }
.footer-contact a:hover { color: #fff; }
.footer-contact strong { color: #fff; font-weight: 600; }

.footer-bar {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: var(--sp-5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--sp-5);
  flex-wrap: wrap;
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
}
.footer-legal { display: flex; gap: var(--sp-5); }
.footer-legal a { color: var(--c-text-mute); transition: color var(--t-fast); }
.footer-legal a:hover { color: #fff; }

/* Cookie Banner ------------------------------------------------------------ */
.cookie-banner {
  position: fixed;
  inset: auto var(--sp-4) var(--sp-4) auto;
  max-width: 380px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  box-shadow: var(--sh-lg);
  z-index: 200;
  display: none;
}
.cookie-banner.visible { display: block; }
.cookie-banner h3 { font-size: var(--fs-md); margin-bottom: var(--sp-2); }
.cookie-banner p { font-size: var(--fs-sm); margin-bottom: var(--sp-4); }
.cookie-actions { display: flex; gap: var(--sp-3); flex-wrap: wrap; }
.cookie-actions .btn { padding: 0.6rem 1rem; font-size: var(--fs-sm); }
@media (max-width: 768px) {
  .cookie-banner {
    inset: auto var(--sp-3) calc(var(--sp-5) + 60px) var(--sp-3);
    max-width: none;
    padding: var(--sp-4);
  }
  .cookie-banner h3 { font-size: var(--fs-base); }
}

/* Mobile Call-Button (Sticky) ---------------------------------------------- */
.mobile-call {
  position: fixed;
  inset: auto var(--sp-4) var(--sp-4) auto;
  display: none;
  align-items: center;
  gap: var(--sp-2);
  background: var(--c-blue);
  color: #fff;
  padding: 0.875rem 1.25rem;
  border-radius: 999px;
  box-shadow: var(--sh-blue);
  font-family: var(--ff-head);
  font-weight: 600;
  z-index: 90;
  text-decoration: none;
}
@media (max-width: 768px) {
  .mobile-call { display: inline-flex; }
}

/* Breadcrumbs -------------------------------------------------------------- */
.breadcrumb {
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
  padding-block: var(--sp-4);
  border-bottom: 1px solid var(--c-border-soft);
}
.breadcrumb ol { display: flex; gap: var(--sp-2); list-style: none; flex-wrap: wrap; }
.breadcrumb a { color: var(--c-text-mute); }
.breadcrumb a:hover { color: var(--c-blue); }
.breadcrumb li + li::before { content: '/'; margin-right: var(--sp-2); color: var(--c-border); }
.breadcrumb [aria-current="page"] { color: var(--c-text); font-weight: 500; }

/* Forms -------------------------------------------------------------------- */
.form { display: grid; gap: var(--sp-4); }
.form-row { display: grid; gap: var(--sp-4); }
@media (min-width: 600px) { .form-row--2 { grid-template-columns: 1fr 1fr; } }
.form-field label {
  display: block;
  font-family: var(--ff-head);
  font-size: var(--fs-sm);
  font-weight: 500;
  color: var(--c-navy);
  margin-bottom: var(--sp-2);
}
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 0.75rem 0.875rem;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  background: #fff;
  color: var(--c-text);
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--c-blue);
  box-shadow: 0 0 0 3px rgba(19,164,222,.20);
}
.form-field textarea { resize: vertical; min-height: 140px; }
.form-meta {
  font-size: var(--fs-xs);
  color: var(--c-text-mute);
  display: flex;
  gap: var(--sp-2);
  align-items: flex-start;
}
.form-meta input[type=checkbox] { margin-top: 0.25em; }

/* Content sections (prose) ------------------------------------------------- */
.prose { max-width: 720px; }
.prose h2 { margin-top: var(--sp-7); margin-bottom: var(--sp-4); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: var(--sp-5); margin-bottom: var(--sp-3); }
.prose p { margin-bottom: var(--sp-4); }
.prose ul, .prose ol { padding-left: 1.25rem; margin-bottom: var(--sp-4); display: grid; gap: var(--sp-2); }
.prose li { color: var(--c-text-2); }
.prose strong { color: var(--c-navy); }

/* Service highlight panels ------------------------------------------------- */
.feature-list { display: grid; gap: var(--sp-4); margin-top: var(--sp-5); }
.feature-item {
  display: flex; gap: var(--sp-3);
  padding: var(--sp-4);
  background: var(--c-bg-2);
  border-radius: var(--r-md);
  align-items: flex-start;
}
.feature-check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--c-blue);
  color: #fff;
  display: grid; place-items: center;
  font-size: 14px;
  font-weight: 700;
}
.feature-item h4 { font-size: var(--fs-base); margin-bottom: var(--sp-1); }
.feature-item p { font-size: var(--fs-sm); margin: 0; }

/* Two-column content block ------------------------------------------------- */
.two-col {
  display: grid;
  gap: var(--sp-7);
  align-items: center;
}
@media (min-width: 900px) {
  .two-col { grid-template-columns: 1.1fr 1fr; }
  .two-col--reverse > :first-child { order: 2; }
}
.two-col-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-md);
}

/* Foto-Collage mit Haupt- + Akzentbild ------------------------------------ */
.two-col-img--collage {
  position: relative;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
}
.two-col-img--collage .collage-main {
  width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  display: block;
}
.two-col-img--collage .collage-accent {
  position: absolute;
  right: -8%;
  bottom: -6%;
  width: 48%;
  height: auto;
  border-radius: var(--r-md);
  border: 6px solid #fff;
  box-shadow: var(--sh-lg);
  z-index: 2;
}
@media (max-width: 768px) {
  .two-col-img--collage .collage-accent {
    right: 0;
    bottom: -8%;
    width: 45%;
    border-width: 4px;
  }
}

/* Map placeholder ---------------------------------------------------------- */
.map-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--r-lg);
  border: 0;
  box-shadow: var(--sh-md);
}

/* Utilities ---------------------------------------------------------------- */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-4 { margin-top: var(--sp-4); }
.mt-5 { margin-top: var(--sp-5); }
.mt-6 { margin-top: var(--sp-6); }
.mb-0 { margin-bottom: 0; }

/* Print -------------------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .mobile-call, .cookie-banner { display: none; }
}
