/* =====================================================================
   DEECKE FINANCIAL SOLUTIONS — LANDINGPAGE STYLES
   Mobile first. Nutzt ausschließlich Tokens aus tokens.css.
   ===================================================================== */

/* ---------- RESET / BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--ink-body);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 2px;
  border-radius: 0;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--ink);
  line-height: var(--lh-tight);
  font-weight: var(--fw-black);
  letter-spacing: -0.01em;
  overflow-wrap: break-word;   /* lange dt. Komposita nicht überlaufen lassen */
}
p, li, dd, blockquote { overflow-wrap: break-word; }

/* Reduced motion respektieren */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}

/* ---------- LAYOUT HELFER ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(1.15rem, 0.6rem + 2.4vw, 2.25rem);
}
.container--narrow { max-width: var(--container-narrow); }

.section { padding-block: var(--section-y); }
.section--alt { background: var(--paper-alt); }
.section--dark {
  background:
    radial-gradient(120% 120% at 80% -10%, var(--brand-navy) 0%, var(--brand-navy-800) 55%, var(--brand-navy-900) 100%);
  color: var(--on-dark);
}
.section--dark h2, .section--dark h3 { color: #fff; }
.section--dark p { color: var(--on-dark-soft); }

.eyebrow {
  display: inline-block;
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-cyan);
  margin-bottom: var(--sp-3);
}
.section--dark .eyebrow { color: var(--brand-cyan-300); }

.section__head { max-width: 720px; margin-bottom: var(--sp-7); }
.section__head--center { margin-inline: auto; text-align: center; }
.section h2 { font-size: var(--fs-h2); margin-bottom: var(--sp-4); }
.section__head p { font-size: var(--fs-lead); color: var(--ink-body); }

/* ---------- BUTTONS ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 0.95rem 1.6rem;
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  font-weight: var(--fw-bold);
  font-size: var(--fs-small);
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: transform var(--transition), background var(--transition),
              box-shadow var(--transition), border-color var(--transition);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--brand-cyan);
  color: #fff;
  box-shadow: var(--shadow-cta);
}
.btn--primary:hover { background: var(--brand-cyan-700); color: #fff; }

.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: var(--border-on-dark);
}
.btn--ghost:hover { border-color: var(--brand-cyan); background: rgba(0,175,224,0.08); }

/* Sekundär-Button auf hellem Grund */
.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--border-strong);
}
.btn--outline:hover { border-color: var(--brand-cyan); color: var(--brand-cyan-700); background: rgba(0,175,224,0.06); }

.btn--block { width: 100%; }
.btn--lg { padding: 1.1rem 2rem; font-size: var(--fs-body); }

/* ---------- HEADER (sticky) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--border);
}
.site-header__inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.brand__mark { width: 34px; height: 34px; flex: none; }
.brand__full { height: 30px; width: auto; flex: none; display: none; }   /* volles Logo ab Tablet */
.brand__mark--mobile { display: block; width: 36px; height: 36px; }       /* Bildmarke auf Mobile */
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name { color: #fff; font-weight: var(--fw-black); font-size: 0.95rem; letter-spacing: 0.02em; }
.brand__name span { font-weight: var(--fw-regular); color: var(--on-dark-soft); }
.brand__sub { color: var(--brand-cyan-300); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; }

.site-header .btn { padding: 0.62rem 1.15rem; }
.site-header__cta-label-short { display: inline; }
.site-header__cta-label-long { display: none; }

/* ---------- HERO (cinematic split: Navy-Textpanel + Foto) ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(120% 120% at 12% -10%, var(--brand-navy) 0%, var(--brand-navy-800) 55%, var(--brand-navy-900) 100%);
  color: var(--on-dark);
  overflow: hidden;
}
.hero__grid { display: grid; grid-template-columns: 1fr; }
.hero__panel { position: relative; z-index: 1; padding-block: clamp(2.75rem, 2rem + 6vw, 5.25rem); }
.hero__inner { max-width: 600px; margin-inline: auto; padding-inline: clamp(1.15rem, 0.6rem + 2.4vw, 2.25rem); }
.hero .eyebrow { color: var(--brand-cyan-300); }
.hero h1 { color: #fff; font-size: var(--fs-display); margin-bottom: var(--sp-5); }
.hero h1 .accent { color: var(--brand-cyan); }
.hero__lead { font-size: var(--fs-lead); color: var(--on-dark-soft); max-width: 560px; margin-bottom: var(--sp-6); }
.hero__actions { display: flex; flex-wrap: wrap; gap: var(--sp-4); align-items: center; }
/* Mobile: CTAs volle Breite, langer Text darf umbrechen */
@media (max-width: 619px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; white-space: normal; }
}
.hero__trust {
  margin-top: var(--sp-6);
  display: flex; flex-wrap: wrap;
  gap: var(--sp-2) var(--sp-5);
  font-size: var(--fs-small);
  color: var(--on-dark-soft);
}
.hero__trust li { display: flex; align-items: center; gap: 0.5rem; list-style: none; }
.hero__trust svg { color: var(--brand-cyan); flex: none; }
.hero__trust ul { display: contents; }

