.xq-home .home-custom-lab {
  padding: 0;
  background: transparent;
}

.xq-home .home-custom-lab__stage {
  position: relative;
  width: 100%;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 15, 27, .96) 0%, rgba(2, 16, 29, .88) 30%, rgba(2, 16, 29, .36) 53%, rgba(2, 16, 29, .04) 78%),
    linear-gradient(0deg, rgba(2, 15, 27, .44), transparent 46%),
    url("../images/home-custom-service/ip68-validation-equipment-only-v2.webp") center / cover no-repeat;
  box-shadow: none;
}

.xq-home .home-custom-lab__inner {
  position: relative;
  width: min(var(--container, 1440px), calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
}

.xq-home .home-custom-lab__copy {
  position: absolute;
  z-index: 3;
  top: 62px;
  left: 64px;
  width: min(440px, 38%);
}

.xq-home .home-custom-lab__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #67d6ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
}

.xq-home .home-custom-lab__eyebrow::before {
  width: 38px;
  height: 2px;
  background: currentColor;
  content: "";
}

.xq-home .home-custom-lab__copy h2 {
  max-width: 430px;
  margin: 18px 0 16px;
  color: #fff;
  font-size: clamp(36px, 3.15vw, 54px);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.xq-home .home-custom-lab__copy p {
  max-width: 420px;
  margin: 0;
  color: #c6d6e2;
  font-size: 14px;
  line-height: 1.8;
}

.xq-home .home-custom-lab__actions {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}

.xq-home .home-custom-lab__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(205, 232, 247, .42);
  border-radius: 3px;
  background: rgba(4, 32, 52, .56);
  transition: border-color .18s ease, background-color .18s ease;
}

.xq-home .home-custom-lab__action--primary {
  border-color: #078ed1;
  background: #078ed1;
}

.xq-home .home-custom-lab__action:hover,
.xq-home .home-custom-lab__action:focus-visible {
  border-color: #67d6ff;
  background: #0b6b9d;
}

.xq-home .home-custom-lab__proof {
  position: absolute;
  z-index: 4;
  top: 58px;
  right: auto;
  left: calc(50% + 40px);
  width: 280px;
  padding: 18px 20px;
  color: #fff;
  border: 1px solid rgba(103, 214, 255, .38);
  border-left: 3px solid #67d6ff;
  background: rgba(4, 29, 48, .74);
  box-shadow: none;
  backdrop-filter: blur(8px);
  pointer-events: none;
  transition: top .18s ease, left .18s ease;
}

.xq-home .home-custom-lab__proof::after {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #67d6ff;
  content: "";
}

.xq-home .home-custom-lab__proof.is-proof-left::after {
  left: 100%;
}

.xq-home .home-custom-lab__proof.is-proof-right::after {
  right: 100%;
}

.xq-home .home-custom-lab__proof small,
.xq-home .home-custom-lab__timeline-title small {
  color: #078ed1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.xq-home .home-custom-lab__proof small {
  color: #67d6ff;
}

.xq-home .home-custom-lab__proof strong,
.xq-home .home-custom-lab__proof span {
  display: block;
}

.xq-home .home-custom-lab__proof strong {
  margin-top: 7px;
  font-size: 16px;
}

.xq-home .home-custom-lab__proof span {
  margin-top: 6px;
  color: #c8d9e5;
  font-size: 11px;
  line-height: 1.55;
}

.xq-home .home-custom-lab__marker {
  --marker-x: 46%;
  --marker-y: 39%;
  position: absolute;
  z-index: 6;
  top: var(--marker-y);
  left: var(--marker-x);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  opacity: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, .76);
  border-radius: 50%;
  background: #078ed1;
  box-shadow: 0 0 0 6px rgba(7, 142, 209, .2);
  transform: translate(-50%, -50%) scale(.86);
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

