/* ==========================================================================
   archimedes-leasing.de.com — Archiv der Risikomuster
   style_id: financial_safety_brief
   css_layout_system: single-column ranked list + warning callout cards
   Palette: calm safety cool-grey + measured amber (desaturated, sparing).
   ========================================================================== */

:root {
  --wz-bg: #f4f5f6;
  --wz-surface: #ffffff;
  --wz-ink: #20242b;
  --wz-muted: #5a616b;
  --wz-accent: #b5641e;          /* measured amber — warning, desaturated */
  --wz-accent-deep: #92501592;   /* used only for subtle borders/shadows */
  --wz-callout: #f6ecdf;         /* callout tint */
  --wz-hairline: #e1e4e8;
  --wz-focus: #2f6ea8;

  /* CMP variable bindings (COMMON §3 keeps behavior identical) */
  --accent: #b5641e;
  --muted: #5a616b;
  --cmp-bg: #ffffff;
  --cmp-fg: #20242b;
  --cmp-bd: #e1e4e8;
  --cmp-radius: 8px;

  --wz-maxw: 74rem;
  --wz-readw: 44rem;
  --wz-radius: 8px;
  --wz-shadow: 0 1px 2px rgba(32, 36, 43, .06), 0 8px 28px -22px rgba(32, 36, 43, .5);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

body {
  margin: 0;
  font-family: system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--wz-ink);
  background: var(--wz-bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: system-ui, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.22;
  color: var(--wz-ink);
  letter-spacing: -.01em;
}
h1 { font-size: clamp(1.9rem, 1.3rem + 2.6vw, 2.9rem); margin: 0 0 .5em; }
h2 { font-size: clamp(1.4rem, 1.1rem + 1.2vw, 1.85rem); margin: 2em 0 .55em; }
h3 { font-size: clamp(1.15rem, 1rem + .6vw, 1.35rem); margin: 1.6em 0 .5em; }

p { margin: 0 0 1.05em; }
a { color: var(--wz-accent); text-underline-offset: .16em; }
a:hover { color: #8f4d14; }

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

img { max-width: 100%; height: auto; display: block; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--wz-ink);
  color: #fff;
  padding: .6em 1em;
  z-index: 1200;
  border-radius: 0 0 6px 0;
}
.skip-link:focus { left: 0; }

/* ---- Layout primitives ---- */
.wrap { width: min(100% - 2.4rem, var(--wz-maxw)); margin-inline: auto; }
.read { width: min(100% - 2.4rem, var(--wz-readw)); margin-inline: auto; }
.stack > * + * { margin-top: 1.05em; }

/* ==========================================================================
   Sticky slim nav — nav_variant: minimal_sticky_nav
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(244, 245, 246, .92);
  backdrop-filter: saturate(1.1) blur(6px);
  border-bottom: 1px solid var(--wz-hairline);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  min-height: 60px;
  padding-block: .35rem;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--wz-ink);
  text-decoration: none;
  letter-spacing: -.01em;
}
.wordmark .mark {
  color: var(--wz-accent);
  flex: none;
}
.wordmark small {
  display: block;
  font-weight: 500;
  font-size: .72rem;
  color: var(--wz-muted);
  letter-spacing: 0;
}
.primary-nav {
  margin-left: auto;
}
.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.primary-nav a {
  color: var(--wz-muted);
  text-decoration: none;
  font-size: .95rem;
  font-weight: 600;
  padding: .3rem 0;
  border-bottom: 2px solid transparent;
}
.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--wz-ink);
  border-bottom-color: var(--wz-accent);
}

@media (max-width: 720px) {
  .site-header .wrap { flex-wrap: wrap; gap: .6rem 1rem; min-height: 0; padding-block: .6rem; }
  .primary-nav { margin-left: 0; width: 100%; }
  .primary-nav ul { gap: .8rem 1.1rem; }
}

/* ==========================================================================
   Hero — risk-recognition panel, min-height:100dvh
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(24, 28, 34, .68) 0%, rgba(24, 28, 34, .78) 100%),
    url("../img/home-hero.jpg") center / cover no-repeat;
}
.hero__inner {
  padding-block: clamp(3rem, 8vh, 6rem);
  animation: wz-fade .7s ease both;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #f6dcc2;
  margin: 0 0 1rem;
}
.hero h1 { color: #fff; max-width: 20ch; }
.hero__standfirst {
  font-size: clamp(1.05rem, 1rem + .5vw, 1.28rem);
  color: #e9ebee;
  max-width: 54ch;
  margin-bottom: 1.8rem;
}
.hero__preview {
  background: rgba(20, 24, 30, .5);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: var(--wz-radius);
  padding: 1.2rem 1.35rem;
  max-width: 40rem;
  backdrop-filter: blur(2px);
}
.hero__preview h2 {
  margin: 0 0 .7rem;
  font-size: 1.02rem;
  color: #fff;
  letter-spacing: .01em;
}
.hero__preview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .5rem;
}
.hero__preview li {
  display: flex;
  gap: .6rem;
  align-items: flex-start;
  font-size: .96rem;
  color: #eef0f2;
}
.hero__preview li svg { flex: none; margin-top: .18rem; color: #f0c79c; }
.hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-top: 1.6rem;
  color: #fff;
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border-bottom: 2px solid var(--wz-accent);
  padding-bottom: .2rem;
}

@keyframes wz-fade {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

/* ==========================================================================
   Sections
   ========================================================================== */
.section { padding-block: clamp(2.6rem, 6vh, 4.4rem); }
.section--tint { background: var(--wz-surface); border-block: 1px solid var(--wz-hairline); }
.section__head { max-width: 58ch; margin-bottom: 1.8rem; }
.section__kicker {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--wz-accent);
  margin-bottom: .5rem;
}
.section__lead { color: var(--wz-muted); font-size: 1.06rem; }

