/* ============================================================
   Raumretter.de — Design-System nach Framer-Template
   Palette: Ink rgb(24,26,26) · Weiß · Neutral-Skala · Acid-Gelb
            #EEFF2E · Pastell (Purple/Green/Blue/Orange)
   Typo:    Barlow Condensed (Display, uppercase)
            Stack Sans Headline / Text · Fragment Mono (Labels)
   Radii:   6 / 8 / 12 / 16 px · Hairlines 1px, nie Kartenrahmen
   Bewusste Erweiterungen ggü. Template-DNA: Pill-Radius (999px)
   für Trust-/Status-Chips und .btn-ghost als Funnel-Sekundäraktion.
   ============================================================ */

@font-face { font-family: "Barlow Condensed"; font-weight: 700; font-style: normal; font-display: swap; src: url("../assets/fonts/barlow-condensed-700.woff2") format("woff2"); }
@font-face { font-family: "Barlow Condensed"; font-weight: 800; font-style: normal; font-display: swap; src: url("../assets/fonts/barlow-condensed-800.woff2") format("woff2"); }
@font-face { font-family: "Stack Sans Headline"; font-weight: 400; font-style: normal; font-display: swap; src: url("../assets/fonts/stack-sans-headline-400.woff2") format("woff2"); }
@font-face { font-family: "Stack Sans Headline"; font-weight: 500; font-style: normal; font-display: swap; src: url("../assets/fonts/stack-sans-headline-500.woff2") format("woff2"); }
@font-face { font-family: "Stack Sans Text"; font-weight: 400; font-style: normal; font-display: swap; src: url("../assets/fonts/stack-sans-text-400.woff2") format("woff2"); }
@font-face { font-family: "Stack Sans Text"; font-weight: 500; font-style: normal; font-display: swap; src: url("../assets/fonts/stack-sans-text-500.woff2") format("woff2"); }
@font-face { font-family: "Fragment Mono"; font-weight: 400; font-style: normal; font-display: swap; src: url("../assets/fonts/fragment-mono-400.woff2") format("woff2"); }

:root {
  --ink: rgb(24, 26, 26);
  --ink-2: rgb(35, 35, 35);        /* Neutral/Boldest — dunkle Karten */
  --white: #ffffff;
  --n-subtlest: rgb(247, 247, 247);
  --n-subtler: rgb(237, 236, 235);
  --n-subtle: rgb(214, 214, 214);
  --n-base: rgb(169, 169, 169);
  --n-bold: rgb(100, 100, 100);
  --n-bolder: rgb(54, 53, 53);
  --acid: rgb(238, 255, 46);
  --p-purple: rgb(225, 193, 255);
  --p-green: rgb(158, 230, 138);
  --p-blue: rgb(143, 205, 255);
  --p-orange: rgb(255, 197, 91);
  --pattern-violet: rgb(121, 76, 224);
  --border-input: rgb(118, 118, 118);
  --err: #C0392B;

  --font-display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --font-head: "Stack Sans Headline", "Helvetica Neue", Arial, sans-serif;
  --font-body: "Stack Sans Text", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "Fragment Mono", "Courier New", monospace;

  --ease: cubic-bezier(0.65, 0, 0.35, 1);
  --r-sm: 6px; --r-md: 8px; --r-lg: 12px; --r-xl: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }

.container { max-width: 1440px; margin: 0 auto; padding: 0 48px; }

/* ---------- Typo-Rollen (aus den Framer-TextStyles) ---------- */
.pretitle {
  font-family: var(--font-mono); font-size: 14px; line-height: 1.5;
  text-transform: uppercase; letter-spacing: 0; margin: 0;
}
.h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(52px, 8.4vw, 100px); line-height: 1;
  letter-spacing: -0.01em; text-transform: uppercase; margin: 0;
}
h2, .h2 {
  font-family: var(--font-head); font-weight: 400;
  font-size: clamp(30px, 3.4vw, 40px); line-height: 1.2;
  letter-spacing: -0.02em; margin: 0;
}
.h4 { font-family: var(--font-head); font-weight: 500; font-size: 28px; line-height: 1.2; letter-spacing: -0.01em; margin: 0; }
.h5 { font-family: var(--font-body); font-weight: 500; font-size: 23px; line-height: 1.3; letter-spacing: -0.02em; margin: 0; }
.p1 { font-size: 18px; line-height: 1.4; letter-spacing: -0.01em; margin: 0; }
.p2 { font-size: 16px; line-height: 1.4; letter-spacing: 0; margin: 0; }
.p3 { font-size: 14px; line-height: 1.4; letter-spacing: 0; margin: 0; }
.display-price {
  font-family: var(--font-display); font-weight: 800;
  text-transform: uppercase; line-height: 1; letter-spacing: -0.01em;
}
.muted { color: var(--n-bold); }

/* ---------- Buttons ---------- */
.btn-primary, .btn-invers, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-weight: 500; font-size: 16px;
  line-height: 1.2; letter-spacing: -0.02em;
  border: none; border-radius: var(--r-md); cursor: pointer;
  padding: 15px 26px; text-decoration: none;
  transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), transform .15s var(--ease);
}
.btn-primary { background: var(--acid); color: var(--ink); }
.btn-primary:hover { background: var(--ink); color: var(--acid); transform: translateY(-2px); }
.btn-primary:active { transform: translateY(1px); }
.btn-invers { background: var(--white); color: var(--ink); }
.btn-invers:hover { background: var(--acid); transform: translateY(-2px); }
.btn-ghost {
  background: transparent; color: inherit;
  border: 1px solid var(--n-subtle); padding: 14px 25px;
}
.btn-ghost:hover { border-color: var(--ink); }
.on-dark .btn-ghost { border-color: var(--n-bolder); }
.on-dark .btn-ghost:hover { border-color: var(--white); }

input:focus-visible, select:focus-visible, button:focus-visible, a:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 2.5px solid var(--pattern-violet); outline-offset: 2px;
}

