@charset "UTF-8";
/* Layer 3 — homepage "Free case evaluation" form (Figma 2564:14228).
 * A 1376-wide contained GOLD box (not the full-bleed service-form band). The box
 * carries the .service-form + .norml-section--accent classes, so the gold bg,
 * two-column grid and underline-on-gold Gravity Form styling all come from
 * service-form.css — this file only adds the contained box + padding + pins the
 * contact note to the bottom of the copy column (per the mockup). */
.home-form {
  padding: 40px 24px;
}
.home-form .norml-section__body {
  max-width: 500px;
}
.home-form__box {
  max-width: 1376px;
  margin: 0 auto;
  padding: 64px 56px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .home-form__box {
    padding: 40px 24px;
  }
}
.home-form .service-form__copy {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-form .service-form__note {
  margin-top: auto;
}