/* ==========================================================================
   Super Transport: Theme
   Markenfarben aus dem Logo und der bisherigen Website:
   Rot #C63333 · Anthrazit #201E1E · Grau #515359 · Rosé #FFF3F3 · Hellgrau #F3F3F3
   Leitmotiv: die schräge Kante des „ST"-Signets (Schrägschnitte, schräge Marker).
   Schrift: Archivo (selbst gehostet, variabel) für Titel, Systemschrift für Text.
   Mobile first · WCAG-Kontraste · keine externen Requests
   ========================================================================== */

@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/archivo-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Archivo";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/archivo-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --red: #C63333;
    --red-d: #A32626;
    --red-dd: #7E1C1C;
    --red-l: #FFF3F3;
    --red-m: #F6D6D6;
    --ink: #201E1E;
    --ink-2: #2C2929;
    --gray: #515359;
    --text: #3A3737;
    --muted: #6A6666;
    --line: #E7E2E2;
    --soft: #F6F4F3;
    --white: #fff;
    --ok: #1A7F37;
    --ok-bg: #EEFAF1;
    --err: #B3261E;
    --err-bg: #FDF0EF;
    --radius: 14px;
    --radius-sm: 9px;
    --shadow: 0 12px 30px rgba(32, 30, 30, .08);
    --shadow-lg: 0 24px 60px rgba(32, 30, 30, .18);
    --container: 1200px;
    --header-h: 84px;
    --slant: 56px;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --display: "Archivo", "Arial Narrow", var(--font);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 17px; line-height: 1.65; color: var(--text); background: var(--white); text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img, svg, video { max-width: 100%; }
