/* ═══════════════════════════════════════════════════════════
   ZYLG MART — Silver / Black Premium Theme
   ═══════════════════════════════════════════════════════════ */

:root {
  --shophub-green: rgba(var(--cl-accent), 1);
  --shophub-green-soft: rgba(var(--cl-accent), 0.18);
  --shophub-border: rgba(192, 192, 192, 0.12);
  --shophub-panel: rgba(12, 12, 12, 0.92);
  --shophub-panel-2: rgba(16, 16, 16, 0.96);
}

/* ── Background ────────────────────────────────────────── */
html,
body {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(192, 192, 192, 0.04), transparent 22%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 55%, #060606 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(192, 192, 192, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(192, 192, 192, 0.03) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: radial-gradient(circle at center, black, transparent 88%);
  opacity: 0.5;
}

#particles-js {
  opacity: 0.35;
}

.component .container,
footer {
  position: relative;
  z-index: 1;
}

/* Navbar shell styles are at the bottom of this file */

/* ── Hero ──────────────────────────────────────────────── */
.shophub-hero {
  position: relative;
  overflow: hidden;
}

.shophub-hero::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 4rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 192, 192, 0.10) 0%, rgba(192, 192, 192, 0.04) 35%, transparent 72%);
  filter: blur(10px);
}

/* ── Eyebrow Badge ─────────────────────────────────────── */
.shophub-eyebrow {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(192, 192, 192, 0.25);
  background: rgba(192, 192, 192, 0.08);
  color: rgb(var(--cl-accent));
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(192, 192, 192, 0.08);
}

/* ── Hero Typography ───────────────────────────────────── */
.shophub-hero-title {
  line-height: 1.02;
  letter-spacing: -0.03em;
  max-width: 12ch;
}

.shophub-hero-title .text-accent-500 {
  text-shadow: 0 0 22px rgba(192, 192, 192, 0.20);
}

.shophub-hero-subtitle {
  max-width: 42rem;
}

/* ── Hero Search ───────────────────────────────────────── */
.shophub-hero-search > div {
  margin-bottom: 0;
}

.shophub-hero-search .bg-card\/75,
.shophub-hero-search .bg-card\/75 > div {
  border-radius: 1rem;
}

/* ── Mini Stats ────────────────────────────────────────── */
.shophub-mini-stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}

.shophub-mini-stat {
  min-width: 110px;
}

.shophub-mini-stat strong {
  display: block;
  color: rgb(var(--cl-accent));
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.shophub-mini-stat span {
  color: rgba(255,255,255,0.50);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* ── Hero Visual ───────────────────────────────────────── */
.shophub-hero-visual-wrap {
  width: 100%;
  max-width: 480px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shophub-hero-visual {
  position: relative;
  width: 340px;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shophub-hero-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(192, 192, 192, 0.12) 0%, rgba(192, 192, 192, 0.05) 46%, rgba(12, 12, 12, 0.9) 62%, transparent 70%),
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.12), transparent 28%);
  box-shadow: 0 0 100px rgba(192, 192, 192, 0.10);
}

.shophub-hero-badge {
  position: relative;
  z-index: 1;
  width: 240px;
  height: 240px;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.36);
}

.shophub-hero-logo {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.shophub-hero-logo-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(var(--cl-accent), 0.95), rgba(var(--cl-accent), 0.65));
  color: #0a0a0a;
  font-size: 2rem;
  font-weight: 900;
  border-radius: 1.25rem;
}

.shophub-hero-brand {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #fff;
}

.shophub-hero-caption {
  margin-top: 0.35rem;
  color: rgba(255,255,255,0.50);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}

/* ── Cards & Panels ────────────────────────────────────── */
.component [class*="bg-card"],
footer,
.currency-selector .choices__inner,
.currency-selector .choices__list.choices__list--dropdown,
input,
textarea,
select {
  border-radius: 1rem !important;
}

.component [class*="bg-card"],
footer {
  background: linear-gradient(180deg, var(--shophub-panel), var(--shophub-panel-2)) !important;
  border-color: var(--shophub-border) !important;
  box-shadow: 0 16px 46px rgba(0,0,0,0.30);
}

/* ── Inputs ────────────────────────────────────────────── */
#searchbar,
input[type="text"],
input[type="search"] {
  background: rgba(10, 10, 10, 0.90) !important;
  border: 1px solid rgba(192, 192, 192, 0.08) !important;
  min-height: 3.5rem;
}

