/* ============================================================
   BLANK AIRSOLUTIONS GMBH, v1 (Basis: Runde-5-Layout "Frisch & Hell")
   Umbrand: Gruen-Palette komplett auf Markenblau #1863dc, Navy #0b1f3a,
   Cyan-Akzent #2fc1ff. Struktur, Sektionen und Animationen 1:1.
   Ueberarbeitung v1o: 10 User-Fixes (Split-Hero + Quick-Card,
   Steinreinigung-Reveal-Karten, echte Google-Reviews als Marquee,
   TikTok+Instagram nebeneinander, kompaktere Sektionen).
   Runde 6 (v1r6): Review-Cards schmaler+glossy, Footer-Logo statt
   Riesen-Wortmarke, Formzeile raus, Perks als Flex-Reihe, kompakter.
   Runde 7 (v1r7): Leistungen direkt nach Hero, "Grau war gestern" hinter
   die Referenzen verschoben (helle Bild-Karten mit Lift+Zoom+Overlay),
   Google-Cards 292px, line-clamp 4, alle gleich hoch.
   Kein blur, kein Gradient-Text, kein Rand >=2px, kein Lila, kein Serif.
   ============================================================ */

@font-face {
  font-family: "Outfit";
  src: url("../fonts/outfit-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-var.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg:        #f8fafc;
  --bg-tint:   #e7eefb;
  --card:      #ffffff;
  --ink:       #16202e;
  --ink-soft:  #4d586a;
  --brand:     #1863dc;
  --brand-deep:#124aae;
  --forest:    #0b1f3a;
  --line:      rgba(22,32,46,0.10);
  --shadow-a:  rgba(16,38,70,0.06);
  --shadow-b:  rgba(16,38,70,0.10);

  --s1: 8px;  --s2: 16px; --s3: 24px; --s4: 40px;
  --s5: 56px; --s6: 80px; --s7: 96px;

  --r-card: 16px;
  --r-img:  22px;

  --font-head: "Outfit", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;

  --ease-reveal: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-hover:  cubic-bezier(0.4, 0, 0.2, 1);

  --shadow-card: 0 1px 2px var(--shadow-a), 0 6px 16px var(--shadow-a), 0 20px 40px var(--shadow-b), inset 0 1px 0 rgba(255,255,255,0.9);
  --shadow-card-up: 0 1px 2px var(--shadow-a), 0 8px 20px var(--shadow-a), 0 28px 56px var(--shadow-b), inset 0 1px 0 rgba(255,255,255,0.9);
}

/* ---------- Reset / Basis ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
/* Slide-Reveals (translateX) duerfen keine seitliche Scrollflaeche erzeugen */
html, body { overflow-x: clip; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font: inherit; border: 0; background: none; cursor: pointer; }
h1, h2, .band-title, .footer-cta-title { font-family: var(--font-head); line-height: 1.08; letter-spacing: -0.015em; }
h3, .ref-title { font-family: var(--font-head); }

.ic { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ic-14 { width: 14px; height: 14px; }
.ic-16 { width: 16px; height: 16px; }
.ic-18 { width: 18px; height: 18px; }
.ic-20 { width: 20px; height: 20px; }
.ic-22 { width: 22px; height: 22px; }
.ic-24 { width: 24px; height: 24px; }
.ic-28 { width: 28px; height: 28px; }
/* Google-G behaelt seine Markenfarben (fill in den Pfaden) */
.gicon { width: 20px; height: 20px; flex: none; }
.g-22 { width: 22px; height: 22px; }

/* ---------- Breiten-Rhythmus: FULL / 1240 / 680-820 ---------- */
.wrap        { max-width: 1240px; margin-inline: auto; padding-inline: 24px; }
.wrap-narrow { max-width: 780px;  margin-inline: auto; padding-inline: 24px; }

/* ---------- Sektionsrhythmus (straff) ---------- */
.section { padding-block: 60px; }
.section-forest { padding-block: var(--s6); }

.section-head { max-width: 720px; margin-inline: auto; text-align: center; margin-bottom: 30px; }
.section-head h2 { font-size: clamp(28px, 3.8vw, 42px); font-weight: 700; margin-top: var(--s2); }
.section-sub { color: var(--ink-soft); margin-top: var(--s2); font-size: 17px; }
.section-head-tight { margin-bottom: var(--s3); }

.eyebrow {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand);
}
.eyebrow-light { color: #2fc1ff; }

/* Fliessende Sektions-Verlaeufe statt harter Farbkanten */
.section-tint { background: linear-gradient(180deg, var(--bg-tint) 0%, #dbe7f8 100%); }
/* Leistungen folgt jetzt direkt auf den Hero (heller Seitengrund), laeuft von --bg ins Tint */
#leistungen { background: linear-gradient(180deg, var(--bg) 0%, #e7eefb 45%, #dbe7f8 100%); }
#ueber { background: linear-gradient(180deg, #dbe7f8 0%, var(--bg) 22%, var(--bg) 72%, var(--bg-tint) 100%); }
#referenzen { background: linear-gradient(180deg, var(--bg-tint) 0%, #d3e2f6 100%); }
.section-forest { background: var(--forest); color: #eef3fa; }
.section-forest .section-sub { color: rgba(238,243,250,0.72); }
.section-forest h2 { color: #ffffff; }
.section-social { background: linear-gradient(180deg, #e9eef6 0%, #e4edfa 55%, var(--bg-tint) 100%); }
.section-form { background: linear-gradient(180deg, var(--bg-tint) 0%, var(--bg) 60%, var(--bg) 100%); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  transition: background 250ms var(--ease-hover), color 250ms var(--ease-hover), transform 250ms var(--ease-hover), box-shadow 250ms var(--ease-hover), border-color 250ms var(--ease-hover);
}
.btn .ic { transition: transform 200ms ease-out; }
.btn:hover .ic-18 { transform: translateX(4px); }
.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #2f7ceb, var(--brand) 55%, var(--brand-deep));
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.28), 0 1px 2px var(--shadow-a), 0 6px 16px var(--shadow-b);
}
/* Edler Metall-Schimmer: Lichtstreifen zieht beim Hover durch (kein blur) */
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -80%;
  width: 45%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
}
.btn-primary:hover::after { left: 130%; transition: left 650ms ease; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 2px 4px var(--shadow-a), 0 10px 24px rgba(18,74,174,0.35); }
.btn-outline { border: 1px solid rgba(22,32,46,0.28); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--brand); color: var(--brand-deep); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--bg-tint); transform: translateY(-2px); }
.btn-outline-light { border: 1px solid rgba(255,255,255,0.35); color: #fff; }
.btn-outline-light:hover { border-color: #2fc1ff; color: #2fc1ff; transform: translateY(-2px); }
.btn-ghost { color: var(--ink-soft); padding-inline: 18px; }
.btn-ghost:hover { color: var(--ink); }

/* ---------- 1. Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248,250,252,0.96);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1240px;
  margin-inline: auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: var(--s3);
}
.logo { height: 68px; width: auto; }
.logo-link { flex: none; display: block; }

.main-nav { margin-left: auto; }
.main-nav > ul { display: flex; gap: 4px; align-items: center; }
.main-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 15.5px;
  color: var(--ink);
  position: relative;
  transition: background 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.main-nav > ul > li > a:hover { background: var(--bg-tint); color: var(--brand-deep); }

.has-drop { position: relative; }
.drop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 250px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 8px;
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 220ms var(--ease-hover), transform 220ms var(--ease-hover), visibility 220ms;
}
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.drop a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 15px;
  color: var(--ink);
  transition: background 180ms var(--ease-hover), color 180ms var(--ease-hover);
}
.drop a:hover { background: var(--bg-tint); color: var(--brand-deep); }
.drop a .ic { color: var(--brand); }

.header-actions { display: flex; align-items: center; gap: 8px; }
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--ink);
  transition: background 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.icon-btn:hover { background: var(--bg-tint); color: var(--brand-deep); }
.btn-header { padding: 12px 22px; font-size: 15px; }

.nav-toggle { display: none; }
.nav-toggle .ic-close { display: none; }
.nav-open .nav-toggle .ic-open { display: none; }
.nav-open .nav-toggle .ic-close { display: block; }

.mobile-nav {
  display: none;
  flex-direction: column;
  padding: var(--s2) 24px var(--s3);
  border-top: 1px solid var(--line);
  background: var(--bg);
}
.mobile-nav a { padding: 12px 4px; font-weight: 500; font-size: 17px; border-bottom: 1px solid var(--line); }
.mobile-nav a:last-child { border-bottom: 0; }
.mobile-cta { color: var(--brand-deep); font-weight: 600; }
.nav-open .mobile-nav { display: flex; }

/* ---------- 2. Hero (grosses Projektfoto, 90% Breite, abgerundet) ---------- */
.hero-full { padding-top: var(--s2); }
.hero-frame {
  position: relative;
  width: min(1720px, 92%);
  margin-inline: auto;
  min-height: clamp(520px, 74vh, 720px);
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 2px 6px var(--shadow-a), 0 24px 60px rgba(16,38,70,0.18);
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(6,15,29,0.80) 0%, rgba(6,15,29,0.48) 46%, rgba(6,15,29,0.08) 76%),
    linear-gradient(to top, rgba(6,15,29,0.60), transparent 48%),
    radial-gradient(90% 70% at 88% 12%, rgba(47,193,255,0.14), transparent 60%);
}
.hero-inner { position: relative; z-index: 2; width: 100%; padding: var(--s6) clamp(24px, 5vw, 88px); color: #fff; }
.eyebrow-hero { color: #2fc1ff; }
.hero-full h1 { font-size: clamp(38px, 5vw, 64px); font-weight: 700; margin-top: var(--s2); max-width: 640px; text-shadow: 0 2px 16px rgba(7,17,32,0.45); }
.hero-sub { color: rgba(255,255,255,0.88); font-size: 18px; margin-top: var(--s3); max-width: 540px; text-shadow: 0 1px 10px rgba(7,17,32,0.5); }
.hero-ctas { display: flex; gap: var(--s2); flex-wrap: wrap; margin-top: var(--s4); }
.btn-hero-outline { border: 1px solid rgba(255,255,255,0.55); color: #fff; background: rgba(7,17,32,0.25); }
.btn-hero-outline:hover { border-color: #2fc1ff; color: #2fc1ff; transform: translateY(-2px); }
.hero-rating { display: flex; align-items: center; gap: 10px; margin-top: var(--s3); color: rgba(255,255,255,0.85); font-size: 15px; }
.stars { display: inline-flex; gap: 2px; color: #e8a417; }
.stars .ic { fill: currentColor; stroke: none; }
.stars .star-half { opacity: 0.45; }
.hero-rating strong { color: #fff; }

/* ---------- Kontakt-Dock (schwebendes Badge rechts, alle Seiten) ---------- */
.contact-dock { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 80; }
.dock-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: var(--brand);
  color: #fff;
  padding: 14px 11px 16px;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 4px 14px var(--shadow-b), 0 12px 32px rgba(16,38,70,0.22);
  transition: background 200ms var(--ease-hover), padding-right 200ms var(--ease-hover);
}
.dock-btn:hover { background: var(--brand-deep); padding-right: 15px; }
.dock-label { font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; writing-mode: vertical-rl; }
.dock-panel {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% + 16px), -50%);
  width: min(470px, calc(100vw - 24px));
  max-height: min(96vh, 900px);
  overflow-y: auto;
  background: linear-gradient(175deg, #ffffff 0%, #f8fafd 100%);
  border: 1px solid var(--line);
  border-radius: 22px 0 0 22px;
  box-shadow: 0 4px 12px rgba(16,38,70,0.10), 0 30px 70px rgba(11,31,58,0.28);
  visibility: hidden;
  overflow-x: hidden;
  transition: transform 320ms var(--ease-reveal), visibility 320ms;
}
.contact-dock.open .dock-panel { transform: translate(0, -50%); visibility: visible; }
.contact-dock.open .dock-btn { visibility: hidden; }
/* Blauer Panel-Kopf mit Team */
.dock-hero {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(47,193,255,0.22), transparent 55%),
    linear-gradient(160deg, #1656c4 0%, var(--brand-deep) 60%, #0e3c8e 100%);
  color: #fff;
}
.dock-face { width: 52px; height: 52px; border-radius: 999px; object-fit: cover; outline: 2px solid rgba(255,255,255,0.45); flex: none; }
.dock-name { font-family: var(--font-head); font-weight: 700; font-size: 18px; line-height: 1.2; }
.dock-role { font-size: 12.5px; color: rgba(255,255,255,0.82); margin-top: 2px; }
.dock-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: rgba(255,255,255,0.85);
  transition: background 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.dock-close:hover { background: rgba(255,255,255,0.15); color: #fff; }
.dock-body { padding: var(--s2) 20px 20px; }
.dock-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dock-call, .dock-wa { justify-content: center; padding: 11px 12px; font-size: 14.5px; }
.dock-call { background: var(--forest); color: #fff; }
.dock-call:hover { background: #081729; transform: translateY(-2px); }
.dock-wa { background: var(--brand); color: #fff; }
.dock-wa:hover { background: var(--brand-deep); transform: translateY(-2px); }
.qc-topics { border: 0; margin-top: 12px; }
.qc-topics legend { font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.chip-group-sm span { padding: 6px 12px; font-size: 13px; }
.qc-form { margin-top: var(--s2); }
.qc-field { margin-top: 12px; }
.qc-field input { padding: 10px 14px; font-size: 15px; }
.qc-btn { width: 100%; justify-content: center; margin-top: var(--s2); padding-block: 13px; font-size: 15.5px; }
.qc-ok {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: var(--s2);
  background: var(--bg-tint);
  color: var(--brand-deep);
  font-weight: 500;
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 14px;
}
.qc-ok .ic { color: var(--brand); margin-top: 2px; }
.qc-perks { margin-top: var(--s2); display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; }
.qc-perks li { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-soft); }
.qc-perks .ic { color: var(--brand); }
.qc-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--brand-deep);
}
.qc-wa:hover { text-decoration: underline; }

/* ---------- 6b. Steinreinigung-Showcase (helle Bild-Karten, v1r7: Lift + Zoom + Overlay von unten) ---------- */
.section-clean { background: linear-gradient(180deg, #d3e2f6 0%, #ebf2fb 50%, var(--bg-tint) 100%); }
.clean-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.clean-shot {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin: 0;
  background: var(--card);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  transition: transform 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover);
}
.clean-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-reveal);
}
.clean-shot:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-up); }
.clean-shot:hover img { transform: scale(1.06); }
/* helles Overlay-Panel: Titelzeile sichtbar, faehrt beim Hover komplett hoch */
.cs-ov {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 11px 14px 13px;
  color: var(--ink);
  background: linear-gradient(175deg, rgba(255,255,255,0.97) 0%, rgba(248,250,252,0.95) 100%);
  box-shadow: 0 -1px 0 rgba(22,32,46,0.08);
  transform: translateY(calc(100% - 44px));
  transition: transform 380ms var(--ease-reveal);
}
.cs-ov strong { font-family: var(--font-head); font-weight: 600; font-size: 15.5px; line-height: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cs-line { font-size: 13px; line-height: 1.45; color: var(--ink-soft); opacity: 0; transition: opacity 260ms var(--ease-hover) 60ms; }
.cs-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--brand-deep);
  opacity: 0;
  transition: opacity 260ms var(--ease-hover) 100ms;
}
.clean-shot:hover .cs-ov, .clean-shot:focus-visible .cs-ov { transform: translateY(0); }
.clean-shot:hover .cs-more, .clean-shot:focus-visible .cs-more,
.clean-shot:hover .cs-line, .clean-shot:focus-visible .cs-line { opacity: 1; }
@media (hover: none) {
  .cs-ov { transform: translateY(0); }
  .cs-more, .cs-line { opacity: 1; }
}
.clean-cta { text-align: center; margin-top: var(--s4); }

/* ---------- 4. Gewerke-Grid (saftig gruen, Glow + Maus-Spotlight wie v2) ---------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s3);
}
.service-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid transparent;
  /* helleres, saftiges Gruen + metallische Lichtkante als Border-Gradient */
  background:
    linear-gradient(155deg, #3585f0 0%, #2270e4 55%, var(--brand) 100%) padding-box,
    linear-gradient(150deg, rgba(255,255,255,0.75), rgba(255,255,255,0.12) 32%, rgba(143,220,255,0.55) 68%, rgba(255,255,255,0.5) 100%) border-box;
  border-radius: var(--r-card);
  padding: var(--s3);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 8px 24px rgba(16,38,70,0.16);
  transition: transform 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover);
}
/* Glow: radiale Lichtflaeche von oben (v2-Mechanik, kein blur) */
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 50% at 50% 0%, rgba(160,220,255,0.28), transparent 70%),
    linear-gradient(155deg, rgba(255,255,255,0.10), transparent 45%);
  opacity: 0;
  transition: opacity 280ms var(--ease-hover);
}
/* Maus-Spotlight: warmweisser radialer Fleck folgt der Maus (v2) */
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(280px circle at var(--mx, 50%) var(--my, 0%), rgba(255,255,255,0.18), transparent 60%);
  opacity: 0;
  transition: opacity 280ms var(--ease-hover);
}
.service-card .chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.30);
  transition: background 280ms var(--ease-hover), color 280ms var(--ease-hover), transform 280ms var(--ease-hover);
}
.service-card h3 { font-size: 19px; font-weight: 600; margin-top: var(--s2); color: #fff; }
.service-card p { color: rgba(255,255,255,0.85); font-size: 14.5px; margin-top: 6px; line-height: 1.5; }
@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    transform: translateY(-6px);
    /* glaenzender Schein: Lime-Lichtring + tiefer Schatten */
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,0.32),
      0 0 0 1px rgba(143,220,255,0.55),
      0 4px 10px rgba(16,38,70,0.16),
      0 18px 44px rgba(18,74,174,0.32);
  }
  .service-card:hover::before, .service-card:hover::after { opacity: 1; }
  .service-card:hover .chip { background: #8fdcff; color: var(--brand-deep); transform: scale(1.08); }
}

