/* ============================================================
   Hero Slider — Space Gray Premium (v2.0 - Clean Icon)
   ============================================================ */
.hero-slider-wrapper {
  font-family: inherit;
  direction: rtl;
  margin: 10px 0 30px;
  position: relative;

  /* Core */
  --hero-radius: 26px;
  --hero-container: 1240px;
  --hero-blur: 18px;

  /* Speed */
  --hero-speed-slide: 0.45s;
  --hero-speed-ui: 0.28s;
  --hero-speed-glow: 3.8s;

  /* Surface */
  --hero-surface:
    linear-gradient(135deg,
      #09090b 0%,
      #17181b 34%,
      #101114 68%,
      #050506 100%);

  --hero-border: rgba(255,255,255,0.08);
  --hero-border-strong: rgba(255,255,255,0.14);

  /* Text */
  --hero-text: #ffffff;
  --hero-text-muted: rgba(255,255,255,0.72);
  --hero-text-soft: rgba(255,255,255,0.56);
  --hero-text-faint: rgba(255,255,255,0.34);

  /* Glass */
  --hero-glass: rgba(255,255,255,0.06);
  --hero-glass-hover: rgba(255,255,255,0.11);
  --hero-glass-border: rgba(255,255,255,0.10);
  --hero-glass-border-strong: rgba(255,255,255,0.18);

  /* CTA */
  --hero-cta-bg: linear-gradient(135deg, #f5f5f7 0%, #d1d1d6 100%);
  --hero-cta-bg-hover: linear-gradient(135deg, #ffffff 0%, #e5e5ea 100%);
  --hero-cta-text: #1d1d1f;

  /* Shadows */
  --hero-shadow:
    0 24px 60px rgba(0,0,0,0.34),
    0 8px 22px rgba(0,0,0,0.18);
}

html.dark_mod .hero-slider-wrapper {
  --hero-surface:
    linear-gradient(135deg,
      #040405 0%,
      #111214 36%,
      #09090b 72%,
      #000000 100%);
}

/* Reset */
.hero-slider-wrapper *,
.hero-slider-wrapper *::before,
.hero-slider-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

/* ============================================================
   Main Card
   ============================================================ */
.hero-slider-wrapper .hero-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: var(--hero-radius);
  background: var(--hero-surface);
  color: var(--hero-text);
  border: 1px solid var(--hero-border);
  box-shadow: var(--hero-shadow);
  isolation: isolate;
  touch-action: pan-y pinch-zoom;
}

.hero-slider-wrapper .hero-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(255,255,255,0.06) 0%,
      rgba(255,255,255,0.01) 10%,
      transparent 22%);
}

.hero-slider-wrapper .hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

.hero-slider-wrapper .hero-slider input[type="radio"] {
  display: none;
}

/* ============================================================
   Track / Slides
   ============================================================ */
.hero-slider-wrapper .slides-track {
  display: flex;
  direction: ltr;
  will-change: transform;
  transition: transform var(--hero-speed-slide) cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hero-slider-wrapper .slide {
  min-width: 100%;
  height: clamp(530px, 72vh, 680px);
  position: relative;
  overflow: hidden;

  --hero-glow: rgba(174,174,178,0.24);
  --hero-dot: #aeaeb2;
}

.hero-slider-wrapper .slide:nth-child(1) {
  --hero-glow: rgba(174,174,178,0.24);
  --hero-dot: #c7c7cc;
}
.hero-slider-wrapper .slide:nth-child(2) {
  --hero-glow: rgba(255,159,10,0.16);
  --hero-dot: #ff9f0a;
}
.hero-slider-wrapper .slide:nth-child(3) {
  --hero-glow: rgba(48,209,88,0.16);
  --hero-dot: #30d158;
}
.hero-slider-wrapper .slide:nth-child(4) {
  --hero-glow: rgba(191,90,242,0.15);
  --hero-dot: #bf5af2;
}

/* ============================================================
   Background
   ============================================================ */
.hero-slider-wrapper .slide-bg {
  position: absolute;
  inset: 0;
}

.hero-slider-wrapper .slide-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.30;
  filter: saturate(112%) contrast(106%);
  transform: scale(1.03);
}

.hero-slider-wrapper .slide-bg-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 76% 20%, rgba(255,255,255,0.08), transparent 28%),
    linear-gradient(
      100deg,
      rgba(7,7,9,0.92) 0%,
      rgba(7,7,9,0.68) 40%,
      rgba(7,7,9,0.24) 100%
    );
}