.xq-home .home-custom-lab__marker.is-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.xq-home .home-custom-lab__marker[data-marker="2"] { --marker-x: 55%; --marker-y: 44%; }
.xq-home .home-custom-lab__marker[data-marker="3"] { --marker-x: 66%; --marker-y: 36%; }
.xq-home .home-custom-lab__marker[data-marker="4"] { --marker-x: 51%; --marker-y: 12%; }
.xq-home .home-custom-lab__marker[data-marker="5"] { --marker-x: 72%; --marker-y: 61%; }

.xq-home .home-custom-lab__timeline {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 24px;
  left: 0;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 126px;
  color: #fff;
  border: 1px solid rgba(151, 193, 218, .36);
  background: rgba(3, 26, 44, .92);
  box-shadow: none;
  backdrop-filter: blur(8px);
}

.xq-home .home-custom-lab__timeline-title {
  padding: 22px 24px;
  border-right: 1px solid rgba(151, 193, 218, .28);
}

.xq-home .home-custom-lab__timeline-title strong,
.xq-home .home-custom-lab__timeline-title span {
  display: block;
}

.xq-home .home-custom-lab__timeline-title strong {
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
}

.xq-home .home-custom-lab__timeline-title span {
  margin-top: 7px;
  color: #9fb3c2;
  font-size: 11px;
  line-height: 1.5;
}

.xq-home .home-custom-lab__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 18px 20px 14px;
}

.xq-home .home-custom-lab__step {
  position: relative;
  min-width: 0;
  padding: 16px 18px 14px;
  color: #d5e2ec;
  text-align: left;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: background-color .18s ease;
}

.xq-home .home-custom-lab__step::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 1px;
  background: rgba(151, 193, 218, .48);
  content: "";
}

.xq-home .home-custom-lab__step::after {
  position: absolute;
  top: -3px;
  left: 18px;
  width: 8px;
  height: 8px;
  background: #7894a8;
  content: "";
}

.xq-home .home-custom-lab__step i,
.xq-home .home-custom-lab__step strong,
.xq-home .home-custom-lab__step span {
  display: block;
}

.xq-home .home-custom-lab__step i {
  color: #8ea6b7;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.xq-home .home-custom-lab__step strong {
  margin-top: 8px;
  font-size: 14px;
}

.xq-home .home-custom-lab__step span {
  margin-top: 5px;
  color: #8fa6b7;
  font-size: 11px;
}

.xq-home .home-custom-lab__step:hover,
.xq-home .home-custom-lab__step:focus-visible,
.xq-home .home-custom-lab__step.is-active {
  color: #fff;
  border-bottom-color: #078ed1;
  background: rgba(7, 142, 209, .12);
  outline: none;
}

.xq-home .home-custom-lab__step:focus-visible {
  outline: 2px solid #67d6ff;
  outline-offset: -2px;
}

.xq-home .home-custom-lab__step:hover i,
.xq-home .home-custom-lab__step:focus-visible i,
.xq-home .home-custom-lab__step.is-active i {
  color: #67d6ff;
}

.xq-home .home-custom-lab__step:hover::before,
.xq-home .home-custom-lab__step:hover::after,
.xq-home .home-custom-lab__step:focus-visible::before,
.xq-home .home-custom-lab__step:focus-visible::after,
.xq-home .home-custom-lab__step.is-active::before,
.xq-home .home-custom-lab__step.is-active::after {
  background: #078ed1;
}

.xq-home .home-custom-mobile {
  display: none;
}