/* ── Buttons ───────────────────────────────────────────── */
a[class*="bg-accent-500"],
button[class*="bg-accent-500"],
.btn-primary {
  box-shadow: 0 10px 26px rgba(192, 192, 192, 0.12);
}

/* ── Section Dividers ──────────────────────────────────── */
.component hr {
  opacity: 1;
  border-color: rgba(var(--cl-accent), 0.60);
}

/* ── Mobile hero ────────────────────────────────────────── */
@media (max-width: 1023px) {

  .shophub-hero-visual-wrap {
    min-height: 280px;
    max-width: none;
  }

  .shophub-hero-visual {
    width: 250px;
    height: 250px;
  }

  .shophub-hero-badge {
    width: 190px;
    height: 190px;
  }

  .shophub-hero-brand {
    font-size: 1.7rem;
  }
}


.shophub-hero-copy {
  width: 100%;
}

.shophub-hero-search {
  width: 100%;
  max-width: 560px;
}

.shophub-hero-search > div,
.shophub-hero-search .bg-card\/75,
.shophub-hero-search .bg-card\/75 > div {
  width: 100%;
}

.shophub-hero-search .bg-card\/75 {
  padding: 0;
  overflow: hidden;
}

.shophub-hero-search .flex.items-center.gap-4 {
  max-width: none;
  width: 100%;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
}

.shophub-hero-search input,
.shophub-hero-search .bg-card\/75 input,
.shophub-hero-search .bg-card\/75 > div input {
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.shophub-hero-search input::placeholder {
  color: rgba(255,255,255,0.45);
}

.shophub-mini-stat strong {
  font-size: 1.45rem;
}

.component .container > .inline-block hr,
.component hr.border-accent-500 {
  border-color: rgba(var(--cl-accent), 0.80) !important;
}

@media (max-width: 1024px) {
  .shophub-hero-visual-wrap {
    min-height: 280px;
  }

  .shophub-hero-visual {
    width: 260px;
    height: 260px;
  }

  .shophub-hero-badge {
    width: 190px;
    height: 190px;
  }

  .shophub-hero-brand {
    font-size: 1.8rem;
  }
}

/* ═══════════════════════════════════════════════════════════
   ANIMATIONS
   ═══════════════════════════════════════════════════════════ */

@keyframes shophubFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shophubFadeLeft {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shophubFadeRight {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shophubFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes shophubPulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 rgba(192, 192, 192, 0.0), 0 18px 50px rgba(0, 0, 0, 0.36);
  }
  50% {
    box-shadow: 0 0 36px rgba(192, 192, 192, 0.10), 0 18px 50px rgba(0, 0, 0, 0.42);
  }
}

@keyframes shophubShimmer {
  from {
    transform: translateX(-120%) skewX(-18deg);
  }
  to {
    transform: translateX(220%) skewX(-18deg);
  }
}

body {
  animation: shophubFadeUp 0.6s ease-out;
}



.shophub-eyebrow {
  animation: shophubFadeLeft 0.6s ease-out 0.05s both;
}

.shophub-hero-title {
  animation: shophubFadeLeft 0.7s ease-out 0.12s both;
}

.shophub-hero-subtitle,
.shophub-hero-search,
.shophub-mini-stats,
.shophub-hero .flex.flex-wrap.items-center.gap-4.mt-3 {
  animation: shophubFadeLeft 0.8s ease-out 0.2s both;
}

.shophub-hero-visual {
  animation: shophubFadeRight 0.8s ease-out 0.18s both, shophubFloat 4.8s ease-in-out 1s infinite;
  will-change: transform;
}

.shophub-hero-ring {
  animation: shophubPulseGlow 4s ease-in-out infinite;
}

.shophub-hero-badge {
  animation: shophubPulseGlow 4.5s ease-in-out infinite;
}

/* ── Hover Transitions ─────────────────────────────────── */
.component [class*="bg-card"],
footer,
.shophub-nav-shell,
.shophub-eyebrow,
.btn-primary,
a[class*="bg-accent-500"],
button[class*="bg-accent-500"],
nav a,
nav button {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, color 0.28s ease, opacity 0.28s ease;
}

.component [class*="bg-card"]:hover,
footer:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(192, 192, 192, 0.10);
}

