/* ==========================================================================
   Senior Vibe — Website
   Tokens folgen der App (warmes Off-White, dunkles Grün, Serif-Überschriften,
   Pillen) und dem Logo (neun Farben im 3×3-Plus-Raster).
   ========================================================================== */

/* ---------- Fonts (selbst gehostet, keine Anfragen an Dritte) ---------- */
@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-wght-normal.woff2") format("woff2-variations");
  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: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin-ext-wght-normal.woff2") format("woff2-variations");
  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: "Source Serif 4 Variable";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-opsz-normal.woff2") format("woff2-variations");
  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: "Source Serif 4 Variable";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-ext-opsz-normal.woff2") format("woff2-variations");
  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: "Source Serif 4 Variable";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin-opsz-italic.woff2") format("woff2-variations");
}

/* ---------- Tokens ---------- */
:root {
  --font-sans: "Inter Variable", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-serif: "Source Serif 4 Variable", "Source Serif 4", Georgia, "Times New Roman", serif;

  /* Flächen */
  --bg: #F8F7F3;
  --bg-deep: #F1EFE8;
  --card: #FFFFFF;
  --line: #E6E2D8;
  --line-strong: #D3CEC1;

  /* Text */
  --ink: #1A1F1C;
  --ink-soft: #3A403C;
  --muted: #6B716D;
  --faint: #9AA09C;

  /* Grün der App */
  --green: #1F6F4F;
  --green-deep: #175A40;
  --green-ink: #123F2E;
  --green-soft: #DCEBE2;
  --green-50: #EEF5F0;

  /* Dunkle Abschlussfläche */
  --night: #12201A;
  --night-soft: #1B2D25;
  --night-line: #28403500;
  --cream-dim: #EEF1EC;

  /* Die neun Logofarben */
  --c-yellow: #F2C300;
  --c-blue: #0066B3;
  --c-lime: #8CB811;
  --c-mint: #82C39B;
  --c-red: #E3000F;
  --c-orange: #F39200;
  --c-magenta: #E6007E;
  --c-cyan: #00A0E1;
  --c-violet: #8A1874;

  --radius-s: 10px;
  --radius: 16px;
  --radius-l: 24px;
  --shadow-card: 0 1px 2px rgba(26, 31, 28, 0.04), 0 10px 30px -18px rgba(26, 31, 28, 0.18);
  --shadow-float: 0 24px 60px -24px rgba(26, 31, 28, 0.28), 0 2px 6px rgba(26, 31, 28, 0.05);

  --container: 1180px;
  --gutter: clamp(20px, 4vw, 40px);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset & Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: -0.004em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-serif); font-weight: 500; letter-spacing: -0.02em; line-height: 1.08; font-optical-sizing: auto; }
