/* =========================================================
   AERA SERVICE — ae-laser.com
   Light Professional Design System — "Amt & Architekt"
   ========================================================= */

:root {
  /* Hintergründe: stabiles Slate-Grau als Hauptfläche, weiße Panels heben sich ab */
  --bg:           #E4E9EF;     /* Körper: gesetztes Mittelgrau (kein Wellness-Weiß) */
  --bg-soft:      #EEF2F7;     /* Alternierende Sektionen: leicht heller */
  --bg-card:      #FFFFFF;     /* Panels/Karten: weiß für klare Struktur */
  --bg-elevated:  #FFFFFF;
  --border:       rgba(26,33,51,0.12);
  --border-strong:rgba(26,33,51,0.22);

  /* Typografie: dunkles Navy auf hellem Grund */
  --text:         #1A2133;
  --text-dim:     #4A5468;
  --text-muted:   #7A8598;

  /* Akzent: Petrol/Stahlblau — seriös, architektur-typisch */
  --accent:       #0B5A8E;
  --accent-hover: #094974;
  --accent-soft:  #EAF0F6;     /* für sehr dezente Backgrounds */

  /* Zweitakzent: Bronze/Kupfer — warmer Kontrast für Zahlen, Zertifikate, Highlights */
  --accent-bronze:      #8B6A2C;
  --accent-bronze-soft: #F5EFE4;
  --accent-bronze-dim:  #A98952;
  --accent-warm:  #8B6A2C;     /* Alias für Kompatibilität */

  --accent-red:   #C8343A;
  --accent-green: #1F8A5A;

  --grad-accent:  linear-gradient(135deg, #0B5A8E 0%, #1F7FB8 100%);
  --grad-dark:    linear-gradient(180deg, rgba(228,233,239,0) 0%, rgba(228,233,239,0.95) 70%, rgba(228,233,239,1) 100%);
  --grad-radial:  radial-gradient(ellipse at top, rgba(11,90,142,0.06) 0%, transparent 60%);

  /* Schatten statt Glows — zurückhaltend, seriös */
  --glow-cyan:    0 10px 30px -10px rgba(11,90,142,0.20), 0 4px 12px -4px rgba(26,33,51,0.08);
  --glow-cyan-sm: 0 2px 8px rgba(11,90,142,0.18);

  --radius-sm:    8px;
  --radius:       16px;
  --radius-lg:    28px;

  --ease:         cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast:       180ms var(--ease);
  --t-med:        400ms var(--ease);
  --t-slow:       800ms var(--ease);

  --container:    1280px;
  --container-wide: 1440px;
}

/* ----------  Reset  ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;           /* verhindert horizontales Scrollen auch wenn Kinder-Elemente rauslaufen */
  max-width: 100vw;
}
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  font-size: 16px;
  overflow-x: clip;
  max-width: 100vw;
  width: 100%;
  /* Architektur-Raster: Millimeterpapier-artiges Grid, extrem dezent */
  background-image:
    linear-gradient(to right, rgba(26,33,51,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(26,33,51,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  background-attachment: fixed;
  background-position: center top;
}
/* Jede Section clippt nur horizontal (erhält vertikales Scrollen & Sticky) */
section { overflow-x: clip; position: relative; }
footer { overflow-x: clip; }

/* Sektionen mit eigenem bg-soft bekommen eigenes feines Raster damit der Architektur-Look
   auch dort durchscheint (sonst nur vom Body sichtbar) */
section[style*="bg-soft"]::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(26,33,51,0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(26,33,51,0.035) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}
section[style*="bg-soft"] > .container { position: relative; z-index: 1; }
/* Lange Wörter wie "Betriebshaftpflicht" dürfen zur Not umbrechen, statt Overflow zu erzeugen */
p, h1, h2, h3, h4, li, td, th, .lead { overflow-wrap: break-word; word-break: normal; }
img, video { max-width: 100%; display: block; height: auto; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; transition: color var(--t-fast); }
ul { list-style: none; }

/* Noise / grain overlay */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.12 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity: 0.4;
  pointer-events: none;
  z-index: 1000;
  mix-blend-mode: overlay;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--text);
}
h1 { font-size: clamp(2.5rem, 7vw, 6rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 4.5vw, 4rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.75rem); }
p  { color: var(--text-dim); font-size: 1.0625rem; }
.lead { font-size: clamp(1.125rem, 1.5vw, 1.375rem); color: var(--text-dim); line-height: 1.5; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}
.eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--accent);
  box-shadow: var(--glow-cyan-sm);
}

.gradient-text {
  background: var(--grad-accent);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ----------  Layout  ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 32px; }
.container-wide { max-width: var(--container-wide); }
.section { padding: clamp(80px, 10vw, 160px) 0; position: relative; }

/* ----------  Buttons  ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 32px;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  border-radius: 100px;
  transition: all var(--t-fast);
  overflow: hidden;
  isolation: isolate;
}
.btn-primary {
  background: var(--grad-accent);
  color: #FFFFFF;
  box-shadow: var(--glow-cyan);
}
.btn-primary:hover {
  transform: translateY(-1px);
  background: var(--accent-hover);
  box-shadow: 0 8px 24px -8px rgba(11,90,142,0.35), 0 2px 6px rgba(26,33,51,0.08);
}

.btn-ghost {
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--text);
}
.btn-ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft);
}

.btn svg { width: 18px; height: 18px; transition: transform var(--t-fast); }
.btn:hover svg { transform: translateX(4px); }

/* ----------  Header  ---------- */
.header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: all var(--t-med);
}
/* --- Header auf Hero: weiße Schrift & Logo --- */
.header:not(.scrolled) .logo { color: #fff; }
.header:not(.scrolled) .logo-img { filter: brightness(0) invert(1); }
.header:not(.scrolled) .nav a { color: rgba(255,255,255,0.8); }
.header:not(.scrolled) .nav a:hover { color: #fff; }
.header:not(.scrolled) .nav a::after { background: #fff; box-shadow: none; }
.header:not(.scrolled) .phone-link { color: rgba(255,255,255,0.8); border-left-color: rgba(255,255,255,0.25); }
.header:not(.scrolled) .phone-link svg { color: rgba(255,255,255,0.9); }
.header:not(.scrolled) .phone-link:hover { color: #fff; }
.header:not(.scrolled) .menu-toggle span { background: #fff; }
.header:not(.scrolled) .btn-header-cta {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.35);
  color: #fff;
  backdrop-filter: blur(8px);
}
.header:not(.scrolled) .btn-header-cta:hover {
  background: rgba(255,255,255,0.25);
}

.header.scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
  box-shadow: 0 1px 0 rgba(26,33,51,0.04), 0 8px 20px -12px rgba(26,33,51,0.08);
}
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: var(--text);
  flex-shrink: 0;
  transition: color var(--t-med);
}
.logo-img {
  display: block;
  height: 38px; width: auto;
  color: var(--text);
  transition: opacity var(--t-fast), transform var(--t-fast), filter var(--t-med);
}
.logo:hover .logo-img { opacity: 0.85; transform: translateY(-1px); }
.footer-about .logo { margin-bottom: 8px; }
.footer-about .logo-img { height: 56px; }
/* legacy mark — kept for backward compat if anywhere else */
.logo-mark {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  border-radius: 10px;
  background: var(--grad-accent);
  box-shadow: var(--glow-cyan-sm);
  color: #FFF;
  font-weight: 700;
}
.nav ul {
  display: flex;
  gap: 28px;
}
.nav a {
  font-size: 0.875rem;
  color: var(--text-dim);
  position: relative;
  transition: color var(--t-fast);
  white-space: nowrap;
}
.nav a:hover { color: var(--text); }
.nav a::after {
  content: '';
  position: absolute; left: 0; bottom: -6px;
  height: 2px; width: 0;
  background: var(--accent);
  box-shadow: var(--glow-cyan-sm);
  transition: width var(--t-med);
}
.nav a:hover::after { width: 100%; }

.header-cta { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-dim);
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color var(--t-fast);
  padding-left: 12px;
  border-left: 1px solid var(--border);
}
.phone-link svg { flex-shrink: 0; width: 16px; height: 16px; color: var(--accent); opacity: 0.8; }
.phone-link:hover { color: var(--accent); }

/* Kompakter Header-CTA – kein 2-Zeilen-Umbruch mehr */
.btn-header-cta {
  padding: 11px 20px;
  font-size: 0.875rem;
  white-space: nowrap;
  line-height: 1;
}
.btn-header-cta svg { width: 16px; height: 16px; }

.menu-toggle { display: none; position: relative; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; z-index: 105; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform var(--t-fast), opacity var(--t-fast); }
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(26,33,51,0.5); backdrop-filter: blur(6px); z-index: 99; opacity: 0; transition: opacity var(--t-med); pointer-events: none; }
.nav-backdrop.open { opacity: 1; pointer-events: auto; }
.nav-mobile-cta { display: none; }