/* ---------- Marker-Effekte (aus den Framer-Code-Komponenten) ---------- */
/* Cycling-Wort im H1 (HighlightMarkerTextReveal) */
.hmc-word-wrap {
  display: inline-block; position: relative; overflow: hidden;
  vertical-align: bottom; white-space: nowrap;
  padding: 0.06em 0; margin: -0.06em 0;
  transition: width 0.35s var(--ease);
}
.hmc-word { display: inline-block; }
.hmc-bar {
  position: absolute; inset: 0; background: var(--acid);
  pointer-events: none; z-index: 1;
  transform: scaleX(0); transform-origin: right center;
}
.hmc-bar.animate { transition: transform 0.5s var(--ease); }

/* Scroll-Reveal-Marker über H2-Zeilen (MarkerTextScrollReveal) */
.mtr-lines { display: flex; flex-direction: column; align-items: flex-start; }
.mtr-lines.center { align-items: center; }
.mtr-line {
  display: block; position: relative; overflow: hidden;
  width: fit-content;
  padding: 0.055em 0; margin: -0.055em 0;
}
.mtr-bar {
  position: absolute; inset: 0; background: var(--acid);
  pointer-events: none; z-index: 1;
  transform: scaleX(0); transform-origin: right center;
}
.mtr.armed .mtr-bar { transform: scaleX(1); }
.mtr.ready .mtr-bar { transition: transform 0.6s var(--ease); }
.mtr.in-view .mtr-bar { transform: scaleX(0); }

[data-appear].appear-armed > * {
  opacity: 0; transform: translateY(18px);
  transition: opacity 0.6s var(--ease), transform 0.6s var(--ease);
}
[data-appear].appear-armed.appear-in > * { opacity: 1; transform: none; }

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hmc-bar, .mtr-bar { display: none; }
  .hmc-word-wrap { transition: none; }
  .cert { animation: none; }
  [data-appear].appear-armed > * { opacity: 1; transform: none; }
  * { transition-duration: 0.01ms !important; }
}

/* ---------- Pattern-Bühnen (BackgroundPattern-Nachbau) ---------- */
.pattern-stage { position: relative; overflow: clip; }
.pattern-stage::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  opacity: 0.4;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 50%, #000 0%, transparent 78%);
}
/* Plus-Pattern (violett, size 32) — Hero-Bühne */
.pattern-plus::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath d='M16 9v14M9 16h14' stroke='rgb(121,76,224)' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 32px 32px;
}
/* Cross-Pattern (grau, size 40) — Preis-Panel */
.pattern-cross::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpath d='M15 15l10 10M25 15l-10 10' stroke='rgb(169,169,169)' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--n-subtler);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 24px;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-word {
  font-family: var(--font-display); font-weight: 800; font-size: 24px;
  text-transform: uppercase; letter-spacing: 0; color: var(--ink);
}
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a.menu-link {
  font-family: var(--font-mono); font-size: 13px; line-height: 1.3;
  text-transform: uppercase; text-decoration: none; color: var(--ink);
  padding-bottom: 3px;
  background: linear-gradient(currentColor, currentColor) bottom left / 0 1.5px no-repeat;
  transition: background-size 0.3s var(--ease);
}
.nav-links a.menu-link:hover { background-size: 100% 1.5px; }
.logo svg { transition: transform 0.3s var(--ease); }
.logo:hover svg { transform: rotate(-7deg); }
.site-header .btn-primary { padding: 11px 20px; }

/* ---------- Hero ---------- */
.hero { background: var(--white); padding: 72px 48px 96px; overflow: hidden; }
.hero-inner { max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; align-items: center; }
.hero-content { max-width: 640px; display: flex; flex-direction: column; gap: 32px; align-items: center; text-align: center; }
.hero-text { display: flex; flex-direction: column; gap: 24px; align-items: center; }
.hero .pretitle { color: var(--n-bold); }
.hero-sub { max-width: 500px; color: var(--n-bold); }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }

/* Bühne: blaues Panel mit Plus-Pattern, darauf der Rechner-Einstieg */
.hero-stage {
  width: 100%; min-height: 424px; border-radius: var(--r-xl);
  background: var(--p-blue);
  display: flex; align-items: center; justify-content: center;
  padding: 48px 24px; position: relative;
}
.stage-cards { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; }

.plz-card {
  background: var(--white); border-radius: var(--r-xl);
  box-shadow: 0 24px 60px rgba(24, 26, 26, 0.18);
  padding: 28px; width: min(480px, 100%); position: relative; z-index: 3;
}
.plz-card .cardtitle { font-family: var(--font-mono); font-size: 13px; text-transform: uppercase; color: var(--n-bold); margin: 0 0 16px; }
.plz-row { display: flex; gap: 10px; align-items: stretch; }
.plz-field { flex: 1; min-width: 0; }
.plz-field label {
  display: block; font-family: var(--font-mono); font-size: 11px;
  text-transform: uppercase; color: var(--n-bold); margin-bottom: 6px;
}
.plz-field input {
  width: 100%; font-family: var(--font-mono); font-size: 19px;
  letter-spacing: 0.05em; padding: 13px 14px;
  border: 1px solid var(--border-input); border-radius: var(--r-md);
  color: var(--ink); background: var(--n-subtlest);
}
.plz-field input:hover { border-color: var(--ink); }
.plz-arrow { align-self: flex-end; padding-bottom: 15px; color: var(--n-base); flex: 0 0 auto; }
.plz-card .btn-primary { width: 100%; margin-top: 14px; }
.plz-hint { font-size: 13px; color: var(--n-bold); margin: 12px 0 0; text-align: center; }
.field-error { border-color: var(--err) !important; }
.plz-msg { font-size: 13.5px; color: var(--err); margin: 8px 0 0; min-height: 1em; }

