/* ================================================================
   edv-gutachter.info — "Die Akte" · Prüfbericht-Design v2
   Paper #FAF9F4 · Ink #131F1B · Pine #1D5A4A · Signatur #2B4A8A
   Oxid (Aktenrand) #B0492F · IBM Plex Serif/Sans/Mono (lokal)
   ================================================================ */

/* ---- Lokale Fonts (DSGVO: kein externer Abruf) ---- */
@font-face {
  font-family: "Plex Serif"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("/assets/fonts/PlexSerif-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Serif"; font-style: normal; font-weight: 700; font-display: swap;
  src: url("/assets/fonts/PlexSerif-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Serif"; font-style: italic; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/PlexSerif-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Sans"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/PlexSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Sans"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("/assets/fonts/PlexSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Mono"; font-style: normal; font-weight: 400; font-display: swap;
  src: url("/assets/fonts/PlexMono-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Plex Mono"; font-style: normal; font-weight: 600; font-display: swap;
  src: url("/assets/fonts/PlexMono-SemiBold.woff2") format("woff2");
}

:root {
  --paper:   #FAF9F4;
  --paper2:  #F2F0E7;
  --sheet:   #FFFFFE;
  --ink:     #131F1B;
  --ink2:    #45524C;
  --pine:    #1D5A4A;
  --pine-d:  #123D32;
  --pine-t:  rgba(29, 90, 74, 0.08);
  --sign:    #2B4A8A;
  --oxid:    #B0492F;
  --line:    #DCD9CC;
  --line-2:  #C9C5B4;
  --serif:  "Plex Serif", "Charter", Cambria, Georgia, serif;
  --sans:   "Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --mono:   "Plex Mono", ui-monospace, "SF Mono", Consolas, monospace;
  --shadow-sheet: 0 1px 2px rgba(19, 31, 27, 0.06), 0 12px 32px -12px rgba(19, 31, 27, 0.18);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--ink);
  background:
    /* feines Millimeter-Raster über der gesamten Seite */
    repeating-linear-gradient(0deg, transparent 0, transparent 27px, rgba(29, 90, 74, 0.045) 27px, rgba(29, 90, 74, 0.045) 28px),
    repeating-linear-gradient(90deg, transparent 0, transparent 27px, rgba(29, 90, 74, 0.035) 27px, rgba(29, 90, 74, 0.035) 28px),
    var(--paper);
  background-color: var(--paper);
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--pine); color: #fff; }

.wrap   { max-width: 1140px; margin: 0 auto; padding: 0 1.4rem; }
.narrow { max-width: 820px; }
.center { text-align: center; margin-top: 2.4rem; }

h1, h2, h3, .avv-title, .card-title, .foot-brand, .price-n, .fact-n {
  font-family: var(--serif); font-weight: 700; line-height: 1.16;
  letter-spacing: -0.015em; text-wrap: balance;
}
h1 { font-size: 2.7rem; font-size: clamp(2rem, 4.6vw, 3.35rem); }
h2 { font-size: 1.8rem; font-size: clamp(1.5rem, 3vw, 2.15rem); margin-bottom: 1rem; position: relative; }
h3 { font-size: 1.22rem; margin-bottom: 0.4rem; font-weight: 600; }

/* Doppellinien-Flourish unter H2 — wie die Schlusslinie eines Berichtsabschnitts */
h2::after {
  content: ""; display: block; width: 4.5rem; margin-top: 0.55rem;
  border-top: 3px solid var(--pine); border-bottom: 1px solid var(--pine);
  padding-top: 2px;
}
.cta-band h2::after { border-color: rgba(255, 255, 255, 0.7); }

p + p { margin-top: 0.95rem; }
a { color: var(--sign); text-decoration-thickness: 1.5px; text-underline-offset: 3px; transition: color 0.15s; }
a:hover { color: var(--pine-d); }

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

.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 0.6rem 1rem; z-index: 99; }
.skip:focus { left: 0.5rem; top: 0.5rem; }

/* ---- Eyebrow: Aktenzeichen ---- */
.eyebrow {
  font-family: var(--mono); font-weight: 600; font-size: 0.72rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--pine); margin-bottom: 0.85rem;
  display: flex; align-items: center; gap: 0.6rem;
}
.eyebrow::before {
  content: ""; width: 1.8rem; height: 1px;
  background: var(--pine); box-shadow: 0 3px 0 var(--pine);
}

.lede {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: 1.22rem; line-height: 1.6; color: var(--ink2);
  margin-top: 1rem; max-width: 60ch;
}
.lede a { font-style: normal; font-family: var(--sans); font-size: 1.05rem; }
.section-lede { color: var(--ink2); max-width: 68ch; margin-bottom: 1.8rem; }

/* ================================================================
   HEADER
   ================================================================ */
.site-head {
  background: var(--paper); /* kein backdrop-filter: macht auf iOS fixed-Kinder zum Header-Gefangenen */
  border-bottom: 1px solid var(--line-2);
  box-shadow: 0 1px 0 var(--paper), 0 4px 18px -12px rgba(19, 31, 27, 0.25);
  position: sticky; top: 0; z-index: 50;
}
.head-in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 0.75rem; padding-bottom: 0.75rem; }
.logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--ink); }
.logo-seal {
  display: grid; place-items: center;
  width: 2.6rem; height: 2.6rem;
  border: 2px solid var(--pine); border-radius: 50%;
  font-family: var(--serif); font-weight: 700; font-size: 1.25rem; color: var(--pine);
  box-shadow: inset 0 0 0 3px var(--paper), inset 0 0 0 4.5px var(--pine);
  transform: rotate(-8deg);
  transition: transform 0.25s ease;
}
.logo:hover .logo-seal { transform: rotate(4deg); }
.logo-text { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; line-height: 1.05; }
.logo-sub  { display: block; font-family: var(--mono); font-weight: 400; font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink2); margin-top: 2px; }

