/* Immersive hero — reference-matched cinematic layout */

body.home-page {
  overflow-x: clip;
}

.hero-cinematic {
  position: relative;
  overflow: visible;
  color: #fff;
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(ellipse 90% 70% at 78% 35%, rgb(236 72 153 / 0.55), transparent 52%),
    radial-gradient(ellipse 70% 55% at 15% 75%, rgb(79 70 229 / 0.35), transparent 50%),
    radial-gradient(ellipse 50% 40% at 92% 70%, rgb(59 130 246 / 0.22), transparent 55%),
    linear-gradient(165deg, #03050f 0%, #0a0f2e 28%, #15082a 55%, #0c1229 100%);
}

.hero-cinematic__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-cinematic__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 70% at 60% 40%, black, transparent);
}

.hero-cinematic__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  animation: heroOrbPulse 9s ease-in-out infinite;
}

.hero-cinematic__orb--1 {
  width: 36rem;
  height: 36rem;
  top: -12%;
  right: -8%;
  background: rgb(244 63 94 / 0.55);
}

.hero-cinematic__orb--2 {
  width: 26rem;
  height: 26rem;
  bottom: 8%;
  left: -10%;
  background: rgb(99 102 241 / 0.45);
  animation-delay: -2.5s;
}

.hero-cinematic__orb--3 {
  width: 18rem;
  height: 18rem;
  top: 42%;
  left: 28%;
  background: rgb(217 70 239 / 0.35);
  animation-delay: -4.5s;
}

.hero-cinematic__orb--4 {
  width: 22rem;
  height: 22rem;
  bottom: 18%;
  right: 22%;
  background: rgb(59 130 246 / 0.28);
  animation-delay: -6s;
}

.hero-cinematic__particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 22%, rgb(255 255 255 / 0.55), transparent),
    radial-gradient(1px 1px at 68% 18%, rgb(251 113 133 / 0.65), transparent),
    radial-gradient(1.5px 1.5px at 82% 62%, rgb(196 181 253 / 0.5), transparent),
    radial-gradient(1px 1px at 35% 78%, rgb(255 255 255 / 0.35), transparent),
    radial-gradient(2px 2px at 55% 45%, rgb(244 114 182 / 0.4), transparent);
  animation: heroParticlesDrift 20s linear infinite;
}

.hero-cinematic__fog {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 80% at 70% 50%, transparent 35%, rgb(3 5 15 / 0.65) 100%);
}

.hero-cinematic__vignette {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 120px rgb(0 0 0 / 0.55);
}

.hero-cinematic__shell {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 88rem;
  padding: 0 1rem 1.25rem;
}

.hero-cinematic__grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - 11rem);
  min-height: calc(100dvh - 11rem);
  padding-top: 5.5rem;
}

@media (min-width: 1024px) {
  .hero-cinematic__grid {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 0.5rem 1rem;
    padding-top: 6rem;
    min-height: calc(100vh - 9rem);
  }
}

.hero-cinematic__content {
  position: relative;
  z-index: 5;
  max-width: 34rem;
}

.hero-cinematic__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem 0.5rem 0.85rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fce7f3;
  background: rgb(255 255 255 / 0.07);
  border: 1px solid rgb(255 255 255 / 0.2);
  border-radius: 9999px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 30px rgb(236 72 153 / 0.25), inset 0 1px 0 rgb(255 255 255 / 0.18);
}

.hero-cinematic__title {
  margin-top: 1.35rem;
  font-size: clamp(2.35rem, 4.8vw, 4.15rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-shadow: 0 0 60px rgb(236 72 153 / 0.35), 0 8px 32px rgb(0 0 0 / 0.5);
}

.hero-cinematic__gradient {
  background: linear-gradient(100deg, #ff6b8a 0%, #ff4d6d 35%, #ff8fab 70%, #ff4d6d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 24px rgb(255 77 109 / 0.45));
}

.hero-glass-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding: 1.15rem 1.3rem;
  background: rgb(88 28 135 / 0.22);
  border: 1px solid rgb(192 132 252 / 0.35);
  border-radius: 1rem;
  backdrop-filter: blur(24px);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.06) inset,
    0 0 50px rgb(168 85 247 / 0.2),
    0 24px 48px rgb(0 0 0 / 0.35);
}

.hero-glass-card__icon {
  font-size: 1.35rem;
  line-height: 1;
  filter: drop-shadow(0 0 12px rgb(250 204 21 / 0.8));
}

.hero-glass-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #e2e8f0;
}

.hero-glass-card strong {
  color: #fff;
}

