/* ==========================================================================
   innovio – Marketing-Website
   Design-System nach Brand Guide InnoVorsorge V1.0 und Projektplan 2.12.

   [AUSNAHME: not-allowed.md "keine grellen Farben und keine Gradients" –
    die Glasmorphic-Flaechen (.glass, .nav) nutzen Transluzenz und Blur.
    Vom Gruender explizit verlangt, siehe Projektplan 2.12. Farbflaechen
    bleiben ansonsten durchgehend flach.]

   Typografie: ausschliesslich Poppins, self-hosted (kein Google-Fonts-CDN).
   Unterlaengen: keine overflow:hidden-Maske ueber Text. Wo eine Maske
   noetig ist, wird sie unten um .18em erweitert und per negativem
   margin-bottom wieder aus dem Layout genommen (siehe .mask).
   ========================================================================== */

/* --- Schriften ---------------------------------------------------------- */

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Tokens ------------------------------------------------------------- */

:root {
  /* Brand Guide V1.0 */
  --ink: #373a38;
  --ink-deep: #2c2f2d;
  --matcha: #c8dec2;
  --matcha-50: #ddedd9;
  --matcha-300: #9dc392;
  --matcha-500: #74986d;
  --matcha-700: #4a6642;

  --paper: #fbfbfa;
  --paper-2: #f2f3f0;
  --card: #ffffff;

  --text: var(--ink);
  --text-muted: #5c625e;
  --text-faint: #6b716d;
  --line: rgba(55, 58, 56, 0.12);
  --line-soft: rgba(55, 58, 56, 0.07);

  --on-dark: #f1f3ef;
  --on-dark-muted: #b2b8b3;
  --line-dark: rgba(241, 243, 239, 0.14);

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 22px;
  --r-xl: 28px;
  --pill: 999px;

  --shadow-sm: 0 1px 2px rgba(30, 34, 31, 0.05), 0 6px 18px rgba(30, 34, 31, 0.045);
  --shadow: 0 2px 4px rgba(30, 34, 31, 0.05), 0 18px 44px rgba(30, 34, 31, 0.08);

  --wrap: 1400px;
  --gap: clamp(14px, 2vw, 26px);
  --pad-x: clamp(18px, 4.5vw, 56px);
  --sec-y: clamp(64px, 9vw, 116px);

  --ease: cubic-bezier(0.22, 0.68, 0.29, 1);
}

/* --- Basis -------------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.003em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

/* Muss die display-Werte der Layout-Klassen schlagen (z.B. .compare). */
[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration-color: rgba(55, 58, 56, 0.3);
  text-underline-offset: 3px;
}
a:hover {
  text-decoration-color: currentColor;
}

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

::selection {
  background: var(--matcha);
  color: var(--ink);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: var(--on-dark);
  padding: 12px 18px;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip:focus {
  left: 0;
}

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

/* --- Typografie --------------------------------------------------------- */

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.021em;
  /* Zeilenhoehe nie unter 1.12: schuetzt Unterlaengen (g j p q y). */
  line-height: 1.14;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.2rem, 5.4vw, 4.35rem);
  line-height: 1.07;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.85rem);
}
h3 {
  font-size: clamp(1.12rem, 1.7vw, 1.32rem);
  line-height: 1.28;
  letter-spacing: -0.014em;
}
h4 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.008em;
}

p {
  margin: 0 0 1.05em;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 500;
  color: var(--text);
}

.eyebrow {
  display: block;
  margin: 0 0 14px;
  font-size: 0.775rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--matcha-700);
}
.on-dark .eyebrow {
  color: var(--matcha);
}

.lede {
  font-size: clamp(1.02rem, 1.55vw, 1.2rem);
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 60ch;
}
.on-dark .lede {
  color: var(--on-dark-muted);
}

.small {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-faint);
}
.on-dark .small {
  color: var(--on-dark-muted);
}

