.sm-standard-cta {
  position: relative;
  padding: clamp(72px, 8vw, 112px) 0;
  color: #eef4f6;
  background: #101a22;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.sm-standard-cta > .shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.sm-standard-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(480px, 1.22fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.sm-standard-cta-kicker {
  margin: 0 0 18px;
  color: #75c5e4;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sm-standard-cta h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 4.8vw, 72px);
  line-height: .98;
  letter-spacing: -.045em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.sm-standard-cta-copy > p:not(.sm-standard-cta-kicker) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #b8c5ca;
  font-size: 18px;
  line-height: 1.6;
}

.sm-standard-cta-contacts {
  display: grid;
  gap: 0.35rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.sm-standard-cta-contacts span {
  color: #9fb1bd;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sm-standard-cta-contacts a {
  width: fit-content;
  color: #fff;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 850;
  text-decoration: none;
}

.sm-standard-form {
  min-width: 0;
}

.sm-standard-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sm-standard-field {
  min-width: 0;
}

.sm-standard-field-wide {
  grid-column: 1 / -1;
}

.sm-standard-field label {
  display: block;
  margin: 0 0 8px;
  color: #dbe5e8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sm-standard-field input,
.sm-standard-field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #43535d;
  border-radius: 6px;
  outline: 0;
  color: #fff;
  background: #1b2730;
  font: inherit;
  transition: border-color .2s ease, background .2s ease;
}

.sm-standard-field input {
  min-height: 52px;
  padding: 0 15px;
}

.sm-standard-field textarea {
  min-height: 142px;
  padding: 14px 15px;
  resize: vertical;
}

.sm-standard-field input:focus,
.sm-standard-field textarea:focus {
  border-color: #75c5e4;
  background: #202e38;
}

.sm-standard-form-actions {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.sm-standard-submit,
.sm-inline-contact-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid #58bde4;
  border-radius: 999px;
  color: #07131a;
  background: #58bde4;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.sm-legacy-request-page {
  min-height: 0;
  background: #f4f7f8;
}

.sm-legacy-request-hero {
  padding: clamp(5rem, 10vw, 9rem) 0;
  border-bottom: 1px solid rgba(17, 31, 43, 0.12);
}

.sm-legacy-request-inner {
  max-width: 920px;
}

.sm-legacy-request-inner h1 {
  max-width: 13ch;
  margin: 0 0 1.5rem;
  font-size: clamp(2.75rem, 6vw, 5.75rem);
  line-height: 0.98;
  overflow-wrap: normal;
  word-break: normal;
}

.sm-legacy-request-inner > p:not(.sm-standard-cta-kicker) {
  max-width: 760px;
  margin: 0 0 2rem;
  color: #526271;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}

.sm-legacy-request-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: #0d5f8d;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.sm-standard-submit:hover,
.sm-standard-submit:focus-visible,
.sm-inline-contact-cta a:hover,
.sm-inline-contact-cta a:focus-visible {
  transform: translateY(-2px);
  border-color: #82d2ef;
  background: #82d2ef;
}

.sm-inline-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 30px 0;
  padding: 20px 22px;
  border: 1px solid #d2dde2;
  border-radius: 6px;
  background: #f4f7f8;
}

.sm-inline-contact-cta strong {
  color: #101820;
  font-size: 18px;
}

.sm-news-contact-cta {
  display: grid;
  gap: 0.65rem;
  margin-top: 3rem;
  padding: 1.5rem;
  border: 1px solid rgba(17, 31, 43, 0.14);
  border-radius: 6px;
  background: #eef3f5;
}

.sm-news-contact-cta strong {
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  line-height: 1.1;
}

.sm-news-contact-cta span {
  color: #526571;
}

.sm-news-contact-cta a {
  width: fit-content;
  margin-top: 0.35rem;
  color: #0d668f;
  font-weight: 850;
  text-decoration: none;
}

.sm-standard-cta .sm-form-status {
  min-height: 1.5em;
  margin: 14px 0 0;
}

@media (max-width: 900px) {
  .sm-standard-cta-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }
}

@media (max-width: 620px) {
  .sm-standard-cta {
    padding: 62px 0;
  }

  .sm-standard-cta > .shell {
    width: min(1180px, calc(100% - 32px));
  }

  .sm-standard-cta-grid {
    gap: 34px;
  }

  .sm-standard-cta h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .sm-standard-cta-copy > p:not(.sm-standard-cta-kicker) {
    font-size: 16px;
  }

  .sm-standard-form-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .sm-standard-field-wide {
    grid-column: auto;
  }

  .sm-standard-submit {
    width: 100%;
  }

  .sm-inline-contact-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .sm-inline-contact-cta a {
    width: 100%;
  }
}