nav a:hover,
nav button:hover,
.btn-primary:hover,
a[class*="bg-accent-500"]:hover,
button[class*="bg-accent-500"]:hover {
  transform: translateY(-2px);
}

.btn-primary,
a[class*="bg-accent-500"],
button[class*="bg-accent-500"] {
  position: relative;
  overflow: hidden;
}

.btn-primary::after,
a[class*="bg-accent-500"]::after,
button[class*="bg-accent-500"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  opacity: 0;
  pointer-events: none;
}

.btn-primary:hover::after,
a[class*="bg-accent-500"]:hover::after,
button[class*="bg-accent-500"]:hover::after {
  opacity: 1;
  animation: shophubShimmer 0.9s ease;
}

/* ── Scroll Reveal ─────────────────────────────────────── */
.shophub-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.shophub-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shophub-reveal-delay-1 { transition-delay: 0.08s; }
.shophub-reveal-delay-2 { transition-delay: 0.16s; }
.shophub-reveal-delay-3 { transition-delay: 0.24s; }
.shophub-reveal-delay-4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .shophub-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   DISCORD CTA BANNER
   ═══════════════════════════════════════════════════════════ */

.shophub-discord-cta {
  position: relative;
  max-width: 85rem;
  margin: 4rem auto 1.5rem;
  padding: 0 1rem;
  z-index: 1;
}

.shophub-discord-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.8rem 2rem;
  border: 1px solid rgba(100, 114, 255, 0.18);
  border-radius: 1.6rem;
  background:
    linear-gradient(180deg, rgba(7, 10, 28, 0.98), rgba(5, 8, 22, 0.96)),
    radial-gradient(circle at 18% 50%, rgba(88, 101, 242, 0.18), transparent 38%);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.02) inset;
  overflow: hidden;
}

.shophub-discord-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(88, 101, 242, 0.08) 50%, transparent 100%);
  pointer-events: none;
}

.shophub-discord-cta__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.shophub-discord-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  min-width: 3.25rem;
  border-radius: 1rem;
  color: white;
  background: linear-gradient(135deg, #5865F2, #7a84ff);
  box-shadow: 0 14px 32px rgba(88, 101, 242, 0.35);
}

.shophub-discord-cta__icon svg,
.shophub-discord-cta__button-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.shophub-discord-cta h3 {
  margin: 0;
  color: rgba(255,255,255,0.98);
  font-size: 1.95rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.shophub-discord-cta p {
  margin: 0.35rem 0 0;
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
}

.shophub-discord-cta__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.shophub-discord-cta__button {
  position: relative;
  z-index: 1;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  height: 48px !important;
  padding: 0 28px !important;
  border-radius: 9999px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  background: linear-gradient(135deg, #5865F2, #6875ff) !important;
  border: 1px solid rgba(140, 154, 255, 0.4) !important;
  box-shadow: 0 8px 24px rgba(88, 101, 242, 0.35) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.shophub-discord-cta__button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 32px rgba(88, 101, 242, 0.48) !important;
  filter: brightness(1.06) !important;
}

.shophub-discord-cta__button-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

@media (max-width: 860px) {
  .shophub-discord-cta__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 1.4rem;
  }

  .shophub-discord-cta__content {
    flex-direction: row;
  }

  .shophub-discord-cta__actions {
    width: 100% !important;
  }

  .shophub-discord-cta__button {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 520px) {
  .shophub-discord-cta__actions {
    flex-direction: column;
  }
}

/* ═══════════════════════════════════════════════════════════
   HERO — BIG FLOATING BAG / LOGO
   ═══════════════════════════════════════════════════════════ */

.shophub-hero {
  isolation: isolate;
}

.shophub-hero::after,
.shophub-hero-copy::before {
  content: none !important;
  display: none !important;
  background: none !important;
}

.shophub-hero .container {
  position: relative;
  z-index: 1;
}

.shophub-hero-copy {
  position: relative;
  z-index: 2;
  background: transparent !important;
  box-shadow: none !important;
}

@keyframes shophubBagBob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes shophubBagShadow {
  0%, 100% { transform: scale(1); opacity: 0.22; }
  50% { transform: scale(0.86); opacity: 0.12; }
}

@keyframes shophubBagGlow {
  0%, 100% { filter: drop-shadow(0 22px 52px rgba(192, 192, 192, 0.08)); }
  50% { filter: drop-shadow(0 32px 76px rgba(192, 192, 192, 0.18)); }
}

/* BIG LOGO */
.shophub-hero-visual-wrap {
  max-width: 900px;
  min-height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shophub-hero-visual--bag {
  width: 720px;
  height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: shophubBagBob 4s ease-in-out infinite, shophubBagGlow 3.8s ease-in-out infinite;
}

/* Silver glow behind logo */
.shophub-hero-visual--bag::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(192, 192, 192, 0.12) 0%,
    rgba(192, 192, 192, 0.05) 40%,
    transparent 75%);
  filter: blur(30px);
}

/* Ground shadow */
.shophub-hero-visual--bag::after {
  content: "";
  position: absolute;
  bottom: 60px;
  width: 260px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle,
    rgba(0,0,0,0.35) 0%,
    rgba(0,0,0,0.12) 60%,
    transparent 80%);
  animation: shophubBagShadow 4.2s ease-in-out infinite;
}

