/* ============================================================
   Storey – Landingpage stweg.storey.immo
   "STWEG-Verwaltung wechseln"
   ============================================================ */

@font-face {
  font-family: "Geist";
  src: url("assets/fonts/Geist-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --bg:        #F5EFE2;
  --bg-warm:   #F1E8D5;
  --card:      #FFFFFF;
  --ink:       #1B1C1C;
  --ink-soft:  #57564F;
  --ink-faint: #8A887E;
  --accent:    #FFC845;
  --line:      rgba(27, 28, 28, 0.12);
  --line-soft: rgba(27, 28, 28, 0.07);
  --maxw:      1120px;
  --radius:    16px;
  --radius-lg: 22px;
  --shadow:    0 1px 2px rgba(27,28,28,.04), 0 12px 32px rgba(27,28,28,.06);
  --shadow-lg: 0 2px 4px rgba(27,28,28,.05), 0 24px 60px rgba(27,28,28,.10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, video { max-width: 100%; display: block; }

a { color: inherit; }

h1, h2, h3 {
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0;
}

h1 { font-size: clamp(2.1rem, 5.2vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); }
h3 { font-size: 1.18rem; letter-spacing: -0.01em; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: clamp(56px, 9vw, 110px) 0; }
.section--warm { background: var(--bg-warm); }
.section--ink  { background: var(--ink); color: #EFEDE6; }
.section--tight { padding: clamp(40px, 6vw, 72px) 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
}
.section--ink .eyebrow { color: #B8B6AD; }

.lead {
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  color: var(--ink-soft);
  max-width: 620px;
}
.section--ink .lead { color: #C9C7BE; }

.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head h2 { margin-bottom: 16px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 15px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--ink); color: #fff; box-shadow: 0 8px 22px rgba(27,28,28,.18); }
.btn--primary:hover { box-shadow: 0 12px 30px rgba(27,28,28,.26); }

.btn--accent { background: var(--accent); color: var(--ink); box-shadow: 0 8px 22px rgba(255,200,69,.35); }
.btn--accent:hover { box-shadow: 0 12px 30px rgba(255,200,69,.45); }

.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); background: rgba(27,28,28,.03); }

.btn--ghost-light { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(6px); }
.btn--ghost-light:hover { background: rgba(255,255,255,.16); border-color: #fff; }

.btn--block { width: 100%; }
.btn--lg { padding: 17px 30px; font-size: 1.05rem; }

.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ============================================================
   HEADER + HERO
   ============================================================ */
.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  padding: 22px 0;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-header .logo { height: 30px; width: auto; }

.hero {
  position: relative;
  min-height: min(760px, 92vh);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 130px 0 80px;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(18,18,17,.78) 0%, rgba(18,18,17,.5) 42%, rgba(18,18,17,.28) 100%),
    linear-gradient(to top, rgba(18,18,17,.55), rgba(18,18,17,0) 45%);
}
.hero__inner { position: relative; z-index: 2; max-width: 680px; }
.hero .eyebrow { color: rgba(255,255,255,.82); }
.hero .eyebrow::before { background: var(--accent); }
.hero h1 { color: #fff; margin-bottom: 22px; }
.hero h1 .accent { color: var(--accent); }
.hero__sub {
  font-size: clamp(1.08rem, 1.7vw, 1.3rem);
  color: rgba(255,255,255,.88);
  line-height: 1.6;
  max-width: 600px;
  margin-bottom: 30px;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 0.92rem;
  color: rgba(255,255,255,.78);
}
.hero__trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust span::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}

/* ============================================================
   PROBLEM  ("Kennen Sie das?")
   ============================================================ */
.problem__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: stretch;
}
.problem__media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  min-height: 380px;
}
.problem__media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }

.pain-list { display: grid; gap: 14px; margin-top: 6px; }
.pain {
  display: flex;
  gap: 16px;
  padding: 18px 20px;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.pain__mark {
  flex: none;
  width: 30px; height: 30px;
  border-radius: 8px;
  background: rgba(255,200,69,.18);
  display: grid; place-items: center;
  color: #9a7b1f;
}
.pain__mark svg { width: 16px; height: 16px; }
.pain__body strong { display: block; font-weight: 600; margin-bottom: 2px; }
.pain__body span { color: var(--ink-soft); font-size: 0.97rem; }

/* ============================================================
   STOREY-ANTWORT  (Bild + 3 Karten nebeneinander)
   ============================================================ */
.answer-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}
.answer-visual { text-align: center; }
.answer-visual img { width: 100%; height: auto; }
.answer-visual figcaption { margin-top: 10px; font-size: 0.88rem; color: var(--ink-faint); }
.answer-cards { display: grid; gap: 16px; }
.answer-cards .feature-card {
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 24px;
}
.answer-cards .feature-card__icon { margin-bottom: 0; flex: none; width: 44px; height: 44px; }
.fc-text { display: flex; flex-direction: column; min-width: 0; }
.fc-text .kicker { margin-bottom: 3px; }
.fc-text h3 { margin-bottom: 6px; }
.fc-text p { color: var(--ink-soft); font-size: 0.94rem; line-height: 1.55; }
.feature-card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.feature-card__icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: var(--ink);
  color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 22px;
}
.feature-card__icon svg { width: 22px; height: 22px; }
.feature-card .kicker {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 6px;
}
.feature-card h3 { margin-bottom: 12px; }
.feature-card p { color: var(--ink-soft); font-size: 0.99rem; }