/* ==========================================================================
   editorial_ranked_list — numbered ranked list of warning patterns
   single-column flex, NO grid masonry
   ========================================================================== */
.ranked {
  display: flex;
  flex-direction: column;
  gap: .9rem;
  counter-reset: wz-rank;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ranked__item {
  counter-increment: wz-rank;
  position: relative;
  background: var(--wz-surface);
  border: 1px solid var(--wz-hairline);
  border-radius: var(--wz-radius);
  box-shadow: var(--wz-shadow);
  transition: border-color .18s ease, transform .18s ease;
}
.ranked__item:hover {
  border-color: #d6b48f;
  transform: translateY(-1px);
}
.ranked__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .4rem 1.15rem;
  align-items: start;
  padding: 1.05rem 1.25rem;
  text-decoration: none;
  color: inherit;
}
.ranked__num {
  grid-row: 1 / span 2;
  align-self: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--wz-accent);
  min-width: 2.4rem;
  font-variant-numeric: tabular-nums;
}
.ranked__num::before { content: counter(wz-rank, decimal-leading-zero); }
.ranked__title {
  font-weight: 700;
  font-size: 1.12rem;
  color: var(--wz-ink);
  margin: 0;
}
.ranked__watch {
  grid-column: 2;
  color: var(--wz-muted);
  font-size: .96rem;
  margin: 0;
}
.ranked__meta {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  display: flex;
  align-items: center;
  gap: .5rem;
  color: var(--wz-muted);
  font-size: .82rem;
  white-space: nowrap;
}
.ranked__meta svg { color: var(--wz-accent); flex: none; }

@media (max-width: 620px) {
  .ranked__link { grid-template-columns: auto 1fr; }
  .ranked__num { grid-row: 1 / span 3; font-size: 1.3rem; min-width: 2rem; }
  .ranked__meta { grid-column: 2; grid-row: auto; }
}

/* Grouped-by-type headings on archive */
.type-group { margin-top: 2.2rem; }
.type-group:first-of-type { margin-top: 0; }
.type-group__head {
  display: flex;
  align-items: center;
  gap: .6rem;
  margin: 0 0 .9rem;
  font-size: 1.2rem;
}
.type-group__head svg { color: var(--wz-accent); flex: none; }
.type-group__note {
  color: var(--wz-muted);
  font-size: .95rem;
  margin: -.4rem 0 1rem;
}

/* ==========================================================================
   Warning callout card — aside role="note", bordered
   ========================================================================== */
.callout {
  background: var(--wz-callout);
  border: 1px solid #e6d3b8;
  border-left: 4px solid var(--wz-accent);
  border-radius: var(--wz-radius);
  padding: 1.05rem 1.2rem;
  margin: 1.6rem 0;
}
.callout__head {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  margin: 0 0 .4rem;
  color: #7a4211;
}
.callout__head svg { flex: none; color: var(--wz-accent); }
.callout p:last-child { margin-bottom: 0; }
.callout--plain {
  background: var(--wz-surface);
  border-color: var(--wz-hairline);
  border-left-color: var(--wz-muted);
}
.callout--plain .callout__head { color: var(--wz-ink); }
.callout--plain .callout__head svg { color: var(--wz-muted); }

