:root {
  --trust-blue: #324E66;
  --trust-blue-dark: #263E52;
  --trust-blue-soft: #E8EFF4;
  --trust-blue-border: #9DB6C9;
  --trust-navy: #324E66;
  --trust-accent: #5F7B94;
  --trust-accent-dark: #4B657B;
  --trust-anthracite: #171a1f;
  --trust-white: #ffffff;
  --trust-soft: #F7F4F3;
  --trust-line: #D7E1E9;
  --trust-cream: #E8EFF4;
  --trust-steel: #5F7B94;
  --whatsapp: #25d366;
  --whatsapp-dark: #128c4a;
  --text-main: #171a1f;
  --text-muted: #5c6673;
  --text-soft: #7a8491;
  --container: 1180px;
  --container-wide: 1320px;
  --content-narrow: 760px;
  --shadow: 0 16px 30px rgba(50, 78, 102, .10);
}

/* Schlüsseldienst layout adapter */
html, body { max-width: 100%; overflow-x: hidden; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--trust-line); box-shadow: 0 8px 28px rgba(28,47,63,.08); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 1 auto; min-width: 0; text-decoration: none; }
.brand img { width: 190px; height: 64px; object-fit: contain; flex: 0 0 auto; }
.brand span { display: block; line-height: 1.15; white-space: nowrap; }
.brand strong { display: block; color: var(--trust-navy); }
.brand small { display: block; margin-top: 3px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-left: auto; }
.main-nav a { color: var(--trust-navy); font-weight: 750; font-size: 15px; text-decoration: none; white-space: nowrap; }
.main-nav a:hover { color: var(--trust-blue); }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: 12px; }
.menu-toggle { display: none; width: auto; min-width: 58px; padding: 10px 12px; font-weight: 800; }
.page-hero { padding: 72px 0 62px !important; background: linear-gradient(135deg,#f4f8fb 0%,#fff 62%); }
.page-hero.compact { padding: 52px 0 !important; }
.hero-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); align-items: center; gap: 56px; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 850px; margin: 12px 0 20px; }
.hero-copy > p { max-width: 800px; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.hero-points li { padding: 9px 12px 9px 34px; position: relative; background: #fff; border: 1px solid var(--trust-line); border-radius: 4px; font-weight: 750; }
.hero-points li::before { content: "✓"; position: absolute; left: 12px; color: #1f9d68; }
.hero-visual-card { padding: 34px; background: var(--trust-navy); color: #fff; border-radius: 6px; box-shadow: 0 22px 50px rgba(29,53,72,.2); }
.hero-visual-card span, .hero-visual-card strong { display: block; }
.hero-visual-card strong { margin: 8px 0 14px; font-size: clamp(24px,3vw,34px); }
.hero-visual-card p { color: rgba(255,255,255,.82); }
.trust-strip { padding: 0 !important; background: var(--trust-navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); }
.trust-grid > div { padding: 22px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.trust-grid strong, .trust-grid span { display: block; color: #fff; }
.trust-grid span { margin-top: 2px; opacity: .75; font-size: 14px; }
.process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.process-step { padding: 28px 24px; background: #fff; border: 1px solid var(--trust-line); border-radius: 6px; }
.process-step > span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; border-radius: 50%; background: var(--trust-navy); color: #fff; font-weight: 850; }
.price-table-wrap { overflow-x: auto; border: 1px solid var(--trust-line); border-radius: 6px; background: #fff; }
.price-table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; }
.price-table-wrap th, .price-table-wrap td { padding: 16px; text-align: left; border-bottom: 1px solid var(--trust-line); }
.price-table-wrap th { background: var(--trust-navy); color: #fff; }
.area-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.area-links a { padding: 13px 14px; background: #fff; border: 1px solid var(--trust-line); border-radius: 4px; font-weight: 750; text-decoration: none; }
.breadcrumb { padding: 14px 0; background: #f4f6f8; border-bottom: 1px solid var(--trust-line); }
.breadcrumb .container { display: flex; gap: 8px; align-items: center; font-size: 14px; }

@media (max-width: 1120px) {
  .brand img { width: 160px; }
  .brand span { display: none; }
  .main-nav { gap: 14px; }
  .header-actions .button-whatsapp { display: none; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 72px; gap: 12px; justify-content: space-between; }
  .brand img { width: 190px; height: 56px; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; margin: 0; padding: 14px 18px 20px; background: #fff; border-bottom: 1px solid var(--trust-line); box-shadow: 0 18px 30px rgba(28,47,63,.12); }
  .main-nav.is-open { display: grid; gap: 0; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid var(--trust-line); }
  .header-actions { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .trust-grid, .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .area-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 520px) {
  .container, .container-wide { width: 100%; padding-left: 16px; padding-right: 16px; }
  .brand img { width: 176px; height: 52px; }
  .page-hero { padding: 46px 0 38px !important; }
  .hero-copy h1 { font-size: clamp(35px,11vw,46px); overflow-wrap: anywhere; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visual-card { padding: 26px 22px; }
  .trust-grid, .process-grid, .area-links { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .mobile-callbar { grid-template-columns: 1fr 1fr; }
}

/* Clean agency-style refresh inspired by the supplied reference */
:root {
  --trust-navy: #324E66;
  --trust-blue: #324E66;
  --trust-accent: #5F7B94;
  --trust-accent-dark: #324E66;
  --trust-soft: #F7F4F3;
  --trust-cream: #F7F4F3;
  --text-main: #101114;
  --text-muted: #555d67;
  --shadow: 0 18px 44px rgba(16, 17, 20, .08);
}

body {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--text-main);
  background: #f5f3f0;
}

h1,
h2,
h3,
.faq-item summary {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  color: #101114;
  font-weight: 850;
}

.top-strip {
  display: none;
}

.site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(16, 17, 20, .08);
  box-shadow: 0 14px 34px rgba(16, 17, 20, .07);
}

.header-inner {
  min-height: 78px;
}

.desktop-nav,
.desktop-nav a,
.nav-dropdown-button {
  color: #101114;
}

.desktop-nav a,
.nav-dropdown-button {
  font-weight: 750;
}

.header-actions .button-primary {
  background: var(--trust-accent);
}

.hero {
  padding: 18px 0 58px;
}

.hero-shell {
  width: min(1540px, calc(100% - 32px));
  min-height: clamp(470px, 56vh, 610px);
  margin: 0 auto;
  padding: 72px 0;
  border-radius: 0 0 10px 10px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .42) 46%, rgba(0, 0, 0, .08) 100%),
    url("/assets/hero-entruempelung.jpg") center center / cover no-repeat,
    #e8eff4;
}

.hero-grid {
  grid-template-columns: minmax(0, 680px);
}

.hero-shell h1,
.hero-shell h2,
.hero-shell h3,
.hero-shell h1 span {
  color: #fff;
}

.hero-shell h1 {
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.05;
}

.hero-shell .lead {
  max-width: 590px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(17px, 1.5vw, 20px);
}

.hero-points li {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(6px);
  border-radius: 4px;
}

.button {
  border-radius: 6px;
  font-weight: 850;
  letter-spacing: 0;
}

.button-primary,
.button-whatsapp {
  background: var(--trust-accent);
  color: #fff;
  box-shadow: 0 14px 30px rgba(95, 123, 148, .22);
}

.button-primary:hover,
.button-whatsapp:hover {
  background: var(--trust-accent-dark);
}

section {
  background: #fff;
}

.section-soft,
.section-blue,
.home-method {
  background: #fff;
}

.section-intro {
  max-width: 820px;
  text-align: left;
}

.section-intro-center {
  text-align: center;
}

.card {
  position: relative;
  border: 1px solid rgba(16, 17, 20, .06);
  border-radius: 6px;
  padding: 34px 30px;
  box-shadow: 0 18px 42px rgba(16, 17, 20, .07);
}

.card:hover {
  border-color: rgba(95, 123, 148, .28);
  transform: translateY(-2px);
}

.card-kicker {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--trust-accent);
  color: transparent;
  font-size: 0;
}

.card-kicker::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 8px 8px 0 -5px #fff, -8px 8px 0 -5px #fff;
}

.card h3 {
  margin-top: 0;
  font-size: clamp(20px, 1.7vw, 25px);
}

.card p {
  color: #4e5661;
}

.grid-3 {
  gap: 28px;
}

.method-band,
.process-band {
  background: #fff;
  color: var(--text-main);
  border: 1px solid rgba(16, 17, 20, .08);
  box-shadow: 0 18px 42px rgba(16, 17, 20, .07);
}

.method-item,
.process-band .step {
  background: #fff;
  color: var(--text-main);
  border-right: 1px solid rgba(16, 17, 20, .08);
}

.method-item h3,
.process-band .step h3,
.method-item p,
.process-band .step p {
  color: var(--text-main);
}

.method-icon,
.process-band .step-number {
  background: var(--trust-accent);
  color: #fff;
}

.area-map-section {
  background: #fff;
}

.area-map-section .section-intro h2,
.area-map-section .section-intro p {
  color: var(--text-main);
}

.area-map-section .section-intro p {
  color: var(--text-muted);
}

.area-card {
  border: 1px solid rgba(16, 17, 20, .08);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(16, 17, 20, .06);
}

.brandenburg-panel,
.cta-panel {
  background: var(--trust-accent);
  border-radius: 6px;
}

.inquiry-note,
.site-footer {
  background: #101114;
}

@media (max-width: 768px) {
  .mobile-menu {
    top: 68px;
  }

  .hero {
    padding-top: 0;
  }

  .hero-shell {
    width: 100%;
    min-height: 560px;
    padding: 54px 0 64px;
    border-radius: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .70) 0%, rgba(0, 0, 0, .45) 68%, rgba(0, 0, 0, .18) 100%),
      url("/assets/hero-entruempelung.jpg") center center / cover no-repeat,
      #e8eff4;
  }

  .section-intro {
    text-align: left;
  }

  .card {
    padding: 28px 22px;
  }
}

/* Final responsive safeguards for the Schlüsseldienst template. */
@media (max-width: 860px) {
  .container, .container-wide { width: calc(100vw - 32px) !important; max-width: calc(100vw - 32px) !important; }
  .site-header .container-wide { width: calc(100% - 32px) !important; }
  .site-header .header-inner { min-width: 0; }
  .site-header .brand { min-width: 0; }
  .site-header .brand img { width: 176px !important; height: 52px !important; }
  .page-hero .hero-layout { display: grid !important; grid-template-columns: minmax(0, 1fr) !important; }
  .page-hero .hero-layout,
  .page-hero .hero-copy,
  .page-hero .hero-visual { min-width: 0 !important; width: 100% !important; }
  .page-hero .hero-points { display: grid !important; grid-template-columns: 1fr !important; width: 100% !important; }
  .page-hero .hero-points li { width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
  .page-hero .hero-visual-card { width: 100% !important; max-width: calc(100vw - 32px) !important; box-sizing: border-box !important; overflow-wrap: anywhere; }
  .page-hero .hero-visual-card .button { width: 100% !important; box-sizing: border-box !important; }
  .page-hero { overflow: hidden; }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text-main);
  background: var(--trust-soft);
  font-size: 17px;
  line-height: 1.68;
}

body::before {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--trust-blue);
}

:focus-visible {
  outline: 3px solid var(--trust-blue-border);
  outline-offset: 3px;
}

img, svg {
  max-width: 100%;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

.container-wide {
  width: min(var(--container-wide), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(50, 78, 102, .16);
}

.top-strip {
  background: var(--trust-navy);
  color: #fff;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.top-strip-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.top-strip a,
.top-strip span {
  color: rgba(255, 255, 255, .86);
  font-weight: 750;
}

.top-strip strong {
  color: #fff;
}

.top-strip-links {
  display: flex;
  gap: 18px;
  align-items: center;
  white-space: nowrap;
  margin-left: auto;
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--trust-navy);
  min-width: 260px;
  flex: 0 0 260px;
  overflow: visible;
}

.brand-logo {
  display: block;
  width: 260px;
  height: 60px;
  object-fit: contain;
  object-position: left center;
  background: transparent;
  overflow: visible;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  color: #fff;
  background: var(--trust-blue);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(50, 78, 102, .14);
}

.brand small {
  display: block;
  color: var(--text-muted);
  font-weight: 650;
  font-size: 12px;
  line-height: 1.1;
}

.footer-logo {
  display: block;
  width: 260px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 2px;
}

.desktop-nav {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 14px;
  color: var(--trust-navy);
  font-family: Arial, Helvetica, sans-serif;
}

.desktop-nav a,
.nav-dropdown-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 0;
  font-weight: 850;
  color: var(--trust-navy);
  line-height: 1;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-button {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.nav-dropdown-button::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.nav-dropdown-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  z-index: 130;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 0;
  width: 520px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--trust-line);
  box-shadow: 0 18px 40px rgba(50, 78, 102, .14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.nav-dropdown:hover .nav-dropdown-panel,
.nav-dropdown:focus-within .nav-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-panel a {
  display: block;
  padding: 11px 12px;
  border-bottom: 1px solid var(--trust-line);
  font-weight: 750;
}

.nav-dropdown-panel a:hover {
  background: var(--trust-soft);
  color: var(--trust-navy);
}

.mobile-nav-label {
  padding: 14px 12px 4px;
  color: var(--trust-navy);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.header-actions .button {
  min-height: 46px;
  padding: 12px 18px;
}

.menu-toggle {
  display: none;
  border: 1px solid var(--trust-line);
  background: #fff;
  width: 46px;
  height: 46px;
  border-radius: 2px;
  color: var(--trust-navy);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 3px;
  background: currentColor;
  margin: 5px auto;
}

.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 13px 20px;
  border-radius: 2px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.1;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.button-primary {
  background: var(--trust-accent);
  color: #fff;
  box-shadow: 0 12px 30px rgba(95, 123, 148, .24);
}

.button-primary:hover {
  background: var(--trust-accent-dark);
  color: #fff;
}

.button-secondary {
  background: #fff;
  color: var(--trust-navy);
  border-color: var(--trust-line);
}

.button-whatsapp {
  background: var(--whatsapp);
  color: #062414;
  border-color: var(--whatsapp);
}

.button-whatsapp:hover {
  background: var(--whatsapp-dark);
  border-color: var(--whatsapp-dark);
  color: #fff;
}

.button-secondary:hover {
  border-color: var(--trust-blue-border);
}

.hero {
  padding: 0 0 42px;
}

.hero-shell {
  min-height: clamp(500px, 62vh, 660px);
  color: #fff;
  padding: 76px 0 80px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(50, 78, 102, .84) 0%, rgba(50, 78, 102, .62) 46%, rgba(50, 78, 102, .28) 100%),
    url("/assets/hero-entruempelung.jpg") center center / cover no-repeat,
    var(--trust-soft);
  border-top: 0;
  box-shadow: none;
}

.hero-shell::after {
  display: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  gap: 34px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .10);
  color: #fff;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 850;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: var(--trust-blue);
}

h1, h2, h3 {
  color: var(--trust-navy);
  margin: 0;
  letter-spacing: 0;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.hero-shell h1,
.hero-shell h2,
.hero-shell h3 {
  color: #fff;
}

h1 {
  max-width: 920px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  margin-top: 18px;
}

.hero-shell h1 span {
  display: inline;
  padding: 0;
  background: transparent;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.hero-subline {
  display: none;
  margin: 10px 0 0;
  padding: 5px 12px 7px;
  background: rgba(255, 255, 255, .92);
  color: var(--trust-navy);
  font-size: clamp(25px, 3.3vw, 42px);
  line-height: 1.08;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 800;
}

h2 {
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.12;
  max-width: 860px;
}

h3 {
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.22;
}

.lead {
  max-width: 760px;
  color: var(--text-muted);
  font-size: clamp(17px, 2vw, 20px);
  font-family: Arial, Helvetica, sans-serif;
  margin: 22px 0 0;
}

.hero-shell .lead {
  color: rgba(255, 255, 255, .94);
  max-width: 620px;
  margin-top: 18px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .25);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-copy .hero-actions {
  order: 5;
}

.hero-copy .hero-points {
  order: 4;
}

.hero-points,
.mini-list {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  color: var(--trust-navy);
  font-weight: 700;
}

.hero-shell .hero-points {
  color: #fff;
}

.hero-points {
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 9px 14px;
  max-width: 650px;
}

.hero-points li,
.mini-list li {
  position: relative;
  padding-left: 22px;
}

.hero-points li {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 34px;
  background: transparent;
  color: #fff;
  border: 0;
  box-shadow: none;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .22);
}

.hero-points li::before,
.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 0;
  background: var(--trust-navy);
}

.hero-points li::before {
  left: 6px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: #fff;
}

.hero-points li::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 5px;
  height: 10px;
  border-right: 2px solid var(--trust-navy);
  border-bottom: 2px solid var(--trust-navy);
  transform: translateY(-62%) rotate(45deg);
}

.seo-intro {
  padding: 68px 0;
  background: #fff;
}

.seo-intro-box {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.seo-intro-box p {
  color: var(--text-muted);
  margin: 18px 0 0;
}

.home-method {
  background: #fff;
}

.section-intro-center {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.method-band,
.process-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  max-width: 1120px;
  margin: 36px auto 0;
  background: var(--trust-navy);
  color: #fff;
}

.method-item,
.process-band .step {
  min-height: 250px;
  padding: 34px 38px;
  text-align: center;
  background: var(--trust-navy);
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  box-shadow: none;
}

.method-item:last-child,
.process-band .step:last-child {
  border-right: 0;
}

.method-icon,
.process-band .step-number {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  border-radius: 2px;
  background: #fff;
  color: var(--trust-navy);
  font-size: 24px;
  font-weight: 900;
}

.method-item h3,
.process-band .step h3 {
  color: #fff;
  margin: 0 0 14px;
}

.method-item p,
.process-band .step p {
  color: rgba(255, 255, 255, .86);
  margin: 0;
}

.process-band .step {
  display: block;
}

.process-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.hero .quote-panel {
  display: none;
}

.image-placeholder {
  min-height: 430px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, .18);
  background:
    linear-gradient(135deg, rgba(234, 242, 255, .20), rgba(255, 255, 255, .08)),
    linear-gradient(160deg, rgba(95, 123, 148, .34), transparent 46%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .12) 0 1px, transparent 1px 18px);
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none;
  color: #fff;
}

.image-placeholder span {
  color: rgba(255, 255, 255, .72);
  font-weight: 850;
  font-size: 13px;
  text-transform: uppercase;
}

.image-placeholder strong {
  display: block;
  max-width: 360px;
  color: #fff;
  font-size: 25px;
  line-height: 1.18;
}

.process-card {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 2px;
  padding: 20px;
  color: var(--text-main);
}

.process-card strong {
  display: block;
  color: var(--trust-navy);
  font-size: 18px;
}

.quote-panel {
  background: #fff;
  border: 1px solid rgba(50, 78, 102, .14);
  border-radius: 2px;
  padding: 22px;
  color: var(--text-main);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
}

.quote-panel h2 {
  color: var(--trust-navy);
  font-size: 25px;
}

.quote-panel p {
  color: var(--text-muted);
  margin: 10px 0 16px;
}

.quote-steps {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.quote-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  font-weight: 750;
}

.quote-steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: var(--trust-soft);
  color: var(--trust-navy);
  font-weight: 900;
}

.hero-photo-note {
  margin-top: 14px;
  padding: 14px;
  border-radius: 2px;
  background: var(--trust-soft);
  color: var(--trust-navy);
  font-size: 14px;
  font-weight: 750;
}

.trust-bar {
  padding: 0 0 46px;
  margin-top: -22px;
  position: relative;
  z-index: 5;
}

.trust-bar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--trust-line);
  border-radius: 2px;
  background: var(--trust-line);
  box-shadow: var(--shadow);
}

.trust-item {
  background: #fff;
  padding: 18px 20px;
  border-top: 4px solid transparent;
}

.trust-item:nth-child(odd) {
  border-top-color: var(--trust-navy);
}

.trust-item b {
  display: block;
  color: var(--trust-navy);
}

.trust-item span {
  display: block;
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.45;
}

section {
  padding: 82px 0;
}

.section-soft {
  background: var(--trust-soft);
}

.section-blue {
  background: var(--trust-cream);
}

.section-intro {
  max-width: var(--content-narrow);
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-intro p {
  color: var(--text-muted);
  margin: 16px 0 0;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 22px;
}

.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: #fff;
  border: 1px solid rgba(50, 78, 102, .12);
  border-radius: 2px;
  padding: 24px;
  box-shadow: 0 10px 22px rgba(50, 78, 102, .06);
  border-top: 4px solid rgba(157, 182, 201, .55);
}

.card:hover {
  border-color: var(--trust-blue-border);
}

.card h3 {
  margin-top: 8px;
}

.card-kicker {
  color: var(--trust-blue-dark);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.card p {
  color: var(--text-muted);
}

.legal-card pre {
  margin: 0;
  white-space: pre-wrap;
  font: inherit;
  color: var(--text-main);
  line-height: 1.8;
}

.card-link {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 850;
  color: var(--trust-blue-dark);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.timeline {
  display: grid;
  gap: 16px;
}

.step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--trust-line);
  border-radius: 2px;
  padding: 20px;
}

.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 2px;
  background: var(--trust-navy);
  color: #fff;
  font-weight: 900;
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  [data-animate] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.cost-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.cost-factor {
  border: 1px solid var(--trust-line);
  background: #fff;
  border-radius: 2px;
  padding: 18px;
  min-height: 122px;
}

.area-map-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(50, 78, 102, .96), rgba(50, 78, 102, .84)),
    url("/assets/hero-entruempelung.jpg") center center / cover no-repeat;
  color: #fff;
}