/* ----------  Hero  ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 0 80px;
}
.hero-video {
  position: absolute; inset: 0;
  z-index: 0;
}
.hero-video video {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(1.1) brightness(0.85);
  opacity: 0.75;
}
.hero-video::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 40%, rgba(11,90,142,0.15) 0%, transparent 55%),
    linear-gradient(90deg, rgba(10,25,47,0.82) 0%, rgba(10,25,47,0.55) 50%, rgba(10,25,47,0.35) 100%),
    linear-gradient(180deg, rgba(10,25,47,0.5) 0%, transparent 30%, rgba(10,25,47,0.7) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 900px;
}
/* Hero text override for dark video background */
.hero .eyebrow { color: rgba(255,255,255,0.7); border-color: rgba(255,255,255,0.25); }
.hero .lead { color: rgba(255,255,255,0.8); }
.hero-trust { border-color: rgba(255,255,255,0.15); }
.hero-trust span { color: rgba(255,255,255,0.75); }
.hero-trust svg { color: var(--accent-bronze); }
.hero h1 {
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(30px);
  animation: heroIn 1s var(--ease) 0.3s forwards;
}
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .reveal {
  display: inline-block;
  background: linear-gradient(180deg, #fff 30%, rgba(255,255,255,0.5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .lead {
  max-width: 600px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  animation: heroIn 1s var(--ease) 0.6s forwards;
}
.hero-actions {
  display: flex; gap: 16px; flex-wrap: wrap;
  opacity: 0;
  animation: heroIn 1s var(--ease) 0.9s forwards;
}
@keyframes heroIn {
  to { opacity: 1; transform: translateY(0); }
}

.hero-scroll {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  text-transform: uppercase;
  animation: bob 2.5s ease-in-out infinite;
}
.hero-scroll::after {
  content: '';
  width: 1px; height: 40px;
  background: linear-gradient(180deg, var(--accent) 0%, transparent 100%);
}
@keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* Hero stats (ALT - entfernt, nur noch als Safety) */
.hero-stats { display: none; }

/* -------- Editorial Stats Bar (oversized Zahlen direkt unter Hero) -------- */
.stats-bar {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(40px, 5vw, 72px) 0;
  position: relative;
  overflow: hidden;
}
.stats-bar::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(26,33,51,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(26,33,51,0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.stats-bar > .container { position: relative; z-index: 1; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: start;
  text-align: center;
}
.stat-big {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  border-top: none;
  position: relative;
}
.stat-big::before {
  content: '';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 48px; height: 3px;
  background: var(--accent-bronze);
  border-radius: 2px;
}
.stat-num {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--accent-bronze);
  font-variant-numeric: tabular-nums;
  display: inline-block;
}
.stat-suffix {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--accent-bronze-dim);
  margin-left: 4px;
  vertical-align: baseline;
}
.stat-cap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--text-dim);
  max-width: 280px;
  line-height: 1.45;
  text-align: center;
}
.stat-dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.hero-stats .stat { text-align: center; }
.hero-stats .num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem; font-weight: 600;
  color: var(--accent);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.hero-stats .lbl {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ----------  Trust strip  ---------- */
.trust-strip {
  padding: 40px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.trust-strip-inner {
  display: flex;
  gap: 80px;
  animation: scroll-x 40s linear infinite;
  width: max-content;
}
.trust-item {
  display: flex; align-items: center; gap: 12px;
  color: var(--text-muted);
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.trust-item svg { width: 20px; height: 20px; color: var(--accent); }
@keyframes scroll-x {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ----------  Section heading  ---------- */
.section-head {
  max-width: 800px;
  margin-bottom: 80px;
}
.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* ----------  Reason cards  ---------- */
.reasons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.reason-card {
  position: relative;
  padding: 48px 36px;
  background: var(--bg-card);
  transition: background var(--t-med);
  overflow: hidden;
  isolation: isolate;
}
.reason-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(11,90,142,0.08) 0%, transparent 40%);
  opacity: 0;
  transition: opacity var(--t-med);
  z-index: -1;
}
.reason-card:hover::before { opacity: 1; }
.reason-icon {
  width: 56px; height: 56px;
  margin-bottom: 28px;
  border-radius: 14px;
  display: grid; place-items: center;
  background: rgba(11,90,142,0.08);
  border: 1px solid rgba(11,90,142,0.2);
  color: var(--accent);
  transition: all var(--t-med);
}
.reason-card:hover .reason-icon {
  box-shadow: var(--glow-cyan-sm);
  transform: translateY(-4px);
}
.reason-icon svg { width: 26px; height: 26px; }
.reason-card h3 {
  font-size: 1.375rem;
  margin-bottom: 12px;
}
.reason-card p {
  font-size: 0.9375rem;
  color: var(--text-dim);
  line-height: 1.6;
}
.reason-num {
  position: absolute;
  top: 24px; right: 32px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.1em;
}

/* ----------  Applications (before/after)  ---------- */
.cases-intro { margin-bottom: 80px; }

.cases {
  display: grid;
  gap: 100px;
}
.case {
  display: grid;
  grid-template-columns: 5fr 4fr;
  gap: 80px;
  align-items: center;
}
.case:nth-child(even) .case-info { order: 2; }
.case-info { max-width: 520px; }
@media (min-width: 1200px) { .case-info { max-width: 100%; } }
.case-number {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
  display: block;
}
.case-info h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 20px;
  line-height: 1.1;
}
.case-info p { font-size: 1rem; margin-bottom: 28px; }
.case-list { display: grid; gap: 10px; }
.case-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.9375rem;
  color: var(--text-dim);
}
.case-list li svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--accent); margin-top: 3px; }