::selection { background: var(--green); color: #fff; }
:focus-visible { outline: 3px solid var(--c-cyan); outline-offset: 3px; border-radius: 4px; }
[id] { scroll-margin-top: 92px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }

/* Typo-Rollen */
.h-display { font-size: clamp(2.2rem, 3.9vw, 3.6rem); line-height: 1.05; letter-spacing: -0.024em; }
.h-section { font-size: clamp(2rem, 3.8vw, 3.1rem); line-height: 1.06; letter-spacing: -0.024em; }
.h-feature { font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1.12; }
.h-small { font-size: 1.25rem; line-height: 1.25; }
.lede { font-size: clamp(1.1rem, 1.5vw, 1.25rem); line-height: 1.55; color: var(--ink-soft); max-width: 36em; }
.body-muted { color: var(--muted); }
.kicker { font-family: var(--font-serif); font-style: italic; font-size: 1.15rem; color: var(--green); margin-bottom: 0.9rem; display: block; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.95rem 1.45rem; border-radius: 999px;
  font-weight: 560; font-size: 0.98rem; line-height: 1; white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms var(--ease-out), box-shadow 180ms ease;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 8px 20px -10px rgba(31, 111, 79, 0.6); }
.btn-primary:hover { background: var(--green-deep); }
.btn-ghost { background: transparent; color: var(--green-ink); border: 1.5px solid var(--green); }
.btn-ghost:hover { background: var(--green-50); }
.btn-light { background: #fff; color: var(--green-ink); }
.btn-light:hover { background: var(--cream-dim); }
.btn-lg { padding: 1.1rem 1.7rem; font-size: 1.05rem; }
.btn svg { width: 18px; height: 18px; }

/* Pillen und Chips */
.pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.42rem 0.85rem; border-radius: 999px;
  font-size: 0.82rem; font-weight: 560; line-height: 1;
  background: var(--green-soft); color: var(--green-ink);
}
.pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(31, 111, 79, 0.18); }
.pill-soon { background: #FFF3D6; color: #7A4B00; }
.pill-neutral { background: var(--bg-deep); color: var(--ink-soft); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: fixed; inset-inline: 0; top: 0; z-index: 60;
  padding: 18px 0;
  transition: padding 300ms var(--ease-out), background-color 300ms ease, box-shadow 300ms ease;
}
.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(248, 247, 243, 0.86);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
/* Logo-Lockup 1:1 nach senior-vibe-logo-text-rounded.svg: Icon 36 Einheiten, Text Arial Bold 28 Einheiten, Abstand 12 Einheiten, Farbe #0F172A */
:root { --logo-ink: #0F172A; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 36px; height: 36px; display: block; flex: none; }
.brand-mark svg { width: 36px; height: 36px; display: block; }
.brand-word { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; font-size: 28px; letter-spacing: 0.02em; color: var(--logo-ink); line-height: 1; }
.nav-links { display: none; align-items: center; gap: 1.8rem; }
.nav-links a { font-size: 0.95rem; font-weight: 500; color: var(--ink-soft); transition: color 150ms ease; }
.nav-links a:hover { color: var(--green-ink); }
.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.header-actions .btn { padding: 0.75rem 1.2rem; font-size: 0.92rem; }
.nav-toggle { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-strong); background: var(--card); }
.nav-toggle svg { width: 20px; height: 20px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.mobile-nav {
  display: none; position: fixed; inset: 0; top: 0; z-index: 55;
  background: var(--bg); padding: 110px var(--gutter) 40px;
}
.mobile-nav.is-open { display: block; }
.mobile-nav a { display: block; font-family: var(--font-serif); font-size: 2rem; padding: 0.5rem 0; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 1.5rem; padding: 0.95rem 1.45rem; font-family: var(--font-sans); font-size: 1rem; display: inline-flex; border: 0; }
@media (min-width: 1024px) {
  .nav-links { display: flex; }
  .nav-toggle { display: none; }
  .header-actions .btn-primary { display: inline-flex; }
}
@media (max-width: 1023px) {
  .header-actions .btn-primary { display: none; }
}

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { padding: clamp(120px, 16vw, 168px) 0 clamp(48px, 7vw, 80px); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; align-items: center; }
.hero-copy .pill { margin-bottom: 1.4rem; }
.hero-copy h1 { max-width: 15em; }
.hero-copy h1 .soft { color: var(--green); }
.hero-copy .lede { margin-top: 1.5rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hero-note { margin-top: 1.4rem; font-size: 0.9rem; color: var(--muted); }
@media (min-width: 960px) {
  .hero-grid { grid-template-columns: minmax(0, 6.6fr) minmax(0, 5.4fr); gap: 3.5rem; }
}

/* Bühne im Hero: Video-Loop in weichem Rahmen, drei schwebende App-Karten */
.hero-stage { position: relative; }
.hero-video {
  position: relative; border-radius: 28px; overflow: hidden; aspect-ratio: 3 / 2;
  background: var(--bg-deep); box-shadow: var(--shadow-float);
}
.hero-video video { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-video::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(26, 31, 28, 0) 55%, rgba(26, 31, 28, 0.22) 100%);
}

.float-card {
  position: absolute; max-width: calc(100% - 8px); background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: 12px 14px; box-shadow: var(--shadow-float);
  font-size: 0.82rem; line-height: 1.35; width: 250px;
}
.float-card strong { display: block; font-size: 0.82rem; }
.float-card small { color: var(--muted); font-size: 0.72rem; }
.float-push { top: 22px; right: -18px; width: 286px; display: flex; gap: 10px; align-items: flex-start; z-index: 4; }
.float-push .mini-mark { flex: none; width: 34px; height: 34px; border-radius: 9px; background: var(--green-50); display: grid; place-items: center; }
.float-push .mini-mark svg { width: 22px; height: 22px; }
.float-task { bottom: 26px; left: -18px; display: flex; gap: 10px; align-items: center; z-index: 3; }
.float-task .check { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-size: 0.8rem; }
.float-cal { bottom: -26px; right: 28px; width: 186px; z-index: 2; }
.float-cal .row { display: flex; gap: 8px; align-items: center; font-size: 0.76rem; padding: 4px 0; }
.float-cal .row .swatch { width: 8px; height: 22px; border-radius: 3px; flex: none; }
.float-cal .row time { color: var(--muted); width: 38px; flex: none; }
.float-cal .row span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media (prefers-reduced-motion: no-preference) {
  .hero-video { animation: rise-in 900ms var(--ease-out) 200ms both; }
  .float-push { animation: push-in 900ms var(--ease-out) 900ms both; }
  .float-task { animation: rise-in 900ms var(--ease-out) 1250ms both; }
  .float-cal { animation: rise-in 900ms var(--ease-out) 1450ms both; }
}
@keyframes push-in { from { opacity: 0; transform: translateY(-22px); } to { opacity: 1; transform: none; } }
@keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 959px) {
  .hero-stage { margin-top: 0.5rem; }
  .hero-video { aspect-ratio: 3 / 2; }
  .float-push { right: 0; top: 14px; }
  .float-task { left: 0; bottom: 18px; }
  .float-cal { display: none; }
}
@media (max-width: 480px) {
  .float-card { width: 220px; }
  .float-push { width: 240px; }
}

/* Vertrauensband */
.trust { padding: 0 0 clamp(8px, 2vw, 16px); }
.hero { padding-bottom: clamp(32px, 4vw, 48px); }
.trust-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-l); overflow: hidden; }
@media (min-width: 640px) { .trust-list { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .trust-list { grid-template-columns: repeat(4, 1fr); } }
.trust-list li { background: var(--card); padding: 1.4rem 1.5rem; display: flex; gap: 0.9rem; align-items: flex-start; }
.trust-plus { width: 22px; height: 22px; flex: none; margin-top: 3px; }
.trust-list strong { display: block; font-family: var(--font-serif); font-weight: 600; font-size: 1.15rem; line-height: 1.25; letter-spacing: -0.01em; }
.trust-list span { display: block; margin-top: 0.3rem; font-size: 0.9rem; color: var(--muted); line-height: 1.45; }

/* ==========================================================================
   Abschnitte allgemein
   ========================================================================== */
.section { padding: clamp(64px, 9vw, 120px) 0; }
.section-tight { padding: clamp(48px, 6vw, 80px) 0; }
.section-deep { background: var(--bg-deep); }
.section-head { max-width: 40em; margin-bottom: clamp(2rem, 5vw, 4rem); }
.section-head .lede { margin-top: 1.1rem; }

/* ---------- Der Alltag heute ---------- */
.today-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; align-items: center; }
@media (min-width: 900px) { .today-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.pinboard {
  position: relative; aspect-ratio: 1 / 0.86; border-radius: var(--radius-l);
  background: #EBE6DA; border: 1px solid var(--line-strong);
  box-shadow: inset 0 0 0 10px #E3DCCB;
  container-type: inline-size;
}
/* Alle Zettel skalieren mit der Pinnwand (Container-Einheiten), damit sie auf jedem Bildschirm passen */
.note {
  position: absolute; width: 42%; padding: 2.4cqw 2.8cqw; line-height: 1.3;
  font-size: clamp(0.58rem, 2.75cqw, 0.9rem); color: #2B2B26; border-radius: 3px;
  box-shadow: 0 8px 18px -10px rgba(26, 31, 28, 0.4);
}
.note::before { content: ""; position: absolute; top: -1.2cqw; left: 50%; width: 2.4cqw; height: 2.4cqw; border-radius: 50%; background: var(--c-red); transform: translateX(-50%); box-shadow: 0 2px 3px rgba(0,0,0,0.3); }
.note-yellow { background: #FFF1A6; }
.note-paper { background: #FFFFFF; }
.note-excel { background: #FFFFFF; font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: clamp(0.48rem, 2.2cqw, 0.72rem); padding: 1.6cqw; }
.note-excel table { border-collapse: collapse; width: 100%; }
.note-excel td { border: 1px solid #D6D6D6; padding: 0.5cqw 0.9cqw; white-space: nowrap; }
.note-plan { background: #FFFFFF; }
.note-plan b { display: block; font-family: var(--font-serif); font-weight: 600; margin-bottom: 0.4cqw; }
.today-list { display: grid; gap: 1.2rem; margin-top: 2rem; }
.today-list li { display: flex; gap: 1rem; align-items: flex-start; }
.today-list li i { flex: none; margin-top: 0.55rem; width: 12px; height: 12px; border-radius: 3px; }
.today-list strong { display: block; font-weight: 600; }
.today-list span { color: var(--muted); font-size: 0.98rem; }

/* ---------- Drei Ergebnisse ---------- */
.outcomes { display: grid; gap: 2rem; }
@media (min-width: 640px) { .outcomes { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; } }
@media (min-width: 1000px) { .outcomes { grid-template-columns: repeat(4, 1fr); gap: 2.5rem; } }
.outcome { border-top: 2px solid var(--green); padding-top: 1.4rem; }
.outcome h3 { font-size: clamp(1.8rem, 2.4vw, 2.2rem); }
.outcome p { margin-top: 0.8rem; color: var(--muted); max-width: 30ch; }

/* ==========================================================================
   Logo-Reveal (Scroll-getrieben, 1:1 aus dem abgenommenen Prototyp)
   ========================================================================== */
.logo-reveal-scrub { position: relative; height: 250vh; background: var(--bg); }
.logo-reveal-sticky { position: sticky; top: 0; height: 100vh; height: 100dvh; overflow: hidden; background: var(--bg); }
.logo-reveal-stage { position: absolute; inset: 0; display: grid; place-items: center; }
.logo-reveal-inner { position: relative; aspect-ratio: 16 / 9; width: min(96vw, calc(96vh * 16 / 9)); height: auto; }
@media (max-width: 767px) { .logo-reveal-inner { aspect-ratio: 1 / 1; width: min(94vw, 94vh); } }
.logo-reveal-grid-frame { position: absolute; inset: 0; }
.logo-reveal-grid-inner {
  position: absolute; left: 50%; top: 50%; width: 1600px; height: 900px;
  transform: translate(-50%, calc(-50% - var(--tp, 0) * 60px)) scale(var(--scale, 1));
  transform-origin: center center;
}
.logo-reveal-plus {
  position: absolute; width: 120px; height: 120px; left: 50%; top: 50%;
  transform:
    translate(-50%, -50%)
    translate(calc(var(--col) * 120px), calc(var(--row) * 120px))
    translate(calc(var(--dx, 0) * 1px * var(--p, 1)), calc(var(--dy, 0) * 1px * var(--p, 1)));
  will-change: transform;
}
.logo-reveal-plus::before, .logo-reveal-plus::after { content: ""; position: absolute; background: var(--c, #000); border-radius: 20px; }
.logo-reveal-plus::before { left: calc(50% - 20px); top: 0; width: 40px; height: 100%; }
.logo-reveal-plus::after { top: calc(50% - 20px); left: 0; height: 40px; width: 100%; }
.logo-reveal-wordmark {
  position: absolute; left: 50%;
  top: calc(50% + (180px + 40px) * var(--scale, 1));
  transform: translate(-50%, calc(20px * (1 - var(--tp, 0))));
  opacity: var(--tp, 0);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: 700; letter-spacing: 0.02em;
  font-size: calc(72px * var(--scale, 1));
  color: var(--logo-ink); white-space: nowrap; will-change: opacity, transform;
}
.logo-reveal-caption {
  position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%); width: min(90vw, 40em);
  opacity: var(--tp, 0); font-size: 1.05rem; color: var(--muted); text-align: center;
}
@media (prefers-reduced-motion: reduce) {
  .logo-reveal-scrub { height: 100vh; height: 100dvh; }
  .logo-reveal-plus { transform: translate(-50%, -50%) translate(calc(var(--col) * 120px), calc(var(--row) * 120px)); }
  .logo-reveal-wordmark, .logo-reveal-caption { opacity: 1; }
  .logo-reveal-wordmark { transform: translate(-50%, 0); }
}

/* ==========================================================================
   Basic-Funktionen
   ========================================================================== */
.plan-banner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem;
  padding: 1.1rem 1.4rem; border-radius: var(--radius); background: var(--card); border: 1px solid var(--line);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.plan-banner .plan-name { font-family: var(--font-serif); font-weight: 600; font-size: 1.35rem; }
.plan-banner .plan-meta { color: var(--muted); font-size: 0.95rem; }
.plan-banner .btn { margin-left: auto; }

.feature { --accent: var(--green); display: grid; grid-template-columns: minmax(0, 1fr); gap: 2rem; align-items: center; padding: clamp(2.5rem, 5vw, 4.5rem) 0; border-top: 1px solid var(--line); }
.feature:first-of-type { border-top: 0; padding-top: 0; }
@media (min-width: 900px) {
  .feature { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 4.5rem; }
  .feature.is-reversed .feature-copy { order: 2; }
  .feature.is-reversed .feature-media { order: 1; }
}
.feature-copy { max-width: 34em; }
.feature-copy .feature-tag {
  display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.88rem; font-weight: 560; color: var(--ink-soft); margin-bottom: 1rem;
}
.feature-copy .feature-tag i { width: 14px; height: 14px; border-radius: 4px; background: var(--accent); }
.feature-copy h3 { margin-bottom: 1rem; }
.feature-copy p { color: var(--ink-soft); }
.feature-copy ul { margin-top: 1.3rem; display: grid; gap: 0.55rem; }
.feature-copy li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.98rem; color: var(--ink-soft); }
.feature-copy li::before { content: ""; flex: none; margin-top: 0.62rem; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.feature-media { position: relative; min-width: 0; }
.mock {
  position: relative; border-radius: var(--radius-l); padding: clamp(18px, 3vw, 32px);
  background: linear-gradient(160deg, color-mix(in srgb, var(--accent) 14%, var(--bg-deep)), var(--bg-deep));
  border: 1px solid var(--line); min-height: 340px; display: grid; place-items: center; overflow: hidden;
}
.ui { min-width: 0; background: var(--card); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow-card); font-size: 0.86rem; line-height: 1.35; width: 100%; max-width: 460px; }
.ui-head { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.ui-head h4, .ui-head .ui-title { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; }
.ui-head .pill { font-size: 0.7rem; padding: 0.3rem 0.6rem; }
.ui-body { padding: 14px 16px; }

/* Kommunikation: Chat */
.chat { display: grid; gap: 8px; }
.bubble { max-width: 82%; padding: 9px 12px; border-radius: 16px; font-size: 0.84rem; }
.bubble.in { background: var(--bg-deep); border-bottom-left-radius: 4px; }
.bubble.out { background: var(--green); color: #fff; margin-left: auto; border-bottom-right-radius: 4px; }
.bubble small { display: block; margin-top: 3px; font-size: 0.66rem; opacity: 0.75; }
.chat .who { font-size: 0.72rem; color: var(--muted); }
.ui-input { display: flex; align-items: center; gap: 8px; margin-top: 10px; padding: 8px 12px; border: 1px solid var(--line-strong); border-radius: 999px; color: var(--faint); font-size: 0.8rem; }
.ui-input b { margin-left: auto; width: 26px; height: 26px; border-radius: 50%; background: var(--green); }
.mock .ui.is-secondary { position: absolute; width: 250px; bottom: 22px; right: 22px; box-shadow: var(--shadow-float); }
@media (max-width: 560px) { .mock .ui.is-secondary { display: none; } }

/* Verwaltung: Mitgliedskarte */
.member { display: flex; gap: 12px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.member:last-child { border-bottom: 0; }
.member .avatar { width: 36px; height: 36px; font-size: 0.8rem; }
.member strong { display: block; font-size: 0.88rem; }
.member small { color: var(--muted); font-size: 0.72rem; }
.member .role { margin-left: auto; font-size: 0.68rem; font-weight: 560; padding: 4px 8px; border-radius: 999px; background: var(--bg-deep); color: var(--ink-soft); white-space: nowrap; }
.member .role.is-green { background: var(--green-soft); color: var(--green-ink); }
.member .role.is-blue { background: #DDEFFA; color: #084C7A; }
.tree { display: grid; gap: 6px; padding: 10px 0 4px; font-size: 0.8rem; }
.tree div { display: flex; gap: 8px; align-items: center; }
.tree i { width: 20px; height: 20px; border-radius: 6px; background: var(--green-50); flex: none; }
.tree .lvl1 { padding-left: 18px; } .tree .lvl2 { padding-left: 36px; }
.tree em { font-style: normal; color: var(--muted); }
.invite { margin-top: 10px; padding: 10px 12px; border: 1px dashed var(--line-strong); border-radius: 12px; font-size: 0.78rem; display: flex; align-items: center; gap: 8px; }
.invite code { font-family: ui-monospace, Menlo, monospace; font-size: 0.72rem; color: var(--green-ink); background: var(--green-50); padding: 2px 6px; border-radius: 6px; }

/* Planer: Wochenkalender */
.week { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }
.week .day { font-size: 0.7rem; color: var(--muted); text-align: center; padding-bottom: 4px; }
.week .cell { min-width: 0; min-height: 74px; border-radius: 10px; background: var(--bg); border: 1px solid var(--line); padding: 5px; display: grid; gap: 4px; align-content: start; }
.event { border-radius: 6px; padding: 4px 6px; font-size: 0.66rem; line-height: 1.2; font-weight: 560; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.event small { display: block; font-weight: 400; opacity: 0.9; }
.event.is-birthday { background: var(--c-magenta); }

/* Aufgabenboard: Kanban */
.board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.col { background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 8px; min-height: 180px; }
.col h5 { margin: 0 0 8px; font-family: var(--font-serif); font-weight: 600; font-size: 0.9rem; display: flex; align-items: center; gap: 6px; white-space: nowrap; min-width: 0; }
.col h5 em { font-style: normal; overflow: hidden; text-overflow: ellipsis; }
.col h5 i { width: 8px; height: 8px; border-radius: 50%; }
.col h5 span { margin-left: auto; font-family: var(--font-sans); font-weight: 500; font-size: 0.7rem; color: var(--muted); border: 1px solid var(--line-strong); border-radius: 999px; padding: 1px 7px; }
.task { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 8px; font-size: 0.74rem; margin-bottom: 6px; }
.task strong { display: block; font-size: 0.78rem; }
.task .meta { display: flex; gap: 6px; align-items: center; margin-top: 6px; color: var(--muted); font-size: 0.66rem; }
.task .meta .avatar { width: 18px; height: 18px; font-size: 0.55rem; }
.task .prio { width: 7px; height: 7px; border-radius: 50%; }
.task.is-done { opacity: 0.6; }
.task.is-done strong { text-decoration: line-through; }

/* Wallet: Kassenbuch */
.ledger { width: 100%; border-collapse: collapse; font-size: 0.8rem; }
.ledger th { text-align: left; font-weight: 560; color: var(--muted); font-size: 0.7rem; padding: 6px 4px; border-bottom: 1px solid var(--line); }
.ledger td { padding: 8px 4px; border-bottom: 1px solid var(--line); }
.ledger td:last-child, .ledger th:last-child, .ledger td.num { text-align: right; font-variant-numeric: tabular-nums; }
.ledger .minus { color: var(--c-red); } .ledger .plus { color: var(--green); }
.saldo { display: flex; align-items: baseline; justify-content: space-between; margin-top: 12px; padding-top: 10px; border-top: 2px solid var(--ink); }
.saldo strong { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600; }

/* Statistik: Kacheln */
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.stat { background: var(--bg); border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.stat b { display: block; font-family: var(--font-serif); font-size: 1.7rem; font-weight: 600; line-height: 1; }
.stat span { font-size: 0.72rem; color: var(--muted); }
.stat .delta { display: inline-block; margin-top: 6px; font-size: 0.66rem; font-weight: 560; color: var(--green-ink); background: var(--green-soft); padding: 2px 7px; border-radius: 999px; }
.bars { display: flex; align-items: flex-end; gap: 6px; height: 64px; margin-top: 12px; }
.bars i { flex: 1; border-radius: 4px 4px 2px 2px; background: var(--green-soft); }
.bars i.is-hi { background: var(--green); }

/* ==========================================================================
   Pro
   ========================================================================== */
.pro { background: var(--night); color: var(--cream-dim); }
.pro .section-head .lede { color: rgba(238, 241, 236, 0.75); }
.pro .pill-soon { background: rgba(242, 195, 0, 0.16); color: #FFD84D; }
.pro-grid { display: grid; gap: 1rem; }
@media (min-width: 700px) { .pro-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .pro-grid { grid-template-columns: repeat(4, 1fr); } }
.pro-card {
  --accent: var(--c-yellow);
  background: var(--night-soft); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: var(--radius);
  padding: 1.5rem; display: grid; align-content: start; gap: 0.8rem; min-height: 240px; position: relative;
}
.pro-card .plus-mini { width: 34px; height: 34px; position: relative; }
.pro-card .plus-mini::before, .pro-card .plus-mini::after { content: ""; position: absolute; background: var(--accent); border-radius: 3px; }
.pro-card .plus-mini::before { left: 11px; top: 0; width: 12px; height: 100%; }
.pro-card .plus-mini::after { top: 11px; left: 0; height: 12px; width: 100%; }
.pro-card h3 { font-size: 1.35rem; color: #fff; }
.pro-card p { color: rgba(238, 241, 236, 0.72); font-size: 0.96rem; }
.pro-foot { margin-top: 2.5rem; display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 1.6rem; }
.pro-foot p { color: rgba(238, 241, 236, 0.75); max-width: 48em; }

/* ==========================================================================
   Rollen
   ========================================================================== */
.roles { display: grid; gap: 1rem; }
@media (min-width: 640px) { .roles { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .roles { grid-template-columns: repeat(4, 1fr); } }
.role-card { --accent: var(--green); background: var(--card); border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: var(--radius); padding: 1.5rem; }
.role-card .avatar { width: 40px; height: 40px; font-size: 0.85rem; margin-bottom: 1rem; }
.role-card h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.role-card p { color: var(--ink-soft); font-size: 0.98rem; }
.roles-note { margin-top: 2rem; color: var(--muted); max-width: 60em; }

/* ==========================================================================
   Datenschutz
   ========================================================================== */
.trust-grid { display: grid; gap: 2rem 3rem; }
@media (min-width: 800px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }
.trust-item { border-top: 1px solid var(--line-strong); padding-top: 1.2rem; }
.trust-item h3 { font-size: 1.35rem; margin-bottom: 0.5rem; }
.trust-item p { color: var(--ink-soft); }

/* ==========================================================================
   So starten Sie
   ========================================================================== */
.steps { display: grid; gap: 1.5rem; counter-reset: step; }
@media (min-width: 800px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 1.2rem; } }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; position: relative; }
.step::before {
  counter-increment: step; content: counter(step);
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%;
  background: var(--green); color: #fff; font-family: var(--font-serif); font-weight: 600; font-size: 1.05rem; margin-bottom: 1rem;
}
.step h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }
.step p { color: var(--ink-soft); font-size: 0.98rem; }
.start-facts { margin-top: 2.5rem; display: grid; gap: 1rem; }
@media (min-width: 800px) { .start-facts { grid-template-columns: repeat(3, 1fr); } }
.fact { padding: 1.2rem 1.4rem; border-radius: var(--radius); background: var(--green-50); border: 1px solid var(--green-soft); }
.fact strong { display: block; font-family: var(--font-serif); font-size: 1.3rem; font-weight: 600; color: var(--green-ink); }
.fact span { color: var(--ink-soft); font-size: 0.95rem; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq { max-width: 860px; }
.faq details { border-top: 1px solid var(--line-strong); }
.faq details:last-child { border-bottom: 1px solid var(--line-strong); }
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 1.5rem; align-items: center;
  padding: 1.25rem 0; font-family: var(--font-serif); font-weight: 500; font-size: 1.25rem; line-height: 1.3;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 12px; height: 12px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: rotate(45deg); transition: transform 250ms var(--ease-out); margin-right: 6px;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq .answer { padding: 0 3rem 1.4rem 0; color: var(--ink-soft); max-width: 68ch; }

/* ==========================================================================
   Kontakt
   ========================================================================== */
.contact { background: var(--green-ink); color: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; }
@media (min-width: 960px) { .contact-grid { grid-template-columns: 5fr 6fr; gap: 5rem; align-items: start; } }
.contact h2 { color: #fff; }
.contact .lede { color: rgba(255, 255, 255, 0.78); }
.contact-alt { margin-top: 2rem; color: rgba(255, 255, 255, 0.8); font-size: 0.98rem; display: grid; gap: 0.5rem; }
.contact-alt a { text-decoration: underline; text-underline-offset: 3px; }
.form { background: var(--card); color: var(--ink); border-radius: var(--radius-l); padding: clamp(1.4rem, 3vw, 2.2rem); box-shadow: var(--shadow-float); }
.form-grid { display: grid; gap: 1rem; }
@media (min-width: 560px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .span-2 { grid-column: 1 / -1; } }
.field label { display: block; font-size: 0.88rem; font-weight: 560; margin-bottom: 0.4rem; }
.field label small { font-weight: 400; color: var(--muted); }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; font-size: 1rem; padding: 0.8rem 0.95rem; border-radius: 12px;
  border: 1px solid var(--line-strong); background: var(--bg); color: var(--ink);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(31, 111, 79, 0.15); }
.choice { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.choice label { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.55rem 0.9rem; border-radius: 999px; border: 1px solid var(--line-strong); font-size: 0.9rem; cursor: pointer; margin: 0; font-weight: 500; }
.choice input { position: absolute; opacity: 0; width: 0; height: 0; }
.choice label:has(input:checked) { background: var(--green-soft); border-color: var(--green); color: var(--green-ink); }
.choice label:has(input:focus-visible) { outline: 3px solid var(--c-cyan); outline-offset: 2px; }
.form-foot { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; margin-top: 1.4rem; }
.form-foot small { color: var(--muted); font-size: 0.82rem; max-width: 34em; }
.form-status { margin-top: 1rem; font-size: 0.95rem; padding: 0.8rem 1rem; border-radius: 12px; display: none; }
.form-status.is-ok { display: block; background: var(--green-50); color: var(--green-ink); }
.form-status.is-error { display: block; background: #FDECEC; color: #8A1C1C; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { padding: 3rem 0 2.5rem; border-top: 1px solid var(--line); font-size: 0.92rem; color: var(--muted); }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.site-footer h4 { font-family: var(--font-sans); font-weight: 600; font-size: 0.9rem; color: var(--ink); margin-bottom: 0.7rem; }
.site-footer ul { display: grid; gap: 0.4rem; }
.site-footer a:hover { color: var(--green-ink); }
.footer-bottom { margin-top: 2.5rem; padding-top: 1.4rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 0.6rem 2rem; justify-content: space-between; font-size: 0.85rem; }
.footer-brand p { margin-top: 0.9rem; max-width: 34em; }

/* ==========================================================================
   Rechtsseiten
   ========================================================================== */
.legal { padding: 160px 0 100px; max-width: 760px; }
.legal h1 { margin-bottom: 1.5rem; }
.legal h2 { font-size: 1.5rem; margin: 2.2rem 0 0.7rem; }
.legal p { margin-bottom: 1rem; color: var(--ink-soft); }
.legal .notice { background: #FFF3D6; color: #7A4B00; padding: 1rem 1.2rem; border-radius: 12px; margin-bottom: 2rem; font-size: 0.95rem; }

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

/* Aufgabenboard auf schmalen Bildschirmen untereinander, damit die Spaltentitel lesbar bleiben */
@media (max-width: 520px) {
  .board { grid-template-columns: minmax(0, 1fr); }
  .col { min-height: 0; }
}

/* ==========================================================================
   Echte App-Screens: Browser- und Handy-Rahmen
   ========================================================================== */
.shot { margin: 0; width: 100%; max-width: 560px; border-radius: 14px; overflow: hidden; background: var(--card); box-shadow: var(--shadow-float); border: 1px solid rgba(26, 31, 28, 0.08); }
.shot img { width: 100%; height: auto; display: block; }
.shot-browser { position: relative; padding-top: 26px; }
.shot-browser::before {
  content: ""; position: absolute; left: 12px; top: 9px; width: 8px; height: 8px; border-radius: 50%;
  background: #E3E0D7; box-shadow: 13px 0 0 #E3E0D7, 26px 0 0 #E3E0D7;
}
.shot-browser::after { content: ""; position: absolute; left: 0; right: 0; top: 26px; height: 1px; background: var(--line); }
.shot-phone { width: 220px; border-radius: 30px; border: 8px solid #1A1F1C; background: #1A1F1C; box-shadow: var(--shadow-float); }
.shot-phone img { border-radius: 22px; }
.mock-phones { display: flex; align-items: flex-end; justify-content: center; gap: 0; }
.mock-phones .shot-phone.is-back { margin-left: -60px; margin-bottom: 36px; transform: scale(0.9); transform-origin: bottom left; opacity: 0.98; }
@media (max-width: 560px) {
  .shot-phone { width: 180px; }
  .mock-phones .shot-phone.is-back { margin-left: -40px; }
}

/* Feinschliff für sehr schmale Bildschirme */
.ledger td.num, .ledger th:last-child { white-space: nowrap; }
@media (max-width: 400px) {
  .ledger { font-size: 0.74rem; }
  .ledger td { padding: 7px 3px; }
  .ui-head { flex-wrap: wrap; gap: 6px; }
  .ui-head h4 { font-size: 0.98rem; }
  .mock { padding: 14px; min-height: 0; }
  .shot-phone { width: 150px; border-width: 6px; border-radius: 24px; }
  .shot-phone img { border-radius: 18px; }
  .mock-phones .shot-phone.is-back { margin-left: -28px; margin-bottom: 24px; }
  .h-display { font-size: 2.3rem; }
  .brand-word { font-size: 24px; }
  .brand-mark, .brand-mark svg { width: 31px; height: 31px; }
}

/* Sprachmenü (Header): Globus, aktuelle Sprache, Aufklappliste */
.lang-switch { position: relative; margin-right: 0.35rem; }
.lang-menu { position: relative; }
.lang-menu summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.55rem 0.8rem; border-radius: 999px; border: 1px solid var(--line-strong); background: var(--card);
  font-size: 0.9rem; font-weight: 500; color: var(--ink-soft); line-height: 1; transition: border-color 150ms ease, background-color 150ms ease;
}
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary:hover, .lang-menu[open] summary { border-color: var(--green); color: var(--green-ink); }
.lang-menu .globe { width: 17px; height: 17px; }
.lang-menu .chev { width: 14px; height: 14px; transition: transform 200ms var(--ease-out); }
.lang-menu[open] .chev { transform: rotate(180deg); }
.lang-menu .lang-list {
  position: absolute; right: 0; top: calc(100% + 8px); min-width: 170px; padding: 6px; margin: 0;
  background: var(--card); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-float); z-index: 70;
}
.lang-list li { list-style: none; }
.lang-list a, .lang-list .is-current { display: block; padding: 0.6rem 0.8rem; border-radius: 9px; font-size: 0.95rem; color: var(--ink-soft); }
.lang-list a:hover { background: var(--green-50); color: var(--green-ink); }
.lang-list .is-current { color: var(--green-ink); font-weight: 600; background: var(--green-50); }
.lang-list .is-current::after { content: "✓"; float: right; }
@media (max-width: 1023px) { .header-actions .lang-switch { display: none; } }

/* Sprachliste im mobilen Menü und im Footer */
.mobile-lang, .footer-lang { margin-top: 1.6rem; }
.lang-inline-label { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.85rem; font-weight: 560; letter-spacing: 0.04em; text-transform: none; color: var(--muted); margin-bottom: 0.4rem; }
.lang-inline-label .globe { width: 16px; height: 16px; }
.mobile-lang .lang-list, .footer-lang .lang-list { display: flex; flex-wrap: wrap; gap: 0.4rem; padding: 0; }
.mobile-lang .lang-list a, .mobile-lang .lang-list .is-current, .footer-lang .lang-list a, .footer-lang .lang-list .is-current {
  display: inline-block; padding: 0.45rem 0.8rem; border-radius: 999px; border: 1px solid var(--line-strong); font-family: var(--font-sans); font-size: 0.92rem; font-weight: 500;
}
.mobile-lang .lang-list .is-current::after, .footer-lang .lang-list .is-current::after { content: none; }
.mobile-lang .lang-list .is-current, .footer-lang .lang-list .is-current { background: var(--green-soft); border-color: var(--green); }
.mobile-lang .lang-list a { border-bottom: 1px solid var(--line-strong); }

/* Funktionsliste im Hero: drei geordnete Zeilen statt Chip-Wolke */
.hero-list { margin-top: 1.6rem; max-width: 34em; border-top: 1px solid var(--line-strong); }
.hero-list li { display: grid; grid-template-columns: 14px 7.5em 1fr; gap: 0.7rem; align-items: baseline; padding: 0.6rem 0; border-bottom: 1px solid var(--line); font-size: 0.92rem; line-height: 1.4; }
.hero-list li i { width: 12px; height: 12px; align-self: center; position: relative; }
.hero-list li i::before, .hero-list li i::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.hero-list li i::before { left: 4px; top: 0; width: 4px; height: 12px; }
.hero-list li i::after { top: 4px; left: 0; width: 12px; height: 4px; }
.hero-list b { font-weight: 600; color: var(--ink); }
.hero-list span { color: var(--muted); }
@media (max-width: 480px) { .hero-list li { grid-template-columns: 14px 1fr; } .hero-list span { grid-column: 2; } }

/* Plan-Vergleich */
.plans { display: grid; gap: 1.2rem; }
@media (min-width: 860px) { .plans { grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: start; } }
.plan-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-l); padding: clamp(1.4rem, 3vw, 2.2rem); display: grid; gap: 0.9rem; }
.plan-card.is-pro { border-color: var(--green); box-shadow: 0 0 0 1px var(--green), var(--shadow-card); }
.plan-card h3 { font-size: 1.7rem; }
.plan-card .pill { justify-self: start; }
.plan-sub { color: var(--ink-soft); }
.plan-incl { font-size: 0.9rem; font-weight: 560; color: var(--green-ink); }
.checklist { display: grid; gap: 0.7rem; margin: 0.4rem 0 0.8rem; }
.checklist li { position: relative; padding-left: 1.9rem; font-size: 0.97rem; color: var(--ink-soft); line-height: 1.5; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 0.32em; width: 18px; height: 18px; border-radius: 50%; background: var(--green-soft); }
.checklist li::after { content: ""; position: absolute; left: 6px; top: calc(0.32em + 4px); width: 5px; height: 9px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(45deg); }
.plan-card .btn { justify-self: start; }
