/* 2026-07-16: full-width Signal Fabric home hero. */
.cjsr-home {
  width: 100% !important;
  margin-left: 0 !important;
  background: #ffffff !important;
}

.cjsr-wide {
  width: 100% !important;
  max-width: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: clamp(28px, 4.5vw, 72px) !important;
  padding-left: clamp(28px, 4.5vw, 72px) !important;
}

.cjsr-nav {
  height: 78px !important;
  border-bottom-color: rgba(119, 196, 255, 0.18) !important;
  background: rgba(3, 8, 23, 0.66) !important;
  color: #eef7ff !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
}

.cjsr-brand {
  gap: 13px !important;
  color: #ffffff !important;
}

.cjsr-brand-logo {
  width: 43px !important;
  height: 43px !important;
  border-color: rgba(94, 202, 255, 0.42) !important;
  background: rgba(5, 14, 38, 0.78) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 10px 30px rgba(0, 10, 34, 0.28) !important;
}

.cjsr-brand-logo img {
  width: 36px !important;
  height: 36px !important;
}

.cjsr-brand-copy strong {
  color: #ffffff !important;
}

.cjsr-brand-copy small {
  color: #8ca8c8 !important;
  font-size: 14px !important;
}

.cjsr-nav-links {
  gap: 30px !important;
  color: #c5d5e8 !important;
  font-size: 14px !important;
}

.cjsr-nav-link:hover {
  border-color: #00d8ff !important;
  color: #ffffff !important;
}

.cjsr-btn {
  min-height: 44px !important;
  border-color: rgba(128, 181, 235, 0.42) !important;
  border-radius: 5px !important;
  background: rgba(6, 19, 49, 0.64) !important;
  color: #eaf6ff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025) !important;
  backdrop-filter: blur(12px) !important;
}

.cjsr-btn:hover {
  border-color: #00d8ff !important;
  background: rgba(11, 34, 79, 0.82) !important;
  color: #ffffff !important;
}