.tabnum {
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

/* --- Layout ------------------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

.section {
  padding-block: var(--sec-y);
}

.section__head {
  max-width: 72ch;
  margin-bottom: clamp(34px, 4.5vw, 58px);
}
.section__head h2 {
  margin-bottom: 18px;
}

.band {
  background: var(--ink);
  color: var(--on-dark);
}
.band--soft {
  background: var(--paper-2);
}

.rule {
  height: 1px;
  border: 0;
  margin: 0;
  background: var(--line);
}

/* --- Wortmarke ---------------------------------------------------------- */

.logo {
  height: 22px;
  width: auto;
}
.logo--footer {
  height: 26px;
}

/* --- Navigation (Glas) -------------------------------------------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(251, 251, 250, 0.74);
  -webkit-backdrop-filter: blur(20px) saturate(1.5);
  backdrop-filter: blur(20px) saturate(1.5);
  border-bottom: 1px solid var(--line-soft);
}
@supports not (backdrop-filter: blur(1px)) {
  .nav {
    background: rgba(251, 251, 250, 0.97);
  }
}

.nav__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 64px;
}

.nav__links {
  display: none;
  gap: clamp(16px, 2.2vw, 30px);
  margin-left: auto;
}
.nav__links a {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-decoration: none;
  padding: 6px 0;
}
.nav__links a:hover {
  color: var(--text);
}

.nav__cta {
  margin-left: auto;
}
@media (min-width: 860px) {
  .nav__links {
    display: flex;
  }
  .nav__cta {
    margin-left: 0;
  }
}

/* --- Buttons ------------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0.82em 1.45em;
  border: 1px solid transparent;
  border-radius: var(--pill);
  background: var(--ink);
  color: var(--paper);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.008em;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.22s var(--ease), border-color 0.22s var(--ease),
    color 0.22s var(--ease), transform 0.22s var(--ease);
}
.btn:hover {
  background: var(--ink-deep);
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}

.btn--sm {
  padding: 0.6em 1.15em;
  font-size: 0.87rem;
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}
.btn--ghost:hover {
  background: rgba(55, 58, 56, 0.045);
  border-color: rgba(55, 58, 56, 0.24);
}

.on-dark .btn {
  background: var(--matcha);
  color: var(--ink);
}
.on-dark .btn:hover {
  background: var(--matcha-50);
}
.on-dark .btn--ghost {
  background: transparent;
  color: var(--on-dark);
  border-color: var(--line-dark);
}
.on-dark .btn--ghost:hover {
  background: rgba(241, 243, 239, 0.07);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* --- Karten ------------------------------------------------------------- */

.card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  padding: clamp(20px, 2.4vw, 28px);
}

/* [AUSNAHME: Glasmorphic, siehe Dateikopf] */
.glass {
  transition: transform 0.35s var(--ease), background-color 0.35s var(--ease),
    opacity 0.62s var(--ease);
  background: rgba(241, 243, 239, 0.07);
  -webkit-backdrop-filter: blur(16px) saturate(1.3);
  backdrop-filter: blur(16px) saturate(1.3);
  border: 1px solid var(--line-dark);
  border-radius: var(--r-lg);
  padding: clamp(20px, 2.4vw, 28px);
}
@supports not (backdrop-filter: blur(1px)) {
  .glass {
    background: rgba(241, 243, 239, 0.1);
  }
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: var(--paper);
  font-size: 0.755rem;
  font-weight: 500;
  letter-spacing: 0.005em;
  color: var(--text-muted);
  white-space: nowrap;
}
.tag--src {
  border-color: rgba(74, 102, 66, 0.28);
  background: rgba(200, 222, 194, 0.34);
  color: var(--matcha-700);
}
.tag--none {
  border-style: dashed;
  color: var(--text-faint);
  background: transparent;
}
.on-dark .tag,
.panel--inno .tag {
  background: rgba(241, 243, 239, 0.06);
  border-color: var(--line-dark);
  color: var(--on-dark-muted);
}
.on-dark .tag--src,
.panel--inno .tag--src {
  background: rgba(200, 222, 194, 0.13);
  border-color: rgba(200, 222, 194, 0.32);
  color: var(--matcha);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* --- Hero --------------------------------------------------------------- */

.hero {
  padding-block: clamp(48px, 7vw, 92px) clamp(52px, 7vw, 96px);
}

.hero__grid {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
  align-items: center;
}
@media (min-width: 940px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  }
}

