/* =========================================================================
   S.T.A Kanalsanierung Ulm — Design: Anthrazit + Signal-Orange
   Eigenständiges Stylesheet (kein Bezug zum Design von rohrreinigung-ulm.de)
   ========================================================================= */

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

:root {
  --tinte: #1b1f24;
  --tinte-tief: #12151a;
  --tinte-2: #262c33;
  --orange: #ff7a1a;
  --orange-dark: #e0640c;
  --orange-weich: #fff2e7;
  --text: #1c2128;
  --grau: #525b66;
  --grau-hell: #7c8591;
  --hell: #f4f6f8;
  --linie: #e4e7ec;
  --linie-dunkel: #333a42;
  --weiss: #ffffff;
  --radius: 14px;
  --radius-s: 9px;
  --schatten: 0 14px 38px rgba(18, 21, 26, .10);
  --schatten-s: 0 4px 16px rgba(18, 21, 26, .08);
  --wrap: 1180px;
  --nav-oben: 128px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--weiss);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 { line-height: 1.15; font-weight: 800; letter-spacing: -.02em; color: var(--tinte); }
h1 { font-size: clamp(2rem, 4.4vw, 3.15rem); margin: 0 0 .5em; }
h2 { font-size: clamp(1.55rem, 3vw, 2.25rem); margin: 0 0 .6em; }
h3 { font-size: 1.2rem; margin: 0 0 .4em; }
p { margin: 0 0 1em; }
a { color: var(--orange-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.wrap { width: min(var(--wrap), 100% - 40px); margin-inline: auto; }
.wrap-eng { width: min(760px, 100% - 40px); }
.wrap-mittel { width: min(960px, 100% - 40px); }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--orange); color: var(--tinte); padding: 12px 18px; font-weight: 700; border-radius: 0 0 8px 0;
}
.skip:focus { left: 0; }

:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; border-radius: 4px; }

/* ------------------------------------------------------------ Icons */
.icon { display: inline-flex; width: 1.35em; height: 1.35em; flex: none; }
.icon svg { width: 100%; height: 100%; }
.icon-s { width: 1.05em; height: 1.05em; }
.icon-g { width: 2.4rem; height: 2.4rem; }