/* Zertifikats-Mock schwebt hinter der PLZ-Karte */
@keyframes certFloat {
  0%, 100% { transform: translateY(-50%) rotate(3deg); }
  50% { transform: translateY(calc(-50% - 12px)) rotate(1.5deg); }
}
.cert {
  position: absolute; right: max(24px, 6%); top: 50%;
  transform: translateY(-50%) rotate(3deg);
  animation: certFloat 6s ease-in-out infinite;
  background: var(--white); border-radius: var(--r-lg);
  box-shadow: 0 16px 40px rgba(24, 26, 26, 0.16);
  padding: 22px 24px; width: 250px; z-index: 1;
}
.cert-label { font-family: var(--font-mono); font-size: 10.5px; text-transform: uppercase; color: var(--n-bold); }
.cert-route { font-family: var(--font-mono); font-size: 12px; color: var(--n-bold); margin: 12px 0 2px; }
.cert-price { font-family: var(--font-display); font-weight: 800; font-size: 44px; line-height: 1; text-transform: uppercase; }
.cert-price .mark { background: var(--acid); padding: 0 4px; }
.cert-pill {
  display: inline-block; margin-top: 12px; background: var(--p-green); color: var(--ink-2);
  font-size: 12.5px; font-weight: 500; border-radius: 999px; padding: 4px 11px;
}

.hero-trust {
  display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center;
  list-style: none; margin: 0; padding: 0;
}
.hero-trust li {
  font-family: var(--font-mono); font-size: 12.5px; text-transform: uppercase;
  color: var(--n-bold); display: flex; align-items: center; gap: 8px;
}
.hero-trust .tick { color: var(--ink); background: var(--acid); border-radius: 999px; width: 17px; height: 17px; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; }

/* ---------- Sektions-Anatomie ---------- */
section.block { padding: 120px 48px; }
.block-inner { max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; }
.section-head { max-width: 640px; display: flex; flex-direction: column; gap: 32px; }
.section-head.center { align-self: center; align-items: center; text-align: center; }
.section-head .pretitle { color: var(--n-bold); }

/* Schwarze Sektion (Leistungen) */
.on-dark { background: var(--ink); color: var(--white); }
.on-dark .pretitle { color: var(--n-base); }
.dark-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.dark-card {
  background: var(--ink-2); border-radius: var(--r-md);
  padding: 28px 26px; display: flex; flex-direction: column; gap: 14px;
  transition: transform 0.35s var(--ease), background 0.35s var(--ease);
}
.dark-card:hover { transform: translateY(-5px); background: rgb(45, 45, 45); }
.dark-card .mono-num { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; color: var(--acid); }
.dark-card .t { font-family: var(--font-body); font-weight: 500; font-size: 19px; letter-spacing: -0.02em; }
.dark-card .d { font-size: 15px; color: var(--n-base); line-height: 1.45; }

.dark-cta {
  border-top: 1px solid var(--n-bolder); padding-top: 64px;
  display: flex; justify-content: center;
}
.dark-cta-box { max-width: 450px; border-radius: var(--r-sm); display: flex; flex-direction: column; gap: 32px; align-items: center; text-align: center; }

/* Pastell-Feature-Cards (So funktioniert's) */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card {
  border-radius: var(--r-xl); padding: 32px 28px; min-height: 360px;
  color: var(--ink-2); display: flex; flex-direction: column; gap: 16px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.step-card:hover { transform: translateY(-6px) rotate(-1deg); box-shadow: 0 20px 44px rgba(24, 26, 26, 0.14); }
.step-card .stepnum {
  font-family: var(--font-display); font-weight: 800; font-size: 88px;
  line-height: 1; text-transform: uppercase; opacity: 0.9;
}
.step-card .h4 { margin-top: auto; }
.step-card p { font-size: 16px; margin: 0; }
.bg-purple { background: var(--p-purple); }
.bg-acid { background: var(--acid); }
.bg-green { background: var(--p-green); }
.bg-blue { background: var(--p-blue); }
.bg-orange { background: var(--p-orange); }

/* ---------- Preis-Panel (Template-Pricing) ---------- */
section.pricing-block { padding: 0 32px; }
.pricing-panel {
  max-width: 1440px; margin: 0 auto;
  border-radius: var(--r-lg); background: var(--n-subtler);
  position: relative; overflow: clip;
}
.pricing-panel .panel-inner {
  position: relative; z-index: 2;
  padding: 120px 32px 96px;
  display: flex; flex-direction: column; gap: 96px; align-items: center;
}
.price-cards {
  width: 100%; max-width: 1000px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  align-items: start;
}
.price-card {
  border-radius: var(--r-xl); background: var(--n-subtlest);
  padding: 32px 24px; display: flex; flex-direction: column; gap: 40px;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease);
}
.price-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(24, 26, 26, 0.10); }
.price-card.dark { background: var(--ink-2); color: var(--white); }
.price-card .titleblock { display: flex; flex-direction: column; gap: 36px; }
.price-card .info { font-size: 16px; color: var(--n-bold); }
.price-card.dark .info { color: var(--n-base); }
.price-card .pricetag {
  font-family: var(--font-mono); font-size: 11.5px; text-transform: uppercase;
  color: var(--n-bold); margin: 0 0 6px;
}
.price-card.dark .pricetag { color: var(--n-base); }
.price-card .priceline { display: flex; gap: 12px; align-items: baseline; }
.price-card .priceline .display-price { font-size: 64px; }
.price-card .term { font-size: 16px; color: var(--n-bold); }
.price-card.dark .term { color: var(--n-base); }
.price-card .btn-primary, .price-card .btn-invers { width: 100%; }
.price-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.price-card ul .listlabel { font-family: var(--font-mono); font-size: 12.5px; text-transform: uppercase; color: var(--n-bold); }
.price-card.dark ul .listlabel { color: var(--n-base); }
.price-card li:not(.listlabel) { font-size: 15px; display: flex; gap: 10px; align-items: baseline; }
.price-card li:not(.listlabel)::before { content: "✓"; font-family: var(--font-mono); font-size: 13px; flex: 0 0 auto; }
.price-card.dark li:not(.listlabel)::before { color: var(--acid); }

