/* ImmoKreis - Partner-Landingpage - Design-System v3 (Hell / Editorial-Luxus)
   Zielgruppe: Vertriebspartner (§34f Finanzanlagen-, §34d Versicherungsvermittler).
   DSGVO-clean: Fonts selbst-gehostet (OFL, lokal), keine CDNs, keine Tracker, kein externer Call.
   Ästhetik: hell, warm, viel Weißraum. Editoriale Serifen-Headlines, gedämpftes
   Bronze-Gold als einziger Akzent, feine Haarlinien, ruhige Tiefe. Zwei Tinte-Bänder
   als dramatische Akzente. Schwarz-Weiß-Gold als Luxus-Magazin. */

/* ---- Selbst-gehostete Fonts (OFL, lokal -> DSGVO-clean, kein externer Call) ---- */
@font-face { font-family: "Fraunces"; src: url("fonts/fraunces-wght.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Fraunces"; src: url("fonts/fraunces-italic.woff2") format("woff2"); font-weight: 100 900; font-style: italic; font-display: swap; }
@font-face { font-family: "Hanken Grotesk"; src: url("fonts/hanken-wght.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

/* ============================================================ 1. TOKENS */
:root {
  /* Flaechen */
  --paper:      #ffffff;
  --cream:      #faf8f2;   /* warmes Off-White */
  --cream-2:    #f3efe5;   /* etwas tiefer */
  --ink:        #15120c;   /* warme Tinte (Baender + Text) */
  --ink-2:      #1d1a12;

  /* Text auf Hell */
  --text:       #211e16;
  --text-2:     #3a362c;
  --text-mute:  #6f6a5e;
  --text-faint: #9a9485;

  /* Text auf Tinte */
  --on-ink:       #f6f2e8;
  --on-ink-mute:  #c4bdad;
  --on-ink-mute2: rgba(246,242,232,.66);
  --on-ink-faint: rgba(246,242,232,.42);

  /* Bronze-Gold (einziger Akzent, gedaempft) */
  --gold:       #a87f2e;
  --gold-2:     #c39a48;   /* heller, für Linien/Zahlen */
  --gold-3:     #d9b86a;   /* Spitzlicht auf Tinte */
  --gold-deep:  #876320;
  --gold-soft:  rgba(168,127,46,.10);
  --gold-line:  rgba(168,127,46,.30);

  /* Linien */
  --hair:       #e8e2d4;
  --hair-2:     #ddd5c3;
  --hair-ink:   rgba(246,242,232,.14);
  --hair-ink-2: rgba(246,242,232,.22);

  /* Schatten (weich, premium) */
  --sh-sm:  0 1px 2px rgba(21,18,12,.04), 0 6px 18px rgba(21,18,12,.05);
  --sh-md:  0 2px 6px rgba(21,18,12,.05), 0 18px 44px rgba(21,18,12,.09);
  --sh-lg:  0 4px 12px rgba(21,18,12,.06), 0 34px 80px rgba(21,18,12,.14);

  /* Radien */
  --r-sm: 10px; --r-md: 14px; --r-lg: 20px; --r-pill: 999px;

  /* Type-Scale */
  --fs-h1:   clamp(1.7rem, 7vw, 4.6rem);
  --fs-h2:   clamp(1.85rem, 4vw, 3rem);
  --fs-h3:   1.26rem;
  --fs-lead: clamp(1.08rem, 1.5vw, 1.3rem);

  --s-section: clamp(84px, 11vw, 148px);

  --ease:     cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --t-fast:   .18s var(--ease);
  --t-base:   .34s var(--ease);

  --maxw: 1180px;
  --sans: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; overflow-x: clip; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background: var(--cream);
  line-height: 1.66;
  font-size: 17.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern","liga";
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { position: relative; padding: var(--s-section) 0; }
.section--tight { padding: clamp(60px,8vw,96px) 0; }
.center { text-align: center; }
.measure { max-width: 720px; margin-left: auto; margin-right: auto; }

/* Sektions-Töne: hell dominiert, zwei Tinte-Baender als Akzent */
.s-paper { background: var(--paper); }
.s-cream { background: var(--cream); }
.s-dark, .s-dark-2 { background: var(--ink); color: var(--on-ink); }

/* ============================================================ 2. TYPOGRAFIE */
h1, h2 { font-family: var(--serif); font-weight: 480; letter-spacing: -.015em; line-height: 1.05; margin: 0 0 .42em; color: var(--text); overflow-wrap: break-word; font-optical-sizing: auto; }
h1 { font-size: var(--fs-h1); }
h2 { font-size: var(--fs-h2); }
h3 { font-family: var(--sans); font-size: var(--fs-h3); font-weight: 700; letter-spacing: -.012em; line-height: 1.25; margin: 0 0 .5em; color: var(--text); }
h4 { font-family: var(--sans); font-size: 1rem; font-weight: 700; margin: 0 0 .5em; }
.s-dark h1, .s-dark h2, .s-dark h3, .s-dark-2 h1, .s-dark-2 h2, .s-dark-2 h3 { color: var(--on-ink); }
p { margin: 0 0 1.1em; }
.lead { font-size: var(--fs-lead); color: var(--text-mute); line-height: 1.62; }
.s-dark .lead, .s-dark-2 .lead { color: var(--on-ink-mute2); }
.eyebrow { display: inline-flex; flex-wrap: wrap; max-width: 100%; align-items: center; gap: 10px; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; color: var(--gold-deep); margin: 0 0 1.3rem; }
.eyebrow::before { content: ""; width: 22px; height: 1px; background: var(--gold-line); }
.s-dark .eyebrow, .s-dark-2 .eyebrow { color: var(--gold-3); }
.center .eyebrow { justify-content: center; }
.accent { color: var(--gold); }
.accent-2 { color: var(--gold); }
.s-dark .accent-2, .s-dark-2 .accent-2 { color: var(--gold-3); }
.muted { color: var(--text-mute); }
.s-dark .muted, .s-dark-2 .muted { color: var(--on-ink-mute2); }
.serif-num { font-family: var(--serif); font-weight: 400; font-variant-numeric: lining-nums tabular-nums; }
.kicker-line { width: 50px; height: 2px; background: rgba(168,127,46,.55); margin: 0 0 30px; }
.center .kicker-line { margin-left: auto; margin-right: auto; }

/* ============================================================ 3. BUTTONS */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 650; font-size: 1rem; line-height: 1.1;
  padding: 16px 30px; border-radius: var(--r-pill); text-decoration: none; cursor: pointer; border: 1px solid transparent;
  transition: transform var(--t-fast), box-shadow var(--t-base), background var(--t-base), border-color var(--t-base), color var(--t-base);
}
.btn--primary { background: var(--ink); color: var(--on-ink); box-shadow: var(--sh-sm); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: var(--sh-md); background: #221d12; }
.btn--primary:active { transform: translateY(0); }
.s-dark .btn--primary, .s-dark-2 .btn--primary { background: linear-gradient(135deg, var(--gold-3), var(--gold)); color: #1c1505; }
.s-dark .btn--primary:hover, .s-dark-2 .btn--primary:hover { background: linear-gradient(135deg, #e6c87e, var(--gold-2)); }
.btn--ghost { background: transparent; border-color: var(--hair-ink-2); color: var(--on-ink); padding: 15px 29px; }
.btn--ghost:hover { border-color: var(--gold-3); background: rgba(246,242,232,.06); }
.btn--ghost-dark { background: transparent; border-color: var(--hair-2); color: var(--text); padding: 15px 29px; }
.btn--ghost-dark:hover { border-color: var(--gold); background: var(--gold-soft); }
.btn--lg { font-size: 1.05rem; padding: 18px 38px; }
.btn--block { width: 100%; }
.textlink { color: var(--gold-deep); text-decoration: none; font-weight: 600; border-bottom: 1px solid var(--gold-line); }
.textlink:hover { border-bottom-color: var(--gold); }
.cta-sub { font-size: .82rem; color: var(--text-faint); margin: 12px 0 0; }

/* ============================================================ 4. HEADER */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,248,242,.82); backdrop-filter: saturate(140%) blur(16px); -webkit-backdrop-filter: saturate(140%) blur(16px);
  border-bottom: 1px solid var(--hair);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--text); text-decoration: none; font-weight: 700; font-size: 1.14rem; letter-spacing: -.01em; }
.brand .mark { width: 28px; height: 28px; flex: none; }
.brand small { display: block; font-size: .58rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--text-mute); margin-top: 2px; }
.header-cta { font-size: .9rem; padding: 11px 22px; }

/* ============================================================ 5. HERO */
.hero { position: relative; background: var(--cream); padding: clamp(72px,9vw,116px) 0 clamp(80px,10vw,124px); overflow: hidden; }
.hero::before { content: ""; position: absolute; top: -10%; right: -6%; width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, var(--gold-soft), transparent 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; position: relative; }
.hero h1 .accent-2 { color: var(--gold); font-style: italic; }
.hero .lead { margin-bottom: 30px; max-width: 40ch; color: var(--text-2); }
.hero-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-trust .chip { font-size: .82rem; }

/* Pills */
.chip { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 600; color: var(--text-2);
  padding: 8px 15px; border: 1px solid var(--hair-2); border-radius: var(--r-pill); background: var(--paper); }
.chip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }
.s-dark .chip, .s-dark-2 .chip { color: var(--on-ink); border-color: var(--hair-ink-2); background: rgba(246,242,232,.05); }

/* ============================================================ 6. ONEPAGER (helle Premium-Karte) */
.onepager {
  position: relative; border-radius: var(--r-lg); padding: 26px; overflow: hidden;
  background: var(--paper); border: 1px solid var(--hair); box-shadow: var(--sh-lg);
}
.op-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.op-brandline { font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-faint); font-weight: 600; }
.op-tag { font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-deep);
  border: 1px solid var(--gold-line); border-radius: var(--r-pill); padding: 4px 11px; background: var(--gold-soft); }
