.service-hero-8,
.service-overview-8,
.service-problem-8,
.service-process-8,
.service-cost-8,
.service-why-8,
.service-projects-8,
.service-faq-8,
.service-cta-8 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.service-hero-8__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 32px;
  align-items: start;
}

.service-hero-8 .home-8-title--section,
.service-overview-8 .home-8-title--section,
.service-problem-8 .home-8-title--section,
.service-process-8 .home-8-title--section,
.service-cost-8 .home-8-title--section,
.service-why-8 .home-8-title--section,
.service-projects-8 .home-8-title--section,
.service-faq-8 .home-8-title--section,
.service-cta-8 .home-8-title--section {
  font-size: clamp(1.75rem, 2.7vw, 3rem);
  line-height: 1.04;
}

.service-hero-8__breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #666a72;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.service-hero-8__breadcrumb-link {
  color: #666a72;
  text-decoration: none;
}

.service-hero-8__breadcrumb span:last-child {
  color: #ffd43b;
  font-weight: 700;
}

.service-hero-8__content .home-8-copy {
  max-width: 820px;
  font-size: 15px;
  line-height: 1.55;
}

.service-hero-8__actions {
  display: flex;
  gap: 18px;
  margin-top: 22px;
}

.service-hero-8__call {
  min-width: 340px;
}

.service-hero-8__form-shell {
  padding: 18px;
  border-radius: 48px;
  background: #fff3a3;
  box-shadow: inset 0 0 22px rgba(60, 56, 25, 0.18);
}

.service-hero-8__form-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 38px 34px 26px;
}

.service-hero-8__field input,
.service-hero-8__field textarea {
  width: 100%;
  border: 0;
  padding: 15px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #444952;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.service-hero-8__field textarea {
  min-height: 112px;
  resize: vertical;
}

.service-hero-8__submit {
  width: min(100%, 280px);
  margin-top: 10px;
  border-radius: 999px;
  background: #2b2c31;
  border-color: #2b2c31;
  color: #ffffff;
}

@media (max-width: 1180px) {
  .service-hero-8__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .service-hero-8,
  .service-overview-8,
  .service-problem-8,
  .service-process-8,
  .service-cost-8,
  .service-why-8,
  .service-projects-8,
  .service-faq-8,
  .service-cta-8 {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-hero-8 .home-8-title--section,
  .service-overview-8 .home-8-title--section,
  .service-problem-8 .home-8-title--section,
  .service-process-8 .home-8-title--section,
  .service-cost-8 .home-8-title--section,
  .service-why-8 .home-8-title--section,
  .service-projects-8 .home-8-title--section,
  .service-faq-8 .home-8-title--section,
  .service-cta-8 .home-8-title--section {
    font-size: 1.7rem;
  }

  .service-hero-8__actions {
    flex-direction: column;
  }

  .service-hero-8__call {
    min-width: 0;
  }

  .service-hero-8__form-shell {
    padding: 12px;
    border-radius: 28px;
  }

  .service-hero-8__form-card {
    padding: 22px 18px 18px;
  }

  .service-hero-8__submit {
    width: 100%;
  }
}