/* Before/After slider */
.ba-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  overflow: hidden;
  user-select: none;
  touch-action: none;
  cursor: ew-resize;
  box-shadow:
    0 24px 48px -16px rgba(26,33,51,0.18),
    0 0 0 1px var(--border);
  isolation: isolate;
}
.ba-slider img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.ba-slider .img-after {
  clip-path: inset(0 0 0 var(--pos, 50%));
}
.ba-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos, 50%);
  transform: translateX(-50%);
  width: 2px;
  background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(26,33,51,0.12);
  z-index: 2;
  pointer-events: none;
}
.ba-handle::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(26,33,51,0.2), inset 0 0 0 2px var(--accent);
}
.ba-handle::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 22px; height: 22px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%230B5A8E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M8 3L3 8l5 5'/><path d='M16 21l5-5-5-5'/><path d='M3 8h18'/><path d='M3 16h18'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}
.ba-labels {
  position: absolute;
  top: 20px; left: 20px; right: 20px;
  display: flex; justify-content: space-between;
  z-index: 3;
  pointer-events: none;
}
.ba-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 100px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
}
.ba-label.before { background: rgba(0,0,0,0.7); color: #fff; }
.ba-label.after  { background: rgba(11,90,142,0.2); color: var(--accent); border-color: rgba(11,90,142,0.4); }

/* ----------  Process als technischer Zeitstrahl ---------- */
.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  padding-top: 40px;
  margin-top: 24px;
}
/* Die horizontale Zeitachse — gestrichelte Linie wie in technischen Zeichnungen */
.process-list::before {
  content: '';
  position: absolute;
  top: 64px;
  left: calc(12.5% + 24px);  /* startet unter Mitte der 1. Karte */
  right: calc(12.5% + 24px); /* endet unter Mitte der letzten Karte */
  height: 0;
  border-top: 2px dashed rgba(26,33,51,0.22);
  z-index: 0;
}
/* Start- und End-Marker der Zeitachse (kleine vertikale Striche) */
.process-list::after {
  content: '';
  position: absolute;
  top: 56px;
  left: calc(12.5% + 24px);
  width: 0; height: 16px;
  border-left: 2px solid rgba(26,33,51,0.3);
  box-shadow:
    calc(100vw) 0 0 0 transparent;
  z-index: 0;
}
.process-step {
  text-align: center;
  position: relative;
  padding: 0 16px;
  z-index: 1;
}
/* Der Kreis auf der Zeitachse */
.process-step .num {
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 2px solid var(--accent);
  color: var(--accent);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 auto 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 6px var(--bg);   /* Linie "verschwindet" hinter Kreisen */
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.process-step:hover .num {
  transform: translateY(-2px);
  background: var(--accent);
  color: #FFFFFF;
  box-shadow: 0 0 0 6px var(--bg), 0 6px 16px -4px rgba(11,90,142,0.35);
}
.process-step h4 {
  font-size: 1.0625rem;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.process-step p {
  font-size: 0.9375rem;
  color: var(--text-dim);
  max-width: 240px;
  margin: 0 auto;
}

/* ----------  Method comparison ---------- */
.method-table {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-card);
}
.method-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  border-bottom: 1px solid var(--border);
}
.method-row:last-child { border-bottom: 0; }
.method-row.head {
  background: rgba(11,90,142,0.04);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
}
.method-cell {
  padding: 20px 24px;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.method-cell.crit { font-weight: 500; color: var(--text); }
.method-row:not(.head) .method-cell:nth-child(2) {
  background: rgba(11,90,142,0.04);
  color: var(--accent);
  font-weight: 500;
}
.method-cell .neg { color: var(--accent-red); opacity: 0.9; }
.method-cell .pos { color: var(--accent-green); }
.method-cell svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ----------  Pricing  ---------- */
.pricing {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.price-card {
  position: relative;
  padding: 48px 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: all var(--t-med);
}
.price-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
}
.price-card.featured {
  border-color: var(--accent);
  background: linear-gradient(180deg, var(--bg-card) 0%, rgba(11,90,142,0.04) 100%);
}
.price-card.featured::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(11,90,142,0.3), transparent 40%);
  opacity: 0.3;
  z-index: -1;
  filter: blur(30px);
}
.price-badge {
  position: absolute;
  top: -14px; left: 40px;
  padding: 6px 16px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--grad-accent);
  color: #FFF;
  border-radius: 100px;
  box-shadow: var(--glow-cyan-sm);
}
.price-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.price-title { font-size: 1.75rem; margin-bottom: 16px; }
.price-amount {
  display: flex; align-items: baseline; gap: 8px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.price-amount .from { font-size: 0.875rem; color: var(--text-muted); }
.price-amount .big {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
}
.price-amount .unit { font-size: 0.875rem; color: var(--text-muted); }

.price-list { display: grid; gap: 14px; margin-bottom: 32px; }
.price-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.9375rem;
  color: var(--text-dim);
}
.price-list li svg { flex-shrink: 0; width: 18px; height: 18px; color: var(--accent); margin-top: 3px; }

/* ----------  FAQ  ---------- */
.faq-grid {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  border-top: 1px solid var(--border);
  padding: 24px 0;
  cursor: pointer;
  transition: all var(--t-fast);
}
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q {
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: var(--text);
}
.faq-toggle {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: grid; place-items: center;
  transition: all var(--t-fast);
}
.faq-item.open .faq-toggle {
  background: var(--accent);
  color: #FFF;
  border-color: var(--accent);
  box-shadow: var(--glow-cyan-sm);
  transform: rotate(45deg);
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-med), margin var(--t-med);
  color: var(--text-dim);
  font-size: 0.9375rem;
  line-height: 1.7;
}
.faq-item.open .faq-a {
  max-height: 400px;
  margin-top: 16px;
}

/* ----------  Contact  ---------- */
.contact {
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--grad-radial);
  opacity: 0.6;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  position: relative;
}
.contact-info h2 { margin-bottom: 24px; }
.contact-info .lead { margin-bottom: 40px; }
.contact-methods { display: grid; gap: 20px; }
.contact-method {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all var(--t-fast);
}
.contact-method:hover {
  border-color: var(--accent);
  background: rgba(11,90,142,0.04);
  transform: translateX(4px);
}
.contact-method .ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(11,90,142,0.1);
  color: var(--accent);
  flex-shrink: 0;
}
.contact-method .ico svg { width: 20px; height: 20px; }
.contact-method .lbl { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 2px; }
.contact-method .val { font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 1rem; color: var(--text); }

/* Contact form */
.contact-form {
  padding: 48px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  position: relative;
  isolation: isolate;
}
.contact-form::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(11,90,142,0.5), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.form-field { position: relative; margin-bottom: 16px; }
.form-field label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  color: var(--text);
  font-size: 0.9375rem;
  font-family: inherit;
  transition: all var(--t-fast);
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(11,90,142,0.1);
}
.form-field textarea { resize: vertical; min-height: 120px; }
.form-consent {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 0.8125rem; color: var(--text-muted);
  margin: 20px 0 24px;
}
.form-consent input { flex-shrink: 0; margin-top: 3px; }
.form-consent a { color: var(--accent); }
.form-status {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.875rem;
  display: none;
}
.form-status.ok { display: block; background: rgba(51,224,145,0.1); color: var(--accent-green); border: 1px solid rgba(51,224,145,0.3); }