/* ================================================================
   NAVIGATION — Desktop-Dropdowns + Mobile-Slide-in-Panel
   ================================================================ */
.nav-list { display: flex; align-items: center; gap: 1.5rem; list-style: none; }
.nav-list > li > a:not(.nav-cta), .nav-drop-btn {
  display: inline-flex; align-items: center; gap: 0.35rem;
  color: var(--ink); text-decoration: none; font-size: 0.94rem;
  background: none; border: none; font-family: inherit; cursor: pointer;
  position: relative; padding: 0.35rem 0;
}
.nav-list > li > a:not(.nav-cta)::after, .nav-drop-btn::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  border-top: 2px solid var(--pine);
  transition: right 0.2s ease;
}
.nav-list > li > a:not(.nav-cta):hover::after, .nav-drop-btn:hover::after,
.nav-list > li > a.is-active:not(.nav-cta)::after, .nav-drop-btn.is-active::after,
.nav-drop-btn[aria-expanded="true"]::after { right: 0; }
.nav-list > li > a.is-active, .nav-drop-btn.is-active { color: var(--pine-d); font-weight: 600; }

.nav-caret {
  width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px); transition: transform 0.18s;
}
.nav-drop-btn[aria-expanded="true"] .nav-caret { transform: rotate(225deg) translateY(-1px); }

.nav-drop { position: relative; }
.nav-menu {
  position: absolute; top: calc(100% + 0.9rem); left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 260px; list-style: none; z-index: 70;
  background: var(--sheet); border: 1px solid var(--line); border-top: 3px solid var(--pine);
  box-shadow: 0 2px 4px rgba(19,31,27,.08), 0 24px 48px -18px rgba(19, 31, 27, 0.35);
  padding: 0.5rem 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s;
}
.nav-menu::before { /* Verbindungsbrücke gegen Hover-Lücke */
  content: ""; position: absolute; top: -1rem; left: 0; right: 0; height: 1rem;
}
.nav-drop:hover .nav-menu, .nav-drop:focus-within .nav-menu,
.nav-drop.open .nav-menu {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-menu a {
  display: block; padding: 0.55rem 1.2rem;
  color: var(--ink); text-decoration: none; font-size: 0.92rem;
  border-left: 3px solid transparent;
}
.nav-menu a:hover, .nav-menu a[aria-current="page"] {
  background: var(--pine-t); border-left-color: var(--pine); color: var(--pine-d);
}
.nav-menu a[aria-current="page"] { font-weight: 600; }

.nav-cta {
  background: var(--pine) !important; color: #fff !important;
  padding: 0.55rem 1.15rem !important; border-radius: 2px;
  font-weight: 600 !important; text-decoration: none;
  box-shadow: 2.5px 2.5px 0 var(--pine-d);
  transition: transform 0.12s, box-shadow 0.12s;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { transform: translate(1px, 1px); box-shadow: 1.5px 1.5px 0 var(--pine-d); }
.nav-toggle { display: none; }
.nav-panel-foot, .nav-backdrop { display: none; }

/* ================================================================
   BUTTONS — Stempeldruck-Effekt
   ================================================================ */
.btn {
  display: inline-block;
  font-family: var(--sans); font-weight: 600; font-size: 1rem;
  padding: 0.8rem 1.6rem; border-radius: 2px;
  text-decoration: none; cursor: pointer; border: 2px solid transparent;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.15s;
}
.btn:active { transform: translate(2px, 2px) !important; box-shadow: 0 0 0 transparent !important; }
.btn-primary {
  background: var(--pine); color: #fff; border-color: var(--pine);
  box-shadow: 3px 3px 0 var(--pine-d);
}
.btn-primary:hover { background: var(--pine-d); border-color: var(--pine-d); transform: translate(1px, 1px); box-shadow: 2px 2px 0 rgba(18, 61, 50, 0.55); }
.btn-ghost {
  background: transparent; color: var(--ink); border-color: var(--ink);
  box-shadow: 3px 3px 0 var(--line-2);
}
.btn-ghost:hover { background: var(--ink); color: var(--paper); transform: translate(1px, 1px); box-shadow: 2px 2px 0 var(--line-2); }
.btn-light {
  background: var(--paper); color: var(--pine-d); border-color: var(--paper);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.35);
}
.btn-light:hover { background: #fff; transform: translate(1px, 1px); box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35); }
.btn-big { width: 100%; padding: 1.05rem 1.5rem; font-size: 1.12rem; }

/* ================================================================
   HERO — Aktendeckblatt mit rotem Aktenrand
   ================================================================ */
.hero { padding: 4.6rem 0 5.2rem; position: relative; overflow: hidden; }
.hero .wrap { position: relative; }
/* der klassische rote Heftrand */
.hero .wrap::before {
  content: ""; position: absolute; top: -2rem; bottom: -2.5rem; left: -1.2rem;
  border-left: 1px solid var(--oxid);
  box-shadow: 4px 0 0 -3px var(--oxid);
  opacity: 0.55;
}
/* riesiges Paragraphen-Wasserzeichen */
.hero::after {
  content: "§"; position: absolute; right: -2rem; top: -6rem;
  font-family: var(--serif); font-weight: 700;
  font-size: 34rem; line-height: 1;
  color: var(--pine); opacity: 0.05;
  pointer-events: none; user-select: none;
}
.hero-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 3.5rem; align-items: center; }
.hero-copy h1 em, h1 em { font-style: italic; color: var(--pine-d); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.hero-fine { margin-top: 1.5rem; font-size: 0.9rem; color: var(--ink2); font-family: var(--mono); letter-spacing: 0.01em; }
.hero-fine strong { color: var(--pine-d); font-weight: 600; }

/* ---- Prüfvermerk-Karte als Papierstapel ---- */
.hero-card {
  padding: 1.7rem 1.8rem 1.3rem;
  position: relative; z-index: 0;
}
.hero-card::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--sheet); border: 1px solid var(--line);
  box-shadow: var(--shadow-sheet);
  transform: rotate(0.6deg);
}
.hero-card::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: var(--paper2); border: 1px solid var(--line);
  transform: rotate(-1.8deg) translate(-7px, 9px);
  box-shadow: 0 10px 24px -14px rgba(19, 31, 27, 0.3);
}