.hero__media { position: relative; min-height: 340px; }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 15%; }
/* weicher Übergang Foto → Navy */
.hero__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(180deg, rgba(18,41,65,0.45) 0%, transparent 24%);
}
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.02fr 0.98fr; align-items: stretch; }
  .hero__panel { display: flex; align-items: center; }
  .hero__inner { margin-inline: 0; margin-left: auto; margin-right: var(--sp-6); }
  .hero__media { min-height: 100%; }
  .hero__media::after {
    background: linear-gradient(90deg, var(--brand-navy) 0%, rgba(18,41,65,0.18) 14%, transparent 32%);
  }
}

/* ---------- TRUST BAR ---------- */
.trustbar { background: var(--paper); color: var(--ink-body); border-bottom: 1px solid var(--border); }
.trustbar__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--sp-5);
  padding-block: var(--sp-6);
}
.trustbar__item { display: flex; gap: 0.85rem; align-items: flex-start; }
.trustbar__item svg { color: var(--brand-cyan); flex: none; margin-top: 2px; }
.trustbar__item strong { color: var(--ink); display: block; font-size: 0.98rem; font-weight: var(--fw-bold); }
.trustbar__item span { font-size: var(--fs-small); color: var(--ink-soft); }

/* ---------- PROBLEM / LÖSUNG ---------- */
.split { display: grid; gap: var(--sp-6); grid-template-columns: 1fr; align-items: start; }
.checklist { list-style: none; padding: 0; display: grid; gap: var(--sp-4); }
.checklist li { display: flex; gap: 0.75rem; align-items: flex-start; }
.checklist svg { color: var(--brand-cyan); flex: none; margin-top: 3px; }
.checklist strong { color: var(--ink); }

/* ---------- STEPS / SO FUNKTIONIERT ES ---------- */
.steps { display: grid; gap: var(--sp-5); grid-template-columns: 1fr; counter-reset: step; }
.step {
  position: relative;
  padding: var(--sp-6) var(--sp-5) var(--sp-5);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.section--dark .step {
  background: rgba(255,255,255,0.03);
  border-color: var(--border-on-dark);
  box-shadow: none;
}
.step__num {
  counter-increment: step;
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 42px; height: 42px;
  border-radius: var(--radius-pill);
  background: var(--brand-cyan);
  color: #fff;
  font-weight: var(--fw-black);
  font-size: 1.05rem;
  margin-bottom: var(--sp-4);
}
.step__num::before { content: counter(step); }
.step h3 { font-size: var(--fs-h3); margin-bottom: var(--sp-2); }
.section--dark .step h3 { color: #fff; }

/* ---------- STRATEGIE-KARTEN ---------- */
.cards { display: grid; gap: var(--sp-5); grid-template-columns: 1fr; }
.card {
  display: flex;
  flex-direction: column;
  padding: var(--sp-6);
  background: var(--paper);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--border-strong); }
.card__icon {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--radius);
  background: rgba(0,175,224,0.10);
  color: var(--brand-cyan);
  margin-bottom: var(--sp-4);
}
.card h3 { font-size: var(--fs-h3); margin-bottom: var(--sp-2); }
.card__tag {
  font-size: var(--fs-eyebrow);
  font-weight: var(--fw-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-cyan);
  margin-bottom: var(--sp-3);
}
.card__meta { margin-top: var(--sp-4); padding-top: var(--sp-4); border-top: 1px solid var(--border); }
.card__meta dt { font-size: var(--fs-eyebrow); text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-soft); font-weight: var(--fw-bold); }
.card__meta dd { font-size: var(--fs-small); color: var(--ink-body); margin: 2px 0 var(--sp-3); }
.card__meta dd:last-child { margin-bottom: 0; }