.hero h1 {
  margin-bottom: 22px;
  max-width: 17ch;
}
.hero .lede {
  margin-bottom: 28px;
}

.hero__note {
  margin-top: 16px;
  font-size: 0.83rem;
  color: var(--text-faint);
  max-width: 44ch;
}

/* Vertrauensleiste: Trennung ueber Weissraum und Linie, keine Trennpunkte. */
.trust {
  display: grid;
  gap: 0;
  margin-top: clamp(34px, 4.5vw, 52px);
  border-top: 1px solid var(--line);
}
.trust__item {
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}
.trust__item strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 2px;
}
.trust__item span {
  font-size: 0.84rem;
  color: var(--text-faint);
}
@media (min-width: 720px) {
  .trust {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 3vw, 44px);
  }
  .trust__item {
    border-bottom: 0;
    padding: 18px 0 0;
  }
}

/* --- App-Vorschau (Hero, Score) ----------------------------------------- */

.preview {
  position: relative;
  background: var(--ink);
  border-radius: var(--r-xl);
  padding: clamp(20px, 2.6vw, 40px);
  color: var(--on-dark);
  box-shadow: var(--shadow);
  overflow: visible;
}

.preview__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
.preview__label {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
}

.score {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 26px);
  flex-wrap: wrap;
}
.score__dial {
  position: relative;
  flex: 0 0 auto;
  width: clamp(112px, 13vw, 168px);
  height: clamp(112px, 13vw, 168px);
}
.score__dial svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.score__track {
  fill: none;
  stroke: rgba(241, 243, 239, 0.14);
  stroke-width: 7;
}
.score__arc {
  fill: none;
  stroke: var(--matcha);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: var(--circ);
  stroke-dashoffset: var(--circ);
  transition: stroke-dashoffset 1.5s var(--ease);
}
.is-shown .score__arc {
  stroke-dashoffset: var(--target);
}
.score__value {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.score__value b {
  font-size: clamp(1.75rem, 3.4vw, 2.15rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.score__value span {
  font-size: 0.7rem;
  color: var(--on-dark-muted);
  letter-spacing: 0.06em;
}

.score__bars {
  flex: 1 1 190px;
  min-width: 0;
  display: grid;
  gap: 13px;
}
.meter__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.8rem;
  margin-bottom: 6px;
  color: var(--on-dark-muted);
}
.meter__top b {
  font-weight: 500;
  color: var(--on-dark);
}
.meter__rail {
  height: 5px;
  border-radius: var(--pill);
  background: rgba(241, 243, 239, 0.13);
  overflow: hidden;
}
.meter__fill {
  height: 100%;
  width: 0;
  border-radius: var(--pill);
  background: var(--matcha-300);
  transition: width 1.25s var(--ease);
}
.is-shown .meter__fill {
  width: var(--w);
}

.preview__foot {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.78rem;
  color: var(--on-dark-muted);
}

/* --- Vergleich: belegte gegen unbelegte Zahl ---------------------------- */

.qpicker {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 26px;
}
.qpicker button {
  padding: 0.62em 1.05em;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: var(--card);
  font: inherit;
  font-size: 0.855rem;
  line-height: 1.35;
  color: var(--text-muted);
  cursor: pointer;
  text-align: left;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease),
    border-color 0.2s var(--ease);
}
.qpicker button:hover {
  border-color: rgba(55, 58, 56, 0.24);
  color: var(--text);
}
.qpicker button[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.compare {
  display: grid;
  gap: var(--gap);
}
@media (min-width: 820px) {
  .compare {
    grid-template-columns: 1fr 1fr;
  }
}

.panel {
  border-radius: var(--r-lg);
  padding: clamp(20px, 2.4vw, 28px);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.panel--plain {
  background: var(--paper-2);
  border: 1px solid var(--line-soft);
}
.panel--inno {
  background: var(--ink);
  color: var(--on-dark);
}

.panel__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line-soft);
}
.panel--inno .panel__head {
  border-bottom-color: var(--line-dark);
}
.panel__head h3 {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.006em;
}

.answer {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.16;
  /* Unterlaengen-Puffer, falls der Wert je Buchstaben mit g/p/y enthaelt */
  padding-bottom: 0.06em;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}
.answer--vague {
  color: var(--text-faint);
}

.answer__note {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.panel--inno .answer__note {
  color: var(--on-dark-muted);
}

.derive {
  margin: 0 0 16px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: rgba(241, 243, 239, 0.06);
  border: 1px solid var(--line-dark);
  font-size: 0.845rem;
  line-height: 1.6;
  color: var(--on-dark-muted);
  overflow-wrap: anywhere;
}
.derive b {
  color: var(--on-dark);
  font-weight: 500;
}

.panel__foot {
  margin-top: auto;
  padding-top: 4px;
}

/* --- Schritte ----------------------------------------------------------- */

.steps {
  display: grid;
  gap: 0;
  counter-reset: step;
}
.step {
  position: relative;
  counter-increment: step;
  padding: 26px 0 26px 56px;
  border-top: 1px solid var(--line-soft);
}
.step:first-child {
  border-top: 0;
}
.step::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 26px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--pill);
  border: 1px solid var(--line);
  background: var(--card);
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--matcha-700);
}
.step h3 {
  margin-bottom: 7px;
}
.step p {
  color: var(--text-muted);
  max-width: 62ch;
  font-size: 0.95rem;
}
.step__free {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 9px;
  border-radius: var(--pill);
  background: var(--matcha-50);
  color: var(--matcha-700);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  vertical-align: 3px;
}
@media (min-width: 900px) {
  .steps {
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(28px, 4vw, 56px);
  }
  .step:nth-child(2) {
    border-top: 0;
  }
}

