.nms-contact-page {
  --contact-blue: #075bd5;
  --contact-orange: #ff7416;
  --contact-line: #d9e1e7;
  --contact-text: #101923;
  --contact-muted: #4e5c67;
  background: #fff;
  color: var(--contact-text);
}

.nms-contact-page .nms-container {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))) !important;
  max-width: none;
  margin-inline: auto;
}

.nms-contact-hero {
  min-height: 492px;
  background:
    linear-gradient(90deg, rgba(5, 16, 24, .98) 0%, rgba(5, 16, 24, .74) 48%, rgba(5, 16, 24, .12) 100%),
    url("../images/contact-page/generated/contact-hero-v5.webp") center 57% / cover no-repeat;
  color: #fff;
}

.nms-contact-crumbs {
  display: flex;
  gap: 10px;
  min-height: 72px;
  align-items: end;
  padding-bottom: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}

.nms-contact-crumbs a {
  color: #fff;
  text-decoration: none;
}

.nms-contact-hero__copy {
  max-width: 720px;
  padding: 36px 0 52px;
}

.nms-contact-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(44px, 3.9vw, 60px);
  letter-spacing: 0;
  line-height: 1.04;
}

.nms-contact-hero p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 20px;
  line-height: 1.48;
}

.nms-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.nms-contact-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 30px;
  font-weight: 800;
  text-decoration: none;
}

.nms-contact-btn--primary {
  background: var(--contact-orange);
  color: #fff;
}

.nms-contact-btn--ghost {
  border: 1px solid rgba(255, 255, 255, .48);
  color: #fff;
}

.nms-contact-workbench,
.nms-contact-guide,
.nms-contact-examples {
  border-bottom: 1px solid var(--contact-line);
  background: #fff;
}

.nms-contact-workbench {
  padding: 46px 0 40px;
}

.nms-contact-workbench .nms-container,
.nms-contact-guide .nms-container {
  display: grid;
  grid-template-columns: 400px minmax(0, 1fr);
  gap: 40px;
}

.nms-contact-info {
  border-right: 1px solid var(--contact-line);
  padding-right: 34px;
}

.nms-contact-form-card {
  padding-left: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nms-contact-info h2,
.nms-contact-form-card h2,
.nms-contact-guide h2,
.nms-contact-examples h2 {
  margin: 0 0 22px;
  color: var(--contact-text);
  font-size: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nms-contact-info div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 0 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--contact-line);
}

.nms-contact-info .dashicons {
  grid-row: span 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #0b58b3;
  color: #fff;
  font-size: 28px;
}

.nms-contact-info strong {
  color: var(--contact-text);
  font-size: 16px;
}

.nms-contact-info a,
.nms-contact-info p {
  margin: 4px 0;
  color: #172635;
  text-decoration: none;
}

.nms-contact-info small {
  color: var(--contact-muted);
  font-size: 13px;
}

.nms-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.nms-contact-form label {
  display: grid;
  gap: 7px;
  color: #172635;
  font-size: 13px;
}

.nms-contact-form label span {
  color: var(--contact-orange);
}

.nms-contact-form input,
.nms-contact-form select,
.nms-contact-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid #cbd4da;
  background: #fff;
  color: var(--contact-text);
  padding: 0 15px;
  font: inherit;
}

.nms-contact-form textarea {
  min-height: 96px;
  padding-top: 14px;
  resize: vertical;
}

.nms-contact-wide,
.nms-contact-upload,
.nms-contact-form button,
.nms-contact-note {
  grid-column: 1 / -1;
}

.nms-contact-upload {
  position: relative;
  min-height: 74px;
  align-content: center;
  justify-items: center;
  border: 1px dashed #9daab5;
  background: #fbfcfd;
  color: #172635;
  text-align: center;
  cursor: pointer;
}

.nms-contact-upload input {
  position: absolute;
  inset: 0;
  min-height: 100%;
  opacity: 0;
  cursor: pointer;
}

.nms-contact-upload small {
  color: var(--contact-muted);
}

.nms-contact-form button {
  min-height: 62px;
  border: 0;
  background: var(--contact-orange);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
}

.nms-contact-note {
  margin: -4px 0 0;
  color: var(--contact-muted);
  text-align: center;
}