/* ----------  Footer  ---------- */
.footer {
  padding: 80px 0 40px;
  border-top: 1px solid var(--border);
  background: var(--bg-soft);
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 60px;
}
.footer h4 {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.footer ul li { margin-bottom: 10px; }
.footer ul a {
  font-size: 0.9375rem;
  color: var(--text-dim);
  transition: color var(--t-fast);
}
.footer ul a:hover { color: var(--accent); }
.footer-about p { font-size: 0.875rem; color: var(--text-muted); margin-top: 16px; max-width: 320px; }
.footer-bottom {
  padding-top: 32px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 16px;
}

/* ----------  Branchen  ---------- */
.branches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 72px;
}
.branch {
  position: relative;
  padding: 40px 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--bg-card) 0%, var(--bg-soft) 100%);
  transition: all var(--t-med);
  overflow: hidden;
}
.branch::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 3px;
  background: var(--grad-accent);
  opacity: 0;
  transition: opacity var(--t-med);
}
.branch:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 30px 60px -20px rgba(11,90,142,0.12);
}
.branch:hover::before { opacity: 1; }
.branch-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  border-radius: 16px;
  background: rgba(11,90,142,0.08);
  border: 1px solid rgba(11,90,142,0.2);
  color: var(--accent);
  margin-bottom: 24px;
}
.branch-icon svg { width: 28px; height: 28px; }
.branch h3 { margin-bottom: 12px; font-size: 1.25rem; }
.branch p { font-size: 0.95rem; color: var(--text-dim); margin-bottom: 20px; }
.branch-tags {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.branch-tags li {
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

/* ----------  Technologie  ---------- */

/* Puls vs CW Vergleich (zwei nebeneinander) */
.laser-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 64px;
  margin-bottom: 80px;
}
.laser-type {
  position: relative;
  padding: 40px 36px 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-elevated) 100%);
  overflow: hidden;
}
.laser-type::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-accent);
  opacity: 0.4;
}
.laser-type.featured::before { opacity: 1; box-shadow: var(--glow-cyan-sm); }
.laser-type-tag {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 6px 14px;
  background: rgba(11,90,142,0.08);
  border: 1px solid rgba(11,90,142,0.28);
  border-radius: 100px;
  margin-bottom: 20px;
}
.laser-type.featured .laser-type-tag {
  color: #FFFFFF;
  background: var(--grad-accent);
  border-color: transparent;
}
.laser-type h3 { font-size: 1.5rem; margin-bottom: 16px; line-height: 1.15; }
.laser-type > p { font-size: 0.9375rem; color: var(--text-dim); margin-bottom: 24px; }
.laser-type-list { display: grid; gap: 10px; margin-bottom: 24px; }
.laser-type-list li {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 0.9375rem;
  color: var(--text-dim);
}
.laser-type-list .pos { color: var(--accent); flex-shrink: 0; font-size: 0.7rem; margin-top: 5px; }
.laser-type-meta {
  padding-top: 20px;
  border-top: 1px solid var(--border);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}

/* Tech-Grid-Header zwischen Vergleich und 6 Karten */
.tech-header { margin-bottom: 40px; }
.tech-header .tech-h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); line-height: 1.15; max-width: 680px; }
.eyebrow-sub { margin-bottom: 16px; }

/* Unterschiedliche Badge-Farben für Puls vs CW */
.tech-badge.puls {
  color: var(--accent);
  background: rgba(11,90,142,0.08);
  border-color: rgba(11,90,142,0.28);
}
.tech-badge.cw {
  color: #FFB547;
  background: rgba(255,181,71,0.08);
  border-color: rgba(255,181,71,0.3);
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0;
  margin-bottom: 48px;
}
.tech-grid-6 { grid-template-columns: repeat(3, 1fr); }
.tech-card {
  position: relative;
  padding: 40px 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-elevated) 100%);
  transition: all var(--t-med);
  overflow: hidden;
}
.tech-card::after {
  content: '';
  position: absolute;
  inset: auto -50% -80% -50%;
  height: 180px;
  background: radial-gradient(ellipse at center top, rgba(11,90,142,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.tech-card.featured {
  border-color: rgba(11,90,142,0.35);
  background: linear-gradient(180deg, rgba(11,90,142,0.04) 0%, var(--bg-elevated) 80%);
  box-shadow: 0 30px 80px -30px rgba(11,90,142,0.25);
}
.tech-star {
  position: absolute;
  top: 20px; right: 20px;
  background: var(--grad-accent);
  color: #FFF;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 12px;
  border-radius: 100px;
  text-transform: uppercase;
}
.tech-badge {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(11,90,142,0.08);
  border: 1px solid rgba(11,90,142,0.25);
  margin-bottom: 20px;
}
.tech-power {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2.25rem, 3.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 16px;
  white-space: nowrap;
}
.tech-power span {
  font-size: 0.42em;
  vertical-align: baseline;
  margin-left: 6px;
  color: var(--text-muted);
  font-weight: 500;
}
.tech-card h3 { margin-bottom: 12px; font-size: 1.375rem; }
.tech-card p { font-size: 0.95rem; margin-bottom: 24px; color: var(--text-dim); }
.tech-list { display: flex; flex-direction: column; gap: 10px; }
.tech-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  color: var(--text-dim);
}
.tech-list li::before {
  content: '›';
  position: absolute;
  left: 0; top: -2px;
  color: var(--accent);
  font-weight: 600;
}

/* Kompakte Spec-Leiste (4 Key/Value-Paare) */
.tech-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
}
.tech-spec { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.tech-spec .spec-lbl {
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.tech-spec .spec-val {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Anwendungs-Chips am Kartenende */
.tech-apps {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
.tech-apps span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.75rem;
  color: var(--text-dim);
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border);
  border-radius: 6px;
  letter-spacing: 0.02em;
}
.tech-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  margin-top: 16px;
}
.tech-bar-item { text-align: center; }
.tech-bar-num {
  display: block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}
.tech-bar-num em { font-style: normal; font-size: 0.7em; color: var(--text-muted); margin-left: 2px; }
.tech-bar-lbl {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ----------  Referenzen / Testimonials  ---------- */
.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 64px;
}
.testimonial {
  position: relative;
  padding: 40px 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-soft) 100%);
}
.testimonial::before {
  content: '"';
  position: absolute;
  top: -20px; left: 24px;
  font-family: 'Space Grotesk', serif;
  font-size: 8rem;
  line-height: 1;
  color: var(--accent);
  opacity: 0.35;
}
.testimonial blockquote {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 28px;
  font-style: normal;
}
.testimonial figcaption { display: flex; flex-direction: column; gap: 4px; }
.testimonial .t-name { font-weight: 600; color: var(--text); font-size: 0.95rem; }
.testimonial .t-role { font-size: 0.8rem; color: var(--text-muted); letter-spacing: 0.02em; }

