.contact-platform {
  --ct-teal: #0f6e56;
  --ct-green: #1d9e75;
  --ct-soft: #e1f5ee;
  --ct-gold: #ba7517;
  --ct-ink: #1c2b2b;
  --ct-muted: #61706e;
  --ct-line: #d8e8e4;
  color: var(--ct-ink);
  background: #f5faf8;
  font-family: "Be Vietnam Pro", var(--font-main-family, sans-serif);
  font-size: 15px;
  line-height: 1.7;
}
.contact-platform * {
  box-sizing: border-box;
}
.contact-platform h1,
.contact-platform h2,
.contact-platform p {
  margin-top: 0;
}
.contact-container {
  width: min(100% - 40px, 1060px);
  margin-inline: auto;
}
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 172px 0 72px;
  background: linear-gradient(128deg, #0a5544, var(--ct-teal) 60%, #168467);
  color: #fff;
}
.contact-hero:before,
.contact-hero:after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}
.contact-hero:before {
  width: 500px;
  height: 500px;
  right: -170px;
  top: -260px;
}
.contact-hero:after {
  width: 290px;
  height: 290px;
  right: 80px;
  bottom: -225px;
}
.contact-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.contact-hero__inner > div:first-child {
  max-width: 720px;
}
.contact-eyebrow {
  margin-bottom: 10px;
  color: var(--ct-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.contact-hero .contact-eyebrow {
  color: #a9ead4;
}
.contact-hero h1 {
  margin-bottom: 17px;
  color: #fff;
  font-size: clamp(32px, 5vw, 49px);
  font-weight: 700;
  line-height: 1.18;
}
.contact-hero p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 17px;
}
.contact-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.contact-hero__chips span {
  padding: 6px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
}
.contact-hero__mark {
  display: grid;
  flex: 0 0 150px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
  place-content: center;
  text-align: center;
  backdrop-filter: blur(5px);
}
.contact-hero__mark span {
  font-size: 34px;
  font-weight: 700;
}
.contact-hero__mark small {
  color: #b7ead9;
}
.contact-main {
  padding: 58px 0 80px;
}
.contact-company h2,
.contact-connect h2 {
  margin-bottom: 12px;
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 700;
}
.contact-company__intro {
  max-width: 760px;
  color: var(--ct-muted);
}
.contact-company__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.contact-company__grid article {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 13px;
  padding: 19px;
  border: 1px solid var(--ct-line);
  border-radius: 13px;
  background: #fff;
}
.contact-company__grid .contact-company__icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: var(--ct-teal);
  background: var(--ct-soft);
  place-items: center;
  font-size: 21px;
}
.contact-company__grid small {
  display: block;
  margin-bottom: 2px;
  color: var(--ct-muted);
  font-size: 11px;
}
.contact-company__grid strong,
.contact-company__grid a {
  display: block;
  overflow-wrap: anywhere;
  color: var(--ct-ink);
  font-size: 13px;
  font-weight: 700;
}
.contact-connect {
  margin-top: 58px;
  padding: 36px 40px;
  border: 1px solid var(--ct-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 110, 86, 0.07);
}
.contact-form__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ct-line);
}
.contact-form__heading h2 {
  margin-bottom: 0;
}
.contact-form__heading > p {
  margin-bottom: 4px;
  color: var(--ct-muted);
  font-size: 12px;
}
.contact-form__heading b,
.contact-field label b {
  color: #d24545;
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 18px;
  margin-top: 26px;
}
.contact-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.contact-field--full,
.contact-consent,
.contact-submit,
.contact-status {
  grid-column: 1/-1;
}
.contact-field label {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 1px solid #c9dcd7;
  border-radius: 9px;
  outline: 0;
  background: #fbfdfc;
  color: var(--ct-ink);
  font: inherit;
  transition: 0.2s;
}
.contact-field input,
.contact-field select {
  height: 48px;
  padding: 0 13px;
}
.contact-field textarea {
  min-height: 145px;
  padding: 12px 13px;
  resize: vertical;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--ct-green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(29, 158, 117, 0.11);
}
.contact-field.is-error input,
.contact-field.is-error select,
.contact-field.is-error textarea {
  border-color: #d84c4c;
}
.contact-field > small,
.contact-field__meta small {
  min-height: 17px;
  margin-top: 4px;
  color: #c63838;
  font-size: 11px;
}
.contact-field__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.contact-field__meta span {
  margin-top: 4px;
  color: #87938f;
  font-size: 11px;
}
.contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--ct-muted);
  font-size: 12px;
}
.contact-consent__toggle.toggle__wrapper {
  position: relative;
  display: inline-block;
  flex: 0 0 40px;
  width: 40px;
  height: 22px;
  margin-top: 1px;
}
.contact-consent__toggle .toggle__input {
  width: 0 !important;
  height: 0 !important;
  opacity: 0;
}
.contact-consent__toggle .toggle__slider {
  position: absolute;
  inset: 0;
  border-radius: 34px;
  background: #cbd5d1;
  cursor: pointer;
  transition: 0.25s;
}
.contact-consent__toggle .toggle__slider::before {
  position: absolute;
  bottom: 3px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  content: "";
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
  transition: 0.25s;
}
.contact-consent__toggle .toggle__input:checked + .toggle__slider {
  background: #f1913d;
}
.contact-consent__toggle .toggle__input:checked + .toggle__slider::before {
  transform: translateX(18px);
}
.contact-consent__toggle .toggle__input:focus-visible + .toggle__slider {
  outline: 3px solid rgba(29, 158, 117, 0.2);
  outline-offset: 2px;
}
.contact-consent__text {
  flex: 1;
  cursor: pointer;
}
.contact-consent a {
  color: var(--ct-teal);
  font-weight: 700;
}
.contact-submit {
  display: flex;
  align-items: center;
  gap: 18px;
}
.contact-submit button {
  display: inline-flex;
  min-width: 164px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 9px;
  background: var(--ct-teal);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.contact-submit button:hover {
  background: #0b5946;
}
.contact-submit button:disabled {
  cursor: wait;
  opacity: 0.65;
}
.contact-submit p {
  margin: 0;
  color: var(--ct-muted);
  font-size: 11px;
}
.contact-submit p .contact-page__svg {
  color: var(--ct-green);
  font-size: 16px;
}
.contact-status {
  display: none;
  padding: 12px 15px;
  border-radius: 9px;
  font-size: 13px;
}
.contact-status.is-success {
  display: block;
  color: #0d654e;
  background: #e3f6ef;
}
.contact-status.is-error {
  display: block;
  color: #a82e2e;
  background: #fff0f0;
}
.contact-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: 0.55s;
}
.contact-reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .contact-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 800px) {
  .contact-company__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-hero__mark {
    display: none;
  }
}
@media (max-width: 600px) {
  .contact-container {
    width: min(100% - 28px, 1060px);
  }
  .contact-hero {
    padding: 100px 0 50px;
  }
  .contact-main {
    padding: 42px 0 55px;
  }
  .contact-company__grid,
  .contact-form {
    grid-template-columns: 1fr;
  }
  .contact-connect {
    margin-top: 42px;
    padding: 27px 20px;
  }
  .contact-form__heading,
  .contact-submit {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-form__heading > p {
    margin: 0;
  }
  .contact-submit {
    gap: 12px;
  }
  .contact-submit button {
    width: 100%;
  }
}
.contact-page__svg {
  display: block;
  width: 22px;
  height: 22px;
}
.contact-submit button .contact-page__svg {
  width: 18px;
  height: 18px;
}
.contact-submit p .contact-page__svg {
  display: inline-block;
  vertical-align: middle;
}
.contact-consent {
  flex-wrap: wrap;
}
.contact-consent__error {
  display: none;
  flex: 0 0 calc(100% - 52px);
  margin: -4px 0 0 52px;
  color: #c63838;
  font-size: 11px;
}
.contact-consent.is-error .contact-consent__error {
  display: block;
}
.contact-consent.is-error .toggle__slider {
  background: #f7c5c5;
  box-shadow: 0 0 0 3px rgba(198, 56, 56, 0.1);
}
