/* ===== LEISTUNGSSEITEN (LP) ===== */

/* ── Shared atoms ─────────────────────────────────────── */
.lp-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.lp-label {
  display: block;
  color: #ef2b2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 16px;
}

.lp-section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.lp-section-head h2 {
  font-family: Georgia, serif;
  font-size: 52px;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 20px;
}

.lp-section-head h2 span { color: #e32929; }

.lp-section-head p {
  color: rgba(255,255,255,.6);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* ── Primary button ───────────────────────────────────── */
.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  background: #c0211f;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 32px rgba(192,33,31,.4);
  transition: background .25s, transform .25s;
}

.lp-btn-primary:hover { background: #a81b19; transform: translateY(-2px); }

.lp-btn-primary svg { width: 22px; height: 22px; flex-shrink: 0; }

.lp-btn-primary small {
  display: block;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .75;
}

.lp-btn-primary strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .02em;
}

.lp-btn-sm .lp-btn-primary strong,
.lp-btn-primary.lp-btn-sm strong { font-size: 18px; }

.lp-btn-primary.lp-btn-sm { padding: 14px 24px; }

.lp-btn-primary.lp-btn-lg { padding: 22px 40px; }
.lp-btn-primary.lp-btn-lg strong { font-size: 28px; }

/* ── HERO ─────────────────────────────────────────────── */
.lp-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  /* background-image: wird per Inline-Style in jeder Seite gesetzt */
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lp-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5,5,5,.78);
}

.lp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  width: 100%;
  padding: 0 40px;
  text-align: center;
}

/* ── Hero icons bar (bottom of viewport) ─────────────── */
.lp-hero-icons-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 18px 40px 24px;
  background: linear-gradient(to top, rgba(0,0,0,.6) 0%, transparent 100%);
}

.lp-hi-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255,255,255,.65);
  font-size: 11.5px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .05em;
  white-space: nowrap;
}

.lp-hi-item svg {
  width: 14px;
  height: 14px;
  color: #ef2b2d;
  flex-shrink: 0;
}

.lp-hero-eyebrow {
  display: block;
  color: #ef2b2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}

.lp-hero-content h1 {
  font-family: Georgia, serif;
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: #fff;
  margin: 0 0 20px;
}

.lp-hero-content h1 span { color: #ef2b2d; }

.lp-hero-sub {
  color: rgba(255,255,255,.65);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .03em;
  margin: 0 0 40px;
  font-family: 'Montserrat', sans-serif;
}

.lp-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lp-hero-pre-cta {
  color: rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}


/* ── TRUST BAR ────────────────────────────────────────── */
.lp-trust {
  background: #0c0c0c;
  border-top: 1px solid rgba(239,43,45,.18);
  border-bottom: 1px solid rgba(239,43,45,.18);
  padding: 40px 0;
}

.lp-trust-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.lp-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.75);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
}

.lp-trust-item svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  color: #ef2b2d;
}

.lp-trust-item strong {
  color: #fff;
  font-weight: 700;
}

/* ── LOKALER INTRO ────────────────────────────────────── */
.lp-local {
  padding: 120px 0;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.lp-local-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.lp-local-text h2 {
  font-family: Georgia, serif;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 28px;
}

.lp-local-text h2 span { color: #e32929; }

.lp-local-text p {
  color: rgba(255,255,255,.65);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 18px;
}

.lp-local-text p:last-child { margin-bottom: 0; }

.lp-local-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}

.lp-local-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.lp-local-img:hover img { transform: scale(1.03); }

/* ── PROBLEME ─────────────────────────────────────────── */
.lp-problems {
  padding: 120px 0;
  background: #0e0e0e;
}

.lp-problems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.lp-problem-card {
  background: #151515;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  padding: 36px 28px;
  transition: border-color .3s, transform .3s;
}

.lp-problem-card:hover {
  border-color: rgba(239,43,45,.35);
  transform: translateY(-4px);
}

.lp-problem-icon {
  width: 52px;
  height: 52px;
  background: rgba(239,43,45,.1);
  border: 1px solid rgba(239,43,45,.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #ef2b2d;
}

.lp-problem-icon svg { width: 26px; height: 26px; }

.lp-problem-card h3 {
  font-family: Georgia, serif;
  font-size: 19px;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.3;
}

.lp-problem-card p {
  color: rgba(255,255,255,.55);
  font-size: 14px;
  line-height: 1.78;
  margin: 0;
}

.lp-problem-card p strong { color: rgba(255,255,255,.85); font-weight: 600; }

/* ── MARKEN ───────────────────────────────────────────── */
.lp-brands {
  padding: 120px 0;
  background: #080808;
}

.lp-brands-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.lp-brand-tile {
  background: #151515;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 18px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: border-color .25s, background .25s;
  cursor: default;
}

.lp-brand-tile:hover {
  border-color: rgba(239,43,45,.3);
  background: #1c1c1c;
}

.lp-brand-tile span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  letter-spacing: .04em;
  white-space: nowrap;
}

.lp-brand-more {
  border-style: dashed;
  border-color: rgba(255,255,255,.12);
}

.lp-brand-more span { color: rgba(255,255,255,.35); }

/* ── PROZESS ──────────────────────────────────────────── */
.lp-process {
  padding: 120px 0;
  background: #111;
}

.lp-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.lp-process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: calc(12.5% + 20px);
  right: calc(12.5% + 20px);
  height: 1px;
  background: linear-gradient(90deg, rgba(239,43,45,.5), rgba(239,43,45,.15), rgba(239,43,45,.5));
  z-index: 0;
}