a { color: var(--red-d); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
h1, h2, h3 { font-family: var(--display); color: var(--ink); line-height: 1.15; letter-spacing: -.012em; margin: 0 0 .6em; overflow-wrap: break-word; }
h1 { font-size: clamp(2.05rem, 1.3rem + 2.8vw, 3.35rem); font-weight: 850; }
h2 { font-size: clamp(1.5rem, 1.2rem + 1.1vw, 2.15rem); font-weight: 800; }
h3 { font-size: 1.14rem; font-weight: 750; letter-spacing: -.005em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--radius-sm); font-weight: 700; }
.skip:focus { top: 12px; color: #fff; }
.ic { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; vertical-align: -.25em; }
.ic-brand { fill: currentColor; stroke: none; }
[hidden] { display: none !important; }
/* Kein automatisches Trennen im H1 („Zü-rich"); lange Wörter in H2 dürfen auf dem Handy getrennt werden */
@media (max-width: 639px) { .hide-sm { display: none !important; } h2 { hyphens: auto; -webkit-hyphens: auto; } h1 { font-size: clamp(1.8rem, 1.2rem + 3.2vw, 2.1rem); } }
@media (max-width: 1023px) { .hide-md { display: none !important; } }

/* Schräger Marker (Signet-Kante) */
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 16px; font-family: var(--display); font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--red-d); }
.eyebrow .ic { width: 1.05em; height: 1.05em; }
.eyebrow::before { content: ""; width: 26px; height: 8px; background: var(--red); transform: skewX(-24deg); flex: none; }
.eyebrow .ic { display: none; }
.eyebrow-light { color: #fff; }
.eyebrow-dark { color: var(--red-d); }

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; min-height: 48px; padding: .72em 1.35em; border-radius: var(--radius-sm); border: 2px solid transparent; font-family: var(--display); font-size: .98rem; font-weight: 750; letter-spacing: .01em; line-height: 1.2; text-decoration: none; cursor: pointer; white-space: nowrap; transition: background .2s, color .2s, border-color .2s, transform .2s, box-shadow .2s; }
.btn:hover { transform: translateY(-1px); }
.btn-lg { min-height: 56px; padding: .85em 1.6em; font-size: 1.04rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(198, 51, 51, .28); }
.btn-primary:hover { background: var(--red-d); color: #fff; box-shadow: 0 14px 30px rgba(198, 51, 51, .36); }
/* btn-accent (aus der Vorlage übernommen, z. B. Schnellanfrage) = Markenrot */
.btn-accent { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(198, 51, 51, .28); }
.btn-accent:hover { background: var(--red-d); color: #fff; }
.btn-outline { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--red); color: var(--red-d); }
.btn-ghost-light { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .42); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .16); color: #fff; border-color: #fff; }
.btn .ic { width: 1.1em; height: 1.1em; }
.btn:hover .ic:last-child { transform: translateX(2px); }
.btn .ic { transition: transform .2s; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* ── Topbar ──────────────────────────────────────────────────────────────── */
.topbar { background: var(--ink); color: #CFC8C8; font-size: .85rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 16px; }
.topbar a { color: #fff; text-decoration: none; }
.topbar a:hover { color: #FFB3B3; }
.topbar-contact, .topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-contact a, .topbar-slogan { display: inline-flex; align-items: center; gap: 7px; }
.topbar small { font-size: .78em; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #A9A1A1; margin-right: 2px; }
.topbar .ic { width: 1em; height: 1em; color: var(--red); }
.topbar-slogan { font-style: italic; font-weight: 600; color: #fff; }
.lang { display: flex; gap: 2px; background: rgba(255, 255, 255, .08); border-radius: 999px; padding: 3px; }
.lang a { padding: 2px 10px; border-radius: 999px; font-weight: 700; font-size: .8rem; letter-spacing: .04em; color: #CFC8C8; }
.lang a.is-active { background: var(--red); color: #fff; }

/* ── Header ──────────────────────────────────────────────────────────────── */
.header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); transition: box-shadow .2s; }
.header.is-scrolled { box-shadow: 0 8px 24px rgba(32, 30, 30, .09); }
.topbar .container, .header .container { max-width: 1320px; }
.header-inner { display: flex; align-items: center; gap: 20px; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; text-decoration: none; margin-right: auto; flex: none; }
.brand-logo { display: block; width: auto; height: 44px; }
@media (min-width: 640px) { .brand-logo { height: 54px; } }
.header-actions { display: flex; align-items: center; gap: 10px; flex: none; }
.header-cta { display: none; }
.burger { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 10px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer; }
.burger .ic { width: 24px; height: 24px; }
.burger .ic-close, .nav-open .burger .ic-open { display: none; }
.nav-open .burger .ic-close { display: block; }

/* Navigation (mobil: Ausklapp-Panel) */
.nav { position: fixed; top: var(--nav-top, calc(var(--header-h) + 40px)); left: 0; right: 0; bottom: 0; z-index: 40; background: #fff; overflow-y: auto; padding: 16px 20px 32px; transform: translateX(100%); visibility: hidden; transition: transform .25s ease, visibility .25s; }
.nav-open .nav { transform: none; visibility: visible; }
.nav-open { overflow: hidden; }
.nav-list { list-style: none; }
.nav-item { position: relative; border-bottom: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; }
.nav-link { flex: 1; display: flex; align-items: center; gap: 6px; padding: 14px 4px; font-family: var(--display); font-size: 1.08rem; font-weight: 700; color: var(--ink); text-decoration: none; background: none; border: 0; text-align: left; cursor: pointer; }
.nav-item.is-active > .nav-link { color: var(--red-d); }
.sub-toggle { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 0; background: none; color: var(--ink); cursor: pointer; border-radius: 10px; }
.sub-toggle .ic { width: 18px; height: 18px; transition: transform .2s; }
.sub-toggle[aria-expanded="true"] .ic { transform: rotate(180deg); }
.nav-link.sub-toggle-label { display: flex; align-items: center; justify-content: space-between; gap: 6px; width: 100%; height: auto; border-radius: 8px; }
.sub { list-style: none; width: 100%; display: none; padding: 0 0 12px 8px; }
.sub.is-open { display: block; }
.sub a { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 8px; color: var(--text); text-decoration: none; font-weight: 600; }
.sub a .ic { color: var(--red); width: 1.1em; height: 1.1em; }
.sub a:hover, .sub a[aria-current] { background: var(--red-l); color: var(--red-d); }
.nav-mobile-extra { display: grid; gap: 10px; margin-top: 24px; }

@media (min-width: 900px) { .header-cta { display: inline-flex; } }
@media (min-width: 1200px) {
    .burger, .nav-mobile-extra { display: none; }
    .nav { position: static; transform: none; visibility: visible; padding: 0; overflow: visible; background: none; }
    .nav-list { display: flex; align-items: center; gap: 2px; }
    .nav-item { border: 0; flex-wrap: nowrap; }
    .nav-link { padding: 10px 9px; font-size: .97rem; border-radius: 8px; position: relative; white-space: nowrap; }
    .nav-item > .nav-link:hover { color: var(--red-d); }
    .nav-item.has-sub > a.nav-link { padding-right: 2px; }
    .sub-toggle { width: 26px; height: 36px; }
    .nav-link.sub-toggle-label { display: inline-flex; justify-content: flex-start; width: auto; }
    .sub { display: block; position: absolute; top: 100%; left: 0; min-width: 260px; padding: 10px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--red); border-radius: 0 0 12px 12px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s, transform .18s, visibility .18s; }
    .nav-item:hover > .sub, .nav-item:focus-within > .sub, .sub.is-open { opacity: 1; visibility: visible; transform: none; }
    .nav-item.is-active > .nav-link::after { content: ""; position: absolute; left: 12px; right: 12px; bottom: 1px; height: 4px; background: var(--red); transform: skewX(-24deg); }
}

/* ── Hero (Startseite) ───────────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; color: #EDE7E7; background: var(--ink); }
.has-bg { position: relative; isolation: isolate; }
.bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero.has-bg::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(32, 30, 30, .94) 0%, rgba(32, 30, 30, .82) 40%, rgba(32, 30, 30, .35) 72%, rgba(32, 30, 30, .15) 100%); }
/* Rote Signet-Kante links */
.hero::after { content: ""; position: absolute; left: -60px; top: 0; bottom: 0; width: 120px; background: var(--red); transform: skewX(-14deg); z-index: -1; opacity: .95; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 56px; padding-bottom: calc(64px + var(--slant)); }
.hero h1 { color: #fff; max-width: 14.5em; font-style: italic; text-transform: none; }
.hero .lead { font-size: 1.16rem; max-width: 36em; color: #EDE7E7; }
.hero-panel { background: #fff; border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow-lg); align-self: center; border-top: 5px solid var(--red); }
.hero-panel-title { font-family: var(--display); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 4px 8px 10px; }
.hero-panel ul { list-style: none; display: grid; gap: 2px; }
.hero-panel a { display: flex; align-items: center; gap: 14px; padding: 11px 10px; border-radius: 10px; text-decoration: none; color: var(--text); transition: background .15s; }
.hero-panel a:hover { background: var(--red-l); }
.hero-panel strong { display: block; font-family: var(--display); color: var(--ink); font-size: 1.02rem; }
/* Kurztexte stehen ausführlich in den Leistungskarten darunter; im Panel nur die Namen */
.hero-panel small { display: none; }
.hero-panel a { padding: 9px 10px; }
.hero-panel .ic-arrow { margin-left: auto; color: var(--red); }
@media (min-width: 980px) {
    .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); align-items: center; padding-top: 84px; padding-bottom: calc(96px + var(--slant)); }
    .hero::after { left: -40px; width: 150px; }
}
/* Handy: kurzer roter Schrägstreifen oben statt des Bandes */
@media (max-width: 979px) { .hero.has-bg, .page-hero.has-bg { border-top: 6px solid var(--red); } }
/* Schräge Unterkante wie das Signet */
.hero, .page-hero.has-bg { clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--slant)), 0 100%); }
@media (max-width: 979px) {
    :root { --slant: 30px; }
    .hero.has-bg::before { background: linear-gradient(180deg, rgba(32, 30, 30, .8) 0%, rgba(32, 30, 30, .9) 100%); }
    /* Schräges Band nur ab Tablet-Breite: auf dem Handy läge es mitten im Text */
    .hero::after { display: none; }
}

/* Häkchen-Listen */
.checks { list-style: none; display: grid; gap: 10px; margin: 22px 0 0; }
.checks li { display: flex; gap: 10px; align-items: flex-start; }
.checks .ic { margin-top: .2em; color: var(--red); stroke-width: 2.6; }
.checks-light li { color: #fff; font-weight: 600; }
.checks-light .ic { color: #FF8A8A; }
.checks-body { margin: 6px 0 1.2em; }

/* ── Kennzahlen ──────────────────────────────────────────────────────────── */
.stats-wrap { position: relative; z-index: 3; margin-top: calc(-1 * var(--slant) - 20px); }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-lg); overflow: hidden; }
.stat { display: grid; gap: 2px; align-content: center; padding: 20px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-value { font-family: var(--display); font-weight: 900; font-style: italic; font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.4rem); line-height: 1; color: var(--red); letter-spacing: -.02em; }
.stat-label { font-size: .88rem; font-weight: 600; color: var(--gray); line-height: 1.35; }
@media (min-width: 800px) { .stats { grid-template-columns: repeat(4, minmax(0, 1fr)); } .stat { border-bottom: 0; padding: 26px 26px; } .stat:last-child { border-right: 0; } }
.content .stats { margin-bottom: 44px; box-shadow: var(--shadow); border: 1px solid var(--line); }

/* ── Seitenkopf innere Seiten ────────────────────────────────────────────── */
.page-hero { position: relative; overflow: hidden; background: var(--soft); border-bottom: 1px solid var(--line); padding: 26px 0 44px; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 28px; align-items: center; position: relative; }
.page-hero .lead { font-size: 1.14rem; max-width: 42em; color: var(--text); }
.page-hero h1 { max-width: 20em; }
.page-hero .checks { grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr)); max-width: 46em; }
.page-hero-art { display: none; }
.page-hero.has-bg { background: var(--ink); border-bottom: 0; color: #EDE7E7; padding: 26px 0 calc(56px + var(--slant)); }
.page-hero.has-bg::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(32, 30, 30, .94) 0%, rgba(32, 30, 30, .78) 46%, rgba(32, 30, 30, .3) 100%); }
.page-hero.has-bg::after { content: ""; position: absolute; left: -50px; top: 0; bottom: 0; width: 90px; background: var(--red); transform: skewX(-14deg); z-index: -1; }
.page-hero.has-bg h1 { color: #fff; }
.page-hero.has-bg .lead { color: #EDE7E7; }
.page-hero.has-bg .crumbs ol, .page-hero.has-bg .crumbs a { color: #CFC8C8; }
.page-hero.has-bg .crumbs li:not(:last-child)::after { color: #9C9494; }
.page-hero.has-bg .crumbs [aria-current] { color: #fff; }
.page-hero.has-bg .checks li { color: #fff; font-weight: 600; }
.page-hero.has-bg .checks .ic { color: #FF8A8A; }
@media (min-width: 980px) {
    .page-hero { padding: 30px 0 60px; }
    .page-hero.has-bg { padding: 36px 0 calc(84px + var(--slant)); }
    .page-hero:not(.has-bg) .page-hero-grid { grid-template-columns: minmax(0, 1fr) 200px; }
    .page-hero:not(.has-bg) .page-hero-art { display: grid; place-items: center; width: 180px; height: 150px; background: var(--red); color: #fff; box-shadow: var(--shadow-lg); transform: skewX(-12deg); border-radius: 14px; }
    .page-hero:not(.has-bg) .page-hero-art .ic { width: 76px; height: 76px; stroke-width: 1.5; transform: skewX(12deg); }
}
@media (max-width: 979px) { .page-hero.has-bg::before { background: linear-gradient(180deg, rgba(32, 30, 30, .82), rgba(32, 30, 30, .9)); } .page-hero.has-bg::after { display: none; } }
.page-hero-404 { padding: 60px 0 80px; }

/* Breadcrumb */
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; font-size: .88rem; margin-bottom: 22px; color: var(--muted); }
.crumbs li:not(:last-child)::after { content: "›"; margin-left: 6px; color: #A9A1A1; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--red-d); text-decoration: underline; }
.crumbs [aria-current] { color: var(--ink); font-weight: 600; }

/* ── Abschnitte & Layout ─────────────────────────────────────────────────── */
.section { padding: 68px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--ink); color: #D9D2D2; }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head h2 { position: relative; }
.section-head-center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head-center .eyebrow { justify-content: center; }
.section-head > p:last-child { color: var(--muted); font-size: 1.05rem; margin: 0; }
.section-dark .section-head > p:last-child { color: #CFC8C8; }
.section-more { margin: 26px 0 0; }
.section-more a { display: inline-flex; align-items: center; gap: 6px; font-family: var(--display); font-weight: 750; text-decoration: none; }
.content-narrow { max-width: 900px; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; padding-top: 52px; padding-bottom: 68px; }
.content { min-width: 0; }
.block { margin-bottom: 52px; }
.block:last-child { margin-bottom: 0; }
.block > h2 { padding-left: 22px; position: relative; }
.block > h2::before { content: ""; position: absolute; left: 0; top: .18em; bottom: .18em; width: 7px; background: var(--red); transform: skewX(-14deg); }
.block > p, .content > p { max-width: 46em; }
@media (min-width: 1024px) {
    .layout { grid-template-columns: minmax(0, 1fr) 340px; gap: 56px; }
    .aside-sticky { position: sticky; top: calc(var(--header-h) + 24px); }
}
.aside-sticky { display: grid; gap: 18px; }
.content-legal { max-width: 860px; padding-top: 44px; padding-bottom: 68px; }
.content-legal .block { margin-bottom: 34px; }
.content-legal h2 { font-size: 1.35rem; }
.plain-list { margin: 0 0 1.2em; padding-left: 1.3em; display: grid; gap: 6px; max-width: 46em; }
.plain-list li::marker { color: var(--red); }

/* Kacheln */
.tiles { display: grid; gap: 16px; margin-top: 12px; }
@media (min-width: 640px) { .tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .tiles-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 20px; position: relative; }
.tile::before { content: ""; position: absolute; left: 22px; top: -1px; width: 40px; height: 5px; background: var(--red); transform: skewX(-24deg); }
.tile h3 { margin-top: 6px; }
.tile p { margin: 0; font-size: .97rem; }
.section-soft .tile { box-shadow: var(--shadow); border-color: transparent; }

/* Leistungskarten */
.cards { display: grid; gap: 18px; }
@media (min-width: 640px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .section .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.svc-card { position: relative; display: flex; flex-direction: column; gap: 10px; padding: 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); text-decoration: none; color: var(--text); overflow: hidden; transition: transform .2s, box-shadow .2s, border-color .2s; }
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; color: var(--text); }
.svc-card h2, .svc-card h3 { margin: 4px 0 0; font-size: 1.2rem; }
.svc-card p { margin: 0; font-size: .95rem; flex: 1; }
.svc-icon { display: inline-grid; place-items: center; width: 50px; height: 46px; border-radius: 8px; background: var(--red); color: #fff; flex: none; transform: skewX(-12deg); }
.svc-icon .ic { width: 25px; height: 25px; transform: skewX(12deg); }
.svc-more { display: inline-flex; align-items: center; gap: 6px; font-family: var(--display); font-weight: 750; color: var(--red-d); font-size: .96rem; }
.svc-more .ic { transition: transform .2s; }
.svc-card:hover .svc-more .ic { transform: translateX(3px); }
.cards-photo .svc-card { padding: 0 0 22px; }
.cards-photo .svc-card > :not(.svc-photo) { margin-left: 24px; margin-right: 24px; }
.svc-photo { display: block; position: relative; aspect-ratio: 16 / 10; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 84%, 0 100%); margin-bottom: -30px; background: var(--soft); }
.svc-img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.svc-card:hover .svc-img { transform: scale(1.05); }
.cards-photo .svc-icon { position: relative; z-index: 1; box-shadow: 0 8px 18px rgba(198, 51, 51, .35); }
.hero-panel .svc-icon { width: 44px; height: 40px; }
.hero-panel .svc-icon .ic { width: 22px; height: 22px; }

/* Vorteile (dunkles Band) */
.feature-list { list-style: none; display: grid; gap: 18px; }
@media (min-width: 700px) { .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .feature-list { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.feature { position: relative; padding: 26px 24px 24px; background: var(--ink-2); border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--radius); }
.feature-icon { display: inline-grid; place-items: center; width: 52px; height: 48px; border-radius: 8px; background: var(--red); color: #fff; transform: skewX(-12deg); margin-bottom: 16px; }
.feature-icon .ic { width: 26px; height: 26px; transform: skewX(12deg); }
.feature h3 { font-size: 1.15rem; margin-bottom: 8px; }
.feature p { margin: 0; font-size: .96rem; color: #CFC8C8; }

/* Über uns: Video + Text */
.split { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; align-items: center; }
@media (min-width: 980px) { .split { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 60px; } }
.split-copy h2 { margin-bottom: .5em; }
.split-copy .btn { margin-top: 8px; }
.video { margin: 0; position: relative; }
.video video { display: block; width: 100%; height: auto; aspect-ratio: 848 / 480; border-radius: var(--radius); background: var(--ink); box-shadow: var(--shadow-lg); object-fit: cover; }
.video-slant::before { content: ""; position: absolute; left: -16px; bottom: -16px; width: 55%; height: 60%; background: var(--red); transform: skewX(-12deg); z-index: -1; border-radius: 12px; }
.video-slant { isolation: isolate; }
.content .video { margin: 18px 0 0; }

/* Ablauf */
.steps { list-style: none; display: grid; gap: 14px; }
.steps li { display: flex; gap: 18px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.section-soft .steps li { border-color: transparent; box-shadow: var(--shadow); }
.step-no { display: inline-grid; place-items: center; width: 46px; height: 42px; border-radius: 8px; background: var(--ink); color: #fff; font-family: var(--display); font-weight: 900; font-style: italic; font-size: 1.1rem; flex: none; transform: skewX(-12deg); }
.steps li:first-child .step-no { background: var(--red); }
.steps h3 { margin: 6px 0 4px; }
.steps p { margin: 0; font-size: .97rem; }

/* FAQ */
.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; transition: border-color .15s; }
.faq details[open] { border-color: var(--red-m); box-shadow: var(--shadow); }
.faq summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary h3 { margin: 0; font-size: 1.04rem; }
.faq summary .ic { color: var(--red); transition: transform .2s; }
.faq details[open] summary .ic { transform: rotate(180deg); }
.faq-a { padding: 0 20px 18px; }
.faq-a p { margin: 0; }

/* Einsatzgebiet */
.area-groups { display: grid; gap: 16px; margin-top: 18px; }
@media (min-width: 800px) { .area-groups { grid-template-columns: 1.6fr 1fr 1fr; } }
.area-group { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.area-group h3 { display: flex; align-items: center; gap: 8px; font-size: 1rem; margin-bottom: 12px; }
.area-group h3 .ic { color: var(--red); }
.pills { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; }
.pills li { padding: 5px 12px; border-radius: 999px; background: var(--soft); border: 1px solid var(--line); font-size: .9rem; font-weight: 600; color: var(--ink); }
.pill-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px; }
.pill-list a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: .93rem; text-decoration: none; }
.pill-list a:hover { border-color: var(--red); color: var(--red-d); }
.pill-list .ic { color: var(--red); }

/* Karten Seitenspalte */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card p { font-size: .96rem; }
.card-accent { background: var(--ink); color: #D9D2D2; border: 0; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.card-accent::before { content: ""; position: absolute; right: -30px; top: 0; width: 70px; height: 100%; background: var(--red); transform: skewX(-14deg); opacity: .9; }
.card-accent > * { position: relative; }
.card-accent .card-title { color: #fff; }
.card-accent a:not(.btn), .card-accent .contact-static { color: #fff; }
.card-title { display: flex; align-items: center; gap: 9px; font-family: var(--display); font-weight: 800; color: var(--ink); font-size: 1.08rem; margin-bottom: 8px; }
.card-title .ic { color: var(--red); }
.card-accent .card-title .ic { color: #FF8A8A; }
.contact-list { list-style: none; display: grid; gap: 9px; }
.contact-list a, .contact-static { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; text-decoration: none; color: var(--ink); }
.contact-list-lg a, .contact-list-lg .contact-static { align-items: flex-start; }
.contact-list-lg small { display: block; font-weight: 600; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; opacity: .75; }
.contact-list .ic { color: var(--red); }
.card-accent .contact-list .ic { color: #FF8A8A; }
.link-list { list-style: none; display: grid; gap: 2px; }
.link-list a { display: flex; align-items: center; gap: 10px; padding: 9px 8px; border-radius: 8px; text-decoration: none; color: var(--text); font-weight: 600; }
.link-list a:hover { background: var(--red-l); color: var(--red-d); }
.link-list .ic { color: var(--red); }
.mini-steps { padding-left: 1.2em; display: grid; gap: 8px; font-size: .96rem; }
.mini-steps li::marker { color: #FF8A8A; font-weight: 800; }
.imprint-box { margin-bottom: 36px; }

/* Bild im Textfluss */
.content-fig { margin: 1.75rem 0; }
.content-img { display: block; width: 100%; height: auto; max-height: 560px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); background: var(--soft); }
.content-fig figcaption { margin-top: .6rem; padding-left: 14px; border-left: 4px solid var(--red); font-size: .9rem; color: var(--muted); line-height: 1.5; }
@media (max-width: 640px) { .content-fig { margin: 1.25rem 0; } }

/* Kundenstimmen */
.reviews { background: var(--soft); }
.rev-list { list-style: none; display: grid; gap: 18px; margin: 0; padding: 0; }
@media (min-width: 760px) { .rev-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .rev-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.rev-card { position: relative; display: grid; gap: 12px; align-content: start; padding: 28px 24px 24px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); border-top: 5px solid var(--red); }
.rev-quote { width: 34px; height: 34px; color: var(--red); }
.rev-card blockquote { margin: 0; }
.rev-card blockquote p { margin: 0; color: var(--text); font-size: .98rem; }
.stars { display: inline-flex; gap: 2px; }
.stars .ic { width: 18px; height: 18px; }
.star-on { color: #F5A623; }
.star-off { color: var(--line); }
.rev-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; margin: 4px 0 0; font-size: .9rem; color: var(--muted); }
.rev-meta strong { font-family: var(--display); color: var(--ink); }
.rev-all { margin: 24px 0 0; }

/* CTA-Band */
.cta-band { color: #EDE7E7; padding: 64px 0; background: var(--ink); }
.cta-band.has-bg::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(105deg, rgba(126, 28, 28, .96) 0%, rgba(198, 51, 51, .9) 42%, rgba(32, 30, 30, .6) 100%); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; align-items: center; }
.cta-band h2 { color: #fff; }
.cta-band p { margin: 0; max-width: 40em; }
.cta-band .eyebrow { margin-bottom: 12px; }
.cta-band .eyebrow::before { background: #fff; }
.cta-band .actions { margin-top: 0; }
.cta-band .btn-primary { background: #fff; color: var(--red-d); box-shadow: 0 12px 28px rgba(0, 0, 0, .25); }
.cta-band .btn-primary:hover { background: var(--ink); color: #fff; }
@media (min-width: 980px) { .cta-inner { grid-template-columns: minmax(0, 1fr) auto; } }
@media (max-width: 979px) { .cta-band.has-bg::before { background: linear-gradient(180deg, rgba(126, 28, 28, .93), rgba(198, 51, 51, .9)); } }

/* ── Formulare ───────────────────────────────────────────────────────────── */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; box-shadow: var(--shadow); margin: 8px 0 48px; }
@media (min-width: 640px) { .form-card { padding: 34px; } }
.form-title { font-size: 1.45rem; }
.form-grid { display: grid; gap: 16px 18px; }
@media (min-width: 640px) { .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .field-wide { grid-column: 1 / -1; } }
.field label { display: block; font-weight: 700; color: var(--ink); font-size: .95rem; margin-bottom: 6px; }
.field .req { color: var(--err); }
.field .opt { font-weight: 500; color: var(--muted); font-size: .85rem; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #D9D2D2; border-radius: 10px; background: #fff; font: inherit; font-size: 1rem; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C63333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 20px; padding-right: 42px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 4px rgba(198, 51, 51, .16); }
.field.has-error input, .field.has-error select, .field.has-error textarea { border-color: var(--err); background: var(--err-bg); }
.field-error { color: var(--err); font-size: .88rem; font-weight: 600; margin: 6px 0 0; }
.form-note { font-size: .86rem; color: var(--muted); margin: 0; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { display: flex; gap: 14px; align-items: flex-start; border-radius: 12px; padding: 18px 20px; margin-bottom: 20px; }
.notice p { margin: 0; }
.notice .ic { width: 28px; height: 28px; margin-top: 2px; }
.notice-ok { background: var(--ok-bg); color: #14532D; }
.notice-ok .ic { color: var(--ok); }
.notice-err { background: var(--err-bg); color: #7F1D1D; }
.notice-err .ic { color: var(--err); }
.notice-title { font-weight: 800; font-size: 1.1rem; }

.form-section { border: 0; margin: 0 0 26px; padding: 0; min-width: 0; }
.form-section > legend { float: left; width: 100%; padding: 0; margin: 0 0 14px; font-family: var(--display); font-weight: 800; font-size: 1.1rem; color: var(--ink); }
.form-section > legend + * { clear: both; }
.form-section + .form-section:not([hidden]) { border-top: 1px solid var(--line); padding-top: 22px; }
.field-label { display: block; float: left; width: 100%; padding: 0; margin: 0 0 8px; font-weight: 700; color: var(--ink); font-size: .95rem; }
.chips-field { border: 0; margin: 0; padding: 0; min-width: 0; }
.chips { clear: both; display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; display: inline-flex; margin: 0; }
.chip input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.chip span { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 9px 16px; border: 1.5px solid #D9D2D2; border-radius: 999px; background: #fff; color: var(--ink); font-weight: 600; font-size: .94rem; line-height: 1.2; cursor: pointer; transition: border-color .15s, background .15s, color .15s; }
.chip span:hover { border-color: var(--red); }
.chip input:checked + span { background: var(--red-l); border-color: var(--red); color: var(--red-dd); }
.chip input[type="checkbox"]:checked + span::before { content: "✓"; font-weight: 800; }
.chip input:focus-visible + span { outline: 3px solid var(--red); outline-offset: 2px; }
.has-error .chip span { border-color: var(--err); }
.field .req-cond, .field.is-req .opt-cond { display: none; }
.field.is-req .req-cond { display: inline; }
.field-hint { margin: 6px 0 0; font-size: .85rem; color: var(--muted); }
.field input[type="file"] { padding: 10px; min-height: 0; background: var(--soft); border-style: dashed; cursor: pointer; }
.field input[type="file"]::file-selector-button { margin-right: 12px; padding: 8px 14px; border: 0; border-radius: 8px; background: var(--ink); color: #fff; font: inherit; font-weight: 700; cursor: pointer; }

/* Leistungs-Auswahl als Kacheln (Schritt 1) */
.chips-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 640px) { .chips-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.chip-tile { display: block; }
.chip-tile span { flex-direction: column; justify-content: center; gap: 8px; width: 100%; min-height: 96px; padding: 14px 8px; border-radius: 12px; text-align: center; font-size: .92rem; }
.chip-tile .ic { width: 28px; height: 28px; color: var(--red); stroke-width: 1.6; }
.chip-tile input:checked + span { background: var(--red-l); border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.chip-tile input:checked + span .ic { color: var(--red-dd); }

/* Schrittanzeige */
.wizard-ind { list-style: none; display: none; align-items: center; gap: 10px; margin: 0 0 26px; padding: 0; }
.wizard-ind li { display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0; color: var(--muted); font-weight: 700; font-size: .9rem; }
.wizard-ind li:last-child { flex: none; }
.wizard-ind li:not(:last-child)::after { content: ""; flex: 1; min-width: 16px; height: 3px; background: var(--line); transform: skewX(-24deg); }
.wizard-no { display: inline-grid; place-items: center; flex: none; width: 36px; height: 34px; border-radius: 7px; border: 2px solid var(--line); background: #fff; color: var(--muted); font-family: var(--display); font-weight: 900; font-style: italic; transform: skewX(-12deg); }
.wizard-label { white-space: nowrap; }
.wizard-ind li.is-active { color: var(--ink); }
.wizard-ind li.is-active .wizard-no { background: var(--red); border-color: var(--red); color: #fff; }
.wizard-ind li.is-done .wizard-no { background: var(--red-l); border-color: var(--red); color: var(--red-d); }
.wizard-ind li.is-done::after { background: var(--red); }
@media (max-width: 639px) { .wizard-ind li:not(.is-active) .wizard-label { display: none; } }
.wizard-nav { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 4px 0 18px; }
.wizard-nav [data-next], .wizard-nav [data-prev] { display: none; }
.wizard-nav [data-next], .wizard-nav [type="submit"] { margin-left: auto; }
.is-wizard .wizard-ind { display: flex; }
.is-wizard .wizard-step { display: none; }
.is-wizard .wizard-step.is-current { display: block; animation: step-in .2s ease-out; }
.is-wizard .wizard-nav [data-next], .is-wizard .wizard-nav [data-prev] { display: inline-flex; }
@keyframes step-in { from { opacity: 0; transform: translateX(8px); } }
.form .btn[disabled] { opacity: .7; cursor: progress; transform: none; }

/* Schnellanfrage auf der Startseite */
.quickform { position: relative; z-index: 2; }
.qf-card { max-width: 820px; margin: 0 auto; padding: 18px; border-radius: 18px; border-color: transparent; box-shadow: var(--shadow-lg); border-top: 5px solid var(--red); }
@media (min-width: 640px) { .qf-card { padding: 22px 28px 16px; } }
.qf-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin-bottom: 12px; }
.qf-badge { display: inline-flex; align-items: center; gap: 5px; margin: 0; padding: 3px 10px; border-radius: 999px; background: var(--red-l); color: var(--red-dd); font-weight: 800; font-size: .76rem; }
.qf-badge .ic { width: 14px; height: 14px; }
.qf-head .form-title { margin: 0; font-size: 1.2rem; line-height: 1.25; }
.qf-form .form-section { margin-bottom: 8px; }
.qf-form .form-section > legend { margin-bottom: 5px; font-family: var(--font); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: var(--red-d); }
.qf-form .form-section + .form-section { border-top: 1px solid var(--line); padding-top: 8px; }
.qf-grid { clear: both; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 12px; }
.qf-m1 { grid-column: span 1; }
.qf-m2 { grid-column: span 2; }
.qf-form .field input, .qf-form .field select { min-height: 38px; padding: 6px 10px; border-radius: 8px; font-size: .94rem; }
.qf-form .field label { font-size: .8rem; margin-bottom: 2px; }
.qf-form .field .opt { font-size: .74rem; }
@media (min-width: 560px) { .qf-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } .qf-1 { grid-column: span 2; } .qf-2 { grid-column: span 3; } .qf-3 { grid-column: span 6; } }
@media (min-width: 900px) { .qf-1 { grid-column: span 1; } .qf-2 { grid-column: span 2; } .qf-3 { grid-column: span 3; } }
.qf-foot { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin: 10px 0 6px; }
.qf-foot .btn { padding: 8px 20px; font-size: .96rem; }
.qf-more { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; color: var(--red-d); font-size: .88rem; }
.qf-form .form-note { font-size: .75rem; line-height: 1.45; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.footer { position: relative; background: var(--ink); color: #BDB5B5; font-size: .95rem; padding-top: 64px; overflow: hidden; }
.footer-stripe { position: absolute; left: 0; right: 0; top: 0; height: 8px; background: repeating-linear-gradient(-66deg, var(--red) 0 34px, transparent 34px 46px); opacity: .9; }
.footer a { color: #EDE7E7; text-decoration: none; }
.footer a:hover { color: #FF9C9C; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 36px; padding-bottom: 40px; }
@media (min-width: 700px) { .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; } }
.brand-footer { display: inline-block; }
.brand-footer .brand-logo { height: 60px; }
.footer-brand p { margin: 18px 0 0; max-width: 30em; }
.footer-h { font-family: var(--display); color: #fff; font-weight: 800; font-size: .88rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.footer-links, .footer-contact { list-style: none; display: grid; gap: 8px; }
.footer-contact a, .footer-contact > li > span { display: inline-flex; align-items: flex-start; gap: 10px; font-weight: 600; }
.footer-contact small { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #9C9494; }
.footer-contact .ic { color: var(--red); margin-top: .15em; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 20px; padding-bottom: 28px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .86rem; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { list-style: none; display: flex; gap: 18px; }
.footer-minimal { padding-top: 28px; }
.footer-minimal .footer-bottom { border-top: 0; padding-top: 0; }
/* Landingpage aus dem Admin (volle Breite): letzter Abschnitt ohne Lücke zur Fusszeile */
.cms-landing > :last-child { margin-bottom: 0; }
.footer-credit { color: #9C9494; }
.footer-credit a { color: #EDE7E7; font-weight: 700; }
.footer-credit a:hover { color: #FF9C9C; }

/* ── Schwebender Offerten-Button: Desktop unten rechts, Mobil feste Leiste unten ── */
.fab { position: fixed; z-index: 45; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 10px; animation: fab-in .4s ease-out .3s backwards; transition: opacity .2s, transform .2s, visibility 0s; }
.fab-offer { min-height: 56px; padding: .9em 1.5em; font-size: 1.03rem; box-shadow: 0 0 0 3px #fff, 0 16px 36px rgba(126, 28, 28, .4); }
.fab-offer:hover { box-shadow: 0 0 0 3px #fff, 0 20px 44px rgba(126, 28, 28, .48); }
.fab-call { display: none; }
.fab-wa { display: inline-grid; place-items: center; flex: none; width: 56px; height: 56px; border-radius: 50%; background: #fff; color: #25d366; border: 2px solid var(--line); box-shadow: 0 10px 26px rgba(32, 30, 30, .18); transition: border-color .15s, box-shadow .15s; }
.fab-wa:hover { border-color: #25d366; }
.fab-wa .ic { width: 26px; height: 26px; }
.fab.is-hidden, .nav-open .fab { opacity: 0; transform: translateY(130%); visibility: hidden; transition: opacity .2s, transform .2s, visibility 0s .2s; }
@keyframes fab-in { from { opacity: 0; transform: translateY(24px); } }
@media (min-width: 900px) { .footer-bottom { padding-bottom: 104px; } }
@media (max-width: 899px) {
    .fab { left: 0; right: 0; bottom: 0; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(32, 30, 30, .12); }
    .fab-offer { flex: 1; min-height: 52px; box-shadow: none; }
    .fab-offer:hover { box-shadow: none; transform: none; }
    .fab-wa { width: 52px; height: 52px; box-shadow: none; }
    .fab-call { display: inline-grid; place-items: center; flex: none; width: 52px; height: 52px; border-radius: 50%; border: 2px solid var(--line); background: #fff; color: var(--red); }
    .fab-call .ic { width: 22px; height: 22px; }
    body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
}

/* ── Offerten-Dialog ─────────────────────────────────────────────────────── */
.offer-modal { width: min(780px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 18px; background: #fff; color: var(--text); box-shadow: 0 30px 80px rgba(32, 30, 30, .4); overflow: hidden; }
.offer-modal[open] { display: flex; flex-direction: column; animation: modal-in .22s ease-out; }
.offer-modal::backdrop { background: rgba(32, 30, 30, .7); }
.offer-modal-head { position: relative; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 24px 16px; background: var(--ink); color: #fff; overflow: hidden; }
.offer-modal-head::after { content: ""; position: absolute; right: 60px; top: 0; bottom: 0; width: 60px; background: var(--red); transform: skewX(-18deg); }
.offer-modal-head > * { position: relative; z-index: 1; }
.offer-modal-head h2 { margin: 0; font-size: 1.4rem; color: #fff; }
.offer-modal-kicker { margin: 0 0 4px; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: #FF9C9C; }
.offer-modal-close { flex: none; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .35); background: rgba(255, 255, 255, .08); color: #fff; cursor: pointer; }
.offer-modal-close:hover { background: #fff; color: var(--ink); }
.offer-modal-body { overflow-y: auto; padding: 22px 24px 8px; overscroll-behavior: contain; }
.form-card-modal { border: 0; box-shadow: none; padding: 0; margin: 0; }
html.modal-open { overflow: hidden; }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.98); } }
@media (max-width: 639px) {
    .offer-modal { width: 100%; height: 100%; max-height: 100%; margin: 0; border-radius: 0; }
    .offer-modal-head { padding: 16px 18px 12px; }
    .offer-modal-body { padding: 18px 18px 8px; }
}

/* CMS-Seiten aus dem Admin */
.cms-content { overflow-wrap: break-word; }

@media print {
    .topbar, .header, .footer, .aside, .cta-band, .actions, .fab { display: none !important; }
    .hero, .page-hero.has-bg { clip-path: none; }
    body { font-size: 12pt; }
}

/* ==========================================================================
   Landingpages (Seitenbaukasten, Admin → Landing Pages)
   Blöcke: views/site/supertransport/part/blocks/*.php
   ========================================================================== */
.lp-hero-split { background: var(--soft); border-bottom: 1px solid var(--line); overflow: hidden; }
.lp-split-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 34px; align-items: center; padding-top: 40px; padding-bottom: 52px; }
@media (min-width: 980px) { .lp-split-grid { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 60px; padding-top: 68px; padding-bottom: 80px; } }
.lp-split-copy h1 { max-width: 16em; }
.lp-split-copy .lead { font-size: 1.14rem; }
.lp-split-media { position: relative; isolation: isolate; }
.lp-split-media::before { content: ""; position: absolute; left: -18px; bottom: -18px; width: 60%; height: 64%; background: var(--red); transform: skewX(-12deg); border-radius: 14px; z-index: -1; }
.lp-split-img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%); }

.lp-hero-center::after { display: none; }
.lp-hero-center.has-bg::before { background: linear-gradient(180deg, rgba(32, 30, 30, .78), rgba(32, 30, 30, .86)); }
.lp-hero-center .hero-grid { grid-template-columns: minmax(0, 1fr) !important; justify-items: center; text-align: center; }
.lp-hero-center .hero-copy { max-width: 880px; }
.lp-hero-center h1, .lp-hero-center .lead { margin-left: auto; margin-right: auto; }
.lp-hero-center .eyebrow, .lp-hero-center .actions { justify-content: center; }
.lp-hero-center .checks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; }

.lp-hero-form .hero-grid { align-items: start; }
.lp-hero-form-card { margin: 0; padding: 22px 22px 16px; border: 0; border-top: 5px solid var(--red); box-shadow: var(--shadow-lg); }
.lp-hero-form-card .form-title { font-family: var(--display); font-size: 1.22rem; font-weight: 800; color: var(--ink); margin: 0 0 6px; }
.lp-quick-legend { margin: 12px 0 4px; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; color: var(--red-d); }
.lp-quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 10px; }
.lp-quick-grid .lp-w2 { grid-column: span 2; }
.lp-quick .field input { min-height: 40px; padding: 7px 10px; font-size: .95rem; border-radius: 8px; }
.lp-quick .field label { font-size: .8rem; margin-bottom: 2px; }
.lp-quick .btn { margin-top: 14px; }
.lp-quick .form-note { font-size: .74rem; margin-top: 8px; line-height: 1.45; }

@media (min-width: 980px) { .lp-media-right .lp-media { order: 2; } }
.lp-media .content-img { max-height: 540px; aspect-ratio: 4 / 3; }
.lp-rich p { margin: 0 0 1em; }
.lp-rich ul, .lp-rich ol { padding-left: 1.2em; margin: 0 0 1em; }
.lp-intro { color: var(--muted); font-size: 1.05rem; }
.section-dark .lp-rich, .section-dark .split-copy p, .section-dark .lp-contact p, .section-dark .lp-intro, .section-dark .section-head > p { color: #D9D2D2; }
.section-dark .checks li { color: #EDE7E7; }
.section-dark .eyebrow { color: #FF9C9C; }
.section-dark .steps li, .section-dark .faq details { background: var(--ink-2); border-color: rgba(255, 255, 255, .08); color: #D9D2D2; }

.lp-stats { padding: 44px 0; }
.lp-stats .stats { box-shadow: var(--shadow); }
.lp-stats.section-dark .stats { background: var(--ink-2); box-shadow: none; }
.lp-stats.section-dark .stat { border-color: rgba(255, 255, 255, .1); }
.lp-stats.section-dark .stat-label { color: #CFC8C8; }
@media (min-width: 800px) { .stats.lp-stats-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .stats.lp-stats-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.lp-checklist { display: grid; gap: 10px 22px; margin: 0; }
@media (min-width: 700px) { .lp-cols-2, .lp-cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .lp-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.lp-checklist li { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; }
.section-soft .lp-checklist li { border-color: transparent; box-shadow: var(--shadow); }

.lp-gallery { display: grid; gap: 16px; }
@media (min-width: 640px) { .lp-gallery-2, .lp-gallery-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 980px) { .lp-gallery-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.lp-gallery-item { margin: 0; }
.lp-gallery-img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.lp-gallery-item figcaption { margin-top: .5rem; font-size: .9rem; color: var(--muted); }

.lp-contact { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .lp-contact { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; } }
.lp-contact .btn { margin-top: 10px; }
.lp-contact-card-dark { background: var(--ink-2); border-color: rgba(255, 255, 255, .1); }
.lp-contact-card-dark a, .lp-contact-card-dark .contact-static { color: #fff; }
.lp-contact-card-dark small { color: #BDB5B5; }

.lp-text .lp-rich { font-size: 1.04rem; }

/* Nur im Editor sichtbar (leere Bilder, Hinweise) */
.lp-img-empty { display: grid; place-items: center; align-content: center; gap: 6px; min-height: 220px; width: 100%; background: repeating-linear-gradient(45deg, #f3f1f1, #f3f1f1 12px, #ebe7e7 12px, #ebe7e7 24px); border: 2px dashed #cdbebe; border-radius: 14px; color: #6a6666; font-weight: 700; }
.lp-img-empty .ic { width: 34px; height: 34px; }
.bg-img.lp-img-empty { position: absolute; inset: 0; min-height: 0; border-radius: 0; z-index: -2; }
.lp-note { padding: 18px; border: 2px dashed var(--line); border-radius: 12px; color: var(--muted); }
.lp-empty-page { max-width: 640px; margin: 80px auto; padding: 40px; text-align: center; border: 2px dashed var(--line); border-radius: 18px; color: var(--muted); }

/* Landingpages: Breadcrumb im Hero (hell auf dunklem Bild, zentriert bei „center") */
.lp-crumbs ol { margin-bottom: 18px; }
.hero.has-bg .lp-crumbs ol, .hero.has-bg .lp-crumbs a { color: #CFC8C8; }
.hero.has-bg .lp-crumbs li:not(:last-child)::after { color: #9C9494; }
.hero.has-bg .lp-crumbs [aria-current] { color: #fff; }
.lp-hero-center .lp-crumbs ol { justify-content: center; }

/* Einsatzgebiet: Orte mit eigener Standortseite als Link (part/area.php, Footer) */
.pills li.pill-link { padding: 0; border-color: #E9C3C3; background: #fff; }
.pills li.pill-link a { display: block; padding: 5px 12px; color: var(--red-d); text-decoration: none; }
.pills li.pill-link:hover { border-color: var(--red); }
.pills li.pill-link a:hover { text-decoration: underline; }
.footer-areas { padding-bottom: 34px; }
.footer-areas ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 24px; }
