/* ============================================================
   FINANZAUFTRIEB — Design System
   Display serif (Libre Caslon Condensed) + Sans (Hanken Grotesk) + brand teal
   ============================================================ */

@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("fonts/LibreCaslonCondensed-Var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Caslon Condensed";
  src: url("fonts/LibreCaslonCondensed-Italic-Var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --font-display: "Libre Caslon Condensed", "Playfair Display", Georgia, serif;
  --font-sans: "Hanken Grotesk", system-ui, sans-serif;
  --font-script: "Caveat", cursive;

  /* Brand palette */
  --deep-teal: #325351;
  --emerald: #056a61;
  --emerald-deep: #034a43;
  --aqua: #79b8b2;
  --aqua-200: #b6d8d4;
  --aqua-100: #d8ebe9;
  --aqua-50: #eaf4f3;

  /* Neutrals */
  --ink: #14201f;
  --ink-2: #2c3b3a;
  --muted: #5d6e6c;
  --muted-2: #8597951a;
  --line: #e3ecea;
  --line-strong: #d2dddb;
  --card-bg: #f6f7f8;
  --card-border: #e9ebed;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f0f6f5;

  /* Dark surface text */
  --on-dark: #eef6f4;
  --on-dark-muted: #a9c4c0;

  --radius-pill: 999px;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;

  --shadow-sm: 0 1px 2px rgba(20, 32, 31, .04), 0 8px 24px -16px rgba(20, 32, 31, .18);
  --shadow-md: 0 2px 6px rgba(20, 32, 31, .05), 0 30px 60px -32px rgba(20, 32, 31, .28);
  --shadow-lg: 0 40px 90px -40px rgba(5, 106, 97, .35);

  --container: 1200px;
  --gutter: clamp(20px, 5vw, 64px);
  --section-y: clamp(72px, 9vw, 132px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
::selection { background: var(--aqua); color: var(--ink); }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--wide { max-width: 1320px; }
.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: clamp(56px, 6vw, 88px); }
.stack-center { display: flex; flex-direction: column; align-items: center; text-align: center; }
.measure { max-width: 56ch; }
.measure-sm { max-width: 44ch; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { margin: 0; font-weight: 500; }
.display {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.display em { font-family: var(--font-display); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
.h1 { font-size: clamp(2.9rem, 6.4vw, 5.1rem); }
.h2 { font-size: clamp(2.2rem, 4.4vw, 3.5rem); line-height: 1.22; }
.h3 { font-size: clamp(1.6rem, 2.6vw, 2.1rem); }

/* Sans headings (small headlines, per brand note) */
.head-sans {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--ink);
}
.t-2xl { font-size: clamp(1.35rem, 2vw, 1.7rem); }
.t-xl { font-size: 1.28rem; }
.t-lg { font-size: 1.12rem; }

.lead { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: var(--muted); line-height: 1.6; }
.muted { color: var(--muted); }
.body { color: var(--ink-2); }

/* ---------- Eyebrow (outlined pill, no icon) ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-2);
  background: var(--surface);
  white-space: nowrap;
}
.eyebrow--ghost { background: transparent; }
.eyebrow--on-dark { border-color: rgba(255,255,255,.22); color: var(--on-dark); background: transparent; }
.eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: none;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: -0.005em;
}
.btn svg { width: 18px; height: 18px; }
.btn__label { white-space: nowrap; }

/* Primary: dark pill + emerald circle-arrow */
.btn--primary { gap: 4px; }
.btn--primary .btn__label {
  background: var(--ink);
  color: #fff;
  padding: 16px 28px;
  border-radius: var(--radius-pill);
  transition: background .25s ease, transform .25s ease;
}
.btn--primary .btn__icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--emerald);
  color: #fff;
  transition: transform .3s cubic-bezier(.2,.8,.3,1), background .25s ease;
}
.btn--primary:hover .btn__label { background: #000; }
.btn--primary:hover .btn__icon { background: var(--emerald-deep); transform: rotate(45deg); }

/* Secondary: bold text + arrow, no fill */
.btn--ghost { gap: 9px; color: var(--ink); padding: 14px 6px; }
.btn--ghost .btn__icon { transition: transform .3s cubic-bezier(.2,.8,.3,1); display: inline-flex; }
.btn--ghost:hover .btn__icon { transform: translate(3px, -3px); }

/* Outline pill */
.btn--outline .btn__label {
  border: 1px solid var(--line-strong);
  padding: 15px 26px;
  border-radius: var(--radius-pill);
  background: var(--surface);
  transition: border-color .2s ease, background .2s ease;
}
.btn--outline:hover .btn__label { border-color: var(--emerald); }

/* On dark surfaces */
.btn--on-dark.btn--primary .btn__label { background: #fff; color: var(--ink); }
.btn--on-dark.btn--primary .btn__icon { background: var(--aqua); color: var(--ink); }
.btn--on-dark.btn--primary:hover .btn__icon { background: #fff; }
.btn--on-dark.btn--ghost { color: var(--on-dark); }

.btn--sm .btn__label { padding: 12px 22px; font-size: .95rem; }
.btn--sm .btn__icon { width: 44px; height: 44px; }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  padding-block: 14px;
  background: rgba(255, 255, 255, .8);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease, padding .3s ease;
}
.nav.is-stuck { border-color: var(--line); background: rgba(255, 255, 255, .92); padding-block: 10px; }
.nav__inner { display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size: 1.35rem; font-weight: 600; letter-spacing: -0.01em; }
.brand__mark { width: 30px; height: 30px; border-radius: 9px; background: var(--emerald); display: grid; place-items: center; color: #fff; }
.brand__mark svg { width: 17px; height: 17px; }
.brand__logo { height: 28px; width: auto; display: block; }
.footer .brand__logo { height: 32px; }
.nav__links { display: flex; gap: 30px; margin-left: auto; }
.nav__links a { font-size: .97rem; font-weight: 500; color: var(--ink-2); position: relative; padding: 4px 0; white-space: nowrap; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--emerald); transition: width .25s ease; }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { margin-left: 8px; }
.nav__burger { display: none; margin-left: auto; flex-direction: column; gap: 5px; padding: 10px; background: none; border: none; }
.nav__burger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(40px, 5vw, 72px); padding-bottom: clamp(20px, 2.5vw, 36px); position: relative; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.hero__copy { position: relative; z-index: 2; }
.hero__visual { position: relative; z-index: 1; }
.hero__title { margin-top: 22px; margin-bottom: 22px; font-size: clamp(1.95rem, 4.4vw, 3.15rem); line-height: 1.12; }
.hero__img { width: 100%; height: auto; display: block; }

/* ---------- Logo Slider ---------- */
.logo-strip { padding-block: clamp(30px, 4vw, 52px); }
.logo-strip__label { text-align: center; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin: 0 0 clamp(20px, 2.5vw, 32px); }
.logo-marquee { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.logo-track { display: flex; align-items: center; gap: clamp(44px, 6vw, 88px); width: max-content; will-change: transform; }
.logo-item { display: inline-flex; align-items: center; gap: 11px; font-size: clamp(1.15rem, 1.5vw, 1.45rem); font-weight: 600; letter-spacing: -.01em; color: #9aa7a4; white-space: nowrap; }
.logo-mark { width: 21px; height: 21px; flex-shrink: 0; opacity: .85; }
@media (min-width: 1001px) {
  .hero { overflow-x: clip; }
  .hero__grid { align-items: start; }
  .hero__visual { align-self: start; }
  .hero__img { width: 134%; max-width: none; margin-top: -26px; margin-left: -18%; }
}
.hero__cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 36px; }
.hero__proof { grid-column: 1 / -1; display: flex; justify-content: center; gap: clamp(36px, 6vw, 84px); margin-top: clamp(44px, 5vw, 68px); padding-top: clamp(32px, 3.5vw, 44px); border-top: 1px solid var(--line); }
.hero__proof .stat { display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero__proof .stat__num { font-family: var(--font-display); font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -0.015em; }
.hero__proof .stat__label { font-size: .9rem; color: var(--muted); max-width: 18ch; margin-top: 10px; line-height: 1.45; }
.trust-strip { display: flex; align-items: center; margin-top: 36px; }
.trust-badge { display: inline-flex; align-items: center; gap: 14px; background: var(--surface); border: 1px solid var(--card-border); border-radius: 999px; padding: 7px 22px 7px 9px; box-shadow: 0 12px 30px -20px rgba(20,32,31,.28); }
.trust-avatars { display: inline-flex; }
.trust-avatars .ta-i { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: .78rem; border: 2.5px solid var(--surface); margin-left: -12px; object-fit: cover; background: var(--ink-2); }
.trust-avatars .ta-i:first-child { margin-left: 0; }
.trust-badge__txt { font-size: 1rem; color: var(--muted); white-space: nowrap; }
.trust-badge__txt strong { color: var(--ink); font-weight: 700; }
.stars { display: inline-flex; gap: 2px; color: var(--emerald); }
.stars svg { width: 17px; height: 17px; }
.trust-strip .t-txt { font-size: .92rem; color: var(--muted); }
.trust-strip .t-txt strong { color: var(--ink); font-weight: 600; }

/* Hero notification mockup */
.mock-panel {
  background: linear-gradient(160deg, #6fb0aa 0%, #3f807c 60%, #2c5d59 100%);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 38px);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}
.mock-panel::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(120% 80% at 80% 0%, rgba(255,255,255,.28), transparent 55%);
}
.mock-panel--mobile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(16px, 2vw, 24px) clamp(16px, 2vw, 24px) 0;
  height: 100%;
  overflow: hidden;
}
.mock-phone {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 30px 40px rgba(20,55,50,.35)) drop-shadow(0 12px 18px rgba(0,0,0,.18));
}
/* Tab 3 (Websites): green panel fills full height, phone bottom-aligned */
#do-3 .do-visual { align-items: stretch; }
#do-3 .mock-panel { width: 100%; }
.mock-card {
  background: rgba(255,255,255,.96);
  border-radius: var(--radius-md);
  padding: 22px;
  box-shadow: 0 24px 50px -28px rgba(20,32,31,.5);
  backdrop-filter: blur(8px);
}
.mock-card__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.mock-card__title { font-weight: 600; font-size: 1.06rem; display: flex; align-items: center; gap: 9px; }
.mock-card__title .live { display: inline-flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 600; color: var(--emerald); background: var(--aqua-50); padding: 3px 9px; border-radius: 999px; }
.live .pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--emerald); animation: pulse 1.8s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .4; transform: scale(.8);} }
.mock-sub { font-size: .85rem; color: var(--muted); margin-bottom: 16px; }
.mock-list { display: flex; flex-direction: column; gap: 10px; }
.mock-row { display: flex; align-items: center; gap: 13px; padding: 12px; border-radius: 14px; background: var(--surface-2); border: 1px solid var(--line); }
.mock-row__avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: .85rem; color: #fff; flex-shrink: 0; }
.mock-row__body { flex: 1; min-width: 0; }
.mock-row__name { font-weight: 600; font-size: .94rem; }
.mock-row__meta { font-size: .8rem; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.mock-badge { font-size: .68rem; font-weight: 600; color: var(--emerald); background: var(--aqua-50); border: 1px solid var(--aqua-100); padding: 2px 8px; border-radius: 999px; display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.mock-time { font-size: .74rem; color: var(--muted); white-space: nowrap; }
.mock-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.mock-card__foot .mf-num { font-family: var(--font-display); font-size: 1.5rem; line-height: 1; }
.mock-card__foot .mf-label { font-size: .78rem; color: var(--muted); }

.mock-pill-float {
  margin: 18px auto 0; width: fit-content;
  background: var(--ink); color: #fff; border-radius: 999px;
  padding: 11px 20px; font-size: .86rem; font-weight: 600;
  display: flex; align-items: center; gap: 9px; box-shadow: 0 18px 30px -16px rgba(0,0,0,.5);
}
.mock-pill-float .up { color: var(--aqua); display: inline-flex; }

/* ---------- Section header ---------- */
.sec-head { display: flex; flex-direction: column; gap: 22px; }
.sec-head--center { align-items: center; text-align: center; }
.sec-head .eyebrow { align-self: flex-start; }
.sec-head--center .eyebrow { align-self: center; }

/* ---------- Quote / Manifesto (im Notiz-Frame) ---------- */
.note-frame {
  position: relative;
  max-width: 820px; margin: 0 auto;
  background: linear-gradient(155deg, #3f807c 0%, #2c5d59 58%, #1f4845 100%);
  border-radius: 34px; padding: 15px;
  box-shadow: 0 50px 90px -50px rgba(20,55,50,.5), 0 8px 24px -16px rgba(20,55,50,.4);
}

/* Polaroid photos overlapping the note */
.polaroid {
  position: absolute;
  background: #fff;
  padding: 10px 10px 8px;
  border-radius: 3px;
  box-shadow:
    0 30px 50px -22px rgba(20, 45, 40, 0.45),
    0 8px 18px -10px rgba(0, 0, 0, 0.25),
    inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  z-index: 3;
  transition: transform .35s ease;
}
.polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: #e8e6df;
}
.polaroid figcaption {
  font-family: var(--font-script);
  text-align: center;
  font-size: 1.2rem;
  color: #4a554f;
  line-height: 1;
  margin-top: 8px;
  padding-bottom: 4px;
}
.polaroid--award {
  width: 198px;
  top: 115px;
  left: -130px;
  transform: rotate(-8deg);
}
.polaroid--trophy {
  width: 180px;
  bottom: -52px;
  right: -120px;
  transform: rotate(7deg);
}
.polaroid--award:hover { transform: rotate(-5deg) scale(1.03); }
.polaroid--trophy:hover { transform: rotate(4deg) scale(1.03); }
@media (max-width: 1100px) {
  .polaroid--award { left: -70px; top: 100px; }
  .polaroid--trophy { right: -64px; bottom: -42px; }
}
@media (max-width: 820px) {
  .polaroid--award { width: 140px; top: 80px; left: -22px; }
  .polaroid--trophy { width: 130px; bottom: -30px; right: -18px; }
  .polaroid figcaption { font-size: 1rem; }
}
@media (max-width: 520px) {
  .polaroid--award { width: 112px; top: 60px; left: -10px; transform: rotate(-6deg); }
  .polaroid--trophy { width: 108px; bottom: -22px; right: -8px; transform: rotate(5deg); }
}
.note-paper {
  position: relative; border-radius: 22px;
  padding: clamp(28px,4vw,52px) clamp(26px,5vw,64px) clamp(40px,5vw,60px);
  background-color: #f6f3ea;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), inset 0 0 90px rgba(120,100,60,.05);
  overflow: hidden;
}
.note-paper::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(130% 90% at 78% 10%, rgba(255,255,255,.4), transparent 44%),
              radial-gradient(120% 80% at 14% 98%, rgba(150,130,90,.06), transparent 48%);
}
.note-bar {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 24px 1fr 24px; align-items: center;
  margin-bottom: clamp(26px, 4vw, 48px);
}
.note-ic { color: var(--emerald); display: inline-flex; }
.note-ic svg { width: 22px; height: 22px; }
.note-bar .note-ic:last-child { justify-self: end; }
.note-date { text-align: center; font-size: .82rem; color: #9a9384; font-weight: 500; letter-spacing: .01em; }

.manifesto { position: relative; z-index: 1; text-align: center; }
.manifesto__quote {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
  max-width: 20ch;
  margin: 0 auto 30px;
  color: #1a2421;
}
.manifesto__quote em { font-style: italic; }
.manifesto__mission { max-width: 52ch; margin: 0 auto; color: #4a554f; font-size: 1.05rem; }
.manifesto__signature-block { margin-top: 30px; }
.founder-avatar { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; margin: 0 auto 18px; display: block; box-shadow: 0 8px 22px -10px rgba(20,55,50,.45), inset 0 0 0 3px #fff; }
.manifesto__author { display: inline-flex; align-items: center; gap: 12px; }
.manifesto__avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 12px -6px rgba(20,55,50,.35), inset 0 0 0 2px #fff; }
.manifesto__author-info { text-align: left; }
.manifesto__name { font-family: var(--font-sans); font-weight: 600; font-size: 1.02rem; color: var(--ink); line-height: 1.2; }
.manifesto__role { font-size: .88rem; color: #7c857d; margin-top: 2px; }
.manifesto__sign { font-family: var(--font-script); font-size: 2.1rem; line-height: 1; margin-top: 14px; color: var(--emerald); letter-spacing: -0.04em; }

/* ---------- Tabs (Was wir machen) ---------- */
.tabbar { display: inline-flex; gap: 6px; padding: 6px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-pill); flex-wrap: nowrap; max-width: 100%; }
.tabbar button {
  padding: 12px 22px; border-radius: var(--radius-pill); border: none; background: none;
  font-weight: 600; font-size: .98rem; color: var(--muted); transition: .25s; white-space: nowrap;
}
.tabbar button[aria-selected="true"] { background: var(--deep-teal); color: #fff; }
.leist-panels { display: grid; grid-template-columns: 1fr; }
.leist-panels > .tabpanel { grid-column: 1; grid-row: 1; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .25s ease; display: flex; flex-direction: column; }
.leist-panels > .tabpanel > .do-grid { flex: 1; }
.leist-panels > .tabpanel.is-active { visibility: visible; opacity: 1; pointer-events: auto; }

/* Leistungen — große Tab-Karten mit Icon + grauer Panel-Container */
.leist-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1180px; margin: 0 auto 32px; }
@media (max-width: 900px) { .leist-tabs { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .leist-tabs { grid-template-columns: 1fr; } }
.tabcard {
  display: flex; flex-direction: column; align-items: center; gap: 16px;
  padding: 32px 24px 34px; border-radius: 22px; text-align: center; position: relative; overflow: hidden;
  background: transparent; border: 1px solid transparent;
  transition: border-color .25s, background .25s, box-shadow .25s, transform .25s;
}
.tabcard__ic { width: 66px; height: 66px; border-radius: 18px; display: grid; place-items: center; background: var(--aqua-50); color: var(--emerald); transition: background .25s, color .25s; }
.tabcard__ic svg { width: 32px; height: 32px; }
.tabcard__label { font-weight: 600; font-size: 1.12rem; letter-spacing: -0.01em; color: var(--ink-2); transition: color .25s; }
.tabcard:not([aria-selected="true"]):hover { background: var(--card-bg); border-color: var(--card-border); transform: translateY(-2px); }
.tabcard[aria-selected="true"] { background: linear-gradient(155deg, #ffffff 0%, #e7f2f0 100%); border-color: var(--aqua-100); box-shadow: 0 22px 40px -28px rgba(5,106,97,.4); }
.tabcard[aria-selected="true"] .tabcard__ic { background: var(--emerald); color: #fff; }
.tabcard[aria-selected="true"] .tabcard__label { color: var(--emerald-deep); }
.tabcard__bar { position: absolute; left: 0; right: 0; bottom: 0; height: 9px; background: rgba(5,106,97,.16); opacity: 0; transition: opacity .25s; overflow: hidden; }
.tabcard[aria-selected="true"] .tabcard__bar { opacity: 1; }
.tabcard__fill { display: block; height: 100%; width: 0%; background: var(--emerald); }

.leist-panels { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 56px); }

/* ---------- Bewerber Infinite Scroll (Tab 2) ---------- */
.bewerber-scroll {
  position: relative; height: 540px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 11%, #000 89%, transparent 100%);
}
.bewerber-col { position: relative; overflow: hidden; }
.bewerber-col:nth-child(2) { margin-top: -52px; }
.bewerber-track { display: flex; flex-direction: column; gap: 16px; will-change: transform; }
.bewerber-card { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 3 / 4; background: var(--surface-2); box-shadow: 0 14px 30px -22px rgba(20,32,31,.5); }
.bewerber-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bewerber-card__ph { width: 100%; height: 100%; display: grid; place-items: center; font-family: var(--font-display); font-size: 3rem; color: #fff; letter-spacing: .02em; }
.bewerber-card__pill {
  position: absolute; left: 11px; right: 11px; bottom: 11px;
  display: flex; align-items: center; gap: 9px;
  background: rgba(18,30,29,.5); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px; padding: 9px 14px;
  color: #fff; font-size: .8rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.bewerber-card__pill .dot { width: 8px; height: 8px; border-radius: 50%; background: #34d27b; flex-shrink: 0; box-shadow: 0 0 0 3px rgba(52,210,123,.25); }
@media (max-width: 540px) { .bewerber-scroll { height: 460px; } }
@media (max-width: 760px) {
  /* labels: shrink + wrap instead of getting clipped on narrow cards */
  .bewerber-card__pill { left: 7px; right: 7px; bottom: 7px; gap: 6px; padding: 6px 10px; font-size: .64rem; white-space: normal; line-height: 1.18; }
  .bewerber-card__pill .dot { width: 6px; height: 6px; }
}

.do-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: stretch; }
.do-grid > div:not(.do-visual) { display: flex; flex-direction: column; }
.do-visual { display: flex; align-items: center; justify-content: center; }
.do-visual > * { width: 100%; }
.do-bullets { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 14px; }
.do-bullets li { display: flex; gap: 13px; align-items: flex-start; color: var(--ink-2); }
.do-bullets .chk { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--aqua-50); color: var(--emerald); display: grid; place-items: center; margin-top: 1px; }
.do-bullets .chk svg { width: 13px; height: 13px; }
.do-foot { display: flex; align-items: center; gap: 26px; margin-top: auto; padding-top: 34px; flex-wrap: wrap; }
.do-foot .mini-stat { display: flex; flex-direction: column; }
.do-foot .mini-stat b { font-family: var(--font-display); font-size: 1.7rem; line-height: 1; }
.do-foot .mini-stat span { font-size: .85rem; color: var(--muted); }

/* ---------- Benefits (left tabs / right visual) ---------- */
.benefit-layout { display: grid; grid-template-columns: 40% 60%; gap: clamp(24px, 3vw, 48px); align-items: stretch; }
.benefit-tabs { display: flex; flex-direction: column; gap: 14px; }
.benefit-tab {
  text-align: left; border: 1px solid var(--card-border); background: var(--card-bg);
  border-radius: var(--radius-md); padding: 26px 28px; transition: .3s; position: relative; overflow: hidden;
}
.benefit-tab::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--emerald); transform: scaleY(0); transform-origin: top; transition: transform .35s ease; }
.benefit-tab[aria-selected="true"] { border-color: var(--aqua-200); box-shadow: var(--shadow-sm); }
.benefit-tab[aria-selected="true"]::before { transform: scaleY(1); }
.benefit-tab[aria-selected="false"] { opacity: .72; }
.benefit-tab[aria-selected="false"]:hover { opacity: 1; }
.benefit-tab h3 { margin-bottom: 8px; }
.benefit-tab p { margin: 0; color: var(--muted); font-size: .98rem; }
.benefit-visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 420px; }
.benefit-pane { position: absolute; inset: 0; display: none; place-items: center; padding: clamp(24px, 3vw, 44px); }
.benefit-pane.is-active { display: grid; }

/* ---------- Symbiose (dark statement) ---------- */
.symbiose {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 12, 11, 0.78), rgba(5, 12, 11, 0.88)),
    url("img/symbiose-bg.png") 60% center / 140% auto no-repeat,
    #0a1614;
  color: #eaf3f1;
  padding-block: clamp(84px, 12vw, 180px);
}
.symbiose::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(55% 60% at 85% 6%, rgba(7,170,135,.28), transparent 60%), radial-gradient(48% 55% at 12% 102%, rgba(5,106,97,.20), transparent 64%); }
.symbiose::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(125% 95% at 50% 45%, transparent 55%, rgba(0,0,0,.4)); }
.symbiose .container { position: relative; z-index: 1; }
.symbiose__icon { display: block; margin-bottom: clamp(18px, 2vw, 26px); position: relative; z-index: 1; filter: drop-shadow(0 4px 14px rgba(91, 168, 156, 0.25)); }
.symbiose__head { font-family: "Plus Jakarta Sans", system-ui, sans-serif; font-weight: 500; font-size: clamp(2.3rem, 5.4vw, 4.6rem); line-height: 1.08; letter-spacing: -0.025em; max-width: 18ch; margin: 0; color: #fff; }
.symbiose__head .ser { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.01em; }
.symbiose__head .ser-i { font-family: var(--font-display); font-weight: 400; font-style: italic; letter-spacing: -0.01em; }
.symbiose__text { margin: 0; max-width: 44ch; color: rgba(234,243,241,.62); font-size: clamp(1.05rem, 1.3vw, 1.22rem); line-height: 1.65; }
.symbiose__lead { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.symbiose__cta { margin-top: 4px; }

/* Liquid glass trust boxes */
.symbiose__trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(40px, 5vw, 64px);
  position: relative;
  z-index: 1;
}
.trust-box {
  display: flex;
  gap: 14px;
  padding: 22px 22px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 18px 30px -22px rgba(0,0,0,.5);
  transition: background .25s, border-color .25s, transform .25s;
}
.trust-box:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); transform: translateY(-2px); }
.trust-box__ic {
  flex-shrink: 0;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(52, 210, 123, 0.16);
  color: #5ce0a3;
  border: 1px solid rgba(52, 210, 123, 0.22);
}
.trust-box__ic svg { width: 20px; height: 20px; }
.trust-box__title { font-weight: 600; color: #fff; font-size: 1rem; line-height: 1.25; letter-spacing: -0.005em; }
.trust-box__desc { color: rgba(234, 243, 241, 0.6); font-size: .88rem; line-height: 1.5; margin-top: 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (max-width: 900px) {
  .symbiose__trust { grid-template-columns: 1fr; gap: 12px; }
}
.symbiose__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: clamp(32px, 5vw, 72px); margin-top: clamp(30px, 3.5vw, 48px); flex-wrap: wrap; }
.symbiose-card { display: flex; flex-direction: column; gap: 22px; width: min(420px, 100%); padding: 22px 24px; border-radius: 20px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.11); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .25s, border-color .25s, transform .25s; }
.symbiose-card:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.22); transform: translateY(-3px); }
.symbiose-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.symbiose-card__title { font-weight: 600; font-size: 1.12rem; color: #fff; letter-spacing: -.01em; }
.symbiose-card__thumbs { display: inline-flex; align-items: center; }
.symbiose-card__thumbs img, .symbiose-card__grad { width: 34px; height: 34px; border-radius: 9px; object-fit: cover; border: 2px solid #0a1614; margin-left: -10px; }
.symbiose-card__thumbs img:first-child { margin-left: 0; }
.symbiose-card__grad { background: linear-gradient(135deg, #6fb0aa, #056a61); }
.symbiose-card__count { margin-left: 8px; background: #34d27b; color: #06231a; font-weight: 700; font-size: .8rem; padding: 6px 10px; border-radius: 9px; }
.symbiose-card__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.symbiose-card__desc { color: rgba(234,243,241,.6); font-size: .92rem; line-height: 1.5; max-width: 28ch; }
.symbiose-card__arrow { flex-shrink: 0; color: #fff; display: inline-flex; transition: transform .3s cubic-bezier(.2,.8,.3,1); }
.symbiose-card__arrow svg { width: 22px; height: 22px; }
.symbiose-card:hover .symbiose-card__arrow { transform: translate(3px,-3px); }

/* ---------- Weitere Leistungen (gray frame, white cards w/ UI mockups) ---------- */
.growth-frame { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-lg); padding: 14px; }
.growth-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.growth-card { background: var(--surface); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; display: flex; flex-direction: column; }
.gc-art { position: relative; height: 250px; overflow: hidden; background: linear-gradient(180deg, #fbfcfc, #f5f7f7); display: grid; place-items: center; }
.gc-text { padding: 28px 32px 34px; }
.gc-text h3 { margin: 0 0 10px; }
.gc-text p { margin: 0; color: var(--muted); line-height: 1.55; }

/* mini-mock primitives */
.mk-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 36px -22px rgba(20,32,31,.42); padding: 14px; }
.mk-card--dark { background: #14201f; border-color: rgba(255,255,255,.08); color: #fff; box-shadow: 0 18px 36px -20px rgba(20,32,31,.6); }
.mk-h { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 13px; }
.mk-title { font-weight: 600; font-size: .82rem; color: var(--ink); }
.mk-card--dark .mk-title { color: #fff; }
.mk-sub { font-size: .68rem; color: var(--muted); }
.mk-card--dark .mk-sub { color: rgba(255,255,255,.55); }
.mk-row { display: flex; align-items: center; gap: 10px; }
.mk-bar { height: 8px; border-radius: 999px; background: var(--line-strong); flex-shrink: 0; }
.mk-av { width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center; font-size: .6rem; font-weight: 700; color: #fff; }
.mk-pill { font-size: .61rem; font-weight: 600; padding: 3px 9px; border-radius: 999px; white-space: nowrap; }
.mk-chip { font-size: .66rem; font-weight: 600; padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.mk-num { font-family: var(--font-display); font-size: 1.55rem; line-height: 1; color: var(--ink); }
.mk-step { width: 22px; height: 22px; border-radius: 50%; background: var(--ink); color: #fff; font-size: .64rem; font-weight: 700; display: grid; place-items: center; flex-shrink: 0; }
.mk-node { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 11px; box-shadow: 0 10px 22px -16px rgba(20,32,31,.4); padding: 9px 13px; font-size: .74rem; font-weight: 600; color: var(--ink); }
.mk-node .mk-ndot { width: 8px; height: 8px; border-radius: 50%; }
.mk-conn { width: 1px; height: 16px; background: var(--line-strong); }
.mk-stars { color: var(--emerald); font-size: .8rem; letter-spacing: 1px; line-height: 1; }
.mk-stars--sm { font-size: .6rem; }
.mk-float { position: absolute; }
.mk-bars { display: flex; align-items: flex-end; gap: 6px; height: 58px; }
.mk-bars span { flex: 1; border-radius: 5px 5px 0 0; background: var(--aqua-200); }

/* ---------- Empfehlungshilfe (image bg + modal) ---------- */
.empf { position: relative; overflow: hidden; background: #14302a; }
.empf__bg { position: absolute; inset: 0; background-size: cover; background-position: right center; background-repeat: no-repeat; }
.empf__fade { position: absolute; inset: 0; background: linear-gradient(90deg, #0c211c 0%, #0c211c 24%, rgba(12,33,28,.78) 44%, rgba(12,33,28,0) 66%); }
.empf__inner { position: relative; z-index: 1; min-height: clamp(540px, 50vw, 720px); display: flex; align-items: center; }
.empf__copy { max-width: 520px; padding-block: 72px; color: var(--on-dark); }
.empf__copy .display { color: #fff; margin: 22px 0 0; }
.empf__text { color: rgba(255,255,255,.74); margin: 20px 0 0; font-size: 1.06rem; line-height: 1.6; }
.empf__bullets { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-direction: column; gap: 12px; }
.empf__bullets li { display: flex; align-items: center; gap: 12px; color: var(--on-dark); }
.empf__bullets .chk { width: 24px; height: 24px; border-radius: 50%; background: var(--emerald); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.empf__cta { margin-top: 34px; }
.empf__note { margin: 16px 0 0; font-size: .85rem; color: rgba(255,255,255,.5); }
@media (max-width: 760px) {
  .empf__bg { background-position: 72% center; }
  .empf__fade { background: linear-gradient(180deg, rgba(12,33,28,.35) 0%, rgba(12,33,28,.86) 45%, #0c211c 100%); }
  .empf__inner { align-items: flex-end; }
}

/* Modal */
.empf-modal[hidden] { display: none; }
.empf-modal { position: fixed; inset: 0; z-index: 120; display: grid; place-items: center; padding: 24px; }
.empf-modal__backdrop { position: absolute; inset: 0; background: rgba(8,18,16,.62); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.empf-modal__card { position: relative; z-index: 1; width: min(480px, 100%); max-height: 92vh; overflow-y: auto; -webkit-overflow-scrolling: touch; background: var(--surface); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 46px); box-shadow: var(--shadow-md); }
.empf-modal__close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); display: grid; place-items: center; color: var(--muted); }
.empf-modal__close:hover { background: var(--surface-2); color: var(--ink); }
.empf-modal__card .display { color: var(--ink); }
.empf-modal__card .display em { font-style: italic; }
.empf-form { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.empf-form input,
.empf-form textarea { width: 100%; padding: 15px 18px; border: 1px solid var(--line-strong); border-radius: 12px; font: inherit; background: var(--surface); color: var(--ink); box-sizing: border-box; }
.empf-form textarea { resize: vertical; min-height: 72px; font-family: inherit; }
.empf-form input::placeholder,
.empf-form textarea::placeholder { color: var(--muted); }
.empf-form input:focus,
.empf-form textarea:focus { outline: none; border-color: var(--emerald); }
.empf-form__submit { margin-top: 6px; justify-content: center; }
.empf-form__submit .btn__label { flex: 1; text-align: center; }
.empf-form__note { margin: 6px 0 0; font-size: .82rem; color: var(--muted); text-align: center; }
.empf-form__done { text-align: center; padding: 18px 0; }
.empf-form__done .chk-lg { width: 56px; height: 56px; border-radius: 50%; background: var(--aqua-50); color: var(--emerald); display: grid; place-items: center; margin: 0 auto 16px; }
.empf-form__done h4 { margin: 0 0 8px; font-size: 1.2rem; }
.empf-form__done p { margin: 0; color: var(--muted); }

/* ---------- Empfehlungshilfe (legacy, unused) ---------- */
.lead-magnet { position: relative; overflow: hidden; background: var(--deep-teal); color: var(--on-dark); border-radius: var(--radius-lg); padding: clamp(34px, 4.5vw, 64px); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.lead-magnet::before { content: ""; position: absolute; right: -8%; top: -45%; width: 55%; height: 170%; background: radial-gradient(circle, rgba(121,184,178,.4), transparent 65%); pointer-events: none; }
.lead-magnet__copy { position: relative; z-index: 1; }
.lead-magnet .display { color: #fff; }
.lead-magnet__text { color: var(--on-dark-muted); font-size: 1.06rem; line-height: 1.6; margin: 22px 0 24px; max-width: 46ch; }
.lead-magnet__bullets { list-style: none; padding: 0; margin: 0 0 30px; display: flex; flex-wrap: wrap; gap: 12px 26px; }
.lead-magnet__bullets li { display: flex; align-items: center; gap: 10px; color: var(--on-dark); font-size: .98rem; }
.lead-magnet__bullets .chk { color: var(--aqua); display: inline-flex; }
.lead-magnet__form { display: flex; flex-direction: column; gap: 12px; max-width: 440px; }
.lead-magnet__form input { width: 100%; padding: 15px 18px; border-radius: var(--radius-pill); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: #fff; font: inherit; font-size: 1rem; transition: border-color .2s, background .2s; }
.lead-magnet__form input::placeholder { color: rgba(234,246,244,.55); }
.lead-magnet__form input:focus { outline: none; border-color: var(--aqua); background: rgba(255,255,255,.12); }
.lead-magnet__submit { margin-top: 4px; align-self: flex-start; }
.lead-magnet__note { margin: 10px 0 0; font-size: .82rem; color: var(--on-dark-muted); }

.lead-magnet__visual { position: relative; z-index: 1; display: grid; place-items: center; }
.pdf-cover { display: flex; flex-direction: column; width: min(300px, 100%); aspect-ratio: 3/4; padding: 30px 28px; border-radius: 16px; background: linear-gradient(165deg, #f7fbfa 0%, #e3efed 100%); color: var(--ink); box-shadow: 0 50px 80px -34px rgba(0,0,0,.6), 0 0 0 1px rgba(255,255,255,.08); transform: rotate(-3deg); transition: transform .4s cubic-bezier(.2,.8,.3,1); }
.lead-magnet__visual:hover .pdf-cover { transform: rotate(0deg) translateY(-4px); }
.pdf-cover__tag { align-self: flex-start; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--emerald); background: var(--aqua-50); border: 1px solid var(--aqua-100); padding: 5px 11px; border-radius: 999px; }
.pdf-cover__kicker { margin-top: 26px; font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.pdf-cover__title { font-family: var(--font-display); font-size: clamp(1.9rem, 3vw, 2.4rem); line-height: 1.08; letter-spacing: -.01em; margin-top: 8px; }
.pdf-cover__title em { font-style: italic; }
.pdf-cover__sub { margin-top: 14px; font-size: .9rem; color: var(--muted); line-height: 1.5; }
.pdf-cover__foot { margin-top: auto; display: flex; align-items: center; gap: 9px; font-size: .82rem; font-weight: 600; color: var(--ink-2); padding-top: 18px; border-top: 1px solid var(--line); }
.pdf-cover__foot .brand__mark { width: 26px; height: 26px; border-radius: 8px; }
.pdf-cover__foot .brand__mark svg { width: 15px; height: 15px; }

@media (max-width: 860px) {
  .growth-grid { grid-template-columns: 1fr; }
  .lead-magnet { grid-template-columns: 1fr; }
  .lead-magnet__visual { order: -1; }
}
@media (max-width: 560px) {
}

/* ---------- Steps (Wie es funktioniert) ---------- */
.tension {
  margin: 18px 0 0; font-size: 1.05rem; color: var(--muted);
  border-left: 2px solid var(--aqua); padding-left: 16px;
}
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 64px; position: relative; }
.step { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 22px; padding: 36px 30px 34px; position: relative; display: flex; flex-direction: column; min-height: 320px; overflow: hidden; }
.step__num { font-family: var(--font-display); font-size: 3.6rem; line-height: 1; letter-spacing: -.02em; color: var(--emerald); margin-bottom: auto; }
.step h3 { margin: 30px 0 11px; line-height: 1.25; }
.step p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.55; }
.step--accent { background: var(--deep-teal); border-color: var(--deep-teal); color: var(--on-dark); }
.step--accent h3 { color: #fff; }
.step--accent p { color: var(--on-dark-muted); }
.step--accent .step__num { color: var(--aqua); }
.step__arrow { position: absolute; right: -13px; top: 50%; transform: translateY(-50%); z-index: 2; color: var(--aqua); background: var(--bg); border-radius: 50%; }
.step__arrow svg { width: 22px; height: 22px; display: block; }
.steps-outcome { display: inline-flex; align-items: center; gap: 20px; justify-content: center; margin: 44px auto 0; padding: 22px 34px; background: var(--aqua-50); border: 1px solid var(--aqua-100); border-radius: var(--radius-pill); }
.steps-outcome b { font-family: var(--font-display); font-size: clamp(2.4rem,3.4vw,3rem); line-height: 1; color: var(--emerald-deep); white-space: nowrap; }
.steps-outcome span { color: var(--ink-2); max-width: 30ch; text-align: left; font-size: 1rem; }
.steps-outcome-wrap { text-align: center; }

/* ---------- Proof / Testimonials (infinite marquee) ---------- */
.testi-marquee { position: relative; overflow: hidden; margin-top: 56px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.testi-track { display: flex; align-items: stretch; gap: 26px; width: max-content; padding: 58px 0 12px; will-change: transform; }
.testi-card {
  position: relative; flex: 0 0 auto; width: 380px; display: flex; flex-direction: column;
  background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-lg);
  padding: 58px 32px 30px; box-shadow: var(--shadow-sm);
}
.testi-card__avatar { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); width: 88px; height: 88px; border-radius: 50%; object-fit: cover; display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 1.5rem; border: 4px solid var(--surface); box-shadow: 0 10px 24px -12px rgba(20,32,31,.4); background: var(--surface-2); }
.testi-card__quotemark { font-family: var(--font-display); font-size: 4.4rem; line-height: .6; color: var(--aqua); height: 38px; display: block; margin-bottom: 18px; }
.testi-card__result { align-self: flex-start; font-size: .78rem; font-weight: 600; color: var(--emerald); background: var(--aqua-50); border: 1px solid var(--aqua-100); padding: 5px 12px; border-radius: 999px; margin-bottom: 18px; }
.testi-card__text { margin: 0 0 26px; font-size: 1.04rem; line-height: 1.6; color: var(--ink-2); }
.testi-card__foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-top: auto; }
.testi-card__person { display: flex; flex-direction: column; }
.testi-card__name { font-weight: 700; font-size: 1rem; color: var(--ink); }
.testi-card__role { font-size: .85rem; color: var(--muted); margin-top: 2px; }
.testi-card__sign { font-family: var(--font-display); font-style: italic; font-size: 1.5rem; color: var(--line-strong); line-height: 1; white-space: nowrap; }

/* ---------- Warum wir ---------- */
.why-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px, 4vw, 64px); align-items: end; }
.insider-proof { background: var(--deep-teal); color: var(--on-dark); border-radius: var(--radius-md); padding: 28px 30px; }
.insider-proof .ip-num { font-family: var(--font-display); font-size: clamp(2.2rem, 3vw, 2.8rem); line-height: 1; color: #fff; }
.insider-proof .ip-txt { color: var(--on-dark-muted); font-size: .98rem; margin-top: 10px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
.why-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 30px; }
.why-card .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--aqua-50); color: var(--emerald); display: grid; place-items: center; margin-bottom: 20px; }
.why-card .ic svg { width: 24px; height: 24px; }
.why-card h3 { margin-bottom: 8px; }
.why-card p { margin: 0; color: var(--muted); }

/* ---------- Founder (boxed gradient) ---------- */
.founder-box {
  position: relative; overflow: hidden;
  background: linear-gradient(150deg, #6fb0aa 0%, #3f807c 48%, #2c5d59 100%);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 60px);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.founder-box::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 90% at 85% 5%, rgba(255,255,255,.22), transparent 50%);
}
.founder-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 4vw, 56px); align-items: center; }
.founder-photo { border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 4/5; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-photo__ph {
  width: 100%; height: 100%; display: grid; place-items: center;
  background: rgba(255,255,255,.1); border: 1px dashed rgba(255,255,255,.35); border-radius: var(--radius-md);
  color: rgba(255,255,255,.72); font-size: .9rem; letter-spacing: .04em;
}
.founder-copy .display { color: #fff; font-size: clamp(1.5rem, 2.4vw, 2.1rem); line-height: 1.28; margin: 20px 0 22px; letter-spacing: -0.01em; }
.founder-copy p { color: rgba(255,255,255,.82); margin: 0; }

/* ---------- Team ---------- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.team-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-md); padding: 14px; }
.team-photo { border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; background: var(--surface-2); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-photo__ph { width: 100%; height: 100%; display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-size: 2.6rem; letter-spacing: .01em; }
.team-info { padding: 18px 8px 8px; }
.team-name { font-weight: 600; font-size: 1.18rem; letter-spacing: -0.01em; }
.team-role { color: var(--muted); font-size: .94rem; margin-top: 3px; }

/* +N team card */
.team-card--more {
  grid-column: span 2;
  background: linear-gradient(155deg, #3f807c 0%, #1f4845 65%, #0a2624 100%);
  border-color: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(32px, 4vw, 56px) 24px;
  position: relative;
  overflow: hidden;
}
.team-card--more::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 60% at 50% 0%, rgba(168, 229, 214, 0.18), transparent 65%);
}
.team-card--more__num {
  position: relative; z-index: 1;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: clamp(4.5rem, 9vw, 7.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
}
.team-card--more__num em {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
}
.team-card--more__text {
  position: relative; z-index: 1;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin-top: 12px;
  letter-spacing: -0.01em;
}
.team-card--more__sub {
  position: relative; z-index: 1;
  font-size: .92rem;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 4px;
}

/* ---------- Versprechen / Checklist ---------- */
.promise { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: var(--radius-lg); padding: clamp(32px, 4vw, 56px); }
.promise-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 40px; }
.promise-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 1.05rem; color: var(--ink-2); }
.promise-list .chk { flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%; background: var(--emerald); color: #fff; display: grid; place-items: center; }
.promise-list .chk svg { width: 15px; height: 15px; }

/* ---------- FAQ ---------- */
.faq-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(36px, 6vw, 90px); align-items: start; }
.faq-aside { position: sticky; top: 110px; }
.faq-aside .eyebrow { margin-bottom: 22px; }
.faq-aside__cta { margin-top: 30px; display: inline-flex; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 4px; text-align: left; font-family: var(--font-sans); font-weight: 600; font-size: 1.12rem; background: none; border: none; }
.faq-q .pm { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--line-strong); display: grid; place-items: center; transition: .3s; color: var(--emerald); }
.faq-item[open] .faq-q .pm { background: var(--emerald); color: #fff; border-color: var(--emerald); transform: rotate(45deg); }
.faq-a { overflow: hidden; display: none; }
.faq-item[open] .faq-a { display: block; }
.faq-a__inner { padding: 0 4px 28px; color: var(--muted); max-width: 68ch; }

/* ---------- Final CTA ---------- */
.cta-final { background: var(--deep-teal); border-radius: var(--radius-lg); color: var(--on-dark); padding: clamp(44px, 6vw, 88px); position: relative; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; right: -10%; top: -40%; width: 60%; height: 160%; background: radial-gradient(circle, rgba(121,184,178,.4), transparent 65%); }
.cta-final__inner { position: relative; max-width: 720px; }
.cta-final .display { color: #fff; }
.cta-bullets { list-style: none; padding: 0; margin: 30px 0 38px; display: flex; flex-wrap: wrap; gap: 14px 30px; }
.cta-bullets li { display: flex; align-items: center; gap: 10px; color: var(--on-dark); font-size: 1rem; }
.cta-bullets .chk { color: var(--aqua); display: inline-flex; }

/* ---------- Footer ---------- */
.footer { padding-top: clamp(56px, 7vw, 96px); padding-bottom: 40px; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer .brand { color: var(--ink); margin-bottom: 16px; }
.footer__about { color: var(--muted); max-width: 32ch; font-size: .96rem; }
.footer__col h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 16px; font-weight: 600; }
.footer__col a { display: block; padding: 6px 0; color: var(--ink-2); font-size: .96rem; transition: color .2s; }
.footer__col a:hover { color: var(--emerald); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 56px; padding-top: 24px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.footer__bottom .legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__bottom .legal a { font-size: .9rem; color: var(--muted); }
.footer__bottom .legal a:hover { color: var(--ink); }
.footer__bottom .copy { font-size: .88rem; color: var(--muted); }
.vermittler { font-size: .82rem; color: var(--muted); max-width: 60ch; margin-top: 18px; line-height: 1.5; }

/* ---------- Dark section wrapper ---------- */
.is-dark { background: var(--deep-teal); color: var(--on-dark); }
.is-dark .display, .is-dark .head-sans { color: #fff; }
.is-dark .lead, .is-dark .muted { color: var(--on-dark-muted); }
.is-dark .eyebrow { border-color: rgba(255,255,255,.2); color: var(--on-dark); background: transparent; }

/* ---------- Reveal (visible by default; gentle CSS-only entrance, never JS-gated) ---------- */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; }
  .why-top { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step__arrow { display: none; }
  .founder-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card--more { grid-column: span 2; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  /* On stacked tabs the visual no longer needs full panel height */
  #do-3 .do-visual { align-items: center; }
  #do-3 .mock-panel { min-height: 0; }
}

@media (max-width: 760px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .do-grid, .benefit-layout { grid-template-columns: 1fr; }
  /* stacked tabs: each panel sizes to its own content (no equal-height overlap) */
  .leist-panels { display: block; }
  .leist-panels > .tabpanel { grid-column: auto; grid-row: auto; }
  .leist-panels > .tabpanel:not(.is-active) { display: none; }
  .leist-panels > .tabpanel.is-active { display: block; visibility: visible; opacity: 1; }
  .leist-panels > .tabpanel > .do-grid { display: grid; }
  .do-foot { margin-top: 28px; padding-top: 0; }
  .tabbar { flex-wrap: wrap; justify-content: center; border-radius: var(--radius-md); }
  .proof-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-card--more { grid-column: span 2; padding: 36px 20px; }
  .promise-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 28px; }
  .hero__cta { gap: 12px; }
  .benefit-visual { min-height: 340px; }
  /* no auto-advance on touch → hide the progress bar (would sit empty) */
  .tabcard__bar { display: none; }
  /* FAQ: single column, aside no longer sticky/split */
  .faq-layout { grid-template-columns: 1fr; gap: 6px; }
  .faq-aside { position: static; }
  .faq-aside__cta { margin-top: 22px; }
  /* Manifesto polaroids reflow into a centered row below the note */
  .note-frame { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
  .note-paper { order: 1; flex: 0 0 100%; }
  .polaroid { order: 2; position: static; width: auto; flex: 0 1 46%; max-width: 190px; inset: auto; margin: 4px 0 2px; }
  .polaroid--award { transform: rotate(-3deg); }
  .polaroid--trophy { transform: rotate(3deg); }
  .polaroid--award:hover { transform: rotate(-2deg) scale(1.02); }
  .polaroid--trophy:hover { transform: rotate(2deg) scale(1.02); }
  /* CTA buttons span full width for big tap targets */
  .hero__cta .btn,
  .symbiose__cta,
  .cta-final .btn { width: 100%; justify-content: center; }
  .hero__cta .btn .btn__label,
  .cta-final .btn .btn__label { flex: 1; text-align: center; }
  /* iPhone mockup shouldn't dominate the stacked layout */
  .mock-phone { max-width: 300px; }
  .mock-panel--mobile { padding-top: clamp(20px, 4vw, 28px); }
  /* tighter founder + DVAG spacing */
  .symbiose__trust { gap: 12px; }
  /* footer legal links wrap cleanly */
  .footer__bottom { flex-wrap: wrap; gap: 14px; }
}

@media (max-width: 560px) {
  /* tab selector: keep 2 across, shrink the icon tiles */
  .leist-tabs { grid-template-columns: 1fr 1fr; gap: 10px; }
  .tabcard { padding: 16px 12px; gap: 10px; }
  .tabcard__ic { width: 48px; height: 48px; border-radius: 14px; }
  .tabcard__ic svg { width: 24px; height: 24px; }
  .tabcard__label { font-size: .95rem; }
  .polaroid figcaption { font-size: .85rem; }
  /* team back to single column on the smallest screens */
  .team-grid { grid-template-columns: 1fr; }
  .team-card--more { grid-column: span 1; }
  /* modal full-width feel */
  .empf-modal { padding: 14px; }
  /* hero proof: keep 3 across but tighten so numbers never overflow */
  .hero__proof { gap: 12px; padding-top: 24px; }
  .hero__proof .stat__num { font-size: 1.5rem; }
  .hero__proof .stat__label { font-size: .72rem; margin-top: 6px; line-height: 1.35; }
  .legal-nav__inner { gap: 12px; }
}

/* Mobile nav drawer */
.nav__drawer { display: none; }
.nav__drawer.is-open { display: block; position: fixed; inset: 64px 0 0; background: var(--bg); z-index: 55; padding: 24px var(--gutter); }
.nav__drawer a { display: block; padding: 16px 0; font-size: 1.3rem; font-family: var(--font-display); border-bottom: 1px solid var(--line); }

/* ============================================================
   Legal pages (Impressum, AGB, Datenschutz) — clean layout
   ============================================================ */
.legal-page { background: #fff; color: var(--ink); }
.legal-nav { border-bottom: 1px solid var(--line); padding: 18px 0; background: #fff; }
.legal-nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-nav__inner .brand__logo { height: 26px; }
.legal-nav__back { font-size: .94rem; color: var(--ink-2); text-decoration: none; transition: color .2s; display: inline-flex; align-items: center; gap: 6px; }
.legal-nav__back:hover { color: var(--emerald); }
.legal-main { padding: clamp(56px, 9vw, 110px) 0 clamp(72px, 10vw, 130px); }
.legal-container { max-width: 720px; margin: 0 auto; padding: 0 24px; font-family: var(--font-sans); }
.legal-container h1 { font-family: "Plus Jakarta Sans", system-ui, sans-serif; font-weight: 500; font-size: clamp(2.2rem, 4.4vw, 3.4rem); line-height: 1.08; letter-spacing: -0.025em; margin: 0 0 14px; color: var(--ink); }
.legal-meta { color: var(--muted); font-size: .92rem; margin: 0 0 48px; }
.legal-container h2 { font-family: "Plus Jakarta Sans", system-ui, sans-serif; font-weight: 600; font-size: 1.35rem; line-height: 1.25; margin: 44px 0 14px; color: var(--ink); letter-spacing: -0.012em; }
.legal-container h3 { font-family: "Plus Jakarta Sans", system-ui, sans-serif; font-weight: 600; font-size: 1.08rem; line-height: 1.3; margin: 28px 0 10px; color: var(--ink); letter-spacing: -0.005em; }
.legal-container p { margin: 0 0 14px; line-height: 1.7; color: #3a423f; font-size: 1.02rem; }
.legal-container ul { margin: 0 0 16px; padding-left: 22px; line-height: 1.7; color: #3a423f; }
.legal-container ul li { margin-bottom: 5px; }
.legal-container a { color: var(--emerald); text-decoration: underline; text-underline-offset: 3px; }
.legal-container a:hover { color: var(--emerald-deep); }
.legal-container strong { color: var(--ink); font-weight: 600; }
.legal-container address { font-style: normal; line-height: 1.65; color: #3a423f; margin: 0 0 14px; }
.legal-footer { border-top: 1px solid var(--line); padding: 24px 0; background: #fff; }
.legal-footer__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .9rem; }
.legal-footer a { color: var(--ink-2); text-decoration: none; margin-right: 20px; }
.legal-footer a:hover { color: var(--emerald); }
.legal-footer .copy { color: var(--muted); }