.op-skyline { height: 96px; border-radius: var(--r-sm); margin-bottom: 16px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, #efe9dc, #e4dccb); border: 1px solid var(--hair); }
.op-skyline::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60%;
  background: repeating-linear-gradient(90deg, rgba(33,30,22,.07) 0 1px, transparent 1px 30px); }
.op-loc { position: absolute; left: 14px; bottom: 11px; font-size: .82rem; font-weight: 700; color: var(--text); z-index: 1; }
.op-loc span { display: block; font-size: .58rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--text-mute); }
.op-lock { position: absolute; right: 13px; top: 11px; font-size: .6rem; color: var(--gold-deep); font-weight: 700; z-index: 1; }
.op-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--hair); border: 1px solid var(--hair); border-radius: var(--r-sm); overflow: hidden; }
.op-metric { background: var(--paper); padding: 15px 16px; }
.op-metric .k { font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-faint); font-weight: 700; margin-bottom: 5px; }
.op-metric .v { font-family: var(--serif); font-size: 1.72rem; line-height: 1; color: var(--text); font-variant-numeric: tabular-nums; }
.op-metric:nth-child(2) .v, .op-metric:nth-child(3) .v { color: var(--gold-deep); }
.op-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; font-size: .66rem; color: var(--text-mute); }
.op-wm { font-weight: 700; color: var(--text-2); }
.op-caption { font-size: .76rem; color: var(--text-mute); margin: 14px 2px 0; line-height: 1.5; }

