.contact-estimate-2 {
  padding: 56px 20px 84px;
  background: #ffffff;
}

.contact-estimate-2__container {
  max-width: 1540px;
  margin: 0 auto;
  text-align: center;
}

.contact-estimate-2__eyebrow {
  margin: 0 0 28px;
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.contact-estimate-2__heading {
  max-width: 1120px;
  margin: 0 auto 28px;
  font-family: 'Mulish', sans-serif;
  font-size: clamp(3rem, 4.1vw, 4rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #17181d;
}

.contact-estimate-2__description {
  max-width: 1520px;
  margin: 0 auto 48px;
  font-family: 'Mulish', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(35, 35, 37, 0.82);
}

.contact-estimate-2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 268px;
  min-height: 72px;
  padding: 18px 32px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(120, 104, 230, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-estimate-2__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(120, 104, 230, 0.36);
}

@media (max-width: 1023px) {
  .contact-estimate-2 {
    padding: 44px 20px 64px;
  }

  .contact-estimate-2__eyebrow {
    margin-bottom: 22px;
  }

  .contact-estimate-2__heading {
    margin-bottom: 24px;
  }

  .contact-estimate-2__description {
    margin-bottom: 38px;
  }
}

@media (max-width: 767px) {
  .contact-estimate-2 {
    padding: 36px 16px 52px;
  }

  .contact-estimate-2__eyebrow {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .contact-estimate-2__heading {
    font-size: clamp(2.2rem, 9vw, 3rem);
    margin-bottom: 20px;
  }

  .contact-estimate-2__description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .contact-estimate-2__cta {
    width: 100%;
    min-width: 0;
    max-width: 320px;
  }
}
