/* ============ Fonts (lokale Bestände, identisch zu blog.css) ============ */
@font-face { font-family: "Satoshi"; src: url("/assets/f/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "Satoshi"; src: url("/assets/f/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2"); font-display: swap; font-style: normal; font-weight: 500; }
@font-face { font-family: "Satoshi"; src: url("/assets/f/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2"); font-display: swap; font-style: normal; font-weight: 700; }
@font-face { font-family: "Instrument Serif"; src: url("/assets/gfonts/s/instrumentserif/v5/jizBRFtNs2ka5fXjeivQ4LroWlx-2zcZj1bIkNo.woff2"); font-display: swap; font-style: italic; font-weight: 400; }

/* ============ Tokens — helles Theme ============ */
:root {
  --paper: #FAF9F4;        /* warmes Weiß, Grundfläche */
  --card: #FFFFFF;
  --tint: #F2EEE2;         /* warme Tönung für Wechselsektionen */
  --hero-tint: #F0EAD8;    /* Creme-Fläche für Nav + Hero (Variante D) */
  --ink: #16150F;          /* Text */
  --ink2: #55524A;         /* Sekundärtext */
  --muted: #8A867B;
  --line: #E7E4D9;         /* Hairline */
  --accent: #FAFA03;       /* Gelb — als Fläche (Buttons, Band, Knoten) */
  --accent-ink: #9C8B00;   /* abgedunkeltes Gelb für farbige Schrift auf hellem Grund */
  --dark: #14141A;         /* Marken-Schwarz, dosiert */
  --ok: #00B67A;           /* Trustpilot-Grün */
  --radius: 18px;
  --shadow: 0 1px 2px rgba(20,20,26,.05), 0 14px 40px -18px rgba(20,20,26,.14);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Satoshi", sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
section { padding: 84px 0; }

/* Serif-Akzent mit Marker-Gelb — die Marken-Signatur, ins Helle übersetzt */
.serif { font-family: "Instrument Serif", serif; font-style: italic; font-weight: 400; letter-spacing: 0; color: var(--accent-ink); }

/* Sektionsköpfe — eine Struktur überall */
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .02em;
  border: 1px solid var(--line); background: var(--card);
  border-radius: 999px; padding: 6px 16px; color: var(--ink2);
}
.kicker::before { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--accent); border: 1px solid rgba(20,20,26,.25); }
h1 { font-size: clamp(40px, 5vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -0.03em; }
h2 { font-size: clamp(34px, 3.6vw, 44px); font-weight: 700; line-height: 1.12; letter-spacing: -0.025em; }
h3 { font-size: 21px; font-weight: 600; letter-spacing: -0.01em; }
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.sec-head .kicker { margin-bottom: 18px; }
.sec-head p { color: var(--ink2); margin-top: 14px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-size: 15.5px; font-weight: 700; text-decoration: none;
  border-radius: 999px; padding: 14px 28px; cursor: pointer; border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary { background: var(--accent); color: var(--ink); border-color: rgba(20,20,26,.28); box-shadow: 0 1px 0 rgba(20,20,26,.12), 0 10px 24px -12px rgba(120,116,0,.55); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 2px 0 rgba(20,20,26,.12), 0 14px 28px -12px rgba(120,116,0,.6); }
.btn-ghost { background: var(--card); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink2); }

/* Scroll-Reveal (dezent, einmalig) — greift nur mit JS, sonst alles sichtbar */
html.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
html.js .rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ============ Nav ============ */
#nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
#nav.scrolled { background: rgba(250,249,244,.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom-color: var(--line); }
#nav.open { background: var(--paper); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 24px; height: 64px; display: flex; align-items: center; gap: 28px; }
.brand { font-weight: 700; font-size: 17px; letter-spacing: .12em; text-decoration: none; }
.brand b { color: transparent; text-shadow: 0 0 0 var(--ink); }
.brand .dot { display: inline-block; width: 9px; height: 9px; margin-left: 2px; border-radius: 2px; background: var(--accent); border: 1px solid rgba(20,20,26,.3); vertical-align: baseline; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--ink2); text-decoration: none; position: relative; padding-left: 14px; }
.nav-links a::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%) scale(0); width: 7px; height: 7px; border-radius: 2px; background: var(--accent); border: 1px solid rgba(20,20,26,.3); transition: transform .18s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav-links a:hover::before, .nav-links a.active::before { transform: translateY(-50%) scale(1); }
.nav-cta { margin-left: 6px; padding: 10px 20px; font-size: 14.5px; }
#burger { display: none; margin-left: auto; background: none; border: 1px solid var(--line); border-radius: 10px; width: 42px; height: 42px; cursor: pointer; font-size: 18px; color: var(--ink); }
@media (max-width: 860px) {
  .nav-links, .nav-cta { display: none; }
  #burger { display: block; }
  #nav.open .nav-links { display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 18px 24px 24px; gap: 16px; }
  #nav.open .nav-links a { font-size: 20px; font-weight: 600; color: var(--ink); }
}

