/* ============================================================
   PATCH 2 — Hero Phone Redesign + Teks Lebih Besar + Dekorasi
   REVISI: Fix hero stats terpotong, HP lebih besar, responsive
           semua device (HP/Tab/iPad/Laptop) tampilan SAMA
           + CHIP DIGESER KE KANAN (tidak nindih animasi HP)
   ============================================================ */

/* ── 1. HERO TEXT — LEBIH BESAR ───────────────────────────── */
@media (min-width: 900px) {
  .hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.6rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.045em !important;
  }
  .hero p {
    font-size: clamp(1.02rem, 1.6vw, 1.18rem) !important;
    line-height: 1.78 !important;
    max-width: 480px !important;
  }
  .hero-stat-num  { font-size: clamp(1.5rem, 2.4vw, 2rem)    !important; }
  .hero-stat-unit { font-size: clamp(1rem,   1.6vw, 1.3rem)   !important; }
  .hero-stat-label{ font-size: clamp(0.56rem,0.9vw, 0.72rem)  !important; letter-spacing: 0.06em !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; display: block !important; }
  .hero-stat      { padding: 1rem 0.8rem !important; flex: 1 1 0 !important; min-width: 0 !important; }
  .hero-eyebrow .eyebrow-text { font-size: clamp(0.7rem,1vw,0.82rem) !important; }
}

/* FIX: Hero stats container */
.hero-stats {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: visible !important;
  width: 100% !important;
  max-width: 520px !important;
  gap: 0 !important;
}
.hero-stat {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  text-align: center !important;
}
.hero-stat-label {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: block !important;
  width: 100% !important;
  padding: 0 2px !important;
}

/* ── 2. SECTION TITLES ─────────────────────────────────────── */
.section-title {
  font-size: clamp(2rem, 3.8vw, 3.2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.035em !important;
}
.section-sub {
  font-size: clamp(0.94rem, 1.5vw, 1.08rem) !important;
  max-width: 560px !important;
  line-height: 1.72 !important;
}
.section-eyebrow {
  font-size: clamp(0.62rem, 0.95vw, 0.74rem) !important;
  letter-spacing: 0.22em !important;
}

/* ── 3. HERO OVERFLOW ──────────────────────────────────────── */
.hero {
  overflow: visible !important;
}

/* ── 4. HERO CONTENT — z-index agar tidak tertindih ─────────── */
.hero-content {
  position: relative !important;
  z-index: 10 !important;
  max-width: 46% !important;
}

/* ── 5. HERO PHONE — DIGESER KE KIRI ──────────────────────── */
#hero3dPhone {
  position: absolute !important;
  right: clamp(8rem, 18vw, 22rem) !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: clamp(200px, 22vw, 300px) !important;
  height: clamp(360px, 42vw, 540px) !important;
  overflow: visible !important;
  z-index: 5 !important;
  perspective: 1200px !important;
  pointer-events: none !important;
  display: block !important;
}

/* Orbit ikut geser kiri */
#hero-orbit {
  position: absolute !important;
  right: clamp(5rem, 13vw, 17rem) !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: clamp(320px, 40vw, 560px) !important;
  height: clamp(320px, 40vw, 560px) !important;
  overflow: visible !important;
  z-index: 4 !important;
  display: block !important;
}

/* ── 6. CHIPS — DI KANAN LAYAR, TIDAK NINDIH HP ───────────── */
/* Chip diposisikan di tepi kanan layar, di luar area orbit/HP  */
#chip-acc,
#chip-ph,
#chip-br,
#chip-ai {
  position: absolute !important;
  left: auto !important;
  z-index: 20 !important;
}

/* Desktop default (1200px–1399px) */
#chip-acc { right: 1.2rem !important; top: 8%   !important; bottom: auto !important; }
#chip-ph  { right: 1.0rem !important; top: 26%  !important; bottom: auto !important; }
#chip-br  { right: 1.2rem !important; top: auto !important; bottom: 18% !important; }
#chip-ai  { right: 1.0rem !important; top: auto !important; bottom: 32% !important; }

