/* ============================================================
   DALE Glas- & Gebäudereinigung — Design System "Klarsicht"
   Palette: Reinweiß-Papier + DALE-Rot + Tiefschwarz-Text + Gold-Akzent (aus Logo)
   Fonts: Space Grotesk (Headline) + Inter (Fließtext)
   Motion: Wisch-Reveal (Clip-Path), Glint-Sweep, Counter, Lenis-Smoothscroll
   ============================================================ */

:root{
  --paper:       oklch(98.2% 0.004 95);
  --paper-2:     oklch(95.3% 0.008 90);
  --paper-3:     oklch(91.5% 0.012 88);
  --ink:         oklch(15.5% 0.012 30);
  --ink-soft:    oklch(38% 0.014 30);
  --muted:       oklch(52% 0.014 40);
  --line:        oklch(89% 0.01 85);
  --line-2:      oklch(84% 0.012 85);

  --red:         oklch(51% 0.211 26);
  --red-deep:    oklch(38% 0.185 26);
  --red-bright:  oklch(60% 0.225 27);
  --red-wash:    oklch(96% 0.03 26);

  --gold:        oklch(74% 0.128 80);
  --gold-deep:   oklch(58% 0.11 70);

  --ink-bg:      oklch(12% 0.01 30);
  --ink-bg-2:    oklch(17% 0.014 30);

  --shadow-sm:   0 2px 8px oklch(15% 0.02 30 / 0.06);
  --shadow-md:   0 10px 30px oklch(15% 0.02 30 / 0.10), 0 2px 8px oklch(51% 0.2 26 / 0.06);
  --shadow-lg:   0 30px 70px oklch(15% 0.02 30 / 0.16), 0 8px 20px oklch(51% 0.2 26 / 0.08);
  --shadow-red:  0 14px 34px oklch(51% 0.211 26 / 0.30);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --radius-pill: 999px;

  --ease: cubic-bezier(.16,.84,.32,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);

  --container: 1240px;
  --nav-h: 84px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:auto; }
html.lenis, html.lenis body{ height:auto; }
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;
  font-size:16.5px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
img{ max-width:100%; display:block; }
a{ color:inherit; }
h1,h2,h3,h4{
  font-family:"Space Grotesk",sans-serif;
  font-weight:700;
  line-height:1.06;
  letter-spacing:-0.03em;
  margin:0;
  color:var(--ink);
}
p{ margin:0; }
ul{ margin:0; padding:0; list-style:none; }
button{ font-family:inherit; cursor:pointer; }
.container{ max-width:var(--container); margin-inline:auto; padding-inline:24px; }

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

/* focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline:2.5px solid var(--red);
  outline-offset:3px;
  border-radius:4px;
}

/* ---------- Eyebrow / tags ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:"Space Grotesk",sans-serif;
  font-weight:600; font-size:12.5px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--red);
}
.eyebrow::before{ content:""; width:22px; height:2px; background:var(--red); border-radius:2px; }
.eyebrow.on-dark{ color:var(--gold); }
.eyebrow.on-dark::before{ background:var(--gold); }

.section-head{ text-align:center; max-width:680px; margin-inline:auto; margin-bottom:52px; }
.section-head h2{ font-size:clamp(30px,4.4vw,46px); margin-top:14px; }
.section-head p{ margin-top:16px; color:var(--muted); font-size:17px; }
.section-head.left{ text-align:left; margin-inline:0; }

/* ---------- Buttons ---------- */
.btn{
  position:relative;
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 30px;
  border-radius:var(--radius-pill);
  border:0;
  font-family:"Space Grotesk",sans-serif;
  font-weight:600; font-size:15.5px;
  text-decoration:none;
  color:#fff;
  background:var(--red);
  box-shadow:var(--shadow-red);
  transition:transform .32s var(--ease-spring), box-shadow .32s var(--ease), background .25s var(--ease);
  isolation:isolate;
  overflow:hidden;
  white-space:nowrap;
}
.btn svg{ width:18px; height:18px; flex:none; }
.btn:hover{ transform:translateY(-3px) scale(1.015); box-shadow:0 20px 40px oklch(51% 0.211 26 / 0.38); background:var(--red-bright); }
.btn:active{ transform:translateY(-1px) scale(.99); }
.btn.dark{ background:var(--ink-bg); box-shadow:0 14px 34px oklch(12% 0.01 30 / 0.35); }
.btn.dark:hover{ background:var(--ink-bg-2); }
.btn.ghost{ background:transparent; color:var(--ink); box-shadow:none; border:1.5px solid var(--line-2); }
.btn.ghost:hover{ background:var(--paper-2); box-shadow:none; transform:translateY(-2px); }
.btn.on-dark.ghost{ color:#fff; border-color:oklch(100% 0 0 / 0.25); }
.btn.on-dark.ghost:hover{ background:oklch(100% 0 0 / 0.08); }
.btn.block{ width:100%; }
.btn.wa{ background:#20bd5c; box-shadow:0 14px 34px oklch(65% 0.16 150 / 0.35); }
.btn.wa:hover{ background:#1fa955; }

.btn .glint{
  position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(115deg, transparent 30%, oklch(100% 0 0 / .35) 48%, transparent 62%);
  transform:translateX(-120%);
}
.btn:hover .glint{ animation:glintSweep .9s var(--ease) forwards; }
@keyframes glintSweep{ to{ transform:translateX(120%); } }

/* ---------- Header / Nav ---------- */
header.site{
  position:sticky; top:0; z-index:100;
  background:var(--paper);
  border-bottom:1px solid var(--line);
  transition:box-shadow .3s var(--ease);
  will-change:box-shadow;
}
header.site.scrolled{ box-shadow:0 8px 24px oklch(15% 0.02 30 / 0.08); }
.nav-wrap{
  height:var(--nav-h);
  display:flex; align-items:center; justify-content:space-between; gap:20px;
}
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand img{ height:46px; width:auto; }
.brand-text{ font-family:"Space Grotesk",sans-serif; font-weight:700; font-size:20px; letter-spacing:-.01em; color:var(--ink); line-height:1.05; }
.brand-text small{ display:block; font-family:"Inter",sans-serif; font-weight:600; font-size:9.5px; letter-spacing:.12em; color:var(--red); text-transform:uppercase; margin-top:2px; }

nav.primary{ display:flex; align-items:center; gap:6px; }
nav.primary a{
  position:relative; text-decoration:none; color:var(--ink-soft);
  font-weight:600; font-size:14.5px; padding:10px 16px; border-radius:var(--radius-pill);
  transition:color .2s var(--ease), background .2s var(--ease);
}
nav.primary a:hover{ color:var(--ink); background:var(--paper-2); }
nav.primary a.active{ color:var(--red); }

.nav-actions{ display:flex; align-items:center; gap:10px; }
.icon-btn{
  width:44px; height:44px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  border:1.5px solid var(--line-2); background:#fff; color:var(--red);
  text-decoration:none; transition:all .25s var(--ease);
}
.icon-btn:hover{ background:var(--red); color:#fff; border-color:var(--red); transform:translateY(-2px); box-shadow:var(--shadow-red); }
.icon-btn svg{ width:19px; height:19px; }
.burger{ display:none; }

.mobile-menu{
  position:fixed; inset:0; z-index:150;
  background:var(--ink-bg);
  visibility:hidden; opacity:0;
  transition:opacity .35s var(--ease), visibility .35s var(--ease);
  display:flex; flex-direction:column;
}
.mobile-menu.open{ visibility:visible; opacity:1; }
.mobile-menu .mm-top{ display:flex; align-items:center; justify-content:space-between; padding:22px 24px; border-bottom:1px solid oklch(100% 0 0 / .1); }
.mobile-menu .mm-close{ width:44px; height:44px; border-radius:50%; background:oklch(100% 0 0 / .08); border:0; color:#fff; display:flex; align-items:center; justify-content:center; }
.mobile-menu nav{ display:flex; flex-direction:column; padding:18px 24px; gap:4px; overflow-y:auto; }
.mobile-menu nav a{
  color:#fff; text-decoration:none; font-family:"Space Grotesk",sans-serif;
  font-size:26px; font-weight:700; padding:14px 4px; border-bottom:1px solid oklch(100% 0 0 / .08);
  display:flex; align-items:center; justify-content:space-between;
}
.mobile-menu nav a span{ color:var(--gold); font-size:14px; font-family:"Inter"; font-weight:600; display:inline-flex; align-items:center; }
.mobile-menu nav a span svg{ width:18px; height:18px; }
.mobile-menu .mm-footer{ margin-top:auto; padding:24px; display:flex; flex-direction:column; gap:10px; border-top:1px solid oklch(100% 0 0 / .1); }
.mobile-menu .mm-footer .btn{ width:100%; }

/* ---------- Hero ---------- */
.hero{
  position:relative; overflow:hidden;
  background:var(--ink-bg);
  color:#fff;
  padding-top:calc(var(--nav-h) + 64px);
  padding-bottom:90px;
}
.hero .hero-bg, .page-hero .hero-bg{
  position:absolute; inset:0; z-index:0;
}
.hero .hero-bg img{ width:100%; height:100%; object-fit:cover; opacity:.5; transform:scale(1.08); }
.hero .hero-bg::after{
  content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, oklch(12% 0.01 30 / .48) 0%, oklch(12% 0.01 30 / .72) 55%, var(--ink-bg) 100%),
    linear-gradient(100deg, oklch(12% 0.01 30 / .88) 12%, transparent 62%);
}
.hero .container{ position:relative; z-index:2; }
.hero-grid{ display:grid; grid-template-columns:1fr; max-width:680px; }
.hero-badge{
  display:inline-flex; align-items:center; gap:10px;
  background:oklch(100% 0 0 / .08); border:1px solid oklch(100% 0 0 / .16);
  padding:9px 16px 9px 10px; border-radius:var(--radius-pill);
  font-family:"Space Grotesk",sans-serif; font-weight:600; font-size:12.5px; letter-spacing:.08em; text-transform:uppercase;
  color:var(--gold);
  backdrop-filter:blur(6px);
}
.hero-badge .dot{ width:9px; height:9px; border-radius:50%; background:var(--red); box-shadow:0 0 0 4px oklch(51% 0.211 26 / .25); }
.hero h1{ font-size:clamp(38px,6vw,68px); margin-top:22px; color:#fff; }
.hero h1 em{ font-style:normal; color:var(--red-bright); }
.hero p.lead{ margin-top:22px; font-size:18.5px; color:oklch(90% 0.01 90 / .85); max-width:480px; line-height:1.65; }
.hero .hero-ctas{ margin-top:32px; display:flex; gap:14px; flex-wrap:wrap; }
.hero .hero-meta{ margin-top:44px; display:flex; gap:30px; flex-wrap:wrap; }
.hero .hero-meta div{ display:flex; align-items:center; gap:10px; font-size:13.5px; color:oklch(90% 0.01 90 / .7); }
.hero .hero-meta svg{ width:18px; height:18px; color:var(--gold); flex:none; }

.hero-chips{ display:flex; gap:16px; flex-wrap:wrap; margin-top:32px; }
.float-chip{
  position:static; background:#fff; color:var(--ink); border-radius:16px; padding:14px 18px;
  box-shadow:var(--shadow-lg); display:flex; align-items:center; gap:12px; z-index:3;
}
.float-chip.rating .stars{ color:var(--red); font-size:14px; letter-spacing:2px; }
.float-chip.rating b{ font-family:"Space Grotesk"; font-size:19px; display:block; }
.float-chip.guarantee{ background:var(--red); color:#fff; box-shadow:var(--shadow-red); }
.float-chip.guarantee svg{ width:26px; height:26px; }
.float-chip.guarantee b{ font-family:"Space Grotesk"; font-size:14px; display:block; }
.float-chip.guarantee small{ font-size:11px; opacity:.85; }

/* ---------- Trust strip ---------- */
.trust-strip{ background:#fff; border-bottom:1px solid var(--line); }
.trust-grid{
  display:grid; grid-template-columns:repeat(4,1fr);
  padding:26px 0;
}
.trust-grid div{ display:flex; align-items:center; gap:12px; padding-inline:18px; border-left:1px solid var(--line); }
.trust-grid div:first-child{ border-left:0; }
.trust-grid svg{ width:26px; height:26px; color:var(--red); flex:none; }
.trust-grid b{ display:block; font-family:"Space Grotesk"; font-size:14.5px; }
.trust-grid span{ font-size:12.5px; color:var(--muted); }

/* ---------- Sections ---------- */
.section{ padding:96px 0; }
.section.tight{ padding:64px 0; }
.section.paper2{ background:var(--paper-2); }
.section.dark{ background:var(--ink-bg); color:#fff; }
.section.dark h2, .section.dark h3{ color:#fff; }
.section.dark p{ color:oklch(90% 0.01 90 / .72); }
.section.red{ background:var(--red); color:#fff; }
.section.red h2{ color:#fff; }

/* ---------- Services grid ---------- */
.services-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.service-card{
  position:relative; background:#fff; border:1px solid var(--line); border-radius:var(--radius-md);
  padding:30px 24px; overflow:hidden;
  box-shadow:var(--shadow-sm);
  transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  text-decoration:none; color:inherit; display:block;
}
.service-card:hover{ transform:translateY(-8px); box-shadow:var(--shadow-md); border-color:transparent; }
.service-card .ico{
  width:56px; height:56px; border-radius:14px; background:var(--red-wash); color:var(--red);
  display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  transition:background .35s var(--ease), color .35s var(--ease), transform .45s var(--ease-spring);
}
.service-card .ico svg{ width:27px; height:27px; }
.service-card:hover .ico{ background:var(--red); color:#fff; transform:rotate(-8deg) scale(1.08); }
.service-card h3{ font-size:18px; margin-bottom:8px; }
.service-card p{ font-size:14.5px; color:var(--muted); line-height:1.55; }
.service-card .go{ margin-top:16px; display:flex; align-items:center; gap:6px; font-size:13.5px; font-weight:700; color:var(--red); font-family:"Space Grotesk"; }
.service-card .go svg{ width:15px; height:15px; transition:transform .3s var(--ease); }
.service-card:hover .go svg{ transform:translateX(5px); }
.service-card .card-glow{
  position:absolute; inset:0; opacity:0; pointer-events:none;
  background:radial-gradient(500px circle at var(--mx,50%) var(--my,50%), oklch(51% 0.211 26 / .07), transparent 60%);
  transition:opacity .3s;
}
.service-card:hover .card-glow{ opacity:1; }

/* Service detail (leistungen page) - larger cards with image */
.service-detail{
  display:grid; grid-template-columns:1fr 1fr; gap:0;
  background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-sm); margin-bottom:26px;
}
.service-detail:nth-child(even) .sd-media{ order:2; }
.service-detail .sd-media{ position:relative; min-height:280px; overflow:hidden; }
.service-detail .sd-media img{ width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease); }
.service-detail:hover .sd-media img{ transform:scale(1.07); }
.sd-media.contain img{ object-fit:contain; background:var(--paper-2); }
.service-detail:hover .sd-media.contain img{ transform:scale(1.02); }
.service-detail .sd-body{ padding:44px 44px; display:flex; flex-direction:column; justify-content:center; }
.service-detail .num{ font-family:"Space Grotesk"; font-size:13px; font-weight:700; color:var(--red); letter-spacing:.08em; }
.service-detail h3{ font-size:27px; margin-top:10px; margin-bottom:14px; }
.service-detail p{ color:var(--muted); font-size:15.5px; }
.service-detail ul{ margin-top:18px; display:flex; flex-direction:column; gap:9px; }
.service-detail ul li{ display:flex; align-items:flex-start; gap:10px; font-size:14.5px; color:var(--ink-soft); }
.service-detail ul li svg{ width:17px; height:17px; color:var(--red); flex:none; margin-top:2px; }
.service-detail .btn{ margin-top:24px; align-self:flex-start; }

/* ---------- Vorher/Nachher slider ---------- */
.vn-wrap{ max-width:820px; margin-inline:auto; }
.vn-slider{
  position:relative; border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:16/10;
  box-shadow:var(--shadow-lg); cursor:ew-resize; user-select:none; touch-action:pan-y;
}
.vn-slider img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.vn-slider .vn-after{ clip-path:inset(0 0 0 50%); }
.vn-slider .vn-handle{
  position:absolute; top:0; bottom:0; left:50%; width:0;
  transform:translateX(-50%);
}
.vn-slider .vn-line{ position:absolute; top:0; bottom:0; left:0; width:3px; background:#fff; box-shadow:0 0 0 1px oklch(15% 0 0 / .1); }
.vn-slider .vn-knob{
  position:absolute; top:50%; left:0; transform:translate(-50%,-50%);
  width:52px; height:52px; border-radius:50%; background:#fff; box-shadow:var(--shadow-lg);
  display:flex; align-items:center; justify-content:center; color:var(--red);
}
.vn-slider .vn-knob svg{ width:22px; height:22px; }
.vn-tag{ position:absolute; top:16px; padding:7px 14px; border-radius:var(--radius-pill); font-family:"Space Grotesk"; font-weight:700; font-size:11.5px; letter-spacing:.08em; text-transform:uppercase; color:#fff; }
.vn-tag.before{ left:16px; background:oklch(20% 0.01 30 / .72); backdrop-filter:blur(4px); }
.vn-tag.after{ right:16px; background:var(--red); }

/* ---------- Benefits ---------- */
.benefits-wrap{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.benefits-media{ position:relative; border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:4/5; box-shadow:var(--shadow-lg); }
.benefits-media img{ width:100%; height:100%; object-fit:cover; }
.benefit-list{ display:flex; flex-direction:column; gap:4px; margin-top:26px; }
.benefit-item{ display:flex; align-items:flex-start; gap:16px; padding:16px 0; border-bottom:1px solid var(--line); }
.benefit-item .chk{ width:32px; height:32px; border-radius:50%; background:var(--red-wash); color:var(--red); display:flex; align-items:center; justify-content:center; flex:none; }
.benefit-item .chk svg{ width:16px; height:16px; }
.benefit-item b{ font-family:"Space Grotesk"; font-size:15.5px; display:block; }
.benefit-item span{ font-size:14px; color:var(--muted); }

/* ---------- Stats ---------- */
.stats-grid{ display:grid; grid-template-columns:repeat(4,1fr); }
.stats-grid div{ text-align:center; padding:44px 16px; border-left:1px solid oklch(100% 0 0 / .18); }
.stats-grid div:first-child{ border-left:0; }
.stats-grid b{ display:block; font-family:"Space Grotesk"; font-size:clamp(30px,4vw,44px); }
.stats-grid span{ font-size:12.5px; letter-spacing:.06em; text-transform:uppercase; opacity:.85; }

/* ---------- Steps / Ablauf ---------- */
.steps-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; counter-reset:step; }
.step-card{ position:relative; padding:32px 24px 24px; background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); }
.step-card .num{
  width:48px; height:48px; border-radius:50%; background:var(--ink-bg); color:var(--gold);
  display:flex; align-items:center; justify-content:center; font-family:"Space Grotesk"; font-weight:700; font-size:19px;
  margin-bottom:20px;
}
.step-card h3{ font-size:17px; margin-bottom:8px; }
.step-card p{ font-size:14px; color:var(--muted); }
.step-arrow{ position:absolute; top:44px; right:-24px; width:24px; height:2px; background:var(--line-2); z-index:1; }
.step-arrow::after{ content:""; position:absolute; right:0; top:50%; width:8px; height:8px; border-top:2px solid var(--line-2); border-right:2px solid var(--line-2); transform:translateY(-50%) rotate(45deg); }
.steps-grid .step-card:last-child .step-arrow{ display:none; }

/* ---------- Testimonials ---------- */
.testi-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg);
  padding:34px; box-shadow:var(--shadow-sm);
}
.testi-card .stars{ color:var(--red); letter-spacing:3px; font-size:16px; }
.testi-card p{ margin-top:16px; font-size:16.5px; color:var(--ink-soft); font-style:italic; line-height:1.65; }
.testi-card .who{ margin-top:20px; display:flex; align-items:center; gap:12px; }
.testi-card .avatar{ width:42px; height:42px; border-radius:50%; background:var(--red-wash); color:var(--red); display:flex; align-items:center; justify-content:center; font-family:"Space Grotesk"; font-weight:700; }
.testi-card b{ font-family:"Space Grotesk"; font-size:14.5px; display:block; }
.testi-card small{ color:var(--muted); font-size:12.5px; }
.testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }

/* ---------- Map / Einsatzgebiet ---------- */
.gebiet-wrap{ display:grid; grid-template-columns:1.15fr .85fr; gap:50px; align-items:center; }
.map-shell{
  position:relative; border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:5/4.4;
  background:
    radial-gradient(circle at 30% 30%, oklch(51% 0.211 26 / .16), transparent 55%),
    linear-gradient(135deg, var(--ink-bg) 0%, var(--ink-bg-2) 100%);
  box-shadow:var(--shadow-lg);
}
#einsatzgebiet-map{ position:absolute; inset:0; z-index:1; background:transparent; }
.map-shell .leaflet-container{ font-family:"Inter",sans-serif; background:transparent; }
.map-shell::after{
  content:""; position:absolute; inset:0; pointer-events:none; z-index:500;
  box-shadow:inset 0 0 0 1px oklch(51% 0.211 26 / .18);
  background:radial-gradient(circle at 30% 26%, oklch(51% 0.211 26 / .10), transparent 60%);
}
.map-shell .leaflet-control-zoom{ border:none; box-shadow:none; background:transparent; margin:14px !important; }
.map-shell .leaflet-control-zoom a{
  display:flex; align-items:center; justify-content:center;
  width:34px; height:34px; line-height:1; border:none; border-radius:10px !important; background:#fff; color:var(--ink);
  font-family:"Space Grotesk"; font-weight:700; font-size:17px; margin-bottom:6px;
  box-shadow:var(--shadow-sm); transition:background .2s var(--ease), color .2s var(--ease);
}
.map-shell .leaflet-control-zoom a:hover{ background:var(--red); color:#fff; }
.map-shell .leaflet-control-attribution{ font-size:9px; background:rgba(255,255,255,.75); border-radius:6px 0 0 0; }
.map-pin{
  display:flex; align-items:center; gap:8px; width:16px; height:16px; cursor:pointer;
}
.map-pin .dot{
  width:16px; height:16px; border-radius:50%; background:var(--red); flex-shrink:0;
  box-shadow:0 0 0 5px oklch(51% 0.211 26 / .22);
}
.map-pin .lbl{
  background:#fff; color:var(--ink); font-family:"Space Grotesk"; font-weight:700; font-size:12px;
  padding:6px 11px; border-radius:var(--radius-pill); white-space:nowrap; box-shadow:var(--shadow-sm);
}
.map-pin:hover .lbl{ background:var(--red); color:#fff; }
.gebiet-list{ display:flex; flex-direction:column; gap:2px; }
.gebiet-list a{
  display:flex; align-items:center; justify-content:space-between; text-decoration:none; color:var(--ink);
  padding:16px 4px; border-bottom:1px solid var(--line); font-family:"Space Grotesk"; font-weight:600; font-size:16px;
  transition:padding-left .3s var(--ease), color .3s var(--ease);
}
.gebiet-list a:hover{ padding-left:10px; color:var(--red); }
.gebiet-list a svg{ width:17px; height:17px; opacity:.5; transition:transform .3s var(--ease), opacity .3s; }
.gebiet-list a:hover svg{ transform:translateX(4px); opacity:1; }

/* ---------- FAQ ---------- */
.faq-wrap{ max-width:780px; margin-inline:auto; display:flex; flex-direction:column; gap:12px; }
.faq-item{ border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; overflow:hidden; }
.faq-item button{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:20px 24px; background:none; border:0; text-align:left;
  font-family:"Space Grotesk"; font-weight:700; font-size:16px; color:var(--ink);
}
.faq-item .plus{ width:30px; height:30px; border-radius:50%; background:var(--paper-2); display:flex; align-items:center; justify-content:center; flex:none; transition:background .3s, transform .35s var(--ease); }
.faq-item .plus svg{ width:14px; height:14px; color:var(--red); }
.faq-item[data-open="true"] .plus{ background:var(--red); transform:rotate(135deg); }
.faq-item[data-open="true"] .plus svg{ color:#fff; }
.faq-item .a{ max-height:0; overflow:hidden; transition:max-height .4s var(--ease); }
.faq-item .a p{ padding:0 24px 22px; color:var(--muted); font-size:15px; line-height:1.65; }

/* ---------- Contact ---------- */
.kontakt-wrap{ display:grid; grid-template-columns:.9fr 1.1fr; gap:0; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow-lg); }
.kontakt-side{ background:var(--ink-bg); color:#fff; padding:52px 44px; display:flex; flex-direction:column; }
.kontakt-side h2{ color:#fff; font-size:30px; }
.kontakt-side p{ color:oklch(90% 0.01 90 / .72); margin-top:14px; font-size:15px; }
.kontakt-info{ margin-top:32px; display:flex; flex-direction:column; gap:20px; }
.kontakt-info a{ display:flex; align-items:center; gap:14px; text-decoration:none; color:#fff; }
.kontakt-info .ic{ width:44px; height:44px; border-radius:12px; background:oklch(100% 0 0 / .08); display:flex; align-items:center; justify-content:center; flex:none; }
.kontakt-info .ic svg{ width:19px; height:19px; color:var(--gold); }
.kontakt-info b{ display:block; font-family:"Space Grotesk"; font-size:14.5px; }
.kontakt-info small{ color:oklch(90% 0.01 90 / .6); font-size:12.5px; }
.kontakt-side .mm-footer{ margin-top:auto; padding-top:32px; display:flex; gap:10px; flex-wrap:wrap; }

.kontakt-form{ background:#fff; padding:52px 44px; }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.field{ margin-bottom:14px; }
.field label{ display:block; font-family:"Space Grotesk"; font-weight:600; font-size:12.5px; letter-spacing:.03em; color:var(--ink-soft); margin-bottom:7px; }
.field input, .field select, .field textarea{
  width:100%; border:1.5px solid var(--line-2); border-radius:12px; padding:13px 15px;
  font-family:"Inter"; font-size:14.5px; color:var(--ink); background:var(--paper);
  transition:border-color .25s, box-shadow .25s;
}
.field input:focus, .field select:focus, .field textarea:focus{
  outline:none; border-color:var(--red); box-shadow:0 0 0 4px var(--red-wash);
}
.field textarea{ min-height:110px; resize:vertical; }
.consent{ display:flex; align-items:flex-start; gap:10px; font-size:12.5px; color:var(--muted); margin:16px 0 22px; }
.consent input{ margin-top:3px; }
.form-actions{ display:flex; gap:12px; flex-wrap:wrap; }

/* ---------- FOOTER ---------- */
footer.site{ background:var(--ink-bg); color:oklch(90% 0.01 90 / .8); padding:72px 0 26px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:40px; padding-bottom:48px; border-bottom:1px solid oklch(100% 0 0 / .1); }
.footer-brand .brand-text{ color:#fff; }
.footer-brand p{ margin-top:16px; font-size:14px; line-height:1.7; max-width:280px; color:oklch(90% 0.01 90 / .6); }
.footer-social{ display:flex; gap:10px; margin-top:20px; }
.footer-social a{ width:38px; height:38px; border-radius:50%; background:oklch(100% 0 0 / .08); display:flex; align-items:center; justify-content:center; text-decoration:none; color:#fff; transition:background .25s, transform .25s; }
.footer-social a:hover{ background:var(--red); transform:translateY(-3px); }
.footer-social svg{ width:17px; height:17px; }
.footer-col h4{ font-family:"Space Grotesk"; color:#fff; font-size:14px; letter-spacing:.04em; text-transform:uppercase; margin-bottom:18px; }
.footer-col ul{ display:flex; flex-direction:column; gap:11px; }
.footer-col a{ text-decoration:none; font-size:14.5px; color:oklch(90% 0.01 90 / .68); transition:color .2s, padding-left .2s; }
.footer-col a:hover{ color:var(--gold); padding-left:4px; }
.footer-bottom{ padding-top:26px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:12.5px; color:oklch(90% 0.01 90 / .48); }
.footer-bottom a{ text-decoration:none; color:inherit; }
.footer-bottom a:hover{ color:var(--gold); }

/* ---------- Floating WhatsApp + Toast ---------- */
.wa-float{
  position:fixed; right:24px; bottom:24px; z-index:80;
  width:64px; height:64px; border-radius:50%; background:#20bd5c; color:#fff;
  display:flex; align-items:center; justify-content:center; text-decoration:none;
  box-shadow:0 16px 36px oklch(65% 0.16 150 / .4);
  transition:transform .3s var(--ease-spring);
}
.wa-float:hover{ transform:scale(1.08) translateY(-2px); }
.wa-float svg{ width:30px; height:30px; }
.wa-float .pulse{ position:absolute; inset:0; border-radius:50%; background:#20bd5c; animation:pulseRing 2.4s ease-out infinite; z-index:-1; }
@keyframes pulseRing{ 0%{ transform:scale(1); opacity:.55; } 100%{ transform:scale(1.9); opacity:0; } }

.kontakt-float{
  position:fixed; right:24px; bottom:100px; z-index:80;
  width:52px; height:52px; border-radius:50%; background:var(--red); color:#fff;
  display:flex; align-items:center; justify-content:center; text-decoration:none;
  box-shadow:var(--shadow-red);
  transition:transform .3s var(--ease-spring);
}
.kontakt-float:hover{ transform:scale(1.08) translateY(-2px); background:var(--red-bright); }
.kontakt-float svg{ width:22px; height:22px; }
@media (max-width:600px){
  .wa-float{ right:18px; bottom:18px; width:58px; height:58px; }
  .wa-float svg{ width:27px; height:27px; }
  .kontakt-float{ right:21px; bottom:86px; width:46px; height:46px; }
  .kontakt-float svg{ width:19px; height:19px; }
}

.toast{
  position:fixed; left:20px; right:20px; bottom:104px; z-index:90; margin-inline:auto; max-width:420px;
  background:var(--ink-bg); color:#fff; padding:16px 20px; border-radius:14px; box-shadow:var(--shadow-lg);
  display:flex; align-items:center; gap:12px; text-align:left;
  transform:translateY(120%); opacity:0; transition:transform .45s var(--ease-spring), opacity .3s;
}
.toast.show{ transform:translateY(0); opacity:1; }
.toast svg{ width:22px; height:22px; color:var(--gold); flex:none; }
.toast span{ font-size:13.5px; line-height:1.5; }

/* ---------- Breadcrumb / page hero (Unterseiten) ---------- */
.page-hero{
  position:relative; overflow:hidden; background:var(--ink-bg); color:#fff;
  padding-top:calc(var(--nav-h) + 54px); padding-bottom:58px;
}
.page-hero .hero-bg img{ width:100%; height:100%; object-fit:cover; opacity:.32; }
.page-hero .hero-bg::after{ background:linear-gradient(180deg, oklch(12% 0.01 30 / .5), var(--ink-bg) 92%); }
.breadcrumb{ display:flex; align-items:center; gap:8px; font-size:13px; color:oklch(90% 0.01 90 / .6); margin-bottom:18px; }
.breadcrumb svg{ width:13px; height:13px; flex:none; opacity:.6; }
.breadcrumb a{ text-decoration:none; color:inherit; }
.breadcrumb a:hover{ color:var(--gold); }
.page-hero h1{ font-size:clamp(32px,5vw,52px); color:#fff; max-width:760px; }
.page-hero p.lead{ margin-top:16px; color:oklch(90% 0.01 90 / .78); font-size:17px; max-width:640px; }

/* ---------- Legal pages ---------- */
.legal{ max-width:760px; margin-inline:auto; }
.legal h2{ font-size:22px; margin-top:40px; margin-bottom:12px; }
.legal h2:first-child{ margin-top:0; }
.legal p, .legal li{ color:var(--ink-soft); font-size:15px; line-height:1.75; }
.legal ul{ margin-top:8px; padding-left:20px; list-style:disc; }
.legal a{ color:var(--red); text-decoration:underline; }

/* ---------- Reveal / scroll animation base states ---------- */
.reveal{ opacity:0; transform:translateY(34px); }
.wipe{ clip-path:inset(0 100% 0 0); }
.js-ready .no-js-hide{ display:none; }

/* ---------- Location card grid (Standorte hub) ---------- */
.loc-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.loc-card{
  position:relative; border-radius:var(--radius-md); overflow:hidden; text-decoration:none; color:#fff;
  aspect-ratio:4/3; display:flex; align-items:flex-end; padding:22px;
  box-shadow:var(--shadow-sm); transition:transform .4s var(--ease), box-shadow .4s var(--ease);
}
.loc-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow-md); }
.loc-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s var(--ease); }
.loc-card:hover img{ transform:scale(1.08); }
.loc-card::before{ content:""; position:absolute; inset:0; background:linear-gradient(0deg, oklch(12% 0.01 30 / .85), oklch(12% 0.01 30 / .1) 60%); }
.loc-card .lc-body{ position:relative; z-index:2; }
.loc-card b{ font-family:"Space Grotesk"; font-size:19px; display:block; }
.loc-card span{ font-size:12.5px; color:oklch(90% 0.01 90 / .7); display:flex; align-items:center; gap:6px; margin-top:4px; }

/* ---------- Standort detail layout ---------- */
.standort-grid{ display:grid; grid-template-columns:1.2fr .8fr; gap:50px; }
.standort-body h2{ font-size:26px; margin-top:38px; margin-bottom:14px; }
.standort-body h2:first-child{ margin-top:0; }
.standort-body p{ color:var(--ink-soft); font-size:15.5px; }
.standort-sidebar{ display:flex; flex-direction:column; gap:20px; }
.side-card{ background:var(--paper-2); border-radius:var(--radius-md); padding:26px; border:1px solid var(--line); }
.side-card h4{ font-family:"Space Grotesk"; font-size:14px; text-transform:uppercase; letter-spacing:.06em; margin-bottom:14px; }
.side-card ul{ display:flex; flex-direction:column; gap:9px; }
.side-card ul a{ text-decoration:none; font-size:14.5px; color:var(--ink-soft); display:flex; align-items:center; gap:8px; }
.side-card ul a:hover{ color:var(--red); }
.side-card ul a svg{ width:14px; height:14px; color:var(--red); flex:none; }
.side-card.cta{ background:var(--red); color:#fff; text-align:center; }
.side-card.cta h4{ color:#fff; }
.side-card.cta .btn{ width:100%; margin-top:6px; }
.other-locs{ display:flex; flex-wrap:wrap; gap:8px; }
.other-locs a{ text-decoration:none; font-size:13px; padding:8px 14px; border-radius:var(--radius-pill); background:#fff; border:1px solid var(--line-2); color:var(--ink-soft); }
.other-locs a:hover{ background:var(--red); color:#fff; border-color:var(--red); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .services-grid{ grid-template-columns:repeat(2,1fr); }
  .loc-grid.areas-7{ grid-template-columns:repeat(2,1fr); }
  .stats-grid, .trust-grid{ grid-template-columns:repeat(2,1fr); }
  .stats-grid div:nth-child(3), .trust-grid div:nth-child(3){ border-left:0; }
  .steps-grid{ grid-template-columns:repeat(2,1fr); }
  .step-arrow{ display:none; }
  .testi-grid{ grid-template-columns:1fr 1fr; }
  .loc-grid{ grid-template-columns:repeat(2,1fr); }
  .standort-grid{ grid-template-columns:1fr; }
}
@media (max-width:860px){
  nav.primary{ display:none; }
  .burger{ display:flex; }
  .benefits-wrap{ grid-template-columns:1fr; gap:34px; }
  .benefits-media{ order:-1; aspect-ratio:16/10; }
  .gebiet-wrap{ grid-template-columns:1fr; }
  .service-detail{ grid-template-columns:1fr; }
  .service-detail:nth-child(even) .sd-media{ order:0; }
  .service-detail .sd-media{ min-height:220px; }
  .kontakt-wrap{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width:600px){
  :root{ --nav-h:70px; }
  .section{ padding:64px 0; }
  .brand img{ height:36px; }
  .brand-text{ font-size:16px; }
  .services-grid{ grid-template-columns:1fr; }
  .trust-grid{ grid-template-columns:repeat(2,1fr); }
  .trust-grid div:nth-child(2n+1){ border-left:0; }
  .stats-grid{ grid-template-columns:repeat(2,1fr); }
  .stats-grid div:nth-child(2n+1){ border-left:0; }
  .steps-grid{ grid-template-columns:1fr; }
  .testi-grid{ grid-template-columns:1fr; }
  .loc-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:32px; }
  .field-row{ grid-template-columns:1fr; }
  .kontakt-side, .kontakt-form{ padding:36px 24px; }
  .hero-chips{ flex-direction:column; }
  .hero{ padding-bottom:60px; }
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; }
  .reveal{ opacity:1; transform:none; }
  .wipe{ clip-path:none; }
}