.service-card-cta {
  background:
    linear-gradient(155deg, #10305c 0%, var(--forest) 70%) padding-box,
    linear-gradient(150deg, rgba(143,220,255,0.5), rgba(255,255,255,0.08) 40%, rgba(143,220,255,0.35) 100%) border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* CTA-Karte laeuft bei 4 Leistungen als Band ueber die volle Grid-Breite */
.service-card-cta { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; gap: var(--s3); flex-wrap: wrap; }
.service-card-cta h3 { margin-top: 0; }
.service-card-cta .cta-copy p { max-width: 620px; }
.service-card-cta .link-more { margin-top: 0; flex: none; }
.service-card-cta .link-more { display: inline-flex; align-items: center; gap: 8px; color: #2fc1ff; font-weight: 600; font-size: 15px; margin-top: var(--s2); }
.service-card-cta .link-more .ic { transition: transform 200ms ease-out; }
.service-card-cta:hover .link-more .ic { transform: translateX(4px); }
@media (hover: hover) and (pointer: fine) {
  .service-card-cta:hover h3 { color: #2fc1ff; }
}

/* ---------- 5. Ueber Blank (kleineres Bild) ---------- */
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: var(--s5);
  align-items: center;
}
.about-media { position: relative; max-width: 400px; }
.about-photo img { border-radius: var(--r-img); width: 100%; }
.about-face {
  position: absolute;
  right: -8px;
  bottom: -12px;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  outline: 4px solid var(--bg);
}
.about-face img { width: 100%; height: 100%; object-fit: cover; }
.about-copy h2 { font-size: clamp(28px, 3.8vw, 40px); font-weight: 700; margin-top: var(--s2); }
.about-text { color: var(--ink-soft); margin-top: var(--s3); font-size: 17px; }
.about-quote {
  position: relative;
  background: var(--bg-tint);
  border-radius: var(--r-card);
  padding: var(--s3) var(--s3) var(--s3) 64px;
  margin-top: var(--s3);
}
.about-quote .quote-ic { position: absolute; left: 20px; top: 22px; color: var(--brand); }
.about-quote p { font-family: var(--font-head); font-size: 21px; font-weight: 600; line-height: 1.3; }
.about-quote cite { display: block; font-style: normal; color: var(--ink-soft); font-size: 14px; margin-top: 6px; }
.trust-list { margin-top: var(--s3); display: grid; gap: 10px; }
.trust-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 15.5px; }
.trust-list .ic { color: var(--brand); margin-top: 3px; }

/* ---------- 6. Referenzen (Vorher/Nachher-Schieberegler) ---------- */
.ref-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.ref-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover);
}
.ref-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-up); }
.ba-frame { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; }
.ba-under { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-over {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--pos, 50%)) 0 0);
}
.ba-over img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-tag {
  position: absolute;
  top: 12px;
  z-index: 3;
  background: rgba(255,255,255,0.94);
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  box-shadow: 0 2px 8px var(--shadow-b);
  pointer-events: none;
}
.ba-tag-vor { left: 12px; }
.ba-tag-nach { right: 12px; }
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos, 50%);
  width: 3px;
  margin-left: -1.5px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 0 8px rgba(7,17,32,0.4);
  z-index: 4;
  pointer-events: none;
}
.ba-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-deep);
  box-shadow: 0 4px 14px rgba(7,17,32,0.35);
}
.ba-range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  -webkit-appearance: none;
  appearance: none;
  touch-action: pan-y;
}
.ba-range:focus-visible ~ .ba-handle .ba-grip,
.ba-frame:has(.ba-range:focus-visible) .ba-grip { outline: 2px solid var(--brand); outline-offset: 2px; }
.ref-meta { display: block; padding: var(--s2) var(--s3) var(--s3); }
.ref-title { display: block; font-size: 18px; font-weight: 600; }
.ref-line { display: block; color: var(--ink-soft); font-size: 14px; margin-top: 4px; }
.ref-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--brand-deep);
}
.ref-link .ic { transition: transform 200ms ease-out; }
.ref-link:hover .ic { transform: translateX(4px); }

