/* ===================================================
   HERO 3D VISUAL - iPhone e Glow
   =================================================== */

.hero-visual-side {
  position: relative;
  height: 650px;
  perspective: 2000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxury-glow-core {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
  filter: blur(40px);
  z-index: 1;
}

.phone-mockup-3d {
  position: relative;
  width: 336px;
  transform: rotateY(-15deg) rotateX(10deg);
  animation: iphone-float 6s infinite ease-in-out;
  z-index: 10;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.phone-mockup-3d:hover {
  transform: rotateY(-10deg) rotateX(5deg) scale(1.03);
  z-index: 11;
}

.iphone-full-image {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(-20px 40px 50px rgba(0,0,0,0.5));
}

.exploded-interface-v3d {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  transform-style: preserve-3d;
}