.card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1rem; gap: 0.8rem; }
.card-no {
  font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.14em;
  color: var(--ink2); text-transform: uppercase;
  border-bottom: 1px dashed var(--line-2); padding-bottom: 0.3rem;
}

/* ---- Der Stempel ---- */
.stamp {
  font-family: var(--mono); font-size: 0.64rem; font-weight: 600;
  letter-spacing: 0.16em; text-align: center; line-height: 1.55;
  color: var(--pine); text-transform: uppercase;
  border: 2px solid var(--pine); border-radius: 3px;
  outline: 1px dashed var(--pine); outline-offset: 2.5px;
  padding: 0.4rem 0.7rem;
  background: rgba(29, 90, 74, 0.06);
  transform: rotate(-7deg);
  mix-blend-mode: multiply;
  animation: stampIn 0.45s cubic-bezier(0.2, 2.2, 0.4, 1) 0.35s backwards;
}
@keyframes stampIn {
  from { transform: rotate(-7deg) scale(2.4); opacity: 0; }
  to   { transform: rotate(-7deg) scale(1);   opacity: 1; }
}
.stamp-sm { font-size: 0.6rem; transform: rotate(-5deg); animation: none; }

.card-title { font-size: 1.12rem; margin-bottom: 0.9rem; font-weight: 600; }
.card-check { list-style: none; }
.card-check li {
  padding: 0.55rem 0 0.55rem 1.7rem; position: relative;
  border-top: 1px dashed var(--line-2); font-size: 0.92rem; line-height: 1.5;
}
.card-check li::before {
  content: "✓"; position: absolute; left: 0.1rem; top: 0.5rem;
  font-family: var(--mono); color: var(--pine); font-weight: 600;
}
.card-check li.warn::before { content: "!"; color: var(--oxid); }
.card-check em { font-style: normal; color: var(--pine-d); font-weight: 600; border-bottom: 2px solid rgba(29, 90, 74, 0.25); }
.card-check li.warn em { color: var(--oxid); border-bottom-color: rgba(176, 73, 47, 0.3); }
.card-foot {
  margin-top: 1rem; font-family: var(--mono); font-size: 0.6rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink2);
}

/* ================================================================
   SECTIONS mit Ghost-Gliederungsziffern
   ================================================================ */
main { counter-reset: kapitel; }
.section { padding: 4.4rem 0; position: relative; }
.section > .wrap { position: relative; }
main > .section { counter-increment: kapitel; }
main > .section > .wrap::before {
  content: counter(kapitel, decimal-leading-zero);
  position: absolute; right: 0; top: -3.4rem;
  font-family: var(--serif); font-weight: 700;
  font-size: 9rem; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(29, 90, 74, 0.14);
  pointer-events: none; user-select: none;
}
.section-alt {
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 27px, rgba(29, 90, 74, 0.05) 27px, rgba(29, 90, 74, 0.05) 28px),
    var(--paper2);
  background-color: var(--paper2);
  border-top: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2);
}
.page-hero { padding: 3.8rem 0 3rem; border-bottom: 1px solid var(--line-2); position: relative; overflow: hidden; }
.page-hero::after {
  content: "§"; position: absolute; right: -1rem; top: -5rem;
  font-family: var(--serif); font-weight: 700; font-size: 22rem; line-height: 1;
  color: var(--pine); opacity: 0.045; pointer-events: none;
}
.page-hero .wrap { position: relative; }
.page-hero .wrap::before {
  content: ""; position: absolute; top: -1.5rem; bottom: -1.5rem; left: -1.2rem;
  border-left: 1px solid var(--oxid);
  box-shadow: 4px 0 0 -3px var(--oxid);
  opacity: 0.55;
}

/* ================================================================
   TILES — nummerierte Karteikarten mit Eselsohr
   ================================================================ */