.area-map-section .section-intro h2,
.area-map-section .section-intro p {
  color: #fff;
}

.area-map-section .section-intro p {
  color: rgba(255, 255, 255, .84);
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.area-card {
  position: relative;
  min-height: 196px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .95);
  color: var(--trust-navy);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .18);
}

.area-card h3 {
  margin: 12px 0 16px;
  color: var(--trust-navy);
}

.area-rank {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 32px;
  padding: 0 8px;
  background: var(--trust-navy);
  color: #fff;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}

.area-links {
  display: grid;
  gap: 8px;
}

.area-links a {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--trust-blue-border);
  background: var(--trust-soft);
  color: var(--trust-navy);
  font-weight: 850;
  font-size: 14px;
  line-height: 1.25;
}

.area-links a:hover {
  background: var(--trust-navy);
  border-color: var(--trust-navy);
  color: #fff;
}

.brandenburg-panel {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) 1.2fr;
  gap: 24px;
  align-items: start;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .96);
  color: var(--trust-navy);
  box-shadow: 0 14px 26px rgba(0, 0, 0, .18);
}

.brandenburg-panel h3 {
  color: var(--trust-navy);
  margin: 0 0 10px;
}

.brandenburg-panel p {
  color: var(--text-muted);
  margin: 0;
}