/* Small legal disclaimer aside */
.legal-note {
  font-size: .88rem;
  color: var(--wz-muted);
  background: var(--wz-surface);
  border: 1px dashed var(--wz-hairline);
  border-radius: var(--wz-radius);
  padding: .8rem 1rem;
  margin: 1.6rem 0;
}
.legal-note p { margin: 0; }

/* ==========================================================================
   Article / content pages
   ========================================================================== */
.article-head { padding-block: clamp(2rem, 5vh, 3.4rem) 1rem; background: var(--wz-surface); border-bottom: 1px solid var(--wz-hairline); }
.article-head .eyebrow { color: var(--wz-accent); font-weight: 700; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem 1rem;
  color: var(--wz-muted);
  font-size: .9rem;
  margin-top: .6rem;
}
.meta-line time { font-weight: 600; }

.article-body { padding-block: 2.2rem 3rem; }
.article-body h2 { scroll-margin-top: 80px; }
.article-body h3 { scroll-margin-top: 80px; }
.article-body ul, .article-body ol { padding-left: 1.3rem; margin: 0 0 1.1em; }
.article-body li { margin-bottom: .4em; }
.article-body figure { margin: 1.8rem 0; }
.article-body figure img {
  border: 1px solid var(--wz-hairline);
  border-radius: var(--wz-radius);
  background: var(--wz-surface);
}
.article-body figcaption {
  font-size: .86rem;
  color: var(--wz-muted);
  margin-top: .55rem;
  padding-left: .2rem;
  border-left: 3px solid var(--wz-hairline);
  padding-inline-start: .7rem;
}

/* Breadcrumb */
.breadcrumb { padding-top: 1.1rem; }
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .5rem;
  margin: 0;
  padding: 0;
  font-size: .84rem;
  color: var(--wz-muted);
}
.breadcrumb li { display: flex; align-items: center; gap: .5rem; }
.breadcrumb li + li::before { content: "›"; color: #aab0b8; }
.breadcrumb a { color: var(--wz-muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--wz-accent); text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--wz-ink); font-weight: 600; }

/* TOC */
.toc {
  background: var(--wz-surface);
  border: 1px solid var(--wz-hairline);
  border-radius: var(--wz-radius);
  padding: 1.05rem 1.2rem;
  margin: 1.8rem 0;
}
.toc__title {
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wz-muted);
  margin: 0 0 .6rem;
}
.toc ol { margin: 0; padding-left: 1.2rem; }
.toc li { margin-bottom: .3em; }
.toc a { color: var(--wz-ink); text-decoration: none; }
.toc a:hover { color: var(--wz-accent); text-decoration: underline; }

/* Content in-body learning nav */
.content-nav ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .6rem .9rem; }
.content-nav a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--wz-ink);
  background: var(--wz-surface);
  border: 1px solid var(--wz-hairline);
  border-radius: 999px;
  padding: .4rem .9rem;
}
.content-nav a:hover { border-color: var(--wz-accent); color: var(--wz-accent); }

/* Prev/Next */
.prevnext {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 2.4rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--wz-hairline);
}
.prevnext a {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--wz-surface);
  border: 1px solid var(--wz-hairline);
  border-radius: var(--wz-radius);
  padding: .85rem 1rem;
}
.prevnext a:hover { border-color: var(--wz-accent); }
.prevnext .dir { display: block; font-size: .78rem; color: var(--wz-muted); text-transform: uppercase; letter-spacing: .05em; margin-bottom: .2rem; }
.prevnext .ttl { font-weight: 600; color: var(--wz-ink); }
.prevnext .next { text-align: right; }
.prevnext .empty { visibility: hidden; }
.back-link { margin-top: 1.4rem; }
.back-link a { font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: .4rem; }
.back-link a:hover { text-decoration: underline; }

@media (max-width: 560px) {
  .prevnext { grid-template-columns: 1fr; }
  .prevnext .next { text-align: left; }
}

/* ==========================================================================
   FAQ (native details) + generic details
   ========================================================================== */
