/* =========================================================
   BLITZ RÄUMUNG – Designsystem
   Farbwelt aus dem Logo: Dunkelblau / Gold / Weiß
   Stil: kantig, editorial, handwerklich-professionell
   ========================================================= */

:root {
  --navy-900: #071a33;
  --navy-800: #0b2447;
  --navy-700: #123362;
  --navy-600: #1c4680;
  --gold-500: #c9992e;
  --gold-400: #d9ac45;
  --gold-300: #e8c56f;
  --gold-100: #f6ecd3;
  --paper: #f6f3ec;
  --paper-2: #ece7db;
  --white: #ffffff;
  --ink: #16202b;
  --ink-2: #3a4652;
  --ink-3: #6b7683;
  --line: #d9d3c5;
  --line-dark: rgba(255, 255, 255, 0.14);

  --font-head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Segoe UI", Arial, sans-serif;

  --wrap: 1180px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --section: clamp(3.5rem, 8vw, 6.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
}
img { max-width: 100%; display: block; }
a { color: var(--navy-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy-900); }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  line-height: 1.05;
  margin: 0 0 0.6em;
  color: var(--navy-800);
  letter-spacing: -0.005em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 6vw, 4.4rem); font-weight: 800; text-transform: uppercase; }
h2 { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 700; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.7rem); font-weight: 700; }
h4 { font-size: 1.15rem; font-weight: 700; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }
ul, ol { padding-left: 1.2em; }
strong { font-weight: 600; }
.lead { font-size: clamp(1.15rem, 1.6vw, 1.3rem); color: var(--ink-2); line-height: 1.55; }
.muted { color: var(--ink-3); }
.small { font-size: 0.9rem; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap--narrow { width: min(820px, 100% - 2 * var(--gutter)); margin-inline: auto; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}
.skip-link {
  position: absolute; left: 1rem; top: -4rem; background: var(--gold-400); color: var(--navy-900);
  padding: 0.6rem 1rem; z-index: 200; font-weight: 600;
}
.skip-link:focus { top: 1rem; }

/* ---------- Eyebrow / Labels ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.12em; font-size: 0.85rem; color: var(--gold-500); margin-bottom: 0.9rem;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold-500); }
.on-dark .eyebrow, .eyebrow--light { color: var(--gold-300); }
.on-dark .eyebrow::before { background: var(--gold-300); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 1.05rem; padding: 0.9rem 1.5rem; border: 2px solid transparent; cursor: pointer;
  text-decoration: none; line-height: 1; transition: background-color .18s, color .18s, border-color .18s, transform .18s;
}
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold-400); color: var(--navy-900); border-color: var(--gold-400); }
.btn--gold:hover { background: var(--gold-300); border-color: var(--gold-300); color: var(--navy-900); }
.btn--navy { background: var(--navy-800); color: var(--white); border-color: var(--navy-800); }
.btn--navy:hover { background: var(--navy-700); border-color: var(--navy-700); color: var(--white); }
.btn--outline { background: transparent; color: var(--navy-800); border-color: var(--navy-800); }
.btn--outline:hover { background: var(--navy-800); color: var(--white); }
.btn--outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.btn--outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.08); color: var(--white); }
.btn--wa { background: #25d366; color: #062b17; border-color: #25d366; }
.btn--wa:hover { background: #1fc65c; border-color: #1fc65c; color: #062b17; }
.btn--lg { font-size: 1.15rem; padding: 1.05rem 1.9rem; }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }

/* ---------- Topbar & Header ---------- */
.topbar {
  background: var(--navy-900); color: rgba(255,255,255,.85); font-size: 0.9rem;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 1rem; }
.topbar a { color: var(--white); text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--gold-300); }
.topbar__region { display: flex; gap: .5rem; align-items: center; }
.topbar__region::before { content: ""; width: 7px; height: 7px; background: var(--gold-400); transform: rotate(45deg); }
.topbar__contact { display: flex; gap: .6rem; align-items: center; }
.topbar__contact a { display: inline-flex; align-items: center; gap: .35rem; }
.topbar__contact svg { width: 14px; height: 14px; }
@media (max-width: 560px) {
  .topbar .wrap { justify-content: center; text-align: center; font-size: .82rem; }
  .topbar__contact { display: none; }
}