/* ── 7. PHONE 3D BODY STYLES ───────────────────────────────── */
.hero-phone-v2 {
  position: absolute;
  inset: 0;
  border-radius: 13% 13% 14% 14% / 4% 4% 5% 5%;
  background: linear-gradient(160deg, #0c1a2e 0%, #050d1a 55%, #0a1628 100%);
  border: 1.5px solid rgba(0,229,255,0.65);
  box-shadow:
    0 0 60px rgba(0,229,255,0.45),
    0 0 120px rgba(0,229,255,0.15),
    0 0 200px rgba(139,92,246,0.12),
    inset 0 1px 0 rgba(255,255,255,0.1),
    inset 0 -1px 0 rgba(0,229,255,0.08);
  overflow: hidden;
}

/* ── 8. LEFT SIDE DECORATIONS ──────────────────────────────── */
.hero-left-deco {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: clamp(80px, 10vw, 160px);
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.hero-left-strip {
  position: absolute;
  left: clamp(12px, 2vw, 32px);
  top: 15%; bottom: 15%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(0,229,255,0.4) 20%, rgba(139,92,246,0.3) 50%, rgba(255,209,102,0.2) 80%, transparent);
}
.hero-left-strip::before {
  content: '';
  position: absolute;
  left: -3px; top: 20%;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan), 0 0 28px rgba(0,229,255,0.4);
  animation: stripDotFloat 4s ease-in-out infinite;
}
.hero-left-strip::after {
  content: '';
  position: absolute;
  left: -3px; top: 60%;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #8b5cf6;
  box-shadow: 0 0 10px #8b5cf6;
  animation: stripDotFloat 5.5s ease-in-out infinite reverse;
}
.hero-mini-phone {
  position: absolute;
  pointer-events: none;
  animation: miniPhoneFloat ease-in-out infinite;
  opacity: 0.12;
}
.hero-neural-left {
  position: absolute;
  left: clamp(4px, 1.5vw, 20px);
  top: 25%;
  width: clamp(60px, 8vw, 110px);
  height: clamp(60px, 8vw, 110px);
  opacity: 0.08;
  animation: neuralPulse 5s ease-in-out infinite;
}

/* ── 9. RIGHT SIDE DECORATIONS ─────────────────────────────── */
.hero-right-deco {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: clamp(60px, 8vw, 120px);
  pointer-events: none;
  z-index: 3;
  overflow: hidden;
}
.hero-right-strip {
  position: absolute;
  right: clamp(12px, 2vw, 28px);
  top: 20%; bottom: 20%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(255,209,102,0.3) 30%, rgba(0,229,255,0.25) 70%, transparent);
}
.hero-right-strip::before {
  content: '';
  position: absolute;
  right: -3px; top: 35%;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #ffd166;
  box-shadow: 0 0 12px #ffd166;
  animation: stripDotFloat 3.5s ease-in-out infinite;
}
.hero-tech-label-l {
  position: absolute;
  left: clamp(2px, 1vw, 10px); top: 45%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(0.38rem, 0.6vw, 0.52rem);
  color: rgba(0,229,255,0.18);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  user-select: none;
  animation: techLabelHeroFloat 7s ease-in-out infinite;
}
.hero-tech-label-r {
  position: absolute;
  right: clamp(2px, 1vw, 10px); top: 30%;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(0.38rem, 0.6vw, 0.52rem);
  color: rgba(139,92,246,0.18);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  user-select: none;
  animation: techLabelHeroFloat 9s ease-in-out infinite reverse;
}

/* ── 10. FLOATING PHONE SILHOUETTES ─────────────────────────── */
.hero-side-phone {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  animation: sidephoneFloat linear infinite;
}
@keyframes sidephoneFloat {
  0%   { transform: translateY(100%) rotate(var(--rot)) scale(var(--sc)); opacity: 0; }
  8%   { opacity: var(--op); }
  90%  { opacity: calc(var(--op) * 0.7); }
  100% { transform: translateY(-120%) rotate(calc(var(--rot) + 12deg)) scale(var(--sc)); opacity: 0; }
}

.hero-hex-l {
  position: absolute;
  left: clamp(20px, 3vw, 60px); top: 12%;
  opacity: 0.06;
  pointer-events: none;
  animation: hexSpin3d 22s linear infinite;
}
@keyframes hexSpin3d { to { transform: rotate(360deg); } }

.hero-arc-r {
  position: absolute;
  right: clamp(8px, 1.5vw, 25px); top: 50%;
  transform: translateY(-50%);
  opacity: 0.07;
  pointer-events: none;
  animation: arcPulse3d 4s ease-in-out infinite;
}
@keyframes arcPulse3d {
  0%,100% { opacity: 0.05; transform: translateY(-50%) scale(1); }
  50%     { opacity: 0.12; transform: translateY(-50%) scale(1.08); }
}

.hero-node-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(0,229,255,0.12);
  animation: nodeCirclePulse 5s ease-in-out infinite;
  z-index: 1;
}
@keyframes nodeCirclePulse {
  0%,100% { opacity: 0.25; transform: scale(1); }
  50%      { opacity: 0.55; transform: scale(1.06); }
}

