/* Final contact / estimate section cleanup */

.estimate-section {
  position: relative;
  overflow: hidden;
}

.estimate-copy h2 {
  max-width: 760px;
}

.estimate-copy p {
  max-width: 640px;
}

.estimate-form {
  box-shadow: 0 24px 90px rgba(0,0,0,.32);
}

.estimate-form .btn {
  margin-top: 2px;
}

@media (max-width: 980px) {
  .estimate-section {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .estimate-copy h2 {
    font-size: clamp(42px, 12vw, 68px) !important;
  }

  .phone-large {
    font-size: clamp(34px, 9vw, 52px) !important;
    word-break: keep-all;
  }
}

@media (max-width: 640px) {
  .estimate-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .estimate-form {
    padding: 22px !important;
    border-color: rgba(248,9,6,.62) !important;
  }

  .form-row {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  input,
  select,
  textarea {
    min-height: 52px;
    font-size: 16px !important;
  }

  textarea {
    min-height: 150px;
  }

  .estimate-form .btn {
    width: 100%;
  }
}
