body {
  font-family: Inter, system-ui, sans-serif;
  color: #102033;
  background: #f7fbfc;
  overflow-x: hidden;
}

.section-pad {
  padding: 4rem 0;
}

.section-kicker {
  color: #247a4b;
  font-weight: 950;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.section-title {
  color: #0b3765;
  font-size: clamp(2rem, 7vw, 3.45rem);
  line-height: 0.98;
  font-weight: 950;
}

.form-control,
.form-select {
  border-radius: 18px;
  min-height: 54px;
  font-weight: 800;
}

.modal-content {
  border-radius: 20px;
  overflow: hidden;
}

.modal-header {
  border-bottom: none;
  font-weight: 900;
  color: #0b3765;
}

.modal-body iframe {
  display: block;
}

@media (max-width: 767px) {
  .section-pad {
    padding: 2.75rem 0;
  }
}