/* Logo image */
.shophub-hero-bag-logo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  filter:
    drop-shadow(0 0 40px rgba(192, 192, 192, 0.18))
    drop-shadow(0 20px 40px rgba(0,0,0,0.45));
}

/* Hide unused hero elements */
.shophub-hero-ring,
.shophub-hero-bag-glow,
.shophub-hero-logo-card,
.shophub-hero-badge,
.shophub-hero-brand,
.shophub-hero-caption,
.shophub-hero-logo {
  display: none !important;
}

@media (max-width: 1024px) and (min-width: 861px) {
  .shophub-hero-visual-wrap {
    min-height: 360px;
    max-width: 100%;
  }

  .shophub-hero-visual--bag {
    width: 360px;
    height: 360px;
  }

  .shophub-hero-visual--bag::before {
    width: 280px;
    height: 280px;
  }

  .shophub-hero-visual--bag::after {
    bottom: 34px;
    width: 180px;
    height: 26px;
  }

  .shophub-hero-bag-logo {
    max-width: 300px;
  }
}

/* HIDE BIG CIRCLE LOGO COMPLETELY ON MOBILE (< 860px) */
@media (max-width: 860px) {
  .shophub-hero-visual-wrap,
  .zm-hero-visual-wrap,
  .shophub-hero-visual--bag,
  .zm-mobile-logo-badge {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .zm-hero-pill {
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .zm-hero-checklist {
    justify-content: center !important;
    text-align: center !important;
  }
}

/* STICKY NAVBAR SCROLL OFFSET - Prevents content & search from getting hidden */
[data-component-id="products"],
#products,
.products,
[data-component-id="faq"],
#faq,
.zm-faq-section,
[data-component-id="stats"],
[data-component-id="features"],
.zm-how-wrap {
  scroll-margin-top: 100px !important;
}


/* FINAL HERO FIX */

.shophub-hero::after,
.shophub-hero-copy::before {
  display: none !important;
  content: none !important;
}

.shophub-hero {
  background: transparent !important;
}


/* ═══════════════════════════════════════════════════════════
   MOBILE HERO
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 768px) {

  .shophub-hero .container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 1rem !important;
  }

  .shophub-hero-visual-wrap {
    order: -1 !important;
    margin: 0 auto !important;
    min-height: auto !important;
  }

  .shophub-hero-visual--bag {
    width: 90vw !important;
    height: 90vw !important;
    max-width: 420px !important;
    max-height: 420px !important;
  }

  .shophub-hero-bag-logo {
    max-width: 80vw !important;
  }

  .shophub-hero-copy {
    width: 100% !important;
    text-align: center !important;
    align-items: center !important;
  }

  .shophub-hero-title {
    font-size: clamp(1.9rem, 8vw, 2.6rem) !important;
    line-height: 1 !important;
  }

  .shophub-hero-subtitle {
    font-size: 0.95rem !important;
  }

  .shophub-hero-search {
    width: 100% !important;
  }

  .shophub-mini-stats {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0.5rem !important;
    width: 100% !important;
  }

  .shophub-mini-stat {
    text-align: center !important;
  }

  .shophub-mini-stat strong {
    font-size: 1rem !important;
  }

  .shophub-mini-stat span {
    font-size: 0.6rem !important;
  }

  .navbar > .container {
    padding: 0.6rem !important;
  }

  .navbar-brand span {
    font-size: 0.95rem !important;
  }

}


/* ═══════════════════════════════════════════════════════════
   NAVBAR — Rounded Pill Style
   ═══════════════════════════════════════════════════════════ */

.shophub-nav-shell {
  position: sticky !important;
  top: 0.75rem !important;
  z-index: 50 !important;
  margin: 0.75rem auto 0 !important;
  max-width: 1280px !important;
  width: 100% !important;
  background: rgba(14, 14, 18, 0.94) !important;
  border: 1px solid rgba(192, 192, 192, 0.16) !important;
  border-radius: 999px !important;
  box-shadow:
    0 10px 35px rgba(0, 0, 0, 0.65),
    0 0 25px rgba(192, 192, 192, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex !important;
  }
}

.navbar-logo {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 50%;
  border: 1px solid rgba(192, 192, 192, 0.15);
  box-shadow: 0 0 12px rgba(192, 192, 192, 0.08);
}

.navbar-brand {
  min-width: 0;
  text-decoration: none;
}

.navbar-brand span {
  white-space: nowrap;
  transform: translateY(1px);
}

.navbar-brand:hover .navbar-logo {
  box-shadow: 0 0 18px rgba(192, 192, 192, 0.16);
}

/* Nav Links */
.navbar-link {
  position: relative;
  text-decoration: none;
  letter-spacing: 0.01em;
}

.navbar-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgb(var(--cl-t-primary));
}

.navbar-link.active,
.navbar-link:active {
  color: rgb(var(--cl-accent));
}

/* Action Buttons */
.navbar-action-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(var(--cl-t-primary), 0.7);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.22s ease;
  text-decoration: none;
  cursor: pointer;
}