/* ---------- Garantie ---------- */
.guarantee-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.guarantee-col {
  border-top: 1px solid var(--n-subtle); padding-top: 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.guarantee-col .mono-num { font-family: var(--font-mono); font-size: 13px; text-transform: uppercase; color: var(--n-bold); }
.guarantee-col .t { font-family: var(--font-body); font-weight: 500; font-size: 19px; letter-spacing: -0.02em; }
.guarantee-col p { font-size: 15.5px; color: var(--n-bold); margin: 0; line-height: 1.45; }

/* ---------- Geschichte ---------- */
.story-grid {
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 64px; align-items: center; max-width: 1100px; margin: 0 auto; width: 100%;
}
.story-text { display: flex; flex-direction: column; gap: 24px; max-width: 640px; }
.story-text .pretitle { color: var(--n-bold); }
.story-text p.p1 { color: var(--n-bolder); margin: 0; }
.story-text mark { background: var(--acid); color: var(--ink); padding: 0 5px; }
.story-sign {
  font-family: var(--font-mono); font-size: 13px; text-transform: uppercase;
  color: var(--n-bold); margin: 0;
}
.promise-card {
  background: var(--ink); color: var(--white); border-radius: var(--r-xl);
  padding: 32px 28px; display: flex; flex-direction: column; gap: 24px;
  transform: rotate(1.5deg);
  transition: transform 0.35s var(--ease);
}
.promise-card:hover { transform: rotate(0deg) translateY(-4px); }
.promise-card .pretitle { color: var(--acid); }
.promise-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.promise-card li {
  font-size: 16.5px; font-weight: 500; letter-spacing: -0.02em;
  display: flex; gap: 12px; align-items: baseline;
}
.promise-card li::before { content: "✓"; font-family: var(--font-mono); color: var(--acid); flex: 0 0 auto; }
.promise-card .btn-primary { width: 100%; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 640px; width: 100%; align-self: center; display: flex; flex-direction: column; gap: 20px; }
.faq-list details {
  background: var(--n-subtlest); border-radius: var(--r-lg); overflow: hidden;
  transition: background 0.25s var(--ease);
}
.faq-list details:hover { background: var(--n-subtler); }
.faq-list summary {
  cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px;
  font-family: var(--font-body); font-weight: 500; font-size: 17px; letter-spacing: -0.02em;
  color: var(--ink-2);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; font-family: var(--font-mono); font-size: 18px; color: var(--ink-2); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list .answer { padding: 0 24px 22px; font-size: 15.5px; color: var(--n-bold); max-width: 64ch; line-height: 1.5; }

.faq-end { padding-top: 0; padding-bottom: 140px; }

/* ---------- CTA-Band ---------- */
.ctaband { text-align: center; }
.ctaband .block-inner { align-items: center; gap: 40px; }
.ctaband .display-cta {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(48px, 7vw, 88px); line-height: 1; text-transform: uppercase; margin: 0;
}
.ctaband p { max-width: 46ch; color: var(--n-base); margin: 0; }
.cta-micro {
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  color: var(--n-base); margin: 0;
}
.nudge {
  margin: 14px 22px 0; padding: 10px 14px; border-radius: var(--r-md);
  background: var(--acid); color: var(--ink);
  font-size: 13.5px; font-weight: 500; text-align: center;
}
.nudge:empty { display: none; }

/* ---------- Footer ---------- */
footer.site-footer { background: var(--ink); color: var(--n-base); overflow: hidden; }
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 96px 48px 40px; display: flex; flex-direction: column; gap: 56px; }
.footer-word {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(48px, 17vw, 180px); line-height: 0.95; letter-spacing: -0.03em;
  text-transform: uppercase; color: var(--white); margin: 0;
}
.footer-word .dot { color: var(--acid); }
.footer-meta {
  display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--n-bolder); padding-top: 28px;
  font-family: var(--font-mono); font-size: 12.5px; text-transform: uppercase;
}
.footer-meta a { color: var(--n-base); text-decoration: none; margin-right: 24px; }
.footer-meta a:hover { color: var(--white); }

/* ---------- Spielwiese (FallingObjects 1:1) ---------- */
.phys-stage {
  position: relative; height: 480px; border-radius: var(--r-xl);
  background: var(--p-blue);
}
.phys-obj {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 18px 22px; border-radius: var(--r-md);
  font-family: var(--font-mono); font-size: 13px; text-transform: uppercase;
  white-space: nowrap; user-select: none; -webkit-user-select: none;
  will-change: transform;
  box-shadow: 0 10px 24px rgba(24, 26, 26, 0.15);
}
/* Greif-Affordanz nur, wenn die Physik wirklich läuft (sonst Scroll-Falle) */
.phys-stage.phys-live .phys-obj { touch-action: none; cursor: grab; }
.phys-stage.dragging .phys-obj { cursor: grabbing; }
.po-white { background: var(--white); color: var(--ink-2); }
.po-acid { background: var(--acid); color: var(--ink); }
.po-purple { background: var(--p-purple); color: var(--ink-2); }
.po-green { background: var(--p-green); color: var(--ink-2); }
.po-orange { background: var(--p-orange); color: var(--ink-2); }
.po-ink { background: var(--ink); color: var(--white); }
.po-wide { padding: 22px 30px; }
.po-small { padding: 12px 16px; font-size: 11.5px; }
.po-svg {
  padding: 0; background: none; box-shadow: none; border-radius: 0;
  filter: drop-shadow(0 12px 20px rgba(24, 26, 26, 0.18));
}
.po-svg svg { display: block; width: 100%; height: 100%; }
.phys-hint {
  position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-mono); font-size: 11.5px; text-transform: uppercase;
  color: var(--ink-2); pointer-events: none; margin: 0; white-space: nowrap;
}
/* Physik aktiv: Objekte werden per transform positioniert */
.phys-stage.phys-live { overflow: clip; }
.phys-stage.phys-live .phys-obj { position: absolute; top: 0; left: 0; }
.phys-stage:not(.phys-live) .phys-hint { display: none; }
/* Fallback ohne JS / bei reduzierter Bewegung: statischer Haufen unten */
.phys-stage:not(.phys-live) {
  display: flex; flex-wrap: wrap; gap: 12px; padding: 24px;
  align-items: flex-end; align-content: flex-end; justify-content: center;
  overflow: clip;
}
.phys-stage:not(.phys-live) .phys-obj:nth-child(3n+1) { transform: rotate(-8deg); }
.phys-stage:not(.phys-live) .phys-obj:nth-child(3n+2) { transform: rotate(5deg); }
.phys-stage:not(.phys-live) .phys-obj:nth-child(4n+3) { transform: rotate(12deg); }