.hero-glass-card .hl-8k {
  color: #93c5fd;
  font-weight: 800;
}

.hero-glass-card .hl-fast {
  color: #fda4af;
  font-weight: 800;
}

.hero-cinematic__desc {
  margin-top: 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgb(203 213 225 / 0.92);
}

.hero-cinematic__ctas {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-cinematic__trust {
  margin-top: 1.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero-trust-glass {
  padding: 0.45rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgb(255 255 255 / 0.05);
  border: 1px solid rgb(255 255 255 / 0.12);
  border-radius: 9999px;
  backdrop-filter: blur(14px);
}

/* Visual column — oversized floating UI */
.hero-cinematic__visual {
  position: relative;
  min-height: 22rem;
  overflow: visible;
}

@media (min-width: 1024px) {
  .hero-cinematic__visual {
    min-height: 34rem;
    margin-right: -4%;
  }
}

.hero-cinematic__stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 22rem;
  perspective: 1600px;
  perspective-origin: 42% 48%;
}

@media (min-width: 1024px) {
  .hero-cinematic__stage {
    min-height: 34rem;
  }
}

.hero-stage__floor-glow {
  position: absolute;
  left: 42%;
  bottom: 2%;
  width: 110%;
  height: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgb(236 72 153 / 0.7) 0%, rgb(168 85 247 / 0.35) 35%, transparent 68%);
  filter: blur(32px);
}

.hero-stage__beam {
  position: absolute;
  right: -5%;
  top: 20%;
  width: 45%;
  height: 70%;
  background: linear-gradient(205deg, rgb(59 130 246 / 0.12), transparent 60%);
  filter: blur(40px);
}

.hero-streak {
  position: absolute;
  pointer-events: none;
  border-radius: 9999px;
  filter: blur(2px);
  opacity: 0.65;
}

.hero-streak--a {
  left: 18%;
  top: 12%;
  width: 55%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgb(244 114 182 / 0.9), rgb(167 139 250 / 0.7), transparent);
  transform: rotate(-18deg);
  animation: heroStreakPulse 6s ease-in-out infinite;
}

.hero-streak--b {
  right: 8%;
  bottom: 28%;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgb(96 165 250 / 0.75), rgb(244 114 182 / 0.5), transparent);
  transform: rotate(12deg);
  animation: heroStreakPulse 8s ease-in-out infinite reverse;
}