/* ============================================================ 7. REFRAME-BAND (Tinte) */
.reframe { text-align: center; }
.reframe .big { font-family: var(--serif); font-size: clamp(2.1rem, 6vw, 4rem); font-weight: 500; letter-spacing: -.02em; line-height: 1.08; color: var(--on-ink); margin: 0 0 .4em; }
.reframe .big .accent-2 { color: var(--gold-3); font-style: italic; }

/* ============================================================ 8. GRIDS / SECTION-HEAD */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.grid-3--tight { gap: 18px; }
.section-head { max-width: 720px; margin-bottom: 58px; }
.center .section-head { margin-left: auto; margin-right: auto; }

/* ============================================================ 9. CARDS */
.card { position: relative; border-radius: var(--r-md); padding: 30px; background: var(--paper); border: 1px solid var(--hair);
  box-shadow: var(--sh-sm); transition: transform var(--t-base), box-shadow var(--t-base), border-color var(--t-base); }
.s-cream .card { background: var(--paper); }
.s-dark .card, .s-dark-2 .card { background: rgba(246,242,232,.04); border-color: var(--hair-ink); box-shadow: none; }
.card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); border-color: var(--hair-2); }
.s-dark .card:hover, .s-dark-2 .card:hover { border-color: var(--hair-ink-2); }
.card h3 { margin-bottom: .45em; }
.card p { font-size: .98rem; color: var(--text-mute); margin: 0; }
.s-dark .card p, .s-dark-2 .card p { color: var(--on-ink-mute2); }
.card .ic { width: 46px; height: 46px; border-radius: var(--r-sm); display: grid; place-items: center; margin-bottom: 20px;
  background: var(--gold-soft); border: 1px solid var(--gold-line); color: var(--gold-deep); }