/* ============================================================
   WAS SICH ÄNDERT  (01 / 02 / 03)
   ============================================================ */
.benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(28px, 4vw, 48px);
}
.benefit { border-top: 1.5px solid var(--ink); padding-top: 22px; }
.benefit__row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.benefit__icon { width: 26px; height: 26px; color: var(--ink); }
.benefit__num { font-size: 0.95rem; font-weight: 600; color: var(--ink-faint); }
.benefit h3 { margin-bottom: 8px; }
.benefit p { color: var(--ink-soft); font-size: 0.98rem; }

/* ============================================================
   WECHSEL  (3 steps)
   ============================================================ */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  counter-reset: step;
}
.step {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow);
}
.step::before {
  counter-increment: step;
  content: counter(step);
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: var(--ink);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 20px;
}
.step h3 { margin-bottom: 10px; }
.step p { color: var(--ink-soft); font-size: 0.99rem; }
.steps-note {
  margin-top: 26px;
  font-size: 0.97rem;
  color: var(--ink-soft);
  display: flex; gap: 12px; align-items: flex-start;
  background: rgba(255,200,69,.14);
  border: 1px solid rgba(255,200,69,.4);
  border-radius: var(--radius);
  padding: 16px 20px;
}
.steps-note svg { flex: none; width: 18px; height: 18px; color: #9a7b1f; margin-top: 2px; }

/* ============================================================
   WER DAHINTER STEHT  (Martina prominent, Team dahinter klein)
   ============================================================ */
.steward {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 5vw, 60px);
  align-items: stretch;
}
.steward__portrait {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: linear-gradient(160deg, #EAE0CB, #DCCFB2);
  box-shadow: var(--shadow-lg);
  min-height: 440px;
}
.steward__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.steward__caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 26px 22px 18px;
  background: linear-gradient(to top, rgba(15,15,14,.85), rgba(15,15,14,0));
  color: #fff;
}
.steward__caption strong { display: block; font-size: 1.12rem; }
.steward__caption span { font-size: 0.88rem; color: rgba(255,255,255,.82); }

.steward__body h2 { margin-bottom: 18px; }
.steward__body > p { color: var(--ink-soft); }
.steward__body > p + p { margin-top: 14px; }

.team-mini { margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.team-mini__label {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--ink-faint); margin-bottom: 16px;
}
.team-mini__list { display: flex; flex-wrap: wrap; gap: 18px 28px; }
.team-mini__person { display: flex; align-items: center; gap: 12px; }
.team-mini__person img {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover; object-position: center top;
  background: #E6DCC6; border: 1px solid var(--line); flex: none;
}
.team-mini__person strong { display: block; font-size: 0.92rem; line-height: 1.25; }
.team-mini__person span { font-size: 0.8rem; color: var(--ink-faint); }

