/* ═══════════════════════════════════════
   HOMEPAGE V2 (pflegedienst-kassel.html)
   Konversions-optimierte Zweitversion der Startseite
═══════════════════════════════════════ */

.v2-badge {
  display: inline-block;
  background: var(--green-bright);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

/* Differenzierungs-Icons (nutzt .phil-grid/.phil-card aus sections.css) */
.diff-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Google-Bewertungen Platzhalter */
.reviews-box {
  max-width: 900px;
  margin: 44px auto 0;
  background: var(--green-bg);
  border: 1.5px dashed var(--border);
  border-radius: var(--radius);
  padding: 48px 32px;
  text-align: center;
}

.reviews-box .stars {
  color: #f2a900;
  font-size: 22px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.reviews-box p {
  color: var(--text-light);
  font-size: 14px;
}

/* Lead-Formular (nutzt .kontakt-form) */
.lead-form-wrap {
  max-width: 640px;
  margin: 44px auto 0;
}

.lead-form-note {
  text-align: center;
  font-size: 13.5px;
  color: var(--text-light);
  margin-top: 16px;
}

/* Einsatzgebiet – kompakt, informativ */
.service-area-text {
  max-width: 760px;
  margin-top: 18px;
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.85;
}

.service-area-text strong {
  color: var(--text);
}

/* Locations-Leiste (schmal, direkt vor dem Footer) */
.locations-strip {
  padding: 40px 52px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.locations-strip h2 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

.locations-strip p {
  font-size: 13.5px;
  color: var(--text-light);
  line-height: 1.8;
  max-width: 980px;
}

.locations-strip a {
  color: var(--green-mid);
  text-decoration: none;
  font-weight: 600;
}

.locations-strip a:hover {
  text-decoration: underline;
}

/* Abschließendes CTA-Band */
.final-cta-band {
  background: var(--green-dark);
  padding: 76px 52px;
  text-align: center;
}

.final-cta-band h2 {
  color: white;
}

.final-cta-band h2 em {
  color: var(--green-bright);
}

.final-cta-band p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 520px;
  margin: 14px auto 0;
  font-size: 15px;
  line-height: 1.7;
}

.final-cta-band .cta-phone {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  margin-top: 22px;
}

.final-cta-band .cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}

.final-cta-band .hours {
  margin-top: 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* Sticky Mobile CTA ist jetzt in css/footer.css (sitewide, nicht nur Startseite) */