.site-header {
  position: sticky; top: 0; z-index: 100; background: var(--white);
  border-bottom: 1px solid var(--line); transition: box-shadow .25s;
}
.site-header.is-scrolled { box-shadow: 0 10px 30px -18px rgba(7,26,51,.35); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 78px; transition: min-height .25s; }
.site-header.is-scrolled .wrap { min-height: 64px; }
.brand { display: block; line-height: 0; }
.brand img { height: 52px; width: auto; transition: height .25s; }
.site-header.is-scrolled .brand img { height: 42px; }
.nav { display: flex; align-items: center; gap: 0.25rem; }
.nav a {
  font-family: var(--font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
  font-size: 1rem; color: var(--navy-800); text-decoration: none; padding: .6rem .8rem; position: relative;
}
.nav a::after {
  content: ""; position: absolute; left: .8rem; right: .8rem; bottom: .25rem; height: 2px;
  background: var(--gold-400); transform: scaleX(0); transform-origin: left; transition: transform .2s;
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: .75rem; }
.header-phone {
  display: inline-flex; align-items: center; gap: .5rem; font-weight: 600; color: var(--navy-800);
  text-decoration: none; font-size: 1rem;
}
.header-phone svg { width: 18px; height: 18px; color: var(--gold-500); }
.nav-toggle {
  display: none; background: none; border: 2px solid var(--navy-800); width: 44px; height: 44px;
  cursor: pointer; padding: 0; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--navy-800); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .header-phone span { display: none; }
  .header-cta .btn { display: none; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--white);
    flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line);
    padding: .5rem var(--gutter) 1.25rem; display: none; box-shadow: 0 18px 30px -20px rgba(7,26,51,.35);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: .85rem .25rem; border-bottom: 1px solid var(--line); font-size: 1.15rem; }
  .nav a::after { display: none; }
  .nav .nav__cta { margin-top: .9rem; border: 0; }
  .brand img { height: 44px; }
}
@media (min-width: 961px) { .nav .nav__cta { display: none; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; background: var(--navy-800); color: var(--white); overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; left: 0; right: 0; top: -12%; bottom: -12%;
  background:
    linear-gradient(100deg, rgba(7,26,51,.96) 0%, rgba(11,36,71,.9) 48%, rgba(11,36,71,.55) 100%),
    url("../images/hero-truck.jpg") center right / cover no-repeat;
  transform: translateY(var(--hero-shift, 0px)); will-change: transform;
}
.hero__content > * { animation: heroIn .9s cubic-bezier(.2,.7,.2,1) both; }
.hero__content > :nth-child(1) { animation-delay: .05s; }
.hero__content > :nth-child(2) { animation-delay: .15s; }
.hero__content > :nth-child(3) { animation-delay: .28s; }
.hero__content > :nth-child(4) { animation-delay: .4s; }
.hero__content > :nth-child(5) { animation-delay: .52s; }
.hero__aside { animation: heroIn 1s .45s cubic-bezier(.2,.7,.2,1) both; }
@keyframes heroIn { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background: linear-gradient(90deg, var(--gold-500) 0 38%, transparent 38%);
}
.hero .wrap { position: relative; padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3rem, 7vw, 5.5rem); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr); gap: 3rem; align-items: end; }
.hero h1 { color: var(--white); margin-bottom: 1rem; }
.hero h1 em { font-style: normal; color: var(--gold-400); }
.hero .lead { color: rgba(255,255,255,.86); max-width: 38rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }
.hero__phone { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.2rem; color: var(--white); text-decoration: none; font-family: var(--font-head); font-size: 1.35rem; font-weight: 700; letter-spacing: .02em; }
.hero__phone svg { width: 22px; height: 22px; color: var(--gold-400); }
.hero__phone small { font-family: var(--font-body); font-size: .9rem; font-weight: 400; color: rgba(255,255,255,.7); letter-spacing: 0; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 1.2rem 2.2rem; margin-top: 2.2rem; padding-top: 1.4rem; border-top: 1px solid var(--line-dark); }
.hero__facts li { list-style: none; display: flex; gap: .6rem; align-items: flex-start; font-size: .98rem; color: rgba(255,255,255,.9); }
.hero__facts ul { padding: 0; margin: 0; display: contents; }
.hero__facts svg { width: 18px; height: 18px; color: var(--gold-400); flex: none; margin-top: .2em; }
.hero__aside {
  background: var(--white); color: var(--ink); padding: 1.6rem 1.6rem 1.4rem; border-top: 6px solid var(--gold-400);
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.6);
}
.hero__aside h2 { font-size: 1.6rem; margin-bottom: .4rem; }
.hero__aside p { color: var(--ink-2); font-size: .98rem; }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 2rem; }
  .hero__aside { max-width: 520px; }
}