@keyframes dataPacketFlow {
  0%   { top: -20px; opacity: 0; }
  5%   { opacity: 0.7; }
  90%  { opacity: 0.5; }
  100% { top: 110%; opacity: 0; }
}

/* ── 11. KEYFRAMES ─────────────────────────────────────────── */
@keyframes stripDotFloat {
  0%,100% { transform: translateY(0);     opacity: 0.7; }
  50%     { transform: translateY(-24px); opacity: 1;   }
}
@keyframes miniPhoneFloat {
  0%,100% { transform: translateY(0) rotate(var(--rot));                  opacity: var(--op); }
  50%     { transform: translateY(-18px) rotate(calc(var(--rot) + 6deg)); opacity: calc(var(--op) * 1.5); }
}
@keyframes neuralPulse {
  0%,100% { opacity: 0.06; transform: scale(1); }
  50%     { opacity: 0.12; transform: scale(1.06); }
}
@keyframes techLabelHeroFloat {
  0%,100% { opacity: 0.15; transform: translateY(0); }
  50%     { opacity: 0.32; transform: translateY(-14px); }
}
@keyframes floatIconLeft {
  0%,100% { transform: translateY(0) rotate(-3deg); opacity: 0.08; }
  50%      { transform: translateY(-18px) rotate(3deg); opacity: 0.15; }
}
@keyframes heroPhoneV2Float {
  0%,100% { transform: translateY(-50%) rotateY(-4deg) rotateX(2deg); }
  30%     { transform: translateY(calc(-50% - 14px)) rotateY(6deg) rotateX(-3deg); }
  65%     { transform: translateY(calc(-50% + 10px)) rotateY(-6deg) rotateX(4deg); }
}

/* ── 12. HERO PHONE GLOW ────────────────────────────────────── */
#hero3dPhone .phone3d-front {
  border: 1.5px solid rgba(0,229,255,0.7) !important;
  box-shadow:
    0 0 50px rgba(0,229,255,0.5),
    0 0 100px rgba(0,229,255,0.18),
    0 0 160px rgba(139,92,246,0.12),
    inset 0 1px 0 rgba(255,255,255,0.12) !important;
}

/* ── 13. PHONE CAMERA MODULE ────────────────────────────────── */
.cam-mod-v2 {
  position: absolute; top: 3%; left: 4%; width: 34%;
  background: rgba(2,4,8,0.96);
  border-radius: 10px; padding: 5%;
  border: 0.5px solid rgba(0,229,255,0.22);
  box-shadow: inset 0 0 8px rgba(0,0,0,0.8);
  display: grid; grid-template-columns: 1fr 1fr; gap: 8%;
}
.cam-lens {
  aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, #1a2535 40%, #0a1020);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}
.cam-lens-1 { border: 1px solid rgba(0,229,255,0.45);  box-shadow: 0 0 10px rgba(0,229,255,0.22);  }
.cam-lens-2 { border: 1px solid rgba(139,92,246,0.4);  box-shadow: 0 0 8px rgba(139,92,246,0.18); }
.cam-lens-3 { border: 1px solid rgba(0,214,143,0.35);  box-shadow: 0 0 7px rgba(0,214,143,0.15);  }
.cam-flash  {
  width: 60%; aspect-ratio: 1; border-radius: 4px;
  background: rgba(255,209,102,0.12);
  border: 1px solid rgba(255,209,102,0.32);
  margin: auto; box-shadow: 0 0 6px rgba(255,209,102,0.15);
}
.ai-bars-v2 {
  position: absolute; bottom: 7%; left: 6%; right: 6%;
  display: flex; gap: 4%; align-items: flex-end; height: 22%;
}
.ai-bar {
  flex: 1; border-radius: 3px 3px 0 0;
  animation: barGrow3d 1.8s ease-in-out infinite;
}
.score-ring-v2 {
  position: absolute; top: 35%; right: 4%; width: 20%; aspect-ratio: 1;
}

/* ── 14. SECTION TITLES CATALOG/RECOMMEND/ANALYTICS ─────────── */
#recommend .section-title,
#catalog .section-title,
#analytics .section-title {
  font-size: clamp(1.9rem, 3.6vw, 3rem) !important;
}
#recommend .section-sub,
#catalog .section-sub,
#analytics .section-sub {
  font-size: clamp(0.92rem, 1.5vw, 1.06rem) !important;
}
.catalog-meta-count { font-size: clamp(0.88rem, 1.3vw, 1rem) !important; }
.catalog-meta-hint  { font-size: clamp(0.78rem, 1.1vw, 0.9rem) !important; }