@media (max-width: 960px) {
  .reasons { grid-template-columns: repeat(2, 1fr); }
  .branches { grid-template-columns: 1fr 1fr; }
  .cert-grid { grid-template-columns: repeat(2, 1fr); }
  .zg-grid { grid-template-columns: 1fr; }
  .tech-grid, .tech-grid-6 { grid-template-columns: 1fr 1fr; }
  .tech-bar { grid-template-columns: 1fr 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .laser-types { grid-template-columns: 1fr; gap: 20px; margin-bottom: 56px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; width: 100%; }
  .hero-trust { gap: 16px; margin-top: 24px; padding-top: 20px; }
  .sticky-call { display: flex; }
  /* Platz für Sticky-Button am unteren Seitenende */
  .footer { padding-bottom: 88px; }
}
@media (max-width: 640px) {
  .branches { grid-template-columns: 1fr; }
  .cert-grid { grid-template-columns: 1fr; }
  .tech-grid, .tech-grid-6 { grid-template-columns: 1fr; }
  .tech-bar { grid-template-columns: 1fr; }
  .laser-type { padding: 32px 24px 24px; }
  .laser-type h3 { font-size: 1.25rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-section { padding: 72px 0; }
  .hero-trust { flex-direction: column; gap: 10px; }
  .hero-actions .btn { font-size: 0.9375rem; padding: 12px 16px; }
  .hero-actions .btn svg { width: 16px; height: 16px; }
  .download-bar { flex-direction: column; text-align: center; padding: 28px 24px; }
  .download-info p { max-width: 100%; }
  .download-btns { flex-direction: column; width: 100%; }
  .download-btn { justify-content: center; }
}

/* ----------  Reveal  ---------- */
[data-reveal] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}
[data-reveal].visible {
  opacity: 1;
  transform: translateY(0);
}
[data-reveal-delay="1"].visible { transition-delay: 0.1s; }
[data-reveal-delay="2"].visible { transition-delay: 0.2s; }
[data-reveal-delay="3"].visible { transition-delay: 0.3s; }

/* ---------- Background flourish (dezent auf hellem Theme) ---------- */
.bg-glow {
  position: absolute;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(11,90,142,0.04) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
  z-index: 0;
}
.bg-glow.top-right { top: -300px; right: -300px; }
.bg-glow.bottom-left { bottom: -300px; left: -300px; }

/* Mittlere Desktop-Viewports: Header ent-quetschen */
@media (min-width: 961px) and (max-width: 1200px) {
  .header-cta .phone-link { display: none; }
  .nav ul { gap: 22px; }
  .nav a { font-size: 0.8125rem; }
}

/* ----------  Hero Trust Row (unter Hero-Actions) ---------- */
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 24px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  max-width: 680px;
}
.hero-trust span {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.875rem;
  color: var(--text-dim);
  font-weight: 500;
}
.hero-trust svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }

/* Hero-Primary-Button bekommt Icon links (tel-link hat svg am Anfang) */
.hero-actions .btn svg:first-child { margin-right: 2px; }

/* ----------  Zertifikate Grid  ---------- */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.cert-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.cert-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}
.cert-icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(11,90,142,0.08);
  border-radius: 12px;
  margin-bottom: 20px;
}
.cert-icon svg { width: 26px; height: 26px; color: var(--accent); }
.cert-card h3 { font-size: 1.05rem; margin-bottom: 10px; color: var(--text); }
.cert-card p { font-size: 0.9rem; color: var(--text-dim); line-height: 1.65; }

/* ----------  Downloads  ---------- */
.download-section { padding: clamp(32px, 4vw, 56px) 0; }
.download-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  box-shadow: 0 2px 12px -4px rgba(26,33,51,0.06);
}
.download-info h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 6px;
}
.download-info p {
  font-size: 0.9rem;
  color: var(--text-dim);
  max-width: 480px;
  line-height: 1.55;
}
.download-btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  color: var(--text);
  background: transparent;
  text-decoration: none;
  transition: all var(--t-fast);
  white-space: nowrap;
}
.download-btn:hover {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.download-btn svg { flex-shrink: 0; }

/* ----------  Zielgruppen Grid  ---------- */
.zg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.zg-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.zg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.zg-header {
  padding: 32px 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.zg-header svg { width: 36px; height: 36px; flex-shrink: 0; }
.zg-header h3 { color: #fff; font-size: 1.15rem; margin: 0; }
.zg-body { padding: 28px; }
.zg-body p { font-size: 0.9rem; color: var(--text-dim); line-height: 1.65; margin-bottom: 20px; }
.zg-list { list-style: none; padding: 0; margin: 0; }
.zg-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.875rem;
  color: var(--text);
  line-height: 1.8;
}
.zg-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

/* ----------  Trust-Sektion ---------- */
.trust-section { padding: 100px 0; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.trust-card {
  padding: 32px 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, var(--bg-card) 0%, var(--bg-soft) 100%);
  transition: all var(--t-med);
}
.trust-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-4px);
}
.trust-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(11,90,142,0.08);
  border: 1px solid rgba(11,90,142,0.25);
  color: var(--accent);
  margin-bottom: 20px;
}
.trust-icon svg { width: 22px; height: 22px; }
.trust-card h3 { font-size: 1.125rem; margin-bottom: 12px; line-height: 1.25; }
.trust-card p  { font-size: 0.9375rem; color: var(--text-dim); line-height: 1.55; }