.navbar-action-btn:hover {
  color: rgb(var(--cl-t-primary));
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(192, 192, 192, 0.15);
  transform: translateY(-1px);
}

.navbar-cart-count {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: rgb(var(--cl-accent));
  color: rgb(var(--cl-t-accent));
  font-size: 0.65rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Hamburger */
.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: rgba(var(--cl-t-primary), 0.7);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: all 0.22s ease;
}

.navbar-toggler:hover {
  color: rgb(var(--cl-t-primary));
  background: rgba(255, 255, 255, 0.10);
}

/* Mobile dropdown */
.navbar-mobile {
  border-top: 1px solid rgba(192, 192, 192, 0.06);
  margin-top: 0.25rem;
}

.navbar-link-mobile {
  text-decoration: none;
}

/* Mobile only: make nav pill slightly less rounded for mobile drawer */
@media (max-width: 767px) {
  .shophub-nav-shell {
    margin: 0 !important;
    border-radius: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .shophub-nav-shell {
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .navbar-brand span {
    font-size: 0.92rem;
  }

  .navbar-logo {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }

  .navbar-action-btn,
  .navbar-toggler {
    width: 36px;
    height: 36px;
  }
}

/* BRAND LOGOS & GUARANTEE BAR BADGES */
.zm-brand-svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.zm-guarantee-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 32px;
}
.zm-guarantee-bar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 22px;
  background: rgba(14, 14, 17, 0.80);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 9999px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45), 0 0 24px rgba(255, 255, 255, 0.02);
  transition: all 0.25s ease;
}
.zm-guarantee-bar:hover {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.55), 0 0 28px rgba(192, 192, 192, 0.06);
}
.zm-guar-secure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.zm-guar-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
  animation: zmPulseGreen 2s infinite ease-in-out;
}
.zm-guar-secure-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff;
  white-space: nowrap;
}
.zm-guar-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.10);
}
.zm-guar-pills {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.zm-badge-paypal,
.zm-badge-btc,
.zm-badge-ltc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: default;
  user-select: none;
}
.zm-badge-paypal {
  background: rgba(0, 121, 193, 0.12);
  border: 1px solid rgba(0, 121, 193, 0.30);
}
.zm-badge-paypal:hover {
  background: rgba(0, 121, 193, 0.22);
  border-color: rgba(0, 121, 193, 0.50);
  transform: translateY(-1px);
}
.zm-badge-btc {
  background: rgba(247, 147, 26, 0.12);
  border: 1px solid rgba(247, 147, 26, 0.30);
}
.zm-badge-btc:hover {
  background: rgba(247, 147, 26, 0.22);
  border-color: rgba(247, 147, 26, 0.50);
  transform: translateY(-1px);
}
.zm-badge-ltc {
  background: rgba(52, 93, 157, 0.14);
  border: 1px solid rgba(166, 192, 222, 0.28);
}
.zm-badge-ltc:hover {
  background: rgba(52, 93, 157, 0.24);
  border-color: rgba(166, 192, 222, 0.45);
  transform: translateY(-1px);
}
.zm-badge-svg {
  width: 14px;
  height: 14px;
  display: block;
}
.zm-coin-icon {
  font-weight: 900;
  font-size: 12.5px;
  line-height: 1;
}
.zm-coin-btc {
  color: #f7931a;
}
.zm-coin-ltc {
  color: #b8d5ff;
}
.zm-guar-discord {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(88, 101, 242, 0.10);
  border: 1px solid rgba(88, 101, 242, 0.25);
  color: #e4e4e7;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.zm-guar-discord:hover {
  background: rgba(88, 101, 242, 0.22);
  color: #ffffff;
  border-color: rgba(88, 101, 242, 0.45);
  transform: translateY(-1px);
}
.zm-ext-icon {
  font-size: 9px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.zm-guar-discord:hover .zm-ext-icon {
  opacity: 1;
}

@media (max-width: 860px) {
  .zm-guarantee-bar {
    border-radius: 9999px !important;
    padding: 6px 12px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: fit-content !important;
    max-width: calc(100vw - 16px) !important;
    margin: 0 auto !important;
  }
  .zm-guar-divider {
    display: none !important;
  }
  .zm-guar-pills {
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 6px !important;
  }
}

/* ══════════════ WHY WE'RE DIFFERENT (COMPARISON SECTION) ══════════════ */
.zm-diff-wrap {
  padding: 90px 0 50px;
  position: relative;
}
.zm-diff-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}
.zm-diff-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 16px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(192, 192, 192, 0.22);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(192, 192, 192, 0.08);
  margin-bottom: 14px;
}
.zm-diff-pill i {
  color: #c0c0c0;
  font-size: 11px;
}
.zm-diff-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.zm-diff-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin: 0;
}