/* ---------- 7. Stats (Band volle Breite, 4 in einer Reihe, Echo-Zahlen) ---------- */
.stats-band {
  background:
    radial-gradient(110% 180% at 12% -30%, rgba(47,193,255,0.20), transparent 55%),
    radial-gradient(130% 170% at 92% 130%, rgba(47,124,235,0.35), transparent 58%),
    linear-gradient(120deg, #08192e 0%, #123566 48%, #0b1f3a 100%);
  overflow: hidden;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1400px;
  margin-inline: auto;
}
.stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: var(--s4) var(--s2);
  overflow: hidden;
}
.stat + .stat { border-left: 1px solid rgba(255,255,255,0.10); }
.stat-echo {
  position: absolute;
  right: 6px;
  bottom: -26px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 130px;
  line-height: 1;
  color: rgba(47,193,255,0.07);
  pointer-events: none;
  user-select: none;
}
.stat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(47,193,255,0.12);
  color: #2fc1ff;
  flex: none;
}
.stat-num { font-family: var(--font-head); font-size: clamp(30px, 3.2vw, 46px); font-weight: 700; line-height: 1.1; font-variant-numeric: tabular-nums; color: #fff; }
.stat-suffix { font-size: 0.55em; font-weight: 600; color: rgba(238,243,250,0.65); margin-left: 2px; }
.stat-label { color: rgba(238,243,250,0.7); font-size: 14px; line-height: 1.35; }

/* ---------- 8. Bewertungen (echte Google-Rezensionen, heller Creme-Grund, Marquee R->L) ---------- */
.reviews-band {
  position: relative;
  padding-block: var(--s5) var(--s4);
  overflow: hidden;
  background:
    radial-gradient(80% 60% at 50% -10%, rgba(255,255,255,0.85), transparent 60%),
    linear-gradient(180deg, #f2f6fb 0%, #e9eef6 100%);
  color: var(--ink);
}
.reviews-band .section-head { margin-bottom: 0; }
.rev-score {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: var(--s2);
  font-size: 15px;
  color: var(--ink-soft);
}
.rev-score strong { color: var(--ink); font-size: 17px; }
.rev-score .gicon { background: #fff; border-radius: 999px; padding: 3px; width: 26px; height: 26px; box-shadow: 0 1px 4px var(--shadow-b); }
.rev-score-sub { font-size: 14.5px; }

/* Viewport bekommt Innenluft, damit Karten-Schatten nicht abgeschnitten werden */
.rev-viewport { overflow: hidden; margin-top: var(--s3); padding-block: 12px 32px; }
/* Blank hat 4 echte Google-Rezensionen (2 mit Text): statisch zentriert statt Marquee */
.rev-track { display: flex; width: auto; justify-content: center; }
.rev-group { display: flex; align-items: stretch; gap: 18px; flex-wrap: wrap; justify-content: center; padding-inline: 24px; }

/* Glossy Karten: Weiss-Verlauf, feine obere Lichtkante + statischer diagonaler Licht-Reflex (kein blur) */
.g-review {
  position: relative;
  width: 292px;
  flex: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(165deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.80) 55%, rgba(255,255,255,0.94) 100%);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 18px;
  padding: 13px 14px;
  box-shadow: 0 1px 2px rgba(16,38,70,0.05), 0 12px 30px rgba(16,38,70,0.10), inset 0 1px 0 #fff;
  transition: transform 260ms var(--ease-hover), box-shadow 260ms var(--ease-hover);
}
/* dezenter diagonaler Licht-Reflex ueber der ganzen Karte */
.g-review::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0) 32%, rgba(255,255,255,0) 52%, rgba(255,255,255,0.5) 72%, rgba(255,255,255,0) 90%);
  opacity: 0.55;
  pointer-events: none;
}
/* feine obere Lichtkante, laeuft an den Enden aus */
.g-review::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 25%, #fff 75%, rgba(255,255,255,0) 100%);
  pointer-events: none;
}
.g-review:hover {
  transform: translateY(-5px);
  box-shadow: 0 2px 4px rgba(16,38,70,0.06), 0 0 0 1px rgba(24,99,220,0.18), 0 20px 44px rgba(16,38,70,0.16), inset 0 1px 0 #fff;
}
.g-head { display: flex; align-items: center; gap: 10px; }
.g-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  flex: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35), 0 2px 6px rgba(16,38,70,0.15);
}
.g-a-blue { background: #4285F4; }
.g-a-green { background: #34A853; }
.g-a-red { background: #EA4335; }
.g-a-yellow { background: #E8930C; }
.g-id { min-width: 0; }
.g-name { display: block; font-weight: 600; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.g-date { display: block; color: var(--ink-soft); font-size: 12px; }
.g-head .gicon { margin-left: auto; width: 18px; height: 18px; }
.g-stars { display: inline-flex; gap: 2px; color: #e8a417; margin-top: 6px; }
.g-stars .ic { width: 14px; height: 14px; fill: currentColor; stroke: none; }
/* v1r7: alle Karten gleich hoch, lange Texte nach 4 Zeilen mit ... gekappt */
.g-text {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.g-src { display: block; color: var(--ink-soft); font-size: 12px; margin-top: auto; padding-top: 7px; }

/* ---------- 9. Social (Instagram 70% links, TikTok 30% als 9:16-Video-Karte) ---------- */
.social-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 3fr); gap: var(--s3); align-items: stretch; }

.tiktok-video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: var(--r-img);
  background: #010101;
  height: 100%;
  min-height: 480px;
  box-shadow: var(--shadow-card);
}
.tt-thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-reveal); }
.tiktok-video:hover .tt-thumb { transform: scale(1.04); }
.tt-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(1,1,1,0.88) 0%, rgba(1,1,1,0.30) 40%, rgba(1,1,1,0.18) 70%, rgba(1,1,1,0.45) 100%);
}
.tt-glyph { position: absolute; top: 16px; left: 16px; width: 34px; height: 34px; z-index: 3; }
.tt-glyph .ic { position: absolute; inset: 0; width: 34px; height: 34px; }
.tt-c { color: #25F4EE; transform: translate(-1.5px, -1.5px); }
.tt-r { color: #FE2C55; transform: translate(1.5px, 1.5px); }
.tt-w { color: #fff; }
.tt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: rgba(1,1,1,0.55);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  transition: background 250ms var(--ease-hover), transform 250ms var(--ease-hover);
}
.tt-play-ic { width: 28px; height: 28px; margin-left: 4px; }
.tiktok-video:hover .tt-play { background: #FE2C55; transform: translate(-50%, -50%) scale(1.08); }
.tt-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: var(--s3);
}
.tt-handle { font-family: var(--font-head); font-weight: 700; font-size: 19px; color: #fff; overflow-wrap: anywhere; }
.tt-sub { color: rgba(255,255,255,0.75); font-size: 14px; }
.btn-tiktok { background: #FE2C55; color: #fff; margin-top: 6px; padding: 11px 20px; font-size: 14.5px; }
.tiktok-video:hover .btn-tiktok { background: #25F4EE; color: #010101; }

.insta-card {
  background: linear-gradient(170deg, #ffffff 0%, #fafcfe 100%);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--r-img);
  padding: var(--s3);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  box-shadow: var(--shadow-card);
}
.ig-head { display: flex; align-items: center; gap: var(--s2); }
.btn-ig-mini { margin-left: auto; margin-top: 0; padding: 10px 18px; font-size: 14px; align-self: center; flex: none; }
.ig-grid { flex: 1; align-content: start; }
.ig-avatar { width: 64px; height: 64px; border-radius: 999px; flex: none; }
.ig-id { min-width: 0; }
.ig-name { font-family: var(--font-head); font-weight: 600; font-size: 18px; }
.ig-handle { color: var(--brand); font-size: 14px; font-weight: 500; }
.ig-stats { color: var(--ink-soft); font-size: 14px; margin-top: 2px; }
.ig-stats strong { color: var(--ink); }
.ig-sep { display: inline-block; width: 4px; height: 4px; border-radius: 999px; background: rgba(22,32,46,0.3); margin: 0 10px; vertical-align: middle; }

.ig-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ig-tile { position: relative; display: block; border-radius: 12px; overflow: hidden; aspect-ratio: 1 / 1; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-reveal); }
.ig-tile:hover img { transform: scale(1.06); }
.ig-ov {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(11,31,58,0.45);
  opacity: 0;
  transition: opacity 250ms var(--ease-hover);
}
.ig-tile:hover .ig-ov { opacity: 1; }
.btn-instagram {
  background: linear-gradient(45deg, #FEDA75 0%, #FA7E1E 25%, #D62976 55%, #9A35BD 80%, #515CD4 100%);
  color: #fff;
  justify-content: center;
  margin-top: var(--s2);
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.btn-instagram:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(214,41,118,0.35); }

/* ---------- 10. Formular (Kontakt links, Formular rechts, gleiche Hoehe) ---------- */
.form-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 8fr);
  gap: var(--s3);
  align-items: stretch;
}
.contact-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 90% -10%, rgba(47,193,255,0.16), transparent 55%),
    linear-gradient(165deg, #123566 0%, var(--forest) 62%, #081729 100%);
  color: #eef3fa;
  border-radius: var(--r-img);
  padding: var(--s3);
  display: flex;
  flex-direction: column;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 14px 36px rgba(11,31,58,0.22);
}
.contact-panel .cp-note { margin-top: auto; }
.cp-person { display: flex; align-items: center; gap: 14px; }
.cp-face { width: 64px; height: 64px; border-radius: 999px; object-fit: cover; outline: 3px solid rgba(255,255,255,0.30); flex: none; }
.cp-name strong { display: block; font-family: var(--font-head); font-size: 17px; color: #fff; }
.cp-name span { display: block; color: rgba(238,243,250,0.65); font-size: 13.5px; }
.cp-list { margin-top: var(--s3); display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cp-list li:nth-child(3), .cp-list li:nth-child(4) { grid-column: 1 / -1; }
.cp-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(238,243,250,0.85); }
.cp-list .ic { color: #2fc1ff; margin-top: 3px; }
.cp-list a { font-weight: 600; color: #8fdcff; }
.cp-list a:hover { text-decoration: underline; }
.cp-note {
  margin-top: var(--s3);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 12px 16px;
  font-size: 13.5px;
  color: rgba(238,243,250,0.75);
  line-height: 1.55;
}

.dialog-form {
  background: linear-gradient(170deg, #ffffff 0%, #f9fbfe 100%);
  border: 1px solid var(--line);
  border-radius: var(--r-img);
  padding: var(--s3) var(--s4);
  box-shadow: 0 1px 2px rgba(16,38,70,0.04), 0 10px 28px rgba(16,38,70,0.07);
  display: flex;
  flex-direction: column;
}
.js .dialog-form .form-nav { margin-top: auto; padding-top: var(--s3); }
/* Step-Anzeige: verbundene Punkte mit Verlauf und Fortschrittslinie */
.form-progress { display: flex; justify-content: center; margin-bottom: var(--s3); }
.form-progress li {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(22,32,46,0.16);
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  font-weight: 600;
  transition: background 250ms var(--ease-hover), color 250ms var(--ease-hover), border-color 250ms var(--ease-hover), box-shadow 250ms var(--ease-hover);
}
.form-progress li + li { margin-left: 52px; }
.form-progress li + li::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 52px;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(22,32,46,0.12);
  transition: background 300ms var(--ease-hover);
}
.form-progress li.on {
  background: linear-gradient(160deg, #2f7ceb, var(--brand-deep));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(24,99,220,0.38), inset 0 1px 0 rgba(255,255,255,0.30);
}
.form-progress li.done { background: var(--brand-deep); color: #fff; border-color: transparent; }
.form-progress li.done + li::before, .form-progress li.done + li.on::before { background: var(--brand); }

.form-step { border: 0; }
.js .form-step { display: none; }
.js .form-step.step-on { display: block; }
.form-step legend { font-family: var(--font-head); font-size: 21px; font-weight: 600; margin-bottom: var(--s2); }
html:not(.js) .form-step { margin-bottom: var(--s3); }

/* Auswahl-Karten Schritt 1 (nach v3-Vorbild, kompakt mit Icon) */
.svc-pick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.svc-pick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid rgba(22,32,46,0.14);
  border-radius: 12px;
  background: var(--bg);
  padding: 12px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  transition: background 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover), color 200ms var(--ease-hover);
}
.svc-pick .ic { color: var(--brand); }
.svc-pick input { position: absolute; opacity: 0; pointer-events: none; }
.svc-pick:hover { background: var(--bg-tint); box-shadow: inset 0 0 0 1px rgba(22,32,46,0.20); }
.svc-pick:has(input:checked) {
  background: var(--bg-tint);
  border-color: var(--brand);
  color: var(--brand-deep);
}
.svc-pick:has(input:focus-visible) { outline: 2px solid var(--brand-deep); outline-offset: 2px; }

/* Auswahl-Pillen Schritte 2 + 3 (kompakt) */
.chip-group { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-group label { position: relative; }
.chip-group input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip-group span {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 999px;
  background: var(--bg);
  border: 1px solid rgba(22,32,46,0.16);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 200ms var(--ease-hover), border-color 200ms var(--ease-hover), color 200ms var(--ease-hover), box-shadow 200ms var(--ease-hover);
}
.chip-group label:hover span { background: var(--bg-tint); border-color: rgba(22,32,46,0.24); }
.chip-group input:checked + span { background: var(--bg-tint); border-color: var(--brand); color: var(--brand-deep); font-weight: 600; }
.chip-group input:focus-visible + span { outline: 2px solid var(--brand-deep); outline-offset: 2px; }

.form-hint { color: var(--ink-soft); font-size: 14px; margin-top: var(--s2); }

.field { display: block; margin-top: var(--s2); }
.field > span { display: block; font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(22,32,46,0.18);
  border-radius: 14px;
  font: inherit;
  font-size: 15.5px;
  background: var(--bg);
  color: var(--ink);
  transition: border-color 200ms var(--ease-hover);
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--brand); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s2); }
.field-row .field { margin-top: var(--s2); }

.form-nav { display: flex; justify-content: space-between; align-items: center; gap: var(--s2); margin-top: var(--s3); }
.form-nav .btn-primary { margin-left: auto; }

.btn-submit { position: relative; min-width: 190px; justify-content: center; }
.submit-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  animation: spin 700ms linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.submit-done { display: none; }
.btn-submit.loading .submit-label { display: none; }
.btn-submit.loading .submit-spinner { display: inline-block; }
.btn-submit.success .submit-label, .btn-submit.success .submit-spinner { display: none; }
.btn-submit.success .submit-done { display: inline-flex; }
.btn-submit.success { background: var(--brand-deep); }

.form-success {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: var(--s3);
  background: var(--bg-tint);
  color: var(--brand-deep);
  font-weight: 500;
  padding: 14px 18px;
  border-radius: 14px;
}
.form-success .ic { color: var(--brand); }

/* ---------- 11. Bildmoment "Aus einer Hand" (Full-Bleed-Band, dockt unten am Footer-Gruen an) ---------- */
.band-cta { position: relative; }
.band-fig { position: relative; overflow: hidden; margin: 0; height: clamp(460px, 64vh, 640px); }
/* Bild hoeher als der Rahmen: Spielraum fuer den Scroll-Parallax-Effekt */
.band-img { position: absolute; left: 0; top: -9%; width: 100%; height: 118%; object-fit: cover; will-change: transform; }
/* Unterer Fade: laeuft ins Forest-Gruen des Footers */
.band-fig::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to top, var(--forest) 0%, rgba(11,31,58,0.55) 45%, transparent 100%);
}
.band-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(120% 90% at 50% 100%, rgba(7,17,32,0.82) 0%, rgba(7,17,32,0.55) 45%, rgba(7,17,32,0.28) 100%);
}
.band-warm {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(40,90,150,0.12);
  mix-blend-mode: soft-light;
}
.band-center {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--s3);
  gap: 12px;
  color: #fff;
}
.band-rule { width: 56px; height: 2px; border-radius: 999px; background: #2fc1ff; }
.band-title { font-family: var(--font-head); font-size: clamp(28px, 3.8vw, 44px); font-weight: 700; line-height: 1.1; letter-spacing: -0.015em; max-width: 680px; text-shadow: 0 2px 16px rgba(7,17,32,0.5); }
.band-sub { max-width: 560px; color: rgba(238,243,250,0.88); font-size: 17px; text-shadow: 0 1px 10px rgba(7,17,32,0.5); }
.band-center .btn { margin-top: 8px; }

/* ---------- 12. Footer ---------- */
.site-footer { background: var(--forest); color: rgba(238,243,250,0.78); overflow: hidden; }
.footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s4);
  padding-top: var(--s5);
  padding-bottom: var(--s4);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  flex-wrap: wrap;
}
.footer-cta-title { font-size: clamp(28px, 3.6vw, 42px); font-weight: 700; color: #fff; }
.footer-cta-sub { margin-top: var(--s2); max-width: 480px; font-size: 16px; }
.footer-cta-btns { display: flex; gap: var(--s2); flex-wrap: wrap; }

.footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s4);
  padding-block: var(--s4);
}
.f-head { font-family: var(--font-head); font-weight: 600; font-size: 16px; color: #fff; margin-bottom: var(--s2); }
.f-col ul { display: grid; gap: 8px; }
.f-col a { font-size: 15px; transition: color 180ms var(--ease-hover); }
.f-col a:hover { color: #2fc1ff; }
.f-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; }
.f-contact .ic { color: #2fc1ff; margin-top: 3px; }
.f-social { display: flex; gap: 8px; margin-top: var(--s3); }
.icon-btn-light { color: #eef3fa; border: 1px solid rgba(255,255,255,0.18); }
.icon-btn-light:hover { background: rgba(255,255,255,0.10); color: #2fc1ff; }

.footer-mark { padding-block: var(--s2) 0; }
.footer-mark img { width: 100%; max-width: 250px; height: auto; opacity: 0.85; margin-inline: auto; }

.footer-base {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding-block: var(--s3);
  margin-top: var(--s3);
  border-top: 1px solid rgba(255,255,255,0.10);
  font-size: 13.5px;
  color: rgba(238,243,250,0.55);
}
.footer-legal { display: flex; justify-content: center; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.footer-legal a { font-size: 14px; color: rgba(238,243,250,0.75); transition: color 180ms var(--ease-hover); }
.footer-legal a:hover { color: #2fc1ff; }

/* ---------- Reveals (nur unter .js, No-JS zeigt alles) ---------- */
.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms var(--ease-reveal), transform 650ms var(--ease-reveal);
}
/* Slide-Varianten: von links / rechts hereingleiten */
.js .reveal-l { transform: translateX(-40px); }
.js .reveal-r { transform: translateX(40px); }
.js .reveal.in { opacity: 1; transform: translate(0, 0); }
/* Karten in Grids behalten ihre Hover-Transition nach dem Reveal
   und der Hover-Lift gewinnt gegen die Reveal-Transform-Regel */
.js .service-card.reveal.in { transition: transform 280ms var(--ease-hover), background 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover); }
.js .ref-card.reveal.in { transition: transform 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover); }
.js .clean-shot.reveal.in { transition: transform 280ms var(--ease-hover), box-shadow 280ms var(--ease-hover); }
@media (hover: hover) and (pointer: fine) {
  .js .service-card.reveal.in:hover { transform: translateY(-6px); }
  .js .ref-card.reveal.in:hover { transform: translateY(-4px); }
  .js .clean-shot.reveal.in:hover { transform: translateY(-6px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { transition: opacity 300ms ease; transform: none; }
  .service-card, .ref-card, .btn, .ig-tile img, .clean-shot, .clean-shot img, .tt-thumb, .g-review { transition: none !important; }
  .btn-primary::after { display: none; }
  .band-img { position: absolute; top: 0; height: 100%; transform: none !important; }
  .cs-ov { transform: none; }
  .cs-more { opacity: 1; }
  .rev-viewport { overflow-x: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero-frame { min-height: clamp(480px, 66vh, 620px); width: calc(100% - 24px); border-radius: 24px; }
  .clean-strip { grid-template-columns: repeat(3, 1fr); }
  .clean-shot:nth-child(4), .clean-shot:nth-child(5) { display: none; }
  .social-grid { grid-template-columns: 1fr; }
  .tiktok-video { max-width: 360px; margin-inline: auto; width: 100%; height: auto; aspect-ratio: 9 / 16; min-height: 0; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .section { padding-block: var(--s5); }
  .section-forest { padding-block: var(--s6); }
  .logo { height: 52px; }
  .btn-header { display: none; }
  .header-actions .icon-btn:not(.nav-toggle) { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: var(--s4); }
  .about-media { max-width: 320px; }
  .about-face { right: -6px; bottom: -10px; width: 56px; height: 56px; }
  .ref-grid { grid-template-columns: 1fr; }
  .reviews-band { padding-block: var(--s4); }
  .g-review { width: 284px; }
  .ig-grid { grid-template-columns: repeat(4, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .dialog-form { padding: var(--s3); }
  .svc-pick-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-cta { flex-direction: column; align-items: flex-start; }
  .footer-cols { grid-template-columns: 1fr; gap: var(--s4); }
  .stat { padding: var(--s4) 8px; }
  .stat-echo { font-size: 90px; bottom: -18px; }
  .band-fig { height: clamp(380px, 56vh, 520px); }
}

@media (max-width: 480px) {
  .service-grid { grid-template-columns: 1fr; }
  .hero-full h1 { font-size: 34px; }
  .hero-inner { padding-block: var(--s5); }
  .hero-frame { width: calc(100% - 16px); border-radius: 18px; }
  .form-progress li + li { margin-left: 32px; }
  .form-progress li + li::before { width: 32px; }
  .ig-head { flex-wrap: wrap; }
  .btn-ig-mini { margin-left: 0; }
  .clean-strip { grid-template-columns: repeat(2, 1fr); }
  .clean-shot:nth-child(4) { display: block; }
  .stats-row { grid-template-columns: repeat(4, 1fr); }
  .stat { padding: var(--s3) 4px; gap: 6px; }
  .stat-chip { width: 36px; height: 36px; }
  .stat-chip .ic { width: 18px; height: 18px; }
  .stat-num { font-size: 21px; }
  .stat-label { font-size: 10.5px; }
  .stat-echo { font-size: 64px; bottom: -12px; }
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .g-review { width: 272px; }
  .dock-panel { width: calc(100vw - 16px); border-radius: var(--r-card); right: 8px; }
  .footer-mark img { max-width: 180px; }
}