.card .ic svg { width: 22px; height: 22px; }
.pain .ic { background: rgba(178,86,58,.08); border-color: rgba(178,86,58,.24); color: #a4502f; }

/* ============================================================ 10. STEPS */
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.steps--4 { grid-template-columns: repeat(4,1fr); }
.step { position: relative; padding-top: 4px; }
.step .num { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-weight: 500; font-size: 1.2rem;
  background: var(--paper); color: var(--gold-deep); border: 1px solid var(--gold-line); margin-bottom: 20px; box-shadow: var(--sh-sm); }
.s-dark .step .num, .s-dark-2 .step .num { background: rgba(246,242,232,.05); color: var(--gold-3); border-color: var(--gold-line); box-shadow: none; }
.step h3 { font-size: 1.1rem; margin-bottom: .35em; }
.step p { font-size: .96rem; color: var(--text-mute); margin: 0; }
.s-dark .step p, .s-dark-2 .step p { color: var(--on-ink-mute2); }
.step .lock { display: inline-flex; align-items: center; gap: 6px; font-size: .74rem; color: var(--gold-deep); font-weight: 700; letter-spacing: .03em; margin-top: 12px; }
.s-dark .step .lock, .s-dark-2 .step .lock { color: var(--gold-3); }

/* ============================================================ 11. CALLOUT */
.callout { position: relative; margin-top: 60px; padding: 24px 28px; border-radius: var(--r-md); background: var(--cream-2); border: 1px solid var(--hair); border-left: 2px solid var(--gold); }
.s-dark .callout, .s-dark-2 .callout { background: rgba(246,242,232,.05); border-color: var(--hair-ink); border-left-color: var(--gold-3); }
.callout p { margin: 0; font-family: var(--serif); font-size: 1.22rem; font-weight: 500; color: var(--text); line-height: 1.45; }
.s-dark .callout p, .s-dark-2 .callout p { color: var(--on-ink); }

/* ============================================================ 12. CHECKLIST */
.checklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; }
.checklist li { position: relative; padding: 17px 0 17px 42px; border-bottom: 1px solid var(--hair); font-size: 1.05rem; color: var(--text-2); }
.s-dark .checklist li, .s-dark-2 .checklist li { border-color: var(--hair-ink); color: var(--on-ink-mute2); }
.checklist li:last-child { border-bottom: 0; }
.checklist li strong { font-weight: 650; color: var(--text); }
.s-dark .checklist li strong, .s-dark-2 .checklist li strong { color: var(--on-ink); }
.checklist li::before { content: ""; position: absolute; left: 2px; top: 19px; width: 22px; height: 22px; border-radius: 50%; background: var(--gold-soft); border: 1px solid var(--gold-line); }
.checklist li::after { content: ""; position: absolute; left: 9px; top: 24px; width: 7px; height: 4px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
.s-dark .checklist li::after, .s-dark-2 .checklist li::after { border-color: var(--gold-3); }

/* ============================================================ 13. VERGLEICHSTABELLE */
.compare-wrap { position: relative; overflow: hidden; border-radius: var(--r-md); border: 1px solid var(--hair); background: var(--paper); box-shadow: var(--sh-sm); }
.compare { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .98rem; }
.compare th, .compare td { padding: 18px; text-align: left; border-bottom: 1px solid var(--hair); }
.compare thead th { font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; color: var(--text-faint); font-weight: 700; vertical-align: bottom; }
.compare tbody th { font-weight: 600; color: var(--text); }
.compare td { color: var(--text-mute); }
.compare .col-us { background: var(--gold-soft); color: var(--text); border-left: 1px solid var(--gold-line); border-right: 1px solid var(--gold-line); }
.compare thead .col-us { color: var(--gold-deep); font-weight: 800; letter-spacing: .01em; text-transform: none; font-size: 1.04rem; border-top: 1px solid var(--gold-line); }
.compare td.col-us { color: var(--text); font-weight: 700; }
.compare .yes { color: var(--gold-deep); font-weight: 800; }
.compare .no, .compare .partial { color: var(--text-faint); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }

/* ============================================================ 14. WIRTSCHAFTLICHKEIT */
.econ-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.econ-grid > div > p { max-width: 60ch; color: var(--text-mute); }
.example-card { position: relative; border-radius: var(--r-md); padding: 32px; background: var(--cream); border: 1px solid var(--hair-2); box-shadow: var(--sh-sm); }
.s-dark .example-card, .s-dark-2 .example-card { background: rgba(246,242,232,.05); border-color: var(--hair-ink); }
.example-card .row { display: flex; align-items: baseline; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--hair); }
.s-dark .example-card .row, .s-dark-2 .example-card .row { border-color: var(--hair-ink); }
.example-card .row:last-of-type { border-bottom: 0; }
.example-card .row .l { color: var(--text-mute); font-size: .96rem; }
.s-dark .example-card .row .l, .s-dark-2 .example-card .row .l { color: var(--on-ink-mute2); }
.example-card .row .r { font-family: var(--serif); font-size: 1.5rem; color: var(--gold-deep); font-variant-numeric: tabular-nums; }
.s-dark .example-card .row .r, .s-dark-2 .example-card .row .r { color: var(--gold-3); }
.example-card .note { font-size: .76rem; color: var(--text-faint); margin: 18px 0 0; line-height: 1.55; }

