/* V85: showroom-style homepage and PNSS three-pillar solar-system hero. */
.premium-hero-graphic {
  width: min(40vw, 560px) !important;
  aspect-ratio: 1 !important;
}

.premium-hero-graphic::before {
  inset: 50% auto auto 50% !important;
  width: 122px !important;
  height: 122px !important;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.98), rgba(18, 103, 243, 0.92) 42%, rgba(2, 11, 28, 0.98) 78%) !important;
  box-shadow:
    0 0 0 16px rgba(18, 103, 243, 0.12),
    0 0 0 34px rgba(49, 215, 255, 0.06),
    0 30px 90px rgba(49, 215, 255, 0.24) !important;
  color: #fff;
  content: "PNSS" !important;
  font-family: var(--font-sora), Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  transform: translate(-50%, -50%) !important;
  animation: v85CorePulse 6s ease-in-out infinite !important;
}

.premium-hero-graphic::after {
  inset: 8% !important;
  width: auto !important;
  height: auto !important;
  border: 1px solid rgba(49, 215, 255, 0.22) !important;
  border-radius: 50% !important;
  background:
    radial-gradient(circle, transparent 48%, rgba(49, 215, 255, 0.16) 49%, transparent 51%),
    radial-gradient(circle, transparent 66%, rgba(255, 255, 255, 0.12) 67%, transparent 68%) !important;
  box-shadow: inset 0 0 80px rgba(49, 215, 255, 0.06) !important;
  animation: v85OrbitRotate 18s linear infinite !important;
}

.premium-hero-line {
  left: 50% !important;
  top: 50% !important;
  right: auto !important;
  width: 41% !important;
  height: 1px !important;
  opacity: 0.55;
  background: linear-gradient(90deg, rgba(49, 215, 255, 0.78), transparent) !important;
  transform-origin: left center !important;
  animation: v85SignalBreathe 5s ease-in-out infinite !important;
}

.premium-hero-line:nth-child(1) { transform: rotate(-90deg) !important; }
.premium-hero-line:nth-child(2) { transform: rotate(30deg) !important; animation-delay: -1.6s !important; }
.premium-hero-line:nth-child(3) { transform: rotate(150deg) !important; animation-delay: -3.2s !important; }

.premium-hero-node {
  width: 118px !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(49, 215, 255, 0.48) !important;
  border-radius: 999px !important;
  background: rgba(3, 19, 46, 0.72) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24), inset 0 0 28px rgba(49, 215, 255, 0.08) !important;
  color: #fff;
  font-size: 0;
  transform: translate(-50%, -50%) !important;
  backdrop-filter: blur(12px);
  animation: v85NodeFloat 6s ease-in-out infinite !important;
}

.premium-hero-node::before {
  color: var(--v84-cyan);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-hero-node:nth-child(4) { left: 50% !important; top: 8% !important; }
.premium-hero-node:nth-child(4)::before { content: "AI Automation"; }
.premium-hero-node:nth-child(5) { left: 88% !important; top: 66% !important; animation-delay: -1.8s !important; }
.premium-hero-node:nth-child(5)::before { content: "Smart School"; }
.premium-hero-node:nth-child(6) { left: 12% !important; top: 66% !important; animation-delay: -3.6s !important; }
.premium-hero-node:nth-child(6)::before { content: "Integrated AV"; }

.home-hero {
  min-height: calc(100vh - 84px);
  background:
    linear-gradient(100deg, #f7f4ed 0%, #f7f4ed 45%, rgba(2, 11, 28, 0.98) 45.1%, #020b1c 100%) !important;
}

.home-hero .ecosystem-visual {
  background:
    radial-gradient(circle at 50% 50%, rgba(49, 215, 255, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(2, 11, 28, 0.98), rgba(6, 26, 58, 0.96));
}

.home-hero .visual-grid {
  opacity: 0.35 !important;
  transform: none !important;
  mask-image: none !important;
}

.home-hero .ecosystem-core {
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  animation: v85CorePulse 6s ease-in-out infinite;
}

.home-hero .ecosystem-core > * {
  transform: none !important;
}

.home-hero .system-node {
  min-width: 236px;
  border-radius: 999px !important;
  background: rgba(3, 19, 46, 0.74) !important;
}

.home-hero .node-ai { top: 12% !important; left: 50% !important; transform: translateX(-50%); }
.home-hero .node-school { top: 58% !important; right: 6% !important; }
.home-hero .node-av { bottom: 18% !important; left: 6% !important; right: auto !important; }

.home-hero .line-one,
.home-hero .line-two,
.home-hero .line-three {
  opacity: 0.72 !important;
  animation: v85SignalBreathe 5s ease-in-out infinite;
}

.home-landing-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px 70px;
  border-top: 1px solid rgba(6, 23, 53, 0.10);
}

.home-landing-cta h2 {
  margin: 0;
  color: #061735;
  font-family: var(--font-sora), Arial, sans-serif;
  font-size: clamp(2rem, 3.4vw, 4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-landing-cta p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #56657b;
  font-size: 1.02rem;
  line-height: 1.75;
}

.home-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.button-whatsapp {
  background: #14a865;
  color: #fff;
}

body.home-showroom main > section:not(.home-hero):not(.home-landing-cta) {
  display: none !important;
}

body.home-showroom .site-footer {
  display: none !important;
}

@keyframes v85CorePulse {
  0%, 100% { filter: saturate(1); box-shadow: 0 0 0 16px rgba(18, 103, 243, 0.12), 0 0 0 34px rgba(49, 215, 255, 0.06), 0 30px 90px rgba(49, 215, 255, 0.22); }
  50% { filter: saturate(1.15); box-shadow: 0 0 0 22px rgba(18, 103, 243, 0.15), 0 0 0 46px rgba(49, 215, 255, 0.08), 0 36px 110px rgba(49, 215, 255, 0.34); }
}

@keyframes v85OrbitRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes v85SignalBreathe {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.92; }
}

@keyframes v85NodeFloat {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -10px; }
}

@media (width <= 900px) {
  .home-hero {
    min-height: auto !important;
    background: #f7f4ed !important;
    display: block !important;
  }

  .home-hero .hero-copy {
    padding-bottom: 38px !important;
  }

  .home-hero .ecosystem-visual {
    min-height: 520px !important;
  }

  .home-landing-cta {
    grid-template-columns: 1fr;
    padding: 38px 22px 54px;
  }

  .home-landing-actions {
    justify-content: stretch;
  }

  .home-landing-actions .button {
    width: 100%;
  }
}

@media (width <= 620px) {
  .home-hero .ecosystem-visual {
    min-height: 430px !important;
  }

  .home-hero .system-node {
    min-width: 172px !important;
    padding: 10px 12px !important;
  }

  .home-hero .node-code {
    width: 36px !important;
    height: 36px !important;
  }

  .home-hero .node-ai {
    top: 8% !important;
  }

  .home-hero .node-school {
    top: 62% !important;
    right: 2% !important;
  }

  .home-hero .node-av {
    bottom: 10% !important;
    left: 2% !important;
  }

  .home-landing-cta h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .premium-hero-graphic::before,
  .premium-hero-graphic::after,
  .premium-hero-line,
  .premium-hero-node,
  .home-hero .ecosystem-core,
  .home-hero .line-one,
  .home-hero .line-two,
  .home-hero .line-three {
    animation: none !important;
  }
}