.lp-process-step {
  padding: 0 24px;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #c0211f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 28px;
  box-shadow: 0 0 0 6px rgba(192,33,31,.15), 0 8px 24px rgba(192,33,31,.3);
}

.lp-process-step h3 {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #fff;
  margin: 0 0 12px;
}

.lp-process-step p {
  color: rgba(255,255,255,.55);
  font-size: 14px;
  line-height: 1.78;
  margin: 0;
}

/* ── STADTTEILE ───────────────────────────────────────── */
.lp-stadtteile {
  padding: 120px 0;
  background: #0c0c0c;
  border-top: 1px solid rgba(239,43,45,.1);
}

.lp-stadtteile-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.lp-stadtteile-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-stadtteile-btn {
  align-self: center;
}

.lp-stadtteile-text h2 {
  font-family: Georgia, serif;
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 24px;
}

.lp-stadtteile-text h2 span { color: #e32929; }

.lp-stadtteile-text p {
  color: rgba(255,255,255,.6);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.lp-stadtteile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 32px;
}

.lp-stadtteile-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.8);
  font-size: 15px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.lp-stadtteile-list li svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ef2b2d;
}

/* ── FAQ ──────────────────────────────────────────────── */
.lp-faq {
  padding: 120px 0;
  background: #080808;
}

.lp-faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.lp-faq-item {
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.lp-faq-item:first-child {
  border-top: 1px solid rgba(255,255,255,.08);
}

.lp-faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  text-align: left;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: color .2s;
}

.lp-faq-q:hover { color: #ef2b2d; }

.lp-faq-q span { flex: 1; }

.lp-faq-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #ef2b2d;
  transition: transform .3s;
}

.lp-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.lp-faq-a-inner {
  padding-bottom: 24px;
}

.lp-faq-a-inner p {
  color: rgba(255,255,255,.6);
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
}

.lp-faq-a-inner p strong { color: rgba(255,255,255,.85); font-weight: 600; }

.lp-faq-item.lp-open .lp-faq-a { max-height: 400px; }

.lp-faq-item.lp-open .lp-faq-icon {
  transform: rotate(45deg);
}

/* ── FINAL CTA ────────────────────────────────────────── */
.lp-cta-final {
  padding: 120px 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(239,43,45,.18);
  text-align: center;
}

.lp-cta-final-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}

.lp-cta-final h2 {
  font-family: Georgia, serif;
  font-size: 60px;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 20px;
  white-space: nowrap;
}