/* Swirling energy rings */
.hero-energy {
  position: absolute;
  left: 38%;
  top: 48%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hero-energy--a {
  width: 115%;
  height: 72%;
  background: conic-gradient(from 0deg, transparent 0deg, rgb(244 63 94 / 0.85) 40deg, transparent 80deg, rgb(167 139 250 / 0.7) 140deg, transparent 200deg, rgb(244 114 182 / 0.6) 280deg, transparent 360deg);
  mask: radial-gradient(ellipse 50% 48% at 50% 50%, transparent 56%, black 60%, black 66%, transparent 70%);
  filter: blur(6px);
  opacity: 0.75;
  animation: heroEnergySpin 14s linear infinite;
}

.hero-energy--b {
  width: 95%;
  height: 58%;
  border: 1px solid rgb(244 114 182 / 0.35);
  box-shadow: 0 0 60px rgb(236 72 153 / 0.35), inset 0 0 40px rgb(168 85 247 / 0.15);
  opacity: 0.5;
  animation: heroEnergySpin 22s linear infinite reverse;
}

.hero-energy--c {
  width: 130%;
  height: 85%;
  border: 1px solid rgb(129 140 248 / 0.2);
  opacity: 0.35;
  animation: heroEnergyPulse 5s ease-in-out infinite;
}

/* Floating hologram — NO box frame */
.hero-hologram {
  position: absolute;
  left: 50%;
  top: 46%;
  z-index: 4;
  width: 138%;
  max-width: 58rem;
  transform: translate(-48%, -50%) rotateY(-22deg) rotateX(11deg) scale(1.12);
  transform-style: preserve-3d;
  animation: heroHologramFloat 8s ease-in-out infinite;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .hero-hologram {
    width: 168%;
    max-width: 70rem;
    transform: translate(-54%, -50%) rotateY(-24deg) rotateX(12deg) scale(1.26);
  }
}

.hero-hologram__glow {
  position: absolute;
  inset: -15% -10%;
  background: radial-gradient(ellipse at 50% 45%, rgb(236 72 153 / 0.45), rgb(99 102 241 / 0.2) 45%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
}

.hero-hologram__bloom {
  position: absolute;
  inset: -5%;
  background: radial-gradient(circle at 60% 40%, rgb(255 255 255 / 0.08), transparent 55%);
  z-index: 1;
}

.hero-hologram__img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  -webkit-mask-image: radial-gradient(ellipse 72% 68% at 50% 46%, #000 38%, transparent 76%);
  mask-image: radial-gradient(ellipse 72% 68% at 50% 46%, #000 38%, transparent 76%);
  filter:
    drop-shadow(0 60px 100px rgb(0 0 0 / 0.75))
    drop-shadow(0 0 80px rgb(236 72 153 / 0.55))
    drop-shadow(0 0 120px rgb(129 140 248 / 0.3))
    brightness(1.05)
    contrast(1.04);
}

.hero-hologram__sheen {
  position: absolute;
  inset: 5% 8% 15% 5%;
  z-index: 3;
  background: linear-gradient(118deg, rgb(255 255 255 / 0.28) 0%, transparent 38%, transparent 62%, rgb(244 114 182 / 0.15) 100%);
  mix-blend-mode: screen;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 45%, #000 40%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 65% at 50% 45%, #000 40%, transparent 75%);
}

.hero-hologram__img[data-lightbox] {
  pointer-events: auto;
  cursor: zoom-in;
}

/* 3D download sphere */
.hero-orb-dl {
  position: absolute;
  right: 6%;
  bottom: 14%;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.25rem;
  height: 5.25rem;
  color: #fff;
  background: radial-gradient(circle at 32% 28%, #ff8fab, #ff4d6d 45%, #c9184a 100%);
  border-radius: 50%;
  border: 2px solid rgb(255 255 255 / 0.35);
  box-shadow:
    0 0 50px rgb(255 77 109 / 0.85),
    0 0 100px rgb(236 72 153 / 0.45),
    inset 0 -6px 16px rgb(0 0 0 / 0.25),
    inset 0 4px 12px rgb(255 255 255 / 0.25);
  animation: heroOrbDlFloat 4.5s ease-in-out infinite;
  transition: transform 0.2s;
}

.hero-orb-dl:hover {
  transform: scale(1.08);
}

/* Feature chips */
.hero-chip {
  position: absolute;
  z-index: 6;
  padding: 0.5rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 700;
  color: #f8fafc;
  white-space: nowrap;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 0.65rem;
  backdrop-filter: blur(16px);
  box-shadow: 0 0 24px rgb(236 72 153 / 0.2), inset 0 1px 0 rgb(255 255 255 / 0.15);
  animation: heroChipFloat 6s ease-in-out infinite;
}

.hero-chip span {
  color: #fda4af;
  margin-right: 0.2rem;
}

.hero-chip--8k { top: 8%; left: 8%; animation-delay: 0s; }
.hero-chip--4k { top: 22%; right: 2%; animation-delay: -1.5s; }
.hero-chip--mp3 { bottom: 32%; left: 0; animation-delay: -3s; }
.hero-chip--fast { bottom: 18%; right: 18%; animation-delay: -4.5s; }

/* Social glass cubes */
.hero-social {
  position: absolute;
  z-index: 7;
  animation: heroSocialFloat 7s ease-in-out infinite;
}

.hero-social__cube {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.65rem;
  height: 3.65rem;
  padding: 0.7rem;
  background: linear-gradient(145deg, rgb(255 255 255 / 0.22), rgb(255 255 255 / 0.05));
  border: 1px solid rgb(255 255 255 / 0.32);
  border-radius: 0.9rem;
  backdrop-filter: blur(20px);
  transform: rotateX(22deg) rotateY(-26deg) translateZ(24px);
  transform-style: preserve-3d;
  box-shadow:
    0 16px 40px rgb(0 0 0 / 0.45),
    0 0 28px rgb(255 255 255 / 0.08),
    inset 0 1px 0 rgb(255 255 255 / 0.3),
    inset 0 -8px 16px rgb(0 0 0 / 0.15);
}

.hero-social__cube svg {
  width: 1.5rem;
  height: 1.5rem;
}

.hero-social--youtube {
  top: 6%;
  right: 12%;
  animation-delay: 0s;
}

.hero-social--youtube .hero-social__cube {
  color: #ff4d4d;
  box-shadow: 0 0 35px rgb(255 77 77 / 0.55), 0 12px 32px rgb(0 0 0 / 0.4), inset 0 1px 0 rgb(255 255 255 / 0.25);
}

.hero-social--tiktok {
  bottom: 38%;
  left: 2%;
  animation-delay: -2.5s;
}

.hero-social--tiktok .hero-social__cube {
  color: #25f4ee;
  box-shadow: 0 0 35px rgb(37 244 238 / 0.4), 0 12px 32px rgb(0 0 0 / 0.4);
}

.hero-social--facebook {
  top: 42%;
  right: 0;
  animation-delay: -4s;
}

.hero-social--facebook .hero-social__cube {
  color: #60a5fa;
  box-shadow: 0 0 35px rgb(96 165 250 / 0.45), 0 12px 32px rgb(0 0 0 / 0.4);
}

/* Glass stats dock */
.hero-stats-dock {
  position: relative;
  z-index: 10;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hero-stats-dock__panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0;
  padding: 0.65rem 0.85rem;
  background: linear-gradient(135deg, rgb(255 255 255 / 0.09), rgb(255 255 255 / 0.03));
  border: 1px solid rgb(244 114 182 / 0.35);
  border-radius: 1rem;
  backdrop-filter: blur(28px);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 0.08) inset,
    0 0 80px rgb(236 72 153 / 0.28),
    0 0 120px rgb(129 140 248 / 0.12),
    0 20px 50px rgb(0 0 0 / 0.45);
}

.hero-stats-dock__item {
  display: flex;
  flex: 1 1 40%;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-right: 1px solid rgb(255 255 255 / 0.08);
}

@media (min-width: 768px) {
  .hero-stats-dock__item {
    flex: 1;
  }
}

.hero-stats-dock__item:last-of-type {
  border-right: none;
}

.hero-stats-dock__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: rgb(255 255 255 / 0.08);
  border: 1px solid rgb(255 255 255 / 0.12);
}

.hero-stats-dock__icon--star {
  color: #fbbf24;
  text-shadow: 0 0 12px rgb(251 191 36 / 0.8);
}

.hero-stats-dock__value {
  font-size: 1.2rem;
  font-weight: 800;
  color: #fda4af;
  line-height: 1.2;
}

.hero-stats-dock__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgb(203 213 225 / 0.85);
}

.hero-stats-dock__cta {
  flex-shrink: 0;
  margin-left: auto;
  padding: 0.75rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ff6b8a, #ff4d6d);
  border-radius: 0.65rem;
  border: 1px solid rgb(255 255 255 / 0.25);
  box-shadow: 0 0 30px rgb(255 77 109 / 0.55), inset 0 1px 0 rgb(255 255 255 / 0.2);
  transition: transform 0.15s, box-shadow 0.15s;
}

.hero-stats-dock__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgb(255 77 109 / 0.7);
}

