/* ============================================================
   BELERATE / fahrersuche landing page (standalone)
   Reuses design tokens + .btn from styles.css.
   ============================================================ */
:root { --fs-signal: #E4483B; }

/* Farbwelt: Logo-Pine + Creme statt Emerald. Nur auf .fs-body gescoped, Studio-Startseite bleibt Emerald.
   Grün = Aktion und Häkchen, Rot (--fs-signal) nur für Verlust und Schmerz. */
.fs-body {
  background: var(--paper);
  --accent: #1B3931;                 /* Logo-Pine: CTAs, Häkchen, Icons */
  --accent-ink: #16302A;             /* Text auf hell, Eyebrows */
  --accent-soft: rgba(27,57,49,.07); /* Chips, Callouts, Bubbles */
  --dark: #15322A;                   /* dunkle Sektionen: tiefes Forest */
  --on-dark: #E8EBD9;                /* Logo-Creme als Text auf dunkel */
  --on-dark-2: #9DB3A8;              /* gedämpftes Sage */
  --fs-sage: #8FBBA8;                /* helles Grün, sichtbar auf dunkel */
}
.fs-body .btn--primary:hover { background: #24493C; filter: none; }

.btn--lg { padding: 15px 28px; font-size: 16px; }

.fs-wrap { max-width: 1080px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.fs-wrap.fs-prose { max-width: 800px; }
.fs-section { padding: clamp(56px, 9vw, 108px) 0; }
.fs-section--alt { background: var(--surface-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fs-center { text-align: center; margin-top: clamp(28px, 4vw, 40px); }

/* type */
.fs-eyebrow { display: inline-block; font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-ink); }
.fs-h1 { font-family: var(--f-display); font-size: clamp(30px, 5.4vw, 56px); font-weight: 600; line-height: 1.08; letter-spacing: -0.03em; margin: 16px 0 0; }
.fs-h2 { font-family: var(--f-display); font-size: clamp(26px, 4vw, 44px); font-weight: 600; line-height: 1.1; letter-spacing: -0.03em; margin: 0; }
.fs-lead { font-size: clamp(17px, 2vw, 21px); color: var(--ink-2); line-height: 1.55; margin: 20px 0 0; }
.fs-intro { font-size: 17px; color: var(--ink-2); line-height: 1.6; margin: 16px 0 0; max-width: 64ch; }
.fs-micro { font-family: var(--f-mono); font-size: 12.5px; color: var(--ink-3); margin: 14px 0 0; }
.fs-cost { color: var(--fs-signal); }

/* sticky header */
.fs-head { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 11px clamp(18px, 5vw, 40px); background: rgba(251,252,254,.86); backdrop-filter: blur(16px) saturate(1.5); -webkit-backdrop-filter: blur(16px) saturate(1.5); border-bottom: 1px solid var(--line); }
.fs-head__brand { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 600; font-size: 18px; letter-spacing: -0.02em; color: var(--ink); }
.fs-head__brand img { border-radius: 6px; }
.fs-head__nav { display: flex; align-items: center; gap: clamp(10px, 1.6vw, 26px); }
.fs-head__nav a { font-size: 14px; font-weight: 500; color: var(--ink-2); letter-spacing: -0.01em; white-space: nowrap; transition: color .18s; }
.fs-head__nav a:hover { color: var(--accent-ink); }
@media (max-width: 940px) { .fs-head__nav { display: none; } }

/* hero (zweispaltig, links linksbündig) */
.fs-hero { position: relative; overflow: hidden; padding: clamp(40px, 7vw, 76px) 0 clamp(44px, 7vw, 80px); }
.fs-hero::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(var(--line) 1px, transparent 1px); background-size: 22px 22px; -webkit-mask-image: radial-gradient(ellipse 80% 70% at 30% 20%, #000, transparent 78%); mask-image: radial-gradient(ellipse 80% 70% at 30% 20%, #000, transparent 78%); opacity: .7; pointer-events: none; }
.fs-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
.fs-hero__col { min-width: 0; }
.fs-hero .fs-h1 { max-width: 18ch; }
.fs-hero .fs-lead { max-width: 54ch; }
.fs-hero__proof { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.fs-hero__proof li { display: flex; align-items: flex-start; gap: 11px; font-size: 16px; color: var(--ink); line-height: 1.4; font-weight: 500; }
.fs-hero__proof svg { width: 21px; height: 21px; flex: none; margin-top: 1px; color: var(--accent); }
.fs-hero__cta { margin-top: 28px; display: flex; flex-direction: column; align-items: flex-start; }
.fs-hero__cta .fs-micro { text-align: left; }

/* phone mockup: realistisches iPhone + Social-Feed-Anzeige */
.fs-hero__visual { display: flex; justify-content: center; }
.fs-phone { position: relative; width: min(312px, 84vw); aspect-ratio: 312 / 648; padding: 12px; border-radius: 54px; background: linear-gradient(145deg, #454951 0%, #26292f 42%, #15171b 100%); box-shadow: 0 60px 110px -46px rgba(15,23,42,.65), 0 2px 4px rgba(255,255,255,.14) inset, 0 0 0 1px rgba(0,0,0,.25); }
.fs-phone::after { content: ''; position: absolute; inset: 7px; border-radius: 47px; box-shadow: 0 0 0 2px #05070b; pointer-events: none; z-index: 6; }
.fs-phone__side { position: absolute; background: #191c20; border-radius: 3px; box-shadow: 0 1px 1px rgba(0,0,0,.4) inset; }
.fs-phone__side--silent { left: -2px; top: 104px; width: 3px; height: 22px; }
.fs-phone__side--vup { left: -2px; top: 146px; width: 3px; height: 42px; }
.fs-phone__side--vdown { left: -2px; top: 200px; width: 3px; height: 42px; }
.fs-phone__side--power { right: -2px; top: 168px; width: 3px; height: 58px; }
.fs-phone__screen { position: relative; height: 100%; border-radius: 44px; background: #EBEDF0; overflow: hidden; display: flex; flex-direction: column; }
.fs-phone__screen::after { content: ''; position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); width: 112px; height: 5px; border-radius: 3px; background: #050505; opacity: .55; z-index: 5; }

/* status bar */
.fs-status { position: relative; display: flex; align-items: center; justify-content: space-between; height: 46px; padding: 15px 26px 0; background: #fff; z-index: 2; }
.fs-status__time { font-family: var(--f-display); font-weight: 600; font-size: 14px; color: #050505; }
.fs-phone__island { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 84px; height: 25px; background: #000; border-radius: 999px; }
.fs-status__icons { display: inline-flex; align-items: center; gap: 5px; color: #050505; }
.fs-ic { height: 11px; width: auto; fill: currentColor; }
.fs-batt { position: relative; width: 22px; height: 11px; border: 1px solid rgba(5,5,5,.35); border-radius: 3px; padding: 1.5px; margin-left: 1px; }
.fs-batt::after { content: ''; position: absolute; right: -3px; top: 50%; transform: translateY(-50%); width: 1.6px; height: 4px; background: rgba(5,5,5,.35); border-radius: 0 2px 2px 0; }
.fs-batt__fill { display: block; width: 72%; height: 100%; background: #050505; border-radius: 1px; }

/* app bar */
.fs-appbar { display: flex; align-items: center; gap: 10px; padding: 4px 14px 10px; background: #fff; }
.fs-appbar__logo { width: 28px; height: 28px; border-radius: 50%; background: #D8DBDF; flex: none; }
.fs-appbar__search { flex: 1; height: 28px; border-radius: 999px; background: #EBEDF0; }
.fs-appbar__dot { width: 28px; height: 28px; border-radius: 50%; background: #EBEDF0; flex: none; }

/* feed post */
.fs-feed { flex: 1; overflow: hidden; background: #EBEDF0; padding-top: 6px; }
.fs-post { background: #fff; }
.fs-post__head { display: flex; align-items: center; gap: 9px; padding: 11px 13px 8px; }
.fs-post__ava { width: 36px; height: 36px; border-radius: 50%; background: #23324D; display: grid; place-items: center; flex: none; }
.fs-post__ava svg { width: 20px; height: 20px; }
.fs-post__id { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.fs-post__name { font-size: 13px; font-weight: 700; color: #050505; }
.fs-post__sub { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; color: #65676B; }
.fs-post__sub svg { width: 10px; height: 10px; }
.fs-post__more { margin-left: auto; color: #65676B; }
.fs-post__more svg { width: 17px; height: 17px; display: block; }
.fs-post__text { font-size: 12.5px; color: #050505; line-height: 1.4; padding: 0 13px 9px; }
.fs-post__media { position: relative; aspect-ratio: 16 / 10; background: #d7dade; overflow: hidden; }
.fs-post__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* reel/video overlays */
.fs-post__media--video img { filter: brightness(.92) saturate(1.02); }
.fs-post__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; background: rgba(0,0,0,.42); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); display: grid; place-items: center; color: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.14); }
.fs-post__play svg { width: 25px; height: 25px; margin-left: 3px; }
.fs-post__dur { position: absolute; top: 9px; right: 9px; background: rgba(0,0,0,.62); color: #fff; font-family: var(--f-mono); font-size: 10px; font-weight: 500; padding: 2px 6px; border-radius: 5px; letter-spacing: .02em; }
.fs-badge-ro { position: absolute; top: 9px; left: 9px; display: inline-flex; align-items: center; background: rgba(27,57,49,.94); color: #E8EBD9; font-size: 9.5px; font-weight: 600; padding: 3px 9px; border-radius: 999px; letter-spacing: .01em; }
.fs-post__cap { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); width: max-content; max-width: calc(100% - 24px); text-align: center; background: rgba(0,0,0,.58); color: #fff; font-weight: 600; font-size: 11.5px; line-height: 1.32; padding: 5px 11px; border-radius: 8px; }
.fs-post__link { display: flex; align-items: center; gap: 10px; padding: 10px 13px; background: #F2F3F5; }
.fs-post__linktext { display: flex; flex-direction: column; min-width: 0; }
.fs-post__url { font-size: 9.5px; letter-spacing: .04em; text-transform: uppercase; color: #65676B; }
.fs-post__lt { font-size: 12.5px; font-weight: 700; color: #050505; }
.fs-post__btn { margin-left: auto; flex: none; font-size: 11.5px; font-weight: 700; color: #050505; background: #E4E6EB; padding: 8px 13px; border-radius: 7px; }
.fs-post__meta { display: flex; align-items: center; gap: 6px; padding: 9px 13px; font-size: 11px; color: #65676B; border-bottom: 1px solid #E4E6EB; }
.fs-react { width: 17px; height: 17px; border-radius: 50%; background: var(--accent); display: inline-grid; place-items: center; }
.fs-react svg { width: 10px; height: 10px; color: #E8EBD9; }
.fs-post__cmts { margin-left: auto; }
.fs-post__bar { display: flex; justify-content: space-around; padding: 3px 4px; border-bottom: 1px solid #E4E6EB; }
.fs-post__bar span { display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600; color: #65676B; padding: 8px 6px; }
.fs-post__bar svg { width: 15px; height: 15px; }
.fs-cmt { display: flex; gap: 7px; padding: 11px 13px 16px; background: #fff; }
.fs-cmt__ava { width: 28px; height: 28px; border-radius: 50%; background: var(--fs-sage); color: #15322A; display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 12px; flex: none; }
.fs-cmt__bubble { background: #F2F3F5; border-radius: 15px; padding: 8px 12px; min-width: 0; }
.fs-cmt__name { display: block; font-weight: 700; font-size: 11.5px; color: #050505; margin-bottom: 2px; }
.fs-cmt .fs-msg__orig { display: block; font-style: italic; font-size: 11.5px; color: #33363b; }
.fs-cmt .fs-msg__tr { display: block; margin-top: 3px; font-size: 10.5px; color: #65676B; }

/* pain */
.fs-pain { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 14px; }
.fs-pain li { position: relative; padding-left: 30px; font-size: 17px; color: var(--ink); line-height: 1.5; }
.fs-pain li::before { content: ''; position: absolute; left: 4px; top: 9px; width: 8px; height: 8px; border-radius: 50%; background: var(--fs-signal); }
.fs-callout { margin: 30px 0 0; padding: 22px 24px; background: var(--accent-soft); border: 1px solid rgba(27,57,49,.18); border-radius: 14px; font-size: 18px; font-weight: 500; color: var(--ink); line-height: 1.5; }
.fs-callout--signal { background: rgba(228,72,59,.06); border-color: rgba(228,72,59,.28); border-left: 4px solid var(--fs-signal); }

/* differentiation cards */
.fs-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 24px); margin-top: clamp(32px, 5vw, 48px); }
.fs-card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; }
.fs-card__icon { display: inline-flex; width: 44px; height: 44px; border-radius: 11px; background: var(--accent-soft); color: var(--accent); align-items: center; justify-content: center; }
.fs-card__icon svg { width: 22px; height: 22px; }
.fs-card__title { font-family: var(--f-display); font-size: 19px; font-weight: 600; letter-spacing: -0.02em; margin: 16px 0 8px; line-height: 1.25; }
.fs-card p { font-size: 15px; color: var(--ink-2); line-height: 1.6; }

/* calculator */
.fs-calc { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(20px, 3vw, 34px); margin-top: clamp(28px, 4vw, 44px); }
.fs-calc__controls { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: clamp(22px, 3vw, 32px); display: grid; gap: 28px; align-content: center; min-width: 0; }
.fs-field__row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 12px; }
.fs-field label { font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.fs-field output { font-family: var(--f-mono); font-size: 15px; font-weight: 500; color: var(--ink); white-space: nowrap; }
.fs-field input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: var(--surface-2); outline: none; margin: 0; }
.fs-field input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; box-shadow: 0 1px 5px rgba(15,23,42,.28); cursor: pointer; }
.fs-field input[type=range]::-moz-range-thumb { width: 20px; height: 20px; border-radius: 50%; background: var(--accent); border: 3px solid #fff; box-shadow: 0 1px 5px rgba(15,23,42,.28); cursor: pointer; }
.fs-calc__result { background: var(--dark); color: var(--on-dark); border-radius: 18px; padding: clamp(26px, 4vw, 40px); display: flex; flex-direction: column; justify-content: center; text-align: center; }
.fs-calc__reslabel { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--on-dark-2); }
.fs-calc__big { font-family: var(--f-display); font-size: clamp(40px, 7vw, 66px); font-weight: 700; letter-spacing: -0.04em; line-height: 1.04; color: var(--fs-signal); margin: 12px 0 0; }
.fs-calc__note { font-size: 14.5px; color: var(--on-dark-2); line-height: 1.55; margin: 14px auto 22px; max-width: 42ch; }
.fs-calc__note strong { color: var(--on-dark); font-weight: 600; }

/* steps */
.fs-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.5vw, 30px); margin-top: clamp(32px, 5vw, 48px); }
.fs-step { border-top: 2px solid var(--accent); padding-top: 20px; }
.fs-step__num { font-family: var(--f-mono); font-size: 13px; color: var(--accent-ink); font-weight: 500; letter-spacing: 0.06em; }
.fs-step__title { font-family: var(--f-display); font-size: 20px; font-weight: 600; letter-spacing: -0.02em; margin: 10px 0 8px; }
.fs-step p { font-size: 15px; color: var(--ink-2); line-height: 1.6; }

/* cases */
.fs-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 24px); margin-top: clamp(32px, 5vw, 48px); }
.fs-case { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; display: flex; flex-direction: column; gap: 12px; }
.fs-case__name { font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.07em; color: var(--ink-3); text-transform: uppercase; }
.fs-case__result { font-family: var(--f-display); font-size: 17px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); line-height: 1.35; }
.fs-case__quote { font-size: 14.5px; color: var(--ink-2); line-height: 1.55; border-top: 1px solid var(--line); padding-top: 14px; margin: 4px 0 0; }

/* risk */
.fs-risk { background: var(--accent-soft); border: 1px solid rgba(17,163,124,.22); border-radius: 18px; padding: clamp(28px, 4vw, 44px); }
.fs-risk .fs-h2 { font-size: clamp(24px, 3.4vw, 36px); }
.fs-risk p { font-size: 17px; color: var(--ink); line-height: 1.65; margin: 16px 0 0; }

/* faq */
.fs-faq { margin-top: 24px; border-top: 1px solid var(--line); }
.fs-faq__item { border-bottom: 1px solid var(--line); }
.fs-faq__item summary { list-style: none; cursor: pointer; padding: 20px 42px 20px 0; position: relative; font-family: var(--f-display); font-size: 18px; font-weight: 600; letter-spacing: -0.01em; color: var(--ink); }
.fs-faq__item summary::-webkit-details-marker { display: none; }
.fs-faq__item summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 300; color: var(--ink-3); transition: transform .3s var(--ease); }
.fs-faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.fs-faq__item p { font-size: 15.5px; color: var(--ink-2); line-height: 1.65; margin: 0 0 20px; max-width: 64ch; }

/* final cta + embed */
.fs-final { background: var(--dark); color: var(--on-dark); text-align: center; position: relative; overflow: hidden; }
.fs-final::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 24px 24px; -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 20%, #000, transparent 72%); mask-image: radial-gradient(ellipse 60% 55% at 50% 20%, #000, transparent 72%); pointer-events: none; }
.fs-final .fs-wrap { position: relative; }
.fs-final__title { color: var(--on-dark); max-width: 20ch; margin: 0 auto; }
.fs-final__text { font-size: 17px; color: var(--on-dark-2); line-height: 1.6; max-width: 54ch; margin: 18px auto 0; }
.fs-final__cta { margin-top: 28px; }
.fs-cal { max-width: 820px; margin: clamp(34px, 5vw, 52px) auto 0; background: #fff; border-radius: 20px; padding: clamp(8px, 1.4vw, 16px); box-shadow: 0 44px 100px -46px rgba(0,0,0,.75); overflow: hidden; }
.fs-cal__frame { width: 100%; min-height: 560px; border: 0; border-radius: 14px; display: block; background: #fff; }
.fs-cal__frame iframe { border-radius: 14px; }
.fs-cal__fallback { text-align: center; margin: 16px 0 0; font-family: var(--f-mono); font-size: 12.5px; }
.fs-cal__fallback a { color: var(--on-dark-2); text-decoration: underline; text-underline-offset: 3px; }
.fs-cal__fallback a:hover { color: var(--on-dark); }

/* hero media (photo anchor under the text hero) */
.fs-hero__media { position: relative; max-width: 940px; margin: clamp(32px, 5vw, 54px) auto 0; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); aspect-ratio: 16 / 9; background: var(--surface-2); }
.fs-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(14,20,38,.20)); pointer-events: none; }
.fs-hero__mediacap { position: absolute; left: 16px; bottom: 14px; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .04em; color: rgba(255,255,255,.9); text-shadow: 0 1px 8px rgba(0,0,0,.5); }

/* stats / trust band */
.fs-band { background: var(--surface-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(30px, 5vw, 48px) 0; }
.fs-band__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(18px, 3vw, 32px); }
.fs-stat { text-align: center; }
.fs-stat__num { font-family: var(--f-display); font-size: clamp(30px, 4.4vw, 48px); font-weight: 700; letter-spacing: -0.035em; color: var(--ink); line-height: 1; }
.fs-stat__num em { font-style: normal; color: var(--accent-ink); }
.fs-stat__label { font-family: var(--f-mono); font-size: 12px; letter-spacing: .03em; color: var(--ink-3); margin-top: 11px; line-height: 1.45; }
.fs-stat + .fs-stat { border-left: 1px solid var(--line); }

/* generic section image (pain, etc.) */
.fs-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(26px, 4vw, 52px); align-items: center; }
.fs-figure { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); aspect-ratio: 4 / 3; background: var(--surface-2); }
.fs-figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-figure--wide { aspect-ratio: 16 / 6; }

/* reach map DE <-> RO */
.fs-reach { background: var(--dark); color: var(--on-dark); position: relative; overflow: hidden; }
.fs-reach::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 24px 24px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000, transparent 74%); mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000, transparent 74%); pointer-events: none; }
.fs-reach .fs-wrap { position: relative; }
.fs-reach .fs-h2 { color: var(--on-dark); }
.fs-reach__intro { font-size: 17px; color: var(--on-dark-2); line-height: 1.6; margin: 16px 0 0; max-width: 60ch; }
.fs-reach__map { margin: clamp(28px, 4vw, 44px) auto 0; max-width: 760px; }
.fs-reach__map svg { width: 100%; height: auto; display: block; }
.fs-reach .wire-flow { stroke: var(--fs-sage); }
.fs-reach__node { font-family: var(--f-mono); font-size: 12.5px; fill: var(--on-dark); }
.fs-reach__sub { font-family: var(--f-mono); font-size: 10.5px; fill: var(--on-dark-2); }
.fs-reach__legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; margin: clamp(22px, 3vw, 30px) 0 0; }
.fs-reach__tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--f-mono); font-size: 12px; color: var(--on-dark-2); }
.fs-reach__tag::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--fs-sage); box-shadow: 0 0 10px 1px rgba(143,187,168,.55); }
@keyframes fs-ping { 0% { r: 8; opacity: .55; } 70%, 100% { r: 22; opacity: 0; } }
.fs-reach__ping { fill: none; stroke: var(--fs-sage); stroke-width: 1.4; transform-box: fill-box; animation: fs-ping 2.6s ease-out infinite; }

/* driver message mockups */
.fs-msgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.4vw, 22px); margin-top: clamp(30px, 4vw, 44px); }
.fs-msg { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow); }
.fs-msg__head { display: flex; align-items: center; gap: 10px; }
.fs-msg__ava { width: 34px; height: 34px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; font-family: var(--f-display); font-weight: 600; font-size: 14px; flex: none; }
.fs-msg__meta { display: flex; flex-direction: column; line-height: 1.2; }
.fs-msg__name { font-size: 13.5px; font-weight: 600; color: var(--ink); }
.fs-msg__tag { font-family: var(--f-mono); font-size: 10.5px; color: var(--ink-4); }
.fs-msg__bubble { background: var(--accent-soft); border: 1px solid rgba(27,57,49,.16); border-radius: 4px 14px 14px 14px; padding: 12px 14px; font-size: 14.5px; color: var(--ink); line-height: 1.5; }
.fs-msg__orig { font-style: italic; color: var(--ink-2); }
.fs-msg__tr { display: block; margin-top: 7px; padding-top: 7px; border-top: 1px dashed rgba(27,57,49,.22); font-style: normal; font-size: 13px; color: var(--ink-3); }
.fs-msg__foot { display: flex; align-items: center; gap: 7px; font-family: var(--f-mono); font-size: 11px; color: var(--accent-ink); margin-top: auto; }
.fs-msg__foot svg { width: 13px; height: 13px; }
.fs-note { text-align: center; font-family: var(--f-mono); font-size: 11.5px; color: var(--ink-4); margin: 20px 0 0; }

/* funnel */
.fs-funnel { margin-top: clamp(30px, 4vw, 46px); display: flex; flex-direction: column; align-items: center; gap: 12px; }
.fs-funnel__row { width: 100%; max-width: 720px; display: flex; align-items: center; justify-content: center; }
.fs-funnel__bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px clamp(18px, 3vw, 28px); border-radius: 13px; background: linear-gradient(180deg, #2A5B47 0%, var(--accent) 100%); color: #E8EBD9; box-shadow: 0 14px 26px -18px rgba(27,57,49,.9); }
.fs-funnel__row:nth-child(1) .fs-funnel__bar { width: 100%; }
.fs-funnel__row:nth-child(2) .fs-funnel__bar { width: 80%; }
.fs-funnel__row:nth-child(3) .fs-funnel__bar { width: 60%; }
.fs-funnel__row:nth-child(4) .fs-funnel__bar { width: 42%; background: linear-gradient(180deg, #10241E 0%, var(--dark) 100%); box-shadow: 0 16px 30px -16px rgba(16,36,30,.8); }
.fs-funnel__label { font-family: var(--f-display); font-weight: 600; font-size: clamp(14px, 2vw, 16px); letter-spacing: -0.01em; }
.fs-funnel__meta { font-family: var(--f-mono); font-size: 11.5px; opacity: .82; white-space: nowrap; }

/* full-bleed image band */
.fs-imgband { position: relative; height: clamp(220px, 34vw, 380px); overflow: hidden; }
.fs-imgband img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fs-imgband::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,20,38,.72), rgba(14,20,38,.28) 60%, rgba(14,20,38,.55)); }
.fs-imgband__cap { position: absolute; inset: 0; display: flex; align-items: center; }
.fs-imgband__cap .fs-wrap { width: 100%; }
.fs-imgband__cap p { font-family: var(--f-display); font-weight: 600; font-size: clamp(20px, 3.4vw, 34px); letter-spacing: -0.02em; color: #fff; max-width: 20ch; line-height: 1.15; text-shadow: 0 2px 20px rgba(0,0,0,.4); }

/* case study avatar */
.fs-case__head { display: flex; align-items: center; gap: 11px; }
.fs-case__badge { width: 38px; height: 38px; border-radius: 10px; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; flex: none; }
.fs-case__badge svg { width: 20px; height: 20px; }

/* guarantees (No-Brainer-Block) */
.fs-guarantees { background: var(--accent-soft); border-top: 1px solid rgba(27,57,49,.12); border-bottom: 1px solid rgba(27,57,49,.12); }
.fs-guars { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(16px, 2.2vw, 22px); margin-top: clamp(32px, 5vw, 46px); }
.fs-guar { flex: 1 1 300px; max-width: 360px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 26px 24px; box-shadow: var(--shadow); }
.fs-guar__icon { display: inline-flex; width: 46px; height: 46px; border-radius: 12px; background: var(--accent); color: #E8EBD9; align-items: center; justify-content: center; }
.fs-guar__icon svg { width: 24px; height: 24px; }
.fs-guar__title { font-family: var(--f-display); font-size: 19px; font-weight: 600; letter-spacing: -0.02em; margin: 15px 0 8px; line-height: 1.25; }
.fs-guar p { font-size: 15px; color: var(--ink-2); line-height: 1.6; }

/* mid-cta band */
.fs-ctaband { background: var(--dark); color: var(--on-dark); }
.fs-ctaband__inner { display: flex; align-items: center; justify-content: space-between; gap: clamp(18px, 3vw, 40px); padding: clamp(26px, 4vw, 38px) 0; }
.fs-ctaband__line { font-family: var(--f-display); font-size: clamp(18px, 2.5vw, 26px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; color: var(--on-dark); max-width: 30ch; }
.fs-ctaband__btn { background: #E8EBD9; color: var(--dark); flex: none; }
.fs-ctaband__btn:hover { background: #fff; transform: translateY(-1px); }

/* founder */
.fs-founder { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(26px, 4vw, 52px); align-items: center; }
.fs-founder__photo { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--dark); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.fs-founder__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 16%; display: block; }
.fs-founder__photo--ph::before { content: 'D'; position: absolute; inset: 0; display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 128px; color: #E8EBD9; opacity: .92; }
.fs-founder__cap { position: absolute; left: 14px; bottom: 12px; z-index: 2; font-family: var(--f-mono); font-size: 11.5px; letter-spacing: .04em; color: #E8EBD9; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.fs-founder__text p { font-size: 17px; color: var(--ink-2); line-height: 1.65; margin: 16px 0 0; }
.fs-founder__text .fs-h2 { margin-bottom: 4px; }

/* comparison table */
.fs-compare { margin-top: clamp(30px, 4vw, 46px); overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; -webkit-overflow-scrolling: touch; }
.fs-table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: 14.5px; }
.fs-table th, .fs-table td { padding: 15px 16px; text-align: center; border-bottom: 1px solid var(--line); }
.fs-table thead th { font-family: var(--f-mono); font-size: 12px; font-weight: 500; color: var(--ink-3); letter-spacing: .02em; background: var(--surface-2); }
.fs-table thead th.fs-table__us { color: #E8EBD9; background: var(--accent); font-weight: 600; }
.fs-table tbody th[scope=row] { text-align: left; font-family: var(--f-display); font-weight: 500; font-size: 15px; color: var(--ink); max-width: 260px; }
.fs-table td.fs-table__us { background: var(--accent-soft); }
.fs-table tbody tr:last-child th, .fs-table tbody tr:last-child td { border-bottom: 0; }
.fs-yes { display: inline-block; position: relative; width: 20px; height: 20px; }
.fs-yes::after { content: ''; position: absolute; left: 7px; top: 2px; width: 5px; height: 11px; border: solid var(--accent); border-width: 0 2.6px 2.6px 0; transform: rotate(45deg); }
.fs-no { display: inline-block; position: relative; width: 18px; height: 18px; }
.fs-no::before, .fs-no::after { content: ''; position: absolute; left: 50%; top: 50%; width: 15px; height: 2px; border-radius: 2px; background: var(--ink-4); }
.fs-no::before { transform: translate(-50%,-50%) rotate(45deg); }
.fs-no::after { transform: translate(-50%,-50%) rotate(-45deg); }
.fs-part { font-family: var(--f-mono); font-size: 11.5px; color: var(--ink-3); }

/* showcase: candidate profile + live dashboard */
.fs-showcase { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(20px, 3vw, 28px); margin-top: clamp(30px, 4vw, 46px); align-items: start; }

/* candidate profile card */
.fs-profile { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 20px; padding: 22px; box-shadow: var(--shadow-lg); overflow: hidden; }
.fs-profile__ribbon { position: absolute; top: 0; right: 0; background: var(--accent); color: #E8EBD9; font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .04em; text-transform: uppercase; padding: 5px 12px; border-bottom-left-radius: 12px; }
.fs-profile__head { display: flex; align-items: center; gap: 13px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.fs-profile__ava { width: 48px; height: 48px; border-radius: 14px; background: linear-gradient(150deg, #2A5B47, var(--accent)); color: #E8EBD9; display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 17px; letter-spacing: .02em; flex: none; }
.fs-profile__id { display: flex; flex-direction: column; gap: 2px; min-width: 0; margin-right: auto; }
.fs-profile__name { font-family: var(--f-display); font-weight: 700; font-size: 16px; color: var(--ink); }
.fs-profile__role { font-size: 12.5px; color: var(--ink-3); }
.fs-profile__match { text-align: center; flex: none; padding-right: 44px; }
.fs-profile__matchnum { display: block; font-family: var(--f-display); font-weight: 700; font-size: 23px; color: var(--accent-ink); line-height: 1; }
.fs-profile__matchnum i { font-style: normal; font-size: 13px; }
.fs-profile__matchlbl { font-family: var(--f-mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-4); }
.fs-profile__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.fs-tag { font-family: var(--f-mono); font-size: 10.5px; font-weight: 500; color: var(--accent-ink); background: var(--accent-soft); border: 1px solid rgba(27,57,49,.16); padding: 4px 9px; border-radius: 7px; }
.fs-profile__rows { display: grid; margin-top: 12px; }
.fs-prow { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.fs-prow:last-child { border-bottom: 0; }
.fs-prow > span:first-child { color: var(--ink-3); }
.fs-prow__v { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; color: var(--ink); text-align: right; }
.fs-chk { display: inline-block; position: relative; width: 17px; height: 17px; border-radius: 50%; background: var(--accent); flex: none; }
.fs-chk::after { content: ''; position: absolute; left: 6px; top: 3.5px; width: 4px; height: 8px; border: solid #E8EBD9; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.fs-profile__seal { display: flex; align-items: flex-start; gap: 9px; margin-top: 16px; padding: 11px 13px; background: var(--accent-soft); border: 1px solid rgba(27,57,49,.14); border-radius: 12px; font-size: 12px; color: var(--ink-2); line-height: 1.4; }
.fs-profile__seal svg { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 1px; }
.fs-profile__actions { display: flex; gap: 10px; margin-top: 16px; }
.fs-profile__btn { flex: 1; text-align: center; font-size: 13px; font-weight: 600; padding: 11px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink); background: var(--surface); }
.fs-profile__btn--primary { background: var(--accent); color: #E8EBD9; border-color: var(--accent); }

/* live dashboard */
.fs-board { background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; }
.fs-board__bar { display: flex; align-items: center; justify-content: space-between; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.fs-board__title { font-family: var(--f-display); font-weight: 600; font-size: 14.5px; color: var(--ink); }
.fs-board__live { display: inline-flex; align-items: center; gap: 6px; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--accent-ink); }
.fs-board__live i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); animation: fs-live 2s infinite; }
@keyframes fs-live { 0% { box-shadow: 0 0 0 0 rgba(27,57,49,.45); } 70%, 100% { box-shadow: 0 0 0 6px rgba(27,57,49,0); } }
.fs-board__kpis { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.fs-kpi { padding: 14px 8px; text-align: center; border-right: 1px solid var(--line); }
.fs-kpi:last-child { border-right: 0; }
.fs-kpi__num { display: block; font-family: var(--f-display); font-weight: 700; font-size: 23px; color: var(--ink); line-height: 1; }
.fs-kpi__num--ok { color: var(--accent-ink); }
.fs-kpi__lbl { display: block; font-family: var(--f-mono); font-size: 9.5px; color: var(--ink-3); margin-top: 6px; }
.fs-kanban { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; padding: 13px; background: var(--surface-2); }
.fs-col { display: flex; flex-direction: column; gap: 7px; }
.fs-col__head { display: flex; align-items: center; justify-content: space-between; gap: 6px; font-family: var(--f-mono); font-size: 9.5px; letter-spacing: .02em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 1px; }
.fs-col__cnt { background: var(--line); color: var(--ink-2); border-radius: 999px; padding: 1px 7px; font-size: 9.5px; flex: none; }
.fs-tk { display: flex; align-items: center; gap: 8px; background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 7px 8px; box-shadow: 0 1px 2px rgba(15,23,42,.05); }
.fs-tk__ava { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 11px; color: #fff; flex: none; }
.fs-tk__ava--a { background: #1B3931; }
.fs-tk__ava--b { background: #23324D; }
.fs-tk__ava--c { background: #8FBBA8; color: #15322A; }
.fs-tk__ava--d { background: #B4884D; }
.fs-tk__ava--ok { background: var(--accent); }
.fs-tk__ava--ok svg { width: 14px; height: 14px; color: #E8EBD9; }
.fs-tk__body { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
.fs-tk__name { font-size: 11.5px; font-weight: 600; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fs-tk__tag { font-family: var(--f-mono); font-size: 9px; color: var(--ink-4); white-space: nowrap; }
.fs-tk__tag--ok { color: var(--accent-ink); }
.fs-tk--done { background: var(--accent-soft); border-color: rgba(27,57,49,.28); }
.fs-col__more { font-family: var(--f-mono); font-size: 9.5px; color: var(--ink-4); padding-top: 1px; }

/* Leistungsumfang checklist */
.fs-checklist { list-style: none; margin: clamp(28px, 4vw, 42px) 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; }
.fs-checklist li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--ink); line-height: 1.45; font-weight: 500; }
.fs-checklist li svg { width: 22px; height: 22px; flex: none; margin-top: 1px; color: var(--accent); }

/* 5-Phasen-Prozess mit Andere/Wir */
.fs-phases { list-style: none; margin: clamp(32px, 5vw, 50px) 0 0; padding: 0; }
.fs-phase { position: relative; display: grid; grid-template-columns: auto 1fr; gap: clamp(16px, 2.4vw, 22px); padding-bottom: clamp(26px, 3.4vw, 36px); }
.fs-phase:last-child { padding-bottom: 0; }
.fs-phase__num { position: relative; width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #E8EBD9; display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 16px; flex: none; z-index: 1; }
.fs-phase:not(:last-child) .fs-phase__num::after { content: ''; position: absolute; left: 50%; top: 52px; bottom: calc(-1 * clamp(26px, 3.4vw, 36px) + 4px); width: 2px; transform: translateX(-50%); background: linear-gradient(var(--accent), rgba(27,57,49,.14)); }
.fs-phase__body { padding-top: 5px; min-width: 0; }
.fs-phase__title { font-family: var(--f-display); font-size: clamp(18px, 2.3vw, 22px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 8px; }
.fs-phase__body > p { font-size: 15.5px; color: var(--ink-2); line-height: 1.6; margin: 0; max-width: 62ch; }
.fs-vs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; max-width: 660px; }
.fs-vs__other, .fs-vs__us { display: flex; align-items: flex-start; gap: 9px; padding: 11px 13px; border-radius: 11px; font-size: 13.5px; line-height: 1.4; }
.fs-vs__other { background: rgba(228,72,59,.06); border: 1px solid rgba(228,72,59,.20); color: var(--ink-2); }
.fs-vs__us { background: var(--accent-soft); border: 1px solid rgba(27,57,49,.18); color: var(--ink); }
.fs-vs b { font-weight: 600; color: var(--ink); }
.fs-vs__ic { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; flex: none; margin-top: 1px; }
.fs-vs__other .fs-vs__ic { background: rgba(228,72,59,.14); color: var(--fs-signal); }
.fs-vs__us .fs-vs__ic { background: var(--accent); color: #E8EBD9; }
.fs-vs__ic svg { width: 11px; height: 11px; }

/* Portal-Mockup (App-Fenster) */
.fs-portal { position: relative; margin-top: clamp(28px, 4vw, 42px); background: var(--surface); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-lg); overflow: hidden; }
.fs-portal__preview { position: absolute; top: 0; right: 0; z-index: 4; background: var(--amber); color: #4a3608; font-family: var(--f-mono); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; padding: 5px 13px; border-bottom-left-radius: 12px; }
.fs-portal__bar { display: flex; align-items: center; gap: 14px; padding: 12px 16px; padding-right: 92px; background: var(--surface-2); border-bottom: 1px solid var(--line); }
.fs-portal__brand { display: flex; align-items: center; gap: 9px; font-family: var(--f-display); font-weight: 600; font-size: 14px; color: var(--ink); flex: none; }
.fs-portal__logo { width: 24px; height: 24px; border-radius: 7px; background: var(--accent); color: #E8EBD9; display: grid; place-items: center; font-weight: 700; font-size: 12px; }
.fs-portal__tabs { display: flex; gap: 3px; }
.fs-portal__tabs span { font-size: 12.5px; color: var(--ink-3); padding: 6px 11px; border-radius: 8px; white-space: nowrap; }
.fs-portal__tabs .is-active { background: var(--surface); color: var(--accent-ink); font-weight: 600; box-shadow: 0 1px 2px rgba(15,23,42,.06); }
.fs-portal__right { margin-left: auto; display: flex; align-items: center; gap: 12px; flex: none; }
.fs-portal__user { width: 28px; height: 28px; border-radius: 50%; background: #23324D; color: #fff; display: grid; place-items: center; font-family: var(--f-display); font-weight: 700; font-size: 10.5px; }

.fs-budget { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.fs-bcard { background: var(--surface); padding: 15px 16px; display: flex; flex-direction: column; gap: 7px; }
.fs-bcard__lbl { font-family: var(--f-mono); font-size: 10px; color: var(--ink-3); line-height: 1.3; }
.fs-bcard__num { font-family: var(--f-display); font-weight: 700; font-size: 23px; color: var(--ink); line-height: 1; }
.fs-bcard__num i { font-style: normal; font-size: 13px; font-weight: 600; color: var(--ink-3); }
.fs-bcard__num--ok { color: var(--accent-ink); }
.fs-bcard__bar { height: 5px; border-radius: 999px; background: var(--surface-2); overflow: hidden; }
.fs-bcard__bar span { display: block; height: 100%; background: var(--accent); border-radius: 999px; }
.fs-bcard__sub { font-family: var(--f-mono); font-size: 9.5px; color: var(--ink-4); }

.fs-portal__board { padding: 14px; background: var(--surface-2); overflow-x: auto; -webkit-overflow-scrolling: touch; }
.fs-kanban--5 { grid-template-columns: repeat(5, 1fr); min-width: 660px; }
.fs-tk__ava--ro { background: #1B3931; font-size: 9.5px; }
.fs-tk__ava--de { background: #23324D; font-size: 9.5px; }

.fs-portal__foot { display: grid; grid-template-columns: 1.12fr .88fr; gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.fs-feed { background: var(--surface); padding: 15px 16px; }
.fs-feed__head { font-family: var(--f-mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; }
.fs-feed__item { display: flex; gap: 11px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.fs-feed__item:last-child { border-bottom: 0; }
.fs-feed__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); margin-top: 5px; flex: none; box-shadow: 0 0 0 3px var(--accent-soft); }
.fs-feed__dot--muted { background: var(--ink-4); box-shadow: none; }
.fs-feed__txt { font-size: 12.5px; color: var(--ink); line-height: 1.4; }
.fs-feed__time { display: block; font-family: var(--f-mono); font-size: 9.5px; color: var(--ink-4); margin-top: 3px; }
.fs-portal__detail { background: var(--surface-2); padding: 15px 16px; }
.fs-portal__detailhead { font-family: var(--f-mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 10px; }
.fs-profile--compact { box-shadow: none; border-radius: 14px; padding: 16px; }
.fs-profile--compact .fs-profile__ava { width: 42px; height: 42px; border-radius: 12px; font-size: 14px; }
.fs-profile--compact .fs-profile__match { padding-right: 0; }

/* Value-Stack (Komplettpaket) */
.fs-stack { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 24px); margin-top: clamp(30px, 4vw, 44px); align-items: start; }
.fs-stack__block { background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: clamp(22px, 3vw, 28px); box-shadow: var(--shadow); }
.fs-stack__block--bonus { background: var(--accent-soft); border-color: rgba(27,57,49,.16); box-shadow: none; }
.fs-stack__label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 16px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.fs-stack__label--bonus { color: var(--accent-ink); border-color: rgba(27,57,49,.16); }
.fs-checklist--single { grid-template-columns: 1fr; gap: 13px; margin: 0; }
.fs-checklist--single li { font-size: 15px; font-weight: 500; }
.fs-addons { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 15px; }
.fs-addons li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--ink-2); line-height: 1.5; }
.fs-addons li b { color: var(--ink); font-weight: 600; }
.fs-addons__ic { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--accent); color: #E8EBD9; flex: none; margin-top: 1px; }
.fs-addons__ic svg { width: 13px; height: 13px; }

/* Preis-Sektion */
.fs-price__anchor { font-size: 17px; color: var(--ink); line-height: 1.5; margin: 16px 0 0; font-weight: 500; }
.fs-price { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 22px); margin-top: clamp(28px, 4vw, 40px); align-items: stretch; }
.fs-pricecard { border-radius: 18px; padding: clamp(24px, 3vw, 30px); display: flex; flex-direction: column; }
.fs-pricecard--other { background: var(--surface); border: 1px solid var(--line); }
.fs-pricecard--us { background: var(--surface); border: 2px solid var(--accent); box-shadow: 0 22px 46px -30px rgba(27,57,49,.5); }
.fs-pricecard__label { font-family: var(--f-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.fs-pricecard--us .fs-pricecard__label { color: var(--accent-ink); }
.fs-pricecard__big { font-family: var(--f-display); font-weight: 700; font-size: clamp(22px, 3vw, 30px); letter-spacing: -0.02em; color: var(--ink); line-height: 1.12; margin: 10px 0 0; }
.fs-pricecard--other .fs-pricecard__big { color: var(--ink-3); }
.fs-pricecard__big span { display: block; font-family: var(--f-mono); font-size: 12px; font-weight: 500; letter-spacing: 0; color: var(--ink-3); margin-top: 7px; }
.fs-pricecard__list { list-style: none; margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); display: grid; gap: 9px; }
.fs-pricecard__list li { position: relative; padding-left: 20px; font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.fs-pricecard__list li::before { content: ''; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; border-radius: 50%; }
.fs-pricecard--other .fs-pricecard__list li::before { background: var(--ink-4); }
.fs-pricecard--us .fs-pricecard__list li::before { background: var(--accent); }
.fs-riskbundle { margin-top: clamp(26px, 4vw, 36px); background: var(--accent-soft); border: 1px solid rgba(27,57,49,.16); border-radius: 16px; padding: clamp(22px, 3vw, 28px); }
.fs-riskbundle__intro { font-size: 16px; font-weight: 600; color: var(--ink); margin: 0 0 14px; }
.fs-riskbundle ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.fs-riskbundle li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: var(--ink); line-height: 1.45; }
.fs-price__close { text-align: center; font-size: 16px; color: var(--ink-2); line-height: 1.55; max-width: 60ch; margin: clamp(26px, 4vw, 34px) auto 0; }

/* DE-RO-Karte als eingebettetes dunkles Panel (in der Differenzierung) */
.fs-reachpanel { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(20px, 3vw, 44px); align-items: center; margin-top: clamp(28px, 4vw, 40px); background: var(--dark); color: var(--on-dark); border-radius: 20px; padding: clamp(24px, 3.5vw, 42px); overflow: hidden; }
.fs-reachpanel::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 24px 24px; -webkit-mask-image: radial-gradient(ellipse 70% 70% at 75% 40%, #000, transparent 76%); mask-image: radial-gradient(ellipse 70% 70% at 75% 40%, #000, transparent 76%); pointer-events: none; }
.fs-reachpanel__text, .fs-reachpanel .fs-reach__map { position: relative; }
.fs-reachpanel__title { font-family: var(--f-display); font-size: clamp(19px, 2.5vw, 26px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; color: var(--on-dark); margin: 0 0 12px; }
.fs-reachpanel__text > p { font-size: 15.5px; color: var(--on-dark-2); line-height: 1.6; margin: 0; }
.fs-reachpanel .fs-reach__legend { justify-content: flex-start; margin-top: 18px; }
.fs-reachpanel .fs-reach__map { margin: 0; max-width: none; }
.fs-reachpanel .wire-flow { stroke: var(--fs-sage); }

/* 3er-Karten-Raster (Differenzierung nach Straffung) */
.fs-cards--3 { grid-template-columns: repeat(3, 1fr); }

/* footer */
.fs-footer { border-top: 1px solid var(--line); padding: 34px 0; background: var(--paper); }
.fs-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.fs-footer__brand { display: flex; align-items: center; gap: 9px; font-family: var(--f-display); font-weight: 600; font-size: 15px; letter-spacing: -0.02em; color: var(--ink); }
.fs-footer__brand img { border-radius: 6px; }
.fs-footer__links { display: flex; gap: 20px; font-family: var(--f-mono); font-size: 12.5px; }
.fs-footer__links a { color: var(--ink-3); transition: color .2s; }
.fs-footer__links a:hover { color: var(--ink); }
.fs-footer__copy { font-family: var(--f-mono); font-size: 12px; color: var(--ink-4); }

/* reveal (JS-gated, safe without JS) */
.fs-reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }
html.fs-js .fs-reveal:not(.fs-in) { opacity: 0; transform: translateY(18px); }

@media (max-width: 920px) {
  .fs-hero__grid { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 40px); }
  .fs-hero__col { text-align: left; }
  .fs-hero .fs-h1 { max-width: none; }
  .fs-showcase { grid-template-columns: 1fr; }
  .fs-founder { grid-template-columns: 1fr; }
  .fs-founder__photo { max-width: 300px; aspect-ratio: 1 / 1; }
}
@media (max-width: 860px) {
  .fs-band__grid { grid-template-columns: 1fr 1fr; gap: 22px 18px; }
  .fs-stat + .fs-stat { border-left: 0; }
  .fs-stat:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 22px; }
  .fs-msgs { grid-template-columns: 1fr; }
  .fs-split { grid-template-columns: 1fr; }
  .fs-split .fs-figure { order: -1; }
  .fs-ctaband__inner { flex-direction: column; align-items: flex-start; text-align: left; }
}
@media (max-width: 760px) {
  .fs-cards, .fs-calc, .fs-steps, .fs-cases { grid-template-columns: 1fr; }
  .fs-footer__inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .fs-cal__frame { min-height: 640px; }
  .fs-funnel__row .fs-funnel__bar { width: 100% !important; flex-direction: column; align-items: flex-start; gap: 4px; text-align: left; }
  .fs-funnel__meta { white-space: normal; }
  .fs-checklist { grid-template-columns: 1fr; }
  .fs-vs { grid-template-columns: 1fr; }
  .fs-budget { grid-template-columns: 1fr 1fr; }
  .fs-portal__foot { grid-template-columns: 1fr; }
  .fs-portal__tabs { display: none; }
  .fs-stack { grid-template-columns: 1fr; }
  .fs-price { grid-template-columns: 1fr; }
  .fs-pricecard--us { order: -1; }
  .fs-reachpanel { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html.fs-js .fs-reveal:not(.fs-in) { opacity: 1; transform: none; }
  .fs-reveal { transition: none; }
}