/* ════════════════════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════════════════════ */

/* ── LAPTOP BESAR (>= 1400px) ──────────────────────────────── */
@media (min-width: 1400px) {
  #hero3dPhone {
    right: clamp(12rem, 20vw, 24rem) !important;
    width: clamp(220px, 20vw, 300px) !important;
    height: clamp(400px, 38vw, 540px) !important;
  }
  #hero-orbit {
    right: clamp(8rem, 15vw, 19rem) !important;
    width: clamp(360px, 38vw, 560px) !important;
    height: clamp(360px, 38vw, 560px) !important;
  }
  /* Chip di tepi kanan layar */
  #chip-acc { right: 1.5rem !important; top: 8%   !important; bottom: auto !important; }
  #chip-ph  { right: 1.2rem !important; top: 26%  !important; bottom: auto !important; }
  #chip-br  { right: 1.5rem !important; top: auto !important; bottom: 18% !important; }
  #chip-ai  { right: 1.2rem !important; top: auto !important; bottom: 32% !important; }
}

/* ── TABLET & iPad LANDSCAPE (769px – 1199px) ──────────────── */
@media (min-width: 769px) and (max-width: 1199px) {
  .hero { padding: 8rem 0 5rem !important; overflow: visible !important; }
  .hero-content {
    position: relative !important; z-index: 10 !important;
    max-width: 46% !important;
    padding: 0 clamp(1rem,3vw,3rem) 0 clamp(1.5rem,4vw,5rem) !important;
    text-align: left !important;
  }
  .hero h1 { font-size: clamp(1.6rem, 3.5vw, 2.6rem) !important; line-height: 1.08 !important; }
  .hero p  { font-size: clamp(0.85rem, 1.4vw, 0.98rem) !important; }

  #hero3dPhone {
    display: block !important;
    width: clamp(170px, 18vw, 240px) !important;
    height: clamp(305px, 33vw, 430px) !important;
    right: clamp(5rem, 10vw, 12rem) !important;
  }
  #hero-orbit {
    display: block !important;
    width: clamp(270px, 32vw, 420px) !important;
    height: clamp(270px, 32vw, 420px) !important;
    right: clamp(3rem, 7vw, 9rem) !important;
  }
  /* Chip di tepi kanan */
  #chip-acc { right: 0.8rem !important; top: 8%   !important; bottom: auto !important; display: flex !important; }
  #chip-ph  { right: 0.6rem !important; top: 26%  !important; bottom: auto !important; display: flex !important; }
  #chip-br  { right: 0.8rem !important; top: auto !important; bottom: 18% !important;  display: flex !important; }
  #chip-ai  { right: 0.6rem !important; top: auto !important; bottom: 32% !important;  display: flex !important; }

  .hero-chip { display: flex !important; padding: 0.45rem 0.7rem !important; font-size: 0.65rem !important; }
  .hero-stats { max-width: 100% !important; }
  .hero-stat  { padding: 0.85rem 0.6rem !important; }
  .hero-stat-label { font-size: clamp(0.5rem, 1vw, 0.62rem) !important; }
  .hero-left-deco, .hero-right-deco, .hero-hex-l, .hero-arc-r,
  .hero-side-phone, .hero-neural-left, .hero-tech-label-l, .hero-tech-label-r { display: block !important; }
}

/* ── iPad PORTRAIT (600px – 900px portrait) ────────────────── */
@media (min-width: 600px) and (max-width: 900px) and (orientation: portrait) {
  .hero {
    padding: 8rem 1.5rem 5rem !important; overflow: visible !important;
    min-height: 100vh !important; display: flex !important; align-items: center !important;
  }
  .hero-content { max-width: 50% !important; padding: 0 !important; text-align: left !important; z-index: 10 !important; }
  .hero h1 { font-size: clamp(1.4rem, 3.8vw, 2.2rem) !important; }

  #hero3dPhone {
    display: block !important;
    width: clamp(140px, 16vw, 200px) !important;
    height: clamp(250px, 29vw, 360px) !important;
    right: clamp(2.5rem, 6vw, 7rem) !important;
  }
  #hero-orbit {
    display: block !important;
    width: clamp(220px, 28vw, 340px) !important;
    height: clamp(220px, 28vw, 340px) !important;
    right: clamp(0.5rem, 3vw, 4rem) !important;
  }
  /* Chip di tepi kanan */
  #chip-acc { right: 0.4rem !important; top: 8%   !important; bottom: auto !important; display: flex !important; }
  #chip-ph  { right: 0.3rem !important; top: 26%  !important; bottom: auto !important; display: flex !important; }
  #chip-br  { right: 0.4rem !important; top: auto !important; bottom: 18% !important;  display: flex !important; }
  #chip-ai  { right: 0.3rem !important; top: auto !important; bottom: 32% !important;  display: flex !important; }

  .hero-chip { display: flex !important; padding: 0.4rem 0.6rem !important; }
  .hero-stats { max-width: 100% !important; }
  .hero-stat  { padding: 0.75rem 0.5rem !important; }
  .hero-stat-label { font-size: clamp(0.48rem, 1.5vw, 0.58rem) !important; }
  .hero-stat-num   { font-size: clamp(0.95rem, 3vw, 1.2rem) !important; }
}