/* Innere Seiten-Header */
.page-hero { background: var(--navy-800); color: var(--white); position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(95deg, rgba(7,26,51,.97) 0%, rgba(11,36,71,.9) 55%, rgba(11,36,71,.65) 100%),
              url("../images/hero-truck.jpg") center / cover no-repeat;
}
.page-hero .wrap { position: relative; padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2.5rem, 6vw, 4rem); }
.page-hero h1 { color: var(--white); max-width: 22ch; }
.page-hero .lead { color: rgba(255,255,255,.86); max-width: 40rem; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.page-hero--plain::before { background: var(--navy-800); }

/* Breadcrumbs */
.breadcrumbs { font-size: .88rem; margin: 0 0 1.4rem; }
.breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .4rem; }
.breadcrumbs li + li::before { content: "/"; margin-right: .4rem; color: rgba(255,255,255,.4); }
.breadcrumbs a { color: rgba(255,255,255,.75); text-decoration: none; }
.breadcrumbs a:hover { color: var(--gold-300); }
.breadcrumbs [aria-current] { color: var(--white); }

/* ---------- Sections ---------- */
.section { padding: var(--section) 0; }
.section--paper { background: var(--paper); }
.section--navy { background: var(--navy-800); color: var(--white); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head--center .eyebrow::before { display: none; }
.section-head p { color: var(--ink-2); }
.section--navy .section-head p { color: rgba(255,255,255,.82); }

/* Leistungsband (Startseite) */
.services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); }
.service {
  padding: 2rem 1.8rem 1.8rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: .8rem;
  background: var(--white); position: relative; transition: background-color .2s;
}
.service:last-child { border-right: 0; }
.service:hover { background: var(--paper); }
.service__num { font-family: var(--font-head); font-size: 3rem; font-weight: 800; line-height: 1; color: var(--gold-400); }
.service h3 { margin: 0; }
.service p { color: var(--ink-2); flex: 1; }
.service ul { margin: 0; padding: 0; list-style: none; display: grid; gap: .35rem; font-size: .95rem; }
.service ul li { padding-left: 1.1rem; position: relative; }
.service ul li::before { content: ""; position: absolute; left: 0; top: .6em; width: 6px; height: 6px; background: var(--gold-500); }
.service__link { font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; text-decoration: none; display: inline-flex; gap: .4rem; align-items: center; margin-top: .4rem; }
.service__link::after { content: "→"; transition: transform .2s; }
.service__link:hover::after { transform: translateX(4px); }
@media (max-width: 900px) {
  .services { grid-template-columns: 1fr; }
  .service { border-right: 0; border-bottom: 1px solid var(--line); }
  .service:last-child { border-bottom: 0; }
}

/* Zwei-Spalten Editorial */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--reverse > :first-child { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split__media::after {
  content: ""; position: absolute; left: -14px; bottom: -14px; width: 55%; height: 14px; background: var(--gold-400);
}
.split--reverse .split__media::after { left: auto; right: -14px; }
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
}

