.simple-hero-copy {
  display: grid;
  gap: 0.9rem;
}

#hero .home-radar-hero {
  justify-self: end;
  align-self: center;
  margin-left: auto;
  margin-right: 0;
  transform: translateX(clamp(6px, 0.8vw, 12px)) translateY(clamp(-8px, -0.8vw, -2px));
}

.dynamic-showcase {
  position: relative;
  overflow: clip;
}

#sensing {
  background:
    radial-gradient(circle at 50% 0, rgba(179, 226, 255, 0.14), transparent 28%),
    radial-gradient(circle at 100% 0, rgba(243, 154, 79, 0.07), transparent 24%),
    linear-gradient(180deg, rgba(249, 251, 254, 0.98), rgba(242, 247, 252, 0.96));
}

#sensing .container {
  max-width: 1120px;
}

#sensing .section-head {
  justify-items: start;
  text-align: left;
  max-width: 760px;
  margin: 0 0 clamp(1.2rem, 2.8vw, 1.8rem);
  margin-left: -0.08rem;
}

#sensing .section-head h2 {
  max-width: none;
  text-wrap: balance;
}

#sensing .section-head p {
  max-width: 46ch;
}

.visight-scroll-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: clamp(1.8rem, 4vw, 3.4rem);
  max-width: 1120px;
  margin: 0;
  align-items: start;
}

.visight-stage {
  display: grid;
  gap: 0.9rem;
  margin-left: 0;
  padding: 1rem;
  position: sticky;
  top: 110px;
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(181, 231, 255, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 253, 0.96));
  box-shadow: 0 22px 50px rgba(35, 63, 92, 0.08);
}

.visight-lottie {
  width: 100%;
  min-height: clamp(320px, 34vw, 420px);
  border: 1px solid rgba(18, 32, 51, 0.08);
  border-radius: 18px;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 50% 26%, rgba(124, 196, 244, 0.2), transparent 34%),
    url("../../assets/images/point-cloud-curve.png"),
    linear-gradient(180deg, #0e2032 0%, #173048 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, center;
  background-size: auto, min(74%, 560px) auto, cover;
}

#sensing .visight-lottie canvas,
#sensing .visight-lottie svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  transform: none;
  filter: saturate(1.04) contrast(1.04);
}

.visight-controls {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
}

#sensing .visight-scrub-label {
  color: #5e7489;
}

#sensing .visight-scrub {
  flex: 0 1 220px;
  accent-color: #34d2ff;
}

.visight-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(7rem, 14vh, 10.5rem);
  margin-top: 0;
  align-content: start;
  padding: clamp(0.6rem, 4vh, 2rem) 0 clamp(8rem, 16vh, 12rem);
}

.visight-point {
  display: block;
  width: 100%;
  min-height: clamp(160px, 21vh, 240px);
  padding: 0 0 0 0.9rem;
  appearance: none;
  border: 0;
  border-left: 2px solid rgba(94, 116, 137, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 0.38;
  pointer-events: none;
  text-align: left;
  cursor: default;
  transition: opacity 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.visight-point:hover {
  border-color: rgba(94, 116, 137, 0.18);
  box-shadow: none;
  transform: none;
}

.visight-point-title {
  display: block;
  margin-bottom: 0.34rem;
  color: #16304a;
  font-size: clamp(1.02rem, 1.2vw, 1.14rem);
  line-height: 1.22;
}

.visight-point-text {
  display: block;
  max-width: 28ch;
  color: #607486;
  font-size: 0.94rem;
  line-height: 1.52;
}

.visight-point.is-active {
  opacity: 1;
  border-color: #29a7ff;
  background: transparent;
  box-shadow: none;
}

.visight-point.is-active .visight-point-title {
  color: #12263a;
}

.visight-point.is-active .visight-point-text {
  color: #4f667c;
}

#featured-application {
  padding-top: clamp(1rem, 1.8vw, 1.5rem);
  padding-bottom: clamp(2.15rem, 3.8vw, 3rem);
}

.featured-application .container {
  max-width: 1120px;
  padding: clamp(1.15rem, 2vw, 1.65rem);
  border: 1px solid rgba(18, 32, 51, 0.07);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 18%, rgba(142, 217, 255, 0.08), transparent 24%),
    radial-gradient(circle at 100% 0, rgba(243, 154, 79, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 251, 255, 0.88));
  box-shadow: 0 22px 54px rgba(35, 63, 92, 0.06);
}