/* --- Modul-Kacheln ------------------------------------------------------ */

.bento {
  display: grid;
  gap: var(--gap);
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .bento {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .bento .tile {
    grid-column: span 2;
  }
  .bento .tile--wide {
    grid-column: span 3;
  }
}

.tile {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(20px, 2.2vw, 28px);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
    opacity 0.62s var(--ease);
}
@media (hover: hover) {
  .tile:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
  }
}
.tile h3 {
  margin-bottom: 8px;
}
.tile p {
  font-size: 0.92rem;
  line-height: 1.58;
  color: var(--text-muted);
}
.tile__viz {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
}

/* Kachel-Visualisierung: Saeulen-Balken (Vorsorge-Dossier) */
.pillars {
  display: grid;
  gap: 9px;
}
.pillar {
  display: grid;
  grid-template-columns: 4.7em 1fr 2.4em;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  color: var(--text-faint);
}
.pillar > span {
  white-space: nowrap;
}
.pillar > b {
  text-align: right;
}
.pillar__rail {
  height: 8px;
  border-radius: var(--pill);
  background: var(--paper-2);
  overflow: hidden;
}
.pillar__fill {
  height: 100%;
  width: 0;
  border-radius: var(--pill);
  background: var(--matcha-500);
  transition: width 1.1s var(--ease);
}
.is-shown .pillar__fill {
  width: var(--w);
}
.pillar--gap .pillar__fill {
  background: var(--matcha-300);
}
.pillar b {
  font-weight: 500;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

/* Kachel-Visualisierung: Bot-Antwort */
.bot {
  display: grid;
  gap: 10px;
}
.bot__q,
.bot__a {
  padding: 10px 13px;
  border-radius: 13px;
  font-size: 0.845rem;
  line-height: 1.5;
  max-width: 92%;
}
.bot__q {
  background: var(--paper-2);
  color: var(--text-muted);
  border-bottom-left-radius: 4px;
}
.tile .bot__a {
  margin-left: auto;
  background: var(--ink);
  color: var(--on-dark);
  border-bottom-right-radius: 4px;
}
.tile .bot__a b {
  color: var(--matcha);
  font-weight: 500;
}
.bot__src {
  margin-left: auto;
}

/* Kachel-Visualisierung: Budget-Anteile */
.split {
  display: flex;
  height: 34px;
  border-radius: var(--r-sm);
  overflow: hidden;
  background: var(--paper-2);
}
.split__part {
  width: 0;
  transition: width 1.1s var(--ease);
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--ink);
  overflow: hidden;
  white-space: nowrap;
}
.is-shown .split__part {
  width: var(--w);
}
.split__part:nth-child(1) {
  background: var(--matcha-300);
}
.split__part:nth-child(2) {
  background: var(--matcha);
}
.split__part:nth-child(3) {
  background: var(--matcha-50);
}
.split-legend {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  font-size: 0.79rem;
  color: var(--text-faint);
}
.split-legend div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.split-legend b {
  font-weight: 500;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

/* Interaktive Kachel: 3a-Steuerwirkung */
.field {
  display: block;
  margin-bottom: 14px;
}
.field__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 7px;
  font-size: 0.81rem;
  color: var(--text-faint);
}
.field__top b {
  font-weight: 500;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 22px;
  background: transparent;
  cursor: pointer;
  margin: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 5px;
  border-radius: var(--pill);
  background: var(--paper-2);
  border: 1px solid var(--line-soft);
}
input[type="range"]::-moz-range-track {
  height: 5px;
  border-radius: var(--pill);
  background: var(--paper-2);
  border: 1px solid var(--line-soft);
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  margin-top: -8px;
  border-radius: var(--pill);
  background: var(--ink);
  border: 3px solid var(--paper);
  box-shadow: 0 1px 4px rgba(30, 34, 31, 0.28);
}
input[type="range"]::-moz-range-thumb {
  width: 19px;
  height: 19px;
  border-radius: var(--pill);
  background: var(--ink);
  border: 3px solid var(--paper);
  box-shadow: 0 1px 4px rgba(30, 34, 31, 0.28);
}

