/* ── CINEMA-HERO — Poster-Fallback bei reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  .cinema-hero {
    background: url('img/team/hero-recht-poster.webp') center/cover no-repeat, var(--green-dark);
  }
}

/* ── ERECHT24 PARTNER-BADGE ──────── */
.erecht24-badge {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 40px;
}
.erecht24-badge img { width: 120px; height: 120px; }
.erecht24-badge strong {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem; font-weight: 800;
  color: var(--text); margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.erecht24-badge p {
  font-family: 'Source Serif 4', serif; font-weight: 400;
  font-size: 0.95rem; line-height: 1.65;
  color: var(--text-muted); margin: 0;
}
.erecht24-badge a { color: var(--green); font-weight: 700; text-decoration: none; }
.erecht24-badge a:hover { text-decoration: underline; }
@media (max-width: 640px) {
  .erecht24-badge { grid-template-columns: 1fr; text-align: center; padding: 24px; }
  .erecht24-badge img { margin: 0 auto; }
}

/* ── LANDING PAGE ──────────────────── */

.lp-section { max-width: var(--container-max); margin: 0 auto 72px; }
.lp-section h2 {
  font-size: 1.5rem; font-weight: 800; margin-bottom: 12px; color: var(--text);
}
.lp-section h2 span { color: var(--green); }
.lp-section p, .lp-section li {
  font-family: 'Source Serif 4', serif; font-weight: 400;
  font-size: 0.95rem; line-height: 1.75; color: var(--text);
}

.lp-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 28px;
}
.lp-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 16px; padding: 28px 24px;
  transition: transform .22s, box-shadow .22s;
}
.lp-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(1,70,57,.12); }
.lp-card-icon { color: var(--green); margin-bottom: 12px; }
.lp-card-icon svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lp-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; color: var(--text); }
.lp-card p { font-size: 0.88rem; margin: 0; color: var(--text); }

/* Warn-Card fuer den Overlay-Widget-Abschnitt */
.lp-warn {
  background: #fff8e1; border: 1.5px solid #f0d980; border-radius: 16px;
  padding: 32px 36px; margin-top: 28px;
}
.lp-warn h3 {
  font-family: 'Outfit', sans-serif; font-size: 1.15rem; font-weight: 800;
  color: #7a5a00; margin-bottom: 12px;
}
.lp-warn p { color: #5a4a15; font-size: 0.95rem; line-height: 1.7; }
.lp-warn p + p { margin-top: 12px; }

/* Preistabelle 3 Pakete */
.lp-price-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px; margin-top: 28px;
}
.lp-price-card {
  background: var(--white); border: 1.5px solid var(--border);
  border-radius: 16px; padding: 32px 28px; display: flex; flex-direction: column;
}
.lp-price-card.featured { border-color: var(--green); border-width: 2px; position: relative; }
.lp-price-badge {
  position: absolute; top: -12px; left: 24px;
  background: var(--green); color: var(--white);
  font-family: 'Outfit', sans-serif; font-size: 0.72rem; font-weight: 700;
  padding: 4px 12px; border-radius: 10px; text-transform: uppercase; letter-spacing: 0.5px;
}
.lp-price-name { font-family: 'Outfit', sans-serif; font-size: 1.05rem; font-weight: 800; margin-bottom: 4px; }
.lp-price-sub { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 16px; font-family: 'Outfit', sans-serif; }
.lp-price-value { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; color: var(--green); }
.lp-price-value .eur { font-size: 1.15rem; }
.lp-price-note { font-size: 0.78rem; color: var(--text-muted); margin-bottom: 20px; font-family: 'Outfit', sans-serif; }
.lp-price-features { list-style: none; padding: 0; margin: 0 0 24px 0; flex: 1; }
.lp-price-features li {
  padding: 6px 0 6px 24px; position: relative;
  font-family: 'Outfit', sans-serif; font-size: 0.88rem; color: var(--text); line-height: 1.5;
}
.lp-price-features li::before {
  content: '✓'; position: absolute; left: 0; top: 6px;
  color: var(--green); font-weight: 800;
}

.lp-steps { margin-top: 28px; display: grid; gap: 18px; }
.lp-step {
  background: var(--white); border: 1.5px solid var(--border);
  border-left: 4px solid var(--green); border-radius: 12px; padding: 20px 24px;
}
.lp-step strong {
  display: block; font-size: 0.95rem; font-weight: 800; font-family: 'Outfit', sans-serif;
  margin-bottom: 4px; color: var(--text);
}
.lp-step span {
  font-family: 'Source Serif 4', serif; font-weight: 400;
  font-size: 0.9rem; line-height: 1.65; color: var(--text);
}

.lp-hint {
  background: var(--green-light); border-left: 4px solid var(--green);
  padding: 18px 24px; border-radius: 12px; margin-top: 28px;
}
.lp-hint p { font-size: 0.92rem; color: var(--text); margin: 0; }
.lp-hint strong { color: var(--green-dark); }

.lp-cta-band {
  max-width: var(--container-max); margin: 0 auto;
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
  border-radius: 20px; padding: 52px 48px;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.lp-cta-band h2 { color: var(--white); font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; }
.lp-cta-band p { color: rgba(255,255,255,.92); font-family: 'Source Serif 4', serif; font-weight: 400; font-size: 0.95rem; margin: 0; }
.lp-cta-band .btn-white {
  display: inline-block; padding: 14px 32px; border-radius: 10px;
  background: var(--white); color: var(--green); font-weight: 700;
  font-family: 'Outfit', sans-serif; font-size: 0.95rem;
  text-decoration: none; transition: transform .18s, box-shadow .18s;
  white-space: nowrap;
}
.lp-cta-band .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.15); }
@media (max-width: 640px) {
  .lp-cta-band { grid-template-columns: 1fr; text-align: center; padding: 36px 24px; }
  .lp-cta-band .btn-white { width: 100%; }
}
  