.cjsr-btn-primary {
  border-color: #2475ff !important;
  background: linear-gradient(90deg, #1555ff, #087acb) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(21, 85, 255, 0.22) !important;
}

.cjsr-btn-primary:hover {
  border-color: #55ddff !important;
  background: linear-gradient(90deg, #2475ff, #069ec4) !important;
}

.cjsr-hero {
  height: min(860px, calc(100svh - 36px)) !important;
  min-height: 680px !important;
  overflow: hidden !important;
  background-color: #030817 !important;
  background-image:
    linear-gradient(90deg, rgba(3, 8, 23, 0.99) 0%, rgba(3, 8, 23, 0.94) 25%, rgba(3, 8, 23, 0.75) 40%, rgba(3, 8, 23, 0.24) 61%, rgba(3, 8, 23, 0.04) 100%),
    linear-gradient(180deg, rgba(3, 8, 23, 0.08) 56%, rgba(3, 8, 23, 0.62) 100%),
    url('/cjs-home-routing-fabric-v5.webp') !important;
  background-position: center, center, center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.cjsr-hero-image {
  display: none !important;
}

.cjsr-hero::before {
  content: "" !important;
  z-index: 1 !important;
  inset: 0 !important;
  background-image:
    linear-gradient(rgba(95, 180, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(95, 180, 255, 0.035) 1px, transparent 1px) !important;
  background-size: 52px 52px !important;
  color: transparent !important;
  font-size: 0 !important;
  animation: cjs-home-signal-grid 18s linear infinite !important;
}

.cjsr-hero::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  top: 122px !important;
  right: 4.5vw !important;
  width: 36px !important;
  height: 36px !important;
  border-top: 1px solid rgba(91, 204, 255, 0.56) !important;
  border-right: 1px solid rgba(91, 204, 255, 0.56) !important;
  background: none !important;
  pointer-events: none !important;
}

.cjsr-hero-main {
  align-items: center !important;
  padding-top: 88px !important;
  padding-bottom: 122px !important;
}

.cjsr-hero-copy {
  width: min(540px, 41%) !important;
  transform: translateY(-8px) !important;
}

.cjsr-kicker {
  gap: 12px !important;
  color: #62e9ff !important;
  font-size: 14px !important;
  text-shadow: 0 0 24px rgba(0, 216, 255, 0.26) !important;
}

.cjsr-kicker::before {
  width: 36px !important;
  height: 2px !important;
  background: #00d8ff !important;
  box-shadow: 0 0 15px rgba(0, 216, 255, 0.66) !important;
}

.cjsr-hero h1 {
  margin-top: 20px !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 68px !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 16px 48px rgba(0, 4, 20, 0.62) !important;
}

.cjsr-color-line {
  width: 126px !important;
  height: 4px !important;
  margin-top: 22px !important;
  box-shadow: 0 0 24px rgba(0, 216, 255, 0.24) !important;
}

.cjsr-hero-statement {
  max-width: 510px !important;
  margin-top: 24px !important;
  color: #f0f7ff !important;
  font-size: 28px !important;
  line-height: 1.48 !important;
  text-shadow: 0 8px 28px rgba(0, 5, 24, 0.68) !important;
}

.cjsr-hero-lead {
  max-width: 500px !important;
  margin-top: 12px !important;
  color: #a9bdd5 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  text-shadow: 0 6px 22px rgba(0, 5, 24, 0.7) !important;
}

.cjsr-hero-actions {
  gap: 12px !important;
  margin-top: 28px !important;
}

.cjsr-status-rail {
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 104px !important;
  transform: none !important;
  border: 0 !important;
  border-top: 1px solid rgba(109, 190, 255, 0.2) !important;
  background:
    linear-gradient(90deg, rgba(5, 15, 39, 0.94), rgba(7, 25, 61, 0.78)),
    rgba(3, 8, 23, 0.9) !important;
  box-shadow: 0 -18px 44px rgba(0, 5, 20, 0.2) !important;
  backdrop-filter: blur(18px) saturate(1.18) !important;
}

.cjsr-status {
  grid-template-columns: 40px minmax(0, 1fr) !important;
  gap: 13px !important;
  padding: 17px clamp(18px, 2.2vw, 34px) !important;
}

.cjsr-status + .cjsr-status {
  border-left-color: rgba(109, 190, 255, 0.17) !important;
}

.cjsr-status::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  opacity: 0 !important;
  background: linear-gradient(105deg, rgba(0, 216, 255, 0.07), transparent 58%) !important;
  transition: opacity 180ms ease !important;
  pointer-events: none !important;
}

.cjsr-status:hover::before {
  opacity: 1 !important;
}

.cjsr-status .cjsr-icon {
  width: 40px !important;
  height: 40px !important;
  border-color: rgba(84, 194, 255, 0.45) !important;
  background: linear-gradient(145deg, rgba(19, 64, 127, 0.68), rgba(5, 19, 49, 0.76)) !important;
  color: #6ce9ff !important;
  box-shadow: inset 0 0 18px rgba(0, 216, 255, 0.08) !important;
}

.cjsr-status:hover .cjsr-icon {
  transform: translateY(-2px) !important;
  border-color: #52ddff !important;
  color: #ffffff !important;
}

.cjsr-status-copy small {
  color: #7794b7 !important;
  font-size: 14px !important;
}

.cjsr-status-copy strong {
  margin-top: 4px !important;
  color: #edf7ff !important;
  font-size: 15px !important;
}

.cjsr-capabilities .cjsr-section-head {
  padding-top: 54px !important;
}

@keyframes cjs-home-signal-grid {
  from { background-position: 0 0, 0 0; }
  to { background-position: 52px 26px, 52px 26px; }
}

@media (max-width: 1120px) and (min-width: 781px) {
  .cjsr-wide {
    padding-right: 38px !important;
    padding-left: 38px !important;
  }

  .cjsr-hero {
    background-position: center, center, 56% center !important;
  }

  .cjsr-hero-copy {
    width: min(500px, 46%) !important;
  }

  .cjsr-hero h1 {
    font-size: 60px !important;
  }

  .cjsr-hero-statement {
    font-size: 24px !important;
  }

  .cjsr-hero-lead {
    font-size: 15px !important;
  }
}

@media (max-width: 780px) {
  .cjsr-wide {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }

  .cjsr-nav {
    height: 70px !important;
    background: rgba(3, 8, 23, 0.78) !important;
  }

  .cjsr-brand-logo {
    width: 40px !important;
    height: 40px !important;
  }

  .cjsr-brand-logo img {
    width: 34px !important;
    height: 34px !important;
  }

  .cjsr-brand-copy small {
    margin-top: 2px !important;
  }

  .cjsr-nav-links {
    gap: 0 !important;
  }

  .cjsr-nav-links .cjsr-btn {
    min-height: 40px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
  }

  .cjsr-hero {
    height: calc(100svh - 28px) !important;
    min-height: 780px !important;
    background-image:
      linear-gradient(180deg, rgba(3, 8, 23, 0.96) 0%, rgba(3, 8, 23, 0.86) 43%, rgba(3, 8, 23, 0.43) 66%, rgba(3, 8, 23, 0.88) 100%),
      url('/cjs-home-routing-fabric-v5.webp') !important;
    background-position: center, 65% center !important;
    background-size: cover !important;
  }

  .cjsr-hero::after {
    top: 92px !important;
    right: 22px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .cjsr-hero-main {
    align-items: flex-start !important;
    padding-top: 112px !important;
    padding-bottom: 228px !important;
  }

  .cjsr-hero-copy {
    width: 100% !important;
    max-width: 520px !important;
    transform: none !important;
  }

  .cjsr-hero h1 {
    margin-top: 16px !important;
    font-size: 50px !important;
  }

  .cjsr-color-line {
    width: 96px !important;
    margin-top: 17px !important;
  }

  .cjsr-hero-statement {
    max-width: 470px !important;
    margin-top: 19px !important;
    font-size: 23px !important;
    line-height: 1.45 !important;
  }

  .cjsr-hero-lead {
    max-width: 470px !important;
    margin-top: 9px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  .cjsr-hero-actions {
    margin-top: 20px !important;
  }

  .cjsr-status-rail {
    height: 196px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cjsr-status {
    min-height: 98px !important;
    grid-template-columns: 36px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 14px 16px !important;
  }

  .cjsr-status:nth-child(3),
  .cjsr-status:nth-child(4) {
    border-top: 1px solid rgba(109, 190, 255, 0.17) !important;
  }

  .cjsr-status:nth-child(3) {
    border-left: 0 !important;
  }

  .cjsr-status .cjsr-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .cjsr-status-copy strong {
    font-size: 14px !important;
  }
}

@media (max-width: 420px) {
  .cjsr-wide {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .cjsr-brand-copy small {
    display: none !important;
  }

  .cjsr-hero {
    min-height: 760px !important;
    background-position: center, 68% center !important;
  }

  .cjsr-hero-main {
    padding-top: 106px !important;
  }

  .cjsr-hero h1 {
    font-size: 44px !important;
  }

  .cjsr-hero-statement {
    font-size: 21px !important;
  }

  .cjsr-hero-actions {
    gap: 9px !important;
  }

  .cjsr-hero-actions .cjsr-btn {
    min-height: 42px !important;
    padding-right: 13px !important;
    padding-left: 13px !important;
  }

  .cjsr-status {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cjsr-hero::before {
    animation: none !important;
  }
}