.nms-contact-note a,
.nms-contact-examples a {
  color: var(--contact-orange);
  font-weight: 800;
  text-decoration: none;
}

.nms-contact-hidden {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(50%);
}

.nms-contact-guide {
  padding: 46px 0 44px;
}

.nms-contact-guide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nms-contact-guide li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: var(--contact-muted);
}

.nms-contact-guide li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--contact-blue);
}

.nms-contact-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.nms-contact-process span {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #172635;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.nms-contact-process span:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7a8792;
  border-right: 1px solid #7a8792;
  transform: rotate(45deg);
}

.nms-contact-process .dashicons {
  width: 44px;
  height: 44px;
  color: #0c58a8;
  font-size: 42px;
}

.nms-contact-examples {
  padding: 42px 0 48px;
}

.nms-contact-examples table {
  width: 100%;
  border-collapse: collapse;
  color: #172635;
}

.nms-contact-examples th,
.nms-contact-examples td {
  border-bottom: 1px solid var(--contact-line);
  padding: 14px 14px;
  text-align: left;
}

.nms-contact-examples th {
  color: var(--contact-muted);
  font-size: 12px;
}

.nms-contact-model {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nms-contact-model img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  object-fit: cover;
  background: #f4f6f7;
}

.nms-contact-trust {
  background: #071b27;
  color: #fff;
}

.nms-contact-trust .nms-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.nms-contact-trust div div {
  display: flex;
  min-height: 118px;
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.nms-contact-trust div div:last-child {
  border-right: 0;
}

.nms-contact-trust .dashicons {
  width: 44px;
  height: 44px;
  font-size: 42px;
}

.nms-contact-trust strong,
.nms-contact-trust small {
  display: block;
}

.nms-contact-trust strong {
  color: #fff;
  font-size: 16px;
}

.nms-contact-trust small {
  color: rgba(255, 255, 255, .72);
}

body.page-id-54468 .nms-footer {
  background:
    linear-gradient(90deg, rgba(7, 23, 34, .98), rgba(7, 23, 34, .95)),
    url("../images/products-page/generated/footer-plant.webp") right bottom / auto 100% no-repeat;
}

body.page-id-54468 .nms-footer {
  padding: 30px 0 14px;
}

body.page-id-54468 .nms-footer__grid {
  gap: 34px;
}

body.page-id-54468 .nms-footer__brand img {
  width: 260px;
}

body.page-id-54468 .nms-footer__bottom {
  margin-top: 22px;
  padding-top: 12px;
}

@media (max-width: 1100px) {
  .nms-contact-workbench .nms-container {
    grid-template-columns: 1fr;
  }

  .nms-contact-info {
    border-right: 0;
    padding-right: 0;
  }

  .nms-contact-trust .nms-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nms-contact-guide .nms-container {
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    gap: 36px;
  }

  .nms-contact-process {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 18px;
  }

  .nms-contact-process span {
    min-height: 116px;
    align-content: center;
    padding: 18px 14px;
    border: 1px solid var(--contact-line);
    background: #fff;
  }

  .nms-contact-process span:not(:last-child)::after {
    display: none;
  }

  .nms-contact-process span:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .nms-contact-page .nms-container {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2))) !important;
  }

  .nms-contact-hero {
    min-height: 560px;
    background-position: 58% top;
  }

  .nms-contact-hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .nms-contact-hero p {
    font-size: 17px;
  }

  .nms-contact-actions,
  .nms-contact-form,
  .nms-contact-guide .nms-container,
  .nms-contact-process,
  .nms-contact-trust .nms-container {
    grid-template-columns: 1fr;
  }

  .nms-contact-btn {
    width: 100%;
  }

  .nms-contact-examples {
    overflow-x: visible;
  }

  .nms-contact-examples table {
    min-width: 0;
  }

  .nms-contact-examples thead {
    display: none;
  }

  .nms-contact-examples tr,
  .nms-contact-examples td {
    display: block;
    width: 100%;
  }

  .nms-contact-examples tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--contact-line);
  }

  .nms-contact-examples td {
    border-bottom: 0;
    padding: 5px 0;
  }

  .nms-contact-process span:not(:last-child)::after {
    display: none;
  }

  .nms-contact-trust div div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }
}
