:root {
  --paper: #f8f7f0;
  --paper-soft: #fffefd;
  --ink: #34342d;
  --muted: #66685c;
  --line: #e2e6d8;
  --brass: #bd8c34;
  --brass-dark: #715622;
  --gold-50: #fffaf0;
  --gold-100: #f7f2e5;
  --gold-200: #ede1c9;
  --gold-300: #dbc07f;
  --gold-400: #bd8c34;
  --sage: #6f7d5a;
  --sage-dark: #4f5e43;
  --sage-soft: #eef2e8;
  --sage-100: #f5f7f1;
  --sage-line: #d8decc;
  --green: #bd8c34;
  --green-dark: #715622;
  --gold-panel: #6f7d5a;
  --panel: #6f7d5a;
  --white: #ffffff;
  --accent: #bd8c34;
  --shadow: 0 14px 34px rgba(50, 62, 42, .08);
  --font-body: Aptos, "Avenir Next", "Segoe UI", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-heading: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper-soft);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(111,125,90,.04), transparent 44%, rgba(189,140,52,.018));
  z-index: -1;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
main, section, div, article, aside, header, footer, nav, h1, h2, h3, p, li, a, span, strong, label, input, select, textarea, button { min-width: 0; }
p, li, summary, label, .top-proof, .hero-trust span, .trust-button { overflow-wrap: break-word; }
h1, h2, h3 { overflow-wrap: normal; hyphens: auto; }
h1 { hyphens: none; text-wrap: balance; }
.skip-link { position: absolute; left: -999px; top: 1rem; background: var(--ink); color: white; padding: .75rem 1rem; z-index: 10; }
.skip-link:focus { left: 1rem; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(79,94,67,.24);
  background: linear-gradient(135deg, #758463, #536349);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255,255,255,.12) inset;
  position: sticky;
  top: 0;
  z-index: 5;
}
.brand { display: grid; grid-template-columns: 3.05rem auto; column-gap: .75rem; text-decoration: none; align-items: center; min-width: 14rem; }
.brand img { grid-row: span 2; width: 3.05rem; height: 3.05rem; object-fit: contain; background: var(--white); border-radius: 999px; padding: .22rem; }
.brand strong { line-height: 1.1; color: var(--white); font-family: var(--font-heading); font-weight: 600; font-size: 1.08rem; }
.brand small { color: rgba(255,255,255,.86); font-size: .78rem; line-height: 1.2; }
.nav { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: .35rem 0; font-size: .92rem; color: var(--white); }
.nav a { position: relative; text-decoration: none; white-space: nowrap; overflow-wrap: normal; padding: .15rem .85rem; }
.nav a + a { border-left: 1px solid rgba(255,255,255,.36); }
.nav a:hover { color: #f3ecd8; }
.text-link:hover { color: var(--sage-dark); }
.header-actions { display: flex; align-items: center; gap: .7rem; }
.icon-link { color: var(--white); font-weight: 700; text-decoration: none; font-size: .9rem; white-space: nowrap; overflow-wrap: normal; }
.icon-link:hover { color: #f3ecd8; }
.header-call { min-height: 2.45rem; padding: .52rem .9rem; }
.hero, .page-hero {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}
.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, .92fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(2rem, 7vw, 5rem) 0;
}
.hero-copy { max-width: 44rem; }
.eyebrow {
  margin: 0 0 .75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  font-weight: 700;
  color: var(--sage-dark);
}
h1, h2, h3 {
  margin: 0;
  line-height: 1.12;
  font-family: var(--font-heading);
  font-weight: 500;
  letter-spacing: 0;
}
h1 { font-size: clamp(2.45rem, 5vw, 5rem); max-width: 16ch; }
.page-hero h1 { max-width: 18ch; }
h2 { font-size: clamp(1.7rem, 3vw, 2.8rem); }
h3 { font-size: 1.35rem; }
.top-proof {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: .35rem 0 1rem;
  padding: .38rem .66rem;
  border: 1px solid rgba(79,94,67,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--sage-dark);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.35;
}
.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 1rem 0 0;
}
.hero-proof-row span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: .34rem .68rem;
  border: 1px solid rgba(79,94,67,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: var(--sage-dark);
  font-size: .86rem;
  font-weight: 800;
}
.hero-claim { font-size: clamp(1.35rem, 2.4vw, 2rem); margin: 1.1rem 0 0; color: var(--sage-dark); font-family: var(--font-heading); font-weight: 500; }
.hero-text, .page-hero > p { font-size: 1.12rem; color: var(--muted); max-width: 42rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.1rem; max-width: 44rem; }
.hero-trust span,
.trust-button { background: rgba(255,255,255,.92); border: 1px solid rgba(79,94,67,.16); border-radius: 999px; padding: .42rem .72rem; color: var(--sage-dark); font-size: .9rem; font-weight: 800; box-shadow: 0 8px 18px rgba(50,62,42,.035); text-decoration: none; }
.hero-trust span,
.trust-button { border-color: rgba(79,94,67,.18); color: var(--sage-dark); }
.trust-button { background: var(--white); border-color: rgba(79,94,67,.38); }
.trust-button:hover { background: var(--sage-100); color: var(--ink); }
.actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.5rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: .78rem 1.08rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow-wrap: normal;
  line-height: 1.25;
}
.button-primary { background: var(--green); color: white; border-color: rgba(113,86,34,.32); box-shadow: 0 10px 22px rgba(113,86,34,.14); }
.button-primary:hover { background: var(--green-dark); color: white; }
.button-secondary, .button-call { background: var(--white); color: var(--sage-dark); border-color: rgba(79,94,67,.38); }
.button-secondary:hover, .button-call:hover { background: var(--sage-100); color: var(--ink); border-color: rgba(79,94,67,.55); }
.button-large { min-height: 3.35rem; padding: .92rem 1.35rem; font-size: 1.03rem; }
.hero-image { position: relative; }
.hero-image img { aspect-ratio: 4 / 5; width: 100%; object-fit: cover; object-position: center; border-radius: 8px; box-shadow: var(--shadow); }
.hero-image img, .side-image, .portrait-image, .image-strip img, .home-wide-visual img, .media-card img { filter: sepia(.15) saturate(.84) contrast(1.035) brightness(1.035) hue-rotate(-5deg); }
.hero-image::after { content: ""; position: absolute; inset: auto 0 -.75rem .75rem; height: 45%; border: 1px solid var(--sage); border-radius: 8px; z-index: -1; opacity: .2; }
.image-frame { position: relative; margin-bottom: 1.1rem; }
.image-frame .side-image { margin-bottom: 0; }
.page-hero { padding: clamp(3rem, 8vw, 6rem) 0 clamp(2rem, 4vw, 4rem); }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero-ads { padding: clamp(1.6rem, 4.2vw, 3.2rem) 0 clamp(1rem, 2.8vw, 2rem); }
.page-hero-ads h1 { max-width: 25ch; font-size: clamp(2.05rem, 3.65vw, 3.85rem); }
.page-hero-ads .actions { margin-top: 1rem; }
.page-hero-ads + .ads-landing { padding-top: 0; }
.section, .cta-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2.8rem, 6vw, 5rem) 0;
}
.home-wide-visual {
  position: relative;
  width: 100%;
  min-height: clamp(20rem, 48vw, 36rem);
  overflow: hidden;
  margin: clamp(1rem, 3vw, 2rem) 0 0;
  border-top: 1px solid rgba(79,94,67,.16);
  border-bottom: 1px solid rgba(79,94,67,.16);
  background: var(--sage-soft);
}
.home-wide-visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(20rem, 48vw, 36rem);
  object-fit: cover;
  object-position: center;
}
.home-wide-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(52,55,44,.58), rgba(52,55,44,.18) 48%, rgba(52,55,44,.04));
  pointer-events: none;
}
.wide-visual-caption {
  position: absolute;
  left: max(1rem, calc((100% - 1180px) / 2));
  bottom: clamp(1.4rem, 5vw, 4rem);
  z-index: 1;
  max-width: min(34rem, calc(100% - 2rem));
  color: var(--white);
}
.wide-visual-caption .eyebrow { color: rgba(255,255,255,.84); }
.wide-visual-caption h2 { font-size: clamp(1.95rem, 4vw, 3.8rem); text-shadow: 0 14px 32px rgba(0,0,0,.28); }
.section-muted {
  width: 100%;
  max-width: none;
  background: linear-gradient(180deg, #fffefd, #f7f8f2);
  padding-left: max(1rem, calc((100% - 1180px) / 2));
  padding-right: max(1rem, calc((100% - 1180px) / 2));
}
.ads-landing { padding-top: clamp(1rem, 3vw, 2rem); }
.ads-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .78fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
  padding: clamp(1.2rem, 3.5vw, 2rem);
  border: 1px solid var(--sage-line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,247,241,.92));
  box-shadow: var(--shadow);
}
.ads-hero-card h2 { font-size: clamp(1.95rem, 3.8vw, 3.6rem); max-width: 15ch; }
.ads-hero-card p { color: var(--muted); max-width: 45rem; }
.ads-lead { font-size: 1.08rem; }
.microcopy { margin-top: .85rem; font-size: .92rem; color: var(--muted); max-width: 38rem; }
.ads-action-box {
  align-self: stretch;
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(79,94,67,.2);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--sage-soft), rgba(255,255,255,.96));
  box-shadow: 0 12px 26px rgba(50,62,42,.06);
}
.ads-action-box > strong {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.7vw, 2.3rem);
  line-height: 1.06;
}
.ads-action-box ol {
  display: grid;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: adsSteps;
}
.ads-action-box li {
  counter-increment: adsSteps;
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--ink);
  font-weight: 800;
}
.ads-action-box li::before {
  content: counter(adsSteps);
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--sage);
  color: var(--white);
  font-size: .82rem;
}
.ads-action-box small { color: var(--muted); line-height: 1.45; }
.ads-visual-band {
  position: relative;
  min-height: clamp(15rem, 34vw, 26rem);
  margin: 0 0 clamp(1rem, 3vw, 2rem);
  overflow: hidden;
  border-top: 1px solid rgba(79,94,67,.16);
  border-bottom: 1px solid rgba(79,94,67,.16);
  background: var(--sage-soft);
}
.ads-visual-band img {
  width: 100%;
  height: 100%;
  min-height: clamp(15rem, 34vw, 26rem);
  object-fit: cover;
  filter: sepia(.15) saturate(.84) contrast(1.035) brightness(1.035) hue-rotate(-5deg);
}
.ads-visual-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(52,55,44,.55), rgba(52,55,44,.12) 56%, rgba(52,55,44,.04));
}
.ads-visual-band > div {
  position: absolute;
  z-index: 1;
  left: max(1rem, calc((100% - 1180px) / 2));
  bottom: clamp(1.3rem, 4vw, 3rem);
  max-width: min(32rem, calc(100% - 2rem));
  color: var(--white);
}
.ads-visual-band .eyebrow { color: rgba(255,255,255,.85); }
.ads-visual-band h2 { text-shadow: 0 14px 32px rgba(0,0,0,.28); }
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.case-card {
  background: rgba(255,255,255,.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.1rem, 2.5vw, 1.6rem);
}
.case-card span {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-grid;
  place-items: center;
  margin-bottom: .9rem;
  border-radius: 999px;
  background: var(--sage);
  color: var(--white);
  font-weight: 800;
}
.case-card p { color: var(--muted); }
.compact-steps {
  display: grid;
  gap: .8rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}