.grid-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 2rem; counter-reset: tile; }
.tile {
  counter-increment: tile;
  display: flex; flex-direction: column; gap: 0.55rem;
  background: var(--sheet); border: 1px solid var(--line);
  padding: 1.5rem 1.5rem 1.25rem;
  text-decoration: none; color: var(--ink);
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-sheet);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s;
}
.tile::before {
  content: counter(tile, decimal-leading-zero);
  position: absolute; right: 0.9rem; top: 0.6rem;
  font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em;
  color: var(--line-2);
  transition: color 0.18s;
}
/* Eselsohr oben links */
.tile::after {
  content: ""; position: absolute; left: 0; top: 0;
  border-style: solid; border-width: 14px 14px 0 0;
  border-color: var(--paper2) var(--paper) transparent transparent;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.08));
  transition: border-width 0.18s;
}
.tile:hover { transform: translateY(-4px); border-color: var(--pine); box-shadow: 0 2px 4px rgba(19,31,27,0.06), 0 20px 40px -16px rgba(19, 31, 27, 0.28); }
.tile:hover::before { color: var(--pine); }
.tile:hover::after { border-width: 22px 22px 0 0; }
.tile h3 { color: var(--pine-d); }
.tile p { font-size: 0.95rem; color: var(--ink2); flex-grow: 1; }
.tile-more {
  font-family: var(--mono); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--sign); margin-top: 0.5rem;
}
.tile-more::after { content: " →"; }
.tile:hover .tile-more { text-decoration: underline; text-underline-offset: 3px; }

/* ================================================================
   STEPS — Laufzettel mit Verbindungslinie
   ================================================================ */
.steps { list-style: none; counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 2.4rem; position: relative; }
.steps li {
  counter-increment: step;
  background: var(--sheet); border: 1px solid var(--line);
  padding: 2.6rem 1.5rem 1.5rem;
  position: relative;
  box-shadow: var(--shadow-sheet);
}
.steps li::before {
  content: counter(step);
  position: absolute; left: 1.3rem; top: -1.15rem;
  width: 2.3rem; height: 2.3rem;
  display: grid; place-items: center;
  font-family: var(--serif); font-weight: 700; font-size: 1.15rem;
  color: #fff; background: var(--pine);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--paper2), 2px 2px 0 4px rgba(18, 61, 50, 0.25);
}
.steps li::after {
  content: ""; position: absolute; top: 0; right: -1.6rem; width: 1.6rem; height: 50%;
  border-bottom: 2px dashed var(--line-2);
}
.steps li:last-child::after { display: none; }
.steps p { font-size: 0.95rem; color: var(--ink2); }

/* ================================================================
   TWO-COL + FACTS
   ================================================================ */
.two-col { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3.2rem; align-items: start; }
.fact-box {
  padding: 1.5rem 1.7rem; position: relative; z-index: 0;
}
.fact-box::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--sheet); border: 1px solid var(--line);
  box-shadow: var(--shadow-sheet);
  transform: rotate(-0.5deg);
}
.fact-box::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: var(--paper2); border: 1px solid var(--line);
  transform: rotate(1.4deg) translate(6px, 7px);
}
.fact { display: flex; align-items: baseline; gap: 1.1rem; padding: 0.85rem 0; }
.fact + .fact { border-top: 1px dashed var(--line-2); }
.fact-n { font-size: 1.85rem; color: var(--pine-d); min-width: 6rem; font-variant-numeric: tabular-nums; }
.fact-l { font-size: 0.9rem; color: var(--ink2); }

/* ================================================================
   FAQ — Aktenregister
   ================================================================ */
.faq details {
  background: var(--sheet); border: 1px solid var(--line);
  border-left: 4px solid var(--line-2);
  margin-bottom: 0.65rem;
  transition: border-left-color 0.15s;
  box-shadow: 0 1px 2px rgba(19, 31, 27, 0.05);
}
.faq details[open] { border-left-color: var(--pine); }
.faq summary {
  cursor: pointer; padding: 1.05rem 3.2rem 1.05rem 1.3rem;
  font-family: var(--serif); font-weight: 600; font-size: 1.06rem;
  list-style: none; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 1.2rem; top: 50%;
  transform: translateY(-50%);
  font-family: var(--mono); font-size: 1.35rem; color: var(--pine);
  transition: transform 0.2s;
}
.faq details[open] summary::after { content: "–"; }
.faq details[open] summary { border-bottom: 1px dashed var(--line-2); }
.faq details p { padding: 1rem 1.3rem 1.15rem; color: var(--ink2); }

/* ================================================================
   CTA-BAND — dunkle Akte mit Riesensiegel
   ================================================================ */
.cta-band {
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 27px, rgba(255, 255, 255, 0.03) 27px, rgba(255, 255, 255, 0.03) 28px),
    linear-gradient(120deg, var(--pine-d), #0D2C24 70%);
  background-color: var(--pine-d);
  color: #fff; padding: 3.6rem 0;
  position: relative; overflow: hidden;
}
.cta-band::after {
  content: "§"; position: absolute; right: 4%; top: -4.5rem;
  font-family: var(--serif); font-weight: 700; font-size: 17rem; line-height: 1;
  color: #fff; opacity: 0.06; pointer-events: none;
}
.cta-in { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 0.4rem; }
.cta-band p { color: rgba(255, 255, 255, 0.82); }

/* ================================================================
   LISTEN
   ================================================================ */