@media (min-width: 761px) {
  body.xq-home.has-home-inquiry {
    overflow: hidden;
  }

  .xq-home .home-inquiry-layer {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: block;
    visibility: hidden;
    pointer-events: none;
    background: rgba(2, 18, 31, .72);
    opacity: 0;
    transition: opacity .2s ease, visibility .2s ease;
  }

  .xq-home .home-inquiry-layer.is-open {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }

  .xq-home .home-inquiry-sheet {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(620px, calc(100% - 48px));
    max-height: calc(100dvh - 64px);
    padding: 30px 32px 32px;
    overflow-y: auto;
    border-radius: 8px;
    background: #f7fbfe;
    box-shadow: 0 28px 80px rgba(0, 20, 36, .34);
    opacity: 0;
    transform: translate(-50%, -47%) scale(.98);
    transition: opacity .2s ease, transform .2s ease;
  }

  .xq-home .home-inquiry-layer.is-open .home-inquiry-sheet {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .xq-home .home-inquiry-handle {
    display: none;
  }

  .xq-home .home-inquiry-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #49647a;
    font-size: 22px;
    border: 0;
    border-radius: 50%;
    background: #e7f0f6;
    cursor: pointer;
  }

  .xq-home .home-inquiry-sheet > h2 {
    max-width: calc(100% - 56px);
    margin: 0;
    color: #0d2744;
    font-size: 26px;
  }

  .xq-home .home-inquiry-sheet > p {
    max-width: calc(100% - 56px);
    margin: 7px 0 20px;
    color: #61748a;
    font-size: 13px;
    line-height: 1.6;
  }

  .xq-home .quote-form--mobile-sheet {
    box-shadow: none;
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .xq-home .home-custom-mobile .home-mobile-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    margin: 18px 0 16px;
    padding: 4px;
    border-radius: 8px;
    background: #e8f1fa;
  }

  .xq-home .home-custom-mobile .home-mobile-tabs button {
    min-height: 44px;
    padding: 0 14px;
    color: #52677d;
    font-weight: 800;
    border: 0;
    border-radius: 6px;
    background: transparent;
  }

  .xq-home .home-custom-mobile .home-mobile-tabs button.is-active {
    color: #075da9;
    background: #fff;
    box-shadow: 0 3px 9px rgba(31, 81, 134, .1);
  }

  .xq-home .home-custom-mobile .custom-body {
    display: block;
  }

  .xq-home .home-custom-mobile .custom-body [data-mobile-panel] {
    display: none;
  }

  .xq-home .home-custom-mobile .custom-body [data-mobile-panel="capabilities"]:not(.is-mobile-inactive),
  .xq-home .home-custom-mobile .custom-body [data-mobile-panel].is-mobile-active {
    display: grid;
  }

  .xq-home .home-custom-mobile .custom-body [data-mobile-panel].is-mobile-inactive {
    display: none;
  }

  .xq-home .home-custom-mobile .custom-photo {
    pointer-events: none;
  }
}

@media (min-width: 981px) and (max-width: 1883px) {
  .xq-home .home-custom-lab__marker { --marker-x: calc(50% - 75.3px); }
  .xq-home .home-custom-lab__marker[data-marker="2"] { --marker-x: calc(50% + 94.1px); }
  .xq-home .home-custom-lab__marker[data-marker="3"] { --marker-x: calc(50% + 301.3px); }
  .xq-home .home-custom-lab__marker[data-marker="4"] { --marker-x: calc(50% + 18.8px); }
  .xq-home .home-custom-lab__marker[data-marker="5"] { --marker-x: calc(50% + 414.3px); }
}

@media (max-width: 1180px) {
  .xq-home .home-custom-lab__copy {
    left: 42px;
    width: 390px;
  }

  .xq-home .home-custom-lab__proof {
    width: 250px;
  }

  .xq-home .home-custom-lab__timeline {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .xq-home .home-custom-lab__timeline-title {
    padding-right: 18px;
    padding-left: 18px;
  }

  .xq-home .home-custom-lab__steps {
    padding-right: 10px;
    padding-left: 10px;
  }

  .xq-home .home-custom-lab__step {
    padding-right: 10px;
    padding-left: 10px;
  }

  .xq-home .home-custom-lab__step::before {
    right: 10px;
    left: 10px;
  }

  .xq-home .home-custom-lab__step::after {
    left: 10px;
  }
}

@media (max-width: 980px) {
  .xq-home .home-custom-lab {
    display: none;
  }

  .xq-home .home-custom-mobile {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xq-home .home-inquiry-layer,
  .xq-home .home-inquiry-sheet,
  .xq-home .home-custom-lab__action,
  .xq-home .home-custom-lab__proof,
  .xq-home .home-custom-lab__marker,
  .xq-home .home-custom-lab__step {
    transition: none;
  }
}