/* ============ Hero ============ */
#hero { padding: 150px 0 70px; background: var(--hero-tint); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.hero-copy p.sub { color: var(--ink2); font-size: 17.5px; max-width: 520px; margin: 20px 0 28px; }
.hero-ctas { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.urgency { display: flex; align-items: center; gap: 8px; font-size: 13.5px; font-weight: 500; color: var(--ink2); margin-top: 16px; }
.urgency i { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); animation: pulse 2s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.trust-row { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: 14.5px; font-weight: 500; color: var(--ink2); }
.tp-stars { display: flex; gap: 2px; }
.tp-stars span { width: 20px; height: 20px; background: var(--ok); display: grid; place-items: center; }
.tp-stars span.off { background: #D5D2C6; }
.tp-stars svg { width: 13px; height: 13px; fill: #fff; }
.hero-photo { position: relative; max-width: 320px; width: 100%; justify-self: end; }
.hero-photo .frame { position: relative; border-radius: 26px; overflow: hidden; background: var(--dark); box-shadow: var(--shadow); border: 1px solid var(--line); }
.hero-photo video { width: 100%; aspect-ratio: 9/16; object-fit: cover; display: block; }
#hero-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%; cursor: pointer;
  background: var(--accent); color: var(--ink); border: 1px solid rgba(20,20,26,.35);
  display: grid; place-items: center; padding-left: 4px;
  box-shadow: 0 6px 24px rgba(0,0,0,.35); transition: transform .15s ease;
}
#hero-play:hover { transform: translate(-50%, -50%) scale(1.07); }
.hero-photo figcaption {
  position: absolute; left: 16px; bottom: 16px;
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 10px 16px; font-size: 14px; box-shadow: var(--shadow);
}
.hero-photo figcaption b { display: block; font-size: 14.5px; }
.hero-photo figcaption span { color: var(--ink2); font-size: 13px; }

/* ============ Kundenlogos ============ */
#kunden { padding: 30px 0 64px; }
.kunden-label { text-align: center; font-size: 13px; font-weight: 600; letter-spacing: .14em; color: var(--muted); margin-bottom: 26px; }
.kunden-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px 48px; justify-items: center; align-items: center; max-width: 860px; margin: 0 auto; }
@media (max-width: 640px) { .kunden-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 24px; } }
/* Einheitliche Box: breite Wortmarken werden über die Breite begrenzt,
   kompakte Logos über die Höhe — alle wirken gleich groß */
.kunden-grid img { width: 132px; height: 34px; object-fit: contain; filter: grayscale(1) brightness(.55); opacity: .62; transition: opacity .2s, filter .2s; }
.kunden-grid img:hover { filter: none; opacity: 1; }
.kunden-grid .chip { font-weight: 700; font-size: 14px; letter-spacing: .1em; color: var(--ink2); opacity: .62; white-space: nowrap; }
.kunden-more { text-align: center; font-size: 13.5px; color: var(--muted); margin-top: 24px; }