/* ── MOBILE BESAR (481px – 599px) ──────────────────────────── */
@media (min-width: 481px) and (max-width: 599px) {
  .hero { padding: 7rem 1.2rem 4rem !important; overflow: visible !important; }
  .hero-content { max-width: 52% !important; text-align: left !important; padding: 0 !important; z-index: 10 !important; }
  .hero h1 { font-size: clamp(1.2rem, 4vw, 1.6rem) !important; }

  #hero3dPhone {
    display: block !important;
    width: clamp(120px, 15vw, 165px) !important;
    height: clamp(215px, 27vw, 300px) !important;
    right: clamp(1rem, 3vw, 3.5rem) !important;
  }
  #hero-orbit {
    display: block !important;
    width: clamp(190px, 25vw, 285px) !important;
    height: clamp(190px, 25vw, 285px) !important;
    right: clamp(-0.5rem, 1vw, 1.5rem) !important;
  }
  /* Chip di tepi kanan, hanya 2 yang tampil */
  #chip-acc { display: flex !important; right: 0.3rem !important; top: 8%  !important; bottom: auto !important; }
  #chip-ph  { display: flex !important; right: 0.2rem !important; top: 26% !important; bottom: auto !important; }
  #chip-br, #chip-ai { display: none !important; }

  .hero-chip { padding: 0.3rem 0.5rem !important; font-size: 0.58rem !important; }
  .hero-stat  { padding: 0.6rem 0.35rem !important; }
  .hero-stat-label { font-size: clamp(0.44rem, 1.8vw, 0.54rem) !important; }
  .hero-stat-num   { font-size: clamp(0.85rem, 3.5vw, 1.05rem) !important; }
}

/* ── MOBILE KECIL (max 480px) ──────────────────────────────── */
@media (max-width: 480px) {
  .hero {
    padding: 7rem 1rem 4rem !important; overflow: visible !important;
    min-height: 100vh !important; display: flex !important; align-items: center !important;
  }
  .hero-content { max-width: 54% !important; text-align: left !important; padding: 0 !important; z-index: 10 !important; }
  .hero h1 { font-size: clamp(1.1rem, 5vw, 1.5rem) !important; line-height: 1.15 !important; }
  .hero p  { font-size: clamp(0.72rem, 3vw, 0.85rem) !important; line-height: 1.6 !important; }

  #hero3dPhone {
    display: block !important;
    width: clamp(100px, 14vw, 145px) !important;
    height: clamp(180px, 25vw, 260px) !important;
    right: clamp(0.5rem, 2vw, 1.5rem) !important;
    top: 50% !important; transform: translateY(-50%) !important;
  }
  #hero-orbit {
    display: block !important;
    width: clamp(160px, 22vw, 240px) !important;
    height: clamp(160px, 22vw, 240px) !important;
    right: clamp(-1rem, 0vw, 0rem) !important;
  }
  /* Hanya chip-acc yang tampil di HP kecil, tepi kanan */
  #chip-acc {
    display: flex !important;
    font-size: 0.5rem !important;
    padding: 0.25rem 0.4rem !important;
    top: 8% !important;
    right: 0.2rem !important;
    bottom: auto !important;
  }
  #chip-ph, #chip-br, #chip-ai { display: none !important; }

  .hero-stat  { padding: 0.6rem 0.3rem !important; }
  .hero-stat-label { font-size: clamp(0.42rem, 2vw, 0.52rem) !important; letter-spacing: 0.02em !important; }
  .hero-stat-num   { font-size: clamp(0.85rem, 4vw, 1rem) !important; }
  .hero-stat-unit  { font-size: clamp(0.6rem, 2.5vw, 0.75rem) !important; }

  .hero-buttons { flex-direction: column !important; gap: 0.5rem !important; }
  .hero-buttons .btn { font-size: 0.75rem !important; padding: 0.6rem 1rem !important; }

  .hero-left-deco, .hero-right-deco { display: block !important; }
  .hero-hex-l { display: block !important; opacity: 0.04 !important; }
  .hero-arc-r { display: none !important; }
  .hero-side-phone { display: block !important; }
}