/* Comparison Grid & VS Floating Pill */
.zm-diff-grid-wrap {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.zm-diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

/* Center Floating VS Circle */
.zm-vs-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff 0%, #d4d4d8 100%);
  border: 3px solid #09090b;
  color: #09090b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.45), 0 10px 25px rgba(0, 0, 0, 0.8);
  z-index: 15;
  user-select: none;
}

/* Card 1: Recommended (Zylg Mart) */
.zm-diff-card-recommended {
  background: linear-gradient(180deg, rgba(20, 20, 26, 0.95) 0%, rgba(13, 13, 16, 0.95) 100%);
  border: 1.5px solid rgba(192, 192, 192, 0.40);
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 35px rgba(192, 192, 192, 0.08), 0 20px 50px rgba(0, 0, 0, 0.65);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.zm-diff-card-recommended::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
}
.zm-diff-card-recommended:hover {
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 50px rgba(192, 192, 192, 0.15), 0 24px 60px rgba(0, 0, 0, 0.75);
  transform: translateY(-2px);
}

/* Card 2: Avoid (Other Sellers) */
.zm-diff-card-avoid {
  background: rgba(12, 12, 14, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.zm-diff-card-avoid:hover {
  opacity: 0.95;
}

/* Card Headers */
.zm-diff-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.zm-diff-icon-rec {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #ffffff;
  color: #09090b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
  flex-shrink: 0;
}
.zm-diff-icon-avoid {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.zm-diff-tag-rec {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c0c0c0;
  margin-bottom: 2px;
}
.zm-diff-tag-avoid {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 2px;
}
.zm-diff-card-name-rec {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin: 0;
}
.zm-diff-card-name-avoid {
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: -0.02em;
  margin: 0;
}

/* List Items */
.zm-diff-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.zm-diff-row-rec {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  transition: all 0.2s ease;
}
.zm-diff-row-rec:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(192, 192, 192, 0.3);
  transform: translateX(3px);
}
.zm-diff-row-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  flex-shrink: 0;
}

.zm-diff-row-avoid {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.45);
}
.zm-diff-row-cross {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.10);
  color: rgba(248, 113, 113, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  flex-shrink: 0;
}

/* CTA Button inside Recommended */
.zm-diff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 13px 24px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #c0c0c0 100%);
  color: #09090b !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(192, 192, 192, 0.28);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.zm-diff-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .zm-diff-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .zm-vs-badge {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: -20px auto;
    align-self: center;
  }
  .zm-diff-card-recommended, .zm-diff-card-avoid {
    padding: 28px 20px;
  }
}