.legal-note { display: flex; gap: 16px; align-items: flex-start; border-radius: var(--r-md); padding: 22px 24px; background: var(--gold-soft); border: 1px solid var(--gold-line); }
.legal-note .ic { flex: none; color: var(--gold-deep); }
.legal-note .ic svg { width: 26px; height: 26px; }
.legal-note p { margin: 0; font-size: .96rem; color: var(--text-2); }
.s-dark .legal-note p, .s-dark-2 .legal-note p { color: var(--on-ink-mute2); }

/* ============================================================ 15. INVENTAR-SPEKTRUM */
.spectrum .card { padding-top: 28px; }
.tax-flag { display: inline-block; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-deep); background: var(--gold-soft); border: 1px solid var(--gold-line); border-radius: var(--r-pill); padding: 4px 11px; margin-bottom: 16px; }

/* ============================================================ 16. TRUST / AUTORITAET */
.author { display: grid; grid-template-columns: 92px 1fr; gap: 22px; align-items: center; }
.author .avatar { width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-size: 1.9rem; color: var(--gold-deep); background: var(--cream-2); border: 1px solid var(--hair-2); }
.author .name { font-weight: 700; font-size: 1.12rem; color: var(--text); }
.author .role { font-size: .9rem; color: var(--text-mute); }
.scarcity { display: inline-flex; align-items: center; gap: 10px; font-size: .92rem; font-weight: 600; color: var(--text); border: 1px solid var(--hair-2); border-radius: var(--r-pill); padding: 10px 18px; background: var(--paper); }
.scarcity .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }

/* ============================================================ 17. LEAD-MAGNET */
.magnet { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; border-radius: var(--r-lg); padding: 46px; background: var(--paper); border: 1px solid var(--hair-2); box-shadow: var(--sh-md); }
.magnet h3 { font-family: var(--serif); font-weight: 500; }
.magnet-form { display: flex; gap: 10px; flex-wrap: wrap; }
.magnet-form input[type=email] { flex: 1 1 220px; }