/* ── iPhone SE (max 375px) ─────────────────────────────────── */
@media (max-width: 375px) {
  #hero3dPhone {
    width: clamp(90px, 13vw, 120px) !important;
    height: clamp(160px, 22vw, 215px) !important;
    right: 0.2rem !important;
  }
  #hero-orbit {
    width: clamp(140px, 20vw, 200px) !important;
    height: clamp(140px, 20vw, 200px) !important;
    right: -0.5rem !important;
  }
  .hero-content { max-width: 56% !important; }
  .hero h1 { font-size: clamp(1rem, 5.5vw, 1.3rem) !important; }
  /* Semua chip disembunyikan di iPhone SE */
  #chip-acc, #chip-ph, #chip-br, #chip-ai { display: none !important; }
  .hero-stat-label { font-size: 0.4rem !important; letter-spacing: 0 !important; }
}

/* ── Touch device ───────────────────────────────────────────── */
@media (hover: none) and (pointer: coarse) {
  .cursor-dot, .cursor-ring { display: none !important; }
  body { cursor: auto !important; }
  * { cursor: inherit !important; }
  .quick-view-bar { opacity: 1 !important; transform: translateY(0) !important; pointer-events: all !important; }
  .btn { min-height: 44px !important; }
  .page-btn { min-width: 44px !important; min-height: 44px !important; }
  .option-btn { min-height: 90px !important; }
  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    .compare-bar { padding-bottom: calc(0.85rem + env(safe-area-inset-bottom)) !important; }
    footer { padding-bottom: calc(3.5rem + env(safe-area-inset-bottom)) !important; }
  }
}

/* ── Catalog responsive ─────────────────────────────────────── */
@media (max-width: 600px) {
  .section { padding: 3.5rem 1rem !important; }
  .phones-grid { grid-template-columns: 1fr 1fr !important; gap: 0.75rem !important; }
  .filter-bar { flex-direction: column !important; gap: 0.6rem !important; }
  .filter-select, .search-wrap { width: 100% !important; min-width: unset !important; }
  .analytics-grid { grid-template-columns: 1fr 1fr !important; gap: 0.6rem !important; }
  .accuracy-row { grid-template-columns: 1fr 1fr !important; gap: 0.6rem !important; }
  .charts-grid { grid-template-columns: 1fr !important; }
  .wizard-card { padding: 1.2rem 0.9rem !important; }
  .compare-bar { flex-wrap: wrap !important; padding: 0.6rem 0.75rem !important; }
  .compare-slots { flex: 1 1 100% !important; order: -1 !important; }
  .compare-slot { min-width: 0 !important; flex: 1 !important; }
  .modal-specs { grid-template-columns: 1fr 1fr !important; gap: 0.4rem !important; }
  .modal-body { padding: 1rem !important; }
  .wizard-step-dot { width: 30px !important; height: 30px !important; font-size: 0.7rem !important; }
  .wizard-step-line { max-width: 36px !important; }
  .wizard-nav { flex-wrap: wrap !important; gap: 0.4rem !important; }
  .step-indicator { width: 100% !important; text-align: center !important; order: -1 !important; }
  footer { padding: 2.5rem 1rem !important; }
  footer > div[style*="display:flex"] { flex-direction: column !important; align-items: center !important; }
  footer a[href*="wa.me"], footer a[href*="instagram"], footer a[href*="maps"] { width: 90% !important; justify-content: center !important; }
  .footer-badges { flex-wrap: wrap !important; justify-content: center !important; }
}
@media (max-width: 380px) {
  .phones-grid { grid-template-columns: 1fr !important; }
}

/* ============================================================
   PATCH 3 — Hasil Klasifikasi Premium + Dekorasi 3D Kiri-Kanan
   ============================================================ */

/* ── RESULT REVEAL CARD — upgrade visual ───────────────────── */
.result-reveal-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px !important;
  border-width: 1px !important;
  transition: box-shadow 0.4s ease !important;
}
.result-reveal-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.035) 0%,
    transparent 40%,
    rgba(255,255,255,0.015) 100%
  );
  pointer-events: none;
  z-index: 0;
}
.result-reveal-card::after {
  content: '';
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(0,229,255,0.15), rgba(139,92,246,0.12), rgba(255,209,102,0.08));
  z-index: -1;
  animation: resultCardGlow 5s ease-in-out infinite alternate;
  filter: blur(1px);
}
@keyframes resultCardGlow {
  0%   { opacity: 0.5; }
  50%  { opacity: 1; }
  100% { opacity: 0.6; }
}