/* ---------- ZIELGRUPPE ---------- */
.audience { display: grid; gap: var(--sp-5); grid-template-columns: 1fr; }
.audience__item {
  padding: var(--sp-6);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow-sm);
}
.audience__item svg { color: var(--brand-cyan); margin-bottom: var(--sp-4); }
.audience__item h3 { font-size: var(--fs-h3); color: var(--ink); margin-bottom: var(--sp-2); }

/* ---------- GRÜNDER / PERSONAL BRAND ---------- */
.founder { display: grid; gap: var(--sp-6); grid-template-columns: 1fr; align-items: center; }
.founder__photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, #eef1f3, #e2e7ea);
  aspect-ratio: 4 / 5;
  max-width: 420px;
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-soft);
  text-align: center;
}
.founder__photo span { padding: var(--sp-5); font-size: var(--fs-small); }
.founder__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.founder__quote {
  font-size: var(--fs-h3);
  font-weight: var(--fw-medium);
  color: var(--ink);
  line-height: var(--lh-snug);
  margin-bottom: var(--sp-5);
}
.founder__name { color: var(--brand-cyan-700); font-weight: var(--fw-bold); }
.founder__role { color: var(--ink-soft); font-size: var(--fs-small); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: var(--sp-3); }
.faq__item { border: 1px solid var(--border); border-radius: var(--radius); background: var(--paper); overflow: hidden; }
.faq__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: var(--sp-4);
  padding: var(--sp-5);
  background: none; border: 0;
  text-align: left;
  font-family: var(--font-heading);
  font-weight: var(--fw-bold);
  font-size: var(--fs-h3);
  color: var(--ink);
}
.faq__q .faq__icon { flex: none; transition: transform var(--transition); color: var(--brand-cyan); }
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__a { padding: 0 var(--sp-5) var(--sp-5); color: var(--ink-body); }
.faq__item summary { list-style: none; cursor: pointer; }
.faq__item summary::-webkit-details-marker { display: none; }

/* ---------- FORMULAR / ABSCHLUSS-CTA ---------- */
.cta-final { display: grid; grid-template-columns: 1fr; gap: var(--sp-7); align-items: start; }
.cta-copy h2 { color: var(--ink); font-size: var(--fs-h2); margin-bottom: var(--sp-4); }
.cta-copy p { color: var(--ink-body); font-size: var(--fs-lead); }
.cta-copy .checklist { margin-top: var(--sp-5); }
.cta-copy .checklist strong { color: var(--ink); }
.cta-copy .checklist span { color: var(--ink-body); }

.lead-card {
  background: var(--paper);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.5rem, 1rem + 2vw, 2.5rem);
}
.lead-card h3 { color: var(--ink); font-size: var(--fs-h3); margin-bottom: var(--sp-2); }
.lead-card__hint { color: var(--ink-soft); font-size: var(--fs-small); margin-bottom: var(--sp-5); }

.field { margin-bottom: var(--sp-4); }
.field label {
  display: block;
  font-size: var(--fs-small);
  font-weight: var(--fw-bold);
  color: var(--ink);
  margin-bottom: 6px;
}
.field .req { color: var(--brand-cyan-700); }
.field input, .field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  font: inherit;
  color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-sm);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--brand-cyan);
  box-shadow: 0 0 0 3px rgba(0,175,224,0.18);
}
.field textarea { resize: vertical; min-height: 96px; }
.field input:invalid:not(:placeholder-shown) { border-color: var(--error); }

