.product-body {
  overflow: hidden;
  background: #050505;
}

.product-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 54%, rgba(115, 125, 255, 0.09), transparent 32%),
    radial-gradient(circle at 22% 20%, rgba(255, 255, 255, 0.05), transparent 25%),
    #050505;
  pointer-events: none;
}

.ambient {
  position: absolute;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(255, 255, 255, 0.035);
  border-radius: 50%;
  filter: blur(1px);
}

.ambient-one {
  top: -19vw;
  right: 4vw;
  animation: ambientDrift 16s ease-in-out infinite alternate;
}

.ambient-two {
  bottom: -28vw;
  left: -8vw;
  animation: ambientDrift 21s -8s ease-in-out infinite alternate-reverse;
}

.pixel-field {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: radial-gradient(rgba(255, 255, 255, 0.16) 0.7px, transparent 0.7px);
  background-size: 28px 28px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 68%, transparent);
}

.product-page {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 0;
  padding: clamp(16px, 2.4vh, 28px) clamp(14px, 3vw, 32px);
}

.product-main {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: min(100%, 1440px);
  min-height: 0;
  margin: 0 auto;
}

.product-intro {
  flex: 0 0 auto;
  margin: clamp(14px, 2.4vh, 28px) 0 clamp(8px, 1.3vh, 15px);
  text-align: center;
  animation: productIntro 0.8s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08), 0 0 16px rgba(255, 255, 255, 0.65);
  animation: statusPulse 2s ease-in-out infinite;
}

.product-intro h1 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 48px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.product-intro h1 br {
  display: none;
}