/* ============================================================
   Body Layout
   ============================================================ */
.hero-slider-wrapper .slide-body {
  position: relative;
  z-index: 2;
  max-width: var(--hero-container);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 48px);
  height: 100%;
  display: flex;
  align-items: center;
  gap: clamp(28px, 5vw, 60px);
}

.hero-slider-wrapper .slide-info {
  flex: 1 1 auto;
  max-width: 690px;
  direction: rtl;
  text-align: right;
}

.hero-slider-wrapper .slide-visual {
  flex: 0 0 clamp(220px, 28vw, 380px);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ============================================================
   Icon / Glow (Desktop)
   ============================================================ */
.hero-slider-wrapper .app-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.hero-slider-wrapper .glow {
  position: absolute;
  width: clamp(220px, 28vw, 320px);
  height: clamp(220px, 28vw, 320px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 0;
  filter: blur(82px);
  background: radial-gradient(circle, var(--hero-glow) 0%, transparent 70%);
  animation: heroGlowPulse var(--hero-speed-glow) ease-in-out infinite;
  pointer-events: none;
}

@keyframes heroGlowPulse {
  0%, 100% { opacity: 0.82; transform: translate(-50%, -50%) scale(1); }
  50%      { opacity: 1;    transform: translate(-50%, -50%) scale(1.05); }
}

/* ⭐ آیکون اپ - کاملاً بدون کادر */
.hero-slider-wrapper .app-icon,
.hero-slider-wrapper .app-icon:hover,
.hero-slider-wrapper .app-icon:focus,
.hero-slider-wrapper div.app-icon,
.hero-slider-wrapper .app-icon-wrapper .app-icon {
  position: relative;
  z-index: 1;
  width: clamp(145px, 18vw, 210px);
  height: clamp(145px, 18vw, 210px);
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
  outline-width: 0 !important;
  filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible !important;
  transition: transform 0.36s ease;
  will-change: transform;
}

.hero-slider-wrapper .app-icon::before,
.hero-slider-wrapper .app-icon::after,
.hero-slider-wrapper .app-icon-wrapper::before,
.hero-slider-wrapper .app-icon-wrapper::after {
  display: none !important;
  content: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

/* ⭐ سایه طبیعی روی خود آیکون */
.hero-slider-wrapper .app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.4)) !important;
  transition: filter 0.36s ease, transform 0.36s ease !important;
}

.hero-slider-wrapper .app-icon:hover img {
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.5)) !important;
  transform: translateY(-4px) scale(1.025) rotate(-1.5deg) !important;
}

/* ============================================================
   Badge
   ============================================================ */
.hero-slider-wrapper .app-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--hero-glass);
  border: 1px solid var(--hero-glass-border);
  color: rgba(255,255,255,0.94);
  font-size: 13px;
  font-weight: 600;
  -webkit-backdrop-filter: blur(var(--hero-blur));
  backdrop-filter: blur(var(--hero-blur));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.hero-slider-wrapper .badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hero-dot);
  box-shadow: 0 0 0 4px rgba(255,255,255,0.04);
  animation: heroBlink 1.8s ease-in-out infinite;
}

@keyframes heroBlink {
  0%, 100% { opacity: 1;    transform: scale(1);    }
  50%      { opacity: 0.45; transform: scale(0.88); }
}

/* ============================================================
   Typography
   ============================================================ */