/* ----------  Sticky Call-Button (nur Mobile) ---------- */
.sticky-call {
  display: none;
  position: fixed;
  left: 16px; right: 16px;
  bottom: 16px;
  z-index: 90;
  padding: 14px 20px;
  background: var(--grad-accent);
  color: #FFF;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-align: center;
  box-shadow:
    0 8px 24px rgba(11,90,142,0.28),
    0 0 0 3px rgba(255,255,255,0.95),
    0 0 0 4px rgba(11,90,142,0.12);
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sticky-call svg { width: 20px; height: 20px; stroke-width: 2.3; }
.sticky-call:active { transform: scale(0.98); }

/* ----------  Responsive  ---------- */
@media (max-width: 960px) {
  .container { padding: 0 20px; }

  /* --- Mobile nav drawer --- */
  .menu-toggle { display: flex; }
  .nav-backdrop { display: block; }
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: min(340px, 86vw);
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FA 100%);
    border-left: 1px solid var(--border);
    padding: 88px 28px 32px;
    transform: translateX(100%);
    transition: transform 360ms var(--ease);
    z-index: 100;
    overflow-y: auto;
    display: flex; flex-direction: column;
  }
  .nav.open { transform: translateX(0); box-shadow: -20px 0 60px rgba(26,33,51,0.18); }
  .nav ul { flex-direction: column; gap: 4px; width: 100%; }
  .nav li { width: 100%; border-bottom: 1px solid var(--border); }
  .nav a {
    display: block;
    padding: 16px 4px;
    font-size: 1.0625rem;
    color: var(--text);
    font-weight: 500;
  }
  .nav a::after { display: none; }
  .nav a:hover { color: var(--accent); }
  .nav-mobile-cta {
    display: flex; flex-direction: column; gap: 16px;
    margin-top: 32px; padding-top: 24px;
    border-top: 1px solid var(--border);
  }
  .nav-phone {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--text); font-size: 1rem; font-weight: 500;
  }
  .nav-phone svg { width: 18px; height: 18px; color: var(--accent); flex-shrink: 0; }
  .nav-mobile-cta .btn { justify-content: center; }

  /* --- Header auf Mobile: nur Logo + Hamburger (CTA ist im Drawer & als Sticky unten) --- */
  .header .container { gap: 12px; }
  .header-cta { gap: 8px; }
  .header-cta .phone-link { display: none; }
  .btn-header-cta { display: none; }
  /* Logo-Image etwas kompakter auf Mobile, damit genug Platz fürs Tippen auf Hamburger */
  .logo-img { height: 34px; }

  /* --- Hero --- */
  .hero { padding: 110px 0 60px; min-height: auto; }
  .hero-scroll { display: none; }
  /* Stats-Bar: auf Mobile gestapelt, weniger Abstand */
  .stats-bar { padding: 40px 0; }
  .stats-grid { grid-template-columns: 1fr; gap: 24px; }
  .stat-big { padding: 20px 16px; }

  /* --- Cases / Anwendungen --- */
  .case { grid-template-columns: 1fr; gap: 32px; }
  .case:nth-child(even) .case-info { order: 0; }
  .case-info { max-width: 100%; }
  .process-list { grid-template-columns: 1fr 1fr; padding-top: 24px; }
  .process-list::before, .process-list::after { display: none; }
  .process-step .num { box-shadow: none; }
  .pricing { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-form { padding: 32px 24px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .method-row { grid-template-columns: 1.2fr 1fr; }
  .method-row .method-cell:nth-child(3),
  .method-row .method-cell:nth-child(4) { display: none; }

  /* --- Body lock when nav open --- */
  body.nav-open { overflow: hidden; }

  /* --- Keep background flourishes contained --- */
  .bg-glow { width: 500px; height: 500px; }
  .bg-glow.top-right { top: -200px; right: -200px; }
  .bg-glow.bottom-left { bottom: -200px; left: -200px; }
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .hero h1 { font-size: 2.5rem; }
  .hero .lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
  .hero-actions .btn { justify-content: center; width: 100%; }
  .reasons { grid-template-columns: 1fr; }
  .reason-card { padding: 32px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .price-card { padding: 32px 24px; }
  .branches { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
}


@media (max-width: 420px) {
  .hero h1 { font-size: 2.125rem; }
  .logo { font-size: 1rem; }
  .logo-mark { width: 32px; height: 32px; }
  .logo-img { height: 34px; }
  .hero-stats { gap: 12px; padding: 14px 10px; }
  .hero-stats .num { font-size: 1.35rem; }
  .hero-stats .lbl { font-size: 0.62rem; }
}

/* ---------- DSGVO Cookie Banner ---------- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--bg-card);
  border-top: 1px solid var(--border-strong);
  box-shadow: 0 -4px 30px rgba(0,0,0,0.12);
  padding: 20px 0;
  animation: cookieSlide 0.4s ease-out;
}
@keyframes cookieSlide {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.cookie-inner p {
  flex: 1;
  font-size: 0.9rem;
  color: var(--text-dim);
  line-height: 1.5;
}
.cookie-inner p a {
  color: var(--accent);
}
.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}
@media (max-width: 640px) {
  .cookie-inner {
    flex-direction: column;
    text-align: center;
    gap: 14px;
  }
  .cookie-actions {
    width: 100%;
    justify-content: center;
  }
  .cookie-banner { padding-bottom: 80px; /* Platz für Sticky-Call */ }
}

/* ==========================================================
   NEUE FEATURE-STYLES (Landingpages, Downloads, Map, Reviews)
   ========================================================== */

/* ----------  Method Table Mobile Wrapper  ---------- */
.method-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
}
.method-table-wrapper .method-table {
  min-width: 700px;
}
@media (max-width: 768px) {
  .method-table-wrapper {
    margin: 0 -20px;
    padding: 0 20px;
  }
  .method-table-wrapper::after {
    content: '← scrollen →';
    display: block;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.75rem;
    margin-top: 12px;
  }
}

/* ----------  Download Cards  ---------- */
.downloads-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 680px;
  margin: 48px auto 0;
}
.download-card {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: border-color var(--t-fast);
}
.download-card:hover { border-color: var(--accent); }
.download-icon {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: rgba(11,90,142,0.08);
  border-radius: var(--radius-sm);
  color: var(--accent);
}
.download-icon svg { width: 32px; height: 32px; }
.download-info { flex: 1; min-width: 0; }
.download-info h3 { font-size: 1.1rem; margin-bottom: 6px; }
.download-info p { color: var(--text-dim); font-size: 0.9rem; margin-bottom: 6px; }
.download-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-family: 'Space Grotesk', monospace;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.download-card .btn-sm {
  flex-shrink: 0;
  font-size: 0.85rem;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 480px) {
  .download-card { flex-direction: column; align-items: flex-start; }
  .download-card .btn-sm { width: 100%; justify-content: center; }
}

/* ----------  Reviews Widget  ---------- */
.reviews-widget {
  max-width: 600px;
  margin: 48px auto 0;
  text-align: center;
}
.reviews-summary {
  padding: 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.reviews-stars {
  font-size: 2rem;
  color: var(--accent-bronze);
  letter-spacing: 4px;
  margin-bottom: 12px;
}
.reviews-summary p { color: var(--text-dim); }

/* ----------  Callback / Rückruf Box  ---------- */
.callback-box {
  margin-top: 28px;
  padding: 24px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.callback-box h4 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.callback-box p {
  color: var(--text-dim);
  font-size: 0.9rem;
  margin-bottom: 14px;
}
.callback-select {
  width: 100%;
  padding: 10px 14px;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: 0.9rem;
  font-family: inherit;
  appearance: auto;
  cursor: pointer;
}
.callback-select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(11,90,142,0.15);
}

/* ----------  Service Map / Einsatzgebiet  ---------- */
.service-map {
  max-width: 800px;
  margin: 48px auto 0;
  text-align: center;
}
.map-regions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.map-region-tag {
  display: inline-block;
  padding: 8px 18px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.875rem;
  color: var(--text-dim);
  transition: border-color var(--t-fast), color var(--t-fast);
}
.map-region-tag:hover {
  border-color: var(--accent);
  color: var(--accent);
}
.map-placeholder {
  padding: 64px 32px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-muted);
}
.map-placeholder svg { margin-bottom: 16px; color: var(--accent); opacity: 0.6; }
.map-placeholder p { font-size: 0.9375rem; }

/* ----------  Pricing Grid 3-Spalter  ---------- */
@media (min-width: 900px) {
  .pricing {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ----------  Branch Card Link (→ Landingpage)  ---------- */
.branch-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  transition: gap var(--t-fast);
}
.branch-link:hover { gap: 10px; }

/* ----------  Landing Page Styles  ---------- */
.lp-hero { position: relative; min-height: 70vh; }
.lp-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.18;
}
.lp-hero .hero-content { position: relative; z-index: 2; }

.lp-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 48px;
}
.lp-benefit {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color var(--t-fast), transform var(--t-fast);
}
.lp-benefit:hover {
  border-color: var(--accent);
  transform: translateY(-4px);
}
.lp-benefit-num {
  font-family: 'Space Grotesk', monospace;
  font-size: 2rem;
  font-weight: 700;
  background: var(--grad-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
}
.lp-benefit h3 { margin-bottom: 12px; font-size: 1.2rem; }
.lp-benefit p { color: var(--text-dim); line-height: 1.65; }

.lp-applications { margin-top: 48px; }
.lp-app-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  list-style: none;
}
.lp-app-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: 0.95rem;
}
.lp-app-list li svg { color: var(--accent); flex-shrink: 0; }

