/* ─── Erstgespräch-Landingpage (MMH Design System) ─── */

.erst-hero {
  padding: var(--sp-9) 0 var(--sp-7);
  background: var(--bg-1);
  text-align: center;
}
.erst-eyebrow {
  font-family: var(--font-display);
  font-size: var(--fs-eyebrow);
  font-weight: 700;
  letter-spacing: var(--tracking-xwide);
  text-transform: uppercase;
  color: var(--fg-3);
  margin: 0 0 var(--sp-5);
}
.erst-hero h1 {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 800;
  letter-spacing: var(--tracking-tight);
  line-height: var(--lh-tight);
  margin: 0 0 var(--sp-5);
  color: var(--fg-1);
}
.erst-lede {
  max-width: 680px;
  margin: 0 auto var(--sp-6);
  font-size: var(--fs-lead);
  color: var(--fg-2);
  line-height: var(--lh-normal);
}
.erst-cta-primary { padding: 18px 44px; font-size: var(--fs-small); }
.erst-meta {
  font-size: var(--fs-caption);
  color: var(--fg-3);
  margin: var(--sp-4) 0 0;
}

.erst-content { padding: var(--sp-8) 0 var(--sp-9); background: var(--bg-2); }
.erst-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}
@media (max-width: 860px) {
  .erst-grid { grid-template-columns: 1fr; gap: 40px; }
}

.erst-video-card { display: flex; flex-direction: column; gap: 14px; align-items: center; }
.erst-video-wrap {
  aspect-ratio: 9/16;
  width: 100%;
  max-width: 320px;
  background: var(--mmh-black);
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-card);
}
.erst-video-wrap iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0;
  display: block;
}
.erst-video-cap {
  font-size: 13px;
  color: var(--ink-2);
  margin: 0;
  text-align: center;
}

.erst-steps h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: 800;
  letter-spacing: var(--tracking-tight);
  margin: 0 0 var(--sp-5);
  color: var(--fg-1);
}
.erst-h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: 700;
  margin: var(--sp-7) 0 var(--sp-4);
  color: var(--fg-1);
}

.erst-steplist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 18px;
}
.erst-steplist li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: start;
}
.erst-step-num {
  width: 32px; height: 32px;
  background: var(--mmh-black);
  color: var(--mmh-white);
  display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: var(--fs-caption);
  font-weight: 800;
  border-radius: var(--r-pill);
  margin-top: 0;
}
.erst-steplist strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 4px;
}
.erst-steplist p {
  margin: 0;
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
}

.erst-bullets {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex; flex-direction: column;
  gap: 12px;
}
.erst-bullets li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.5;
}
.erst-bullets .chk { color: var(--ink); margin-top: 2px; }

.erst-cta-secondary { padding: 16px 36px; font-size: 14px; }

/* ─── Tablet (iPad) ─── */
@media (max-width: 1024px) {
  .erst-hero   { padding: var(--sp-8) 0 var(--sp-6); }
  .erst-content{ padding: var(--sp-7) 0 var(--sp-8); }
}

/* ─── Mobile ─── */
@media (max-width: 640px) {
  .erst-hero          { padding: var(--sp-7) 0 var(--sp-5); text-align: center; }
  .erst-hero h1       { font-size: var(--fs-h2); }
  .erst-lede          { font-size: var(--fs-small); margin-bottom: var(--sp-5); }
  .erst-cta-primary   { width: 100%; padding: 16px 24px; font-size: 14px; }
  .erst-meta          { font-size: var(--fs-eyebrow); }

  .erst-content       { padding: var(--sp-6) 0 var(--sp-7); }
  .erst-video-wrap    { max-width: 280px; }

  .erst-steps h2      { font-size: var(--fs-h3); }
  .erst-h3            { font-size: var(--fs-h4); margin-top: var(--sp-6); }

  .erst-steplist li   { gap: 10px; }
  .erst-steplist strong { font-size: 14px; }
  .erst-steplist p    { font-size: 13.5px; }

  .erst-bullets li    { font-size: 14px; }
  .erst-cta-secondary { width: 100%; text-align: center; }
}