/* ---------- Sticky-CTA (mobil) ---------- */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.95); border-top: 1px solid var(--n-subtler);
  display: none;
}
.sticky-cta .btn-primary { width: 100%; }
body.has-sticky { padding-bottom: 84px; }

/* ============================================================
   Funnel-Overlay
   ============================================================ */
.funnel {
  position: fixed; inset: 0; z-index: 100; display: none;
  background: rgba(24, 26, 26, 0.6); backdrop-filter: blur(4px);
  overflow-y: auto; padding: 4vh 16px 40px;
}
.funnel.open { display: block; }
.funnel-box {
  background: var(--white); border-radius: var(--r-xl);
  box-shadow: 0 24px 80px rgba(24, 26, 26, 0.3);
  max-width: 620px; margin: 0 auto; overflow: hidden;
}
.funnel-top { display: flex; align-items: center; justify-content: space-between; padding: 18px 22px 0; }
.funnel-close {
  background: none; border: none; cursor: pointer; color: var(--n-bold);
  font-size: 26px; line-height: 1; padding: 4px 10px; border-radius: var(--r-md);
}
.funnel-close:hover { background: var(--n-subtlest); color: var(--ink); }
.estimate-chip {
  font-family: var(--font-mono); font-size: 12.5px; text-transform: uppercase;
  color: var(--ink-2); background: var(--n-subtlest);
  border-radius: 999px; padding: 7px 14px; visibility: hidden;
}
.estimate-chip.show { visibility: visible; }

.progress { height: 4px; background: var(--n-subtler); border-radius: 999px; margin: 14px 22px 0; overflow: hidden; }
.progress b { display: block; height: 100%; background: var(--ink); border-radius: 999px; width: 0; transition: width 0.4s var(--ease); }

.fstep { display: none; padding: 28px 30px 32px; }
.fstep.active { display: block; }
.fstep h3 {
  font-family: var(--font-head); font-weight: 500; font-size: 26px;
  letter-spacing: -0.015em; margin: 4px 0 6px;
}
.fstep .stepsub { font-size: 15px; color: var(--n-bold); margin: 0 0 24px; }

.choice-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.chip {
  border: 1px solid var(--border-input); background: var(--white); border-radius: var(--r-md);
  font-family: var(--font-body); font-weight: 500; font-size: 15.5px; letter-spacing: -0.02em;
  color: var(--ink); padding: 12px 18px; cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.chip:hover { border-color: var(--ink); }
.chip.sel { border-color: var(--ink); background: var(--ink); color: var(--white); }

.formrow { margin-bottom: 20px; }
.formrow > label, .formrow .grouplabel { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.formrow .sublabel { font-weight: 400; color: var(--n-bold); font-size: 13px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], input[type="number"], select {
  font-family: var(--font-body); font-size: 16.5px; color: var(--ink);
  border: 1px solid var(--border-input); border-radius: var(--r-md); padding: 12px 14px;
  background: var(--white); width: 100%;
}
.area-row { display: flex; align-items: center; gap: 16px; }
.area-row input[type="range"] { flex: 1; accent-color: var(--ink); }
.area-val {
  font-family: var(--font-mono); font-size: 17px; color: var(--ink);
  min-width: 92px; text-align: right; white-space: nowrap;
}
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.checkcard {
  display: flex; gap: 12px; align-items: flex-start;
  background: var(--n-subtlest); border: 1px solid transparent;
  border-radius: var(--r-lg); padding: 15px 17px; margin-bottom: 10px; cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.checkcard:hover { border-color: var(--n-subtle); }
.checkcard.sel { border-color: var(--ink); background: var(--white); }
.checkcard input { margin-top: 4px; accent-color: var(--ink); width: 17px; height: 17px; flex: 0 0 auto; }
.checkcard .t { font-size: 15.5px; font-weight: 500; letter-spacing: -0.02em; }
.checkcard .d { font-size: 13.5px; color: var(--n-bold); }
.checkcard .p { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-2); margin-left: auto; white-space: nowrap; padding-top: 4px; }

.flexcard {
  background: var(--p-green); color: var(--ink-2);
  border-radius: var(--r-lg); padding: 16px 18px;
  display: flex; gap: 12px; align-items: center; cursor: pointer;
}
.flexcard input { accent-color: var(--ink); width: 17px; height: 17px; }
.flexcard .badge {
  margin-left: auto; background: var(--ink); color: var(--acid);
  font-family: var(--font-mono); font-size: 12.5px;
  border-radius: 999px; padding: 5px 12px; white-space: nowrap;
}

.fnav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 26px; }
.fnav .btn-primary { flex: 1; }
.step-err { color: var(--err); font-size: 14px; margin: 10px 0 0; min-height: 1em; }

.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--n-bold); margin-bottom: 12px; cursor: pointer; }
.consent-hint { font-size: 13px; color: var(--n-bold); margin: 0 0 12px; max-width: 52ch; }
.consent-hint a { color: var(--ink); }
.consent input { margin-top: 3px; accent-color: var(--ink); flex: 0 0 auto; width: 16px; height: 16px; }
.consent a { color: var(--ink); }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Ergebnis */
.result { text-align: center; padding: 36px 30px 38px; display: none; }
.result.active { display: block; }
.result .rlabel { font-family: var(--font-mono); font-size: 12.5px; text-transform: uppercase; color: var(--n-bold); }
.result .rprice {
  font-family: var(--font-display); font-weight: 800; font-size: 78px;
  line-height: 1; text-transform: uppercase; letter-spacing: -0.01em;
  margin: 14px 0 4px;
}
.result .rprice .mark { background: var(--acid); padding: 0 8px; }
.result .rvalid {
  display: inline-block; background: var(--p-green); color: var(--ink-2);
  font-size: 13.5px; font-weight: 500; border-radius: 999px; padding: 6px 16px; margin: 12px 0 4px;
}
.result .rmail { font-size: 14.5px; color: var(--n-bold); margin: 14px auto 24px; max-width: 40ch; }
.breakdown { text-align: left; max-width: 440px; margin: 0 auto 22px; background: var(--n-subtlest); border-radius: var(--r-lg); overflow: hidden; }
.breakdown summary { cursor: pointer; padding: 14px 18px; font-size: 14.5px; font-weight: 500; list-style: none; }
.breakdown summary::-webkit-details-marker { display: none; }
.breakdown table { width: 100%; border-collapse: collapse; font-size: 14px; }
.breakdown td { padding: 8px 18px; border-top: 1px solid var(--n-subtler); }
.breakdown td:last-child { text-align: right; font-family: var(--font-mono); font-size: 13px; white-space: nowrap; }
.breakdown tr.total td { font-weight: 500; background: var(--n-subtler); }
.result .btn-primary { width: 100%; max-width: 440px; }
.result .rnote { font-size: 13px; color: var(--n-bold); margin-top: 12px; }
.manual-note { background: var(--p-orange); color: var(--ink-2); border-radius: var(--r-lg); padding: 16px 20px; font-size: 15px; max-width: 440px; margin: 0 auto 22px; text-align: left; }