.carousel {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.carousel-viewport {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.product-slide {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: minmax(245px, 0.5fr) minmax(0, 1.9fr);
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  gap: clamp(22px, 3vw, 44px);
  padding: 4px 0;
  opacity: 0.18;
  transition: opacity 0.48s ease;
}

.product-slide.is-active {
  opacity: 1;
}

.slide-copy {
  position: relative;
  z-index: 3;
  max-width: 350px;
}

.slide-number {
  display: block;
  margin-bottom: clamp(12px, 2vh, 20px);
  color: #686868;
  font-family: var(--font-display);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.slide-kicker {
  margin: 0 0 9px;
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.slide-copy h2 {
  margin: 0;
  max-width: 390px;
  color: #fff;
  font-size: clamp(25px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.slide-description {
  margin: clamp(14px, 2.3vh, 22px) 0 0;
  color: #a5a5a5;
  font-size: clamp(13px, 1.1vw, 15px);
  line-height: 1.65;
}

.feature-list {
  display: grid;
  margin: clamp(13px, 2vh, 20px) 0 0;
  padding: 0;
  gap: 8px;
  color: #d4d4d4;
  font-size: 12px;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.feature-list li::before {
  width: 3px;
  height: 3px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
  content: "";
}

.product-slide.is-active .slide-number,
.product-slide.is-active .slide-kicker,
.product-slide.is-active .slide-copy h2,
.product-slide.is-active .slide-description,
.product-slide.is-active .feature-list {
  animation: copyIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.product-slide.is-active .slide-kicker {
  animation-delay: 0.05s;
}

.product-slide.is-active .slide-copy h2 {
  animation-delay: 0.1s;
}

.product-slide.is-active .slide-description {
  animation-delay: 0.15s;
}

.product-slide.is-active .feature-list {
  animation-delay: 0.2s;
}

.product-visual {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 1024px;
  margin: 0;
  place-items: center;
}

.screen-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: clamp(10px, 1.2vw, 17px);
  background: #0d0d0d;
  box-shadow:
    0 35px 90px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.025),
    0 0 80px rgba(105, 116, 255, 0.08);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s ease;
  cursor: zoom-in;
}

.product-slide.is-active .screen-shell {
  animation: screenIn 0.9s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.screen-shell:hover {
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-3px);
}

.screen-shell img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.86 / 1;
  object-fit: cover;
  image-rendering: auto;
}

.screen-shell::before {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.07), transparent 18%, transparent 70%);
  content: "";
  pointer-events: none;
}

.screen-shell::after {
  position: absolute;
  z-index: 5;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  content: "View full size";
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.screen-shell:hover::after,
.screen-shell:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.screen-shell:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.screen-scan {
  position: absolute;
  z-index: 4;
  top: -20%;
  left: 0;
  width: 100%;
  height: 14%;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.045), transparent);
  opacity: 0;
  pointer-events: none;
}

.product-slide.is-active .screen-scan {
  animation: scanScreen 5s 1s ease-in-out infinite;
}

.visual-orbit,
.motion-rings,
.data-stream,
.chart-motion,
.color-particles,
.pulse-core,
.launch-lines,
.node-motion {
  position: absolute;
  z-index: 0;
  inset: -12%;
  pointer-events: none;
}

.visual-orbit {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  animation: orbitRotate 18s linear infinite;
}

.visual-orbit span {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9d9d9;
  box-shadow: 0 0 18px #fff;
}

.visual-orbit span:nth-child(1) {
  top: 8%;
  left: 30%;
}

.visual-orbit span:nth-child(2) {
  right: 2%;
  bottom: 34%;
}

.visual-orbit span:nth-child(3) {
  bottom: 7%;
  left: 18%;
}

.motion-rings i,
.pulse-core i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ringPulse 3.4s ease-out infinite;
}

.motion-rings i:nth-child(2),
.pulse-core i:nth-child(2) {
  animation-delay: 1.1s;
}

.motion-rings i:nth-child(3),
.pulse-core i:nth-child(3) {
  animation-delay: 2.2s;
}

.data-stream {
  overflow: hidden;
}

.data-stream b {
  position: absolute;
  top: -10%;
  width: 1px;
  height: 28%;
  background: linear-gradient(to bottom, transparent, rgba(138, 149, 255, 0.65), transparent);
  animation: streamFall 3.7s linear infinite;
}

.data-stream b:nth-child(1) {
  left: 9%;
}

.data-stream b:nth-child(2) {
  left: 36%;
  animation-delay: -2.2s;
}

.data-stream b:nth-child(3) {
  left: 68%;
  animation-delay: -1.1s;
}

.data-stream b:nth-child(4) {
  left: 91%;
  animation-delay: -2.9s;
}

.chart-motion {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 7px;
  padding: 10% 4%;
}

.chart-motion i {
  width: 4px;
  height: 20%;
  border-radius: 4px;
  background: linear-gradient(to top, #6688de, #a9bcff);
  opacity: 0.5;
  transform-origin: bottom;
  animation: barDance 2.2s ease-in-out infinite alternate;
}

.chart-motion i:nth-child(2) {
  height: 34%;
  animation-delay: -0.8s;
}

.chart-motion i:nth-child(3) {
  height: 23%;
  animation-delay: -1.3s;
}

.chart-motion i:nth-child(4) {
  height: 46%;
  animation-delay: -0.3s;
}

.chart-motion i:nth-child(5) {
  height: 58%;
  animation-delay: -1.7s;
}

.color-particles i,
.node-motion i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7ea6ff;
  box-shadow: 0 0 16px currentColor;
  animation: particleFloat 5s ease-in-out infinite;
}

.color-particles i:nth-child(1) {
  top: 9%;
  left: 14%;
  color: #e8d9ce;
  background: currentColor;
}

.color-particles i:nth-child(2) {
  top: 19%;
  right: 4%;
  color: #769be8;
  background: currentColor;
  animation-delay: -1s;
}

.color-particles i:nth-child(3) {
  bottom: 8%;
  left: 28%;
  color: #e1bbc8;
  background: currentColor;
  animation-delay: -2s;
}

.color-particles i:nth-child(4) {
  right: 14%;
  bottom: 11%;
  color: #b9c7c0;
  background: currentColor;
  animation-delay: -3s;
}

.color-particles i:nth-child(5) {
  top: 2%;
  left: 62%;
  color: #fff;
  background: currentColor;
  animation-delay: -4s;
}

.color-particles i:nth-child(6) {
  top: 54%;
  left: 1%;
  color: #b7b7b7;
  background: currentColor;
  animation-delay: -2.5s;
}

.pulse-core i {
  border-color: rgba(131, 223, 147, 0.2);
}

.launch-lines i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform-origin: left;
  animation: launchRotate 8s linear infinite;
}

.launch-lines i:nth-child(2) {
  animation-delay: -2.65s;
}

.launch-lines i:nth-child(3) {
  animation-delay: -5.3s;
}

.node-motion i {
  width: 7px;
  height: 7px;
}

.node-motion i:nth-child(1) {
  top: 10%;
  left: 8%;
}

.node-motion i:nth-child(2) {
  top: 4%;
  right: 12%;
  animation-delay: -1.4s;
}

.node-motion i:nth-child(3) {
  right: 5%;
  bottom: 12%;
  animation-delay: -2.8s;
}

.node-motion i:nth-child(4) {
  bottom: 3%;
  left: 19%;
  animation-delay: -4.2s;
}

.carousel-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: clamp(7px, 1.2vh, 12px) clamp(4px, 2vw, 24px) 0;
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-dot {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.carousel-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #555;
  content: "";
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
}

.carousel-dot[aria-selected="true"]::before {
  width: 20px;
  border-radius: 5px;
  background: #fff;
}

.carousel-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.carousel-button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.055);
  color: #d8d8d8;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.carousel-button:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.11);
}

