.contact-page {
  box-sizing: border-box;
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 0 28px;
  color: #172033;
}
.contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  color: #718096;
  font-size: 13px;
}
.contact-breadcrumb a {
  color: #718096;
  text-decoration: none;
}
.contact-breadcrumb a:hover {
  color: #2a66eb;
}
.contact-breadcrumb strong {
  color: #445268;
  font-weight: 650;
}
.contact-breadcrumb span {
  color: #aab4c2;
}
.contact-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 22px;
  padding: 34px 36px;
  border: 1px solid #cfddf5;
  border-radius: 22px;
  background: linear-gradient(115deg, #fff 0, #f2f6ff 100%);
}
.contact-kicker {
  display: block;
  margin-bottom: 9px;
  color: #2a66eb;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.contact-hero h1 {
  margin: 0 0 9px;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 760;
  letter-spacing: -1.1px;
}
.contact-hero p {
  max-width: 720px;
  margin: 0;
  color: #5c6d84;
  font-size: 15px;
  line-height: 1.65;
}
.contact-hero-status {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 260px;
  padding: 14px 16px;
  border: 1px solid #d6e3f4;
  border-radius: 14px;
  background: #fff;
}
.contact-hero-status > span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2eaa78;
  box-shadow: 0 0 0 5px #e7f7f0;
}
.contact-hero-status strong,
.contact-hero-status small {
  display: block;
}
.contact-hero-status strong {
  margin-bottom: 3px;
  color: #2b3a4f;
  font-size: 13px;
  font-weight: 680;
}
.contact-hero-status small {
  color: #6f7f94;
  font-size: 11px;
}
.contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.contact-action {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid #d8e2ee;
  border-radius: 16px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    transform 0.15s;
}
.contact-action:hover {
  border-color: #afc4e8;
  box-shadow: 0 8px 22px rgba(31, 57, 98, 0.07);
  transform: translateY(-1px);
}
.contact-action-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #edf3fe;
  color: #2a66eb;
}
.contact-action-icon svg {
  width: 22px;
  height: 22px;
}
.contact-action small,
.contact-action strong,
.contact-action em {
  display: block;
}
.contact-action small {
  margin-bottom: 3px;
  color: #7b899b;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact-action strong {
  overflow-wrap: anywhere;
  color: #2b394e;
  font-size: 14px;
  font-weight: 680;
}
.contact-action em {
  margin-top: 4px;
  color: #6f7d91;
  font-size: 11px;
  font-style: normal;
}
.contact-action > b {
  color: #2a66eb;
  font-size: 18px;
  font-weight: 500;
}
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 20px;
  align-items: start;
}
.contact-form-card,
.contact-info-card {
  border: 1px solid #d8e2ee;
  border-radius: 18px;
  background: #fff;
}
.contact-form-card {
  padding: 24px;
}
.contact-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.contact-section-head-small {
  margin-bottom: 17px;
}
.contact-section-number {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #eaf1fd;
  color: #2a66eb;
  font-size: 14px;
  font-weight: 750;
}
.contact-section-head h2,
.contact-section-head p {
  margin: 0;
}
.contact-section-head h2 {
  color: #202d40;
  font-size: 19px;
  font-weight: 700;
}
.contact-section-head p {
  margin-top: 3px;
  color: #718096;
  font-size: 12px;
}
.contact-form {
  padding: 18px;
  border: 1px solid #e3eaf3;
  border-radius: 14px;
  background: #f8fafc;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
}
.contact-field {
  display: block;
  min-width: 0;
}
.contact-field-wide {
  grid-column: 1/-1;
}
.contact-field > span {
  display: block;
  margin-bottom: 6px;
  color: #4f5e73;
  font-size: 12px;
  font-weight: 650;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c9d5e5;
  border-radius: 10px;
  background: #fff;
  color: #1e2a3d;
  font:
    500 14px/1.4 "Inter",
    sans-serif;
  outline: 0;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    background 0.15s;
}
.contact-field input,
.contact-field select {
  height: 46px;
  padding: 0 13px;
}
.contact-field textarea {
  min-height: 112px;
  padding: 12px 13px;
  resize: vertical;
}
.contact-field select {
  appearance: none;
  padding-right: 42px;
  background: #fff
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%235b6d83' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")
    no-repeat right 14px center;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #7398dd;
  box-shadow: 0 0 0 3px rgba(42, 102, 235, 0.08);
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #9aa6b5;
}
.contact-field > small {
  display: block;
  margin-top: 5px;
  color: #718096;
  font-size: 11px;
  line-height: 1.45;
}
.contact-vin-input {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.contact-conditional[hidden] {
  display: none;
}
.contact-counter {
  text-align: right;
}
.contact-counter b {
  font-weight: 600;
}
.contact-form-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  padding: 12px 13px;
  border: 1px solid #ecc8ca;
  border-radius: 10px;
  background: #fff7f7;
}
.contact-form-alert[hidden] {
  display: none;
}
.contact-form-alert > span {
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #bf555b;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}
.contact-form-alert p,
.contact-form-alert strong,
.contact-form-alert small {
  display: block;
  margin: 0;
}
.contact-form-alert strong {
  color: #7f363b;
  font-size: 12px;
  font-weight: 650;
}
.contact-form-alert small {
  margin-top: 3px;
  color: #8d5b5e;
  font-size: 11px;
  line-height: 1.4;
}
.contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 15px 0;
  padding: 12px;
  border: 1px solid #dde6f0;
  border-radius: 10px;
  background: #fff;
}
.contact-consent > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-consent > span {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #b9c9df;
  border-radius: 6px;
  background: #fff;
}
.contact-consent > input:checked + span {
  border-color: #4d78c1;
  background: #4d78c1
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E")
    center/14px no-repeat;
}
.contact-consent p,
.contact-consent strong,
.contact-consent small {
  display: block;
  margin: 0;
}
.contact-consent strong {
  color: #303d51;
  font-size: 12px;
  font-weight: 650;
}
.contact-consent small {
  margin-top: 3px;
  color: #718096;
  font-size: 11px;
  line-height: 1.4;
}
.contact-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: #4d78c1;
  color: #fff;
  font:
    650 14px/1 "Inter",
    sans-serif;
  cursor: pointer;
  box-shadow: 0 5px 13px rgba(42, 79, 143, 0.12);
}
.contact-submit:hover {
  background: #416caf;
}
.contact-submit span {
  font-size: 18px;
  font-weight: 500;
}
.contact-sidebar {
  display: grid;
  gap: 14px;
}
.contact-info-card {
  padding: 20px;
}
.contact-info-card h3 {
  margin: 0 0 14px;
  color: #29374b;
  font-size: 14px;
  font-weight: 700;
}
.contact-info-row {
  display: grid;
  gap: 4px;
  padding: 13px 0;
  border-top: 1px solid #e5ebf2;
  color: inherit;
  text-decoration: none;
}
.contact-info-row span {
  color: #7a8799;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact-info-row strong {
  overflow-wrap: anywhere;
  color: #34445a;
  font-size: 13px;
  font-weight: 650;
}
.contact-info-row:hover strong {
  color: #2a66eb;
}
.contact-hours {
  display: grid;
  gap: 0;
}
.contact-hours > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
  border-top: 1px solid #e7edf4;
  font-size: 12px;
}
.contact-hours b {
  color: #4d5c71;
  font-weight: 600;
}
.contact-hours strong {
  color: #237d5b;
  font-weight: 650;
}
.contact-hours em {
  color: #8995a5;
  font-style: normal;
}
.contact-timezone {
  display: block;
  margin-top: 9px;
  color: #8390a1;
  font-size: 10px;
}
.contact-company {
  display: grid;
  gap: 11px;
}
.contact-company span {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}
.contact-company small {
  color: #7d8999;
  font-size: 11px;
}
.contact-company strong {
  color: #3c4b60;
  font-size: 12px;
  font-weight: 650;
  text-align: right;
}
.contact-note {
  display: flex;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid #cadbf7;
  border-radius: 15px;
  background: #f2f6fd;
}
.contact-note svg {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #2a66eb;
}
.contact-note p,
.contact-note strong,
.contact-note span {
  display: block;
  margin: 0;
}
.contact-note strong {
  color: #314259;
  font-size: 12px;
  font-weight: 680;
}
.contact-note span {
  margin-top: 4px;
  color: #66768a;
  font-size: 11px;
  line-height: 1.5;
}
.contact-addresses {
  display: grid;
  gap: 0;
}
.contact-addresses > div {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 13px 0;
  border-top: 1px solid #e5ebf2;
}
.contact-address-icon {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #edf3fd;
  color: #2a66eb;
}
.contact-address-icon svg {
  width: 18px;
  height: 18px;
}
.contact-addresses p,
.contact-addresses small,
.contact-addresses strong,
.contact-addresses p > span {
  display: block;
  margin: 0;
}
.contact-addresses small {
  margin-bottom: 4px;
  color: #7b889a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.contact-addresses strong {
  color: #35445a;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}
.contact-addresses p > span {
  margin-top: 3px;
  color: #6f7e92;
  font-size: 11px;
  line-height: 1.4;
}
.contact-info-card h3 {
  font-size: var(--site-card-title);
  font-weight: 650;
}
.contact-info-row span {
  font-size: var(--site-caption);
}
.contact-info-row strong {
  font-size: var(--site-card-copy);
}
.contact-hours > span {
  font-size: var(--site-card-copy);
}
.contact-timezone {
  font-size: var(--site-caption);
}
.contact-company small {
  font-size: var(--site-card-copy);
}
.contact-company strong {
  font-size: var(--site-card-copy);
  font-weight: 650;
}
.contact-addresses small {
  font-size: var(--site-caption);
}
.contact-addresses strong {
  font-size: var(--site-card-copy);
  line-height: 1.5;
}
.contact-addresses p > span {
  font-size: 13px;
  line-height: 1.5;
}

/* Contact details are links, but visually remain regular information text. */
.contact-info-row:hover strong,
.contact-info-row:focus strong {
  color: #34445a;
}
.contact-note strong {
  font-size: var(--site-card-copy);
  font-weight: 650;
}
.contact-note span {
  font-size: 13px;
  line-height: 1.55;
}

/* Contact form follows the shared readable typography scale. */
.contact-section-head h2 {
  font-size: 20px;
  font-weight: 650;
}
.contact-section-head p {
  font-size: var(--site-card-copy);
  line-height: 1.5;
}
.contact-field > span {
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
  color: #263449;
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: var(--site-copy);
  font-weight: 400;
  line-height: 1.5;
}
.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #8997aa;
  font-weight: 400;
}
.contact-field > small,
.contact-counter {
  font-size: 13px;
  line-height: 1.5;
}
.contact-consent strong {
  font-size: var(--site-card-copy);
  font-weight: 650;
}
.contact-consent small {
  font-size: 13px;
  line-height: 1.5;
}
.contact-submit {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: var(--site-card-copy);
  font-weight: 650;
}
.contact-form-alert strong {
  font-size: var(--site-card-copy);
}
.contact-form-alert small {
  font-size: 13px;
  line-height: 1.5;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: #2a66eb;
  box-shadow: 0 0 0 3px rgba(42, 102, 235, 0.14);
}
.form-success,
.form-error {
  padding: 48px 24px;
  text-align: center;
}
.form-success-icon,
.form-error-icon {
  margin-bottom: 14px;
  font-size: 34px;
}
.form-success-title,
.form-error-title {
  margin-bottom: 7px;
  color: #223046;
  font-size: 20px;
  font-weight: 720;
}
.form-success-sub,
.form-error-sub {
  color: #637289;
  font-size: 13px;
  line-height: 1.55;
}
.parsley-errors-list {
  display: none !important;
}
.parsley-error {
  border-color: #d79a9e !important;
  background: #fffafa !important;
  box-shadow: 0 0 0 2px rgba(196, 73, 80, 0.06) !important;
}
@media (max-width: 1180px) {
  .contact-page {
    width: calc(100% - 32px);
  }
  .contact-layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
  .contact-hero {
    padding: 30px;
  }
  .contact-actions {
    gap: 10px;
  }
  .contact-action {
    padding: 15px;
  }
}
@media (max-width: 900px) {
  .contact-hero {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-hero-status {
    min-width: 0;
  }
  .contact-actions {
    grid-template-columns: 1fr;
  }
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .contact-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-note {
    grid-column: 1/-1;
  }
}
@media (max-width: 700px) {
  .contact-page {
    width: calc(100% - 24px);
    padding-top: 25px;
  }
  .contact-breadcrumb {
    margin-bottom: 18px;
  }
  .contact-hero {
    padding: 24px 20px;
    border-radius: 18px;
  }
  .contact-hero h1 {
    font-size: 30px;
  }
  .contact-hero p {
    font-size: 14px;
  }
  .contact-hero-status {
    width: 100%;
    box-sizing: border-box;
  }
  .contact-action {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    min-height: 84px;
  }
  .contact-action-icon {
    width: 42px;
    height: 42px;
  }
  .contact-form-card {
    padding: 20px 16px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-field-wide {
    grid-column: auto;
  }
  .contact-sidebar {
    grid-template-columns: 1fr;
  }
  .contact-note {
    grid-column: auto;
  }
}

/* Contact uses the same readable information-page scale. */
.contact-breadcrumb {
  font-size: 14px;
}
.contact-hero h1 {
  font-size: 36px;
}
.contact-hero p {
  font-size: 16px;
}
.contact-hero-status strong,
.contact-hero-status small {
  font-size: 14px;
}
.contact-action small {
  font-size: 12px;
}
.contact-action strong,
.contact-action em {
  font-size: 14px;
}
.contact-section-head p {
  font-size: 14px;
}
.contact-field > span,
.contact-field > small,
.contact-counter {
  font-size: 14px;
}
.contact-consent strong,
.contact-consent small {
  font-size: 14px;
}
.contact-info-row span,
.contact-timezone,
.contact-addresses small {
  font-size: 12px;
}
.contact-info-row strong,
.contact-hours > span,
.contact-company small,
.contact-company strong,
.contact-addresses strong,
.contact-addresses p > span,
.contact-note strong,
.contact-note span {
  font-size: 14px;
}
.contact-form-alert strong,
.contact-form-alert small {
  font-size: 14px;
}

/* Custom topic picker: native select popups are rendered by the operating
   system and cannot be styled consistently with the storefront. */
.contact-topic-field {
  position: relative;
}
.contact-topic-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.contact-topic-select {
  position: relative;
}
.contact-topic-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #c9d5e5;
  border-radius: 10px;
  background: #fff;
  color: #8997aa;
  font:
    400 15px/1.4 Inter,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  cursor: pointer;
  text-align: left;
  outline: 0;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.contact-topic-select.has-value .contact-topic-trigger {
  color: #263449;
}
.contact-topic-trigger:focus,
.contact-topic-select.is-open .contact-topic-trigger {
  border-color: #2a66eb;
  box-shadow: 0 0 0 3px rgba(42, 102, 235, 0.14);
}
.contact-topic-trigger i {
  width: 9px;
  height: 9px;
  border-right: 1.7px solid #63758c;
  border-bottom: 1.7px solid #63758c;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.15s;
}
.contact-topic-select.is-open .contact-topic-trigger i {
  transform: rotate(225deg) translate(-2px, -2px);
}
.contact-topic-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #c9d7e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(25, 44, 72, 0.16);
}
.contact-topic-menu[hidden] {
  display: none;
}
.contact-topic-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #35465d;
  font:
    400 14px/1.4 Inter,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  cursor: pointer;
  text-align: left;
}
.contact-topic-option:hover,
.contact-topic-option:focus {
  background: #f0f5fd;
  color: #245fcf;
  outline: 0;
}
.contact-topic-option i {
  visibility: hidden;
  color: #2a66eb;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.contact-topic-option.is-selected {
  background: #eaf2ff;
  color: #245fcf;
  font-weight: 550;
}
.contact-topic-option.is-selected i {
  visibility: visible;
}
.contact-topic-select.is-invalid .contact-topic-trigger {
  border-color: #cf5a61;
  box-shadow: 0 0 0 3px rgba(207, 90, 97, 0.1);
}
@media (max-width: 700px) {
  .contact-hero h1 {
    font-size: 30px;
  }
  .contact-hero p {
    font-size: 15px;
  }
}