/* Countdown & Buchung */
.countdown {
  display: inline-block; background: var(--ink); color: var(--acid);
  font-family: var(--font-mono); font-size: 13.5px; text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  border-radius: 999px; padding: 7px 16px; margin: 12px 0 4px;
}
.countdown.expired { background: var(--err); color: var(--white); }
.linklike {
  display: block; margin: 14px auto 0; background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 14px; color: var(--n-bold);
  text-decoration: underline; text-underline-offset: 3px;
}
.linklike:hover { color: var(--ink); }
.booking .formrow, .booking .consent { max-width: 440px; margin-left: auto; margin-right: auto; text-align: left; }
.booking .formrow { margin-bottom: 16px; }
.booking .step-err { max-width: 440px; margin: 10px auto 0; }
.book-summary {
  max-width: 440px; margin: 16px auto 22px; background: var(--n-subtlest);
  border-radius: var(--r-lg); padding: 16px 20px; text-align: left;
  font-size: 14.5px; display: flex; flex-direction: column; gap: 7px;
}
.book-summary .row { display: flex; justify-content: space-between; gap: 16px; }
.book-summary .row b { font-family: var(--font-mono); font-size: 13px; font-weight: 400; white-space: nowrap; }
.book-summary .row.total { border-top: 1px solid var(--n-subtler); padding-top: 8px; font-weight: 500; }
.book-summary .row.total b { font-family: var(--font-display); font-weight: 800; font-size: 22px; text-transform: uppercase; }

/* Danke */
.thanks { display: none; text-align: center; padding: 48px 30px 52px; }
.thanks.active { display: block; }
.thanks .bigtick {
  width: 64px; height: 64px; border-radius: 50%; background: var(--acid); color: var(--ink);
  display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 20px;
}
.thanks h3 { font-family: var(--font-head); font-weight: 500; font-size: 28px; margin: 0 0 10px; }
.thanks p { color: var(--n-bold); max-width: 42ch; margin: 0 auto; }

/* ---------- Scroll-Story: Der Umzug (Sticky-Szene nach dem Hero) ---------- */
.truck-scroll { height: 620vh; position: relative; background: var(--n-subtlest); }
.truck-stage {
  position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden;
  display: flex; align-items: flex-end;
  contain: paint;
}
.truck-stage svg { width: 100%; height: 100%; display: block; }
.tsign-text {
  font-family: var(--font-mono); font-size: 27px; letter-spacing: 2px;
  text-transform: uppercase; fill: var(--ink);
}
.twordmark {
  font-family: var(--font-display); font-weight: 800; font-size: 17px;
  letter-spacing: 0.4px; text-transform: uppercase; fill: var(--ink);
}
@media (max-width: 767px) {
  .truck-scroll { height: 440vh; }
}