.featured-application .featured-grid {
  grid-template-columns: minmax(440px, 520px) minmax(400px, 1fr);
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: center;
  justify-content: start;
}

.featured-application .featured-media {
  width: min(100%, 500px);
  max-width: 500px;
  justify-self: start;
  align-self: center;
  padding: 0.72rem;
  border: 1px solid rgba(18, 32, 51, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(35, 63, 92, 0.07);
}

.featured-application .featured-media-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 16 / 9;
  background: rgba(239, 245, 251, 0.96);
}

.featured-application .featured-media img {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
}

.featured-application .featured-video-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.featured-application .play-fab {
  width: 66px;
  height: 66px;
  z-index: 3;
  pointer-events: none;
}

.featured-application .featured-copy {
  display: grid;
  gap: 0.78rem;
  width: 100%;
  max-width: 490px;
  justify-self: start;
  align-self: center;
  align-content: start;
  position: relative;
  padding: 0.15rem 0 0.15rem 1.18rem;
}

.featured-application .featured-copy > * {
  margin-top: 0;
  margin-bottom: 0;
}

.featured-application .featured-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(91, 181, 243, 0.08), rgba(91, 181, 243, 0.5), rgba(91, 181, 243, 0.08));
}

.featured-application .featured-copy .eyebrow {
  margin-bottom: 0.08rem;
  color: #718aa4;
}

.featured-application .featured-copy h2 {
  max-width: none;
  font-size: clamp(1.84rem, 2.35vw, 2.22rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.featured-application .featured-copy p {
  max-width: 37ch;
  font-size: 1rem;
  line-height: 1.62;
}

.featured-application .cta-inline {
  margin-top: 0.32rem;
}

@media (max-width: 992px) {
  .visight-scroll-grid,
  .featured-application .featured-grid {
    grid-template-columns: 1fr;
  }

  .visight-lottie {
    min-height: 300px;
    background-size: auto, 86% auto, cover;
  }

  .visight-points {
    gap: 1.15rem;
    padding: 0.35rem 0 0;
  }

  .visight-point {
    min-height: auto;
    pointer-events: auto;
    cursor: pointer;
  }

  .featured-application .featured-media,
  .featured-application .featured-copy {
    max-width: none;
  }

  .featured-application .featured-copy {
    padding-left: 1rem;
  }
}

@media (max-width: 768px) {
  #hero .home-radar-hero {
    justify-self: center;
    width: min(100%, 310px);
    margin: 0 auto;
    transform: none;
  }

  #hero .home-radar-hero img {
    width: min(100%, 268px);
    justify-self: center;
    transform: none;
  }

  #sensing .section-head {
    margin-left: 0;
  }

  .visight-lottie {
    min-height: clamp(390px, 108vw, 520px);
    aspect-ratio: 3 / 4;
    background-size: auto, min(94%, 360px) auto, cover;
    background-position: center, center 42%, center;
  }

  .visight-stage {
    position: static;
    top: auto;
    padding: 0.8rem;
    border-radius: 22px;
  }

  .visight-scroll-grid {
    gap: 1rem;
  }

  .visight-points {
    gap: 0.82rem;
    padding: 0.35rem 0 0;
  }

  .visight-point {
    min-height: auto;
    opacity: 0.78;
    border: 1px solid rgba(18, 32, 51, 0.1);
    border-left-width: 1px;
    border-radius: 18px;
    padding: 0.95rem 1rem;
    background: rgba(255, 255, 255, 0.66);
  }

  .visight-point.is-active {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 28px rgba(35, 63, 92, 0.08);
  }

  .visight-point:hover {
    border-color: rgba(28, 138, 214, 0.3);
  }

  .featured-application .container {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .featured-application .featured-grid {
    gap: 1rem;
  }

  .featured-application .featured-media {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .featured-application .featured-copy {
    gap: 0.55rem;
    padding-left: 0;
  }

  .featured-application .featured-copy::before {
    display: none;
  }

  .featured-application .featured-copy p {
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .featured-application .play-fab {
    width: 58px;
    height: 58px;
  }
}