.hero-slider-wrapper .slide-info .app-name {
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--hero-text-soft);
  margin-bottom: 8px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hero-slider-wrapper .slide-info :is(h1, h2) {
  font-size: clamp(30px, 4.4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 18px;
  color: #fff;
  text-shadow: 0 10px 30px rgba(0,0,0,0.18);
}

.hero-slider-wrapper .slide-info .description {
  font-size: clamp(14px, 1.35vw, 17px);
  line-height: 1.95;
  color: var(--hero-text-muted);
  margin-bottom: 24px;
  max-width: 620px;
}

/* ============================================================
   Meta (Desktop) — بدون کادر
   ============================================================ */
.hero-slider-wrapper .app-meta {
  display: flex;
  gap: 22px;
  row-gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.hero-slider-wrapper .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  padding: 0;
  min-height: auto;
  color: rgba(255,255,255,0.68);
  font-size: 13.5px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  transition: color var(--hero-speed-ui) ease;
}

.hero-slider-wrapper .meta-item:hover {
  color: rgba(255,255,255,0.92);
  background: transparent;
  border: none;
}

.hero-slider-wrapper .meta-item i {
  font-size: 15px;
  opacity: 0.7;
}

.hero-slider-wrapper .meta-item .value {
  color: #fff;
  font-weight: 700;
}

.hero-slider-wrapper .stars {
  color: #ffd60a;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(255,214,10,0.24);
}

/* ============================================================
   Buttons (Desktop)
   ============================================================ */
.hero-slider-wrapper .slide-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  position: absolute;
  bottom: 78px;
  left: 48px;
  z-index: 5;
  margin: 0;
}

.hero-slider-wrapper .btn-download,
.hero-slider-wrapper .btn-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 16px;
  text-decoration: none !important;
  transition:
    transform var(--hero-speed-ui) ease,
    background var(--hero-speed-ui) ease,
    box-shadow var(--hero-speed-ui) ease,
    border-color var(--hero-speed-ui) ease;
}

.hero-slider-wrapper .btn-download {
  background: var(--hero-cta-bg);
  color: var(--hero-cta-text) !important;
  border: 1px solid rgba(255,255,255,0.24);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

.hero-slider-wrapper .btn-download:hover {
  background: var(--hero-cta-bg-hover);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.34);
}

.hero-slider-wrapper .btn-details {
  background: var(--hero-glass);
  color: #fff !important;
  border: 1px solid var(--hero-glass-border);
  font-size: 15px;
  font-weight: 600;
  -webkit-backdrop-filter: blur(var(--hero-blur));
  backdrop-filter: blur(var(--hero-blur));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.hero-slider-wrapper .btn-details:hover {
  background: var(--hero-glass-hover);
  border-color: var(--hero-glass-border-strong);
  transform: translateY(-2px);
}

.hero-slider-wrapper .btn-download:focus-visible,
.hero-slider-wrapper .btn-details:focus-visible,
.hero-slider-wrapper .arrow-group button:focus-visible,
.hero-slider-wrapper .slider-nav :is(button, label, .nav-dot):focus-visible {
  outline: 2px solid rgba(255,255,255,0.82);
  outline-offset: 3px;
}

/* ============================================================
   Version Info
   ============================================================ */
.hero-slider-wrapper .version-info {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.hero-slider-wrapper .version-chip {
  padding: 7px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  font-size: 12px;
  color: rgba(255,255,255,0.54);
}

.hero-slider-wrapper .version-chip span {
  color: #fff;
  font-weight: 700;
}

/* ============================================================
   Arrows
   ============================================================ */
.hero-slider-wrapper .arrow-group {
  position: absolute;
  top: 50%;
  width: 100%;
  display: none;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 10;
  direction: ltr;
  pointer-events: none;
}

.hero-slider-wrapper .arrow-group.active {
  display: flex;
}

.hero-slider-wrapper .arrow-group button {
  pointer-events: auto;
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  transition:
    transform var(--hero-speed-ui) ease,
    background var(--hero-speed-ui) ease,
    color var(--hero-speed-ui) ease;
  color: rgba(255,255,255,0.8);
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center;
}

.hero-slider-wrapper .arrow-group button:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
  transform: scale(1.08);
}

/* ✅ Fix آیکون فلش وسط دایره */
.hero-slider-wrapper .arrow-group button i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto;
  height: auto;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  vertical-align: middle;
}