/* ============ Stats — Creme-Band im Header-Ton, Zahlen zählen hoch ============ */
#stats { padding: 0; background: var(--hero-tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats div { padding: 36px 12px; text-align: center; border-left: 1px solid rgba(20,20,26,.12); }
.stats div:first-child { border-left: 0; }
.stats b { display: block; font-size: clamp(30px, 3vw, 40px); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); font-variant-numeric: tabular-nums; }
.stats div > span { color: var(--ink2); font-size: 14.5px; font-weight: 500; }

/* ============ Ablauf — Original-Animation, helle Fassung ============ */
.fl { position: relative; max-width: 720px; margin: 0 auto; }
.fl svg { display: block; width: 100%; height: auto; }
.fl .base { fill: none; stroke: var(--line); stroke-width: 1.5; }
.fl .prog { fill: none; stroke: var(--ink); stroke-width: 1.5; }
.fl circle { fill: var(--paper); stroke: rgba(20,20,26,.3); stroke-width: 1.5; transition: fill .3s ease, stroke .3s ease; }
.fl circle.on { fill: var(--accent); stroke: rgba(20,20,26,.55); }
.fl-el { position: absolute; transform: translate(-50%, -50%); text-align: center; background: var(--paper); padding: 4px 14px; }
/* Texte erscheinen erst, wenn die Linie sie erreicht (ohne JS: alles sichtbar) */
html.js .fl-el { opacity: 0; transform: translate(-50%, calc(-50% + 10px)); transition: opacity .45s ease, transform .45s ease; }
html.js .fl-el.on { opacity: 1; transform: translate(-50%, -50%); }
.fl-station b { display: block; font-size: 26px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; color: var(--ink); }
.fl-station.hot b { color: var(--accent-ink); }
.fl-station i { font-style: normal; display: block; font-size: 13.5px; color: var(--ink2); margin-top: 3px; }
.fl-note { font-size: 13.5px; color: var(--ink2); max-width: 300px; line-height: 1.5; }
.fl-lab { font-size: 14.5px; font-weight: 500; color: var(--ink); padding: 2px 10px; white-space: nowrap; }
.fl-chip { display: inline-block; font-size: 13px; font-weight: 700; color: var(--ink); border: 1px solid rgba(20,20,26,.35); background: var(--accent); border-radius: 999px; padding: 3px 14px; margin-bottom: 8px; }
@media (max-width: 520px) {
  .fl-station b { font-size: 18px; }
  .fl-station i { font-size: 11px; }
  .fl-note { font-size: 11px; max-width: 200px; }
  .fl-lab { font-size: 11.5px; }
  .fl-chip { font-size: 11.5px; }
  .fl-el { padding: 2px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .fl circle, .fl-el { transition: none; }
}

/* ============ Video ============ */
#aktion { background: var(--tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.video-shell { max-width: 860px; margin: 0 auto; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--dark); }
.video-shell video { width: 100%; display: block; }

/* ============ Bewertungen ============ */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: start; }
.quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow); }
.quote .tp-stars { margin-bottom: 16px; }
.quote .tp-stars span { width: 17px; height: 17px; }
.quote p { font-size: 15px; color: var(--ink2); }
.quote footer { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.quote footer b { font-size: 15px; }
.quote footer span { display: block; font-size: 13px; color: var(--muted); }
.tp-link { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 30px; font-size: 14.5px; font-weight: 500; color: var(--ink2); text-decoration: none; }
.tp-link:hover { color: var(--ink); }

/* ============ 3 Schritte ============ */
#schritte { background: var(--tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
#schritte .rows { max-width: 780px; margin: 0 auto; }
.row { display: grid; grid-template-columns: 110px 1fr; gap: 26px; padding: 30px 0; border-top: 1px solid var(--line); }
.row:last-child { border-bottom: 1px solid var(--line); }
.row .num { font-family: "Instrument Serif", serif; font-style: italic; font-size: 46px; line-height: 1; }
.row h3 { margin-bottom: 6px; }
.row p { color: var(--ink2); font-size: 15.5px; max-width: 560px; }
.cta-center { text-align: center; margin-top: 42px; }

/* ============ Pakete — dunkler Anker wie im Original ============ */
#pakete { background: var(--dark); }
#pakete .sec-head h2 { color: #FCFCFA; }
#pakete .sec-head h2 .serif { color: var(--accent); }
#pakete .sec-head p { color: rgba(252,252,250,.6); }
#pakete .kicker { background: rgba(250,250,3,.07); border-color: rgba(250,250,3,.35); color: #FCFCFA; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; display: flex; flex-direction: column; position: relative; }
.plan.hot { border-color: var(--accent); box-shadow: 0 12px 44px -14px rgba(250,250,3,.28); }
.plan .badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); border: 1px solid rgba(20,20,26,.3); color: var(--ink); font-size: 12.5px; font-weight: 700; border-radius: 999px; padding: 3px 14px; white-space: nowrap; }
.plan h3 { font-size: 18px; }
.plan .price { font-size: 44px; font-weight: 700; letter-spacing: -0.03em; margin: 10px 0 2px; }
.plan .price-note { font-size: 13px; color: var(--muted); }
.plan .payjoe { font-size: 13px; color: var(--ink2); margin-top: 6px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.plan ul { list-style: none; margin: 18px 0 26px; flex: 1; }
.plan li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink2); padding: 5px 0; }
.plan li::before { content: "✓"; font-weight: 700; color: var(--ink); flex-shrink: 0; }
.plan .btn { width: 100%; }
.plans-note { text-align: center; font-size: 14px; color: rgba(252,252,250,.6); max-width: 560px; margin: 34px auto 0; }

