.contact-hero-3 {
  padding: 64px 20px 92px;
  background: #ffffff;
}

.contact-hero-3__container {
  max-width: 1640px;
  margin: 0 auto;
}

.contact-hero-3__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.82fr);
  gap: 96px;
  align-items: start;
}

.contact-hero-3__content {
  max-width: 860px;
}

.contact-hero-3__breadcrumb {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 34px;
  color: var(--color-primary-soft);
  font-size: 18px;
}

.contact-hero-3__breadcrumb-link {
  color: var(--color-primary-soft);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-hero-3__breadcrumb-separator {
  color: #4d5056;
  font-size: 30px;
  line-height: 1;
}

.contact-hero-3__heading {
  margin: 0;
  color: #2f313a;
  font-family: var(--font-family-display);
  font-size: clamp(4rem, 5vw, 5.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.contact-hero-3__divider,
.contact-estimate-3__divider,
.contact-services-3__divider,
.contact-expect-3__divider,
.contact-neighborhoods-3__divider,
.contact-response-3__divider,
.contact-faq-3__divider {
  width: min(430px, 100%);
  margin: 34px 0;
  border-top: 4px dotted var(--color-dotted);
}

.contact-hero-3__description,
.contact-estimate-3__description,
.contact-services-3__description,
.contact-expect-3__description,
.contact-response-3__description,
.contact-faq-3__description,
.contact-neighborhoods-3__item p {
  margin: 0;
  color: #4a4d54;
  font-size: 22px;
  line-height: 1.42;
}

.contact-hero-3__cta,
.contact-estimate-3__cta,
.contact-services-3__cta,
.contact-expect-3__cta,
.contact-response-3__cta,
.contact-faq-3__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 20px 42px;
  border-radius: 999px;
  background: var(--color-primary-soft);
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(38, 48, 59, 0.18);
  transition: background 0.2s ease, transform 0.2s ease;
}

.contact-hero-3__cta:hover,
.contact-estimate-3__cta:hover,
.contact-services-3__cta:hover,
.contact-expect-3__cta:hover,
.contact-response-3__cta:hover,
.contact-faq-3__cta:hover {
  background: var(--color-primary-soft-dark);
  transform: translateY(-2px);
}

.contact-hero-3__cta {
  min-width: 468px;
  margin-top: 46px;
}

.contact-hero-3__benefits {
  margin: 118px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 28px;
}

.contact-hero-3__benefit {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.contact-hero-3__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: var(--color-primary-soft);
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 42px;
  font-weight: 700;
  justify-self: center;
}

.contact-hero-3__benefit span:last-child {
  color: #40434a;
  font-family: var(--font-family-display);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-hero-3__form-card {
  padding: 74px 58px 50px;
  border-radius: 42px;
  background: #fbfaf5;
  box-shadow: 0 14px 34px rgba(24, 31, 38, 0.16);
}

.contact-hero-3__form-title {
  margin: 0 0 26px;
  color: #42454d;
  font-family: var(--font-family-display);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-hero-3__form-copy {
  margin: 0 0 54px;
  color: #50545a;
  font-size: 22px;
  line-height: 1.3;
}

.contact-hero-3__form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-hero-3__field {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-hero-3__field span {
  color: #43464c;
  font-family: var(--font-family-display);
  font-size: 22px;
  font-weight: 700;
}

.contact-hero-3__field input,
.contact-hero-3__field textarea {
  width: 100%;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid rgba(221, 187, 136, 0.9);
  background: transparent;
  color: #404349;
  font-family: var(--font-family);
  font-size: 18px;
  outline: none;
}

.contact-hero-3__field textarea {
  min-height: 72px;
  resize: vertical;
}

.contact-hero-3__field input:focus,
.contact-hero-3__field textarea:focus {
  border-bottom-color: var(--color-primary-soft);
}

.contact-hero-3__field--textarea {
  margin-top: 10px;
}

.contact-hero-3__submit {
  align-self: flex-end;
  width: min(100%, 472px);
  min-height: 92px;
  border: 0;
  border-radius: 999px;
  background: var(--color-primary-soft);
  color: #ffffff;
  font-family: var(--font-family-display);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(38, 48, 59, 0.18);
}

@media (max-width: 1200px) {
  .contact-hero-3__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-hero-3__content,
  .contact-hero-3__form-card {
    max-width: 860px;
    margin: 0 auto;
  }

  .contact-hero-3__benefits {
    margin-top: 54px;
  }
}

@media (max-width: 767px) {
  .contact-hero-3 {
    padding: 42px 20px 64px;
  }

  .contact-hero-3__breadcrumb {
    gap: 12px;
    margin-bottom: 24px;
    font-size: 15px;
  }

  .contact-hero-3__heading {
    font-size: 3.3rem;
  }

  .contact-hero-3__divider,
  .contact-estimate-3__divider,
  .contact-services-3__divider,
  .contact-expect-3__divider,
  .contact-neighborhoods-3__divider,
  .contact-response-3__divider,
  .contact-faq-3__divider {
    margin: 24px 0;
    border-top-width: 3px;
  }

  .contact-hero-3__description,
  .contact-estimate-3__description,
  .contact-services-3__description,
  .contact-expect-3__description,
  .contact-response-3__description,
  .contact-faq-3__description,
  .contact-neighborhoods-3__item p {
    font-size: 17px;
  }

  .contact-hero-3__cta,
  .contact-estimate-3__cta,
  .contact-services-3__cta,
  .contact-expect-3__cta,
  .contact-response-3__cta,
  .contact-faq-3__cta,
  .contact-hero-3__submit {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 18px 24px;
    font-size: 17px;
  }

  .contact-hero-3__benefits {
    margin-top: 42px;
    gap: 18px;
  }

  .contact-hero-3__benefit {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }

  .contact-hero-3__benefit-icon {
    width: 58px;
    height: 58px;
    font-size: 30px;
  }

  .contact-hero-3__benefit span:last-child {
    font-size: 20px;
  }

  .contact-hero-3__form-card {
    padding: 40px 24px 32px;
    border-radius: 30px;
  }

  .contact-hero-3__form-title {
    font-size: 24px;
  }

  .contact-hero-3__form-copy {
    margin-bottom: 34px;
    font-size: 18px;
  }

  .contact-hero-3__field span {
    font-size: 18px;
  }
}