/* Ablauf / Schritte */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.steps li { position: relative; padding: 1.6rem 1.4rem 1.4rem 0; border-top: 2px solid var(--line-dark); counter-increment: step; }
.section--navy .steps li { border-top-color: rgba(255,255,255,.2); }
.steps li::before {
  content: "0" counter(step); font-family: var(--font-head); font-size: 2.6rem; font-weight: 800; line-height: 1; display: block; color: var(--gold-400); margin-bottom: .6rem;
}
.steps h3 { font-size: 1.3rem; margin-bottom: .4rem; }
.steps p { color: rgba(255,255,255,.8); font-size: .97rem; }
.section:not(.section--navy) .steps p { color: var(--ink-2); }
.section:not(.section--navy) .steps li { border-top-color: var(--line); }
@media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 0 1.5rem; } }
@media (max-width: 520px) { .steps { grid-template-columns: 1fr; } }

/* Checkliste / Gründe */
.reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem 2.5rem; padding: 0; margin: 0; list-style: none; }
.reasons li { display: grid; grid-template-columns: 34px 1fr; gap: .9rem; align-items: start; }
.reasons li::before { content: ""; width: 34px; height: 34px; background: var(--gold-100); border: 1px solid var(--gold-300); display: block; position: relative; }
.reasons__icon { grid-column: 1; grid-row: 1; width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: var(--navy-800); }
.reasons__icon svg { width: 18px; height: 18px; }
.reasons li { grid-template-areas: "icon text"; }
.reasons li::before { grid-area: icon; }
.reasons__icon { grid-area: icon; }
.reasons__text { grid-area: text; }
.reasons h3 { font-size: 1.25rem; margin-bottom: .25rem; }
.reasons p { color: var(--ink-2); font-size: .98rem; }
@media (max-width: 720px) { .reasons { grid-template-columns: 1fr; } }

/* Einsatzgebiete */
.regions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.region-block { border-top: 3px solid var(--navy-800); padding-top: 1.2rem; }
.region-block h3 { display: flex; align-items: baseline; gap: .7rem; }
.region-block h3 small { font-family: var(--font-body); font-weight: 500; font-size: .9rem; color: var(--ink-3); text-transform: none; letter-spacing: 0; }
.tag-list { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.tag-list a, .tag-list span {
  display: inline-block; font-size: .92rem; padding: .4rem .75rem; border: 1px solid var(--line); text-decoration: none; color: var(--navy-800); background: var(--white); font-weight: 500;
}
.tag-list a:hover { border-color: var(--gold-500); background: var(--gold-100); }
.tag-list span { color: var(--ink-3); border-style: dashed; }
@media (max-width: 720px) { .regions { grid-template-columns: 1fr; } }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.1rem 2.6rem 1.1rem 0; font-family: var(--font-head); font-weight: 700; font-size: 1.25rem; color: var(--navy-800); position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .2rem; top: 50%; transform: translateY(-50%); font-size: 1.6rem; color: var(--gold-500); font-weight: 400; transition: transform .2s;
}
.faq details[open] summary::after { content: "–"; }
.faq .faq__body { padding: 0 0 1.3rem; color: var(--ink-2); max-width: 62ch; }

/* CTA Band */
.cta-band { background: var(--navy-900); color: var(--white); position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; top: 0; bottom: 0; right: 0; width: 38%; background: var(--navy-800); clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%); }
.cta-band .wrap { position: relative; display: grid; grid-template-columns: 1.3fr .9fr; align-items: center; gap: 2rem; padding: clamp(2.8rem, 5vw, 4.5rem) 0; }
.cta-band h2 { color: var(--white); margin-bottom: .5rem; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 44rem; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: flex-end; }
@media (max-width: 800px) {
  .cta-band .wrap { grid-template-columns: 1fr; }
  .cta-band__actions { justify-content: flex-start; }
  .cta-band::before { display: none; }
}