.brandenburg-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.brandenburg-links a {
  display: block;
  padding: 11px 12px;
  border: 1px solid var(--trust-blue-border);
  background: var(--trust-soft);
  color: var(--trust-navy);
  font-weight: 850;
  font-size: 14px;
  line-height: 1.25;
}

.brandenburg-links a:hover {
  background: var(--trust-navy);
  color: #fff;
}

.info-box {
  margin-top: 22px;
  padding: 24px;
  border-radius: 2px;
  background: var(--trust-navy);
  color: #fff;
}

.info-box h3 {
  color: #fff;
}

.faq-list {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid var(--trust-line);
}

.faq-item {
  border-bottom: 1px solid var(--trust-line);
  padding: 0;
}

.faq-item summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 22px 52px 22px 0;
  font-size: 20px;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 800;
  color: var(--trust-navy);
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  background: var(--trust-navy);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  color: var(--text-muted);
  margin: 0;
  padding: 0 52px 22px 0;
}

.cta-panel {
  background: var(--trust-blue);
  color: #fff;
  border-radius: 2px;
  padding: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.cta-panel h2,
.cta-panel p {
  color: #fff;
}

.cta-panel p {
  margin: 14px 0 0;
  max-width: 760px;
}

.breadcrumb {
  padding-top: 24px;
  color: var(--text-muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--trust-blue-dark);
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 28px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--trust-navy);
  font-weight: 800;
  font-size: 14px;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--trust-line);
  border-radius: 2px;
  background: #fff;
  min-height: 48px;
  padding: 12px 14px;
  font: inherit;
  color: var(--text-main);
}

