/* ============================================================
   LOADRYX — Arabic RTL E-commerce
   Dark tactical military identity + premium typography
   ============================================================ */

:root {
  --bg:          #02070D;
  --bg-section:  #071018;
  --bg-deep:     #00040A;
  --bg-card:     #0A1420;
  --bg-card-2:   #0C1726;
  --blue:        #0383F4;
  --blue-2:      #1E9BFF;
  --blue-dark:   #005CC2;
  --blue-deep:   #034A8F;
  --green:       #25D366;
  --amber:       #F4B203;
  --text:        #F4F6F8;
  --muted:       #9AA3AA;
  --muted-soft:  #B8C0C7;
  --line:        #0B1A25;
  --line-bright: #15293A;

  --font-display: "Orbitron", system-ui, sans-serif;
  --font-arabic:  "IBM Plex Sans Arabic", "Tajawal", system-ui, sans-serif;
  --font-arabic-display: "Tajawal", "IBM Plex Sans Arabic", system-ui, sans-serif;

  --header-h: 80px;
  --pad-x: 5vw;
  --section-pad-x: 5vw;
  --section-max: 1400px;

  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* -- reset / base ------------------------------------------------- */

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-arabic);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  background:
    radial-gradient(120% 80% at 50% 0%, rgba(3,131,244,.04), transparent 60%),
    var(--bg);
}

a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
ul { list-style: none; padding: 0; margin: 0; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; padding: 0; }
input, textarea, select { font: inherit; color: inherit; }

.skip-link {
  position: absolute; inset-inline-start: -9999px; top: 0;
  background: var(--blue); color: #fff;
  padding: 8px 14px; z-index: 9999;
}
.skip-link:focus { inset-inline-start: 12px; top: 12px; }

.text-blue { color: var(--blue); }

/* Latin / brand tokens use Orbitron */
.en, .product-card__cat, .cat-tab__name, .product-art__game,
.product-art__legend, .product-art__title, .product-art__sub,
.price__amount, .pay-chip, .lr-outline-text, .eyebrow__num,
.section-indicator__num, .section-indicator__brand,
.why-card__index, .badge, .breadcrumbs__item--current {
  font-family: var(--font-display);
  letter-spacing: .04em;
}

/* ============================================================
   SAR icon — official Saudi Riyal symbol via sprite
   ============================================================ */
.sar-icon {
  display: inline-block;
  width: .82em;
  height: .82em;
  vertical-align: -0.12em;
  color: currentColor;
  fill: currentColor;
}

/* ============================================================
   HEADER
   ============================================================ */

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: var(--header-h);
  background: rgba(2, 7, 13, .88);
  border-bottom: 1px solid rgba(11, 26, 37, .85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 50;
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.site-header.is-scrolled { background: rgba(2, 7, 13, .97); }

.header-inner {
  height: 100%;
  padding-inline: 3vw;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  max-width: 1700px;
  margin: 0 auto;
}

.brand { display: inline-flex; align-items: center; }
.brand-logo {
  width: 200px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(3,131,244,.10));
}

.primary-nav { justify-self: center; }
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-link {
  position: relative;
  display: inline-block;
  padding: 6px 0;
  font-family: var(--font-arabic-display);
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text);
  opacity: .82;
  transition: color .25s var(--ease), opacity .25s var(--ease);
  white-space: nowrap;
}
.nav-link:hover { opacity: 1; color: var(--blue); }
.nav-link.is-active { color: var(--text); opacity: 1; }
.nav-link.is-active::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  bottom: -10px;
  width: 22px; height: 2px;
  background: var(--blue);
  transform: translateX(50%);
}
html[dir="rtl"] .nav-link.is-active::after { transform: translateX(-50%); }
.nav-close {
  display: none;
  position: absolute;
  inset-inline-end: 18px; top: 18px;
  width: 36px; height: 36px;
  align-items: center; justify-content: center;
  color: var(--text);
}
.nav-close svg { width: 22px; height: 22px; }

.header-actions { display: flex; align-items: center; gap: 10px; }

.icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 38px; height: 38px;
  color: var(--text);
  opacity: .85;
  transition: color .25s var(--ease), opacity .25s var(--ease);
}
.icon-btn:hover { color: var(--blue); opacity: 1; }
.icon-btn svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute;
  top: 0; inset-inline-end: -2px;
  min-width: 16px; height: 16px; padding: 0 4px;
  border-radius: 10px;
  background: var(--blue); color: #fff;
  font-family: var(--font-display);
  font-size: 10px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  line-height: 1;
  transition: transform .25s var(--ease);
}
.cart-count.is-empty { background: rgba(154,163,170,.4); }

.menu-toggle {
  display: none;
  width: 38px; height: 38px;
  flex-direction: column; justify-content: center; gap: 5px;
  align-items: center;
  color: var(--text);
}
.menu-toggle span { display: block; width: 22px; height: 1.5px; background: currentColor; }

/* ============================================================
   BUTTONS
   ============================================================ */