.carousel-count {
  min-width: 54px;
  color: #555;
  font-family: var(--font-display);
  font-size: 12px;
  letter-spacing: 0.07em;
  text-align: center;
}

.carousel-count b {
  color: #fff;
  font-weight: 400;
}

.carousel-progress {
  flex: 0 0 auto;
  width: calc(100% - clamp(8px, 4vw, 48px));
  height: 1px;
  margin: 3px auto 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
}

.carousel-progress span {
  display: block;
  width: 12.5%;
  height: 100%;
  background: #fff;
  transform-origin: left;
}

.carousel.is-playing .carousel-progress span {
  animation: carouselTimer 7s linear forwards;
}

@keyframes productIntro {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes copyIn {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes screenIn {
  from {
    opacity: 0;
    filter: blur(7px);
    transform: translateX(34px) scale(0.96);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0) scale(1);
  }
}

@keyframes scanScreen {
  0%,
  18% {
    top: -20%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  68% {
    top: 110%;
    opacity: 0;
  }
  100% {
    top: 110%;
    opacity: 0;
  }
}

@keyframes ambientDrift {
  to {
    transform: translate3d(3vw, 3vh, 0) scale(1.08);
  }
}

@keyframes statusPulse {
  50% {
    opacity: 0.45;
    transform: scale(0.82);
  }
}

@keyframes orbitRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ringPulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  30% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
}

@keyframes streamFall {
  to {
    transform: translateY(510%);
  }
}

@keyframes barDance {
  to {
    transform: scaleY(0.45);
  }
}

@keyframes particleFloat {
  50% {
    transform: translate(8px, -10px) scale(1.25);
  }
}

@keyframes launchRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes carouselTimer {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 900px) {
  .product-slide {
    grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.35fr);
    gap: 28px;
  }

  .feature-list {
    display: none;
  }
}

@media (max-width: 720px) {
  .product-page {
    padding: 16px 14px 12px;
  }

  .product-intro {
    margin: 13px 0 8px;
  }

  .product-intro h1 {
    font-size: clamp(25px, 7.4vw, 38px);
  }

  .product-intro h1 br {
    display: initial;
  }

  .eyebrow {
    margin-bottom: 6px;
    font-size: 9px;
  }

  .product-slide {
    grid-template-rows: auto minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 14px;
    padding: 0 2px;
  }

  .slide-copy {
    max-width: 100%;
    text-align: center;
  }

  .slide-number {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .slide-kicker {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .slide-copy h2 {
    max-width: 350px;
    margin: 0 auto;
    font-size: clamp(22px, 6.6vw, 31px);
  }

  .slide-description {
    max-width: 430px;
    margin: 9px auto 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .product-visual {
    align-self: center;
    max-width: 640px;
  }

  .screen-shell {
    max-height: 34vh;
  }

  .screen-shell img {
    max-height: 34vh;
  }

  .carousel-controls {
    min-height: 42px;
    padding: 5px 2px 0;
  }

  .carousel-dots {
    gap: 2px;
  }

  .carousel-dot {
    width: 18px;
    height: 24px;
  }

  .carousel-dot[aria-selected="true"]::before {
    width: 14px;
  }

  .carousel-actions {
    gap: 7px;
  }

  .carousel-button {
    width: 34px;
    height: 34px;
  }

  .carousel-count {
    min-width: 46px;
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .product-intro h1 {
    font-size: 25px;
  }

  .slide-description {
    max-width: 96%;
  }
}

@media (max-height: 690px) {
  .product-intro {
    margin-top: 8px;
  }

  .eyebrow {
    display: none;
  }

  .slide-description {
    line-height: 1.4;
  }
}

@media (max-height: 620px) and (max-width: 720px) {
  .product-intro {
    display: none;
  }

  .slide-description {
    display: none;
  }

  .screen-shell,
  .screen-shell img {
    max-height: 45vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-slide.is-active .slide-number,
  .product-slide.is-active .slide-kicker,
  .product-slide.is-active .slide-copy h2,
  .product-slide.is-active .slide-description,
  .product-slide.is-active .feature-list,
  .product-slide.is-active .screen-shell {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .carousel.is-playing .carousel-progress span {
    animation: none;
    transform: scaleX(1);
  }
}

.image-lightbox {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  padding: clamp(14px, 3vw, 44px);
  place-items: center;
}

.image-lightbox[hidden] {
  display: none;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(12px);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1500px);
  max-height: 100%;
  margin: 0;
  gap: 10px;
  animation: lightboxIn 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.lightbox-content img {
  display: block;
  width: 100%;
  max-height: calc(100dvh - 100px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  object-fit: contain;
  background: #0b0b0b;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
}

.lightbox-caption {
  margin: 0;
  color: #8e8e8e;
  font-size: 12px;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

body.lightbox-open {
  overflow: hidden;
}

@keyframes lightboxIn {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
