.setupVideoGuides {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 249, 255, 0.94), rgba(232, 244, 255, 0.92)),
    radial-gradient(circle at 12% 10%, rgba(24, 201, 164, 0.16), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(23, 105, 255, 0.14), transparent 36%);
}

.setupVideoGuides .wrap {
  position: relative;
  z-index: 1;
}

.setupVideoGuidesHead {
  max-width: 780px;
  margin-bottom: 28px;
}

.setupVideoGuidesHead .eyebrow {
  margin-bottom: 14px;
}

.setupVideoGuidesHead h2 {
  margin: 0;
  color: #071427;
  font-size: clamp(36px, 4.8vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.setupVideoGuidesHead p {
  margin: 18px 0 0;
  color: #334a67;
  font-size: 20px;
  line-height: 1.5;
}

.setupVideoFeature {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
  gap: 24px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(194, 214, 242, 0.86);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 30px 78px rgba(31, 66, 110, 0.13);
  backdrop-filter: blur(18px);
}

.setupVideoMedia {
  position: relative;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #071427;
  aspect-ratio: 16 / 9;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

.setupVideoMedia video,
.setupVideoComingSoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.setupVideoMedia video {
  display: block;
  object-fit: cover;
  background: #071427;
}

.setupVideoMedia.isComingSoon video {
  display: none;
}

.setupVideoComingSoon {
  display: none;
  place-items: center;
  padding: 28px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 20, 39, 0.92), rgba(12, 67, 135, 0.92)),
    radial-gradient(circle at 22% 24%, rgba(24, 201, 164, 0.28), transparent 34%);
  text-align: center;
}

.setupVideoMedia.isComingSoon .setupVideoComingSoon {
  display: grid;
}

.setupVideoComingSoonInner {
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: 420px;
}

.setupVideoComingSoonIcon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 22px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  font-size: 20px;
  font-weight: 1000;
}

.setupVideoComingSoon b {
  font-size: 24px;
  letter-spacing: 0;
}

.setupVideoComingSoon span {
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.45;
}

.setupVideoCopy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 12px 10px 12px 4px;
}

.setupVideoStatus {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(23, 105, 255, 0.18);
  background: #eef6ff;
  color: #0753d6;
  font-size: 12px;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.setupVideoStatus:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18c9a4;
  box-shadow: 0 0 0 7px rgba(24, 201, 164, 0.14);
}

.setupVideoCopy h3 {
  margin: 0;
  color: #071427;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: 0;
}

.setupVideoCopy p {
  margin: 0;
  color: #334a67;
  font-size: 18px;
  line-height: 1.55;
}

.setupVideoActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.setupVideoActions .btn,
.setupVideoActions .btn.alt {
  min-height: 50px;
  padding: 13px 18px;
}

.setupVideoSelectors {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.setupVideoCard {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(194, 214, 242, 0.86);
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  color: #071427;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(31, 66, 110, 0.08);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  font: inherit;
}

.setupVideoCard:hover,
.setupVideoCard:focus-visible,
.setupVideoCard.isActive {
  transform: translateY(-2px);
  border-color: rgba(23, 105, 255, 0.46);
  box-shadow: 0 22px 44px rgba(23, 105, 255, 0.14);
  outline: 0;
}

.setupVideoCard.isActive {
  background: linear-gradient(180deg, #ffffff, #f4f9ff);
}

.setupVideoThumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 16 / 10;
  background: #eaf3ff;
}

.setupVideoThumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.setupVideoCardBadge {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: calc(100% - 20px);
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(7, 20, 39, 0.76);
  color: #ffffff;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1.1;
}

.setupVideoCard strong {
  font-size: 16px;
  line-height: 1.2;
}

.setupVideoCard span:not(.setupVideoCardBadge) {
  color: #52657a;
  font-size: 13px;
  line-height: 1.35;
}

.setupStageStrip {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(194, 214, 242, 0.76);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 38px rgba(31, 66, 110, 0.08);
}

.setupStageStrip h3 {
  margin: 0 0 14px;
  color: #071427;
  font-size: 22px;
  letter-spacing: 0;
}

.setupStageList {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.setupStageList li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 16px;
  background: #f4f9ff;
  color: #233a58;
  font-weight: 900;
}

.setupStageList b {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1769ff;
  color: #ffffff;
  font-size: 13px;
}

@media (max-width: 1050px) {
  .setupVideoFeature {
    grid-template-columns: 1fr;
  }

  .setupVideoCopy {
    padding: 4px;
  }

  .setupVideoSelectors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .setupStageList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .setupVideoGuidesHead p {
    font-size: 17px;
  }

  .setupVideoFeature {
    padding: 12px;
    border-radius: 24px;
  }

  .setupVideoMedia {
    border-radius: 18px;
  }

  .setupVideoSelectors {
    grid-template-columns: 1fr;
  }

  .setupVideoActions {
    display: grid;
  }

  .setupVideoActions .btn,
  .setupVideoActions .btn.alt {
    width: 100%;
  }

  .setupStageList {
    grid-template-columns: 1fr;
  }
}