textarea {
  min-height: 142px;
  resize: vertical;
}

.span-2 {
  grid-column: span 2;
}

.inquiry-section {
  background: var(--trust-soft);
}

.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.inquiry-note {
  background: var(--trust-navy);
  color: #fff;
  border: 1px solid var(--trust-navy);
  border-radius: 2px;
  padding: 28px;
}

.inquiry-note h2,
.inquiry-note h3 {
  color: #fff;
}

.inquiry-note p {
  color: rgba(255, 255, 255, .82);
}

.inquiry-note .mini-list {
  color: #fff;
}

.inquiry-note .mini-list li::before {
  background: #fff;
}

.inquiry-form {
  background: #fff;
  border: 1px solid var(--trust-line);
  border-radius: 2px;
  padding: 26px;
}

.inquiry-form h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.form-success {
  display: none;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--trust-navy);
  background: var(--trust-soft);
  color: var(--trust-navy);
  font-weight: 800;
}

.form-success.is-visible {
  display: block;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  background: var(--trust-blue);
  color: #fff;
  padding: 62px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 30px;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 255, 255, .78);
}

.site-footer a {
  display: block;
  margin: 9px 0;
}

.site-footer a:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-weight: 900;
  margin-bottom: 12px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .16);
  margin-top: 34px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
}

