.brand img {
  display:block;
  width:clamp(190px,22vw,285px);
  height:auto
}
.footer-brand img {
  width:260px;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.15))
}
.hero-form {
  min-width:0
}
.hero-form .quote-form {
  padding:24px
}
.hero-form .quote-form h2 {
  font-size:1.55rem;
  margin-bottom:16px
}
.hero-form .form-grid {
  gap:10px
}
.hero-form .quote-form input,.hero-form .quote-form select,.hero-form .quote-form textarea {
  padding:.62rem
}
.final-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.final-cta .btn {
  background:#fff;
  color:var(--teal)
}
.related-services .service-grid {
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr))
}
@media(max-width:850px) {
  .brand img {
    width:205px
  }
  .hero-form .quote-form {
    padding:20px
  }
  .final-cta {
    align-items:flex-start;
    flex-direction:column
  }
}