.doc-list { list-style: none; margin-top: 1.1rem; }
.doc-list li {
  padding: 0.6rem 0 0.6rem 1.9rem; position: relative;
  border-top: 1px dashed var(--line-2);
}
.doc-list li:last-child { border-bottom: 1px dashed var(--line-2); }
.doc-list li::before {
  content: "§"; position: absolute; left: 0.25rem; top: 0.6rem;
  font-family: var(--serif); color: var(--pine); font-weight: 700;
}

/* ================================================================
   FORMULARE — Formblatt-Optik
   ================================================================ */
.form {
  padding: 2.2rem; position: relative; z-index: 0;
}
.form::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--sheet); border: 1px solid var(--line);
  box-shadow: var(--shadow-sheet);
}
.form::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: var(--paper2); border: 1px solid var(--line);
  transform: rotate(0.8deg) translate(6px, 8px);
}
.form fieldset { border: none; padding: 0; margin: 0 0 2rem; }
.form legend {
  font-family: var(--serif); font-weight: 700; font-size: 1.18rem;
  margin-bottom: 1rem; padding-top: 0.4rem; width: 100%;
  border-bottom: 2px solid var(--ink); padding-bottom: 0.4rem;
}
.legend-note { font-family: var(--sans); font-weight: 400; font-size: 0.85rem; color: var(--pine-d); }
.field { margin-bottom: 1.05rem; flex: 1; }
.field-row { display: flex; gap: 1rem; }
.field-s { flex: 0 0 8rem; }
.field label {
  display: block; font-family: var(--mono); font-weight: 600;
  font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink2); margin-bottom: 0.35rem;
}
.field-hint { font-size: 0.88rem; color: var(--ink2); margin-bottom: 0.9rem; }
.req { color: var(--oxid); }
.opt { font-weight: 400; color: var(--ink2); text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; color: var(--ink);
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--line-2); border-bottom: 2px solid var(--ink2);
  border-radius: 2px 2px 0 0; background: var(--paper);
  transition: border-color 0.15s, background 0.15s;
}
.field input:hover, .field select:hover, .field textarea:hover { border-bottom-color: var(--pine); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-bottom-color: var(--pine); background: #fff;
  box-shadow: 0 3px 0 -1px var(--pine);
}
.check { display: flex; gap: 0.7rem; align-items: flex-start; padding: 0.5rem 0; font-size: 0.96rem; }
.check input { margin-top: 0.28rem; width: 1.15rem; height: 1.15rem; accent-color: var(--pine); flex-shrink: 0; }
.form-fine { margin-top: 1rem; font-size: 0.85rem; color: var(--ink2); }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.alert {
  background: #FBF1EC; border: 1px solid var(--oxid); border-left: 5px solid var(--oxid);
  padding: 1.05rem 1.25rem; margin-bottom: 1.6rem; border-radius: 2px;
  box-shadow: 2px 2px 0 rgba(176, 73, 47, 0.15);
}
.alert ul { margin: 0.4rem 0 0 1.25rem; }

/* ================================================================
   AVV-DOKUMENT — die Vertragsurkunde
   ================================================================ */
.avv-doc {
  background: var(--sheet); border: 1px solid var(--line);
  padding: 2.6rem 2.8rem;
  box-shadow: var(--shadow-sheet), -7px 9px 0 -1px var(--paper2), -8px 10px 0 0 var(--line);
  margin-bottom: 2.2rem;
  font-size: 0.96rem; position: relative;
}
/* roter Aktenrand im Vertrag */
.avv-doc::after {
  content: ""; position: absolute; top: 0; bottom: 0; left: 1.5rem;
  border-left: 1px solid rgba(176, 73, 47, 0.35);
}
.avv-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.1rem; gap: 1rem; }
.avv-title { font-size: 1.55rem; margin-bottom: 1.5rem; padding-bottom: 1rem; border-bottom: 3px double var(--ink); }
.avv-parties { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; margin-bottom: 2rem; }
.avv-role {
  font-family: var(--mono); font-weight: 600; font-size: 0.66rem; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--pine); margin-bottom: 0.45rem;
}
.avv-para { margin-bottom: 1.5rem; }
.avv-para h3 { font-size: 1.06rem; color: var(--pine-d); font-weight: 700; }
.avv-para p { color: var(--ink2); }
.avv-confirm legend { border-bottom-color: var(--sign); }

/* ================================================================
   PREISE
   ================================================================ */
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.7rem; margin: 1.7rem 0; }
.price-card {
  background: var(--sheet); border: 1px solid var(--line);
  padding: 2rem; position: relative;
  box-shadow: var(--shadow-sheet);
}
.price-main { transform: rotate(-0.5deg); }
.price-main::after {
  content: "KERNLEISTUNG"; position: absolute; right: -0.6rem; top: 1.2rem;
  font-family: var(--mono); font-weight: 600; font-size: 0.58rem; letter-spacing: 0.16em;
  color: var(--pine); border: 2px solid var(--pine); border-radius: 3px;
  outline: 1px dashed var(--pine); outline-offset: 2px;
  padding: 0.3rem 0.55rem; transform: rotate(6deg);
  background: rgba(29, 90, 74, 0.06); mix-blend-mode: multiply;
}
.price { margin: 0.6rem 0 1.1rem; }
.price-n { font-size: 2.5rem; color: var(--pine-d); display: block; font-variant-numeric: tabular-nums; }
.price-l { font-size: 0.9rem; color: var(--ink2); font-family: var(--mono); }