/* ══════════════ MARQUEE BRAND BADGES (INTERACTIVE) ══════════════ */
.zm-brand-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
}
.zm-brand-badge:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(192, 192, 192, 0.4);
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6), 0 0 18px rgba(192, 192, 192, 0.15);
}
.zm-brand-badge svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}


.zm-marquee-fade-wrap {
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
  padding: 14px 0 !important;
}
.zm-marquee-track {
  padding: 10px 0 !important;
}
.zm-marquee-track {
  padding: 10px 0 !important;
}

/* ══════════════ MARQUEE INTERACTIVE CONTROLS & ARROWS ══════════════ */
.zm-marquee-section {
  position: relative !important;
  overflow: hidden !important;
}

.zm-marquee-fade-wrap {
  overflow-x: auto !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE 10+ */
  position: relative !important;
  width: 100% !important;
  padding: 14px 0 !important;
  /* Clean fade */
  -webkit-/* Clean fade */
  scroll-behavior: auto !important;
}
.zm-marquee-fade-wrap::-webkit-scrollbar {
  display: none !important; /* Chrome / Safari / Edge */
}

.zm-marquee-track {
  display: inline-flex !important;
  align-items: center !important;
  gap: 52px !important;
  padding: 10px 0 !important;
  width: max-content !important;
  will-change: scroll-position !important;
}

.zm-marquee-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 30 !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: rgba(15, 15, 20, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.7), 0 0 12px rgba(0, 0, 0, 0.5) !important;
}

.zm-marquee-section:hover .zm-marquee-arrow {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.zm-marquee-arrow:hover {
  background: rgba(30, 30, 40, 0.96) !important;
  border-color: rgba(192, 192, 192, 0.5) !important;
  color: #ffffff !important;
  transform: translateY(-50%) scale(1.1) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.85), 0 0 16px rgba(192, 192, 192, 0.25) !important;
}

.zm-marquee-arrow:active {
  transform: translateY(-50%) scale(0.94) !important;
}

.zm-marquee-arrow i {
  font-size: 15px !important;
}

.zm-marquee-prev {
  left: 16px !important;
}

.zm-marquee-next {
  right: 16px !important;
}

@media (max-width: 768px) {
  .zm-marquee-arrow {
    opacity: 0.85 !important;
    pointer-events: auto !important;
    width: 36px !important;
    height: 36px !important;
  }
  .zm-marquee-prev { left: 8px !important; }
  .zm-marquee-next { right: 8px !important; }
}

    /* Zylg Mart Logo in Comparison Card */
    .zm-diff-icon-rec {
      width: 44px;
      height: 44px;
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.22);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 24px rgba(192, 192, 192, 0.25), 0 4px 12px rgba(0, 0, 0, 0.5);
      flex-shrink: 0;
      overflow: hidden;
      padding: 4px;
      transition: all 0.3s ease;
    }
    .zm-diff-card-recommended:hover .zm-diff-icon-rec {
      border-color: rgba(255, 255, 255, 0.5);
      box-shadow: 0 0 35px rgba(255, 255, 255, 0.45), 0 6px 18px rgba(0, 0, 0, 0.7);
      transform: scale(1.05);
    }
    .zm-diff-logo-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 8px;
      display: block;
    }

    
      40% {
        transform: translateY(8px);
      }
      60% {
        transform: translateY(4px);
      }
    }




/* ══════════════ ZYLG MART REVIEWS PAGE (SILVER / OBSIDIAN THEME) ══════════════ */
.zm-reviews-page {
  min-height: 100vh;
  background-color: #060608 !important;
  background-image: 
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    radial-gradient(ellipse 90% 55% at 50% -15%, rgba(255, 255, 255, 0.08), transparent 75%),
    radial-gradient(circle at 10% 30%, rgba(192, 192, 192, 0.04), transparent 45%),
    radial-gradient(circle at 90% 45%, rgba(192, 192, 192, 0.03), transparent 45%) !important;
  background-size: 72px 100%, 100% 100%, 100% 100%, 100% 100% !important;
  padding: 32px 0 90px 0;
  font-family: inherit;
}

