.form-trap {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.footer-phone {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-phone:hover {
  color: #f2c94c;
}

/* Let the hero end after its content instead of filling the browser height. */
.hero {
  min-height: auto;
}

.buy-box-section {
  background: #fff;
}

.buy-box-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.buy-box-heading {
  position: sticky;
  top: 130px;
}

.buy-box-heading > p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 30px;
  color: #607180;
  font-size: 1.08rem;
}

.buy-box-heading .button-ghost {
  width: fit-content;
}

.buy-box-list {
  margin: 0;
  border-top: 1px solid #b9cad6;
}

.buy-box-row {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 28px;
  padding: 31px 0 33px;
  border-bottom: 1px solid #d9e4ec;
}

.buy-box-row dt {
  padding-top: 4px;
  color: #2878b5;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.buy-box-row dd {
  margin: 0;
}

.buy-box-row strong {
  display: block;
  color: #123b5d;
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.25;
}

.buy-box-row dd span {
  display: block;
  max-width: 650px;
  margin-top: 8px;
  color: #607180;
  font-size: 0.98rem;
}

.buy-box-note {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 4px solid #f2c94c;
  color: #526777;
  font-size: 0.9rem;
}

.buy-box-note p {
  margin: 0;
}

@media (max-width: 800px) {
  .buy-box-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .buy-box-heading {
    position: static;
  }
}

@media (max-width: 560px) {
  .buy-box-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 25px 0;
  }

  .buy-box-note {
    flex-direction: column;
    gap: 10px;
  }

  .buy-box-heading .button-ghost {
    width: 100%;
  }
}