.compact-steps li {
  padding: .9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.74);
}
.intro-grid, .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.intro-grid > div, .card, .side-panel, .trust-box, .form, .local-info-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,250,246,.96));
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.1rem, 2.5vw, 1.7rem);
}
.intro-grid p:last-child, .card p:last-child, .text-block p:last-child { margin-bottom: 0; }
.split, .contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .7fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}
.text-block + .text-block { margin-top: 2rem; }
.text-block p, .card p, .side-panel p, .faq-list p { color: var(--muted); }
.side-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 8px; border: 1px solid var(--line); margin-bottom: 1.1rem; background: var(--white); }
.trust-box { display: grid; gap: .8rem; }
.portrait-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; border-radius: 8px; border: 1px solid var(--line); margin-bottom: .35rem; background: var(--white); }
.trust-box span { padding-bottom: .75rem; border-bottom: 1px solid var(--line); font-weight: 700; }
.trust-box span:last-child { border-bottom: 0; padding-bottom: 0; }
.section-heading { max-width: 42rem; margin-bottom: 1.4rem; }
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { min-height: 13rem; display: flex; flex-direction: column; justify-content: space-between; }
.stack-actions { display: grid; gap: .65rem; }
.orientation-band { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2rem 0; }
.orientation-band p { color: var(--muted); margin-top: 0; }
.orientation-band p:last-child { margin-bottom: 0; }
.image-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.image-strip figure { margin: 0; position: relative; overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: var(--white); }
.image-strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; transition: transform .25s ease; }
.image-strip figure:hover img { transform: scale(1.025); }
.image-strip figcaption { position: absolute; left: .75rem; right: .75rem; bottom: .75rem; width: fit-content; max-width: calc(100% - 1.5rem); padding: .35rem .55rem; border-radius: 6px; background: rgba(79,94,67,.78); color: white; font-size: .86rem; font-weight: 700; }
.visual-story { display: grid; gap: 1rem; }
.visual-note {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  padding: clamp(1.15rem, 3vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(245,247,241,.9));
}
.visual-note h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); }
.visual-note p { margin: 0; color: var(--muted); }
.text-link { color: var(--sage-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.side-note {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .9rem;
}
.video-section {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(20rem, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.video-copy p:not(.eyebrow) { color: var(--muted); }
.video-consent {
  aspect-ratio: 16 / 9;
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(79,94,67,.18);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(52,55,44,.62), rgba(52,55,44,.28)),
    url("/assets/images/fabian-benoehr-nachlasswegweiser-backnang-stuttgart.jpg") center 28% / cover;
  color: var(--white);
  box-shadow: var(--shadow);
}
.video-consent > div {
  width: min(26rem, calc(100% - 2rem));
  display: grid;
  gap: .75rem;
  justify-items: start;
}
.video-consent strong {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.6vw, 2.3rem);
  line-height: 1.08;
}
.video-consent p { margin: 0; color: rgba(255,255,255,.86); }
.video-consent iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.media-section .section-heading p:not(.eyebrow) { color: var(--muted); max-width: 52rem; }
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.media-card {
  margin: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,244,.96));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(50,62,42,.055);
}
.media-card a { display: block; text-decoration: none; background: var(--white); }
.media-card img {
  width: 100%;
  aspect-ratio: 4 / 3.4;
  object-fit: cover;
  object-position: top center;
  background: var(--white);
  transition: transform .25s ease;
}
.media-card:hover img { transform: scale(1.018); }
.media-card figcaption {
  display: grid;
  gap: .2rem;
  padding: .85rem .9rem 1rem;
}
.media-card figcaption span {
  color: var(--sage-dark);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}
