.product-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 34%, rgba(125, 211, 252, 0.24), transparent 32%),
    linear-gradient(135deg, #021f3b 0%, #04396c 58%, #0b4f7a 100%);
}

.product-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 31, 59, 0.96) 0%, rgba(2, 31, 59, 0.82) 44%, rgba(2, 31, 59, 0.28) 100%),
    radial-gradient(circle at 84% 22%, rgba(255, 255, 255, 0.12), transparent 30%);
}

.digital-menu-three-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.98;
}

.product-hero .container {
  position: relative;
  z-index: 2;
}

.product-hero .hero-shape {
  display: none;
}

.product-hero .wave-divider {
  z-index: 3;
}

.product-hero .hero-content,
.product-hero .hero-content h1,
.product-hero .hero-content p,
.product-hero .hero-content a,
.product-signal-list {
  font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

.product-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
}

.product-signal-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(186, 230, 253, 0.26);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 28px rgba(2, 31, 59, 0.18);
}

.product-signal-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 0.48rem;
  border-radius: 50%;
  background: #7dd3fc;
  box-shadow: 0 0 18px rgba(125, 211, 252, 0.85);
}

@media (max-width: 991px) {
  .product-hero::before {
    background:
      linear-gradient(180deg, rgba(2, 31, 59, 0.98) 0%, rgba(2, 31, 59, 0.84) 58%, rgba(2, 31, 59, 0.54) 100%),
      radial-gradient(circle at 72% 72%, rgba(47, 156, 234, 0.22), transparent 38%);
  }

  .digital-menu-three-canvas {
    opacity: 0.44;
  }
}

@media (max-width: 575px) {
  .product-signal-list {
    gap: 0.5rem;
    margin-top: 1rem;
    font-size: 0.78rem;
  }

  .product-signal-list span {
    min-height: 30px;
    padding: 0.38rem 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .digital-menu-three-canvas {
    display: none;
  }
}