/* Category icon ring pulse */
.reveal-icon-ring {
  animation: iconRingPulse 2.5s ease-in-out infinite !important;
}
@keyframes iconRingPulse {
  0%,100% { transform: scale(1); opacity: 0.5; }
  50%      { transform: scale(1.15); opacity: 1; }
}

/* Category name — bigger, more dramatic */
.reveal-category-name {
  font-size: clamp(2rem, 5vw, 3.6rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  text-shadow: 0 0 40px currentColor !important;
  animation: catNameGlow 3s ease-in-out infinite alternate !important;
}
@keyframes catNameGlow {
  0%   { filter: brightness(1);    text-shadow: 0 0 20px currentColor; }
  100% { filter: brightness(1.18); text-shadow: 0 0 50px currentColor, 0 0 80px currentColor; }
}

/* Reveal icon — larger */
.reveal-icon-wrap {
  width: 100px !important;
  height: 100px !important;
  font-size: 2.8rem !important;
  border-radius: 28px !important;
  position: relative;
  overflow: visible !important;
  box-shadow: 0 0 40px rgba(0,229,255,0.2), inset 0 1px 0 rgba(255,255,255,0.1) !important;
  animation: iconWrapFloat 4s ease-in-out infinite !important;
}
@keyframes iconWrapFloat {
  0%,100% { transform: translateY(0px) rotate(-1deg); }
  50%      { transform: translateY(-8px) rotate(1deg); }
}

/* ── SCORE BREAKDOWN — premium bars ────────────────────────── */
.score-breakdown {
  border-radius: 20px !important;
  padding: 1.8rem !important;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.score-breakdown:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.3) !important;
}
.score-breakdown::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(139,92,246,0.5) 50%, transparent);
}

/* Score bar rows — enhanced */
.score-bar-row {
  margin-bottom: 1rem !important;
  position: relative;
}
.score-bar-row:last-child { margin-bottom: 0 !important; }

.score-bar-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.45rem !important;
}

.score-bar-cat {
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  color: var(--text-primary) !important;
}

.score-bar-pct {
  font-family: var(--font-mono, 'JetBrains Mono', monospace) !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  position: relative;
}
.score-bar-pct::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.3;
  border-radius: 1px;
}

.score-bar-track {
  height: 10px !important;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.06) !important;
  overflow: visible !important;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.3) !important;
}

.score-bar-fill {
  height: 100% !important;
  border-radius: 10px !important;
  transition: width 1.2s cubic-bezier(0.34,1.4,0.64,1) !important;
  position: relative !important;
  box-shadow: 0 0 12px currentColor !important;
}
.score-bar-fill::after {
  content: '';
  position: absolute;
  right: -4px; top: 50%;
  transform: translateY(-50%);
  width: 14px; height: 14px;
  border-radius: 50%;
  background: inherit;
  background-size: cover;
  box-shadow: 0 0 10px currentColor, 0 0 20px currentColor;
  animation: barDotPulse 2s ease-in-out infinite;
  border: 2px solid rgba(255,255,255,0.2);
}
@keyframes barDotPulse {
  0%,100% { transform: translateY(-50%) scale(1); opacity: 0.8; }
  50%      { transform: translateY(-50%) scale(1.25); opacity: 1; }
}