.seg {
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: var(--pill);
  background: var(--paper-2);
  border: 1px solid var(--line-soft);
}
.seg button {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.48em 0.4em;
  border: 0;
  border-radius: var(--pill);
  background: transparent;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--text-muted);
  cursor: pointer;
  transition: background-color 0.2s var(--ease), color 0.2s var(--ease);
}
.seg button[aria-pressed="true"] {
  background: var(--card);
  color: var(--text);
  box-shadow: var(--shadow-sm);
}

.result {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.result span {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.result b {
  font-size: clamp(1.35rem, 2.6vw, 1.6rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  padding-bottom: 0.04em;
}

/* Interaktive Kachel: Pensionierungsalter */
.ages {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.age {
  display: grid;
  grid-template-columns: 3.4em 1fr 5.6em;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  color: var(--text-faint);
}
.age__rail {
  height: 10px;
  border-radius: var(--pill);
  background: var(--paper-2);
  overflow: hidden;
}
.age__fill {
  height: 100%;
  border-radius: var(--pill);
  background: var(--matcha-300);
  width: var(--w);
  transition: width 0.7s var(--ease), background-color 0.3s var(--ease);
}
.age.is-active .age__fill {
  background: var(--matcha-700);
}
.age.is-active {
  color: var(--text);
}
.age b {
  text-align: right;
  font-weight: 500;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

.planned {
  margin-top: var(--gap);
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px dashed var(--line);
  border-radius: var(--r-lg);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}
.planned p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* --- Datenschutz-Band --------------------------------------------------- */

.privacy__grid {
  display: grid;
  gap: var(--gap);
  margin-top: clamp(30px, 4vw, 46px);
}
@media (min-width: 700px) {
  .privacy__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1000px) {
  .privacy__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.privacy__grid h3 {
  font-size: 1.02rem;
  margin-bottom: 9px;
}
.privacy__grid p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--on-dark-muted);
}

/* --- Preise ------------------------------------------------------------- */

.pricing__switch {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: clamp(26px, 3.5vw, 38px);
}
.pricing__switch .seg {
  max-width: 320px;
  flex: 1 1 220px;
}
.pricing__hint {
  font-size: 0.85rem;
  color: var(--matcha-700);
  font-weight: 500;
}

.plans {
  display: grid;
  gap: var(--gap);
}
@media (min-width: 780px) {
  .plans {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.plan {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  padding: clamp(22px, 2.4vw, 28px);
  box-shadow: var(--shadow-sm);
}
.plan--lead {
  border-color: rgba(74, 102, 66, 0.34);
  box-shadow: var(--shadow);
}
.plan__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}
.plan__name h3 {
  font-size: 1.06rem;
}
.plan__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.plan__price b {
  font-size: clamp(1.85rem, 3.4vw, 2.3rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
  padding-bottom: 0.04em;
}
.plan__price span {
  font-size: 0.87rem;
  color: var(--text-faint);
}
.plan__sub {
  font-size: 0.82rem;
  color: var(--text-faint);
  margin-bottom: 18px;
  min-height: 1.5em;
}
.plan ul {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 9px;
}
.plan li {
  position: relative;
  padding-left: 24px;
  font-size: 0.895rem;
  line-height: 1.55;
  color: var(--text-muted);
}
.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 11px;
  height: 2px;
  border-radius: 1px;
  background: var(--matcha-500);
}
.plan .btn {
  margin-top: auto;
  width: 100%;
}

.anchor-note {
  margin-top: clamp(24px, 3vw, 34px);
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: var(--r-lg);
  background: var(--paper-2);
  border: 1px solid var(--line-soft);
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--text-muted);
  max-width: 78ch;
}

/* --- FAQ ---------------------------------------------------------------- */

.faq {
  max-width: 78ch;
  border-top: 1px solid var(--line-soft);
}
.faq details {
  border-bottom: 1px solid var(--line-soft);
}
.faq summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.42;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "";
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  margin-top: 6px;
  border-right: 1.6px solid var(--text-faint);
  border-bottom: 1.6px solid var(--text-faint);
  transform: rotate(45deg);
  transition: transform 0.28s var(--ease);
}
.faq details[open] summary::after {
  transform: rotate(-135deg);
}
.faq__a {
  padding: 0 0 22px;
  max-width: 68ch;
  font-size: 0.95rem;
  color: var(--text-muted);
}

/* --- Warteliste --------------------------------------------------------- */

.signup {
  border-radius: var(--r-xl);
  padding: clamp(26px, 4vw, 52px);
  background: var(--ink);
  color: var(--on-dark);
}
.signup__grid {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  align-items: start;
}
@media (min-width: 880px) {
  .signup__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  }
}
.signup h2 {
  margin-bottom: 16px;
}

.form__row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.form__row input {
  flex: 1 1 210px;
  min-width: 0;
  padding: 0.86em 1.1em;
  border-radius: var(--pill);
  border: 1px solid var(--line-dark);
  background: rgba(241, 243, 239, 0.07);
  color: var(--on-dark);
  font: inherit;
  font-size: 0.94rem;
}
.form__row input::placeholder {
  color: rgba(241, 243, 239, 0.42);
}
.form__row input:focus-visible {
  outline: 2px solid var(--matcha);
  outline-offset: 2px;
}
.form__consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 16px;
  font-size: 0.83rem;
  line-height: 1.55;
  color: var(--on-dark-muted);
}
.form__consent input {
  flex: 0 0 auto;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: var(--matcha-500);
}
.form__consent a {
  color: var(--on-dark);
}
.form__msg {
  margin-top: 16px;
  font-size: 0.88rem;
  line-height: 1.55;
  min-height: 1.4em;
}
.form__msg[data-state="ok"] {
  color: var(--matcha);
}
.form__msg[data-state="err"] {
  color: #f0c0b4;
}

/* --- Footer ------------------------------------------------------------- */

.footer {
  background: var(--ink);
  color: var(--on-dark);
  padding-block: clamp(48px, 6vw, 72px) 34px;
}
.footer__grid {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}
@media (min-width: 760px) {
  .footer__grid {
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
  }
}
.footer h2 {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--on-dark-muted);
  margin-bottom: 14px;
  font-weight: 500;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.footer a {
  font-size: 0.9rem;
  color: var(--on-dark);
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer address {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--on-dark-muted);
  margin-top: 16px;
}
.footer__legal {
  margin-top: clamp(34px, 4vw, 48px);
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  font-size: 0.8rem;
  line-height: 1.62;
  color: var(--on-dark-muted);
  max-width: 88ch;
}
.footer__copy {
  margin-top: 14px;
  font-size: 0.8rem;
  color: var(--on-dark-muted);
}

/* --- Rechtsseiten (Prosa) ----------------------------------------------- */

.prose {
  max-width: 74ch;
}
.prose h1 {
  font-size: clamp(1.9rem, 4.2vw, 2.7rem);
  margin-bottom: 12px;
}
.prose h2 {
  font-size: clamp(1.18rem, 2vw, 1.4rem);
  margin: 2.1em 0 0.6em;
}
.prose h3 {
  margin: 1.6em 0 0.45em;
}
.prose p,
.prose li {
  color: var(--text-muted);
  font-size: 0.97rem;
}
.prose ul {
  padding-left: 1.15em;
  margin: 0 0 1.05em;
}
.prose li {
  margin-bottom: 0.42em;
}
.prose dl {
  margin: 0 0 1.05em;
}
.prose dt {
  font-weight: 500;
  margin-top: 0.8em;
}
.prose dd {
  margin: 0.15em 0 0;
  color: var(--text-muted);
}
.prose .updated {
  font-size: 0.85rem;
  color: var(--text-faint);
  margin-bottom: 2.2em;
}

.callout {
  margin: 1.6em 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: var(--paper-2);
  font-size: 0.92rem;
  line-height: 1.62;
  color: var(--text-muted);
}
.callout strong {
  display: block;
  margin-bottom: 5px;
  color: var(--text);
}

.page-head {
  padding-block: clamp(44px, 6vw, 76px) clamp(10px, 2vw, 18px);
}

/* Rueckseite einer zentrierten Statusseite (Danke, 404) */
.centered {
  min-height: 62vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding-block: clamp(56px, 9vw, 110px);
}
.centered .lede {
  margin-inline: auto;
}
.centered__inner {
  max-width: 56ch;
}
.centered h1 {
  margin-bottom: 18px;
}

/* --- Hilfsklassen ------------------------------------------------------- */

/* Ersetzen die frueheren style-Attribute im Markup. Die Content-Security-
   Policy erlaubt kein "unsafe-inline" fuer Styles, und das soll so bleiben. */
.u-mt-gap { margin-top: var(--gap); }
.u-mt-08 { margin-top: 0.8em; }
.u-mt-09 { margin-top: 0.9em; }
.u-mt-10 { margin-top: 10px; }
.u-mt-12 { margin-top: 12px; }
.u-mt-22 { margin-top: 22px; }
.u-mt-30 { margin-top: 30px; }
.u-mb-10 { margin-bottom: 10px; }
.u-mb-14 { margin-bottom: 14px; }
.u-wide { max-width: 88ch; }
.u-center { justify-content: center; }
.u-center-narrow { max-width: 52ch; margin-inline: auto; }
.u-pb { padding-bottom: clamp(56px, 8vw, 104px); }
.u-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
/* Bot-Falle im Warteliste-Formular */
.u-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* --- Bewegung ----------------------------------------------------------- */

/* Sehr zurueckhaltender Einblendweg. Die inhaltstragende Bewegung passiert
   in den Kacheln (Werte, Balken, Rechner), nicht am Layout. */
.reveal {
  opacity: 0;
  transform: translateY(9px);
  transition: opacity 0.62s var(--ease), transform 0.62s var(--ease);
}
.reveal.is-shown {
  opacity: 1;
  transform: none;
}
.no-js .reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .nav,
  .signup,
  .btn {
    display: none !important;
  }
  body {
    background: #fff;
  }
}