/* ------------------------------------------------------------ Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .55em; justify-content: center;
  padding: .72em 1.15em; border-radius: var(--radius-s); font-weight: 700; font-size: .98rem;
  border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s ease;
  text-decoration: none; line-height: 1.15;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn .icon { width: 1.2em; height: 1.2em; }
.btn-gross { padding: .95em 1.5em; font-size: 1.05rem; }

.btn-notruf { background: var(--orange); color: var(--tinte); box-shadow: 0 8px 20px rgba(255, 122, 26, .32); }
.btn-notruf:hover { background: var(--orange-dark); color: #fff; }
.btn-notruf small { display: block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; opacity: .85; }

.btn-hell { background: var(--weiss); color: var(--tinte); border-color: var(--weiss); }
.btn-hell:hover { background: #eef0f3; }

.btn-line { background: transparent; color: var(--tinte); border-color: #c6ccd4; }
.btn-line:hover { border-color: var(--tinte); }

/* ------------------------------------------------------------ Topbar */
.topbar { background: var(--tinte-tief); color: #cfd5dd; font-size: .84rem; }
.topbar-innen { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 7px 0; min-height: 38px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: .5em; }
.topbar a { color: #cfd5dd; display: inline-flex; align-items: center; gap: .4em; }
.topbar a:hover { color: #fff; text-decoration: none; }
.topbar-tel { gap: 20px !important; }
.topbar-notruf { color: var(--orange) !important; font-weight: 700; }
.topbar .icon { color: var(--orange); }
@media (max-width: 720px) { .topbar-innen > p:first-child { display: none; } .topbar-tel { width: 100%; justify-content: space-between; gap: 10px !important; } }

/* ------------------------------------------------------------ Header */
.kopfleiste { position: sticky; top: 0; z-index: 100; background: var(--weiss); border-bottom: 1px solid var(--linie); transition: box-shadow .2s ease; }
.kopfleiste.gescrollt { box-shadow: 0 6px 22px rgba(18, 21, 26, .09); }
.kopf-innen { display: flex; align-items: center; gap: 16px; padding: 12px 0; }

.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; margin-right: auto; }
.logo-bild { height: 48px; width: auto; display: block; }
@media (max-width: 480px) { .logo-bild { height: 38px; } }
.logo-mark {
  font-weight: 900; font-size: 1.3rem; letter-spacing: .01em; color: var(--weiss);
  background: var(--tinte); padding: .28em .5em; border-radius: 8px; line-height: 1;
  box-shadow: inset 0 0 0 2px var(--orange);
}
.logo-wort { display: flex; flex-direction: column; font-weight: 800; color: var(--tinte); font-size: 1.15rem; line-height: 1.05; letter-spacing: -.01em; }
.logo-wort small { font-weight: 600; font-size: .68rem; letter-spacing: .04em; color: var(--grau); text-transform: uppercase; }
.logo:hover { text-decoration: none; }

.hauptnav > ul { list-style: none; display: flex; align-items: center; gap: 1px; margin: 0; padding: 0; }
.submenu { display: block; }
.hauptnav a { color: var(--text); font-weight: 600; font-size: .92rem; padding: .5em .52em; border-radius: 7px; display: inline-block; white-space: nowrap; }
.hauptnav a:hover { background: var(--hell); text-decoration: none; }
.hauptnav a.aktiv { color: var(--orange-dark); }
.nav-punkt { position: relative; }

.hat-sub { position: relative; display: inline-flex; align-items: center; }
.hat-sub > a { padding-right: .2em; }
.sub-toggle { background: none; border: none; color: var(--grau); cursor: pointer; padding: 4px; display: inline-flex; }
.sub-toggle .icon, .sub-toggle svg { width: 18px; height: 18px; transition: transform .2s ease; }
.submenu {
  list-style: none; margin: 0; padding: 8px; position: absolute; top: 100%; left: 0; min-width: 250px;
  background: var(--weiss); border: 1px solid var(--linie); border-radius: 12px; box-shadow: var(--schatten);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .16s ease; z-index: 50;
}
.hat-sub:hover .submenu, .hat-sub:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(4px); }
.submenu li a { display: block; padding: .5em .7em; border-radius: 7px; font-weight: 500; font-size: .93rem; }
.submenu li a:hover { background: var(--hell); }
.sub-uebersicht a { color: var(--orange-dark); font-weight: 700 !important; }
.sub-uebersicht svg { width: 15px; height: 15px; vertical-align: -2px; }

.kopf-notruf { padding: .45em .8em; white-space: nowrap; flex: none; }
.kopf-notruf span { display: flex; flex-direction: column; line-height: 1.05; text-align: left; font-weight: 800; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: 6px; }
.burger span { width: 26px; height: 3px; background: var(--tinte); border-radius: 3px; transition: .22s; }
body.nav-offen .burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
body.nav-offen .burger span:nth-child(2) { opacity: 0; }
body.nav-offen .burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 1080px) {
  .kopf-notruf { display: none; }
  .burger { display: flex; }
  .hauptnav {
    position: fixed; inset: var(--nav-oben) 0 0 0; background: var(--weiss); padding: 14px 20px 40px;
    overflow-y: auto; transform: translateX(100%); transition: transform .25s ease; visibility: hidden;
  }
  body.nav-offen { overflow: hidden; }
  body.nav-offen .hauptnav { transform: none; visibility: visible; box-shadow: var(--schatten); }
  .hauptnav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .hauptnav > ul > li > a, .hat-sub > a { font-size: 1.08rem; padding: .7em .4em; }
  .hat-sub { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--linie); }
  .nav-punkt { border-bottom: 1px solid var(--linie); }
  .sub-toggle { padding: 12px; }
  .submenu {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none;
    width: 100%; max-height: 0; overflow: hidden; padding: 0 0 0 12px; transition: max-height .25s ease;
  }
  .hat-sub.offen .submenu { max-height: 620px; padding-bottom: 8px; }
  .hat-sub.offen .sub-toggle svg { transform: rotate(180deg); }
}