.hero-slider-wrapper .arrow-group button i::before {
  display: inline-block;
  line-height: 1 !important;
  vertical-align: middle;
  margin: 0 !important;
  padding: 0 !important;
}

/* ============================================================
   Dots
   ============================================================ */
.hero-slider-wrapper .slider-nav {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
  padding: 9px 16px;
  background: rgba(0,0,0,0.34);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-slider-wrapper .slider-nav button,
.hero-slider-wrapper .slider-nav .nav-dot,
.hero-slider-wrapper .slider-nav label {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.30);
  cursor: pointer;
  transition:
    width var(--hero-speed-ui) ease,
    background var(--hero-speed-ui) ease;
  border: none;
  padding: 0;
}

.hero-slider-wrapper .slider-nav button:hover,
.hero-slider-wrapper .slider-nav .nav-dot:hover,
.hero-slider-wrapper .slider-nav label:hover {
  background: rgba(255,255,255,0.56);
}

.hero-slider-wrapper .slider-nav button.active,
.hero-slider-wrapper .slider-nav .nav-dot.active,
.hero-slider-wrapper .slider-nav label.active {
  background: #fff;
  width: 26px;
  border-radius: 10px;
}

/* ============================================================
   Slide Number
   ============================================================ */
.hero-slider-wrapper .slide-num {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 10;
  font-size: 12px;
  color: rgba(255,255,255,0.34);
  padding: 6px 12px;
  border-radius: 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.hero-slider-wrapper #s1:checked ~ .slide-num::after { content: "۰۱ / ۰۴"; }
.hero-slider-wrapper #s2:checked ~ .slide-num::after { content: "۰۲ / ۰۴"; }
.hero-slider-wrapper #s3:checked ~ .slide-num::after { content: "۰۳ / ۰۴"; }
.hero-slider-wrapper #s4:checked ~ .slide-num::after { content: "۰۴ / ۰۴"; }

/* ============================================================
   Tablet & Mobile (≤900px)
   ============================================================ */
@media (max-width: 900px) {

  .hero-slider-wrapper .slide {
    min-height: 0;
    height: auto;
  }

  .hero-slider-wrapper .slide-bg-overlay {
    background:
      radial-gradient(circle at 50% 12%, rgba(255,255,255,0.07), transparent 30%),
      linear-gradient(
        180deg,
        rgba(7,7,9,0.38) 0%,
        rgba(7,7,9,0.58) 28%,
        rgba(7,7,9,0.90) 100%
      );
  }

  .hero-slider-wrapper .slide-body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 16px;
    height: auto;
    padding: 28px 16px 60px;
  }

  .hero-slider-wrapper .slide-visual {
    flex: 0 0 auto;
    order: -1;
  }

  /* ✅ Glow دایره‌ای در موبایل */
  .hero-slider-wrapper .app-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
  }

  .hero-slider-wrapper .glow {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    filter: blur(75px);
    z-index: 0;
    background: radial-gradient(
      circle,
      var(--hero-glow) 0%,
      transparent 70%
    );
    animation: none;
    pointer-events: none;
  }

  /* ✅ آیکون برنامه بزرگ‌تر در موبایل */
  .hero-slider-wrapper .app-icon {
    position: relative;
    z-index: 1;
    width: 140px !important;
    height: 140px !important;
  }

  .hero-slider-wrapper .slide-info {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .hero-slider-wrapper .slide-info .app-name {
    text-align: center;
    font-size: 15px;
  }

  .hero-slider-wrapper .slide-info :is(h1, h2) {
    font-size: 24px;
    line-height: 1.34;
    margin-bottom: 14px;
  }

  .hero-slider-wrapper .slide-info .description {
    width: 100%;
    max-width: none;
    font-size: 14px;
    line-height: 1.78;
    margin-bottom: 20px;
  }

  .hero-slider-wrapper .app-meta {
    justify-content: center;
    gap: 18px;
    row-gap: 8px;
    margin-bottom: 20px;
  }

  .hero-slider-wrapper .meta-item {
    font-size: 12.5px;
    color: rgba(255,255,255,0.72);
  }

  .hero-slider-wrapper .app-badge {
    padding: 6px 12px;
    font-size: 12px;
    margin-bottom: 14px;
  }

  .hero-slider-wrapper .slide-actions {
    position: static;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    margin-bottom: 20px;
    padding: 0 12px;
    left: auto;
    bottom: auto;
  }

  .hero-slider-wrapper .btn-download,
  .hero-slider-wrapper .btn-details {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    justify-content: center;
    padding: 0 22px !important;
    min-height: 48px !important;
    font-size: 14px !important;
  }

  .hero-slider-wrapper .version-info {
    justify-content: center;
  }

  .hero-slider-wrapper .slider-nav {
    bottom: 12px;
  }

  .hero-slider-wrapper .arrow-group,
  .hero-slider-wrapper .arrow-group.active {
    display: flex !important;
    padding: 0 10px;
  }

  .hero-slider-wrapper .arrow-group button {
    width: 42px;
    height: 42px;
  }

  .hero-slider-wrapper .arrow-group button i {
    font-size: 15px;
  }

  .hero-slider-wrapper .slide-num {
    display: none;
  }
}