@media (hover: hover) {
  .glass:hover {
    transform: translateY(-4px);
    background: rgba(241, 243, 239, 0.11);
  }
  .plan:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
  }
}
.plan {
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease),
    opacity 0.62s var(--ease);
}

/* Preview-Karte: sanfter 3D-Tilt, per JS gesteuert (nur pointer: fine) */
[data-tilt] {
  will-change: transform;
  transition: transform 0.4s var(--ease), opacity 0.62s var(--ease);
}

/* --- Grosse Buttons (Hero) --- */
.btn--lg {
  padding: 0.95em 1.7em;
  font-size: 1.02rem;
}

/* --- Problem-Sektion --- */
.grid-3 {
  display: grid;
  gap: var(--gap);
}
@media (min-width: 760px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.pivot {
  margin: clamp(28px, 4vw, 44px) 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
  letter-spacing: -0.012em;
  max-width: 60ch;
}

/* --- Feature-Leiste unter dem Vergleich --- */
.feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 34px;
  margin-top: clamp(24px, 3vw, 36px);
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.feature-strip span {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.feature-strip span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 12px;
  height: 2.5px;
  border-radius: 2px;
  background: var(--matcha-500);
}

/* --- Ueber uns --- */
.about {
  display: grid;
  gap: clamp(30px, 4.5vw, 64px);
  align-items: center;
}
@media (min-width: 900px) {
  .about {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  }
}
.about__text {
  margin-top: 16px;
  color: var(--text-muted);
  max-width: 58ch;
}
.about__photo {
  margin: 0;
}
.about__photo img {
  width: 100%;
  height: auto;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow);
}

