.white-label-hero .service-hero-media img {
  object-position: 58% center;
}

.white-label-text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--service-blue);
  font-size: 12px;
  font-weight: 800;
}

.white-label-text-link:hover {
  color: #c9e3ff;
}

.white-label-process ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: var(--service-line);
}

.white-label-process li {
  min-height: 190px;
  padding: 28px;
  background: #0f2138;
}

.white-label-process li > span {
  color: var(--service-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.white-label-process h3 {
  margin: 30px 0 9px;
  font-size: 17px;
}

.white-label-process li p {
  margin: 0;
  color: var(--service-muted);
  font-size: 12px;
  line-height: 1.65;
}

.white-label-application {
  display: grid;
  grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: start;
}

.white-label-application-copy {
  position: sticky;
  top: 112px;
}

.white-label-application-copy > p:not(.section-kicker) {
  color: var(--service-muted);
  font-size: 14px;
  line-height: 1.75;
}

.white-label-contact {
  display: grid;
  gap: 5px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--service-line);
}

.white-label-contact span {
  color: #7890aa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.white-label-contact a {
  color: var(--service-blue);
  font-weight: 700;
}

.white-label-form {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--service-line);
  background: var(--service-panel);
}

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

.white-label-form label,
.white-label-services legend {
  display: grid;
  gap: 8px;
  color: #d8e5f5;
  font-size: 12px;
  font-weight: 700;
}

.white-label-form label > span:not(:only-child),
.white-label-form label > span:first-child:last-child {
  color: inherit;
}

.white-label-form label > span:not(.white-label-confirm span) {
  font-weight: inherit;
}

.white-label-form label > span:where(:not(.service-choice-copy)) {
  color: #7890aa;
  font-size: 10px;
  font-weight: 600;
}

.white-label-form input:not([type="checkbox"]),
.white-label-form select,
.white-label-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #3a628e;
  border-radius: 4px;
  background: #0b1b2e;
  color: #f4f8ff;
  padding: 12px 14px;
  font: inherit;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.white-label-form textarea {
  min-height: 142px;
  resize: vertical;
  line-height: 1.55;
}

.white-label-form input:hover,
.white-label-form select:hover,
.white-label-form textarea:hover {
  border-color: #5799ed;
}

.white-label-form input:focus,
.white-label-form select:focus,
.white-label-form textarea:focus {
  border-color: #8cc4ff;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(87, 153, 237, .18);
}

.white-label-services,
.white-label-message {
  grid-column: 1 / -1;
}

.white-label-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.white-label-services legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.white-label-services label {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 11px;
  min-height: 84px;
  padding: 15px;
  border: 1px solid #3a628e;
  background: #0b1b2e;
  cursor: pointer;
}

.white-label-services input,
.white-label-confirm input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: #4f9aff;
}

.white-label-services strong,
.white-label-services small {
  display: block;
}

.white-label-services small {
  margin-top: 5px;
  color: var(--service-muted);
  font-weight: 500;
  line-height: 1.45;
}

.white-label-confirm {
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 11px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid #3a628e;
  background: #0b1b2e;
  cursor: pointer;
}

.white-label-confirm span {
  color: #c9d7e7;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}

.white-label-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  border: 1px solid #4f9aff;
  border-radius: 4px;
  background: #1b5fa8;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.white-label-submit:hover {
  border-color: #8cc4ff;
  background: #2877c8;
  transform: translateY(-2px);
}

.white-label-submit:disabled {
  cursor: wait;
  opacity: .62;
  transform: none;
}

.white-label-result {
  display: none;
  margin-top: 14px;
  padding: 15px 17px;
  border: 1px solid #3a628e;
  background: #0b1b2e;
  color: #d8e5f5;
  font-size: 12px;
  line-height: 1.55;
}

.white-label-result.is-visible {
  display: block;
}

.white-label-result.is-error {
  border-color: #9d4f4b;
  background: #3a252f;
  color: #ffb4ae;
}

.white-label-result.is-success {
  border-color: #2f8f70;
  background: #123b35;
  color: #9ff1d1;
}

.white-label-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .white-label-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .white-label-application {
    grid-template-columns: 1fr;
  }

  .white-label-application-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .white-label-process ol,
  .white-label-form-grid,
  .white-label-services {
    grid-template-columns: 1fr;
  }

  .white-label-services legend,
  .white-label-services,
  .white-label-message {
    grid-column: 1;
  }
}