.mobile-callbar {
  display: none;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-block;
  }

  .mobile-menu {
    position: fixed;
    inset: 112px 0 auto 0;
    display: none;
    background: var(--trust-white);
    border-bottom: 1px solid var(--trust-line);
    padding: 20px;
    box-shadow: var(--shadow);
  }

  .mobile-menu.is-open {
    display: block;
  }

  .mobile-menu nav {
    display: grid;
    gap: 10px;
  }

  .mobile-menu a,
  .mobile-submenu-button {
    padding: 13px 12px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid var(--trust-line);
    font-weight: 800;
    color: var(--trust-navy);
    text-align: left;
    font: inherit;
    line-height: 1.2;
  }

  .mobile-submenu-button {
    position: relative;
    cursor: pointer;
  }

  .mobile-submenu-button::after {
    content: "+";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
  }

  .mobile-submenu-button[aria-expanded="true"]::after {
    content: "-";
  }

  .mobile-submenu {
    display: none;
    gap: 8px;
    padding-left: 12px;
  }

  .mobile-submenu.is-open {
    display: grid;
  }

  .mobile-submenu a {
    font-size: 15px;
    background: var(--trust-soft);
  }

  .hero-grid,
  .split,
  .contact-layout,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .grid-4,
  .cost-grid,
  .area-grid,
  .brandenburg-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    padding-bottom: 76px;
  }

  .container,
  .container-wide {
    width: min(100% - 32px, var(--container));
  }

  .header-inner {
    min-height: 68px;
  }

  .top-strip-inner {
    min-height: auto;
    padding: 8px 0;
    align-items: center;
    flex-direction: row;
    gap: 6px;
  }

  .top-strip-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    white-space: normal;
    justify-content: center;
    margin: 0 auto;
  }

  .mobile-menu {
    top: 104px;
  }

  .brand span:last-child {
    max-width: 170px;
  }

  .brand-logo {
    width: 220px;
    height: 52px;
  }

  .hero {
    padding: 0 0 34px;
  }

  .hero-shell {
    min-height: 560px;
    padding: 52px 0 58px;
    border-radius: 0;
    background:
      linear-gradient(90deg, rgba(50, 78, 102, .86) 0%, rgba(50, 78, 102, .66) 56%, rgba(50, 78, 102, .36) 100%),
      url("/assets/hero-entruempelung.jpg") center center / cover no-repeat,
      var(--trust-soft);
  }

  .hero-shell h1 span {
    padding: 0;
  }

  .hero-subline {
    padding: 4px 8px 6px;
  }

  section {
    padding: 60px 0;
  }

  .hero-points,
  .trust-bar-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .cost-grid,
  .form-grid,
  .area-grid,
  .brandenburg-panel,
  .brandenburg-links {
    grid-template-columns: 1fr;
  }

  .method-band,
  .process-band {
    grid-template-columns: 1fr;
  }

  .method-item,
  .process-band .step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .method-item:last-child,
  .process-band .step:last-child {
    border-bottom: 0;
  }

  .hero-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hero-points li {
    min-height: 58px;
    padding: 8px 6px 8px 30px;
    font-size: 13px;
    line-height: 1.25;
  }

  .hero-points li::before {
    left: 6px;
    width: 16px;
    height: 16px;
  }

  .hero-points li::after {
    left: 11px;
  }

  .span-2 {
    grid-column: auto;
  }

  .image-placeholder {
    min-height: 320px;
    border-radius: 2px;
  }

  .quote-panel {
    padding: 18px;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .cta-panel {
    padding: 30px 22px;
    border-radius: 2px;
  }

  .inquiry-layout {
    grid-template-columns: 1fr;
  }

  .mobile-callbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(252, 250, 247, .96);
    border-top: 1px solid var(--trust-line);
  }

  .mobile-callbar .button {
    min-height: 46px;
    padding: 10px 12px;
  }
}