@media (max-width: 767px) {
  .hero-stats-dock__cta {
    width: 100%;
    margin: 0.5rem 0 0;
    text-align: center;
  }

  .hero-stats-dock__item {
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 0.08);
  }

  .hero-hologram {
    width: 125%;
    transform: translate(-50%, -48%) rotateY(-14deg) rotateX(8deg) scale(1.05);
  }

  .hero-chip,
  .hero-social {
    display: none;
  }

  .hero-orb-dl {
    width: 4rem;
    height: 4rem;
    right: 10%;
    bottom: 10%;
  }
}

.home-page .floating-dl {
  display: none;
}

@keyframes heroHologramFloat {
  0%, 100% { transform: translate(-54%, -50%) rotateY(-24deg) rotateX(12deg) scale(1.26) translateY(0); }
  50% { transform: translate(-54%, -50%) rotateY(-21deg) rotateX(10deg) scale(1.26) translateY(-16px); }
}

@keyframes heroOrbDlFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes heroOrbPulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.9; transform: scale(1.06); }
}

@keyframes heroEnergySpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes heroEnergyPulse {
  0%, 100% { opacity: 0.25; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.45; transform: translate(-50%, -50%) scale(1.03); }
}

@keyframes heroParticlesDrift {
  from { transform: translateY(0); }
  to { transform: translateY(-30px); }
}

@keyframes heroChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes heroSocialFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(2deg); }
}

@keyframes heroStreakPulse {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.9; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-hologram,
  .hero-orb-dl,
  .hero-cinematic__orb,
  .hero-energy,
  .hero-chip,
  .hero-social,
  .hero-streak,
  .hero-cinematic__particles {
    animation: none;
  }
}

@media (max-width: 1023px) {
  @keyframes heroHologramFloat {
    0%, 100% { transform: translate(-50%, -48%) rotateY(-14deg) rotateX(8deg) scale(1.05) translateY(0); }
    50% { transform: translate(-50%, -48%) rotateY(-12deg) rotateX(6deg) scale(1.05) translateY(-10px); }
  }
}