/* ================================================================
   KONTAKT & LEGAL
   ================================================================ */
.contact-card {
  background: var(--sheet); border: 1px solid var(--line);
  padding: 2rem; position: relative;
  box-shadow: var(--shadow-sheet), 5px 7px 0 -1px var(--paper2), 6px 8px 0 0 var(--line);
}
.legal h2 { margin-top: 2.2rem; font-size: 1.28rem; }
.legal h2:first-child { margin-top: 0; }

/* ================================================================
   FOOTER
   ================================================================ */
.site-foot {
  background:
    repeating-linear-gradient(0deg, transparent 0, transparent 27px, rgba(255, 255, 255, 0.025) 27px, rgba(255, 255, 255, 0.025) 28px),
    var(--ink);
  background-color: var(--ink);
  color: rgba(255, 255, 255, 0.86);
  border-top: 5px solid var(--pine);
}
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 2.2rem; padding-top: 3.2rem; padding-bottom: 2.2rem; font-size: 0.92rem; }
.foot-brand { font-size: 1.25rem; color: #fff; margin-bottom: 0.7rem; }
.foot-h {
  font-family: var(--mono); font-weight: 600; font-size: 0.66rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: rgba(255, 255, 255, 0.5); margin-bottom: 0.8rem;
}
.site-foot ul { list-style: none; }
.site-foot li { padding: 0.22rem 0; }
.site-foot a { color: rgba(255, 255, 255, 0.85); text-decoration-color: rgba(255, 255, 255, 0.3); }
.site-foot a:hover { color: #fff; }
.foot-note { margin-top: 1.1rem; font-size: 0.82rem; color: rgba(255, 255, 255, 0.75); font-style: italic; font-family: var(--serif); }
.foot-legal { border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 1.3rem; padding-bottom: 1.5rem; font-size: 0.82rem; color: rgba(255, 255, 255, 0.78); font-family: var(--mono); }

/* ================================================================
   SCROLL-REVEAL (JS setzt .rv, Observer setzt .in)
   ================================================================ */
.rv { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease, transform 0.55s ease; }
.rv.in { opacity: 1; transform: none; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 940px) {
  .hero-grid, .two-col { grid-template-columns: 1fr; gap: 2.4rem; }
  .grid-cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; gap: 2rem; }
  .steps li::after { display: none; }
  .price-grid, .avv-parties { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  main > .section > .wrap::before { font-size: 6rem; top: -2.6rem; }
  .hero::after, .page-hero::after { font-size: 18rem; }
}
@media (max-width: 640px) {
  .grid-cards { grid-template-columns: 1fr; }
  .field-row { flex-direction: column; gap: 0; }
  .field-s { flex: 1; }
  .avv-doc { padding: 1.6rem 1.3rem 1.6rem 2rem; }
  .avv-doc::after { left: 0.9rem; }
  .form { padding: 1.5rem 1.25rem; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero { padding: 3.2rem 0 3.8rem; }
  .hero .wrap::before, .page-hero .wrap::before { display: none; }
  main > .section > .wrap::before { display: none; }

  /* ---- Mobile: Slide-in-Akte von rechts ---- */
  .nav-toggle {
    display: inline-flex; align-items: center; gap: 0.55rem;
    background: none; border: 2px solid var(--ink); border-radius: 2px;
    padding: 0.45rem 0.9rem; font: inherit; font-weight: 600; cursor: pointer;
    box-shadow: 2px 2px 0 var(--line-2); position: relative; z-index: 90;
  }
  .nav-toggle-box { display: inline-flex; flex-direction: column; gap: 4px; width: 18px; }
  .nav-toggle-box span { height: 2px; background: var(--ink); border-radius: 1px; transition: transform 0.22s, opacity 0.18s; transform-origin: center; }
  body.nav-open .nav-toggle-box span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.nav-open .nav-toggle-box span:nth-child(2) { opacity: 0; }
  body.nav-open .nav-toggle-box span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

  .nav-panel {
    position: fixed; top: 0; right: 0; bottom: 0;
    height: 100dvh; width: min(86vw, 380px); z-index: 85;
    background: var(--paper);
    border-left: 1px solid var(--oxid);
    box-shadow: -4px 0 0 -3px var(--oxid), -24px 0 60px -20px rgba(19, 31, 27, 0.5);
    transform: translateX(105%);
    transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.25, 1);
    display: flex; flex-direction: column;
    padding: calc(4.2rem + env(safe-area-inset-top)) 1.6rem calc(1.6rem + env(safe-area-inset-bottom));
    overflow-y: auto;
  }
  body.nav-open .nav-panel { transform: translateX(0); }
  body.nav-open { overflow: hidden; }

  .nav-backdrop {
    display: block; position: fixed; inset: 0; z-index: 80;
    background: rgba(19, 31, 27, 0.5);
    opacity: 0; pointer-events: none; transition: opacity 0.25s;
  }
  body.nav-open .nav-backdrop { opacity: 1; pointer-events: auto; }

  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list > li { border-bottom: 1px dashed var(--line-2); }
  .nav-list > li > a, .nav-drop-btn {
    display: flex; justify-content: space-between; align-items: center; width: 100%;
    font-family: var(--serif); font-weight: 600; font-size: 1.15rem;
    padding: 0.85rem 0;
  }
  .nav-list > li > a:not(.nav-cta)::after, .nav-drop-btn::after { display: none; }
  .nav-menu {
    position: static; transform: none; opacity: 1; visibility: hidden; pointer-events: none;
    min-width: 0; border: none; border-left: 3px solid var(--pine); box-shadow: none;
    background: transparent; padding: 0 0 0.6rem 0.4rem;
    max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
  }
  .nav-drop.open .nav-menu { visibility: visible; pointer-events: auto; max-height: 30rem; }
  .nav-menu a { font-family: var(--sans); font-size: 0.98rem; padding: 0.5rem 0.8rem; }
  .nav-cta-li { border-bottom: none !important; padding-top: 1.1rem; }
  .nav-cta { display: block; text-align: center; }

  .nav-panel-foot {
    display: block; margin-top: auto; padding-top: 1.4rem;
    border-top: 2px solid var(--ink); font-size: 0.85rem; color: var(--ink2);
  }
  .nav-panel-brand { font-family: var(--serif); font-weight: 700; font-size: 1.1rem; color: var(--ink); }
  .nav-panel-foot .mono-s { font-family: var(--mono); font-size: 0.78rem; margin-top: 0.6rem; }

  .site-head { position: sticky; }
  .head-in { position: relative; }
}

/* ================================================================
   REDUCED MOTION
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
}

/* ================================================================
   PRINT — AVV als Urkunde druckbar
   ================================================================ */
@media print {
  .site-head, .site-foot, .cta-band, .avv-confirm, .skip, .hero-actions { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .avv-doc { box-shadow: none; border: none; padding: 0; }
  .avv-doc::after { display: none; }
}

/* ---- Breadcrumbs ---- */
.crumbs { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink2); margin-bottom: 1rem; }
.crumbs a { color: var(--ink2); text-decoration-color: var(--line-2); }
.crumbs a:hover { color: var(--pine-d); }
.crumbs span[aria-hidden] { color: var(--line-2); margin: 0 0.25rem; }

/* ---- Footer-Projektzeile ---- */
.foot-project { margin-top: 0.5rem; }
.foot-project a { color: #fff; font-weight: 600; text-decoration-color: var(--pine); text-decoration-thickness: 2px; }

/* ---- Mobile Sticky-CTA ---- */
.sticky-cta { display: none; }
@media (max-width: 640px) {
  .sticky-cta {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
    background: rgba(250, 249, 244, 0.95);
    border-top: 2px solid var(--ink);
    box-shadow: 0 -8px 24px -12px rgba(19, 31, 27, 0.35);
  }
  .sticky-cta .btn { display: block; text-align: center; width: 100%; }
  body { padding-bottom: 4.4rem; }
}
@media print { .sticky-cta { display: none !important; } }

/* ---- Screenreader-only ---- */
.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---- Live-Festpreisbox im Anfrageformular ---- */
.preisbox {
  margin: 0.4rem 0 1.2rem; padding: 0.9rem 1.2rem;
  background: rgba(29, 90, 74, 0.07);
  border: 1px solid var(--pine); border-left: 5px solid var(--pine); border-radius: 2px;
}
.preisbox-label { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pine-d); }
.preisbox-summe { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; color: var(--ink); margin-top: 0.15rem; }
.preisbox-brutto { font-family: var(--sans); font-weight: 400; font-size: 0.85rem; color: var(--ink2); }
.preisbox-hint { font-size: 0.82rem; color: var(--ink2); margin-top: 0.25rem; }
input[type="file"] {
  width: 100%; font: inherit; font-size: 0.92rem; padding: 0.7rem;
  border: 2px dashed var(--line-2); background: var(--paper); border-radius: 2px; cursor: pointer;
}
input[type="file"]:hover, input[type="file"]:focus-visible { border-color: var(--pine); }

/* ---- Kopfbilder aus der Medienbibliothek ---- */
.hero-media { margin-top: 1.8rem; }
.hero-media img {
  display: block; width: 100%; max-width: 780px; height: auto;
  border: 1px solid var(--line); background: var(--sheet);
  box-shadow: var(--shadow-sheet);
}

/* ---- Festpreistabelle ---- */
.preistabelle { width: 100%; border-collapse: collapse; margin: 1.4rem 0 0.8rem; background: var(--sheet); border: 1px solid var(--line); box-shadow: var(--shadow-sheet); }
.preistabelle th, .preistabelle td { text-align: left; padding: 0.75rem 1rem; border-bottom: 1px dashed var(--line-2); }
.preistabelle thead th { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); border-bottom: 2px solid var(--ink); background: var(--paper); }
.preistabelle tbody th { font-weight: 600; }
.preistabelle .preis { font-family: var(--serif); font-weight: 700; color: var(--pine-d); white-space: nowrap; }

/* ================================================================
   KONTAKT-BUBBLE — zwei Standortnummern, schwebend unten rechts
   ================================================================ */
.kbubble { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 70; }
.kbubble-btn {
  display: flex; align-items: center; gap: 0.6rem;
  background: var(--ink); color: #fff; border: none; cursor: pointer;
  font: inherit; font-weight: 600; font-size: 0.95rem;
  padding: 0.8rem 1.25rem; border-radius: 999px;
  box-shadow: 0 4px 0 var(--pine-d), 0 18px 40px -14px rgba(19, 31, 27, 0.55);
  transition: transform 0.14s, box-shadow 0.14s;
}
.kbubble-btn:hover { transform: translateY(2px); box-shadow: 0 2px 0 var(--pine-d), 0 12px 30px -14px rgba(19, 31, 27, 0.55); }
.kbubble-icon { font-size: 1.15rem; line-height: 1; }
.kbubble-status { width: 10px; height: 10px; border-radius: 50%; background: var(--line-2); }
.kbubble-status.on { background: #3FA46A; box-shadow: 0 0 0 4px rgba(63, 164, 106, 0.25); animation: kpulse 2.2s infinite; }
@keyframes kpulse { 0%,100% { box-shadow: 0 0 0 4px rgba(63,164,106,.25); } 50% { box-shadow: 0 0 0 7px rgba(63,164,106,.12); } }

.kbubble-panel {
  position: absolute; right: 0; bottom: calc(100% + 0.8rem);
  width: min(88vw, 330px);
  background: var(--paper);
  border: 1px solid var(--line); border-top: 4px solid var(--pine);
  box-shadow: 0 2px 4px rgba(19,31,27,.08), 0 28px 60px -20px rgba(19, 31, 27, 0.5);
  padding: 1.1rem 1.2rem;
  animation: krise 0.22s cubic-bezier(0.2, 0.8, 0.25, 1);
}
@keyframes krise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.kbubble-head { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); display: flex; justify-content: space-between; align-items: center; gap: 0.6rem; margin-bottom: 0.7rem; }
.kbubble-badge { font-size: 0.62rem; border: 1.5px solid var(--line-2); border-radius: 3px; padding: 0.2rem 0.5rem; white-space: nowrap; }
.kbubble-badge.on { border-color: #3FA46A; color: #226B44; background: rgba(63, 164, 106, 0.1); }
.kbubble-nr {
  display: block; text-decoration: none; padding: 0.7rem 0.9rem; margin-bottom: 0.55rem;
  background: var(--sheet); border: 1px solid var(--line-2); border-left: 4px solid var(--pine); border-radius: 2px;
  transition: transform 0.12s, border-color 0.12s;
}
.kbubble-nr:hover { transform: translateX(3px); border-left-color: var(--pine-d); }
.kbubble-ort { display: block; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pine-d); }
.kbubble-tel { display: block; font-family: var(--serif); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.kbubble-alt { display: block; margin-top: 0.5rem; font-size: 0.82rem; color: var(--sign); }
@media (max-width: 640px) {
  .kbubble { bottom: 4.9rem; } /* über der Sticky-CTA */
  .kbubble-label { display: none; }
  .kbubble-btn { padding: 0.85rem; }
}
@media print { .kbubble { display: none !important; } }

/* ================================================================
   GARANTIE-STEMPEL & ERSPARNIS-RECHNER
   ================================================================ */
.stamp-badge {
  display: inline-block; transform: rotate(-4deg);
  font-family: var(--mono); font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; text-align: center; line-height: 1.5;
  color: var(--oxid); border: 2.5px solid var(--oxid); border-radius: 4px;
  padding: 0.45rem 0.8rem; background: rgba(176, 73, 47, 0.05);
  mask-image: radial-gradient(circle at 30% 60%, transparent 0.5px, black 1.2px);
}
.stamp-badge-s { float: right; font-size: 0.58rem; padding: 0.35rem 0.6rem; }

.rechner {
  background: var(--sheet); border: 1px solid var(--line); border-top: 5px solid var(--pine);
  box-shadow: var(--shadow-sheet); padding: 2rem 2.2rem; position: relative;
}
.rechner-kopf { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.rechner-kopf h2 { margin-top: 0.2rem; }
.rechner-eingabe { margin: 1.4rem 0 1rem; }
.rechner-eingabe label { display: block; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink2); margin-bottom: 0.4rem; }
.rechner-feld { position: relative; max-width: 320px; }
.rechner-feld input {
  width: 100%; font-family: var(--serif); font-weight: 700; font-size: 1.5rem;
  padding: 0.6rem 2.4rem 0.6rem 0.9rem; color: var(--ink);
  border: 1px solid var(--line-2); border-bottom: 3px solid var(--ink); background: var(--paper);
}
.rechner-feld input:focus-visible { outline: 3px solid var(--pine); outline-offset: 1px; }
.rechner-euro { position: absolute; right: 0.9rem; top: 50%; transform: translateY(-50%); font-family: var(--serif); font-weight: 700; font-size: 1.3rem; color: var(--ink2); }
.rechner-ergebnis { margin: 1.2rem 0; border: 1px dashed var(--line-2); background: var(--paper); padding: 1rem 1.2rem; }
.rechner-zeile { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0; border-bottom: 1px dashed var(--line-2); font-size: 0.95rem; }
.rechner-zeile:last-child { border-bottom: none; }
.rechner-zeile strong { font-family: var(--serif); white-space: nowrap; }
.rechner-summe { border-top: 2px solid var(--ink); margin-top: 0.3rem; padding-top: 0.7rem; font-size: 1.05rem; }
.rechner-summe strong { color: var(--pine-d); font-size: 1.3rem; }
.rechner .btn { margin-top: 0.6rem; }

/* CTA-Band: Muster-Link */
.cta-actions { display: flex; flex-direction: column; gap: 0.7rem; align-items: flex-start; }
.cta-muster { color: rgba(255, 255, 255, 0.92); font-size: 0.88rem; text-decoration-color: rgba(255,255,255,.5); }
.cta-muster:hover { color: #fff; }