/* ---------- Artikel-/Content-Seiten (SEO-Unterseiten) ---------- */
.article { max-width: 760px; margin: 0 auto; padding: 56px 20px 96px; }
.article .breadcrumb {
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  color: var(--n-bold); margin: 0 0 24px; display: flex; flex-wrap: wrap; gap: 8px;
}
.article .breadcrumb a { color: var(--n-bold); text-decoration: none; }
.article .breadcrumb a:hover { color: var(--ink); }
.article h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(40px, 6.5vw, 72px); line-height: 1; text-transform: uppercase;
  letter-spacing: -0.01em; margin: 0 0 20px;
}
.article h1 .mark, .article .mark { background: var(--acid); padding: 0 6px; }
.article .answer-first {
  font-size: 19px; line-height: 1.5; color: var(--n-bolder);
  border-left: 4px solid var(--acid); padding: 4px 0 4px 20px; margin: 0 0 12px;
}
.article .stand {
  font-family: var(--font-mono); font-size: 12px; text-transform: uppercase;
  color: var(--n-bold); margin: 0 0 40px;
}
.article h2 {
  font-family: var(--font-head); font-weight: 500; font-size: 27px;
  letter-spacing: -0.015em; line-height: 1.2; margin: 52px 0 14px;
}
.article h3 { font-family: var(--font-body); font-weight: 500; font-size: 20px; margin: 32px 0 10px; }
.article p, .article li { font-size: 16.5px; line-height: 1.6; color: var(--n-bolder); }
.article p { margin: 0 0 16px; max-width: 68ch; }
.article ul, .article ol { padding-left: 22px; margin: 0 0 16px; }
.article li { margin-bottom: 8px; }
.article a { color: var(--ink); }
.article .tablewrap { overflow-x: auto; margin: 20px 0 28px; border-radius: var(--r-lg); background: var(--n-subtlest); }
.article table { border-collapse: collapse; width: 100%; min-width: 480px; font-size: 15px; }
.article th {
  font-family: var(--font-mono); font-size: 11.5px; text-transform: uppercase;
  color: var(--n-bold); text-align: left; padding: 13px 16px;
  border-bottom: 2px solid var(--n-subtle);
}
.article td { padding: 11px 16px; border-bottom: 1px solid var(--n-subtler); color: var(--ink-2); }
.article tr:last-child td { border-bottom: none; }
.article .toc {
  background: var(--n-subtlest); border-radius: var(--r-lg);
  padding: 20px 24px; margin: 0 0 8px;
}
.article .toc .toctitle { font-family: var(--font-mono); font-size: 12px; text-transform: uppercase; color: var(--n-bold); margin: 0 0 10px; }
.article .toc ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.article .toc a { text-decoration: none; font-size: 15.5px; }
.article .toc a:hover { text-decoration: underline; }
.article .hint-card {
  background: var(--n-subtlest); border-left: 4px solid var(--p-blue);
  border-radius: var(--r-md); padding: 16px 20px; margin: 20px 0; font-size: 15.5px;
}
.article .cta-inline {
  background: var(--ink); color: var(--white); border-radius: var(--r-xl);
  padding: 28px; margin: 40px 0; display: flex; flex-direction: column; gap: 14px; align-items: flex-start;
}
.article .cta-inline p { color: var(--n-base); margin: 0; }
.article .cta-inline .t { font-family: var(--font-head); font-weight: 500; font-size: 22px; color: var(--white); }
.article .faq-list { margin-top: 8px; }
.article .quelle { font-size: 13px; color: var(--n-bold); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .dark-grid, .steps-grid, .price-cards, .guarantee-grid { grid-template-columns: repeat(2, 1fr); }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .promise-card { transform: none; max-width: 480px; }
  .steps-grid > :last-child, .price-cards > :last-child, .guarantee-grid > :last-child { grid-column: 1 / -1; }
  .cert { display: none; }
}
@media (max-width: 720px) {
  .container, section.block { padding-left: 20px; padding-right: 20px; }
  section.block { padding-top: 72px; padding-bottom: 72px; }
  .hero { padding: 48px 20px 64px; }
  section.pricing-block { padding: 0 12px; }
  .pricing-panel .panel-inner { padding: 72px 20px 64px; gap: 56px; }
  .dark-grid, .steps-grid, .price-cards, .guarantee-grid { grid-template-columns: 1fr; }
  /* Header mobil: Zeile 1 = Logo + CTA, Zeile 2 = Städte-Links */
  .site-header .container { flex-wrap: wrap; height: auto; padding-top: 10px; padding-bottom: 10px; row-gap: 8px; gap: 12px; }
  .logo svg { width: 28px; height: 28px; }
  .logo-word { font-size: 19px; }
  .nav-links { display: contents; }
  .nav-links .menu-link { order: 3; font-size: 11.5px; }
  .site-header .btn-primary { order: 2; padding: 8px 12px; font-size: 13px; margin-left: auto; }
  .h1 { font-size: clamp(38px, 11.5vw, 100px); }
  .sticky-cta.show { display: block; }
  .plz-row { flex-direction: column; }
  .plz-arrow { display: none; }
  .grid2 { grid-template-columns: 1fr; }
  .fstep { padding: 22px 20px 26px; }
  .funnel { padding: 0; }
  .funnel-box { border-radius: 0; min-height: 100vh; min-height: 100dvh; max-width: none; }
  .result .rprice { font-size: 56px; }
  .phys-stage { height: 430px; }
  .footer-inner { padding: 64px 20px 32px; }
}

/* ============================================================
   Entrümpelungs-Rechner (Inline auf /entruempelung/)
   ============================================================ */