.lp-case {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-top: 48px;
  align-items: start;
}
.lp-case-results {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.lp-case-results h4 {
  margin-bottom: 20px;
  font-size: 1.1rem;
  color: var(--accent);
}
.lp-case-results ul { list-style: none; }
.lp-case-results li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.lp-case-results li:last-child { border-bottom: none; }
.lp-case-results li svg { color: var(--accent-green); flex-shrink: 0; }

/* Landingpage Mobile */
@media (max-width: 768px) {
  .lp-hero { min-height: 60vh; }
  .lp-case { grid-template-columns: 1fr; }
  .lp-benefits { grid-template-columns: 1fr; }
}

/* =========================================================
   BEAM DEALS SECTION — Hersteller-Partnerschaft
   ========================================================= */
.beam-deals-section {
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
  position: relative;
}
.beam-deals-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(11,90,142,0.06) 0%, transparent 60%);
  pointer-events: none;
}
.beam-deals-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 56px;
}
.beam-deals-text .eyebrow {
  color: var(--accent);
}
.beam-deals-text h2 {
  margin-top: 12px;
  line-height: 1.15;
}
.beam-deals-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 32px;
  background: var(--bg-card);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(11,90,142,0.08), 0 1px 0 rgba(255,255,255,0.8) inset;
  border: 1px solid rgba(11,90,142,0.08);
}
.beam-deals-logo img {
  width: 100%;
  max-width: 280px;
  height: auto;
  filter: drop-shadow(0 6px 20px rgba(11,90,142,0.15));
}
.beam-deals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.beam-deals-card {
  background: var(--bg-card);
  border-radius: 14px;
  padding: 32px 28px;
  border: 1px solid rgba(11,90,142,0.08);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.beam-deals-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(11,90,142,0.12);
  border-color: rgba(11,90,142,0.2);
}
.beam-deals-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--accent) 0%, #0d7ab8 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.beam-deals-icon svg {
  width: 26px;
  height: 26px;
}
.beam-deals-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
  line-height: 1.3;
}
.beam-deals-card p {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--text);
  opacity: 0.78;
  margin: 0;
}

@media (max-width: 960px) {
  .beam-deals-head {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: left;
  }
  .beam-deals-logo {
    padding: 28px 24px;
    max-width: 360px;
  }
  .beam-deals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 560px) {
  .beam-deals-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   PREISRECHNER
   ========================================================= */
.calculator {
  max-width: 880px;
  margin: 0 auto;
  background: var(--bg-card);
  border-radius: 18px;
  padding: 40px 40px 36px;
  box-shadow: 0 20px 60px rgba(11,90,142,0.08);
  border: 1px solid rgba(11,90,142,0.08);
}
.calc-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 180px;
  gap: 20px;
  align-items: end;
}
.calc-step label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 8px;
  opacity: 0.72;
}
.calc-step select,
.calc-step input {
  width: 100%;
  padding: 13px 14px;
  font: inherit;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid rgba(11,90,142,0.18);
  background: #fff;
  color: var(--text);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.calc-step select:focus,
.calc-step input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(11,90,142,0.15);
}
.calc-area-input {
  position: relative;
  display: flex;
  align-items: center;
}
.calc-area-input input {
  padding-right: 42px;
}
.calc-unit {
  position: absolute;
  right: 14px;
  color: var(--text);
  opacity: 0.5;
  font-size: 14px;
  pointer-events: none;
}
.calc-result {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(11,90,142,0.1);
  text-align: center;
  animation: fadeInUp .35s ease;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.calc-price {
  margin-bottom: 24px;
}
.calc-label {
  display: block;
  font-size: 13px;
  color: var(--text);
  opacity: 0.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.calc-range {
  display: block;
  font-size: 42px;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.calc-note {
  display: block;
  font-size: 13px;
  color: var(--text);
  opacity: 0.65;
  margin-bottom: 6px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.45;
}
.calc-vat {
  display: block;
  font-size: 12px;
  color: var(--text);
  opacity: 0.5;
  margin-bottom: 22px;
}
.calc-subtext {
  font-size: 13px;
  color: var(--text);
  opacity: 0.68;
  margin-top: 12px;
}
@media (max-width: 720px) {
  .calculator { padding: 28px 22px 24px; }
  .calc-steps { grid-template-columns: 1fr; gap: 14px; }
  .calc-range { font-size: 34px; }
}

/* =========================================================
   SOCIAL PROOF BAR
   ========================================================= */
.social-proof {
  padding: 40px 0 32px;
  background: var(--bg);
  border-bottom: 1px solid rgba(11,90,142,0.08);
}
.social-proof-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
}
.sp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.sp-label {
  font-size: 28px;
  font-weight: 800;
  color: var(--accent-bronze);
  letter-spacing: -0.02em;
  line-height: 1;
}
.sp-text {
  font-size: 13px;
  color: var(--text);
  opacity: 0.72;
  line-height: 1.35;
  max-width: 170px;
}
@media (max-width: 900px) {
  .social-proof-grid { grid-template-columns: repeat(3, 1fr); }
  .sp-item:nth-child(4), .sp-item:nth-child(5) { grid-column: span 1; }
  .sp-item:nth-child(4) { grid-column: 1 / 2; }
  .sp-item:nth-child(5) { grid-column: 2 / 4; }
}
@media (max-width: 540px) {
  .social-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-item { grid-column: auto !important; }
  .sp-label { font-size: 24px; }
}

/* =========================================================
   REFERENZEN-BRANCHEN (Logo-Strip)
   ========================================================= */
.references-section {
  background: var(--bg);
  border-top: 1px solid rgba(11,90,142,0.06);
  border-bottom: 1px solid rgba(11,90,142,0.06);
}
.refs-strip {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 22px;
  margin-top: 40px;
}
.ref-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0.75;
  transition: opacity .2s ease, transform .2s ease;
}
.ref-logo:hover { opacity: 1; transform: translateY(-2px); }
.ref-logo-box {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: var(--accent);
  background: #fff;
  border: 1px solid rgba(11,90,142,0.15);
  letter-spacing: 0.02em;
}
.ref-logo span {
  font-size: 12px;
  color: var(--text);
  opacity: 0.65;
  text-align: center;
}
@media (max-width: 900px) {
  .refs-strip { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 480px) {
  .refs-strip { grid-template-columns: repeat(2, 1fr); }
}

/* =========================================================
   CASE-DETAILS (Params + Quote)
   ========================================================= */
.case-params {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px dashed rgba(11,90,142,0.18);
}
.case-param {
  font-size: 12.5px;
  color: var(--text);
  opacity: 0.75;
  display: inline-flex;
  gap: 4px;
}
.case-param strong {
  color: var(--accent);
  font-weight: 700;
}
.case-quote {
  margin: 22px 0 0;
  padding: 18px 20px;
  background: rgba(11,90,142,0.05);
  border-left: 3px solid var(--accent);
  border-radius: 0 10px 10px 0;
}
.case-quote p {
  margin: 0 0 6px;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: var(--text);
}
.case-quote cite {
  font-style: normal;
  font-size: 12.5px;
  color: var(--text);
  opacity: 0.65;
}

/* =========================================================
   MYTHEN-SEKTION
   ========================================================= */
.myths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.myth-card {
  background: var(--bg-card);
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(11,90,142,0.08);
  box-shadow: 0 8px 30px rgba(11,90,142,0.06);
}
.myth-header {
  padding: 18px 22px;
  background: linear-gradient(135deg, #f6e0e0 0%, #fff3f3 100%);
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(180,50,50,0.15);
}
.myth-cross {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #c0392b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}
.myth-text {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #7a2218;
  font-style: italic;
  line-height: 1.4;
}
.myth-fact {
  padding: 20px 22px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.myth-check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #2a7a5a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
}
.myth-fact p {
  margin: 0;
  font-size: 14.5px;
  color: var(--text);
  line-height: 1.6;
}

/* ==========================================================
   FIXES 2026-04-17 — Marcel-Feedback-Batch
   ========================================================== */

/* 1. WhatsApp-FAB (schwebende Runde Button unten rechts) ---- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(37,211,102,0.35), 0 2px 8px rgba(0,0,0,0.15);
  z-index: 9998;
  text-decoration: none;
  transition: transform var(--t-fast), box-shadow var(--t-fast);
}
.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 14px 36px rgba(37,211,102,0.45), 0 4px 12px rgba(0,0,0,0.18);
}
.whatsapp-float svg {
  width: 28px;
  height: 28px;
  display: block;
}
.whatsapp-tooltip {
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: #1a2133;
  color: #fff;
  font-size: 0.82rem;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-fast);
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.whatsapp-tooltip::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: #1a2133;
}
.whatsapp-float:hover .whatsapp-tooltip { opacity: 1; }
@media (max-width: 640px) {
  .whatsapp-float { bottom: 84px; right: 16px; width: 52px; height: 52px; }
  .whatsapp-float svg { width: 26px; height: 26px; }
  .whatsapp-tooltip { display: none; }
}

/* 2. Burger-Drawer: Text-Farbe erzwingen, auch wenn Header oben (not scrolled) ---- */
@media (max-width: 960px) {
  .header:not(.scrolled) .nav a { color: var(--text); }
  .header:not(.scrolled) .nav a:hover { color: var(--accent); }
  .header:not(.scrolled) .nav-phone { color: var(--text); }
  .header:not(.scrolled) .nav-phone svg { color: var(--accent); }
  .nav.open .nav-mobile-cta .btn-primary { color: #fff; }
}

/* 3. Cookie-Banner: inner wrapper + Abstand vom Rand ---- */
.cookie-banner {
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 14px;
  border: 1px solid var(--border-strong);
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  padding: 18px 0;
}
@media (max-width: 640px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 88px; border-radius: 12px; }
}

/* 4. Header-Layout: Container weiter atmen lassen, Nav-Gaps reduzieren ---- */
.header .container { max-width: 1440px; }
@media (min-width: 961px) and (max-width: 1400px) {
  .header-cta .phone-link { display: none; }
  .nav ul { gap: 18px; }
  .nav a { font-size: 0.82rem; }
}
@media (min-width: 1401px) {
  .nav ul { gap: 26px; }
}

/* 5. Logo-Image Defaults (falls <img class="logo-img"> verwendet) ---- */
.logo-img {
  height: 40px;
  width: auto;
  display: block;
  transition: opacity var(--t-fast), transform var(--t-fast);
}

/* ==========================================================
   Service-Map — Leaflet Canvas
   ========================================================== */
.map-canvas {
  position: relative;
  width: 100%;
  height: 460px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  box-shadow: 0 12px 40px rgba(26,33,51,0.08);
  background: var(--bg-soft);
  z-index: 1;
}
.map-canvas .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255,255,255,0.85);
}
.map-loading-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text-dim);
  background: var(--bg-soft);
  pointer-events: none;
}
.map-loading-fallback svg { color: var(--accent); opacity: 0.6; }