/* Content-Prosa (Leistungs- & Standortseiten) */
.prose h2 { margin-top: 2.2rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin-top: 1.6rem; }
.prose ul li, .prose ol li { margin-bottom: .35rem; }
.prose ul { list-style: none; padding: 0; }
.prose ul li { padding-left: 1.3rem; position: relative; }
.prose ul li::before { content: ""; position: absolute; left: 0; top: .65em; width: 7px; height: 7px; background: var(--gold-500); }
.layout-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 1.2rem; }
.sidebar-card { background: var(--paper); border-top: 4px solid var(--gold-400); padding: 1.5rem; }
.sidebar-card h3 { font-size: 1.35rem; }
.sidebar-card .btn { width: 100%; }
.sidebar-card--links { border-top-color: var(--navy-800); }
.sidebar-card--links ul { list-style: none; padding: 0; margin: 0; }
.sidebar-card--links li { border-bottom: 1px solid var(--line); }
.sidebar-card--links li:last-child { border-bottom: 0; }
.sidebar-card--links a { display: block; padding: .6rem 0; text-decoration: none; font-weight: 500; }
.sidebar-card--links a:hover { color: var(--gold-500); }
.contact-lines { list-style: none; padding: 0; margin: .8rem 0 1rem; display: grid; gap: .5rem; }
.contact-lines li { display: flex; gap: .6rem; align-items: flex-start; font-size: .98rem; }
.contact-lines svg { width: 18px; height: 18px; color: var(--gold-500); flex: none; margin-top: .2em; }
.contact-lines a { text-decoration: none; font-weight: 600; }
@media (max-width: 900px) {
  .layout-sidebar { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}

/* Info-Boxen */
.callout { border-left: 4px solid var(--gold-400); background: var(--paper); padding: 1.2rem 1.4rem; margin: 1.8rem 0; }
.callout--navy { border-left-color: var(--navy-800); }
.callout h3 { font-size: 1.2rem; margin-bottom: .3rem; }
.placeholder { background: #fff6da; border: 1px dashed var(--gold-500); color: #6b5308; padding: .1rem .35rem; font-size: .92em; }

/* Situationen / Anwendungsfälle */
.cases { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.case { background: var(--white); border: 1px solid var(--line); padding: 1.4rem 1.4rem 1.3rem; border-top: 3px solid var(--navy-800); }
.case h3 { font-size: 1.25rem; margin-bottom: .4rem; }
.case p { color: var(--ink-2); font-size: .97rem; }
@media (max-width: 900px) { .cases { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cases { grid-template-columns: 1fr; } }

/* Tabelle */
.table { width: 100%; border-collapse: collapse; font-size: .98rem; }
.table th, .table td { text-align: left; padding: .75rem .6rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.table th { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; color: var(--navy-800); }

/* Kontaktformular */
.form { display: grid; gap: 1rem; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form label { display: grid; gap: .35rem; font-weight: 600; font-size: .95rem; color: var(--navy-800); }
.form input, .form select, .form textarea {
  font: inherit; padding: .8rem .9rem; border: 1px solid #c6c0b2; background: var(--white); color: var(--ink); width: 100%; border-radius: 0;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--gold-400); outline-offset: 1px; border-color: var(--gold-500); }
.form textarea { min-height: 140px; resize: vertical; }
.form .form__consent { grid-template-columns: auto 1fr; display: grid; align-items: start; gap: .7rem; font-weight: 400; font-size: .92rem; color: var(--ink-2); }
.form .form__consent input { width: 18px; height: 18px; margin-top: .2rem; }
.form__note { font-size: .88rem; color: var(--ink-3); }
.form__status { padding: 1rem 1.2rem; border: 1px solid var(--line); background: var(--paper); font-weight: 500; }
.form__status--ok { border-color: #2f8a4c; background: #eaf7ee; color: #1d5e33; }
.form__status--error { border-color: #b8422f; background: #fbeeeb; color: #7a2a1d; }
.honeypot { position: absolute; left: -9999px; }
@media (max-width: 600px) { .form__row { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.8); font-size: .95rem; }
.site-footer .wrap { padding: clamp(2.5rem, 5vw, 4rem) 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem 2rem; padding-bottom: 2.2rem; border-bottom: 1px solid var(--line-dark); }
.site-footer h3 { color: var(--white); font-size: 1.1rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .8rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.site-footer a { color: rgba(255,255,255,.85); text-decoration: none; }
.site-footer a:hover { color: var(--gold-300); }
.footer-brand { background: var(--white); display: inline-block; padding: .6rem .9rem; margin-bottom: 1rem; }
.footer-brand img { height: 44px; width: auto; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .8rem 1.5rem; padding-top: 1.2rem; font-size: .85rem; color: rgba(255,255,255,.6); }
.footer-bottom ul { display: flex; gap: 1.2rem; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* Mobile Sticky-Leiste */
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: none; grid-template-columns: 1fr 1fr 1.25fr;
  background: var(--navy-900); border-top: 2px solid var(--gold-400);
}
.mobile-bar a {
  display: flex; align-items: center; justify-content: center; gap: .45rem; padding: .95rem .4rem; color: var(--white);
  font-family: var(--font-head); text-transform: uppercase; font-weight: 700; letter-spacing: .04em; text-decoration: none; font-size: .95rem;
}
.mobile-bar .mobile-bar__wa { background: #25d366; color: #062b17; }
.mobile-bar .mobile-bar__cta { background: var(--gold-400); color: var(--navy-900); }
.mobile-bar svg { width: 18px; height: 18px; flex: none; }
@media (max-width: 760px) {
  .mobile-bar { display: grid; }
  body { padding-bottom: 58px; }
}

/* WhatsApp Floating-Button (Desktop) */
.wa-float {
  position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 90; display: none; align-items: center; gap: .6rem;
  background: #25d366; color: #062b17; text-decoration: none; padding: .8rem 1.1rem .8rem .9rem;
  font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-size: 1rem;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.45); transition: transform .2s, box-shadow .2s;
}
.wa-float:hover { transform: translateY(-2px); box-shadow: 0 18px 34px -12px rgba(0,0,0,.5); color: #062b17; }
.wa-float svg { width: 24px; height: 24px; }
@media (min-width: 761px) { .wa-float { display: inline-flex; } }

/* Scroll-Reveal (nur mit JS aktiv) */
.js .reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1);
  transition-delay: calc(var(--i, 0) * 90ms);
}
.js .reveal.reveal--left { transform: translateX(-32px); }
.js .reveal.reveal--right { transform: translateX(32px); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal .eyebrow::before { transform: scaleX(0); transform-origin: left; transition: transform .6s .3s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible .eyebrow::before { transform: scaleX(1); }
.js .split__media::after { transform: scaleX(0); transform-origin: left; transition: transform .7s .35s cubic-bezier(.2,.7,.2,1); }
.js .split__media.is-visible::after { transform: scaleX(1); }
.js .steps li::before { display: inline-block; transition: transform .6s cubic-bezier(.2,.7,.2,1); transform: translateX(-10px); }
.js .steps li.is-visible::before { transform: none; }

/* Standort-Übersicht */
.location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.2rem; }
.location-card { border: 1px solid var(--line); padding: 1.3rem 1.3rem 1.2rem; text-decoration: none; color: var(--ink); display: block; background: var(--white); transition: border-color .2s, background-color .2s; }
.location-card:hover { border-color: var(--gold-500); background: var(--gold-100); }
.location-card h3 { font-size: 1.3rem; margin-bottom: .2rem; color: var(--navy-800); }
.location-card p { font-size: .93rem; color: var(--ink-2); margin: 0; }
.location-card .location-card__type { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold-500); font-family: var(--font-head); font-weight: 600; margin-bottom: .3rem; }
@media (max-width: 860px) { .location-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .location-grid { grid-template-columns: 1fr; } }

/* Utility */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
@media (max-width: 760px) { .grid-2 { grid-template-columns: 1fr; } }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.text-center { text-align: center; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .js .reveal .eyebrow::before, .js .split__media::after, .js .steps li::before { transform: none; }
}
@media print {
  .topbar, .site-header, .mobile-bar, .cta-band, .site-footer { display: none; }
}