.entcalc {
  background: var(--white); border: 1px solid var(--n-subtler);
  border-radius: var(--r-xl); padding: 28px 30px 30px;
  box-shadow: 0 18px 60px rgba(24, 26, 26, 0.08);
  margin: 8px 0 12px;
}
.entcalc h3 {
  font-family: var(--font-head); font-weight: 500; font-size: 24px;
  letter-spacing: -0.015em; margin: 0 0 4px;
}
.entcalc .stepsub { font-size: 15px; color: var(--n-bold); margin: 0 0 22px; }
.entcalc .fill-chip { display: block; text-align: left; flex: 1 1 150px; }
.entcalc .fill-chip .fc-d { display: block; font-size: 12.5px; font-weight: 400; opacity: 0.75; margin-top: 2px; }
.ent-price {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 14px;
  background: var(--n-subtlest); border-radius: var(--r-lg);
  padding: 16px 18px; margin: 22px 0 16px;
}
.ent-price .lbl { font-size: 14px; font-weight: 500; }
.ent-price .val { font-family: var(--font-mono); font-size: 30px; letter-spacing: -0.01em; }
.ent-price .note { flex-basis: 100%; font-size: 13px; color: var(--n-bold); }
.entcalc .fnav { display: flex; justify-content: flex-end; gap: 12px; margin-top: 4px; }
.entcalc .step-err { color: var(--err, #b3261e); font-size: 14px; min-height: 20px; margin: 6px 0 0; }
.ent-success { text-align: left; }
.ent-success h3 { margin-bottom: 8px; }
.ent-success p { font-size: 15.5px; margin: 8px 0; }
@media (max-width: 560px) { .entcalc { padding: 22px 18px 24px; } }

/* ============================================================
   Leistungs-Icons — Übersichtskarten (Startseite + /leistungen/)
   ============================================================ */
.svc-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px;
}
.svc-card {
  display: flex; flex-direction: column; gap: 14px;
  background: var(--white); border: 1px solid var(--n-subtler); border-radius: var(--r-xl);
  padding: 26px 24px; text-decoration: none; color: var(--ink);
  transition: transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.svc-card:hover, .svc-card:focus-visible {
  transform: translateY(-4px); border-color: var(--ink);
  box-shadow: 0 14px 34px rgba(24, 26, 26, 0.1);
}
.svc-icon {
  width: 56px; height: 56px; border-radius: var(--r-lg);
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.svc-icon svg { width: 30px; height: 30px; stroke: var(--ink); fill: none; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.svc-card .t { font-family: var(--font-head); font-weight: 500; font-size: 19px; letter-spacing: -0.02em; }
.svc-card .d { font-size: 14.5px; color: var(--n-bold); line-height: 1.45; flex: 1; }
.svc-card .go { font-family: var(--font-mono); font-size: 12.5px; text-transform: uppercase; letter-spacing: .03em; color: var(--ink); display: flex; align-items: center; gap: 6px; }
.svc-card .go svg { width: 13px; height: 13px; stroke: var(--ink); fill: none; stroke-width: 2.4; transition: transform .2s var(--ease); }
.svc-card:hover .go svg { transform: translateX(3px); }
.svc-card.badge-purple .svc-icon { background: var(--p-purple); }
.svc-card.badge-green .svc-icon { background: var(--p-green); }
.svc-card.badge-blue .svc-icon { background: var(--p-blue); }
.svc-card.badge-orange .svc-icon { background: var(--p-orange); }
.svc-card.badge-acid .svc-icon { background: var(--acid); }

/* Auf-einen-Blick-Leiste — Kennzahlen-Chips direkt unter dem H1 der Leistungsseiten */
.glance {
  display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px;
}
.glance .chip {
  display: flex; align-items: center; gap: 8px;
  background: var(--n-subtlest); border-radius: 999px; padding: 9px 16px 9px 12px;
  font-size: 14px; color: var(--ink);
}
.glance .chip svg { width: 17px; height: 17px; stroke: var(--ink); fill: none; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.glance .chip b { font-weight: 600; }

/* Leistungen-Hub /leistungen/ — Intro-Kacheln je Kategorie */
.hub-extra {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; margin-top: 8px;
}
.hub-extra-card {
  background: var(--n-subtlest); border-radius: var(--r-lg); padding: 18px 20px;
}
.hub-extra-card .t { font-weight: 600; font-size: 15.5px; margin-bottom: 4px; display: block; }
.hub-extra-card .d { font-size: 13.5px; color: var(--n-bold); }
@media (max-width: 640px) {
  .svc-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   Standorte — Bienenwaben-Karte Deutschland
   Aktiv = Acid-Wabe mit Puls-Ring · Bald = gestrichelte Wabe
   ============================================================ */
.standorte-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 56px; align-items: center; }
.hexmap { display: block; width: 100%; max-width: 470px; height: auto; margin: 0 auto; }
.hexmap .hx-base { fill: var(--n-subtler); }
.hexmap .hx { transition: transform 0.25s var(--ease); }
.hexmap .hx-active { fill: var(--acid); stroke: var(--ink); stroke-width: 2.5; filter: drop-shadow(0 5px 4px rgba(24, 26, 26, 0.30)); }
.hexmap .hx-soon { fill: var(--white); stroke: var(--n-base); stroke-width: 1.6; stroke-dasharray: 5 4; }
.hexmap .hx-ico { fill: var(--ink); pointer-events: none; }
.hexmap text { font-family: var(--font-mono); text-anchor: middle; pointer-events: none; }
.hexmap .hx-label { font-size: 16px; fill: var(--ink); paint-order: stroke; stroke: var(--white); stroke-width: 4px; stroke-linejoin: round; }
.hexmap .hx-label-soon { fill: var(--n-bold); }
.hexmap .hx-ring { fill: none; stroke: var(--acid); stroke-width: 2; animation: hxpulse 2.4s var(--ease) infinite; }
@keyframes hxpulse {
  0% { transform: scale(0.82); opacity: 0; }
  35% { opacity: 0.9; }
  100% { transform: scale(1.14); opacity: 0; }
}
.hexmap .hxc { cursor: pointer; outline: none; }
.hexmap g.hxc { cursor: default; }
/* Aktive Städte schweben dauerhaft; Hover/Fokus/Listen-Hover: volle Drehung + Anheben */
.hexmap .hxc-active { animation: hxfloat 3.4s ease-in-out infinite; }
.hexmap .hxc-active[data-city="muenchen"] { animation-delay: -1.7s; }
@keyframes hxfloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.hexmap .hx-rot { transition: transform 0.65s var(--ease); }
.hexmap .hxc-active:hover .hx-rot,
.hexmap .hxc-active:focus-visible .hx-rot,
.hexmap .hxc-active.is-hot .hx-rot { transform: rotate(360deg) scale(1.18); }
.hexmap .hxc-soon:hover .hx,
.hexmap .hxc-soon:focus-visible .hx,
.hexmap .hxc-soon.is-hot .hx { transform: scale(1.12); }
.hexmap .hx-label.is-hot { text-decoration: underline; }

.st-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.st-item { display: flex; align-items: center; gap: 14px; padding: 13px 18px; border: 1px solid var(--n-subtle); border-radius: var(--r-lg); background: var(--white); color: inherit; text-decoration: none; transition: border-color 0.2s var(--ease), transform 0.2s var(--ease); }
a.st-item:hover, .st-item.is-hot { border-color: var(--ink); transform: translateX(4px); }
.st-item.is-static { color: var(--n-bold); }
.st-hex { width: 22px; height: 22px; flex: 0 0 auto; }
.st-name { font-family: var(--font-head); font-weight: 500; font-size: 16px; }
.st-status { margin-left: auto; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; padding: 4px 12px; border-radius: 999px; white-space: nowrap; }
.st-status.on { background: var(--acid); color: var(--ink); }
.st-status.soon { background: var(--n-subtlest); color: var(--n-bold); border: 1px dashed var(--n-base); }
.st-note { color: var(--n-bold); font-size: 15px; line-height: 1.55; margin: 18px 0 0; }
.st-note a { color: var(--ink); }

@media (max-width: 900px) {
  .standorte-grid { grid-template-columns: 1fr; gap: 36px; }
  .hexmap { max-width: 400px; }
}
@media (prefers-reduced-motion: reduce) {
  .hexmap .hx-ring { animation: none; opacity: 0.6; }
  .hexmap .hxc-active { animation: none; }
  .hexmap .hx-rot { transition: none; }
  .hexmap .hxc-active:hover .hx-rot,
  .hexmap .hxc-active:focus-visible .hx-rot,
  .hexmap .hxc-active.is-hot .hx-rot { transform: none; }
  .hexmap .hxc-soon:hover .hx { transform: none; }
  a.st-item:hover, .st-item.is-hot { transform: none; }
}