/* ------------------------------------------------------------ Hero (Startseite, full-width) */
.hero-voll { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
.hero-voll-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-voll-overlay {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(18, 21, 26, .93) 0%, rgba(18, 21, 26, .82) 42%, rgba(18, 21, 26, .45) 100%);
}
.hero-voll-inhalt { padding: clamp(46px, 8vw, 96px) 0 clamp(56px, 8vw, 104px); max-width: 730px; }
.hero-voll h1 { color: #fff; }
.hero-voll h1 .hell { color: var(--orange); }
.hero-status { display: inline-flex; align-items: center; gap: .6em; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); padding: .4em .9em; border-radius: 100px; font-weight: 600; font-size: .9rem; margin: 0 0 1.1em; }
.puls { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(255, 122, 26, .7); animation: puls 2s infinite; }
@keyframes puls { 0% { box-shadow: 0 0 0 0 rgba(255, 122, 26, .6); } 70% { box-shadow: 0 0 0 12px rgba(255, 122, 26, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 122, 26, 0); } }
@media (prefers-reduced-motion: reduce) { .puls { animation: none; } }
.hero-lead { font-size: 1.18rem; color: #e7eaee; margin-bottom: 1.5em; max-width: 640px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 1.6em; }
.hero-haken { list-style: none; padding: 0; margin: 0 0 1.3em; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.hero-haken li { display: flex; align-items: center; gap: .5em; font-weight: 600; font-size: .96rem; }
.hero-haken .icon { color: var(--orange); width: 1.2em; height: 1.2em; }
.hero-adresse { display: flex; align-items: center; gap: .5em; font-size: .92rem; color: #c4cad2; margin: 0; }
.hero-adresse .icon { color: var(--orange); }

/* ------------------------------------------------------------ Seitenkopf (Unterseiten-Hero, full-width) */
.seitenkopf { position: relative; background: var(--tinte); color: #fff; }
.seitenkopf-bild { overflow: hidden; isolation: isolate; }
.seitenkopf-bild .banner-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.seitenkopf-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(18, 21, 26, .92) 0%, rgba(18, 21, 26, .78) 48%, rgba(18, 21, 26, .5) 100%); }
.seitenkopf-inhalt { padding: clamp(30px, 5vw, 60px) 0 clamp(56px, 7vw, 88px); max-width: 820px; }
.seitenkopf h1 { color: #fff; }
.kopf-unter { font-size: 1.12rem; color: #e2e6ea; max-width: 660px; margin: .2em 0 1.3em; }
.kopf-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.brotkrumen { font-size: .85rem; color: #b9c0c9; margin-bottom: 1.1em; }
.brotkrumen a { color: #b9c0c9; }
.brotkrumen a:hover { color: #fff; }
.brotkrumen .trenn { margin: 0 .5em; opacity: .6; }
.brotkrumen [aria-current] { color: #fff; }

.welle { position: absolute; bottom: -1px; left: 0; width: 100%; height: 46px; color: var(--weiss); display: block; }
.sek-hell + * .welle, .welle { color: var(--weiss); }

/* ------------------------------------------------------------ Sektionen allgemein */
.sek { padding: clamp(48px, 7vw, 88px) 0; }
.sek-hell { background: var(--hell); }
.sek-dunkel { background: var(--tinte); color: #e6e9ec; }
.sek-dunkel h1, .sek-dunkel h2, .sek-dunkel h3 { color: #fff; }
.sek-titel { text-align: center; max-width: 820px; margin-inline: auto; }
.sek-intro { text-align: center; max-width: 720px; margin: -.2em auto 2.4em; color: var(--grau); font-size: 1.08rem; }
.sek-dunkel .sek-intro { color: #b9c0c9; }
.kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; color: var(--orange-dark); margin: 0 0 .7em; }
.kicker-hell { color: var(--orange); }

.fliesstext { font-size: 1.04rem; }
.fliesstext h2 { margin-top: 0; }
.fliesstext h3 { margin-top: 1.6em; font-size: 1.28rem; }
.fliesstext ul, .fliesstext ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.fliesstext li { margin-bottom: .5em; }
.fliesstext > p:last-child { margin-bottom: 0; }

.liste-haken { list-style: none; padding-left: 0 !important; }
.liste-haken li { position: relative; padding-left: 2em; margin-bottom: .7em; }
.liste-haken li::before {
  content: ""; position: absolute; left: 0; top: .18em; width: 1.35em; height: 1.35em;
  background: var(--orange-weich); border-radius: 50%;
}
.liste-haken li::after {
  content: ""; position: absolute; left: .42em; top: .5em; width: .5em; height: .28em;
  border-left: 2.5px solid var(--orange-dark); border-bottom: 2.5px solid var(--orange-dark);
  transform: rotate(-45deg);
}

.hinweis-box { background: var(--orange-weich); border-left: 4px solid var(--orange); padding: 16px 20px; border-radius: 0 10px 10px 0; margin: 1.4em 0; }
.hinweis-box p:last-child { margin-bottom: 0; }
.hinweis-box.rot { background: #fdecec; border-left-color: #d33; }

/* ------------------------------------------------------------ Vorteile */
.vorteile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vorteil { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 26px 22px; text-align: left; box-shadow: var(--schatten-s); }
.vorteil .icon-g { color: var(--orange); margin-bottom: 12px; }
.vorteil h3 { margin-bottom: .3em; }
.vorteil p { margin: 0; color: var(--grau); font-size: .96rem; }
.sek-dunkel .vorteil { background: var(--tinte-2); border-color: var(--linie-dunkel); }
.sek-dunkel .vorteil p { color: #b9c0c9; }
@media (max-width: 900px) { .vorteile-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .vorteile-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Medien + Text */
.medien-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.medien-links .medien-bildteil { order: -1; }
.medien-bildteil { margin: 0; }
.medien-bild { border-radius: var(--radius); box-shadow: var(--schatten); width: 100%; }
.medien-textteil h2 { margin-top: 0; }
@media (max-width: 820px) { .medien-split { grid-template-columns: 1fr; } .medien-links .medien-bildteil { order: 0; } }

/* ------------------------------------------------------------ Galerie */
.galerie { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gal-bild { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten-s); background: var(--weiss); border: 1px solid var(--linie); }
.gal-bild img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gal-bild figcaption { padding: 12px 16px; font-size: .9rem; color: var(--grau); }
@media (max-width: 820px) { .galerie { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .galerie { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Karten (Verfahren/Themen) */
.karten-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.karte { display: flex; flex-direction: column; background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten-s); transition: transform .15s ease, box-shadow .15s ease; text-decoration: none; color: inherit; }
.karte:hover { transform: translateY(-4px); box-shadow: var(--schatten); text-decoration: none; }
.karte-bild { aspect-ratio: 16 / 10; overflow: hidden; }
.karte-bild img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.karte:hover .karte-bild img { transform: scale(1.05); }
.karte-text { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.karte-text h3 { color: var(--tinte); }
.karte-text p { color: var(--grau); font-size: .96rem; margin-bottom: 1em; }
.karte-mehr { margin-top: auto; color: var(--orange-dark); font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: .4em; }
.karte-mehr svg { width: 17px; height: 17px; transition: transform .15s ease; }
.karte:hover .karte-mehr svg { transform: translateX(4px); }
@media (max-width: 860px) { .karten-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .karten-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Schritte */
.schritte { list-style: none; counter-reset: s; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.schritte li { position: relative; padding-top: 8px; }
.schritt-nr { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--tinte); color: var(--orange); font-weight: 800; font-size: 1.3rem; margin-bottom: 14px; }
.schritte h3 { margin-bottom: .3em; }
.schritte p { color: var(--grau); font-size: .96rem; margin: 0; }
.sek-dunkel .schritte p { color: #b9c0c9; }
@media (max-width: 860px) { .schritte { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .schritte { grid-template-columns: 1fr; gap: 16px; } }

/* ------------------------------------------------------------ FAQ */
.faq { border: 1px solid var(--linie); border-radius: 12px; margin-bottom: 12px; background: var(--weiss); overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 54px 18px 22px; font-weight: 700; position: relative; list-style: none; font-size: 1.04rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq-plus { position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--orange-dark); border-radius: 2px; }
.faq-plus::before { width: 18px; height: 2.6px; top: 8px; }
.faq-plus::after { height: 18px; width: 2.6px; left: 8px; transition: transform .2s ease; }
.faq[open] .faq-plus::after { transform: scaleY(0); }
.faq[open] summary { color: var(--orange-dark); }
.faq-antwort { padding: 0 22px 20px; color: var(--grau); }
.faq-antwort p:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ CTA Mitte */
.sek-cta-mitte { background: var(--tinte); color: #fff; padding: clamp(40px, 6vw, 72px) 0; }
.cta-mitte { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-mitte h2 { color: #fff; margin-bottom: .2em; }
.cta-mitte p { color: #c4cad2; margin: 0; max-width: 520px; }
.cta-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

/* ------------------------------------------------------------ Verwandt */
.verwandt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.verwandt-karte { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--schatten-s); transition: transform .15s ease, box-shadow .15s ease; display: flex; flex-direction: column; }
.verwandt-karte:hover { transform: translateY(-3px); box-shadow: var(--schatten); text-decoration: none; }
.verwandt-karte h3 { color: var(--tinte); }
.verwandt-karte p { color: var(--grau); font-size: .95rem; flex: 1; }
@media (max-width: 820px) { .verwandt-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Orte */
.orte-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ort-karte { display: flex; align-items: center; gap: 12px; background: var(--weiss); border: 1px solid var(--linie); border-radius: 12px; padding: 15px 17px; box-shadow: var(--schatten-s); transition: border-color .15s, transform .15s; }
.ort-karte:hover { border-color: var(--orange); transform: translateY(-2px); text-decoration: none; }
.ort-karte .icon { color: var(--orange); width: 1.6em; height: 1.6em; flex: none; }
.ort-karte span { display: flex; flex-direction: column; line-height: 1.25; }
.ort-karte strong { color: var(--tinte); font-size: .98rem; }
.ort-karte small { color: var(--grau); font-size: .82rem; }
@media (max-width: 900px) { .orte-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .orte-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Banner (full-width, Bild) */
.banner { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
.banner-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.banner-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(18, 21, 26, .9) 0%, rgba(18, 21, 26, .74) 50%, rgba(18, 21, 26, .5) 100%); }
.banner-inhalt { padding: clamp(48px, 7vw, 92px) 0; max-width: 680px; }
.banner-inhalt h2 { color: #fff; }
.banner-text { color: #dfe3e8; font-size: 1.08rem; margin-bottom: 1.4em; }
.banner .cta-buttons { margin-top: .4em; }
.banner-link { color: var(--orange); font-weight: 700; }

/* ------------------------------------------------------------ Zahlen / Trust-Band */
.zahlen-band { background: var(--tinte-tief); color: #fff; }
.zahlen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 34px 0; text-align: center; }
.zahl { display: flex; flex-direction: column; gap: 4px; }
.zahl strong { font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; color: var(--orange); letter-spacing: -.02em; }
.zahl span { font-size: .9rem; color: #c4cad2; }
@media (max-width: 720px) { .zahlen-grid { grid-template-columns: 1fr 1fr; gap: 22px; } }

/* ------------------------------------------------------------ Vergleich */
.vergleich-karte { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); overflow: hidden; box-shadow: var(--schatten); }
.vergleich { width: 100%; border-collapse: collapse; font-size: .96rem; }
.vergleich th, .vergleich td { padding: 15px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--linie); }
.vergleich thead th { background: var(--tinte); color: #fff; font-size: .92rem; }
.vergleich thead th:nth-child(2) { color: var(--orange); }
.vergleich tbody td:first-child { font-weight: 700; color: var(--tinte); width: 24%; }
.v-ja { background: #fff8f2; }
.v-nein { color: var(--grau); }
.v-icon { display: inline-flex; width: 1.15em; height: 1.15em; margin-right: .4em; vertical-align: -3px; color: var(--orange-dark); }
.v-icon svg { width: 100%; height: 100%; }
.v-x { color: #b9bec6; font-weight: 700; }
.vergleich-fuss { text-align: center; color: var(--grau); font-size: .92rem; margin: 1.4em auto 0; max-width: 700px; }
@media (max-width: 720px) {
  .vergleich thead { display: none; }
  .vergleich, .vergleich tbody, .vergleich tr, .vergleich td { display: block; width: 100% !important; }
  .vergleich tr { border-bottom: 3px solid var(--linie); padding: 6px 0; }
  .vergleich td { border: none; padding: 8px 16px; }
  .vergleich tbody td:first-child { padding-top: 14px; font-size: 1.05rem; }
  .v-ja::before { content: "✓ "; color: var(--orange-dark); font-weight: 800; }
  .v-nein::before { content: "✕ "; color: #b9bec6; font-weight: 800; }
}

/* ------------------------------------------------------------ CTA-Banner (vor Footer) */
.cta-banner { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
.cta-banner .banner-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-banner .banner-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(18, 21, 26, .94) 0%, rgba(18, 21, 26, .8) 55%, rgba(18, 21, 26, .55) 100%); }
.cta-banner-innen { padding: clamp(46px, 7vw, 84px) 0; display: flex; align-items: center; justify-content: space-between; gap: 34px; flex-wrap: wrap; }
.cta-banner-innen h2 { color: #fff; margin-bottom: .3em; }
.cta-banner-innen p { color: #d3d8de; margin: 0; max-width: 560px; }

/* ------------------------------------------------------------ Kontakt */
.kontakt-split { display: grid; grid-template-columns: 360px 1fr; gap: 40px; align-items: start; }
.kontakt-kasten { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 22px 24px; margin-bottom: 16px; box-shadow: var(--schatten-s); }
.kontakt-kasten.rot { background: var(--tinte); color: #fff; border-color: var(--tinte); }
.kontakt-kasten h3 { display: flex; align-items: center; gap: .5em; }
.kontakt-kasten.rot h3 { color: #fff; }
.kontakt-kasten.rot .icon { color: var(--orange); }
.kontakt-kasten p { margin: .3em 0; color: var(--grau); }
.kontakt-kasten.rot p { color: #c4cad2; }
.tel-gross { display: inline-block; font-size: 1.55rem; font-weight: 800; color: var(--orange) !important; letter-spacing: -.01em; margin: .1em 0; }
.kontakt-kasten:not(.rot) .tel-gross { color: var(--orange-dark) !important; }

.formular { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.formular > div { display: flex; flex-direction: column; }
.feld-voll { grid-column: 1 / -1; }
.formular label { font-weight: 600; font-size: .9rem; margin-bottom: 6px; }
.formular input, .formular select, .formular textarea {
  font: inherit; padding: 12px 14px; border: 1px solid #cdd3da; border-radius: 9px; background: var(--weiss); width: 100%;
}
.formular textarea { min-height: 130px; resize: vertical; }
.formular input:focus, .formular select:focus, .formular textarea:focus { border-color: var(--orange); outline: none; box-shadow: 0 0 0 3px rgba(255, 122, 26, .18); }
.hp-feld { position: absolute; left: -9999px; }
.form-fehler { grid-column: 1 / -1; background: #fdecec; border: 1px solid #f3b6b6; color: #a02020; padding: 12px 16px; border-radius: 9px; }
.form-hinweis { grid-column: 1 / -1; font-size: .84rem; color: var(--grau-hell); margin: 0; }
@media (max-width: 860px) { .kontakt-split { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .formular { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Kosten-Beispiel (Ablauf & Kosten) */
.kosten-tabelle { width: 100%; border-collapse: collapse; margin: 1.2em 0; background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); overflow: hidden; }
.kosten-tabelle th, .kosten-tabelle td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--linie); }
.kosten-tabelle thead th { background: var(--hell); font-size: .9rem; }
.kosten-tabelle td:last-child, .kosten-tabelle th:last-child { text-align: right; white-space: nowrap; }
.kosten-tabelle tfoot td { font-weight: 800; color: var(--tinte); background: var(--orange-weich); }
.faktoren-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 1.3em 0; padding: 0; list-style: none; }
.faktoren-grid li { background: var(--weiss); border: 1px solid var(--linie); border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; padding: 14px 18px; }
.faktoren-grid strong { display: block; color: var(--tinte); margin-bottom: 2px; }
.faktoren-grid span { color: var(--grau); font-size: .93rem; }
@media (max-width: 620px) { .faktoren-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Bewertungen */
.bewertungen { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bewertung { background: var(--weiss); border: 1px solid var(--linie); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--schatten-s); }
.bewertung .sterne { color: var(--orange); letter-spacing: 2px; font-size: 1.05rem; margin-bottom: .5em; }
.bewertung p { font-size: .98rem; }
.bewertung cite { color: var(--grau); font-size: .88rem; font-style: normal; font-weight: 600; }
.platzhalter { border-style: dashed !important; border-color: var(--orange) !important; background: var(--orange-weich); }
.platzhalter::before { content: "Platzhalter"; display: inline-block; font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--orange-dark); background: #fff; border: 1px solid var(--orange); padding: 2px 8px; border-radius: 100px; margin-bottom: 10px; }
@media (max-width: 820px) { .bewertungen { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Footer */
.fuss { background: var(--tinte-tief); color: #aab2bc; padding: clamp(46px, 6vw, 72px) 0 0; font-size: .94rem; }
.fuss-spalten { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 40px; }
.fuss a { color: #aab2bc; }
.fuss a:hover { color: #fff; }
.fuss-logo { font-size: 1.3rem; font-weight: 900; color: #fff; margin: 0 0 .4em; }
.fuss-logo span { color: var(--orange); font-weight: 800; }
.fuss-claim { margin-bottom: 1.2em; }
.fuss address { font-style: normal; }
.fuss address p { margin: 0 0 .8em; line-height: 1.5; }
.fuss address strong { color: #dfe3e8; }
.fuss-kontakt { margin-top: 1em; line-height: 2; }
.fuss-kontakt a { display: inline-flex; align-items: center; gap: .5em; }
.fuss-kontakt .icon { color: var(--orange); }
.fuss-titel { color: #fff; font-weight: 700; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin: 0 0 1em; }
.fuss nav ul { list-style: none; padding: 0; margin: 0; }
.fuss nav li { margin-bottom: .6em; }
.fuss-schwester { margin-top: 1.6em; padding-top: 1.2em; border-top: 1px solid var(--linie-dunkel); font-size: .88rem; }
.fuss-schwester a { color: var(--orange); font-weight: 700; display: inline-flex; align-items: center; gap: .3em; }
.fuss-schwester svg { width: 15px; height: 15px; }
.fuss-unten { border-top: 1px solid var(--linie-dunkel); }
.fuss-unten-innen { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding: 18px 0; font-size: .86rem; }
.fuss-unten-innen p { margin: 0; }
@media (max-width: 900px) { .fuss-spalten { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 520px) { .fuss-spalten { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------ Mobile Sticky-Leiste */
.mobil-leiste { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: var(--tinte-tief); padding: 8px; gap: 8px; box-shadow: 0 -6px 20px rgba(0, 0, 0, .25); }
.mobil-leiste a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5em; padding: 12px; border-radius: 9px; font-weight: 700; font-size: .95rem; }
.mobil-leiste .icon { width: 1.2em; height: 1.2em; }
.mobil-buero { background: rgba(255, 255, 255, .12); color: #fff; }
.mobil-notruf { background: var(--orange); color: var(--tinte); }
.mobil-leiste a:hover { text-decoration: none; }
@media (max-width: 760px) { .mobil-leiste { display: flex; } body { padding-bottom: 66px; } }

/* ------------------------------------------------------------ Reveal-Animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.sichtbar { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