/* Final visual correction: full-width hero, black typography, reference-style service cards */
body {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
  color: #101114;
  background: #f7f4f3;
}

h1,
h2,
h3,
.section-intro h2,
.card h3,
.card-link,
.desktop-nav a,
.nav-dropdown-button,
.mini-list,
.mini-list li,
.faq-item summary {
  color: #101114;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(16, 17, 20, .08);
  box-shadow: 0 10px 28px rgba(16, 17, 20, .07);
}

.top-strip {
  display: none !important;
}

.hero {
  padding: 0 0 78px;
  background: #fff;
}

.hero-shell {
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(560px, 67vh, 760px);
  margin: 0 !important;
  padding: 90px 0 92px;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .66) 0%, rgba(0, 0, 0, .42) 48%, rgba(0, 0, 0, .08) 100%),
    url("/assets/hero-entruempelung.jpg") center center / cover no-repeat,
    #e8eff4 !important;
}

.hero-grid {
  grid-template-columns: minmax(0, 690px);
}

.hero-shell h1,
.hero-shell h1 span,
.hero-shell h2,
.hero-shell h3,
.hero-shell .lead,
.hero-shell .hero-points,
.hero-shell .hero-points li {
  color: #fff !important;
}

.hero-points li {
  background: rgba(16, 17, 20, .30) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 4px;
  backdrop-filter: blur(7px);
}