/* ============================================================ 18. FAQ */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--hair); padding: 4px 0; }
.faq summary { cursor: pointer; font-weight: 650; font-size: 1.12rem; color: var(--text); padding: 19px 44px 19px 0; position: relative; list-style: none; transition: color var(--t-fast); }
.faq summary:hover { color: var(--gold-deep); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 16px; font-size: 1.5rem; color: var(--gold); font-weight: 300; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--text-mute); padding: 0 44px 18px 0; margin: 0; font-size: 1rem; }

/* ============================================================ 19. FORMULAR (Karte auf Tinte) */
.form-card { position: relative; background: var(--paper); color: var(--text); border-radius: var(--r-lg); padding: 36px; border: 1px solid var(--hair); box-shadow: var(--sh-lg); }
.form-card .form-title { font-family: var(--serif); font-size: 1.32rem; font-weight: 500; color: var(--text); margin: 0 0 4px; }
.form-card .form-kicker { font-size: .78rem; color: var(--gold-deep); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; margin: 0 0 18px; }
.field { margin-bottom: 20px; }
.field > label:not(.switch-row) { display: block; font-size: .9rem; font-weight: 700; margin-bottom: 9px; color: var(--text); }
.field .hint { font-weight: 500; color: var(--text-mute); font-size: .82rem; }
.field input[type=text], .field input[type=email], .field select, .field textarea,
input[type=email] { width: 100%; padding: 13px 14px; font-size: 1rem; font-family: inherit; color: var(--text);
  border: 1px solid var(--hair-2); border-radius: var(--r-sm); background: #fff; transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.field input:focus, .field select:focus, .field textarea:focus, input[type=email]:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

/* Chip-Select */
.chip-group { display: flex; flex-wrap: wrap; gap: 9px; }
.chip-toggle { font-family: inherit; font-size: .9rem; font-weight: 600; cursor: pointer; padding: 9px 15px; border-radius: var(--r-pill); border: 1px solid var(--hair-2); background: #fff; color: var(--text); transition: background var(--t-fast), border-color var(--t-fast), color var(--t-fast); }
.chip-toggle:hover { border-color: var(--gold); }
.chip-toggle[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--on-ink); }

/* Range-Slider */
.range-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.range-val { font-family: var(--serif); font-size: 1.4rem; color: var(--gold-deep); font-variant-numeric: tabular-nums; }
input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 5px; border-radius: var(--r-pill); background: linear-gradient(90deg, var(--gold) var(--fill,40%), var(--hair-2) var(--fill,40%)); outline: none; }
input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: #fff; border: 3px solid var(--gold-deep); cursor: pointer; box-shadow: var(--sh-sm); }
input[type=range]::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 3px solid var(--gold-deep); cursor: pointer; }