/* Winner bar — special treatment */
.score-bar-fill[data-width="100%"] {
  box-shadow: 0 0 20px currentColor, 0 0 40px rgba(0,229,255,0.3) !important;
  background: linear-gradient(90deg, #00e5ff, #8b5cf6, #ffd166) !important;
  background-size: 200% 100% !important;
  animation: winnerBarShimmer 2.5s linear infinite !important;
}
@keyframes winnerBarShimmer {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

/* Score breakdown header */
.score-breakdown-header {
  font-family: var(--font-display, 'Outfit', sans-serif) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 0.5rem !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.score-breakdown-sub {
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
  color: var(--text-secondary) !important;
  margin-bottom: 1.4rem !important;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* ── SECTION — RECOMMEND wrapper untuk side decos ──────────── */
#recommend {
  position: relative;
}

/* ── LEFT SIDE DECORATION — result area ────────────────────── */
.result-side-left,
.result-side-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(60px, 6vw, 100px);
  pointer-events: none;
  z-index: 5;
  display: none;
}
.result-side-left  { left: 0; }
.result-side-right { right: 0; }

/* Show on desktop only */
@media (min-width: 1100px) {
  .result-side-left,
  .result-side-right { display: block; }
}

/* ── FLOATING 3D HP CANVAS (left & right) ───────────────────── */
#canvas-deco-left,
#canvas-deco-right {
  position: fixed;
  top: 0;
  bottom: 0;
  width: clamp(70px, 7vw, 110px);
  pointer-events: none;
  z-index: 4;
  opacity: 0;
  transition: opacity 1s ease;
}
#canvas-deco-left  { left: 0; }
#canvas-deco-right { right: 0; }
#canvas-deco-left.visible,
#canvas-deco-right.visible { opacity: 1; }

@media (max-width: 1099px) {
  #canvas-deco-left,
  #canvas-deco-right { display: none !important; }
}

/* ── TRAIT CHIPS — enhanced ─────────────────────────────────── */
.trait-chip {
  border-radius: 100px !important;
  padding: 0.38rem 0.9rem !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  transition: all 0.25s ease !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  background: rgba(255,255,255,0.05) !important;
  cursor: default;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.trait-chip:hover {
  transform: translateY(-2px) scale(1.04) !important;
  border-color: rgba(255,255,255,0.2) !important;
  background: rgba(255,255,255,0.09) !important;
}
.trait-chip.highlight {
  background: rgba(139,92,246,0.12) !important;
  border-color: rgba(139,92,246,0.35) !important;
}
.trait-chip.highlight:hover {
  background: rgba(139,92,246,0.2) !important;
}

/* ── AI CONFIRM BADGES ──────────────────────────────────────── */
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 1rem !important;
  border-radius: 100px !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  border-width: 1px;
  border-style: solid;
}
.ai-badge.confirm {
  background: rgba(0,214,143,0.1) !important;
  border-color: rgba(0,214,143,0.3) !important;
  color: #00d68f !important;
}
.ai-badge.override {
  background: rgba(255,209,102,0.1) !important;
  border-color: rgba(255,209,102,0.3) !important;
  color: #ffd166 !important;
}
.ai-badge.model-info {
  background: rgba(139,92,246,0.1) !important;
  border-color: rgba(139,92,246,0.3) !important;
  color: #8b5cf6 !important;
}

/* ── REVEAL EYEBROW ─────────────────────────────────────────── */
.reveal-eyebrow {
  font-family: var(--font-mono, 'JetBrains Mono', monospace) !important;
  font-size: clamp(0.52rem, 0.9vw, 0.64rem) !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: rgba(0,229,255,0.5) !important;
  margin-bottom: 1.5rem !important;
  position: relative;
}
.reveal-eyebrow::before,
.reveal-eyebrow::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: rgba(0,229,255,0.3);
  vertical-align: middle;
  margin: 0 0.6em;
}

/* ── RESULT DESC ────────────────────────────────────────────── */
.reveal-desc {
  font-size: clamp(0.88rem, 1.4vw, 1rem) !important;
  line-height: 1.72 !important;
  color: var(--text-secondary) !important;
  max-width: 520px !important;
  margin: 0 auto 1.5rem !important;
}

/* ── SCANLINE OVERLAY ON RESULT ─────────────────────────────── */
.result-scan-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(0,229,255,0.008) 3px,
    rgba(0,229,255,0.008) 4px
  );
  border-radius: inherit;
}

/* ── RESULT PARTICLE TICKER ─────────────────────────────────── */
.result-ticker {
  position: absolute;
  bottom: 1rem; left: 0; right: 0;
  text-align: center;
  font-family: var(--font-mono, 'JetBrains Mono', monospace);
  font-size: 0.48rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(0,229,255,0.2);
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  animation: tickerScroll 18s linear infinite;
}
@keyframes tickerScroll {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* ── SIDE CANVAS visibility on result ──────────────────────── */
body.result-visible #canvas-deco-left,
body.result-visible #canvas-deco-right {
  opacity: 1;
}

/* ── MINI PHONE FLOATING BESIDE RESULT ──────────────────────── */
.result-float-phone {
  position: absolute;
  pointer-events: none;
  animation: resultPhoneFloat ease-in-out infinite;
  opacity: 0;
}
@keyframes resultPhoneFloat {
  0%   { transform: translateY(0px) rotate(var(--rot)); opacity: 0; }
  15%  { opacity: var(--op); }
  85%  { opacity: var(--op); }
  100% { transform: translateY(-28px) rotate(calc(var(--rot) + 8deg)); opacity: 0; }
}