.lp-cta-final h2 span { color: #ef2b2d; }

.lp-cta-final p {
  color: rgba(255,255,255,.6);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 0 40px;
}

.lp-cta-final .lp-btn-primary { margin: 0 auto; }

/* ===== CROSS-LINKS ===== */
.lp-also {
  background: #0c0c0c;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.lp-also-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.lp-also-label {
  color: rgba(255, 255, 255, .4);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}

.lp-also-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-also-links a {
  display: inline-block;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .06em;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.lp-also-links a:hover {
  color: #fff;
  border-color: rgba(239, 43, 45, .4);
}

@media (max-width: 640px) {
  .lp-also-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ══════════════════════════════════════════════════════ */
/* TABLET  (≤ 980px)                                      */
/* ══════════════════════════════════════════════════════ */
@media (max-width: 980px) {
  .lp-inner { padding: 0 24px; }

  /* hero */
  .lp-hero-content { padding: 0 24px; }
  .lp-hero-content h1 { font-size: 52px; letter-spacing: -2px; }
  .lp-hero-icons-bar { gap: 20px; padding: 14px 24px 20px; flex-wrap: wrap; justify-content: center; }
  .lp-hi-item { font-size: 11px; }

  /* trust */
  .lp-trust-inner { padding: 0 24px; gap: 24px 40px; justify-content: center; }

  /* section heads */
  .lp-section-head h2 { font-size: 40px; }

  /* local intro */
  .lp-local { padding: 80px 0; }
  .lp-local-inner { grid-template-columns: 1fr; gap: 48px; padding: 0 24px; }
  .lp-local-text h2 { font-size: 38px; }

  /* problems */
  .lp-problems { padding: 80px 0; }
  .lp-problems-grid { grid-template-columns: repeat(2, 1fr); }

  /* brands */
  .lp-brands { padding: 80px 0; }
  .lp-brands-grid { grid-template-columns: repeat(4, 1fr); }

  /* process */
  .lp-process { padding: 80px 0; }
  .lp-process-steps { grid-template-columns: repeat(2, 1fr); gap: 48px 40px; }
  .lp-process-steps::before { display: none; }
  .lp-process-step { padding: 0; }
  .lp-process-step h3 { font-size: 17px; }

  /* stadtteile */
  .lp-stadtteile { padding: 80px 0; }
  .lp-stadtteile-inner { grid-template-columns: 1fr; gap: 48px; }
  .lp-stadtteile-text h2 { font-size: 38px; }
  .lp-stadtteile-btn { align-self: flex-start; }

  /* faq */
  .lp-faq { padding: 80px 0; }

  /* stadtteile */
  .lp-stadtteile-btn { align-self: center; }

  /* final cta */
  .lp-cta-final { padding: 80px 0; }
  .lp-cta-final-inner { padding: 0 24px; }
  .lp-cta-final h2 { font-size: 44px; white-space: normal; }
}

/* ══════════════════════════════════════════════════════ */
/* MOBILE  (≤ 640px)                                      */
/* ══════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  /* hero */
  .lp-hero-content { padding: 0 20px; }
  .lp-hero-content h1 { font-size: 38px; letter-spacing: -1px; }
  .lp-hero-icons-bar {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 10px 28px;
    padding: 12px 20px 18px;
  }
  .lp-hi-item { font-size: 10.5px; gap: 5px; justify-content: flex-start; }
  .lp-hi-item svg { width: 12px; height: 12px; }

  /* trust */
  .lp-trust-inner { padding: 0 20px; justify-content: center; gap: 20px 32px; }
  .lp-trust-item { flex: 0 0 calc(33% - 16px); }

  /* local intro – Bild zwischen Headline und Text */
  .lp-local-inner { display: flex; flex-direction: column; gap: 20px; padding: 0 20px; }
  .lp-local-text { display: contents; }
  .lp-local-text .lp-label { order: 1; }
  .lp-local-text h2 { order: 2; font-size: 30px; }
  .lp-local-img { order: 3; }
  .lp-local-text p { order: 4; }

  /* problems */
  .lp-inner { padding: 0 20px; }
  .lp-section-head { margin-bottom: 40px; }
  .lp-section-head h2 { font-size: 32px; letter-spacing: -1px; }
  .lp-problems-grid { grid-template-columns: 1fr; }

  /* brands */
  .lp-brands-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .lp-brand-tile { padding: 14px 8px; }
  .lp-brand-more { grid-column: 1 / -1; }

  /* process */
  .lp-process-steps { grid-template-columns: 1fr; gap: 36px; }
  .lp-step-num { width: 48px; height: 48px; font-size: 14px; margin-bottom: 20px; }

  /* stadtteile */
  .lp-stadtteile-text h2 { font-size: 30px; }
  .lp-stadtteile-list { grid-template-columns: 1fr; gap: 12px; }
  .lp-stadtteile-btn { align-self: center; }

  /* faq */
  .lp-faq-q { font-size: 15px; padding: 18px 0; }

  /* final cta */
  .lp-cta-final-inner { padding: 0 20px; }
  .lp-cta-final h2 { font-size: 34px; letter-spacing: -1px; }
  .lp-cta-final p { font-size: 15px; }
  .lp-btn-primary.lp-btn-lg { padding: 18px 28px; }
  .lp-btn-primary.lp-btn-lg strong { font-size: 22px; }
}