/* ============ Support ============ */
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; margin-bottom: 56px; }
.support-photo { border-radius: var(--radius); overflow: hidden; background: var(--dark); box-shadow: var(--shadow); }
.support-photo img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: top; }
.support-quote blockquote { font-size: 19px; line-height: 1.55; color: var(--ink); }
.support-quote .sig { height: 46px; width: auto; filter: invert(1); opacity: .8; margin-top: 20px; }
.support-quote .who { font-size: 13.5px; font-weight: 600; letter-spacing: .12em; color: var(--muted); margin-top: 8px; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.benefit h3 { font-size: 17px; margin-bottom: 6px; display: flex; align-items: center; gap: 10px; }
.benefit h3::before { content: ""; width: 9px; height: 9px; border-radius: 2px; background: var(--accent); border: 1px solid rgba(20,20,26,.3); flex-shrink: 0; }
.benefit p { font-size: 14.5px; color: var(--ink2); }

/* ============ Tools ============ */
#tools { padding: 56px 0; border-top: 1px solid var(--line); }
.tools-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px 44px; }
/* Tool-Logos liegen als weiße Wortmarken vor — für hellen Grund invertieren */
.tools-row img { height: 26px; width: auto; filter: invert(1); opacity: .5; transition: opacity .2s; }
.tools-row a:hover img { opacity: .85; }

/* ============ FAQ ============ */
#faq { background: var(--tint); border-top: 1px solid var(--line); }
#faq .faq-list { max-width: 720px; margin: 0 auto; }
#faq details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 8px; overflow: hidden; }
#faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 17px 20px; font-size: 15.5px; font-weight: 600; cursor: pointer; }
#faq summary::-webkit-details-marker { display: none; }
#faq summary i { font-style: normal; font-weight: 400; font-size: 20px; line-height: 1; transition: transform .2s; }
#faq details[open] summary i { transform: rotate(45deg); }
#faq .a { padding: 0 20px 18px; font-size: 15px; color: var(--ink2); }