.team__badges {
  display: flex; flex-wrap: wrap; gap: 8px 18px;
  margin-top: 22px; font-size: 0.9rem; color: var(--ink-soft);
}
.team__badges span { display: inline-flex; align-items: center; gap: 8px; }
.team__badges svg { width: 15px; height: 15px; color: #9a7b1f; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.section--ink .section-head h2,
.section--ink h3 { color: #F4F2EB; }

.quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.quote {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  display: flex; flex-direction: column;
}
.quote__mark { font-size: 2.4rem; line-height: 1; color: var(--accent); font-weight: 700; margin-bottom: 6px; }
.quote p { color: #E3E1D9; font-size: 1.04rem; line-height: 1.55; flex: 1; }
.quote__person { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.quote__person img {
  width: 44px; height: 44px; border-radius: 50%; object-fit: cover;
  border: 1px solid rgba(255,255,255,.2); background: #3a3a37;
}
.quote__person strong { display: block; font-size: 0.95rem; color: #fff; }
.quote__person span { font-size: 0.82rem; color: #ABA99F; }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 12px; }
.faq details {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 1.05rem;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  flex: none;
  width: 11px; height: 11px;
  border-right: 2px solid var(--ink-faint);
  border-bottom: 2px solid var(--ink-faint);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); }
.faq details > div { padding: 0 24px 22px; color: var(--ink-soft); }

/* ============================================================
   KONTAKT
   ============================================================ */
.contact__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.form-card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: clamp(26px, 4vw, 40px);
  box-shadow: var(--shadow-lg);
}
.form-row { display: grid; gap: 6px; margin-bottom: 18px; }
.form-row.two { grid-template-columns: 1fr 1fr; gap: 18px; }
.form-row.two .form-row { margin-bottom: 0; }
.form-row label {
  font-size: 0.85rem; font-weight: 600; color: var(--ink-soft);
}
.form-row label .req { color: #c2410c; }
.form-row input,
.form-row select,
.form-row textarea {
  font: inherit;
  font-size: 1rem;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #FCFAF4;
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
  width: 100%;
}
.form-row textarea { resize: vertical; min-height: 96px; }
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--ink);
  box-shadow: 0 0 0 3px rgba(255,200,69,.3);
}
.form-consent {
  display: flex; gap: 11px; align-items: flex-start;
  font-size: 0.88rem; color: var(--ink-soft);
  margin-bottom: 22px;
}
.form-consent input { margin-top: 3px; flex: none; width: 17px; height: 17px; accent-color: var(--ink); }
.form-consent a { text-decoration: underline; }
.form-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-meta { margin-top: 14px; font-size: 0.82rem; color: var(--ink-faint); text-align: center; }

.contact-aside {
  background: var(--bg-warm);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 3vw, 32px);
}
.contact-aside h3 { margin-bottom: 6px; }
.contact-aside > p { color: var(--ink-soft); font-size: 0.96rem; margin-bottom: 20px; }
.contact-aside .btn { margin-bottom: 22px; }
.contact-channels { display: grid; gap: 14px; padding-top: 20px; border-top: 1px solid var(--line); }
.channel { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.channel__ic {
  flex: none; width: 38px; height: 38px; border-radius: 10px;
  background: var(--card); border: 1px solid var(--line-soft);
  display: grid; place-items: center; color: var(--ink);
}
.channel__ic svg { width: 17px; height: 17px; }
.channel small { display: block; color: var(--ink-faint); font-size: 0.78rem; }
.channel strong { font-size: 0.98rem; font-weight: 600; }
.channel:hover strong { text-decoration: underline; }

/* success banner */
.form-success {
  display: none;
  background: var(--card);
  border: 1px solid rgba(34,139,34,.3);
  border-left: 4px solid #2e7d32;
  border-radius: var(--radius);
  padding: 22px 24px;
  margin-bottom: 26px;
  box-shadow: var(--shadow);
}
.form-success.is-visible { display: block; }
.form-success strong { display: block; font-size: 1.1rem; margin-bottom: 4px; }
.form-success p { color: var(--ink-soft); font-size: 0.96rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--ink);
  color: #C9C7BE;
  padding: 54px 0 36px;
  font-size: 0.92rem;
}
.site-footer .container {
  display: flex; flex-wrap: wrap; gap: 28px 48px;
  justify-content: space-between; align-items: flex-start;
}
.site-footer .logo { height: 26px; margin-bottom: 14px; }
.footer__col p { color: #9b998f; max-width: 280px; }
.footer__contact { display: grid; gap: 4px; }
.footer__contact a:hover { color: #fff; text-decoration: underline; }
.footer__links { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer__links a { color: #C9C7BE; text-decoration: none; }
.footer__links a:hover { color: #fff; text-decoration: underline; }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 36px; padding-top: 22px;
  font-size: 0.82rem; color: #87857c;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .problem__grid { grid-template-columns: 1fr; }
  .problem__media { order: -1; aspect-ratio: 3/4; max-width: 440px; margin: 0 auto; min-height: 0; }
  .answer-grid { grid-template-columns: 1fr; }
  .answer-visual { order: -1; max-width: 460px; margin: 0 auto; }
  .benefits { grid-template-columns: 1fr; gap: 26px; }
  .steps { grid-template-columns: 1fr; }
  .steward { grid-template-columns: 1fr; }
  .steward__portrait { order: -1; max-width: 420px; margin: 0 auto; aspect-ratio: 4/5; min-height: 0; }
  .quotes { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { padding: 0 18px; }
  .hero { padding: 112px 0 64px; min-height: auto; }
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; }
  .form-row.two { grid-template-columns: 1fr; gap: 0; }
  .form-row.two .form-row { margin-bottom: 18px; }
  .site-header { padding: 16px 0; }
  .site-header .logo { height: 26px; }
  .site-header .btn { padding: 10px 16px; font-size: 0.9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn:hover { transform: none; }
  .feature-card:hover { transform: none; }
}

/* ============================================================
   LP 2 — Jahresabrechnungs-Schock
   stweg.storey.immo/jahresabrechnung-pruefen/
   Eigene Komponenten für die zweite Landingpage.
   Kann separat geprüft / entfernt werden, ohne Haupt-LP zu brechen.
   ============================================================ */

/* Hero (statisch, kein Video — Lehre aus Kampagne 1 Mobile-Speed-Drop) */
.hero--simple {
  background: var(--bg);
  padding: clamp(64px, 10vw, 120px) 0 clamp(40px, 6vw, 64px);
  position: static;
  min-height: 0;
}
.hero__inner--simple {
  max-width: 720px;
}
.hero__inner--simple h1 {
  margin: 14px 0 18px;
}
.hero__inner--simple h1 em {
  color: var(--accent);
  font-style: normal;
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}
.hero__inner--simple .hero__sub {
  font-size: 1.1rem;
  color: var(--ink-soft);
  margin-bottom: 24px;
  max-width: 600px;
}
.hero__inner--simple .hero__cta {
  margin-bottom: 28px;
}
.hero__trust--person {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  color: var(--ink-soft);
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.hero__trust--person img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}
.hero__trust--person strong {
  color: var(--ink);
}

/* Pain-Resonance Cards (4-Card-Grid) */
.pain-cards {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 32px;
}
.pain-card {
  background: var(--card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow);
}
.pain-card h3 {
  margin-bottom: 10px;
  color: var(--ink);
}
.pain-card p {
  color: var(--ink-soft);
  font-size: 0.97rem;
  line-height: 1.55;
}
.section-closer {
  margin-top: 36px;
  font-size: 1.05rem;
  color: var(--ink-soft);
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

/* Storey-Mechanismen (5-Card-Grid, nummeriert) */
.mechanism-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 32px;
}
.mechanism {
  background: var(--card);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  position: relative;
}
.mechanism__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 14px;
}
.mechanism h3 {
  margin-bottom: 10px;
  color: var(--ink);
}
.mechanism p {
  color: var(--ink-soft);
  font-size: 0.97rem;
  line-height: 1.55;
}

/* Vorher / Nachher Comparison */
.comparison {
  margin-top: 48px;
  background: var(--card);
  padding: 32px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.comparison h3 {
  margin-bottom: 20px;
  text-align: center;
}
.comparison__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 700px) {
  .comparison__grid { grid-template-columns: 1fr; }
}
.comparison__col {
  padding: 20px 22px;
  border-radius: var(--radius);
}
.comparison__col--old {
  background: #f4f0eb;
}
.comparison__col--new {
  background: #fff7e0;
  border: 2px solid var(--accent);
}
.comparison__label {
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: var(--ink-faint);
}
.comparison__col--new .comparison__label {
  color: var(--ink);
}
.comparison__col p {
  color: var(--ink-soft);
  font-size: 0.97rem;
  line-height: 1.55;
}

/* Anonymisiertes großes Testimonial */
.testimonial-large {
  max-width: 720px;
  margin: 32px auto 0;
  padding: 0 20px;
  text-align: center;
  border: none;
}
.testimonial-large p {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  line-height: 1.35;
  font-style: italic;
  margin-bottom: 20px;
  color: #EFEDE6;
}
.testimonial-large footer {
  font-size: 0.92rem;
  color: #B8B6AD;
  font-style: normal;
}

/* Form: Single-Column-Variante (ohne Aside, full-width) */
.form-card--single {
  max-width: 640px;
  margin: 0 auto;
}

/* Optionales Upload-Feld im Form */
.form-upload {
  background: rgba(27, 28, 28, 0.025);
  padding: 18px 20px;
  border-radius: var(--radius);
  border: 1.5px dashed rgba(27, 28, 28, 0.18);
  margin: 6px 0;
}
.form-upload label {
  font-weight: 600;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
}
.form-upload input[type="file"] {
  font-size: 0.9rem;
  width: 100%;
  padding: 8px 0;
  color: var(--ink-soft);
}
.form-upload__hint {
  display: block;
  font-size: 0.78rem;
  opacity: 0.7;
  margin-top: 10px;
  line-height: 1.45;
  color: var(--ink-soft);
}

/* ============================================================
   LP 2 — Design B "Portal-Forward"
   Portal-Visual + Produkt-/Vorher-Nachher-Imagery.
   Nur NEUE Klassen + Tokens; nutzt bestehende Variablen.
   Andere Landingpages bleiben unberührt.
   ============================================================ */
:root { --pos: #1C8C5B; --neg: #C9533F; --neg-soft: #F7E6E0; }
.mono { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-variant-numeric: tabular-nums; }

/* Hero: 2 Spalten (Copy + Portal), statisch & hell */
.hero--portal {
  position: relative; overflow: hidden;
  background: var(--bg); color: var(--ink);
  padding: clamp(96px, 11vw, 150px) 0 clamp(56px, 8vw, 96px);
}
.hero--portal::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(1100px 520px at 80% 2%, rgba(255,200,69,.22), transparent 60%);
}
.hero-portal { position: relative; z-index: 1; display: grid;
  grid-template-columns: 1.02fr 1.16fr; gap: clamp(30px, 4vw, 60px); align-items: center; }
.hero-portal__copy h1 { margin: 16px 0 0; font-size: clamp(2.05rem, 5vw, 3.4rem); }
.hero-portal__copy h1 em { color: var(--ink); font-style: normal; position: relative; white-space: nowrap; }
.hero-portal__copy h1 em::after { content: ""; position: absolute; left: -2px; right: -2px; bottom: .08em;
  height: .32em; z-index: -1; background: var(--accent); border-radius: 3px; transform: rotate(-.6deg); }
.hero-portal__sub { font-size: 1.12rem; color: var(--ink-soft); margin: 20px 0 0; max-width: 33em; }
.hero-portal .hero__cta { margin: 28px 0 0; }
.hero-portal .hero__trust--person { margin-top: 28px; }

/* Portal-Mockup-Karte */
.portal { position: relative; }
.portal__frame { background: var(--card); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); overflow: hidden; }
.portal__bar { display: flex; align-items: center; gap: 7px; padding: 13px 17px;
  border-bottom: 1px solid var(--line-soft); background: linear-gradient(#fff, #fbfaf6); }
.portal__bar .dot { width: 11px; height: 11px; border-radius: 50%; }
.portal__bar .tab { margin-left: 12px; font-size: .72rem; color: var(--ink-faint); letter-spacing: .03em; }
.portal__body { padding: 20px 22px 24px; }
.portal__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.portal__head .lbl { font-size: .8rem; color: var(--ink-faint); }
.portal__head .val { font-size: 1.6rem; font-weight: 600; letter-spacing: -.02em; margin-top: 2px; }
.portal__pill { font-size: .72rem; font-weight: 600; padding: 5px 10px; border-radius: 999px;
  background: var(--neg-soft); color: var(--neg); white-space: nowrap; }
.portal__chart { position: relative; margin-top: 14px; }
.portal__chart svg { width: 100%; height: auto; display: block; overflow: visible; }
.portal__legend { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 12px; font-size: .76rem; color: var(--ink-soft); }
.portal__legend span { display: inline-flex; align-items: center; gap: 6px; }
.portal__legend i { width: 15px; border-top: 3px solid; border-radius: 3px; }
.portal__toast { position: absolute; right: -10px; top: -16px; max-width: 240px; display: flex; gap: 10px;
  align-items: center; background: var(--ink); color: #fff; border-radius: 14px; padding: 11px 14px; box-shadow: var(--shadow-lg); }
.portal__toast .ic { flex: none; width: 32px; height: 32px; border-radius: 9px; background: var(--neg);
  display: grid; place-items: center; }
.portal__toast b { font-size: .82rem; }
.portal__toast small { display: block; color: #c9c7be; font-size: .72rem; margin-top: 1px; }
.portal__metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.portal__metric { background: var(--bg); border: 1px solid var(--line-soft); border-radius: 12px; padding: 11px 12px; }
.portal__metric .k { font-size: .72rem; color: var(--ink-faint); }
.portal__metric .v { font-weight: 600; font-size: 1.05rem; margin-top: 2px; }
.portal__metric .v.neg { color: var(--neg); }
.portal__draw { stroke-dashoffset: 1; animation: portalDraw 1.5s ease .4s forwards; }
.portal__draw--p { animation-delay: .9s; }
@keyframes portalDraw { to { stroke-dashoffset: 0; } }

/* Mini-UI in den Mechanismus-Karten */
.mini-ui { margin-top: 16px; background: var(--bg); border: 1px solid var(--line-soft); border-radius: 12px;
  padding: 12px 14px; font-size: .82rem; }
.mini-ui .row { display: flex; justify-content: space-between; align-items: center; }
.mini-ui .row + .row { margin-top: 6px; }
.mini-ui .neg { color: var(--neg); font-weight: 600; }
.mini-ui .pos { color: var(--pos); font-weight: 600; }
.mini-ui .bar { height: 8px; border-radius: 4px; background: var(--line); margin-top: 9px; overflow: hidden; position: relative; }
.mini-ui .bar i { position: absolute; inset: 0 32% 0 0; background: var(--accent); border-radius: 4px; }
.mini-ui .doc { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px dashed var(--line); }
.mini-ui .doc:last-child { border: 0; }
.mini-ui .doc a { color: #9a7b1f; text-decoration: none; }

/* Vorher / Nachher mit Bildern (gleiche Person, zwei Zustände) */
.ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 8px; }
.ba-col { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.ba-col img { width: 100%; aspect-ratio: 5/4; object-fit: cover; object-position: center 18%; display: block; }
.ba-col__tag { position: absolute; top: 14px; left: 14px; font-size: .72rem; font-weight: 700; padding: 6px 12px;
  border-radius: 999px; letter-spacing: .04em; }
.ba-col__tag--old { background: var(--neg-soft); color: var(--neg); }
.ba-col__tag--new { background: var(--accent); color: var(--ink); }
.ba-col__body { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px; color: #fff;
  background: linear-gradient(transparent, rgba(15,15,14,.86)); }
.ba-col__body strong { display: block; font-size: 1.02rem; margin-bottom: 3px; }
.ba-col__body span { font-size: .86rem; color: #E4E2DA; }

/* Ablauf mit Bild (Bild + 3 Schritte) */
.analysis { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(26px, 4vw, 48px); align-items: center; }
.analysis__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; }
.analysis__media img { width: 100%; height: 100%; object-fit: cover; }
.analysis .steps { grid-template-columns: 1fr; gap: 14px; margin: 0; }
.analysis .step { padding: 22px 24px; }

@media (max-width: 940px) {
  .hero-portal, .ba-grid, .analysis { grid-template-columns: 1fr; }
  .analysis__media { order: -1; max-width: 520px; margin: 0 auto; }
}
@media (max-width: 700px) {
  .ba-grid { grid-template-columns: 1fr; }
  .portal__toast { right: 4px; top: -10px; }
}