/* ============================================================
   Small Phones (≤480px)
   ============================================================ */
@media (max-width: 480px) {
  .hero-slider-wrapper {
    --hero-radius: 20px;
  }

  .hero-slider-wrapper .slide {
    min-height: 0;
    height: auto;
  }

  .hero-slider-wrapper .slide-body {
    padding: 24px 14px 56px;
    gap: 14px;
  }

  .hero-slider-wrapper .glow {
    width: 200px;
    height: 200px;
    filter: blur(65px);
  }

  /* ✅ آیکون در موبایل کوچک هم بزرگ */
  .hero-slider-wrapper .app-icon {
    width: 130px !important;
    height: 130px !important;
  }

  .hero-slider-wrapper .slide-info .app-name {
    font-size: 14px;
  }

  .hero-slider-wrapper .slide-info :is(h1, h2) {
    font-size: 21px;
    line-height: 1.38;
  }

  .hero-slider-wrapper .slide-info .description {
    font-size: 13px;
    line-height: 1.7;
  }

  .hero-slider-wrapper .app-meta {
    gap: 14px;
  }

  .hero-slider-wrapper .meta-item {
    font-size: 12px;
  }

  .hero-slider-wrapper .slide-actions {
    margin-top: 6px;
    margin-bottom: 18px;
  }

  .hero-slider-wrapper .btn-download,
  .hero-slider-wrapper .btn-details {
    padding: 0 18px !important;
    min-height: 46px !important;
    font-size: 13.5px !important;
  }

  .hero-slider-wrapper .version-chip {
    font-size: 11px;
    padding: 6px 10px;
  }

  .hero-slider-wrapper .arrow-group {
    padding: 0 6px;
  }

  .hero-slider-wrapper .arrow-group button {
    width: 38px;
    height: 38px;
  }

  .hero-slider-wrapper .arrow-group button i {
    font-size: 14px;
  }

  .hero-slider-wrapper .slider-nav {
    bottom: 10px;
    gap: 8px;
    padding: 8px 14px;
  }

  .hero-slider-wrapper .slider-nav label.active,
  .hero-slider-wrapper .slider-nav button.active,
  .hero-slider-wrapper .slider-nav .nav-dot.active {
    width: 22px;
  }
}

/* ============================================================
   Reduced Motion
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .hero-slider-wrapper .slides-track,
  .hero-slider-wrapper .app-icon,
  .hero-slider-wrapper .app-icon img,
  .hero-slider-wrapper .btn-download,
  .hero-slider-wrapper .btn-details,
  .hero-slider-wrapper .arrow-group button,
  .hero-slider-wrapper .slider-nav :is(button, label, .nav-dot),
  .hero-slider-wrapper .badge-dot,
  .hero-slider-wrapper .glow {
    transition: none !important;
    animation: none !important;
  }

  .hero-slider-wrapper .app-icon:hover img,
  .hero-slider-wrapper .btn-download:hover,
  .hero-slider-wrapper .btn-details:hover,
  .hero-slider-wrapper .arrow-group button:hover {
    transform: none !important;
  }
}