/* ============ Abschluss-CTA + Footer (dunkel, dosiert) ============ */
#schluss { background: var(--dark); color: #FCFCFA; text-align: center; padding: 96px 0 90px; }
#schluss h2 { color: #FCFCFA; }
#schluss .serif { color: var(--accent); }
#schluss p { color: rgba(252,252,250,.65); max-width: 520px; margin: 16px auto 32px; }
footer.site { background: var(--dark); color: rgba(252,252,250,.55); border-top: 1px solid rgba(255,255,255,.09); padding: 28px 0; font-size: 14px; }
footer.site .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
footer.site a { color: rgba(252,252,250,.7); text-decoration: none; margin-left: 18px; }
footer.site a:hover { color: #FCFCFA; }

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-photo { max-width: 440px; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .quotes, .plans, .benefits { grid-template-columns: 1fr; }
  .plan.hot { order: -1; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats div:nth-child(3) { border-left: 0; }
  .stats div:nth-child(n+3) { border-top: 1px solid rgba(20,20,26,.12); }
  .support-grid { grid-template-columns: 1fr; gap: 28px; }
  .support-photo { max-width: 360px; }
}
@media (max-width: 620px) {
  section { padding: 60px 0; }
  #hero { padding: 120px 0 50px; }
  .flow { grid-template-columns: 1fr; }
  .row { grid-template-columns: 64px 1fr; gap: 16px; }
  .row .num { font-size: 34px; }
}

/* ============ Großer Footer ============ */
footer.site { background: var(--dark); color: rgba(252,252,250,.55); border-top: 1px solid rgba(255,255,255,.09); padding: 64px 0 26px; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr 1fr; gap: 40px; align-items: start; }
.foot-brand .logo { color: #FCFCFA; font-weight: 700; font-size: 16px; letter-spacing: .12em; text-decoration: none; }
.foot-brand .logo i { font-style: normal; color: var(--accent); }
.foot-brand p { color: rgba(252,252,250,.55); margin: 14px 0 16px; max-width: 300px; font-size: 14px; }
.foot-brand .tp { display: inline-flex; align-items: center; gap: 8px; color: rgba(252,252,250,.7); text-decoration: none; font-size: 13.5px; }
.foot-brand .tp:hover { color: #FCFCFA; }
.foot-col b { display: block; color: #FCFCFA; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.foot-col a { display: block; color: rgba(252,252,250,.6); text-decoration: none; padding: 4px 0; }
.foot-col a:hover { color: #FCFCFA; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.09); margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: rgba(252,252,250,.4); }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ============ Unterseiten ============ */
.page-hero { padding: 150px 0 48px; text-align: center; background: var(--hero-tint); border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.page-hero .kicker { margin-bottom: 18px; }
.page-hero h1 { font-size: clamp(34px, 4vw, 46px); }
.page-hero p.sub { color: var(--ink2); font-size: 17px; max-width: 560px; margin: 16px auto 0; }
.prose { max-width: 720px; margin: 0 auto; }
.prose h2 { font-size: 27px; margin: 44px 0 12px; letter-spacing: -0.015em; }
.prose p { color: var(--ink2); margin: 12px 0; }
.prose ul { list-style: none; margin: 14px 0; }
.prose li { display: flex; gap: 10px; color: var(--ink2); padding: 5px 0; }
.prose li::before { content: "\2713"; font-weight: 700; color: var(--ink); flex-shrink: 0; }
.prose a { color: var(--ink); }
.kontakt-card { max-width: 560px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); text-align: center; }
.kontakt-card .mail { font-size: 22px; font-weight: 700; color: var(--ink); text-decoration: none; }
.kontakt-card .mail:hover { text-decoration: underline; }
.kontakt-card p { color: var(--ink2); font-size: 15px; margin: 12px 0 0; }

.foot-brand .tp-stars span { width: 17px; height: 17px; }
.foot-brand .tp-stars span.off { background: rgba(255,255,255,.22); }

/* ============ Kontaktformular ============ */
.kform { max-width: 560px; margin: 0 auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.kform label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 16px; }
.kform input, .kform textarea { display: block; width: 100%; margin-top: 6px; padding: 12px 14px; font: inherit; font-weight: 400; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 10px; }
.kform input:focus, .kform textarea:focus { outline: 2px solid var(--accent); outline-offset: 0; border-color: rgba(20,20,26,.4); }
.kform button { width: 100%; margin-top: 6px; }
.kform .hp { position: absolute; left: -9999px; height: 0; width: 0; padding: 0; border: 0; margin: 0; }
.kform .form-note { margin-top: 14px; font-size: 14.5px; color: var(--ink2); text-align: center; }

/* ============ Über uns ============ */
.ueber-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; max-width: 980px; margin: 0 auto; }
.ueber-grid .support-photo { position: sticky; top: 90px; }
.ueber-text h2 { font-size: 26px; margin: 34px 0 10px; letter-spacing: -0.015em; }
.ueber-text h2:first-child { margin-top: 0; }
.ueber-text p { color: var(--ink2); margin: 12px 0; }
.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 980px; margin: 56px auto 0; }
.proof { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; text-align: center; }
.proof b { display: block; font-size: 30px; font-weight: 700; letter-spacing: -0.02em; }
.proof span { color: var(--ink2); font-size: 14px; }
.fiverr-card { max-width: 980px; margin: 56px auto 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; box-shadow: var(--shadow); }
.fiverr-card .fv { font-weight: 800; font-size: 22px; color: #1DBF73; letter-spacing: -0.02em; }
.fiverr-card p { color: var(--ink2); font-size: 15px; max-width: 480px; }
@media (max-width: 860px) { .ueber-grid { grid-template-columns: 1fr; } .ueber-grid .support-photo { position: static; max-width: 320px; } .proof-band { grid-template-columns: 1fr; } }

/* ============ PayJoe-Toggle (Pakete) ============ */
.pj-row { display: flex; align-items: center; gap: 10px; width: 100%; background: none; border: 0; border-bottom: 1px solid var(--line); padding: 6px 0 18px; font: inherit; font-size: 13px; font-weight: 600; color: var(--ink2); cursor: pointer; text-align: left; }
.pj-switch { width: 34px; height: 19px; border-radius: 999px; background: #D8D5C9; border: 1px solid rgba(20,20,26,.15); position: relative; flex-shrink: 0; transition: background .2s; }
.pj-knob { position: absolute; top: 1px; left: 1px; width: 15px; height: 15px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.25); transition: left .2s; }
.pj-row[aria-checked="true"] .pj-switch { background: var(--accent); }
.pj-row[aria-checked="true"] .pj-knob { left: 16px; }
.pj-row[aria-checked="true"] { color: var(--ink); }
.plan .pj-li { display: none; }
.plan.pj-on .pj-li { display: flex; }

.foot-brand .tp { display: flex; margin-top: 8px; }
.foot-brand .fv-mark { color: #1DBF73; font-weight: 800; font-size: 15px; letter-spacing: -0.02em; }

/* ============ Über uns: Zeitleiste, Zitat, Trust-Karten ============ */
.ut { max-width: 720px; margin: 0 auto; position: relative; }
.ut::before { content: ""; position: absolute; left: 121px; top: 8px; bottom: 26px; width: 2px; background: var(--line); }
.ut-item { position: relative; padding: 0 0 36px 160px; }
.ut-item:last-child { padding-bottom: 0; }
.ut-item .jahr { position: absolute; left: 0; top: -2px; width: 96px; text-align: right; font-family: "Instrument Serif", serif; font-style: italic; font-size: 21px; color: var(--accent-ink); }
.ut-item::before { content: ""; position: absolute; left: 115px; top: 4px; width: 14px; height: 14px; border-radius: 4px; background: var(--accent); border: 1px solid rgba(20,20,26,.35); }
.ut-item h3 { font-size: 18px; margin-bottom: 4px; }
.ut-item p { color: var(--ink2); font-size: 15px; }
@media (max-width: 620px) {
  .ut::before { left: 7px; }
  .ut-item { padding-left: 36px; }
  .ut-item .jahr { position: static; display: block; text-align: left; margin-bottom: 2px; width: auto; }
  .ut-item::before { left: 1px; top: 34px; }
}
.gross-zitat { max-width: 680px; margin: 0 auto; text-align: center; }
.gross-zitat blockquote { font-size: clamp(21px, 2.6vw, 27px); line-height: 1.5; font-weight: 500; letter-spacing: -0.01em; }
.gross-zitat .sig { height: 52px; width: auto; filter: invert(1); opacity: .75; margin: 26px auto 6px; }
.gross-zitat .who { font-size: 13px; font-weight: 600; letter-spacing: .14em; color: var(--muted); }
.trust-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 860px; margin: 0 auto; }
.trust-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; text-align: center; box-shadow: var(--shadow); }
.trust-card .tp-stars { justify-content: center; margin: 0 auto 12px; }
.trust-card b { font-size: 17px; }
.trust-card p { color: var(--ink2); font-size: 14px; margin: 8px 0 16px; }
.trust-card .fv-mark-lg { display: block; color: #1DBF73; font-weight: 800; font-size: 28px; letter-spacing: -0.02em; margin-bottom: 10px; }
@media (max-width: 720px) { .trust-cards { grid-template-columns: 1fr; } }
.intro-split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; max-width: 980px; margin: 0 auto; }
.intro-split .support-photo { max-width: 340px; }
.intro-split h2 { font-size: 26px; margin-bottom: 12px; }
.intro-split p { color: var(--ink2); margin: 10px 0; }
@media (max-width: 860px) { .intro-split { grid-template-columns: 1fr; } }

/* ============ Handgezeichneter Pfeil überm CTA (3 Schritte) ============ */
.cta-arrow { display: block; margin: 0 auto 12px; width: 84px; height: auto; }
.cta-arrow path { fill: none; stroke: var(--ink); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
html.js .cta-arrow .draw { stroke-dasharray: 1; stroke-dashoffset: 1; }
html.js .cta-arrow .head { opacity: 0; transition: opacity .25s ease; }
@media (prefers-reduced-motion: reduce) {
  html.js .cta-arrow .draw { stroke-dashoffset: 0 !important; }
  html.js .cta-arrow .head { opacity: 1 !important; }
}

/* ============ Enterprise-Karte (Custom / API) ============ */
.plan-wide { margin-top: 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 34px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: center; }
.plan-wide h3 { font-size: 18px; display: flex; align-items: center; gap: 10px; }
.plan-wide .tagchip { font-size: 11.5px; font-weight: 700; letter-spacing: .06em; border: 1px solid rgba(20,20,26,.3); background: var(--accent); border-radius: 999px; padding: 2px 10px; }
.plan-wide p { color: var(--ink2); font-size: 14.5px; margin-top: 8px; }
.plan-wide ul { list-style: none; margin: 12px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; }
.plan-wide li { display: flex; gap: 9px; font-size: 13.5px; color: var(--ink2); padding: 3px 0; }
.plan-wide li::before { content: "✓"; font-weight: 700; color: var(--ink); flex-shrink: 0; }
.plan-wide .pw-side { text-align: center; }
.plan-wide .pw-preis { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; }
.plan-wide .pw-note { font-size: 13px; color: var(--muted); margin: 2px 0 16px; }
.plan-wide .btn { width: 100%; }
@media (max-width: 860px) { .plan-wide { grid-template-columns: 1fr; } .plan-wide ul { grid-template-columns: 1fr; } }

/* Enterprise-Demo: stilisierte Produktionsliste */
.pw-demo { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 22px; margin-top: 8px; }
.pw-demo svg { display: block; width: 100%; max-width: 620px; height: auto; margin: 0 auto; }
.pw-demo figcaption { text-align: center; font-size: 12.5px; color: var(--muted); margin-top: 10px; }