.button-primary,
.button-whatsapp,
.header-actions .button-primary {
  background: #5F7B94 !important;
  color: #fff !important;
}

.button-secondary {
  color: #101114 !important;
  background: #fff;
}

section,
.section-soft,
.section-blue,
.home-method {
  background: #fff !important;
}

.section-intro {
  text-align: left;
}

.section-intro-center {
  text-align: center;
}

.grid-3 {
  gap: 28px !important;
}

.card {
  position: relative;
  min-height: 100%;
  padding: 34px 30px !important;
  border: 1px solid rgba(16, 17, 20, .06) !important;
  border-top: 1px solid rgba(16, 17, 20, .06) !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 20px 42px rgba(16, 17, 20, .07) !important;
}

#leistungen .grid-3 > .card::before,
.grid-3 > a.card .card-kicker {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 7px;
  background: #5F7B94;
  color: transparent;
  font-size: 0;
}

#leistungen .grid-3 > .card::before {
  content: "";
}

#leistungen .grid-3 > .card::after,
.grid-3 > a.card .card-kicker::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 44px;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 3px;
  box-shadow: 8px 8px 0 -5px #fff, -8px 8px 0 -5px #fff;
  pointer-events: none;
}

#leistungen .grid-3 > .card h3 {
  margin-top: 0;
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.16;
}