.zm-reviews-hero-card {
  position: relative;
  border-radius: 26px;
  padding: 44px 48px;
  background: radial-gradient(ellipse at 35% 25%, #15151c 0%, #0c0c10 55%, #08080a 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  margin-bottom: 44px;
}

.zm-reviews-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 13px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.zm-reviews-title {
  font-size: clamp(36px, 4.5vw, 54px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0 0 16px 0;
}

.zm-silver-accent {
  color: #c0c0c0 !important;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
}

.zm-reviews-subtitle {
  font-size: 16.5px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  max-width: 520px;
  line-height: 1.5;
  margin: 0 0 28px 0;
}

.zm-reviews-badges-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  font-size: 13.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.zm-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.zm-badge-item i {
  color: #c0c0c0;
  font-size: 14px;
}

/* Score Box on Right */
.zm-score-box {
  width: 275px;
  border-radius: 20px;
  padding: 26px 24px;
  background: rgba(12, 12, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.6);
}

.zm-score-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #c0c0c0;
}

.zm-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #10b981;
  display: inline-block;
}

.zm-score-num {
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.03em;
}

.zm-score-total {
  font-size: 19px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.38);
  margin-left: 2px;
}

.zm-stars-row {
  display: flex;
  align-items: center;
  gap: 3.5px;
  color: #f59e0b;
  font-size: 14px;
  margin-bottom: 10px;
}

.zm-reviews-count-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 16px 0;
}

.zm-score-divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

.zm-score-statement {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}
.zm-score-statement i {
  color: #10b981;
  font-size: 12px;
  margin-top: 1px;
  flex-shrink: 0;
}

/* Feed Header */
.zm-feed-header {
  margin-bottom: 24px;
}

.zm-live-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c0c0c0;
  margin-bottom: 6px;
}

.zm-feed-title {
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.025em;
  margin: 0;
}

.zm-feed-page-count {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

/* Customer Card */
.zm-customer-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 18px;
  padding: 22px;
  background: rgba(14, 14, 18, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  transition: all 0.25s ease;
}
.zm-customer-card:hover {
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.65);
}

/* Empty State */
.zm-reviews-empty-box {
  padding: 56px 24px;
  border-radius: 20px;
  background: rgba(14, 14, 18, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
  margin-top: 12px;
}
.zm-empty-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #c0c0c0;
  margin-bottom: 18px;
}
.zm-empty-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 22px;
  border-radius: 9999px;
  background: #ffffff;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
}
.zm-empty-btn:hover {
  background: #e0e0e0;
  transform: translateY(-2px);
}
/* ── STRICT MOBILE OVERFLOW PREVENTION (ELIMINATES HORIZONTAL SCROLL & RIGHT SHADOW) ── */
html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
  position: relative !important;
  box-sizing: border-box !important;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

.zm-prod-page-wrap,
.zm-pdp-wrapper,
.zm-ro-wrap,
.container {
  max-width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .zm-prod-cards-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
    gap: 16px !important;
  }
  .zm-product-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .zm-product-img-box {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ── BULLETPROOF MOBILE CENTERING & ZERO OVERFLOW ── */
html, body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}

#app, #zmMainContent {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  box-sizing: border-box !important;
}

@media (max-width: 768px) {
  .zm-prod-page-wrap,
  .zm-prod-layout-grid,
  .zm-prod-main-area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .zm-prod-cards-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    gap: 16px !important;
    box-sizing: border-box !important;
  }

  .zm-product-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
  }

  .zm-product-img-box {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  .zm-product-img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* ── SLEEK DARK OBSIDIAN SCROLLBAR (ELIMINATES WHITE SCROLL TRACK) ── */
::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}
::-webkit-scrollbar-track {
  background: #07070a !important;
}
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.20) !important;
  border-radius: 9999px !important;
  border: 1px solid #07070a !important;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.38) !important;
}
* {
  scrollbar-width: thin !important;
  scrollbar-color: rgba(255, 255, 255, 0.20) #07070a !important;
}

/* IPTV Interactive Test Switcher (Global) */
.zm-iptv-test-bar {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.zm-iptv-test-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.zm-iptv-test-options {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.zm-iptv-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.75);
  font-size: 11.5px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.zm-iptv-pill:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.zm-iptv-pill.is-active {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #09090b !important;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.35) !important;
}
.zm-iptv-pill-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}
.zm-iptv-pill.is-active .zm-iptv-pill-num {
  background: rgba(0, 0, 0, 0.15);
}