/* Marker: Pulsierender Punkt */
.ae-map-marker {
  position: relative;
  width: 32px !important;
  height: 32px !important;
}
.ae-map-marker .ae-map-dot {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: var(--accent);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(26,33,51,0.35);
  z-index: 2;
}
.ae-map-marker .ae-map-pulse {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(31,127,184,0.45);
  animation: ae-map-pulse 2.2s ease-out infinite;
  z-index: 1;
}
@keyframes ae-map-pulse {
  0%   { transform: translate(-50%, -50%) scale(0.6); opacity: 0.7; }
  80%  { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
  100% { transform: translate(-50%, -50%) scale(2.2); opacity: 0; }
}

/* Leaflet default marker shadow killen, da wir DivIcon nutzen */
.ae-map-marker img { display: none; }

@media (max-width: 640px) {
  .map-canvas { height: 360px; border-radius: 14px; }
}

/* ----------  Landingpage SEO-Premium-Blöcke (2026-04-19)  ---------- */
.lp-intro-container { max-width: 860px; }
.lp-intro-copy p {
  font-size: 1.05rem;
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 20px;
}
.lp-intro-copy p:first-of-type { font-size: 1.15rem; color: var(--text); }

.lp-keyfacts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  padding: 32px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 18px;
}
.lp-keyfact { text-align: center; }
.lp-keyfact-value {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1.1;
}
.lp-keyfact-unit { font-size: 1rem; color: var(--text-muted); margin-left: 4px; }
.lp-keyfact-label { font-size: 0.9rem; color: var(--text-muted); margin-top: 6px; }

.lp-process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.lp-process-step {
  padding: 28px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 18px;
}
.lp-process-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}
.lp-process-step h3 { font-size: 1.1rem; margin-bottom: 10px; }
.lp-process-step p { color: var(--text-dim); line-height: 1.6; font-size: 0.95rem; }

.lp-seo-container { max-width: 860px; }
.lp-seo-block { margin-bottom: 56px; }
.lp-seo-block:last-child { margin-bottom: 0; }
.lp-seo-block h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}
.lp-seo-block p {
  color: var(--text-dim);
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.lp-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.lp-related-card {
  display: block;
  padding: 28px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: border-color .2s, transform .2s;
}
.lp-related-card:hover { border-color: var(--accent); transform: translateY(-3px); }
.lp-related-card h4 { font-size: 1.05rem; margin-bottom: 10px; }
.lp-related-card p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.5; margin-bottom: 16px; }
.lp-related-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}

/* ----------  Branchen-Hub  ---------- */
.branch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.branch-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: border-color .25s, transform .25s;
}
.branch-card:hover { border-color: var(--accent); transform: translateY(-4px); }
.branch-card-image {
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #0a0d18;
}
.branch-card-body { padding: 24px; }
.branch-card-body h3 { font-size: 1.15rem; margin: 10px 0 12px; }
.branch-card-body p { color: var(--text-dim); font-size: 0.95rem; line-height: 1.55; margin-bottom: 16px; }
.branch-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
}

@media (max-width: 768px) {
  .lp-process-grid { grid-template-columns: 1fr; }
  .lp-seo-block h2 { font-size: 1.4rem; }
}