#leistungen .grid-3 > .card p {
  color: #4d5560;
}

#leistungen .grid-3 > .card .mini-list {
  display: none;
}

.card-link {
  margin-top: 18px;
  font-weight: 850;
  color: #101114 !important;
}

.mini-list li::before {
  background: #101114;
}

.method-band,
.process-band {
  background: #fff !important;
  border: 1px solid rgba(16, 17, 20, .08);
  box-shadow: 0 20px 42px rgba(16, 17, 20, .07);
}

.method-item,
.process-band .step {
  background: #fff !important;
}

.method-item h3,
.method-item p,
.process-band .step h3,
.process-band .step p {
  color: #101114 !important;
}

.area-map-section {
  background: #fff !important;
}

.area-map-section .section-intro h2,
.area-map-section .section-intro p,
.area-card h3,
.area-links a,
.brandenburg-panel h3,
.brandenburg-panel p {
  color: #101114 !important;
}

.area-card {
  border: 1px solid rgba(16, 17, 20, .08) !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: 0 18px 40px rgba(16, 17, 20, .07) !important;
}

.method-band {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  max-width: 1120px;
  margin: 36px auto 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.method-item {
  min-height: 250px;
  padding: 34px 38px;
  text-align: center;
  background: #324E66 !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: 0 18px 38px rgba(16, 17, 20, .10);
}

.method-item h3,
.method-item p {
  color: #fff !important;
}

.method-icon {
  background: #fff !important;
  color: #324E66 !important;
}

section {
  padding: 58px 0 !important;
}

.hero {
  padding-bottom: 48px !important;
}

.home-method {
  padding-top: 46px !important;
}

.section-intro {
  margin-bottom: 26px !important;
}

.section-intro p {
  margin-top: 12px !important;
}

.grid-2,
.grid-3,
.grid-4 {
  gap: 20px !important;
}

.split {
  gap: 28px !important;
}

.section-blue .split,
.section-blue .grid-2 {
  display: grid !important;
  visibility: visible !important;
}

[data-animate],
[data-animate].is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: opacity .12s ease !important;
}

.process-band {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  max-width: 1120px;
  margin: 30px auto 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.process-band .step {
  min-height: 230px;
  padding: 32px 34px;
  display: block !important;
  text-align: center;
  background: #324E66 !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: 0 18px 38px rgba(16, 17, 20, .10);
}

.process-band .step h3,
.process-band .step p {
  color: #fff !important;
}

.process-band .step-number {
  margin: 0 auto 18px;
  background: #fff !important;
  color: #324E66 !important;
}

@media (max-width: 768px) {
  .hero-shell {
    min-height: 590px;
    padding: 58px 0 64px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .74) 0%, rgba(0, 0, 0, .48) 62%, rgba(0, 0, 0, .15) 100%),
      url("/assets/hero-entruempelung.jpg") center center / cover no-repeat,
      #e8eff4 !important;
  }

  .section-intro {
    text-align: left;
  }

  .method-band {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 26px;
  }

  .method-item {
    min-height: auto;
    padding: 28px 24px;
  }

  section {
    padding: 42px 0 !important;
  }

  .hero {
    padding-bottom: 34px !important;
  }

  .home-method {
    padding-top: 34px !important;
  }

  .split,
  .section-blue .split,
  .section-blue .grid-2 {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .section-blue .grid-2 {
    gap: 16px !important;
  }

  .process-band {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-top: 24px;
  }

  .process-band .step {
    min-height: auto;
    padding: 28px 24px;
    border: 0 !important;
  }
}

/* Must remain last: overrides legacy Entrümpelung mobile rules. */
@media (max-width: 860px) {
  .site-header .container-wide { width: calc(100% - 32px) !important; }
  .site-header .header-inner { min-width: 0; }
  .site-header .brand { min-width: 0; }
  .site-header .brand img { width: 176px !important; height: 52px !important; }
  .page-hero .hero-layout,
  .page-hero .hero-copy,
  .page-hero .hero-visual { min-width: 0 !important; width: 100% !important; }
  .page-hero .hero-points { display: grid !important; grid-template-columns: 1fr !important; width: 100% !important; }
  .page-hero .hero-points li { width: 100% !important; min-width: 0 !important; box-sizing: border-box !important; }
  .page-hero .hero-visual-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  .page-hero .hero-visual-card .button { width: 100% !important; box-sizing: border-box !important; }
  .page-hero { overflow: hidden; }
}