.btn {
  display: inline-flex;
  align-items: center; justify-content: center;
  gap: 10px;
  font-family: var(--font-arabic-display);
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  padding: 0 22px;
  height: 44px;
  color: var(--blue);
  border: 1px solid var(--blue);
  background: transparent;
  border-radius: 0;
  transition: background .25s var(--ease), color .25s var(--ease),
              border-color .25s var(--ease), transform .15s var(--ease),
              box-shadow .3s var(--ease);
  user-select: none;
}
.btn:hover { background: rgba(3,131,244,.08); border-color: var(--blue-2); color: var(--blue-2); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.btn-arrow { width: 16px; height: 16px; color: currentColor; flex-shrink: 0; }
.btn-arrow--small { width: 14px; height: 14px; }

.btn--primary { min-width: 200px; height: 48px; }
.btn--solid {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  box-shadow: 0 8px 22px -10px rgba(3,131,244,.6);
}
.btn--solid:hover {
  background: var(--blue-2);
  border-color: var(--blue-2);
  color: #fff;
  box-shadow: 0 10px 28px -10px rgba(3,131,244,.8);
}
.btn--ghost-line {
  background: transparent;
  color: var(--text);
  border-color: var(--line-bright);
}
.btn--ghost-line:hover { color: var(--blue); border-color: var(--blue); background: transparent; }

.btn--ghost {
  color: var(--text);
  border: none;
  padding: 0 6px;
  height: 48px;
  background: transparent;
}
.btn--ghost .btn-arrow { color: var(--blue); }
.btn--ghost:hover { color: var(--blue); background: transparent; }

.btn--whats {
  background: rgba(37, 211, 102, .08);
  color: var(--green);
  border-color: rgba(37, 211, 102, .55);
  height: 38px;
  padding: 0 14px;
  font-size: 13px;
}
.btn--whats svg { width: 16px; height: 16px; }
.btn--whats:hover {
  background: var(--green);
  color: #04190B;
  border-color: var(--green);
}

.btn--sm { height: 36px; padding: 0 14px; font-size: 12.5px; min-width: 0; }
.btn--full { width: 100%; min-width: 0; }
.btn.is-added { color: #fff !important; background: var(--green) !important; border-color: var(--green) !important; }

/* ============================================================
   SECTION INDICATOR (right rail on hero)
   ============================================================ */

.section-indicator {
  position: fixed;
  top: 50%;
  inset-inline-start: 22px;
  transform: translateY(-50%);
  z-index: 40;
  display: flex; flex-direction: column;
  align-items: center; gap: 14px;
  pointer-events: none;
}
.section-indicator__line {
  width: 1px; height: 56px;
  background: linear-gradient(180deg, transparent, rgba(154,163,170,.35), transparent);
}
.section-indicator__dots { display: flex; flex-direction: column; gap: 16px; pointer-events: auto; }
.section-indicator__dots .dot {
  display: block;
  width: 12px; height: 12px;
  border-radius: 50%;
  border: 1.5px solid rgba(154,163,170,.45);
  background: transparent;
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
.section-indicator__dots .dot:hover { border-color: var(--blue); transform: scale(1.15); }
.section-indicator__dots .dot.is-active {
  background: var(--blue); border-color: var(--blue);
  box-shadow: 0 0 14px rgba(3,131,244,.55);
}
.section-indicator__brand {
  font-size: 14px; font-weight: 700; color: var(--muted);
  letter-spacing: .14em; opacity: .55;
}

/* ============================================================
   HERO  — refactored for performance
   ============================================================ */

.hero {
  position: relative;
  height: 100vh;
  min-height: 720px;
  width: 100%;
  overflow: hidden;
  background: var(--bg);
  isolation: isolate;
  padding-top: var(--header-h);
}

.hero-media { position: absolute; inset: 0; z-index: 1; }
.hero-video, .hero-fallback {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 68% 42%;
  transform: scale(.88) translateY(35px);
  transform-origin: center center;
}
.hero-fallback { z-index: 0; }
.hero-video {
  z-index: 1; opacity: 1;
  transition: opacity .6s var(--ease);
}
.hero-media.is-video-failed .hero-video { opacity: 0; pointer-events: none; }

html[dir="rtl"] .hero-video,
html[dir="rtl"] .hero-fallback {
  object-position: 32% 42%;
  transform: scale(.88) translateY(35px) scaleX(-1);
}

.hero-overlay { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-overlay--vignette {
  background: radial-gradient(140% 110% at 32% 50%,
    rgba(2,7,13,0) 0%, rgba(2,7,13,.28) 68%, rgba(2,7,13,.78) 100%);
}
.hero-overlay--leftfade {
  background: linear-gradient(270deg,
    rgba(2,7,13,.94) 0%, rgba(2,7,13,.82) 22%,
    rgba(2,7,13,.38) 44%, rgba(2,7,13,0) 66%);
}
.hero-overlay--bottomfade {
  background: linear-gradient(180deg,
    rgba(2,7,13,0) 60%, rgba(2,7,13,.40) 82%, rgba(2,7,13,.86) 100%);
}
.hero-overlay--diagonal {
  background: linear-gradient(245deg,
    rgba(2,7,13,0) 40%, rgba(2,7,13,.12) 56%, rgba(2,7,13,0) 76%);
  mix-blend-mode: multiply;
}

.lr-outline {
  position: absolute;
  top: 8%; inset-inline-end: -4%;
  width: 60vw; height: 80vh;
  z-index: 3;
  pointer-events: none;
  opacity: .18;
}
.lr-outline svg { width: 100%; height: 100%; }
.lr-outline-text {
  font-family: var(--font-display);
  font-weight: 900; font-size: 520px;
  letter-spacing: -.04em;
  fill: none;
  stroke: var(--line-bright);
  stroke-width: 2;
  paint-order: stroke;
}

.hero-particles {
  position: absolute; inset: 0;
  z-index: 4;
  pointer-events: none;
  opacity: .85;
}

.hud { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.hud-corner {
  position: absolute;
  width: 26px; height: 26px;
  border-color: var(--blue); border-style: solid;
  opacity: .30;
}
.hud-corner--tl { top: calc(var(--header-h) + 22px); inset-inline-start: 22px; border-width: 1px 0 0 1px; }
.hud-corner--tr { top: calc(var(--header-h) + 22px); inset-inline-end: 22px;   border-width: 1px 1px 0 0; }
.hud-corner--bl { bottom: 22px; inset-inline-start: 22px; border-width: 0 0 1px 1px; }
.hud-corner--br { bottom: 22px; inset-inline-end: 22px;   border-width: 0 1px 1px 0; }
.hud-rail {
  position: absolute; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 10px;
}
.hud-rail--left  { inset-inline-start: 70px; }
.hud-rail--right { inset-inline-end: 70px; align-items: flex-end; }
.hud-dot {
  width: 6px; height: 6px;
  border: 1px solid rgba(3,131,244,.28); border-radius: 50%;
}
.hud-dot.is-on { background: var(--blue); box-shadow: 0 0 10px rgba(3,131,244,.45); border-color: var(--blue); }
.hud-tick { display: block; width: 12px; height: 1px; background: rgba(3,131,244,.32); }
.hud-tick--lg { width: 22px; background: rgba(3,131,244,.58); }
.hud-dots--bl {
  position: absolute; inset-inline-start: 110px; bottom: 170px;
  width: 80px; height: 28px;
  background-image: radial-gradient(rgba(3,131,244,.38) 1px, transparent 1.6px);
  background-size: 8px 8px; opacity: .45;
}
.hud-frame--br {
  position: absolute; inset-inline-end: 110px; bottom: 180px;
  width: 64px; height: 64px;
  border: 1px solid rgba(3,131,244,.25);
  background: linear-gradient(135deg, transparent 47%, rgba(3,131,244,.25) 47% 53%, transparent 53%);
  opacity: .40;
}
.hud-line--mid {
  position: absolute; top: 38%; inset-inline-end: 0;
  width: 26%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(3,131,244,.22), transparent);
}

/* hero content (right side in RTL) */
.hero-content {
  position: absolute;
  z-index: 6;
  top: 50%;
  inset-inline-start: var(--pad-x);
  transform: translateY(-50%);
  max-width: 640px;
  padding-inline-end: 24px;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 18px;
  font-family: var(--font-arabic-display);
  font-size: 12px; font-weight: 700;
  color: var(--blue);
  letter-spacing: .18em;
}
.hero-eyebrow::before {
  content: "";
  width: 26px; height: 1px;
  background: var(--blue);
}

/* ============================================================
   HUD HEADLINE — Tactical premium composition
   - Compact tight typography (no fragmented word spacing)
   - 4 corner brackets framing the block
   - Continuous scan-line highlight across the blue line
   - Subtle 3D perspective tilt on mouse (transform-only)
   ============================================================ */
.hero-title {
  --tx: 0;
  --ty: 0;
  position: relative;
  display: inline-block;
  margin: 0 0 26px;
  padding: 18px 32px;
  font-family: var(--font-arabic-display);
  line-height: 0.95;
  color: var(--text);
  user-select: none;
  -webkit-user-select: none;
  perspective: 1400px;
  font-feature-settings: "kern" 1;
}

/* HUD corner brackets */
.hero-title__corner {
  position: absolute;
  width: 18px; height: 18px;
  border: 1.5px solid rgba(3, 131, 244, .65);
  pointer-events: none;
  transition: border-color .35s var(--ease), transform .35s var(--ease);
}
.hero-title__corner--tl { top: -2px; left: -2px;  border-right: 0; border-bottom: 0; }
.hero-title__corner--tr { top: -2px; right: -2px; border-left: 0;  border-bottom: 0; }
.hero-title__corner--bl { bottom: -2px; left: -2px;  border-right: 0; border-top: 0; }
.hero-title__corner--br { bottom: -2px; right: -2px; border-left: 0;  border-top: 0; }
.hero-title:hover .hero-title__corner { border-color: var(--blue); }

/* inner block receives the 3D tilt */
.hero-title__inner {
  display: block;
  transform-style: preserve-3d;
  transform:
    rotateY(calc(var(--tx, 0) * -2.8deg))
    rotateX(calc(var(--ty, 0) *  2deg))
    translateZ(0);
  transition: transform 420ms cubic-bezier(.16,1,.3,1);
  will-change: transform;
}

.hero-title__line {
  display: block;
  white-space: nowrap;
  margin: 0;
}
.hero-title__line--top {
  font-weight: 500;
  font-size: clamp(34px, 4.4vw, 62px);
  color: var(--text);
  opacity: .94;
  letter-spacing: -0.015em;
}
.hero-title__line--bot {
  font-weight: 900;
  font-size: clamp(46px, 6vw, 88px);
  margin-top: 2px;
  letter-spacing: -0.02em;
}

/* continuous scan-line highlight across the blue line */
.hero-title__scan {
  background: linear-gradient(
    100deg,
    var(--blue)             30%,
    rgba(255, 255, 255, .88) 50%,
    var(--blue)             70%
  );
  background-size: 240% 100%;
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 22px rgba(3, 131, 244, .35));
  animation: hud-scan 7s linear infinite;
}
@keyframes hud-scan {
  0%   { background-position: 130% 0; }
  100% { background-position: -130% 0; }
}

.hero-subtitle {
  margin: 0 0 32px;
  font-family: var(--font-arabic);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  color: var(--muted-soft);
  max-width: 540px;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

/* small trust badges below the CTA */
.hero-trust {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; gap: 18px 22px;
  font-family: var(--font-arabic);
  font-size: 12.5px;
  color: var(--muted);
}
.hero-trust__item {
  display: inline-flex; align-items: center; gap: 8px;
}
.hero-trust__dot { width: 6px; height: 6px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 8px rgba(3,131,244,.6); }

/* ============================================================
   PAGE HEADER (non-hero pages: products, faq, contact, etc.)
   ============================================================ */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 80px) var(--section-pad-x) 64px;
  background: var(--bg-deep);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(50% 60% at 80% 20%, rgba(3,131,244,.08), transparent 70%),
    radial-gradient(60% 70% at 10% 100%, rgba(0,92,194,.08), transparent 70%);
  pointer-events: none;
}
.page-hero__inner {
  max-width: var(--section-max);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-arabic);
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 18px;
}
.breadcrumbs a { color: var(--muted); transition: color .25s var(--ease); }
.breadcrumbs a:hover { color: var(--blue); }
.breadcrumbs__sep { color: var(--line-bright); }
.breadcrumbs__item--current { color: var(--text); font-family: var(--font-arabic); }

.page-title {
  margin: 0 0 14px;
  font-family: var(--font-arabic-display);
  font-size: clamp(28px, 3.6vw, 54px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--text);
  letter-spacing: -0.01em;
}
.page-sub {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 16px; line-height: 1.85;
  color: var(--muted-soft);
  max-width: 620px;
}

/* ============================================================
   SECTION SCAFFOLD
   ============================================================ */

.section {
  position: relative;
  padding: 110px var(--section-pad-x);
  background: var(--bg-section);
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.section--deep    { background: var(--bg-deep); }
.section--flat    { padding-block: 80px; }
.section-inner {
  max-width: var(--section-max);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-inner--narrow { max-width: 920px; }
.section::before {
  content: "";
  position: absolute; inset: 0;
  background:
    radial-gradient(60% 50% at 20% 0%, rgba(3,131,244,.04), transparent 70%),
    radial-gradient(50% 40% at 90% 100%, rgba(3,131,244,.04), transparent 70%);
  pointer-events: none;
}

.section-head { margin: 0 0 56px; }
.section-head--row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 32px;
}
.section-head--center { text-align: center; }
.section-head--center .eyebrow,
.section-head--center .section-title,
.section-head--center .section-sub { justify-content: center; margin-inline: auto; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-arabic-display);
  font-size: 13px; font-weight: 700;
  color: var(--blue);
  letter-spacing: .16em;
  margin: 0 0 22px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px; height: 1px;
  background: var(--blue);
  opacity: .65;
}

.section-title {
  margin: 0 0 18px;
  font-family: var(--font-arabic-display);
  font-size: clamp(32px, 3.6vw, 56px);
  font-weight: 800;
  line-height: 1.12;
  color: var(--text);
  letter-spacing: -0.012em;
}
.section-sub {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 16px; line-height: 1.85;
  color: var(--muted-soft);
  max-width: 620px;
}
.section-sub--inline { font-size: 15px; max-width: 460px; text-align: end; }

/* reveal-on-scroll baseline */
[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
[data-reveal].is-in { opacity: 1; transform: translateY(0); }

/* ============================================================
   WHY LOADRYX (home only)
   ============================================================ */

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.why-card {
  position: relative;
  padding: 32px 28px 28px;
  background: linear-gradient(180deg, rgba(10,20,32,.7), rgba(7,16,24,.55));
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color .35s var(--ease), transform .35s var(--ease), background .35s var(--ease);
}
.why-card:hover {
  border-color: rgba(3,131,244,.40);
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(12,24,38,.85), rgba(8,18,28,.65));
}
.why-card__corner {
  position: absolute; width: 16px; height: 16px;
  border-color: rgba(3,131,244,.5); border-style: solid;
}
.why-card__corner--tl { top: 10px; inset-inline-start: 10px; border-width: 1px 0 0 1px; }
.why-card__corner--br { bottom: 10px; inset-inline-end: 10px; border-width: 0 1px 1px 0; }
html[dir="rtl"] .why-card__corner--tl { border-width: 1px 1px 0 0; }
html[dir="rtl"] .why-card__corner--br { border-width: 0 0 1px 1px; }
.why-card__index {
  position: absolute; top: 22px; inset-inline-end: 24px;
  font-size: 12px; font-weight: 700; color: var(--blue);
  opacity: .55; letter-spacing: .12em;
}
.why-card__icon {
  width: 42px; height: 42px;
  color: var(--blue);
  margin-bottom: 18px;
}
.why-card__icon svg { width: 100%; height: 100%; }
.why-card__title {
  margin: 0 0 10px;
  font-family: var(--font-arabic-display);
  font-size: 18px; font-weight: 700; color: var(--text);
}
.why-card__desc {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 14.5px; line-height: 1.85;
  color: var(--muted);
}

/* ============================================================
   PRODUCT CATEGORY TABS
   ============================================================ */
.cat-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.cat-tab {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  transition: border-color .25s var(--ease), background .25s var(--ease), color .25s var(--ease);
  cursor: pointer;
}
.cat-tab:hover { border-color: rgba(3,131,244,.5); color: var(--text); }
.cat-tab.is-active { border-color: var(--blue); background: rgba(3,131,244,.08); color: var(--text); }
.cat-tab__name {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 600;
  letter-spacing: .08em;
}
.cat-tab__count {
  font-family: var(--font-arabic);
  font-size: 12px; color: var(--muted); opacity: .8;
}
.cat-tab.is-active .cat-tab__count { color: var(--blue); opacity: 1; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.products-grid[hidden] { display: none; }
.products-grid--4 { grid-template-columns: repeat(4, 1fr); }

.product-card {
  position: relative;
  background: linear-gradient(180deg, rgba(10,20,32,.6), rgba(7,16,24,.45));
  border: 1px solid var(--line);
  transition: border-color .35s var(--ease), transform .35s var(--ease), background .35s var(--ease);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  border-color: rgba(3,131,244,.40);
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(12,24,38,.85), rgba(8,18,28,.6));
}
.product-card--featured { grid-column: span 2; grid-row: span 2; }

.product-card__media-link {
  display: block;
  position: relative;
  overflow: hidden;
  color: inherit;
}
.product-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(70% 60% at 30% 0%, rgba(3,131,244,.15), transparent 70%),
    radial-gradient(60% 50% at 100% 100%, rgba(0,92,194,.18), transparent 70%),
    linear-gradient(135deg, #04111E 0%, #061827 100%);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.product-card--featured .product-card__media { aspect-ratio: 16 / 11; }

.product-art {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 6px;
  text-align: center;
  font-family: var(--font-display);
  background-image:
    linear-gradient(115deg, transparent 48%, rgba(3,131,244,.10) 50%, transparent 52%),
    linear-gradient(65deg, transparent 48%, rgba(3,131,244,.06) 50%, transparent 52%);
}
.product-art::before, .product-art::after {
  content: "";
  position: absolute;
  background: rgba(3,131,244,.55);
}
.product-art::before { top: 14px; inset-inline-start: 14px; width: 14px; height: 1px; }
.product-art::after  { bottom: 14px; inset-inline-end: 14px; width: 14px; height: 1px; }

.product-art__game {
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: 900; letter-spacing: .14em;
  color: var(--text);
}
.product-art__legend {
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: 600; letter-spacing: .28em;
  color: var(--blue);
}
.product-art__title {
  font-size: clamp(30px, 3.8vw, 52px);
  font-weight: 900; letter-spacing: .12em;
  color: var(--text);
}
.product-art__sub {
  font-size: clamp(12px, 1.3vw, 15px);
  font-weight: 600; letter-spacing: .35em;
  color: var(--blue);
}
.product-art--ultimate {
  background:
    radial-gradient(70% 60% at 30% 30%, rgba(3,131,244,.30), transparent 65%),
    radial-gradient(50% 60% at 80% 90%, rgba(0,92,194,.35), transparent 70%),
    linear-gradient(135deg, #051728 0%, #0A2647 100%);
}
.product-art--game     { /* default */ }
.product-art--setting  { background-image: linear-gradient(135deg, #03101E, #082035); }
.product-art--script   { background-image: linear-gradient(135deg, #06121E, #0B1A28); }
.product-art--accessory{ background-image: linear-gradient(135deg, #05101C, #061B2E); }

.badge {
  position: absolute;
  top: 14px; inset-inline-start: 14px;
  padding: 5px 10px;
  background: rgba(3,131,244,.12);
  border: 1px solid var(--blue);
  color: var(--blue);
  font-size: 11px; font-weight: 600; letter-spacing: .12em;
  z-index: 2;
}
.badge--reserve {
  background: rgba(244, 178, 3, .08);
  border-color: var(--amber);
  color: var(--amber);
}

.product-card__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.product-card__cat {
  font-size: 11px; font-weight: 600; letter-spacing: .18em;
  color: var(--blue); opacity: .85;
  text-transform: uppercase;
}
.product-card__name {
  margin: 0;
  font-family: var(--font-arabic-display);
  font-size: 17px; font-weight: 700;
  line-height: 1.4;
  color: var(--text);
}
.product-card__name a { color: inherit; transition: color .25s var(--ease); }
.product-card__name a:hover { color: var(--blue); }
.product-card--featured .product-card__name { font-size: 22px; }
.product-card__desc {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 13.5px; line-height: 1.7;
  color: var(--muted);
}

.product-card__price-row {
  display: flex; align-items: baseline; gap: 10px;
  margin-top: 4px;
}
.price {
  display: inline-flex; align-items: baseline; gap: 6px;
  color: var(--text);
}
.price__amount {
  font-size: 22px; font-weight: 800;
  font-family: var(--font-display);
  color: var(--text);
}
.product-card--featured .price__amount { font-size: 28px; }
.price__currency {
  display: inline-flex; align-items: center;
  color: var(--blue);
  font-size: 22px;
}
.product-card--featured .price__currency { font-size: 28px; }

.product-card__actions {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(11,26,37,.7);
}
.product-card__buy {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 16px;
  background: var(--blue);
  color: #fff;
  font-family: var(--font-arabic-display);
  font-weight: 700; font-size: 13.5px;
  border: 1px solid var(--blue);
  box-shadow: 0 6px 18px -8px rgba(3,131,244,.6);
  transition: background .2s var(--ease), box-shadow .25s var(--ease), transform .15s var(--ease);
}
.product-card__buy svg { width: 16px; height: 16px; }
.product-card__buy:hover {
  background: var(--blue-2);
  border-color: var(--blue-2);
  box-shadow: 0 8px 22px -8px rgba(3,131,244,.8);
}
.product-card__buy:active { transform: translateY(1px); }
.product-card__buy.is-added { background: var(--green); border-color: var(--green); }

.product-card__details {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px;
  height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line-bright);
  color: var(--text);
  font-family: var(--font-arabic-display);
  font-weight: 600; font-size: 13px;
  transition: border-color .25s var(--ease), color .25s var(--ease);
}
.product-card__details svg { width: 14px; height: 14px; }
.product-card__details:hover { border-color: var(--blue); color: var(--blue); }

/* small variant for featured card with bigger CTA */
.product-card--featured .product-card__actions {
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.product-card--featured .product-card__buy { height: 48px; font-size: 14.5px; }
.product-card--featured .product-card__details { height: 48px; font-size: 14px; }

.empty-state {
  grid-column: 1 / -1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 80px 40px;
  background: linear-gradient(180deg, rgba(10,20,32,.55), rgba(7,16,24,.3));
  border: 1px dashed var(--line-bright);
  gap: 14px;
}
.empty-state__icon { width: 56px; height: 56px; color: var(--blue); opacity: .65; }
.empty-state__icon svg { width: 100%; height: 100%; }
.empty-state__title {
  margin: 0;
  font-family: var(--font-arabic-display);
  font-size: 20px; font-weight: 700; color: var(--text);
}
.empty-state__desc {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 15px; color: var(--muted);
  max-width: 420px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: linear-gradient(180deg, rgba(10,20,32,.55), rgba(7,16,24,.4));
  border: 1px solid var(--line);
  transition: border-color .3s var(--ease), background .3s var(--ease);
}
.faq-item[open] {
  border-color: rgba(3,131,244,.4);
  background: linear-gradient(180deg, rgba(10,20,32,.85), rgba(8,18,28,.55));
}
.faq-item__q {
  list-style: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px;
  padding: 22px 26px;
  cursor: pointer;
  font-family: var(--font-arabic-display);
  font-size: 16.5px; font-weight: 600;
  color: var(--text); line-height: 1.6;
}
.faq-item__q::-webkit-details-marker { display: none; }
.faq-item__q::marker { content: ""; }
.faq-item__icon {
  position: relative; flex: none;
  width: 22px; height: 22px;
  border: 1px solid rgba(3,131,244,.55);
  border-radius: 50%;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: ""; position: absolute;
  inset-inline-start: 50%; top: 50%;
  background: var(--blue);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.faq-item__icon::before { width: 9px; height: 1.5px; transform: translate(-50%, -50%); }
.faq-item__icon::after  { width: 1.5px; height: 9px; transform: translate(-50%, -50%); }
.faq-item[open] .faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }
.faq-item__a {
  padding: 0 26px 26px;
  font-family: var(--font-arabic);
  font-size: 15px; line-height: 1.95;
  color: var(--muted-soft);
}
.faq-item__a p { margin: 0 0 12px; }
.faq-item__a p:last-child { margin-bottom: 0; }
.faq-item__bullets { margin: 8px 0 0; padding-inline-start: 8px; display: flex; flex-direction: column; gap: 6px; }
.faq-item__bullets li { position: relative; padding-inline-start: 18px; color: var(--muted-soft); }
.faq-item__bullets li::before {
  content: ""; position: absolute;
  top: 11px; inset-inline-start: 4px;
  width: 6px; height: 6px;
  background: var(--blue);
}

/* ============================================================
   PAYMENT CHIPS
   ============================================================ */
.pay-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pay-chip {
  display: inline-flex; align-items: center;
  padding: 7px 14px;
  background: rgba(11,26,37,.7);
  border: 1px solid var(--line-bright);
  color: var(--muted-soft);
  font-family: var(--font-display);
  font-size: 12px; font-weight: 600;
  letter-spacing: .04em;
}
.pay-chip--accent {
  background: rgba(3,131,244,.10);
  border-color: rgba(3,131,244,.4);
  color: var(--blue);
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.contact-card {
  display: flex; align-items: center; gap: 22px;
  padding: 26px 24px;
  background: linear-gradient(180deg, rgba(10,20,32,.7), rgba(7,16,24,.5));
  border: 1px solid var(--line);
  transition: border-color .3s var(--ease), transform .3s var(--ease);
}
.contact-card:hover { border-color: rgba(3,131,244,.5); transform: translateY(-3px); }
.contact-card__icon {
  flex: none;
  width: 54px; height: 54px;
  border: 1px solid rgba(3,131,244,.4);
  display: flex; align-items: center; justify-content: center;
  color: var(--blue);
}
.contact-card__icon svg { width: 24px; height: 24px; }
.contact-card__icon--wa   { background: rgba(37, 211, 102, .08); border-color: rgba(37, 211, 102, .5); color: var(--green); }
.contact-card__icon--call { background: rgba(3,131,244,.08); }
.contact-card__icon--mail { background: rgba(3,131,244,.08); }
.contact-card__body { display: flex; flex-direction: column; gap: 4px; }
.contact-card__label {
  font-family: var(--font-arabic-display);
  font-size: 12px; font-weight: 600;
  letter-spacing: .12em; color: var(--blue);
}
.contact-card__value {
  font-family: var(--font-display);
  font-size: 17px; font-weight: 700; color: var(--text);
}
.contact-card__hint {
  font-family: var(--font-arabic);
  font-size: 13px; color: var(--muted);
}

.contact-pay {
  padding: 22px;
  background: linear-gradient(180deg, rgba(10,20,32,.55), rgba(7,16,24,.3));
  border: 1px solid var(--line);
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
}
.contact-pay__label {
  font-family: var(--font-arabic-display);
  font-size: 13px; font-weight: 600;
  color: var(--muted);
}
.contact-pay__chips { display: flex; flex-wrap: wrap; gap: 8px; }

/* ============================================================
   CART DRAWER
   ============================================================ */
.cart-drawer {
  position: fixed;
  top: 0;
  inset-inline-end: -460px;
  width: 100%;
  max-width: 440px;
  height: 100vh;
  background: rgba(2, 7, 13, .98);
  border-inline-start: 1px solid var(--line);
  z-index: 70;
  display: flex; flex-direction: column;
  transition: inset-inline-end .35s var(--ease);
  box-shadow: -20px 0 60px -20px rgba(0,0,0,.7);
}
.cart-drawer.is-open { inset-inline-end: 0; }
.cart-backdrop {
  position: fixed; inset: 0;
  background: rgba(2, 7, 13, .6);
  backdrop-filter: blur(4px);
  z-index: 65;
  opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease);
}
body.is-drawer-open .cart-backdrop { opacity: 1; pointer-events: auto; }
body.is-drawer-open { overflow: hidden; }

.cart-drawer__head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.cart-drawer__eyebrow {
  display: block;
  font-family: var(--font-arabic-display);
  font-size: 12px; font-weight: 600;
  color: var(--blue); letter-spacing: .14em;
  margin-bottom: 4px;
}
.cart-drawer__title {
  margin: 0;
  font-family: var(--font-arabic-display);
  font-size: 18px; font-weight: 700; color: var(--text);
}

.cart-drawer__body {
  flex: 1; overflow-y: auto;
  padding: 8px 24px;
}

.cart-empty {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 18px;
  padding: 56px 12px;
  text-align: center;
}
.cart-empty__icon { width: 56px; height: 56px; color: var(--blue); opacity: .55; }
.cart-empty__icon svg { width: 100%; height: 100%; }
.cart-empty p {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 15px; line-height: 1.8;
  color: var(--muted);
}

.cart-line {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line:last-child { border-bottom: none; }
.cart-line__art {
  position: relative;
  height: 84px;
  border: 1px solid var(--line);
  font-family: var(--font-display);
}
.cart-line__art .product-art__game   { font-size: 12px; letter-spacing: .12em; }
.cart-line__art .product-art__legend { font-size: 9px;  letter-spacing: .2em; }
.cart-line__body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.cart-line__cat {
  font-family: var(--font-display);
  font-size: 10px; font-weight: 600; letter-spacing: .14em;
  color: var(--blue); opacity: .85;
}
.cart-line__name {
  margin: 0;
  font-family: var(--font-arabic-display);
  font-size: 13.5px; font-weight: 600;
  color: var(--text); line-height: 1.4;
}
.cart-line__qty {
  display: inline-flex; align-items: center; gap: 0;
  margin-top: 4px;
  border: 1px solid var(--line-bright);
  width: fit-content;
}
.cart-line__qty button {
  width: 28px; height: 28px;
  display: flex; align-items: center; justify-content: center;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 16px; font-weight: 600;
  transition: background .2s var(--ease);
}
.cart-line__qty button:hover { background: rgba(3,131,244,.08); color: var(--blue); }
.cart-line__qty span {
  min-width: 30px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  color: var(--text);
}
.cart-line__price { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; }
.cart-line__price .price__amount { font-size: 16px; }
.cart-line__price .price__currency { font-size: 16px; }
.cart-line__remove {
  font-family: var(--font-arabic);
  font-size: 12px;
  color: var(--muted);
  transition: color .2s var(--ease);
}
.cart-line__remove:hover { color: #ff5d5d; }

.cart-drawer__foot {
  padding: 18px 24px 22px;
  border-top: 1px solid var(--line);
  background: rgba(7,16,24,.55);
}
.cart-drawer__totals {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 14px;
  font-family: var(--font-arabic-display);
  font-size: 14px; color: var(--muted-soft);
}
.cart-drawer__total {
  display: inline-flex; align-items: baseline; gap: 6px;
  font-family: var(--font-display);
  font-size: 22px; font-weight: 800; color: var(--text);
}
.cart-drawer__total .price__currency { color: var(--blue); font-size: 22px; }
.cart-drawer__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 14px; }
.cart-drawer__pay { display: flex; flex-wrap: wrap; gap: 6px; }
.cart-drawer__pay .pay-chip { padding: 5px 9px; font-size: 11px; }

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.product-detail {
  padding: calc(var(--header-h) + 60px) var(--section-pad-x) 80px;
  background: var(--bg-deep);
}
.product-detail__grid {
  max-width: var(--section-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
}
.product-detail__media {
  position: sticky; top: calc(var(--header-h) + 32px);
  aspect-ratio: 4 / 3;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #051728 0%, #0A2647 100%);
  overflow: hidden;
}
.product-detail__media .product-art { position: absolute; inset: 0; }
.product-detail__media .product-art__game,
.product-detail__media .product-art__title {
  font-size: clamp(40px, 5vw, 80px);
}
.product-detail__media .product-art__legend,
.product-detail__media .product-art__sub {
  font-size: clamp(14px, 1.6vw, 18px);
  letter-spacing: .35em;
}

.product-detail__body {
  display: flex; flex-direction: column; gap: 22px;
}
.product-detail__cat {
  font-family: var(--font-display);
  font-size: 12px; font-weight: 600; letter-spacing: .18em;
  color: var(--blue);
}
.product-detail__title {
  margin: 0;
  font-family: var(--font-arabic-display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800; line-height: 1.2;
  color: var(--text);
  letter-spacing: -0.01em;
}
.product-detail__price-row {
  display: flex; align-items: center; gap: 18px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}
.product-detail__price .price__amount { font-size: 34px; }
.product-detail__price .price__currency { font-size: 30px; }
.product-detail__intro {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 15.5px; line-height: 1.95;
  color: var(--muted-soft);
}

.qty-stepper {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line-bright);
}
.qty-stepper button {
  width: 40px; height: 44px;
  font-family: var(--font-display);
  font-size: 18px; font-weight: 700;
  color: var(--text);
  transition: background .2s var(--ease);
}
.qty-stepper button:hover { background: rgba(3,131,244,.08); color: var(--blue); }
.qty-stepper input {
  width: 56px; height: 44px;
  background: transparent; border: none;
  text-align: center;
  font-family: var(--font-display);
  font-size: 16px; font-weight: 700;
  color: var(--text);
  border-inline: 1px solid var(--line-bright);
}
.qty-stepper input:focus { outline: 1px solid var(--blue); outline-offset: -1px; }

.product-detail__cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}
.product-detail__cta .btn { height: 50px; padding: 0 22px; font-size: 14px; }

.product-detail__trust {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  padding: 20px;
  background: rgba(7,16,24,.55);
  border: 1px solid var(--line);
}
.product-detail__trust-item {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-arabic);
  font-size: 13.5px; color: var(--muted-soft);
}
.product-detail__trust-item svg {
  flex: none;
  width: 24px; height: 24px;
  color: var(--blue);
}

.product-detail__sections {
  margin-top: 64px;
  max-width: var(--section-max);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.product-block {
  padding: 28px 28px;
  background: linear-gradient(180deg, rgba(10,20,32,.55), rgba(7,16,24,.4));
  border: 1px solid var(--line);
}
.product-block__heading {
  margin: 0 0 16px;
  font-family: var(--font-arabic-display);
  font-size: 18px; font-weight: 700;
  color: var(--text);
}
.product-block ul {
  margin: 0;
  display: flex; flex-direction: column; gap: 10px;
}
.product-block li {
  position: relative;
  padding-inline-start: 22px;
  font-family: var(--font-arabic);
  font-size: 15px; line-height: 1.7;
  color: var(--muted-soft);
}
.product-block li::before {
  content: "";
  position: absolute; top: 11px; inset-inline-start: 6px;
  width: 6px; height: 6px;
  background: var(--blue);
}
.product-block__note {
  margin: 0;
  font-family: var(--font-arabic);
  font-size: 14.5px; line-height: 1.85;
  color: var(--muted-soft);
}
.product-block__sessions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.product-block__session {
  padding: 18px;
  background: rgba(7,16,24,.55);
  border: 1px solid var(--line);
}
.product-block__session h4 {
  margin: 0 0 6px;
  font-family: var(--font-arabic-display);
  font-size: 14.5px; font-weight: 700;
  color: var(--text);
}
.product-block__session-duration {
  display: block;
  font-family: var(--font-arabic);
  font-size: 12px; color: var(--blue);
  margin-bottom: 10px;
}
.product-block__req {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.product-block__req-col h5 {
  margin: 0 0 10px;
  font-family: var(--font-arabic-display);
  font-size: 13px; font-weight: 700;
  color: var(--blue);
}

/* ============================================================
   CART PAGE
   ============================================================ */
.cart-page {
  padding: calc(var(--header-h) + 60px) var(--section-pad-x) 80px;
  max-width: var(--section-max);
  margin: 0 auto;
}
.cart-page__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  margin-top: 36px;
}
.cart-table {
  background: linear-gradient(180deg, rgba(10,20,32,.55), rgba(7,16,24,.4));
  border: 1px solid var(--line);
  padding: 20px 24px;
}
.cart-table__header {
  display: grid;
  grid-template-columns: 100px 1fr 160px 140px 60px;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-arabic-display);
  font-size: 12px; font-weight: 600; letter-spacing: .12em;
  color: var(--blue);
}
.cart-row {
  display: grid;
  grid-template-columns: 100px 1fr 160px 140px 60px;
  gap: 14px; align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.cart-row:last-child { border-bottom: none; }
.cart-row__art { height: 80px; border: 1px solid var(--line); position: relative; }
.cart-row__name {
  font-family: var(--font-arabic-display);
  font-size: 15px; font-weight: 600;
  color: var(--text);
}
.cart-row__cat {
  font-family: var(--font-display);
  font-size: 11px; font-weight: 600; letter-spacing: .14em;
  color: var(--blue); margin-bottom: 4px;
}
.cart-row__price .price__amount { font-size: 18px; }
.cart-row__remove {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: color .2s var(--ease);
  cursor: pointer;
}
.cart-row__remove:hover { color: #ff5d5d; }
.cart-row__remove svg { width: 18px; height: 18px; }

.cart-summary {
  background: linear-gradient(180deg, rgba(10,20,32,.7), rgba(7,16,24,.5));
  border: 1px solid var(--line);
  padding: 24px;
  align-self: start;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.cart-summary h3 {
  margin: 0 0 18px;
  font-family: var(--font-arabic-display);
  font-size: 17px; font-weight: 700;
  color: var(--text);
}
.cart-summary__row {
  display: flex; justify-content: space-between;
  padding: 10px 0;
  font-family: var(--font-arabic);
  font-size: 14px;
  color: var(--muted-soft);
}
.cart-summary__row--total {
  margin-top: 8px; padding-top: 16px;
  border-top: 1px solid var(--line);
  font-family: var(--font-arabic-display);
  font-size: 16px; font-weight: 700;
  color: var(--text);
}
.cart-summary__row--total .price__amount { font-size: 22px; }
.cart-summary__row--total .price__currency { font-size: 20px; }
.cart-summary__actions {
  margin-top: 18px;
  display: flex; flex-direction: column; gap: 10px;
}
.cart-summary__pay {
  margin-top: 18px;
  display: flex; flex-wrap: wrap; gap: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.cart-summary__pay .pay-chip { padding: 5px 10px; font-size: 11px; }

/* ============================================================
   CHECKOUT
   ============================================================ */
.checkout-page {
  padding: calc(var(--header-h) + 60px) var(--section-pad-x) 80px;
  max-width: 1600px;
  margin: 0 auto;
}
.checkout__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  margin-top: 36px;
}
.checkout-form {
  background: linear-gradient(180deg, rgba(10,20,32,.55), rgba(7,16,24,.4));
  border: 1px solid var(--line);
  padding: 32px;
}
.checkout-section { margin-bottom: 36px; }
.checkout-section:last-child { margin-bottom: 0; }
.checkout-section h3 {
  margin: 0 0 8px;
  font-family: var(--font-arabic-display);
  font-size: 18px; font-weight: 700;
  color: var(--text);
}
.checkout-section__hint {
  margin: 0 0 18px;
  font-family: var(--font-arabic);
  font-size: 13.5px; color: var(--muted);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font-family: var(--font-arabic-display);
  font-size: 13px; font-weight: 600;
  color: var(--muted-soft);
}
.field input, .field select, .field textarea {
  height: 46px;
  padding: 0 14px;
  background: rgba(7,16,24,.7);
  border: 1px solid var(--line-bright);
  color: var(--text);
  font-family: var(--font-arabic);
  font-size: 14.5px;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.field textarea { height: 100px; padding-top: 12px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--blue);
  background: rgba(3,131,244,.05);
}

.pay-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
}
.pay-method {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 16px;
  background: rgba(7,16,24,.7);
  border: 1px solid var(--line-bright);
  cursor: pointer;
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.pay-method:hover { border-color: rgba(3,131,244,.45); }
.pay-method input { accent-color: var(--blue); }
.pay-method__name {
  font-family: var(--font-display);
  font-size: 13px; font-weight: 600;
  color: var(--text);
}
.pay-method__sub {
  display: block;
  font-family: var(--font-arabic);
  font-size: 11.5px; color: var(--muted);
  margin-top: 2px;
}
.pay-method.is-active { border-color: var(--blue); background: rgba(3,131,244,.06); }

.checkbox-row {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--font-arabic);
  font-size: 14px; color: var(--muted-soft);
  margin-top: 14px;
}
.checkbox-row input { margin-top: 4px; accent-color: var(--blue); }

/* ============================================================
   ACCOUNT
   ============================================================ */
.account {
  padding: calc(var(--header-h) + 60px) var(--section-pad-x) 80px;
  max-width: 900px;
  margin: 0 auto;
}
.account__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 36px;
}
.account-card {
  background: linear-gradient(180deg, rgba(10,20,32,.55), rgba(7,16,24,.4));
  border: 1px solid var(--line);
  padding: 30px;
}
.account-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-arabic-display);
  font-size: 19px; font-weight: 700;
  color: var(--text);
}
.account-card p {
  margin: 0 0 22px;
  font-family: var(--font-arabic);
  font-size: 14px; color: var(--muted);
  line-height: 1.8;
}
.account-card .field { margin-bottom: 12px; }
.account-foot {
  margin-top: 18px;
  font-family: var(--font-arabic);
  font-size: 13px; color: var(--muted);
}
.account-foot a { color: var(--blue); }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--line);
  padding: 0 0 20px;
}
.site-footer__inner {
  max-width: var(--section-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 0 var(--section-pad-x) 40px;
  border-bottom: 1px solid var(--line);
}
.site-footer__brand img { width: 190px; margin-bottom: 16px; }
.site-footer__brand p {
  margin: 0 0 18px;
  font-size: 14px; line-height: 1.85;
  color: var(--muted);
}
.site-footer__socials { display: flex; gap: 10px; }
.site-footer__socials a {
  width: 38px; height: 38px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-bright);
  color: var(--muted);
  transition: color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease);
}
.site-footer__socials a:hover { color: var(--blue); border-color: var(--blue); background: rgba(3,131,244,.06); }
.site-footer__socials svg { width: 18px; height: 18px; }

.site-footer__col h4 {
  margin: 0 0 18px;
  font-family: var(--font-arabic-display);
  font-size: 13px; font-weight: 700;
  letter-spacing: .12em;
  color: var(--text);
}
.site-footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.site-footer__col a {
  font-size: 14px; color: var(--muted);
  transition: color .25s var(--ease);
}
.site-footer__col a:hover { color: var(--blue); }

/* ============================================================
   PAYMENT SHOWCASE — uniform brand tiles (one canonical display)
   ============================================================ */
.pay-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  width: 100%;
}
.pay-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: rgba(11, 26, 37, 0.55);
  border: 1px solid var(--line-bright);
  color: var(--muted-soft);
  transition:
    border-color .25s var(--ease),
    color .25s var(--ease),
    background .25s var(--ease),
    transform .25s var(--ease);
}
.pay-tile:hover {
  border-color: rgba(3, 131, 244, 0.50);
  color: var(--text);
  background: rgba(3, 131, 244, 0.05);
  transform: translateY(-2px);
}
.pay-tile__logo {
  height: 24px;
  width: 70px;
  display: block;
}

/* Footer payment band — single, polished display */
.site-footer__pay-band {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(7,16,24,.55), rgba(2,7,13,.4));
  padding: 28px var(--section-pad-x);
  margin-bottom: 36px;
}
.site-footer__pay-band-inner {
  max-width: var(--section-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  gap: 28px;
}
.site-footer__pay-head {
  display: flex; flex-direction: column;
  gap: 4px;
}
.site-footer__pay-eyebrow {
  font-family: var(--font-arabic-display);
  font-size: 13px; font-weight: 700;
  color: var(--blue);
  letter-spacing: .14em;
}
.site-footer__pay-hint {
  font-family: var(--font-arabic);
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

.site-footer__bottom {
  max-width: var(--section-max);
  margin: 0 auto;
  padding: 20px var(--section-pad-x) 0;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  font-size: 13px; color: var(--muted);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1200px) {
  :root { --pad-x: 4vw; --section-pad-x: 4vw; }
  .primary-nav ul { gap: 22px; }
  .nav-link { font-size: 13.5px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .product-card--featured { grid-column: span 2; grid-row: auto; }
  .product-card--featured .product-card__media { aspect-ratio: 16 / 7; }
  .product-detail__grid { grid-template-columns: 1fr; gap: 32px; }
  .product-detail__media { position: static; aspect-ratio: 16 / 9; }
  .checkout__grid, .cart-page__grid { grid-template-columns: 1fr; }
  .cart-summary { position: static; }
}

@media (max-width: 980px) {
  .header-inner { padding-inline: 4vw; gap: 12px; }
  .primary-nav {
    position: fixed;
    top: 0;
    inset-inline-end: -100%;
    width: 86%;
    max-width: 360px;
    height: 100vh;
    background: rgba(2,7,13,.97);
    border-inline-start: 1px solid var(--line);
    padding: 80px 28px 28px;
    transition: inset-inline-end .35s var(--ease);
    z-index: 60;
    backdrop-filter: blur(20px);
    overflow-y: auto;
  }
  .primary-nav.is-open { inset-inline-end: 0; }
  .primary-nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .nav-link { font-size: 16px; }
  .nav-link.is-active::after { display: none; }
  .nav-close { display: inline-flex; }
  .menu-toggle { display: inline-flex; }
  .btn--whats { display: none; }
  .icon-btn { width: 36px; height: 36px; }
  .brand-logo { width: 160px; }

  .lr-outline { opacity: .12; }
  .hud-rail { display: none; }
  .hud-dots--bl, .hud-frame--br { display: none; }
  .section-indicator { display: none; }

  .section { padding-block: 90px; }
  .section-head { margin-bottom: 44px; }
  .section-head--row { grid-template-columns: 1fr; }
  .section-sub--inline { text-align: start; max-width: 100%; }

  .contact-grid { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; padding: 0 4vw 32px; }
  .site-footer__bottom { padding: 20px 4vw 0; }
  .site-footer__pay-band-inner { grid-template-columns: 1fr; gap: 18px; }

  .cart-table__header, .cart-row { grid-template-columns: 80px 1fr 100px 40px; }
  .cart-table__header > :nth-child(4), .cart-row > :nth-child(4) { display: none; }
  .checkout-form { padding: 22px; }
}

@media (max-width: 640px) {
  :root { --pad-x: 20px; --section-pad-x: 20px; --header-h: 64px; }

  .hero { min-height: 100svh; padding-top: var(--header-h); }
  .hero-video { display: none; }
  html[dir="rtl"] .hero-fallback { object-position: 38% 38%; transform: scale(1.05) scaleX(-1); }
  .hero-overlay--leftfade {
    background: linear-gradient(180deg, rgba(2,7,13,.35) 0%, rgba(2,7,13,.85) 60%, var(--bg) 100%);
  }
  .hero-content {
    top: auto; bottom: 28px;
    transform: none;
    max-width: 100%;
    padding-inline-end: 0;
    inset-inline-start: var(--pad-x);
    inset-inline-end: var(--pad-x);
  }
  .hero-title__line--top { font-size: 30px; }
  .hero-title__line--bot { font-size: 40px; }
  .hero-subtitle { font-size: 14.5px; max-width: 100%; line-height: 1.85; margin-bottom: 24px; }
  .hero-subtitle br { display: none; }
  .hero-cta { gap: 12px; }
  .hero-cta .btn { flex: 1; min-width: 0; }
  .btn--primary { min-width: 0; padding: 0 16px; font-size: 13px; height: 46px; }
  .btn--ghost { padding: 0; height: 46px; }
  .hero-trust { gap: 12px 16px; font-size: 11.5px; margin-top: 22px; }

  .page-hero { padding-top: calc(var(--header-h) + 56px); padding-bottom: 40px; }
  .page-title { font-size: 26px; }
  .page-sub { font-size: 14.5px; }

  .section { padding-block: 64px; }
  .section-title { font-size: 26px; }
  .section-sub { font-size: 14.5px; }

  .why-grid { grid-template-columns: 1fr; gap: 12px; }
  .why-card { padding: 24px 20px; }
  .why-card__title { font-size: 16.5px; }

  .cat-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 14px;
    margin-inline: calc(-1 * var(--section-pad-x));
    padding-inline: var(--section-pad-x);
    scrollbar-width: none;
  }
  .cat-tabs::-webkit-scrollbar { display: none; }
  .cat-tab { flex-shrink: 0; padding: 10px 16px; }

  .products-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card--featured { grid-column: span 1; }
  .product-card--featured .product-card__media { aspect-ratio: 16 / 10; }
  .product-card--featured .product-card__name { font-size: 17px; }
  .product-card--featured .price__amount { font-size: 24px; }
  .product-card--featured .price__currency { font-size: 22px; }
  .product-card__body { padding: 18px 18px 16px; }
  .product-card__name { font-size: 15px; }
  .price__amount { font-size: 19px; }
  .price__currency { font-size: 18px; }
  .product-card__buy { height: 40px; font-size: 12.5px; padding: 0 12px; }
  .product-card__details { height: 40px; font-size: 12px; padding: 0 12px; }
  .product-card__actions { gap: 6px; }

  .faq-item__q { padding: 18px 20px; font-size: 14.5px; gap: 14px; }
  .faq-item__a { padding: 0 20px 22px; font-size: 14px; }

  .contact-card { padding: 22px 20px; gap: 18px; }
  .contact-card__icon { width: 48px; height: 48px; }
  .contact-card__value { font-size: 16px; }
  .contact-pay { padding: 16px; gap: 12px; flex-direction: column; align-items: flex-start; }

  .site-footer { padding: 0 0 18px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 28px; padding: 0 20px 28px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 20px 0; }
  .site-footer__pay-band { padding: 22px 20px; margin-bottom: 28px; }
  .site-footer__pay-band-inner { grid-template-columns: 1fr; gap: 16px; }
  .pay-grid { grid-template-columns: repeat(4, 1fr); }

  .cart-drawer { max-width: 100%; }
  .cart-table__header { display: none; }
  .cart-row { grid-template-columns: 70px 1fr; gap: 14px; padding: 16px 0; }
  .cart-row__art { height: 70px; }
  .cart-row > :nth-child(3), .cart-row > :nth-child(4), .cart-row > :nth-child(5) {
    grid-column: 2 / -1;
  }
  .cart-row__remove { width: auto; height: auto; justify-content: flex-end; }

  .product-detail { padding-top: calc(var(--header-h) + 36px); padding-bottom: 56px; }
  .product-detail__cta { grid-template-columns: auto 1fr; }
  .product-detail__cta .qty-stepper { grid-row: 1; }
  .product-detail__cta .product-detail__whats { grid-column: 1 / -1; }
  .product-block { padding: 22px; }
  .product-block__req { grid-template-columns: 1fr; }

  .field-row { grid-template-columns: 1fr; }
  .pay-methods { grid-template-columns: 1fr 1fr; }
  .account__grid { grid-template-columns: 1fr; }

  /* hero title: less padding so it fits better on small screens */
  .hero-title { padding: 14px 20px; }
  .hero-title__corner { width: 14px; height: 14px; }
}

@media (max-width: 460px) {
  .pay-grid { grid-template-columns: repeat(3, 1fr); }
  .pay-tile { height: 44px; }
  .pay-tile__logo { height: 20px; width: 56px; }
}

body.is-menu-open { overflow: hidden; }
.menu-backdrop {
  position: fixed; inset: 0;
  background: rgba(2,7,13,.6);
  backdrop-filter: blur(4px);
  z-index: 55;
  opacity: 0; pointer-events: none;
  transition: opacity .3s var(--ease);
}
.menu-backdrop.is-open { opacity: 1; pointer-events: auto; }

/* ============================================================
   MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .hero-video { display: none; }
  .hero-particles { display: none; }
  [data-reveal] { opacity: 1; transform: none; }
  html, body { scroll-behavior: auto; }
  .prox-char { transform: none !important; }
}

.nav-link.is-active {
  pointer-events: none;
  cursor: default;
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  inset-inline-start: 0 !important;
  inset-inline-end: 0 !important;
  bottom: -10px;
  width: 28px;
  height: 2px;
  margin-inline: auto;
  background: var(--blue);
  transform: none !important;
  pointer-events: none;
}
.product-detail__cta [data-add-to-cart] > svg {
  display: none !important;
}

.product-detail:has(.product-art--ultimate) .product-detail__trust-item:nth-child(2),
.product-detail:has(.product-art--game) .product-detail__trust-item:nth-child(2),
.product-detail:has(.product-art--setting) .product-detail__trust-item:nth-child(2),
.product-detail:has(.product-art--script) .product-detail__trust-item:nth-child(2) {
  display: none !important;
}

.product-detail:has(.product-art--accessory) .product-detail__trust-item:nth-child(n + 2) {
  display: none !important;
}