.media-card figcaption strong {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  line-height: 1.18;
  font-weight: 600;
}
.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .75rem; padding: 0; margin: 0; list-style: none; }
.steps li { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 1rem; }
.steps span { display: grid; place-items: center; width: 2rem; height: 2rem; background: var(--sage); color: white; border-radius: 999px; margin-bottom: .75rem; font-weight: 700; box-shadow: 0 7px 16px rgba(50,62,42,.12); }
.steps p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.audience-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 2rem 0;
}
.mini-links, .link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.mini-links a, .link-grid a { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: .9rem; text-decoration: none; font-weight: 700; }
.region-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.region-section p:last-child { margin: 0; color: var(--muted); }
.cta-section {
  margin-bottom: clamp(2rem, 6vw, 5rem);
  background:
    linear-gradient(140deg, rgba(255,255,255,.96), rgba(255,255,255,.72) 46%),
    linear-gradient(135deg, #fffefd 0%, #f5f7f1 62%, #e6eadb 100%);
  color: var(--ink);
  border-radius: 8px;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(79,94,67,.16);
  box-shadow: 0 14px 34px rgba(50,62,42,.06);
}
.cta-section p { max-width: 45rem; color: var(--muted); }
.cta-section .eyebrow { color: var(--sage-dark); }
.check-list { list-style: none; margin: 1rem 0 1.5rem; padding: 0; display: grid; gap: .7rem; }
.check-list li { position: relative; padding-left: 1.4rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: .45rem; height: .45rem; background: var(--sage); border-radius: 999px; }
.faq-list { display: grid; gap: .7rem; }
details { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 1rem 1.2rem; }
summary { cursor: pointer; font-weight: 800; }
.form { display: grid; gap: 1rem; }
label { display: grid; gap: .35rem; font-weight: 700; color: #443f38; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 2.8rem;
  padding: .72rem .8rem;
  font: inherit;
  background: var(--white);
  color: var(--ink);
}
textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.form-row label { display: flex; align-items: center; gap: .5rem; font-weight: 600; }
.form-row input { width: auto; min-height: auto; }
.fineprint { font-size: .92rem; }
.contact-choice { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(17rem, .7fr); gap: 1.25rem; align-items: center; background: linear-gradient(180deg, var(--white), #f8faf4); border: 1px solid var(--line); border-radius: 8px; padding: clamp(1.2rem, 3vw, 2rem); margin-bottom: 1rem; box-shadow: var(--shadow); }
.contact-choice h2 { font-size: clamp(1.65rem, 2.6vw, 2.4rem); }
.contact-choice p { color: var(--muted); margin-bottom: 0; }
.contact-choice a:not(.button) { color: var(--sage-dark); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .18em; }
.contact-actions { display: grid; gap: .7rem; }
.contact-local { display: grid; gap: 1rem; }
.local-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.local-info-card h2 { font-size: 1.35rem; margin-bottom: .65rem; }
.local-info-card p { color: var(--muted); margin: 0 0 .75rem; }
.local-info-card p:last-child { margin-bottom: 0; }
.map-contact-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(20rem, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; }
.map-contact-grid p { color: var(--muted); }
.map-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.map-card {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  border: 1px solid rgba(79,94,67,.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(245,247,241,.84)),
    radial-gradient(circle at 35% 42%, rgba(111,125,90,.18), transparent 22%),
    linear-gradient(90deg, rgba(79,94,67,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(79,94,67,.08) 1px, transparent 1px);
  background-size: auto, auto, 3.2rem 3.2rem, 3.2rem 3.2rem;
  box-shadow: var(--shadow);
}
.map-line { position: absolute; height: 2px; width: 76%; background: rgba(79,94,67,.18); transform-origin: left center; border-radius: 999px; }
.map-line-one { left: 13%; top: 48%; width: 70%; transform: rotate(-8deg); }
.map-line-two { left: 28%; top: 66%; width: 54%; transform: rotate(15deg); }
.map-line-three { left: 51%; top: 25%; height: 62%; width: 2px; transform: rotate(10deg); }
.map-pin {
  position: absolute;
  left: 54%;
  top: 32%;
  transform: translate(-50%, -50%);
  display: grid;
  gap: .15rem;
  min-width: 11rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(79,94,67,.45);
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  color: var(--sage-dark);
  box-shadow: 0 14px 30px rgba(50,62,42,.11);
}
.map-pin::before { content: ""; position: absolute; left: 1rem; bottom: -.45rem; width: .9rem; height: .9rem; background: rgba(255,255,255,.94); border-right: 1px solid rgba(79,94,67,.45); border-bottom: 1px solid rgba(79,94,67,.45); transform: rotate(45deg); }
.map-pin span { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.map-pin strong { font-family: var(--font-heading); font-size: 1.28rem; line-height: 1.1; font-weight: 600; }
.map-city { position: absolute; padding: .25rem .5rem; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--muted); font-size: .84rem; font-weight: 800; }
.map-city.stuttgart { left: 44%; bottom: 9%; }
.map-city.ludwigsburg { left: 12%; top: 43%; }
.map-city.winnenden { right: 13%; top: 43%; }
.map-city.waiblingen { right: 20%; bottom: 26%; }
.contact-seo-block { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; border-top: 1px solid var(--line); padding-top: 2rem; }
.contact-seo-block p { color: var(--muted); }
.contact-faq-mini { display: grid; gap: .65rem; }
.contact-faq-mini details { border: 1px solid var(--line); border-radius: 8px; padding: .95rem 1rem; background: var(--white); }
.contact-faq-mini summary { cursor: pointer; font-weight: 800; color: var(--ink); }
.contact-faq-mini p { margin-bottom: 0; }
.contact-direct { background: #f8faf4; border: 1px solid var(--line); border-radius: 8px; padding: 1rem; }
.contact-direct a { color: var(--sage-dark); font-weight: 700; }
.form-note { margin: 0; padding: .9rem 1rem; border: 1px solid rgba(79,94,67,.24); border-radius: 8px; background: var(--sage-100); color: var(--muted); }
.form-note a { color: var(--sage-dark); font-weight: 800; }
.footer-links a, .form-note a, .contact-direct a { overflow-wrap: anywhere; }
.legal-text {
  max-width: 900px;
  color: var(--muted);
}
.legal-text h2,
.legal-text h3,
.legal-text h4 {
  color: var(--ink);
  margin-top: 2rem;
  margin-bottom: .65rem;
  font-family: var(--font-body);
  font-weight: 800;
  line-height: 1.25;
}
.legal-text h2 { font-size: 1.45rem; }
.legal-text h3 { font-size: 1.15rem; }
.legal-text h4 { font-size: 1rem; }
.legal-text p { margin: 0 0 1rem; }
.legal-text ul { margin: 0 0 1.2rem; padding-left: 1.25rem; }
.legal-text li { margin-bottom: .55rem; }
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem clamp(1rem, 4vw, 4rem);
  background:
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.78) 42%),
    linear-gradient(135deg, #fffefd 0%, #f5f7f1 58%, #dfe5d3 100%);
  color: var(--ink);
  border-top: 1px solid rgba(79,94,67,.18);
}
.site-footer p { color: var(--muted); max-width: 45rem; margin-bottom: 0; }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; align-content: start; }
.footer-links a { color: var(--sage-dark); text-decoration-color: rgba(79,94,67,.42); text-underline-offset: .2em; }
.footer-links a:hover { color: var(--ink); }
.whatsapp-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 8; display: inline-flex; align-items: center; gap: .55rem; text-decoration: none; background: var(--green); color: white; border: 1px solid rgba(113,86,34,.32); border-radius: 999px; padding: .74rem 1rem; box-shadow: 0 12px 26px rgba(53,39,19,.14); white-space: nowrap; max-width: calc(100vw - 2rem); }
.whatsapp-float:hover { background: var(--green-dark); color: white; }
.whatsapp-float span { font-size: .82rem; font-weight: 900; letter-spacing: 0; }
.whatsapp-float strong { font-size: .92rem; line-height: 1.1; }
@media (max-width: 1180px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: .9rem; position: static; }
  .nav { justify-content: flex-start; }
  .header-actions { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
}
@media (max-width: 900px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: .9rem; position: static; }
  .nav { justify-content: flex-start; }
  .hero, .split, .contact-grid, .contact-choice, .map-contact-grid, .contact-seo-block, .orientation-band, .audience-band, .region-section, .visual-note, .video-section, .ads-hero-card { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-image img { aspect-ratio: 16 / 10; }
  .hero-image::after { display: none; }
  .intro-grid, .card-grid, .steps, .image-strip, .local-info-grid, .media-grid, .case-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .brand { min-width: 0; }
  .nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: .5rem; }
  .nav a { border: 1px solid rgba(255,255,255,.35); border-radius: 6px; padding: .55rem; background: rgba(255,255,255,.18); font-size: .86rem; }
  .nav a + a { border-left: 1px solid rgba(255,255,255,.35); }
  .header-actions { width: 100%; justify-content: space-between; flex-wrap: wrap; }
  .actions, .contact-actions, .stack-actions { width: 100%; }
  .button { width: 100%; white-space: normal; }
  .header-actions .button { width: auto; white-space: nowrap; }
  h1 { font-size: 2.18rem; max-width: 100%; }
  .intro-grid, .card-grid, .steps, .image-strip, .mini-links, .link-grid, .form-row, .local-info-grid, .media-grid, .case-grid { grid-template-columns: 1fr; }
  .media-card img { aspect-ratio: 4 / 3.6; }
  .map-card { min-height: 19rem; }
  .map-pin { left: 55%; top: 30%; min-width: 9.5rem; }
  .map-city.stuttgart { left: 42%; right: auto; bottom: 10%; }
  .map-city.ludwigsburg { left: 7%; right: auto; top: 43%; }
  .map-city.winnenden { right: 7%; left: auto; top: 43%; }
  .map-city.waiblingen { right: 13%; left: auto; bottom: 29%; }
  .site-footer { flex-direction: column; }
  .whatsapp-float { left: .75rem; right: .75rem; bottom: .75rem; justify-content: center; padding: .78rem .85rem; }
  .whatsapp-float span { font-size: .78rem; }
  .whatsapp-float strong { font-size: .88rem; }
}
@media (max-width: 420px) {
  h1 { font-size: 2.02rem; }
  h2 { font-size: 1.55rem; }
  .hero, .page-hero, .section, .cta-section { width: min(100% - 1.25rem, 1180px); }
  .site-header, .site-footer { padding-left: .75rem; padding-right: .75rem; }
  .whatsapp-float { gap: .38rem; padding-left: .65rem; padding-right: .65rem; }
  .whatsapp-float span { font-size: .72rem; }
  .whatsapp-float strong { font-size: .82rem; }
}
@media (max-width: 360px) {
  h1 { font-size: 1.88rem; }
  .nav a { font-size: .82rem; padding: .5rem; }
  .header-actions { gap: .45rem; }
  .header-call { padding-left: .72rem; padding-right: .72rem; }
  .whatsapp-float span { display: none; }
  .whatsapp-float strong { font-size: .86rem; }
}
