/* ==========================================================================
   CH-Clean Gebäudedienste — Design-System
   Farben aus dem Logo: Dunkelblau #273b86 · Hellblau #1fb1e6
   ========================================================================== */

:root {
  /* Marke */
  --navy-950: #060c22;
  --navy-900: #0b1437;
  --navy-800: #111e4f;
  --brand: #273b86;
  --brand-600: #32499f;
  --accent: #1fb1e6;
  --accent-400: #4cc3ee;
  --accent-100: #d9f1fb;
  --ice: #eaf6fc;

  /* Neutral */
  --bg: #ffffff;
  --bg-soft: #f4f8fc;
  --ink: #16213f;
  --ink-soft: #46537a;
  --line: #e3eaf3;

  /* Typografie */
  --font-head: 'Sora', 'Avenir Next', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  /* Geometrie */
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1200px;
  --shadow-sm: 0 2px 10px rgba(11, 20, 55, .06);
  --shadow-md: 0 12px 32px rgba(11, 20, 55, .10);
  --shadow-lg: 0 24px 64px rgba(11, 20, 55, .16);
  --grad: linear-gradient(120deg, var(--accent) 0%, var(--brand) 100%);
}

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip; /* off-screen Mobil-Menü erzeugt keinen horizontalen Scroll */
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { padding: 0; }
button, input, select, textarea { font: inherit; color: inherit; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.12;
  letter-spacing: -.02em;
  color: var(--ink);
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 3.9rem); font-weight: 800; }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.25rem; font-weight: 700; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(20px, 4vw, 40px); }
section { padding-block: clamp(64px, 9vw, 120px); }
.section-soft { background: var(--bg-soft); }
.section-navy { background:
    radial-gradient(900px 500px at 85% -10%, rgba(31, 177, 230, .16), transparent 60%),
    var(--navy-900);
  color: #fff; }
.section-navy h2, .section-navy h3 { color: #fff; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--grad); border-radius: 2px; }
.lead { font-size: 1.16rem; color: var(--ink-soft); max-width: 62ch; }
.section-navy .lead { color: #b9c4e4; }
.section-head { max-width: 780px; margin-bottom: clamp(36px, 5vw, 60px); }
.section-head h2 { margin-bottom: 16px; }
.center { text-align: center; }
.center.section-head { margin-inline: auto; }
.center .eyebrow { justify-content: center; }
.center .lead { margin-inline: auto; }
.accent { color: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px; border: 0; cursor: pointer;
  font-weight: 700; font-size: 1rem; line-height: 1; white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn svg { width: 18px; height: 18px; transition: transform .25s ease; }
.btn:hover svg { transform: translateX(4px); }
.btn-primary {
  background: var(--grad); color: #fff;
  box-shadow: 0 10px 26px rgba(31, 177, 230, .35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(31, 177, 230, .45); }
.btn-ghost {
  background: rgba(255, 255, 255, .08); color: #fff;
  border: 1px solid rgba(255, 255, 255, .25); backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: rgba(255, 255, 255, .16); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--brand); box-shadow: var(--shadow-md); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-lg { padding: 19px 38px; font-size: 1.06rem; }
.btn-wa { background: #0e7a6b; color: #fff; }
.btn-wa:hover { background: #0a5f54; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(14, 122, 107, .4); }
.btn-wa svg { width: 20px; height: 20px; }

/* ---------- Topbar ---------- */
.topbar { background: var(--navy-950); color: #aeb9da; font-size: .85rem; position: relative; z-index: 60; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 16px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 13px; height: 13px; }
.topbar-group { display: flex; gap: 22px; align-items: center; }
.topbar .badge-google { color: #ffd76a; font-weight: 600; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 20, 55, .92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: box-shadow .3s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(6, 12, 34, .45); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.nav-logo img { height: 42px; width: auto; }
.nav-menu { display: flex; align-items: center; gap: 6px; list-style: none; }
.nav-menu > li { position: relative; }
.nav-menu a, .nav-menu button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 16px; border-radius: 10px; background: none; border: 0; cursor: pointer;
  color: #cdd6ef; font-weight: 600; font-size: .98rem; transition: color .2s, background .2s;
}
.nav-menu a:hover, .nav-menu button:hover,
.nav-menu a.active, .nav-menu button.active { color: #fff; background: rgba(255, 255, 255, .08); }
.nav-menu .caret { width: 14px; height: 14px; transition: transform .25s; }
.nav-menu li.open .caret { transform: rotate(180deg); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: .98rem; }
.nav-phone svg { width: 17px; height: 17px; color: var(--accent); }
.nav-cta .btn { padding: 12px 22px; font-size: .95rem; }

/* Dropdown (Desktop-Mega) */
.dropdown {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: 640px; max-width: calc(100vw - 32px);
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg);
  padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px;
  opacity: 0; visibility: hidden; transition: opacity .25s ease, transform .25s ease, visibility .25s;
}
.nav-menu li.open .dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.dropdown a {
  display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border-radius: var(--radius-sm);
  color: var(--ink); font-weight: 600;
}
.dropdown a:hover { background: var(--ice); color: var(--ink); }
.dropdown .ico {
  flex: 0 0 38px; height: 38px; border-radius: 10px; background: var(--ice);
  display: grid; place-items: center; color: var(--brand); transition: background .2s, color .2s;
}
.dropdown a:hover .ico { background: var(--grad); color: #fff; }
.dropdown .ico svg { width: 20px; height: 20px; }
.dropdown small { display: block; color: var(--ink-soft); font-weight: 400; font-size: .82rem; line-height: 1.45; }
.dropdown .all-link { grid-column: 1 / -1; justify-content: center; align-items: center; color: var(--brand); font-weight: 700; background: var(--bg-soft); }
.dropdown .all-link svg { width: 16px; height: 16px; flex: none; }

/* Mobile-Navigation */
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle svg { width: 28px; height: 28px; color: #fff; }
@media (max-width: 1020px) {
  .nav-menu, .nav-cta .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .mobile-panel {
    position: fixed; inset: 0; top: 0; z-index: 100; background: var(--navy-950);
    padding: 24px; overflow-y: auto; display: flex; flex-direction: column;
    transform: translateX(100%); transition: transform .35s cubic-bezier(.7, 0, .3, 1);
  }
  .mobile-panel.open { transform: translateX(0); }
  .mobile-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
  .mobile-head img { height: 38px; }
  .mobile-menu { list-style: none; display: flex; flex-direction: column; gap: 2px; }
  .mobile-menu a {
    display: flex; justify-content: space-between; align-items: center;
    padding: 15px 10px; color: #e7ecfa; font-weight: 600; font-size: 1.12rem;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
  }
  .mobile-menu .sub { padding-left: 22px; font-size: 1rem; color: #aeb9da; font-weight: 500; }
  .mobile-panel .btn { margin-top: 26px; }
  .mobile-phone { display: flex; gap: 10px; justify-content: center; margin-top: 18px; color: #fff; font-weight: 700; }
}
@media (min-width: 1021px) { .mobile-panel { display: none; } }

/* Kompakter Header & Topbar auf kleinen Screens */
@media (max-width: 760px) {
  .topbar { display: none; }
}
@media (max-width: 640px) {
  .nav { min-height: 64px; gap: 10px; }
  .nav-logo img { height: 32px; }
  .nav-cta { gap: 8px; }
  .nav-cta .btn { padding: 10px 16px; font-size: .85rem; }
  h1, h2 { hyphens: auto; overflow-wrap: break-word; }
}

/* ---------- Hero (Startseite) ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background: var(--navy-900);
  padding-block: clamp(70px, 9vw, 130px) clamp(80px, 10vw, 140px);
}
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none;
}
.hero::before {
  width: 720px; height: 720px; right: -180px; top: -260px;
  background: radial-gradient(circle, rgba(31, 177, 230, .34), transparent 65%);
  animation: blob 14s ease-in-out infinite alternate;
}
.hero::after {
  width: 560px; height: 560px; left: -200px; bottom: -300px;
  background: radial-gradient(circle, rgba(39, 59, 134, .8), transparent 65%);
  animation: blob 18s ease-in-out infinite alternate-reverse;
}
@keyframes blob { from { transform: translate(0, 0) scale(1); } to { transform: translate(-50px, 40px) scale(1.12); } }
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.hero h1 { color: #fff; margin-bottom: 22px; }
.hero h1 .wipe {
  position: relative; display: inline-block; color: var(--accent-400); white-space: nowrap;
}
.hero h1 .wipe::after {
  content: ""; position: absolute; inset: -4px -8px;
  background: var(--navy-900); transform-origin: right;
  animation: wipe 1.1s cubic-bezier(.65, 0, .35, 1) .35s forwards;
}
@keyframes wipe { to { transform: scaleX(0); } }
.hero .lead { color: #c3cdea; margin-bottom: 34px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 38px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; color: #aeb9da; font-size: .92rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--accent); }
.stars { color: #ffd76a; letter-spacing: 2px; }

.hero-visual { position: relative; }
.hero-visual .frame {
  border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255, 255, 255, .14);
  transform: rotate(1.5deg);
}
.hero-visual .frame img { width: 100%; height: 520px; object-fit: cover; object-position: center 30%; }
.float-card {
  position: absolute; background: rgba(255, 255, 255, .96); color: var(--ink);
  border-radius: 14px; box-shadow: var(--shadow-lg); padding: 13px 18px;
  display: flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 600;
  animation: floaty 5s ease-in-out infinite;
}
.float-card small { display: block; font-weight: 500; color: var(--ink-soft); font-size: .78rem; }
.float-card .ico {
  width: 38px; height: 38px; border-radius: 10px; background: var(--grad); color: #fff;
  display: grid; place-items: center; flex: none;
}
.float-card .ico svg { width: 20px; height: 20px; }
.fc-1 { top: 26px; left: -34px; }
.fc-2 { bottom: 34px; right: -22px; animation-delay: 2.2s; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-visual .frame img { height: 380px; }
  .fc-1 { left: 8px; } .fc-2 { right: 8px; }
}
@media (max-width: 640px) {
  /* Schwebekarten auf dem Handy ausblenden, damit das Vater-&-Sohn-Foto frei steht.
     Die Infos stehen redundant in Topbar + Zahlen-Leiste direkt darunter. */
  .hero-visual .float-card { display: none; }
}

/* ---------- Zahlenleiste ---------- */
.stats { background: #fff; border-bottom: 1px solid var(--line); padding-block: 0; }
.stats .container {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-block: 38px; gap: 24px;
}
.stat { text-align: center; }
.stat b {
  font-family: var(--font-head); font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 800;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  display: block; line-height: 1.1;
}
.stat span { color: var(--ink-soft); font-size: .95rem; font-weight: 500; }
@media (max-width: 760px) { .stats .container { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Schmerz-Karten ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease;
}
.pain-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pain-card .ico {
  width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center;
  background: #fdecee; color: #d23b4e; margin-bottom: 20px;
}
.pain-card .ico svg { width: 24px; height: 24px; }
.pain-card h3 { margin-bottom: 10px; }
.pain-card p { color: var(--ink-soft); font-size: .98rem; }
.pain-bridge {
  margin-top: clamp(36px, 5vw, 56px); text-align: center;
  font-family: var(--font-head); font-weight: 700; font-size: clamp(1.2rem, 2.2vw, 1.5rem);
}
@media (min-width: 700px) { .pain-bridge .accent { white-space: nowrap; } }
@media (max-width: 860px) { .pain-grid { grid-template-columns: 1fr; } }

/* ---------- Split (Lösung / Über uns Teaser) ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.split-img { position: relative; }
.split-img img { border-radius: 24px; box-shadow: var(--shadow-lg); width: 100%; height: 560px; object-fit: cover; }
.split-img .tag {
  position: absolute; left: 24px; bottom: 24px; right: 24px;
  background: rgba(11, 20, 55, .82); backdrop-filter: blur(8px);
  color: #fff; padding: 16px 20px; border-radius: 14px; font-size: .92rem;
  border: 1px solid rgba(255, 255, 255, .14);
}
.split-img .tag b { display: block; font-family: var(--font-head); }
.split h2 { margin-bottom: 18px; }
.split .lead { margin-bottom: 26px; }
.quote {
  border-left: 3px solid var(--accent); padding: 6px 0 6px 22px; margin: 26px 0;
  font-style: italic; color: var(--ink); font-size: 1.08rem;
}
.quote footer { font-style: normal; font-weight: 600; font-size: .9rem; color: var(--ink-soft); margin-top: 8px; }
.check-list { list-style: none; display: grid; gap: 14px; margin: 26px 0 32px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; }
.check-list svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 2px; }
.section-navy .check-list li { color: #dce3f5; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; }
  .split-img img { height: 420px; }
}

/* ---------- Leistungs-Karten ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px 70px; box-shadow: var(--shadow-sm); overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.service-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
  background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .35s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.service-card:hover::before { transform: scaleX(1); }
.service-card .ico {
  width: 54px; height: 54px; border-radius: 14px; background: var(--ice); color: var(--brand);
  display: grid; place-items: center; margin-bottom: 20px; transition: background .3s, color .3s;
}
.service-card:hover .ico { background: var(--grad); color: #fff; }
.service-card .ico svg { width: 26px; height: 26px; }
.service-card h3 { font-size: 1.12rem; margin-bottom: 8px; }
.service-card p { color: var(--ink-soft); font-size: .92rem; }
.service-card .more {
  position: absolute; left: 26px; bottom: 24px; display: inline-flex; align-items: center; gap: 6px;
  color: var(--brand); font-weight: 700; font-size: .9rem;
}
.service-card .more svg { width: 15px; height: 15px; transition: transform .25s; }
.service-card:hover .more svg { transform: translateX(5px); }
.service-card .flag {
  position: absolute; top: 18px; right: -34px; transform: rotate(38deg);
  background: var(--grad); color: #fff; font-size: .68rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: 5px 38px;
}
@media (max-width: 1060px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
/* Mobil: kompakte 2-spaltige Kacheln statt langer Liste */
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .service-card { padding: 18px 14px 44px; }
  .service-card .ico { width: 44px; height: 44px; margin-bottom: 14px; }
  .service-card .ico svg { width: 22px; height: 22px; }
  .service-card h3 { font-size: .9rem; line-height: 1.25; hyphens: auto; overflow-wrap: break-word; }
  .service-card p { display: none; }
  .service-card .more { left: 14px; bottom: 16px; font-size: .82rem; }
  .service-card.reveal:first-child h3 { padding-right: 26px; }
  .service-card .flag { font-size: .54rem; padding: 4px 26px; top: 12px; right: -34px; }
}

/* ---------- Branchen ---------- */
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.industry {
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius); padding: 26px 20px; text-align: center;
  transition: transform .3s, background .3s, border-color .3s;
}
.industry:hover { transform: translateY(-6px); background: rgba(255, 255, 255, .1); border-color: rgba(31, 177, 230, .5); }
.industry .ico {
  width: 50px; height: 50px; margin: 0 auto 14px; border-radius: 13px;
  background: rgba(31, 177, 230, .16); color: var(--accent-400); display: grid; place-items: center;
}
.industry .ico svg { width: 25px; height: 25px; }
.industry b { display: block; font-family: var(--font-head); font-size: .98rem; margin-bottom: 4px; }
.industry span { color: #aeb9da; font-size: .82rem; line-height: 1.4; display: block; }
@media (max-width: 1000px) { .industry-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (max-width: 520px) { .industry-grid .ico { width: 44px; height: 44px; } .industry { padding: 22px 14px; } }

/* ---------- Prozess ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; position: relative; }
.step {
  position: relative; background: #fff; border-radius: var(--radius); padding: 36px 30px 32px;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm); counter-increment: step;
  transition: transform .3s, box-shadow .3s;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.step::before {
  content: "0" counter(step);
  position: absolute; top: -22px; left: 28px;
  font-family: var(--font-head); font-weight: 800; font-size: 1.1rem;
  background: var(--grad); color: #fff; border-radius: 12px; padding: 8px 14px;
  box-shadow: 0 8px 20px rgba(31, 177, 230, .35);
}
.step h3 { margin: 8px 0 10px; }
.step p { color: var(--ink-soft); font-size: .97rem; }
.lv-sample { list-style: none; margin: 14px 0 8px; display: grid; gap: 7px; padding-top: 12px; border-top: 1px solid var(--line); }
.lv-sample li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; font-size: .9rem; line-height: 1.35; }
.lv-sample li span { color: var(--ink-soft); }
.lv-sample li b { color: var(--brand); font-weight: 600; text-align: right; white-space: nowrap; }
.lv-sample-note { font-size: .8rem; color: var(--ink-soft); margin-top: 2px; }
.lv-sample-note a { color: var(--accent); text-decoration: underline; }
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; gap: 38px; } }

/* ---------- Galerie ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery figure { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; height: 340px; object-fit: cover; transition: transform .6s ease; }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 40px 20px 16px;
  background: linear-gradient(transparent, rgba(6, 12, 34, .85));
  color: #fff; font-size: .9rem; font-weight: 600;
}
@media (max-width: 860px) { .gallery { grid-template-columns: 1fr; } .gallery img { height: 280px; } }

/* ---------- Vorher / Nachher ---------- */
.ba-slider {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  user-select: none; touch-action: none; aspect-ratio: 16 / 9; max-width: 900px; margin-inline: auto;
}
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-after { clip-path: inset(0 0 0 50%); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; cursor: ew-resize;
  box-shadow: 0 0 14px rgba(0, 0, 0, .4);
}
.ba-handle::after {
  content: "⟷"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--brand);
  display: grid; place-items: center; font-size: 1.2rem; font-weight: 700; box-shadow: var(--shadow-md);
}
.ba-label {
  position: absolute; top: 16px; padding: 6px 14px; border-radius: 999px;
  background: rgba(6, 12, 34, .7); color: #fff; font-size: .8rem; font-weight: 700; letter-spacing: .06em;
}
.ba-label.before { left: 16px; } .ba-label.after { right: 16px; }

/* ---------- Bewertungen ---------- */
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.review-summary { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 14px 20px; box-shadow: var(--shadow-sm); }
.review-summary .g { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; }
.review-summary small { color: var(--ink-soft); display: block; }
.carousel { position: relative; margin-top: 44px; }
.carousel-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.review-card {
  flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: 14px;
}
.review-card .stars { font-size: .95rem; }
.review-card p { color: var(--ink); font-size: .96rem; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 12px; }
.review-meta .avatar {
  width: 42px; height: 42px; border-radius: 50%; background: var(--grad); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .95rem; flex: none;
}
.review-meta b { display: block; font-size: .92rem; }
.review-meta small { color: var(--ink-soft); font-size: .8rem; }
.carousel-nav { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
.carousel-nav button {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: #fff;
  display: grid; place-items: center; cursor: pointer; color: var(--brand);
  transition: background .2s, color .2s, transform .2s;
}
.carousel-nav button:hover { background: var(--grad); color: #fff; transform: translateY(-2px); }
.carousel-nav svg { width: 18px; height: 18px; }
@media (max-width: 1000px) { .review-card { flex-basis: calc((100% - 22px) / 2); } }
@media (max-width: 640px) { .review-card { flex-basis: 92%; } }

/* ---------- FAQ ---------- */
.faq { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .3s; }
.faq-item[open] { box-shadow: var(--shadow-md); }
.faq-item summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 24px; cursor: pointer; font-weight: 700; font-family: var(--font-head); font-size: 1.02rem;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .plus { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--ice); color: var(--brand); display: grid; place-items: center; transition: transform .3s, background .3s, color .3s; }
.faq-item[open] summary .plus { transform: rotate(45deg); background: var(--grad); color: #fff; }
.faq-item .faq-body { padding: 0 24px 22px; color: var(--ink-soft); }

/* ---------- CTA-Band ---------- */
.cta-band { position: relative; overflow: hidden; }
.cta-band .container { position: relative; z-index: 2; }
.cta-band::before {
  content: ""; position: absolute; width: 600px; height: 600px; right: -150px; top: -200px;
  background: radial-gradient(circle, rgba(31, 177, 230, .25), transparent 65%);
  border-radius: 50%; filter: blur(70px);
}
.cta-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.cta-inner h2 { margin-bottom: 16px; }
.cta-inner .lead { margin-bottom: 0; }
.cta-actions { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; }
.cta-actions .hint { color: #aeb9da; font-size: .88rem; display: flex; align-items: center; gap: 8px; }
.cta-actions .hint svg { width: 15px; height: 15px; color: var(--accent); }
@media (max-width: 860px) { .cta-inner { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-950); color: #aeb9da; font-size: .95rem; }
.footer-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr .9fr 1fr; gap: 36px;
  padding-block: clamp(48px, 7vw, 80px) 40px;
}
.site-footer h3 { color: #fff; font-size: .95rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
.site-footer ul { list-style: none; display: grid; gap: 4px; }
.site-footer ul a { display: inline-block; padding: 6px 0; transition: color .2s; }
.site-footer a { transition: color .2s; }
.site-footer a:hover { color: #fff; }
.footer-brand img { height: 44px; margin-bottom: 18px; }
.footer-brand p { max-width: 34ch; line-height: 1.7; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 16px; height: 16px; color: var(--accent); flex: none; margin-top: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08); padding-block: 22px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .85rem;
}
.footer-bottom ul { list-style: none; display: flex; gap: 22px; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .07);
  display: grid; place-items: center; transition: background .2s, transform .2s;
}
.footer-social a:hover { background: var(--grad); transform: translateY(-3px); color: #fff; }
.footer-social svg { width: 18px; height: 18px; }
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Unterseiten ---------- */
.page-hero {
  position: relative; overflow: hidden; color: #fff; background: var(--navy-900);
  padding-block: clamp(56px, 7vw, 96px);
}
.page-hero::before {
  content: ""; position: absolute; width: 640px; height: 640px; right: -160px; top: -260px;
  background: radial-gradient(circle, rgba(31, 177, 230, .22), transparent 65%);
  border-radius: 50%; filter: blur(80px);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin: 14px 0 18px; max-width: 18ch; }
.page-hero .lead { color: #c3cdea; }
.page-hero .hero-ctas { margin-top: 30px; margin-bottom: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .85rem; color: #8d9bc4; list-style: none; }
.breadcrumbs a:hover { color: #fff; }
.breadcrumbs li + li::before { content: "›"; margin-right: 8px; color: #5a6a9c; }

.content-grid { display: grid; grid-template-columns: 1fr 360px; gap: clamp(36px, 5vw, 64px); align-items: start; }
.content-main { min-width: 0; }
.content-main h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 44px 0 16px; }
.content-main h2:first-child { margin-top: 0; }
.content-main p { color: var(--ink-soft); margin-bottom: 18px; }
.content-main img { border-radius: var(--radius); box-shadow: var(--shadow-md); margin: 28px 0; }
.sidebar { position: sticky; top: 110px; display: grid; gap: 22px; }
.sidebar-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow-sm);
}
.sidebar-card.navy { background: var(--navy-900); color: #fff; border: 0; }
.sidebar-card.navy h3 { color: #fff; }
.sidebar-card.navy p { color: #b9c4e4; }
.sidebar-card h3 { margin-bottom: 12px; }
.sidebar-card .btn { width: 100%; margin-top: 16px; }
.sidebar-card ul { list-style: none; display: grid; gap: 10px; }
.sidebar-card ul a { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border-radius: 10px; font-weight: 600; font-size: .95rem; color: var(--ink); transition: background .2s; }
.sidebar-card ul a:hover { background: var(--ice); color: var(--brand); }
.sidebar-card ul a.current { background: var(--ice); color: var(--brand); }
.sidebar-card ul a svg { width: 15px; height: 15px; flex: none; color: var(--accent); }
.sidebar-card li > svg { width: 20px; height: 20px; flex: none; color: var(--accent); margin-top: 2px; }
.contact-mini { display: grid; gap: 12px; margin-top: 14px; }
.contact-mini a { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.contact-mini svg { width: 17px; height: 17px; color: var(--accent); flex: none; }
@media (max-width: 980px) {
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}

/* Leistungsumfang-Checkliste (2-spaltig) */
.scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; margin: 22px 0 8px; list-style: none; }
.scope-grid li { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; font-size: .98rem; }
.scope-grid svg { width: 20px; height: 20px; color: var(--accent); flex: none; margin-top: 3px; }
@media (max-width: 640px) { .scope-grid { grid-template-columns: 1fr; } }

/* Timeline (Über uns) */
.timeline { position: relative; max-width: 760px; margin-inline: auto; display: grid; gap: 34px; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--accent), var(--brand)); border-radius: 2px; }
.tl-item { position: relative; }
.tl-item::before {
  content: ""; position: absolute; left: -34px; top: 6px; width: 18px; height: 18px;
  border-radius: 50%; background: #fff; border: 4px solid var(--accent);
  box-shadow: 0 0 0 4px rgba(31, 177, 230, .18);
}
.tl-item b { font-family: var(--font-head); color: var(--accent); font-size: .9rem; letter-spacing: .1em; text-transform: uppercase; }
.tl-item h3 { margin: 6px 0 8px; }
.tl-item p { color: var(--ink-soft); }

/* Selbstverständnis-Statement */
.manifesto { max-width: 760px; margin-inline: auto; text-align: center; }
.manifesto h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); margin: 14px 0 22px; }
.manifesto p { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: #c3cdea; line-height: 1.7; max-width: 60ch; margin-inline: auto; }

/* Team */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 880px; margin-inline: auto; }
.team-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.team-card img { width: 100%; height: 460px; object-fit: cover; object-position: top; }
.team-card .body { padding: 24px 26px 28px; }
.team-card h3 { margin-bottom: 4px; }
.team-card .role { color: var(--accent); font-weight: 700; font-size: .9rem; margin-bottom: 12px; }
.team-card p { color: var(--ink-soft); font-size: .95rem; }
.team-card .team-mail {
  display: inline-flex; align-items: center; gap: 8px; margin-top: 14px;
  color: var(--brand); font-weight: 600; font-size: .92rem; word-break: break-all;
}
.team-card .team-mail:hover { color: var(--accent); }
.team-card .team-mail svg { width: 17px; height: 17px; color: var(--accent); flex: none; }
@media (max-width: 760px) { .team-grid { grid-template-columns: 1fr; } .team-card img { height: 420px; } }

/* ---------- Lead-Funnel ---------- */
.funnel-progress { display: flex; align-items: center; gap: 16px; margin: 28px 0 26px; }
.funnel-bar { flex: 1; height: 8px; border-radius: 999px; background: var(--line); overflow: hidden; }
.funnel-bar span { display: block; height: 100%; background: var(--grad); border-radius: 999px; transition: width .4s cubic-bezier(.65,0,.35,1); }
.funnel-count { font-size: .9rem; color: var(--ink-soft); font-weight: 600; white-space: nowrap; }
.funnel-count b { color: var(--brand); }

.funnel-step { border: 0; padding: 0; margin: 0; min-width: 0; animation: funnelIn .35s ease; }
@keyframes funnelIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.funnel-q { font-family: var(--font-head); font-size: clamp(1.3rem, 2.4vw, 1.6rem); font-weight: 800; color: var(--ink); padding: 0; margin-bottom: 20px; line-height: 1.2; }

.funnel-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.funnel-options-list { grid-template-columns: 1fr 1fr; }
.funnel-opt {
  display: flex; align-items: center; gap: 13px; text-align: left;
  padding: 17px 18px; border-radius: var(--radius-sm); border: 1.5px solid var(--line);
  background: #fff; cursor: pointer; font-weight: 600; font-size: 1rem; color: var(--ink);
  transition: border-color .2s, box-shadow .2s, transform .15s, background .2s;
}
.funnel-opt svg { width: 24px; height: 24px; color: var(--brand); flex: none; transition: color .2s; }
.funnel-opt:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.funnel-opt:hover svg { color: var(--accent); }
.funnel-opt.selected { border-color: transparent; background: var(--grad); color: #fff; }
.funnel-opt.selected svg { color: #fff; }
.funnel-opt.is-private { grid-column: 1 / -1; border-style: dashed; color: var(--ink-soft); }
.funnel-opt.is-private svg { color: var(--ink-soft); }

/* ---------- Lead-Magnet-Band (PDF-Checkliste gegen E-Mail) ---------- */
.lead-magnet { padding: clamp(40px,5vw,64px) 0; background: var(--ice); }
.lead-magnet-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px,4vw,48px); align-items: center; }
.lead-magnet-text .eyebrow { color: var(--brand); }
.lead-magnet-text h2 { font-size: clamp(1.4rem,2.6vw,1.95rem); margin: 6px 0 12px; }
.lead-magnet-text p { color: var(--ink-soft); }
.lead-magnet-points { list-style: none; margin: 16px 0 0; display: grid; gap: 8px; }
.lead-magnet-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; }
.lead-magnet-points svg { width: 20px; height: 20px; color: var(--accent); flex: none; }
.lead-magnet-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px,3vw,28px); box-shadow: var(--shadow-md); display: grid; gap: 12px; }
.lead-magnet-form label[for="lm-mail"] { font-weight: 600; font-size: .9rem; }
.lead-magnet-form input[type="email"] { padding: 13px 15px; border: 1px solid var(--line); border-radius: var(--radius-sm); font-size: 1rem; width: 100%; background: #fff; }
.lead-magnet-form input[type="email"]:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-100); }
.lead-magnet-form .btn { width: 100%; justify-content: center; }
.lead-magnet-consent { display: flex; gap: 9px; align-items: flex-start; font-size: .8rem; color: var(--ink-soft); line-height: 1.45; }
.lead-magnet-consent input { margin-top: 3px; flex: none; }
.lead-magnet-consent a { color: var(--brand); text-decoration: underline; }
@media (max-width: 760px) { .lead-magnet-inner { grid-template-columns: 1fr; } }

.b2c-notice, .visit-notice {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--ice); border-left: 3px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0; padding: 18px 20px; margin-bottom: 24px;
  font-size: .96rem; color: var(--ink); animation: funnelIn .35s ease;
}
.b2c-notice svg, .visit-notice svg { width: 24px; height: 24px; color: var(--accent); flex: none; margin-top: 2px; }
.b2c-notice b, .visit-notice b { font-family: var(--font-head); display: block; margin-bottom: 3px; }

.funnel-back {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 22px;
  background: none; border: 0; cursor: pointer; color: var(--ink-soft); font-weight: 600; font-size: .95rem;
  padding: 8px 4px; transition: color .2s;
}
.funnel-back:hover { color: var(--brand); }
.funnel-back svg { width: 16px; height: 16px; }
@media (max-width: 480px) { .funnel-options { grid-template-columns: 1fr; } }

/* ---------- Formular ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; transition: border-color .2s, box-shadow .2s; font-size: 1rem;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(31, 177, 230, .15);
}
.field textarea { min-height: 140px; resize: vertical; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .88rem; color: var(--ink-soft); }
.consent input { width: 18px; height: 18px; margin-top: 3px; flex: none; accent-color: var(--brand); }
.form-note { font-size: .85rem; color: var(--ink-soft); display: flex; align-items: center; gap: 8px; }
.form-note svg { width: 15px; height: 15px; color: var(--accent); flex: none; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

/* Kontakt-Infokarten */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.contact-card .ico-wa { background: #e7f9ee; }
.contact-card .ico-wa svg { color: #0e7a6b; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px;
  box-shadow: var(--shadow-sm); text-align: center; transition: transform .3s, box-shadow .3s;
}
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.contact-card .ico { width: 52px; height: 52px; border-radius: 14px; background: var(--ice); color: var(--brand); display: grid; place-items: center; margin: 0 auto 16px; }
.contact-card .ico svg { width: 25px; height: 25px; }
.contact-card b { font-family: var(--font-head); display: block; margin-bottom: 6px; }
.contact-card a { color: var(--brand); font-weight: 600; }
.contact-card p { color: var(--ink-soft); font-size: .95rem; }
@media (max-width: 1000px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .contact-cards { grid-template-columns: 1fr; } }

/* ---------- Ratgeber ---------- */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 24px 0 28px; border-radius: var(--radius-sm); }
.table-wrap table { margin: 0; }
.content-main table {
  width: 100%; border-collapse: collapse; margin: 24px 0 28px;
  background: #fff; border-radius: var(--radius-sm); overflow: hidden;
  box-shadow: var(--shadow-sm); font-size: .95rem;
}
.content-main th {
  background: var(--navy-900); color: #fff; text-align: left;
  padding: 13px 16px; font-family: var(--font-head); font-size: .88rem; letter-spacing: .03em;
}
.content-main td { padding: 12px 16px; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.content-main tr:last-child td { border-bottom: 0; }
.content-main tbody tr:hover { background: var(--ice); }
.content-main td b, .content-main td strong { color: var(--ink); }
@media (max-width: 600px) {
  .content-main table { font-size: .85rem; }
  .content-main th, .content-main td { padding: 11px 13px; }
}
.hinweis-box {
  background: var(--ice); border-left: 3px solid var(--accent); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 18px 22px; margin: 24px 0; font-size: .97rem; color: var(--ink);
}
.hinweis-box b { font-family: var(--font-head); }
.ratgeber-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ratgeber-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
.ratgeber-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ratgeber-card .kicker { color: var(--accent); font-weight: 700; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.ratgeber-card h3 { font-size: 1.3rem; margin-bottom: 12px; }
.ratgeber-card p { color: var(--ink-soft); font-size: .97rem; flex: 1; margin-bottom: 18px; }
.ratgeber-card .more { display: inline-flex; align-items: center; gap: 6px; color: var(--brand); font-weight: 700; font-size: .92rem; }
.ratgeber-card .more svg { width: 15px; height: 15px; transition: transform .25s; }
.ratgeber-card:hover .more svg { transform: translateX(5px); }
@media (max-width: 760px) { .ratgeber-grid { grid-template-columns: 1fr; } }

/* ---------- Rechtstexte ---------- */
.legal { max-width: 800px; }
.legal h2 { font-size: 1.5rem; margin: 40px 0 14px; }
.legal h3 { margin: 26px 0 10px; }
.legal p, .legal li { color: var(--ink-soft); margin-bottom: 12px; }
.legal ul { padding-left: 22px; }

/* ---------- Vertrauens-Leiste ---------- */
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.trust-item { display: flex; gap: 16px; align-items: flex-start; }
.trust-item .ico {
  flex: 0 0 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: rgba(31, 177, 230, .16); color: var(--accent-400);
}
.trust-item .ico svg { width: 23px; height: 23px; }
.trust-item b { display: block; font-family: var(--font-head); font-size: 1rem; color: #fff; margin-bottom: 4px; }
.trust-item span { color: #aeb9da; font-size: .88rem; line-height: 1.5; }
@media (max-width: 900px) { .trust-strip { grid-template-columns: 1fr 1fr; gap: 28px 22px; } }
@media (max-width: 520px) { .trust-strip { grid-template-columns: 1fr; } }

/* ---------- Einsatzgebiete-Links ---------- */
.area-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 880px; margin: 0 auto; }
.area-links a {
  display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 999px;
  background: #fff; border: 1.5px solid var(--line); color: var(--ink);
  font-weight: 600; font-size: .98rem; transition: all .25s ease;
}
.area-links a:hover {
  border-color: transparent; background: var(--grad); color: #fff;
  transform: translateY(-3px); box-shadow: 0 10px 24px rgba(31, 177, 230, .3);
}

/* ---------- Sticky Mobile-CTA-Leiste ---------- */
.mobile-cta {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 45;
  display: none; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(11, 20, 55, .96); backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 -8px 24px rgba(6, 12, 34, .35);
}
.mobile-cta a {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 13px 8px; border-radius: 12px; font-weight: 700; font-size: .92rem;
  font-style: normal; white-space: nowrap;
}
.mobile-cta .call, .mobile-cta .wa { background: rgba(255, 255, 255, .12); color: #fff; border: 1px solid rgba(255, 255, 255, .2); }
.mobile-cta .wa svg { color: #25d366; }
.mobile-cta .offer { background: var(--grad); color: #fff; flex: 1.2; }
.mobile-cta svg { width: 18px; height: 18px; flex: none; }
/* Sehr schmale Screens: bei Anrufen/WhatsApp nur Icon zeigen */
@media (max-width: 365px) {
  .mobile-cta .call span, .mobile-cta .wa span { display: none; }
  .mobile-cta .call, .mobile-cta .wa { flex: 0 0 52px; }
}
@media (max-width: 1020px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 76px; }
  .site-footer { padding-bottom: 60px; }
}

/* ---------- Scroll-Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; } .reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; } .reveal-d4 { transition-delay: .4s; }

/* ---------- Sonstiges ---------- */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: #fff; color: var(--brand); padding: 12px 20px; border-radius: 0 0 12px 0; font-weight: 700;
}
.skip-link:focus { left: 0; }
::selection { background: var(--accent); color: #fff; }

/* Sichtbarer Fokus-Ring für Tastatur-Navigation (Accessibility) */
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}
/* Auf der Glas-Topbar/Header etwas enger, damit der Ring nicht abgeschnitten wirkt */
.nav-menu a:focus-visible, .nav-menu button:focus-visible { outline-offset: 2px; }
.faq-item summary:focus-visible { outline-offset: -3px; }

/* Schnelleres Tap-Verhalten auf Touch-Geräten (300ms-Delay vermeiden) */
a, button, summary, .btn, input[type="submit"] { touch-action: manipulation; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