.consent {
  display: flex; gap: 0.65rem; align-items: flex-start;
  font-size: var(--fs-small); color: var(--ink-body);
  margin-block: var(--sp-4) var(--sp-5);
}
.consent input { margin-top: 3px; width: 18px; height: 18px; flex: none; accent-color: var(--brand-cyan); }
.consent a { color: var(--brand-cyan-700); text-decoration: underline; }

.form-note { margin-top: var(--sp-4); font-size: var(--fs-small); color: var(--ink-soft); display: flex; gap: 0.5rem; align-items: flex-start; }
.form-note svg { color: var(--brand-cyan); flex: none; margin-top: 2px; }

/* Danke-Zustand */
.form-success { display: none; text-align: center; padding: var(--sp-6) var(--sp-2); }
.form-success svg { color: var(--success); margin: 0 auto var(--sp-4); }
/* Die Karte liegt in .hero, das fuer den dunklen Hintergrund eine helle
   Textfarbe vererbt. Auf der weissen Karte muss sie explizit zurueckgesetzt
   werden, sonst ist der Fliesstext praktisch unlesbar. */
.form-success h2,
.form-success h3 { color: var(--ink); margin-bottom: var(--sp-3); }
.form-success p { color: var(--ink-body); }
.lead-card.is-success .lead-form { display: none; }
.lead-card.is-success .form-success { display: block; }

/* ---------- RISIKOHINWEIS ---------- */
.risk-note {
  border: 1px solid var(--border);
  background: var(--paper-alt);
  border-radius: var(--radius);
  padding: var(--sp-5);
  font-size: var(--fs-small);
  color: var(--ink-soft);
}
.risk-note strong { color: var(--ink-body); }
.section--dark .risk-note { background: rgba(255,255,255,0.04); border-color: var(--border-on-dark); color: var(--on-dark-soft); }
.section--dark .risk-note strong { color: var(--on-dark); }

/* ---------- FOOTER ---------- */
.site-footer { background: var(--paper); color: var(--ink-body); padding-block: var(--sp-8) 0; font-size: var(--fs-small); border-top: 1px solid var(--border); }
.site-footer a { color: var(--ink-body); text-decoration: none; }
.site-footer a:hover { color: var(--brand-blue); text-decoration: underline; }

.footer__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: var(--sp-5); margin-bottom: var(--sp-8); }
.footer__logo img { height: 46px; width: auto; }
.footer__social { display: inline-flex; align-items: center; gap: var(--sp-3); }
.footer__social-label { font-size: var(--fs-eyebrow); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); font-weight: var(--fw-bold); }
.footer__social-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--brand-navy); color: #fff; }
.footer__social-btn:hover { background: var(--brand-blue); color: #fff; text-decoration: none; }

.footer__disclaimer { max-width: 92ch; margin-bottom: var(--sp-7); }
.footer__disclaimer h4 { color: var(--ink); font-size: 0.95rem; margin-bottom: var(--sp-3); }
.footer__disclaimer p { color: var(--ink-soft); font-size: 0.82rem; line-height: 1.6; }

.footer__bar { background: var(--paper-alt); border-top: 1px solid var(--border); }
.footer__bar-inner { display: flex; flex-direction: column; align-items: center; text-align: center; gap: var(--sp-3); padding-block: var(--sp-5); }
.footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sp-2) var(--sp-5); }
.footer__links a { color: var(--ink-soft); white-space: nowrap; }
.footer__copy { display: inline-flex; align-items: center; justify-content: center; gap: var(--sp-3); color: var(--ink-faint); font-size: 0.76rem; flex-wrap: wrap; }
.footer__holding { height: 18px; width: auto; }
/* Desktop: alles in EINER Zeile — Links links, Copyright rechts (wie Kundenseite) */
@media (min-width: 1080px) {
  .footer__bar-inner { flex-direction: row; justify-content: space-between; text-align: left; }
  .footer__links { flex-wrap: nowrap; }
  .footer__copy { flex-wrap: nowrap; }
}
.footer__grid { display: grid; grid-template-columns: 1fr; gap: var(--sp-6); margin-bottom: var(--sp-6); }
.footer__brand .brand__name { font-size: 1.05rem; }
.footer__brand p { margin-top: var(--sp-3); max-width: 34ch; }
.footer__col h4 { color: #fff; font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: var(--sp-3); }
.footer__col ul { list-style: none; padding: 0; display: grid; gap: 0.5rem; }
.footer__legal {
  border-top: 1px solid var(--border-on-dark);
  padding-top: var(--sp-5);
  display: flex; flex-wrap: wrap; gap: var(--sp-3) var(--sp-5); justify-content: space-between;
}
.footer__risk { font-size: 0.8rem; line-height: 1.5; color: #8ea3b3; margin-top: var(--sp-4); }
.placeholder-tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  color: #ffcf6b;
  background: rgba(255, 190, 70, 0.12);
  border: 1px dashed rgba(255, 190, 70, 0.5);
  border-radius: 0;
  padding: 1px 6px;
  text-transform: uppercase;
}

/* ---------- STICKY MOBILE CTA ---------- */
.mobile-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 45;
  padding: 0.7rem clamp(1rem, 4vw, 1.5rem) calc(0.7rem + env(safe-area-inset-bottom));
  background: rgba(18, 41, 65, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border-on-dark);
  transform: translateY(120%);
  transition: transform var(--transition-slow);
}
.mobile-cta.is-visible { transform: translateY(0); }

