/* Startseite: kompakter, persönlicher und stärker lokal verankert. */
.hero{
  min-height:42rem;
  background:
    linear-gradient(90deg,rgba(34,0,47,.97) 0%,rgba(45,0,61,.88) 48%,rgba(45,0,61,.38) 78%,rgba(45,0,61,.2) 100%),
    url("https://cfnhmactczwdxdyagwag.supabase.co/storage/v1/render/image/public/page-images/index-angehoerige-1776094012497.png?width=1600&quality=75&resize=cover") center 38%/cover no-repeat;
}
.hero-inner{display:block;padding:4.75rem 1.5rem 5.5rem}
.hero-content{max-width:43rem}
.hero-h1{font-size:clamp(2.8rem,5.3vw,4.7rem);letter-spacing:-.035em}
.hero-lead{max-width:39rem;font-size:1.08rem}
.hero-btns{margin-bottom:2.25rem}
.hero-photo{display:none}
.hero-wave{display:none}
.trust-bar{padding:2rem 0;background:#fff}
.cert-item{opacity:1;text-transform:none;letter-spacing:0;font-size:.88rem}

/* Diese Inhalte bleiben auf ihren Fachseiten erreichbar, überladen aber nicht mehr die Startseite. */
.angehoerige-section,.rechner,.why-section,.day-section,
main>section[aria-labelledby="callback-h2"]{display:none}

.home-process,.home-team{padding:5.5rem 0;background:#fff}
.home-team{background:#f7f2f8}
.home-section-head{max-width:42rem;margin:0 auto 3rem;text-align:center}
.home-section-head p{margin-top:.85rem}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.process-step{background:#fff;border:1px solid var(--border-clr);border-radius:.8rem;padding:1.5rem}
.process-number{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;background:var(--p);color:#fff;border-radius:50%;font-weight:750;margin-bottom:1.2rem}
.process-step h3{font-family:var(--fd);font-size:1.08rem;color:var(--p-dark);margin-bottom:.55rem}
.process-step p{color:var(--muted);line-height:1.65;font-size:.94rem}
.team-intro{display:grid;grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr);gap:3rem;align-items:center}
.team-intro img{width:100%;height:27rem;object-fit:cover;border-radius:1rem}
.team-copy h2{margin-bottom:1rem}
.team-copy p{color:var(--muted);line-height:1.75;margin-bottom:1rem}
.team-facts{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin:1.5rem 0 2rem}
.team-fact{display:flex;align-items:center;gap:.65rem;font-weight:650;color:var(--p-dark)}
.team-fact .mi{color:var(--gold)}
.local-note{padding:1rem 1.1rem;background:#fff;border-left:3px solid var(--gold);border-radius:.35rem;color:var(--p-dark)}

.testimonials-section{background:#fff;padding:5.5rem 0}
.testi-card{box-shadow:none;border:1px solid var(--border-clr)}
.testi-card-featured{transform:none}
.faq{background:#f7f2f8}
.cta-contact{background:var(--p-dark)}
.cta-contact-blob1,.cta-contact-blob2{display:none}

@media(max-width:900px){
  .hero{
    min-height:40rem;
    background:
      linear-gradient(90deg,rgba(34,0,47,.96) 0%,rgba(45,0,61,.83) 68%,rgba(45,0,61,.48) 100%),
      url("https://cfnhmactczwdxdyagwag.supabase.co/storage/v1/render/image/public/page-images/index-angehoerige-1776094012497.png?width=1100&quality=72&resize=cover") 62% center/cover no-repeat;
  }
  .hero-inner{padding-top:3.5rem}
  .process-grid{grid-template-columns:1fr 1fr}
  .team-intro{grid-template-columns:1fr}
}
@media(max-width:600px){
  .hero-inner{padding:3rem 1rem 3.5rem;gap:2rem}
  .hero-h1{font-size:2.65rem}
  .hero{
    min-height:42rem;
    background:
      linear-gradient(rgba(34,0,47,.84),rgba(45,0,61,.93)),
      url("https://cfnhmactczwdxdyagwag.supabase.co/storage/v1/render/image/public/page-images/index-angehoerige-1776094012497.png?width=700&quality=70&resize=cover") 64% center/cover no-repeat;
  }
  .process-grid,.team-facts{grid-template-columns:1fr}
  .home-process,.home-team,.testimonials-section{padding:4rem 0}
}