.faq { margin: 1.6rem 0; display: flex; flex-direction: column; gap: .7rem; }
details.qa {
  background: var(--wz-surface);
  border: 1px solid var(--wz-hairline);
  border-radius: var(--wz-radius);
  padding: 0 1.15rem;
}
details.qa > summary {
  cursor: pointer;
  font-weight: 600;
  padding: .95rem 0;
  list-style: none;
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  color: var(--wz-ink);
}
details.qa > summary::-webkit-details-marker { display: none; }
details.qa > summary::after {
  content: "";
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-top: .35rem;
  border-right: 2px solid var(--wz-accent);
  border-bottom: 2px solid var(--wz-accent);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
details.qa[open] > summary::after { transform: rotate(-135deg); }
details.qa > .qa__body { padding: 0 0 1rem; color: var(--wz-ink); }
details.qa > .qa__body p:last-child { margin-bottom: 0; }
details.qa[open] > .qa__body { animation: wz-reveal .25s ease both; }
@keyframes wz-reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }

/* ==========================================================================
   Contact page
   ========================================================================== */
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; } }

.contact-card {
  background: var(--wz-surface);
  border: 1px solid var(--wz-hairline);
  border-radius: var(--wz-radius);
  padding: 1.4rem 1.5rem;
}
.contact-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.contact-list li { display: flex; gap: .8rem; align-items: flex-start; }
.contact-list svg { flex: none; color: var(--wz-accent); margin-top: .15rem; }
.contact-list a { text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

.field { display: block; margin-bottom: 1rem; }
.field label { display: block; font-weight: 600; font-size: .92rem; margin-bottom: .35rem; }
.field input, .field textarea {
  width: 100%;
  font: inherit;
  color: var(--wz-ink);
  background: var(--wz-bg);
  border: 1px solid var(--wz-hairline);
  border-radius: 6px;
  padding: .6rem .7rem;
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 2px solid var(--wz-focus); outline-offset: 1px; background: #fff; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 44px;
  font: inherit;
  font-weight: 600;
  padding: .7rem 1.4rem;
  border-radius: 8px;
  border: 1px solid var(--wz-accent);
  background: var(--wz-accent);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.btn:hover { background: #9c541699; background: #9d5518; color: #fff; }
.btn--ghost { background: transparent; color: var(--wz-accent); }
.btn--ghost:hover { background: var(--wz-callout); color: #8f4d14; }

.map-note { font-size: .86rem; color: var(--wz-muted); margin: .8rem 0; }
#map-holder { margin-top: 1rem; }
.map-frame { width: 100%; min-height: 340px; border: 1px solid var(--wz-hairline); border-radius: var(--wz-radius); }
.mailto-fallback { font-size: .9rem; color: var(--wz-muted); margin-top: .9rem; }

/* ==========================================================================
   Footer — footer_variant: identity_three_col
   ========================================================================== */
.site-footer {
  background: var(--wz-ink);
  color: #cfd3da;
  padding-block: 2.6rem 1.6rem;
  margin-top: 3rem;
  font-size: .92rem;
}
.site-footer a { color: #e7d3bd; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; color: #f3e2cf; }
.footer-cols {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
}
.footer-brand .fb-name { font-weight: 700; color: #fff; display: block; margin-bottom: .5rem; }
.footer-disclaimer { font-size: .86rem; line-height: 1.55; color: #aeb4bd; margin: 0; max-width: 42ch; }
.footer-col h3 { color: #fff; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 .7rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.footer-bottom {
  margin-top: 1.8rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.4rem;
  align-items: center;
  justify-content: space-between;
  font-size: .84rem;
  color: #99a0aa;
}
.footer-cmp {
  font: inherit;
  font-size: .84rem;
  color: #e7d3bd;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 6px;
  padding: .4rem .85rem;
  cursor: pointer;
}
.footer-cmp:hover { border-color: var(--wz-accent); color: #fff; }

@media (max-width: 720px) {
  .footer-cols { grid-template-columns: 1fr; gap: 1.6rem; }
}

/* ==========================================================================
   Utilities
   ========================================================================== */
.lead { font-size: 1.12rem; color: var(--wz-muted); }
.muted { color: var(--wz-muted); }
.mt-0 { margin-top: 0; }
.tag {
  display: inline-block;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #7a4211;
  background: var(--wz-callout);
  border: 1px solid #e6d3b8;
  border-radius: 999px;
  padding: .18rem .6rem;
}
.def-list { display: grid; gap: .9rem; }
.def-list dt { font-weight: 700; }
.def-list dd { margin: .2rem 0 0; color: var(--wz-muted); }
hr.rule { border: none; border-top: 1px solid var(--wz-hairline); margin: 2.4rem 0; }

/* Legal pages: full-disclaimer blockquote + consent category list */
.disclaimer-block {
  margin: 1.6rem 0;
  padding: 1.1rem 1.3rem;
  background: var(--wz-callout);
  border: 1px solid #e6d3b8;
  border-left: 4px solid var(--wz-accent);
  border-radius: var(--wz-radius);
  color: var(--wz-ink);
  font-size: .98rem;
  line-height: 1.65;
}
.disclaimer-block p:last-child { margin-bottom: 0; }
.consent-list {
  display: grid;
  gap: .9rem;
  margin: 1.2rem 0;
}
.consent-list dt {
  font-weight: 700;
  color: var(--wz-ink);
}
.consent-list dd {
  margin: .25rem 0 0;
  color: var(--wz-muted);
  font-size: .95rem;
  padding-left: .9rem;
  border-left: 2px solid var(--wz-hairline);
}

/* ==========================================================================
   Consent Management Platform (CMP) — from COMMON §3, behavior identical
   ========================================================================== */
.cmp-root{position:fixed;left:0;right:0;bottom:0;z-index:1000;display:flex;
  justify-content:center;padding:12px;pointer-events:none}
.cmp-bar,.cmp-panel{pointer-events:auto;background:var(--cmp-bg,#ffffff);
  color:var(--cmp-fg,#1c1f26);border:1px solid var(--cmp-bd,#d9dde3);
  border-radius:var(--cmp-radius,14px);box-shadow:0 12px 40px -18px rgba(20,24,32,.45);
  width:100%;max-width:960px}
.cmp-bar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;
  justify-content:space-between;padding:14px 18px}
.cmp-bar-text{margin:0;font-size:.92rem;line-height:1.5;flex:1 1 320px}
.cmp-bar-actions,.cmp-actions{display:flex;flex-wrap:wrap;gap:8px}
.cmp-panel{padding:20px 22px;max-height:80vh;overflow:auto}
.cmp-title{margin:0 0 8px;font-size:1.15rem}
.cmp-text{margin:0 0 14px;font-size:.9rem;line-height:1.6}
.cmp-row{border-top:1px solid var(--cmp-bd,#e4e7ec);padding:12px 0}
.cmp-row-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.cmp-row-title{font-weight:600}
.cmp-row-desc{margin:6px 0 0;font-size:.85rem;line-height:1.5;color:var(--muted,#5b626e)}
.cmp-switch{position:relative;display:inline-block;width:44px;height:24px;flex:none}
.cmp-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}
.cmp-slider{position:absolute;inset:0;background:#c3c8d0;border-radius:999px;transition:.2s}
.cmp-slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;
  background:#fff;border-radius:50%;transition:.2s}
.cmp-switch input:checked+.cmp-slider{background:var(--accent,#1f7a5a)}
.cmp-switch input:checked+.cmp-slider::before{transform:translateX(20px)}
.cmp-switch input:disabled+.cmp-slider{opacity:.6}
.cmp-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.cmp-actions{justify-content:flex-end;margin-top:16px}
.cmp-btn{font:inherit;font-size:.88rem;padding:9px 15px;border-radius:10px;
  border:1px solid var(--cmp-bd,#c9ced6);cursor:pointer;background:#f3f5f8;color:#1c1f26}
.cmp-btn-primary{background:var(--accent,#1f7a5a);border-color:var(--accent,#1f7a5a);color:#fff}
.cmp-btn:active{transform:translateY(1px)}
@media(max-width:640px){.cmp-bar{flex-direction:column;align-items:stretch}
  .cmp-bar-actions,.cmp-actions{justify-content:stretch}
  .cmp-btn{flex:1 1 auto;text-align:center}}

/* footer audit-compat: heading->p, cmp button->a (added post-build) */
.foot-col-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .55rem;opacity:.9}
a.footer-cmp{display:inline;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}
.foot-strong{font-weight:700}

/* mobile hardening (added post-audit): prevent image + long-German-word overflow on small screens */
img { max-width: 100%; height: auto; }
body { overflow-wrap: break-word; }
h1, h2, h3, h4 { overflow-wrap: break-word; hyphens: auto; }

/* long URL-like brand/email tokens: break gracefully so they never force horizontal scroll on narrow screens */
.wordmark span, .fb-name, .contact-list a, .mailto-fallback a { overflow-wrap: anywhere; }
.wordmark { min-width: 0; }

.site-footer .foot-col-title{color:#fff}