/* ---------- CONSENT BANNER ---------- */
.consent-banner {
  position: fixed;
  left: 50%; bottom: clamp(1rem, 3vw, 1.5rem);
  transform: translateX(-50%);
  width: min(680px, calc(100% - 2rem));
  z-index: 60;
  background: #fff;
  color: var(--ink-body);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: var(--sp-5);
  display: none;
}
.consent-banner.is-open { display: block; }
.consent-banner h4 { color: var(--ink); font-size: 1.05rem; margin-bottom: var(--sp-2); }
.consent-banner p { font-size: var(--fs-small); margin-bottom: var(--sp-4); }
.consent-banner a { color: var(--brand-cyan-700); text-decoration: underline; }
.consent-banner__actions { display: flex; flex-wrap: wrap; gap: var(--sp-3); }
.consent-banner .btn { padding: 0.7rem 1.3rem; }
.btn--muted {
  background: var(--paper-alt);
  color: var(--ink);
  border-color: var(--border-strong);
}
.btn--muted:hover { background: #e9eef2; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: #fff; color: var(--ink); padding: 0.75rem 1rem; z-index: 100; border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus { left: 0; }

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

/* =====================================================================
   RESPONSIVE — ab Tablet / Desktop
   ===================================================================== */
@media (min-width: 620px) {
  .trustbar__grid { grid-template-columns: repeat(2, 1fr); gap: var(--sp-6); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .site-header__cta-label-short { display: none; }
  .site-header__cta-label-long { display: inline; }
  .brand__full { display: block; }
  .brand__mark--mobile { display: none; }
}

@media (min-width: 900px) {
  .trustbar__grid { grid-template-columns: repeat(4, 1fr); }
  .cards { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(4, 1fr); }
  .audience { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1.05fr 0.95fr; gap: var(--sp-8); }
  .founder { grid-template-columns: 0.8fr 1.2fr; gap: var(--sp-8); }
  .cta-final { grid-template-columns: 1fr 1fr; gap: var(--sp-8); }
  .mobile-cta { display: none; }   /* Sticky-CTA nur auf Mobile */
}

/* Große Screens: Steps in einer Reihe bleiben lesbar */
@media (min-width: 1024px) {
  .founder__photo { max-width: 380px; }
}

/* =====================================================================
   LEITFADEN-LP — spezifische Komponenten (Offer-Seite)
   ===================================================================== */
/* Hero-Variante: Text+Formular links, Cover-Mockup rechts */
.hero__media--offer { display: flex; align-items: center; justify-content: center; min-height: auto; padding: clamp(2rem, 1rem + 4vw, 3.5rem) 1rem; }
.hero__media--offer::after { display: none; }
@media (min-width: 900px) { .hero__grid--offer { grid-template-columns: 1.15fr 0.85fr; } }

.lead-card__title { color: var(--ink); font-family: var(--font-heading); font-weight: var(--fw-black); font-size: var(--fs-h3); margin-bottom: var(--sp-2); }
.success-sep { border: 0; border-top: 1px solid var(--border); margin: var(--sp-5) 0; }

/* Cover-Mockup (reines CSS) */
.guide-cover {
  width: min(360px, 84%);
  aspect-ratio: 3 / 4;
  background: linear-gradient(160deg, #17324e 0%, var(--brand-navy) 55%, var(--brand-navy-800) 100%);
  border: 1px solid rgba(255,255,255,0.14);
  border-top: 4px solid var(--brand-cyan);
}
.guide-cover__inner { display: flex; flex-direction: column; align-items: flex-start; height: 100%; padding: clamp(1.5rem, 1rem + 2vw, 2.4rem); }
.guide-cover__logo { width: 44px; height: 44px; flex: none; align-self: flex-start; margin-bottom: auto; }
.guide-cover__kicker { color: var(--brand-cyan-300); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: var(--fw-bold); margin-bottom: 0.6rem; }
.guide-cover__title { color: #fff; font-family: var(--font-heading); font-weight: var(--fw-black); font-size: clamp(1.8rem, 1.2rem + 2.4vw, 2.35rem); line-height: 1.04; letter-spacing: -0.01em; }
.guide-cover__sub { color: var(--on-dark-soft); margin-top: 0.6rem; font-size: 0.95rem; }
.guide-cover__rule { height: 2px; width: 48px; background: var(--brand-cyan); margin: 1.1rem 0 0.8rem; }
.guide-cover__foot { margin-top: auto; color: var(--ink-faint); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; }

/* Checkliste 2-spaltig */
@media (min-width: 760px) { .checklist--2col { grid-template-columns: 1fr 1fr; gap: var(--sp-4) var(--sp-6); } }

/* Autor / Autorität */
.author { display: grid; grid-template-columns: 1fr; gap: var(--sp-6); align-items: center; }
.author__photo { max-width: 340px; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid var(--border); }
.author__photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.factbar { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: var(--sp-5) var(--sp-6); margin-top: var(--sp-5); }
.factbar li { display: flex; flex-direction: column; }
.factbar strong { font-family: var(--font-heading); font-weight: var(--fw-black); font-size: 1.6rem; color: var(--ink); line-height: 1; }
.factbar span { font-size: var(--fs-small); color: var(--ink-soft); margin-top: 0.25rem; }
@media (min-width: 760px) { .author { grid-template-columns: 300px 1fr; gap: var(--sp-8); } }

/* Abschluss-CTA-Band */
.cta-band .eyebrow { color: var(--brand-cyan-300); }
.cta-band h2 { color: #fff; }

/* =====================================================================
   VERMÖGENSREPORT-LP — zusätzliche Komponenten
   ===================================================================== */
/* Credibility: bekannt aus · Siegel · Kennzahlen */
.credibility { text-align: center; }
.credibility__label { font-size: var(--fs-eyebrow); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); font-weight: var(--fw-bold); margin-bottom: var(--sp-4); }
.logos { list-style: none; padding: 0; margin: 0 0 var(--sp-7); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: var(--sp-3) var(--sp-6); }
.logos li { font-family: var(--font-heading); font-weight: var(--fw-black); font-size: 1.2rem; letter-spacing: 0.02em; color: #9aa4ab; text-transform: uppercase; }
.seals { list-style: none; padding: 0; margin: 0 0 var(--sp-7); display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-3); }
.seal { border: 1px solid var(--border); background: var(--paper); padding: var(--sp-4); display: flex; flex-direction: column; gap: 2px; text-align: left; }
.seal strong { color: var(--ink); font-size: 0.95rem; }
.seal span { color: var(--ink-soft); font-size: var(--fs-small); }
.kpis { list-style: none; padding: var(--sp-6) 0 0; margin: 0; border-top: 1px solid var(--border); display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-6); }
.kpis strong { display: block; font-family: var(--font-heading); font-weight: var(--fw-black); font-size: clamp(1.9rem, 1.3rem + 2vw, 2.6rem); color: var(--brand-blue); line-height: 1; }
.kpis span { display: block; margin-top: 0.4rem; font-size: var(--fs-small); color: var(--ink-soft); }
.credibility__note { margin-top: var(--sp-5); font-size: var(--fs-small); color: var(--ink-soft); }
@media (min-width: 760px) { .seals { grid-template-columns: repeat(4, 1fr); } .kpis { grid-template-columns: repeat(4, 1fr); } }

/* Report-Mockup + CTA (Sektion 5) */
.report-cta { display: grid; grid-template-columns: 1fr; gap: var(--sp-6); align-items: center; }
.report-cta__media { display: flex; justify-content: center; }
@media (min-width: 760px) { .report-cta { grid-template-columns: 320px 1fr; gap: var(--sp-8); } }

/* Video-Platzhalter */
.video-embed {
  position: relative; aspect-ratio: 16 / 9; width: 100%;
  background: radial-gradient(120% 120% at 30% 0%, #17324e 0%, var(--brand-navy) 60%, var(--brand-navy-900) 100%);
  border: 1px solid var(--border-on-dark);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: var(--sp-4);
  color: var(--on-dark-soft); text-align: center; padding: var(--sp-5);
}
.video-embed__play { width: 72px; height: 72px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--brand-cyan); color: #122941; }
.video-embed__label { font-size: var(--fs-small); }

/* Testimonials */
.testimonials { display: grid; grid-template-columns: 1fr; gap: var(--sp-5); }
.tcard { border: 1px solid var(--border); background: var(--paper); padding: var(--sp-6); display: flex; flex-direction: column; gap: var(--sp-3); margin: 0; }
.tcard__badge { align-self: flex-start; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: var(--fw-bold); color: var(--brand-blue); border: 1px solid var(--border-strong); padding: 2px 8px; }
.tcard blockquote { margin: 0; color: var(--ink); font-size: 1.05rem; line-height: 1.5; }
.tcard figcaption { color: var(--ink-soft); font-size: var(--fs-small); }
@media (min-width: 760px) { .testimonials { grid-template-columns: repeat(3, 1fr); } }

/* Finaler Conversion-Block (auf section--dark) */
.final-cta { display: grid; grid-template-columns: 1fr; gap: var(--sp-7); align-items: center;
  max-width: var(--container); margin-inline: auto; padding-inline: clamp(1.15rem, 0.6rem + 2.4vw, 2.25rem); }
.final-cta h2 { color: #fff; font-size: var(--fs-h2); margin-bottom: var(--sp-4); }
.final-cta p { color: var(--on-dark-soft); font-size: var(--fs-lead); }
.final-cta__points { list-style: none; padding: 0; margin: var(--sp-5) 0 0; display: grid; gap: var(--sp-3); }
.final-cta__points li { display: flex; align-items: center; gap: 0.5rem; color: var(--on-dark); font-size: var(--fs-small); }
.final-cta__points svg { color: var(--brand-cyan); flex: none; }
@media (min-width: 900px) { .final-cta { grid-template-columns: 1.05fr 0.95fr; gap: var(--sp-8); } }

/* Sekundärer Weg (Erstgespräch) — visuell klar zweitrangig */
.second-path { padding-block: var(--sp-7); border-top: 1px solid var(--border); }
.second-path__text { color: var(--ink-soft); margin-bottom: var(--sp-2); }
.second-path__link { color: var(--brand-blue); font-weight: var(--fw-bold); text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.second-path__link:hover { color: var(--brand-blue-700); }

/* Trust-Badges (echtes Bild) */
.seals-img { margin: 0 0 var(--sp-7); display: flex; justify-content: center; }
.seals-img img { width: 100%; max-width: 620px; height: auto; }

/* Kennzahlen gleichmäßig verteilt (zentriert, Zahlen einzeilig) */
.kpis { text-align: center; align-items: start; }
.kpis li { display: flex; flex-direction: column; align-items: center; }
.kpis strong { white-space: nowrap; }
/* Video-Testimonials (2 Videos vom Kunden) */
.testi-videos { display: grid; grid-template-columns: 1fr; gap: var(--sp-5); margin-bottom: var(--sp-6); }
@media (min-width: 760px) { .testi-videos { grid-template-columns: 1fr 1fr; } }

/* Testimonial-Marquee (automatisch durchlaufend, gleich große Karten) */
.marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.marquee__track { display: flex; gap: var(--sp-5); width: max-content; animation: tmarquee 85s linear infinite; }
.marquee:hover .marquee__track, .marquee__track.is-paused { animation-play-state: paused; }
.marquee .tcard { width: 340px; flex: none; height: 320px; overflow: hidden; }
.marquee .tcard.is-open { height: auto; }
.tcard__quote { margin: 0; color: var(--ink); font-size: 1rem; line-height: 1.55;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
.tcard.is-open .tcard__quote { -webkit-line-clamp: unset; overflow: visible; }
.tcard__more { align-self: flex-start; background: none; border: 0; padding: 0; cursor: pointer;
  color: var(--brand-blue); font-weight: var(--fw-bold); font-size: var(--fs-small); text-decoration: underline; }
.tcard figcaption { margin-top: auto; }
@keyframes tmarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee { overflow-x: auto; } .marquee__track { animation: none; } }

/* Rauten-Aufzählungspunkt (statt Fragezeichen-Icon) */
.checklist--diamond svg { margin-top: 5px; color: var(--brand-cyan); }

/* Footer-Standortblock (Dubai / Mannheim) */
.footer__cols { display: grid; grid-template-columns: 1fr; gap: var(--sp-7); margin-bottom: var(--sp-8); }
@media (min-width: 620px) { .footer__cols { grid-template-columns: 1fr 1fr; } }
.footer__loc h4 { color: var(--brand-cyan); font-size: var(--fs-eyebrow); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: var(--sp-4); }
.footer__loc-names { color: var(--ink); font-weight: var(--fw-bold); line-height: 1.9; margin-bottom: var(--sp-4); }
.footer__loc-addr { color: var(--ink-soft); line-height: 1.7; margin-bottom: var(--sp-4); }
.footer__loc-addr:last-child { margin-bottom: 0; }

/* Formular-Overlay (Modal) */
.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: var(--sp-4); }
.modal__backdrop { position: absolute; inset: 0; background: rgba(10, 24, 38, 0.72); }
.modal__dialog { position: relative; z-index: 1; width: min(460px, 100%); max-height: 92vh; overflow-y: auto; }
.modal__close { position: absolute; top: 8px; right: 8px; z-index: 2; width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: var(--paper); border: 1px solid var(--border); color: var(--ink); cursor: pointer; }
.modal__close:hover { color: var(--brand-cyan-700); border-color: var(--brand-cyan); }
.final-cta__points--center { justify-content: center; }
.final-cta__points--center { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sp-2) var(--sp-5); margin-bottom: var(--sp-6); }

/* Anfordern-Seite (separate Formularseite) */
.optin__backlink { color: var(--ink-body); text-decoration: none; font-weight: var(--fw-bold); font-size: var(--fs-small); }
.optin__backlink:hover { color: var(--brand-cyan-700); }
.optin__cover { margin-top: var(--sp-7); }
.hero__media--offer .lead-card { width: min(460px, 100%); }
@media (max-width: 899px) { .optin__cover { display: none; } }

/* Report-Cover-Bild (ersetzt CSS-Mockup) */
.report-cover-img { width: 100%; max-width: 340px; height: auto; margin-inline: auto; }
/* Wiederkehrender Sektions-CTA */
.section-cta { margin-top: var(--sp-7); text-align: center; }
.section--dark .section-cta, .cta-band .section-cta { margin-top: var(--sp-6); }

/* FIX: Cover-Bild im Hero statisch platzieren (nicht von .hero__media img gekapert) */
.hero__media--offer .report-cover-img {
  position: static; inset: auto;
  width: 100%; max-width: 360px; height: auto;
  object-fit: contain; margin-inline: auto;
}

/* Mobile: garantiert kein horizontales Scrollen (Standard wie in den anderen Projekten) */
html, body { overflow-x: hidden; width: 100%; max-width: 100%; }

/* Honeypot-Feld (Spam-Schutz) — visuell + für Screenreader ausgeblendet */
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