/* Toggle-Switch */
.switch-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 16px; border: 1px solid var(--hair); border-radius: var(--r-sm); background: var(--cream); }
.switch-row .sl { font-size: .96rem; font-weight: 600; color: var(--text); }
.switch-row .sl small { display: block; font-weight: 500; color: var(--text-mute); font-size: .8rem; }
.switch { position: relative; width: 50px; height: 28px; flex: none; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .track { position: absolute; inset: 0; background: #cdc4b0; box-shadow: inset 0 0 0 1px rgba(33,30,22,.07); border-radius: var(--r-pill); transition: background var(--t-base); }
.switch .track::before { content: ""; position: absolute; left: 3px; top: 3px; width: 22px; height: 22px; background: #fff; border-radius: 50%; transition: transform var(--t-base); box-shadow: 0 1px 3px rgba(0,0,0,.2); }
.switch input:checked + .track { background: var(--ink); }
.switch input:checked + .track::before { transform: translateX(22px); }
.switch input:focus-visible + .track { outline: 2px solid var(--gold-deep); outline-offset: 2px; }

.consent { display: flex; gap: 11px; align-items: flex-start; font-size: .82rem; color: var(--text-mute); margin: 4px 0 18px; }
.consent input { width: 18px; height: 18px; margin-top: 2px; flex: none; accent-color: var(--gold-deep); }
.consent a { color: var(--gold-deep); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; }
.form-note { font-size: .78rem; color: var(--text-mute); margin-top: 14px; text-align: center; }
.form-success { display: none; text-align: center; padding: 20px 0; }
.form-success.show { display: block; }
.form-success .ok { width: 60px; height: 60px; border-radius: 50%; background: var(--gold-soft); border: 1px solid var(--gold); display: grid; place-items: center; margin: 0 auto 16px; color: var(--gold-deep); }
.is-hidden { display: none; }

/* ---- Lesbarkeit in Tinte-Sektionen (Kontrast-Fixes) ---- */
.s-dark .author .name, .s-dark-2 .author .name { color: var(--on-ink); }
.s-dark .author .role, .s-dark-2 .author .role { color: var(--on-ink-mute2); }
.s-dark .econ-grid p, .s-dark-2 .econ-grid p { color: var(--on-ink-mute2); }
.s-dark .legal-note .ic, .s-dark-2 .legal-note .ic { color: var(--gold-3); }
.s-dark .example-card .note, .s-dark-2 .example-card .note { color: var(--on-ink-mute2); }
.s-dark .scarcity, .s-dark-2 .scarcity { color: var(--on-ink); border-color: var(--hair-ink-2); background: rgba(246,242,232,.05); }
.s-dark .scarcity .dot, .s-dark-2 .scarcity .dot { background: var(--gold-3); }

/* ============================================================ 20. FOOTER */
.site-footer { background: var(--ink); color: var(--on-ink-mute2); padding: 64px 0 44px; font-size: .92rem; }
.site-footer a { color: var(--on-ink-mute2); text-decoration: none; transition: color var(--t-fast); }
.site-footer a:hover { color: var(--gold-3); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 38px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--on-ink); font-weight: 700; margin-bottom: 14px; }
.footer-brand .mark { width: 28px; height: 28px; }
.footer-col h4 { color: var(--on-ink); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col a { display: block; margin-bottom: 9px; }
.footer-legal { border-top: 1px solid var(--hair-ink); padding-top: 24px; font-size: .8rem; line-height: 1.7; color: var(--on-ink-mute2); }

/* ============================================================ 21. STICKY MOBILE CTA */
.sticky-cta { display: none; }

/* ============================================================ 21b. ORCHESTRIERTER HERO-LOAD */
@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow, .hero h1, .hero .lead, .hero .hero-cta-row, .hero .hero-trust, .hero .onepager {
    opacity: 0; animation: heroRise .72s var(--ease-out) forwards;
  }
  .hero .eyebrow      { animation-delay: .05s; }
  .hero h1            { animation-delay: .14s; }
  .hero .lead         { animation-delay: .26s; }
  .hero .hero-cta-row { animation-delay: .36s; }
  .hero .hero-trust   { animation-delay: .46s; }
  .hero .onepager     { animation-delay: .30s; animation-duration: .92s; }
  @keyframes heroRise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}

/* ============================================================ 22. REDUCED MOTION + FOKUS */
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }
.btn:focus-visible, .chip-toggle:focus-visible, .faq summary:focus-visible, .brand:focus-visible, .textlink:focus-visible {
  outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px;
}

/* ============================================================ 23. RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid, .grid-2, .econ-grid, .magnet { grid-template-columns: 1fr; gap: 44px; }
  .hero-grid > div, .grid-2 > div, .econ-grid > div { min-width: 0; }
  .hero-grid { display: block; }
  .hero-grid > div + div { margin-top: 40px; }
  .grid-3, .steps, .steps--4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero .onepager { max-width: 460px; }
}
@media (max-width: 620px) {
  body { font-size: 16.5px; padding-bottom: 80px; }
  .hero-grid { gap: 30px; }
  .hero .onepager { max-width: 100%; }
  .hero h1 { font-size: 1.6rem; line-height: 1.14; overflow-wrap: anywhere; }
  .hero .eyebrow { font-size: .62rem; letter-spacing: .1em; }
  .grid-3, .steps, .steps--4 { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .header-cta { display: none; }
  .magnet, .form-card, .example-card { padding: 26px; }
  .compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare tbody th, .compare thead th:first-child { position: sticky; left: 0; background: var(--paper); z-index: 1; }
  .sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--hair); padding: 12px 16px; }
  .sticky-cta .btn { width: 100%; }
}
