/* ======================================================
   HOME – BASE
====================================================== */

.home-hero,
.home-trust-bar,
.home-services,
.home-why,
.home-process,
.home-cta {
  position: relative;
}

.home-hero *,
.home-services *,
.home-why *,
.home-process *,
.home-cta * {
  box-sizing: border-box;
}


/* ======================================================
   HERO
====================================================== */

.home-hero {
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

@media (max-width: 768px) {
  .home-hero-image {
    object-position: 25% center;
  }
}

.home-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 22% 50%,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.5) 35%,
      rgba(0, 0, 0, 0.28) 60%,
      rgba(0, 0, 0, 0.08) 75%,
      rgba(0, 0, 0, 0) 88%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.38) 45%,
      rgba(0, 0, 0, 0.15) 75%,
      rgba(0, 0, 0, 0) 100%
    );
}

@media (max-width: 768px) {
  .home-hero-overlay {
    background:
      radial-gradient(
        ellipse at 35% 40%,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.6) 45%,
        rgba(0, 0, 0, 0.25) 75%,
        rgba(0, 0, 0, 0) 95%
      );
  }
}

.home-hero-inner {
  position: relative;
  z-index: 2;
}

.home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: clamp(1rem, 2vw, 2rem) 0;
}

.home-hero h1 {
  color: #ffffff;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 1.4rem;

  text-shadow:
    0 3px 10px rgba(0, 0, 0, 0.65),
    0 1px 2px rgba(0, 0, 0, 0.8);
}

.home-hero-lead {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  line-height: 1.6;
  margin-bottom: 2rem;
  opacity: .95;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.home-hero-trust {
  margin-top: 1rem;
}

.home-hero-trust .review-summary {
  margin-top: 1rem;
}

.home-hero .review-summary .rating {
  color: #ffffff;
  font-weight: 600;
}

.home-hero .review-summary .count {
  color: rgba(255,255,255,0.75);
  font-weight: 500;
}

@media (max-width: 600px) {

  .home-hero .home-hero-trust {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }

  /* 1. Zeile */
  .home-hero .review-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
  }

  /* 2. Zeile */
  .home-hero .review-platforms {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  /* 3. Zeile */
  .home-hero .review-summary .count {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 4px;
  }
}


/* ======================================================
   TRUST BAR
====================================================== */

.home-trust-bar {
  background: var(--wp--preset--color--dark);
  color: #ffffff;
  padding: 1.2rem 0;
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .3px;
}

.trust-bar-grid {
  display: grid;
  gap: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .trust-bar-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ======================================================
   SERVICES
====================================================== */

.home-services {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--wp--preset--color--light);
}

.section-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
}

.section-head p {
  color: var(--wp--preset--color--gray);
}

.home-services-cta {
  margin-top: 3rem;
  text-align: center;
}


/* ======================================================
   WHY
====================================================== */

.home-why {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.home-why-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .home-why-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.home-why-text h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1.5rem;
}

.home-why-text p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-why-list li {
  margin-bottom: .8rem;
  font-weight: 600;
  position: relative;
  padding-left: 1.5rem;
}

.home-why-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
}

.home-why-visual img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.1);
}


/* ======================================================
   PROCESS
====================================================== */

.home-process {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--wp--preset--color--light);
}

.process-steps {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .process-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.process-step {
  background: #ffffff;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,.05);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.process-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,.08);
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  font-weight: 700;
}

.process-step h3 {
  margin-bottom: .8rem;
  font-size: 1.1rem;
}

.process-step p {
  color: var(--wp--preset--color--gray);
  font-size: .95rem;
}


/* ======================================================
   CTA
====================================================== */

.home-cta {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--wp--preset--color--primary);
  color: #000000;
  text-align: center;
}

.home-cta-box {
  max-width: 700px;
  margin: 0 auto;
}

.home-cta h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin-bottom: 1.2rem;
  color: #000;
}

.home-cta p {
  margin-bottom: 2rem;
  opacity: .9;
}

.home-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.home-cta .btn-primary {
  background: #000;
  color: #fff;
}


/* ======================================================
   BUTTON EXTENSIONS
====================================================== */

.btn-large {
  padding: 18px 42px;
  font-size: 1.05rem;
}

.btn-whatsapp {
  background: #25D366;
  color: #000;
}

.btn-whatsapp:hover {
  background: #1ebe5d;
}


/* ======================================================
   RESPONSIVE POLISH
====================================================== */

@media (max-width: 600px) {
  .home-hero {
    min-height: 80vh;
  }

  .home-hero h1 {
    font-size: 2rem;
  }

  .process-step {
    padding: 1.5rem;
  }
}