/* --- Vergleichswelt: alter Weg gegen innovio --------------------------- */

.versus {
  display: grid;
  gap: var(--gap);
}
@media (min-width: 860px) {
  .versus {
    grid-template-columns: 1fr 1fr;
  }
}

.vs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
}
.vs-list li {
  position: relative;
  padding-left: 32px;
  font-size: 0.95rem;
  line-height: 1.55;
}
.vs-list--old li {
  color: var(--text-muted);
}
.vs-list--new li {
  color: var(--on-dark);
}

/* Kreuz (alter Weg): zwei gedrehte Balken */
.vs-list--old li::before,
.vs-list--old li::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0.72em;
  width: 13px;
  height: 2px;
  border-radius: 1px;
  background: rgba(55, 58, 56, 0.35);
}
.vs-list--old li::before {
  transform: rotate(45deg);
}
.vs-list--old li::after {
  transform: rotate(-45deg);
}

/* Haken (innovio): gedrehte L-Form */
.vs-list--new li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.32em;
  width: 13px;
  height: 7px;
  border-left: 2.4px solid var(--matcha);
  border-bottom: 2.4px solid var(--matcha);
  border-radius: 1px;
  transform: rotate(-48deg);
}

/* Abdeckungs-Chips im Modul-Kopf */
.covers {
  margin-top: 20px;
}
