/* ==========================================================================
   ALVIRAN SHOP v3 — Premium · Matches Homepage Design Language
   Variables, colors, panels, typography from home.css
   ========================================================================== */

/* ── Variables ────────────────────────────────────────────────────────────── */
.alv-shop-wrap {
  --purple: #8B5CF6; --purple-l: #A78BFA; --purple-d: #7C3AED;
  --gold: #F9C86C; --gold-d: #F59E0B;
  --green: #34D399; --red: #EF4444;
  --bg: #0C0C0C; --bg-card: #161616; --bg-deep: #0a0a0a; --bg-mid: #1a1a1a; --bg-rich: #1f1f1f;
  --text: #F3F1FA; --muted: rgba(243,241,250,.65); --dim: rgba(243,241,250,.5);
  --border: rgba(255,255,255,.11); --border-l: rgba(255,255,255,.16);
  --font: 'Outfit','Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --ease: cubic-bezier(.4,0,.2,1); --r: 18px; --r-sm: 12px; --r-pill: 999px;
}

/* ── Base ─────────────────────────────────────────────────────────────────── */
.alv-shop-wrap, .alv-shop-wrap *, .alv-shop-wrap *::before, .alv-shop-wrap *::after { box-sizing: border-box !important; margin: 0; padding: 0; }
.alv-shop-wrap { position: relative; min-height: 100vh; background: var(--bg) !important; color: var(--text) !important; font-family: var(--font) !important; overflow-x: hidden; line-height: 1.6; -webkit-font-smoothing: antialiased; text-align: center !important; }
.alv-shop-wrap a { color: inherit; text-decoration: none; }
.alv-shop-wrap p { color: var(--muted); margin: 0; text-align: inherit; }
.alv-shop-wrap h1, .alv-shop-wrap h2, .alv-shop-wrap h3 { font-weight: 800; line-height: 1.1; color: var(--text) !important; margin: 0; text-align: inherit; }
.alv-shop-wrap svg { display: inline-block; vertical-align: middle; }

/* ── Theme isolation — only what's actually needed ────────────────────────── */
.alv-shop-wrap h1, .alv-shop-wrap h2, .alv-shop-wrap h3 { font-family: var(--font); }
.alv-shop-wrap .alv-shop-card, .alv-shop-wrap .alv-shop-card * { text-align: left; }
.alv-shop-wrap .alv-shop-faq-q, .alv-shop-wrap .alv-shop-faq-a { text-align: left; }
.alv-shop-wrap .alv-shop-modal-panel, .alv-shop-wrap .alv-shop-modal-panel * { text-align: left; }
.alv-shop-wrap .alv-shop-custom-banner, .alv-shop-wrap .alv-shop-custom-banner * { text-align: left; }

/* ── Fixed BG — identical to homepage .page-bg ───────────────────────────── */
.alv-shop-bg { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; contain: layout style paint; }
.alv-shop-bg::before { content: ""; position: absolute; top: -20%; left: -10%; width: 70%; height: 70%; background: radial-gradient(circle, rgba(139,92,246,.18), transparent 70%); filter: blur(80px); animation: _sBg1 25s ease-in-out infinite; will-change: transform; }
.alv-shop-bg::after  { content: ""; position: absolute; bottom: -20%; right: -10%; width: 60%; height: 60%; background: radial-gradient(circle, rgba(249,200,108,.12), transparent 70%); filter: blur(80px); animation: _sBg2 30s ease-in-out infinite; will-change: transform; }
@keyframes _sBg1 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(5%,10%) } }
@keyframes _sBg2 { 0%,100% { transform: translate(0,0) } 50% { transform: translate(-5%,-10%) } }
.alv-shop-noise, .alv-shop-blob, .alv-shop-blob-1, .alv-shop-blob-2, .alv-shop-blob-3 { display: none; }

/* ── Container ───────────────────────────────────────────────────────────── */
.alv-shop-container { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; padding: 40px 1.5rem 70px; }

/* ── Gradient text — matching homepage .grad-text ────────────────────────── */
.alv-shop-grad { background: linear-gradient(135deg, var(--gold) 0%, #fff 50%, var(--gold) 100%); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: _sShimmer 3s linear infinite; }
@keyframes _sShimmer { 0% { background-position: 0% center } 100% { background-position: 200% center } }

/* ── Panel — matching homepage .panel ────────────────────────────────────── */
.alv-shop-panel { background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border: 1px solid var(--border); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border-radius: var(--r); box-shadow: 0 10px 40px rgba(0,0,0,.3); transition: transform .3s ease, border-color .3s ease; }
.alv-shop-panel:hover { transform: translateY(-4px); border-color: rgba(249,200,108,.25); }

/* ── SVG defaults — stroke/fill only, NO global size ─────────────────────── */
.alv-shop-wrap svg:not([width]) { width: 16px; height: 16px; }
.alv-shop-wrap svg { flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ═══════════════════════════════════════════════════════════════════════════
   HERO — redesigned
   ═══════════════════════════════════════════════════════════════════════════ */

.alv-shop-hero {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  margin-bottom: 2.25rem;
  padding-top: .5rem;
  animation: _sFadeUp .6s ease both;
}

/* ── Eyebrow label ─────────────────────────────────────────────────────── */
.alv-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(249,200,108,.7);
  margin-bottom: 1rem;
}
.alv-hero-eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 0 0 rgba(52,211,153,.6);
  animation: _sPulse-dot 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes _sPulse-dot {
  0%   { box-shadow: 0 0 0 0 rgba(52,211,153,.6); }
  60%  { box-shadow: 0 0 0 6px rgba(52,211,153,0); }
  100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }
}
.alv-hero-eyebrow-sep { color: rgba(255,255,255,.18); }

/* ── Badge — homepage .badge-gold style (kept for potential other uses) ── */
.alv-shop-badge { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .9rem; border-radius: var(--r-pill); font-size: .75rem; font-weight: 600; background: rgba(249,200,108,.08); border: 1px solid rgba(249,200,108,.2); color: var(--gold); margin-bottom: 1rem; letter-spacing: .04em; }
.alv-shop-badge svg { width: 13px; height: 13px; stroke: var(--gold); }

.alv-shop-hero-title { font-size: clamp(2.2rem, 5.5vw, 3.2rem); font-weight: 900; letter-spacing: -.03em; margin: 0 auto .6rem; text-align: center; }
.alv-shop-hero-sub { font-size: 1rem; color: var(--muted); margin: 0 auto 1.25rem; max-width: 540px; line-height: 1.7; text-align: center; }

/* ── Trust Cards ───────────────────────────────────────────────────────── */
/* Replaces old .alv-shop-trust pill badges                                 */

.alv-hero-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 1.2rem;
}

.alv-hero-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  background: #161616;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  transition: border-color .2s, background .2s;
  white-space: nowrap;
}
.alv-hero-card:hover {
  background: #1a1a1a;
  border-color: rgba(255,255,255,.14);
}

/* Icon container — colored square */
.alv-hero-card-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.alv-hero-card-icon svg {
  width: 16px;
  height: 16px;
}

/* Shield icon */
.alv-hero-card-icon--shield {
  background: rgba(249,200,108,.08);
  border: 1px solid rgba(249,200,108,.2);
  color: var(--gold);
}
/* Access — green */
.alv-hero-card-icon--access {
  background: #0f2318;
  border: 1px solid #1a4a2a;
  color: #34D399;
}
/* Speed — gold */
.alv-hero-card-icon--speed {
  background: #231c0a;
  border: 1px solid #4a3a10;
  color: #F9C86C;
}
/* Protect — blue */
.alv-hero-card-icon--protect {
  background: #101828;
  border: 1px solid #1e3050;
  color: #60A5FA;
}

/* Card text */
.alv-hero-card-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  text-align: left;
}
.alv-hero-card-title {
  font-size: .8rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
}
.alv-hero-card-sub {
  font-size: .67rem;
  color: var(--dim);
  font-weight: 500;
  letter-spacing: .02em;
}

/* Trust cards removed — replaced by stat bar */
.alv-shop-trust { display: none !important; }
.alv-shop-trust-badge { display: none !important; }
.alv-shop-shield { display: none; }
.alv-hero-cards { display: none !important; }

/* ── Social Proof Stat Bar ─────────────────────────────────────────────── */
.alv-shop-stats {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 1.5rem;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 16px;
  padding: 16px 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.alv-shop-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0 20px;
}
.alv-shop-stat-num {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -.02em;
  line-height: 1.2;
}
/* Star in rating — no inline SVG needed anymore */
.alv-stat-star {
  color: #F9C86C;
  font-style: normal;
  font-size: .9em;
}
.alv-shop-stat-plus { color: var(--gold); font-size: .85em; }
.alv-shop-stat-unit { font-size: .7em; font-weight: 600; color: var(--muted); }
.alv-shop-stat-label { font-size: .67rem; color: var(--dim); font-weight: 500; letter-spacing: .03em; white-space: nowrap; }
.alv-shop-stat-divider { width: 1px; height: 32px; background: rgba(255,255,255,.08); flex-shrink: 0; }

/* ── How It Works ───────────────────────────────────────────────────────── */
.alv-shop-hiw {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
  margin-bottom: 0;
}
.alv-shop-hiw-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 24px;
  background: rgba(255,255,255,.015);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px;
  gap: 14px;
  transition: border-color .25s;
}
.alv-shop-hiw-step:hover {
  border-color: rgba(249,200,108,.2);
}
.alv-shop-hiw-num {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(249,200,108,.12), rgba(249,200,108,.04));
  border: 1px solid rgba(249,200,108,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 800;
  color: #F9C86C;
  letter-spacing: .02em;
}
.alv-shop-hiw-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.alv-shop-hiw-body strong {
  font-size: .88rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
}
.alv-shop-hiw-body span {
  font-size: .73rem;
  color: rgba(243,241,250,.35);
  line-height: 1.55;
}
.alv-shop-hiw-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  padding-top: 40px;
  color: rgba(255,255,255,.1);
  font-size: 1.1rem;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .alv-shop-hiw {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .alv-shop-hiw-step {
    flex-direction: row;
    text-align: left;
    padding: 18px 20px;
    gap: 16px;
    align-items: center;
  }
  .alv-shop-hiw-body { gap: 3px; }
  .alv-shop-hiw-num { flex-shrink: 0; }
  .alv-shop-hiw-arrow {
    display: none;
  }
}

/* ── Pay hint — cards + mobile wallet ──────────────────────────────────── */
.alv-pay-hint-mobile { color: rgba(255,255,255,.35); }

/* ── Trustpilot strip ───────────────────────────────────────────────────── */
.alv-shop-trustpilot-strip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 7px 18px;
  background: rgba(0,179,122,.06);
  border: 1px solid rgba(0,179,122,.18);
  border-radius: 30px;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.alv-shop-trustpilot-strip:hover {
  background: rgba(0,179,122,.1);
  border-color: rgba(0,179,122,.3);
}
.alv-shop-tp-stars {
  font-size: .85rem;
  color: #00B37A;
  letter-spacing: .04em;
  line-height: 1;
}
.alv-shop-tp-label {
  font-size: .72rem;
  font-weight: 700;
  color: #00B37A;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ── Mobile adjustments ─────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .alv-hero-eyebrow { flex-wrap: wrap; justify-content: center; }
  .alv-hero-cards { gap: 6px; }
  .alv-hero-card { padding: 8px 12px 8px 10px; gap: 8px; }
  .alv-hero-card-icon { width: 30px; height: 30px; border-radius: 8px; }
  .alv-hero-card-icon svg { width: 14px; height: 14px; }
  .alv-hero-card-title { font-size: .76rem; }
  .alv-hero-card-sub { font-size: .63rem; }
}
@media (max-width: 480px) {
  .alv-shop-stats { gap: 6px; padding: 10px 12px; }
  .alv-shop-stat { padding: 0 10px; }
  .alv-shop-stat-divider { display: none; }
  .alv-shop-hero-title { font-size: clamp(1.75rem, 7vw, 2.4rem); }
}

/* ── Scarcity Badge ────────────────────────────────────────────────────── */
.alv-card-scarcity {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: .63rem;
  font-weight: 800;
  color: #fff;
  background: #991b1b;
  border: 1px solid #7f1d1d;
  border-radius: 5px;
  padding: 2px 7px;
  margin-bottom: 5px;
  letter-spacing: .03em;
  animation: _sPulse 2s ease-in-out infinite;
}
@keyframes _sPulse { 0%,100%{opacity:1} 50%{opacity:.7} }

/* ── Price Anchor (strikethrough original price) ───────────────────────── */
.alv-card-price-anchor { display: flex; align-items: baseline; gap: 6px; }
.alv-card-price-orig {
  font-size: .82rem;
  font-weight: 600;
  color: rgba(243,241,250,.3);
  text-decoration: line-through;
  text-decoration-color: rgba(239,68,68,.5);
}

/* ═══════════════════════════════════════════════════════════════════════════
   NAVIGATION — game tabs
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-nav { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-bottom: 1.75rem; animation: _sFadeUp .5s ease .05s both; }
.alv-shop-nav-item {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 12px; font-size: .81rem; font-weight: 600;
  background: #161616; border: 1px solid rgba(255,255,255,.12);
  color: rgba(243,241,250,.5); cursor: pointer;
  transition: all .2s var(--ease); text-decoration: none;
  letter-spacing: .01em;
}
.alv-shop-nav-item:hover { border-color: rgba(255,255,255,.14); color: var(--text); background: #1a1a1a; }
.alv-shop-nav-item.active {
  background: #231c0a;
  border-color: rgba(249,200,108,.5); color: var(--gold);
  box-shadow: 0 0 20px rgba(249,200,108,.08), 0 2px 8px rgba(0,0,0,.2);
}
/* SVG icon inside nav item */
.alv-shop-nav-item svg { width: 15px; height: 15px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.alv-shop-nav-item.active svg { stroke: var(--gold); }
/* Stock indicators */
.alv-shop-nav-item .alv-shop-oos { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #EF4444; margin-left: 2px; vertical-align: middle; }
.alv-shop-nav-item .alv-shop-stock { display: inline-block; font-size: .65rem; font-weight: 700; color: rgba(243,241,250,.4); background: #1a1828; border: 1px solid rgba(255,255,255,.12); border-radius: 5px; padding: 1px 5px; margin-left: 2px; }

/* ═══════════════════════════════════════════════════════════════════════════
   CONTROLS — search + filters
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-controls { margin-bottom: 2rem; animation: _sFadeUp .5s ease .08s both; }
.alv-shop-filter-row { display: flex; gap: 8px; flex-wrap: nowrap; align-items: center; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.alv-shop-filter-row::-webkit-scrollbar { display: none; }
.alv-shop-search-wrap { flex: 1 1 220px; min-width: 160px; position: relative; }
.alv-shop-search-wrap > svg { position: absolute !important; left: 12px !important; top: 50% !important; transform: translateY(-50%) !important; width: 14px !important; height: 14px !important; stroke: rgba(243,241,250,.3) !important; fill: none !important; pointer-events: none; z-index: 3; }

/* Search input — fully scoped to beat any theme override */
#alv-shop-app input#alv-shop-search,
#alv-shop-app .alv-shop-input {
  height: 42px !important;
  width: 100% !important;
  padding: 0 12px 0 36px !important;
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 10px !important;
  color: var(--text) !important;
  font-family: var(--font) !important;
  font-size: .83rem !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  transition: border-color .2s, background .2s;
}
#alv-shop-app input#alv-shop-search:focus,
#alv-shop-app .alv-shop-input:focus {
  border-color: rgba(249,200,108,.3) !important;
  background: rgba(255,255,255,.06) !important;
  box-shadow: 0 0 0 3px rgba(249,200,108,.06) !important;
}
#alv-shop-app input#alv-shop-search::placeholder,
#alv-shop-app .alv-shop-input::placeholder {
  color: rgba(243,241,250,.3) !important;
  font-size: .82rem !important;
}

/* Selects — scoped the same way */
#alv-shop-app .alv-shop-select {
  height: 42px !important;
  padding: 0 28px 0 11px !important;
  flex: 0 0 auto; min-width: 0; max-width: 130px;
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-radius: 10px !important;
  color: var(--text) !important;
  font-family: var(--font) !important;
  font-size: .82rem !important;
  outline: none !important;
  cursor: pointer;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none' stroke='rgba(243,241,250,0.3)' stroke-width='1.5'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
#alv-shop-app .alv-shop-select:focus {
  border-color: rgba(249,200,108,.3) !important;
  outline: none !important;
}
#alv-shop-app .alv-shop-select option { background: #1a1a1a; color: var(--text); }

/* ═══════════════════════════════════════════════════════════════════════════
   CUSTOM REQUEST BANNER
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-custom-banner { display: flex; align-items: center; gap: 16px; padding: 16px 22px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.09); border-radius: var(--r-sm); margin-bottom: 2rem; animation: _sFadeUp .5s ease .1s both; }
.alv-shop-custom-banner-icon { font-size: 24px; line-height: 1; }
.alv-shop-custom-banner-text { flex: 1; }
.alv-shop-custom-banner-text strong { color: var(--text); font-size: .88rem; display: block; margin-bottom: 1px; }
.alv-shop-custom-banner-text span { font-size: .8rem; color: var(--muted); }
.alv-shop-custom-banner-btn { display: inline-flex; align-items: center; gap: 5px; padding: 9px 16px; background: linear-gradient(135deg, #c49a3a, #8f6a1a); color: #fff; font-size: .8rem; font-weight: 700; border-radius: 10px; white-space: nowrap; transition: transform .2s, box-shadow .2s; }
.alv-shop-custom-banner-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(180,140,50,.3); }
.alv-shop-custom-banner-btn svg { width: 12px; height: 12px; stroke: #fff; }

/* ═══════════════════════════════════════════════════════════════════════════
   GRID + CARDS
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }

/* ═══ CARD ═══════════════════════════════════════════════════════════════ */
.alv-shop-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,.11); border-radius: 18px; padding: 0;
  cursor: pointer; display: flex; flex-direction: column; position: relative; overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  box-shadow: 0 4px 24px rgba(0,0,0,.25);
}
/* Gold top accent — always subtly visible, glows on hover */
.alv-shop-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249,200,108,.3), transparent);
  opacity: .25; transition: opacity .25s;
}
.alv-shop-card:hover { transform: translateY(-5px); border-color: rgba(249,200,108,.25); box-shadow: 0 20px 50px rgba(0,0,0,.35), 0 0 30px rgba(249,200,108,.08); }
.alv-shop-card:hover::before { opacity: 1; }
.alv-shop-card:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* screenshot image */
.alv-card-img { width: 100%; overflow: hidden; border-radius: 18px 18px 0 0; max-height: 160px; flex-shrink: 0; position: relative; }
.alv-card-img::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: linear-gradient(to top, rgba(10,8,20,.9), transparent); pointer-events: none; }
.alv-card-img img { width: 100%; height: 160px; object-fit: cover; display: block; transition: transform .35s; }
.alv-shop-card:hover .alv-card-img img { transform: scale(1.05); }
/* Fallback when no screenshot — game-colour gradient */
.alv-card-img-fallback { height: 160px; display: flex; align-items: center; justify-content: center; background: #141414; border-bottom: 1px solid rgba(255,255,255,.06); }
.alv-card-img-label { font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.55); z-index: 1; pointer-events: none; }

/* card badges (NEW only — HOT removed) */
.alv-card-badge-wrap { position: absolute; top: 10px; left: 10px; z-index: 2; display: flex; gap: 4px; }
.alv-card-badge { display: inline-flex; align-items: center; gap: 3px; padding: 3px 8px; border-radius: 6px; font-size: .63rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.alv-card-badge.new { background: #059669; border: none; color: #fff; font-weight: 900; box-shadow: 0 1px 6px rgba(5,150,105,.35); }

/* inner content wrapper */
.alv-card-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px 10px; }
.alv-card-game { font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

/* Rank badge — full tier palette for R6 + Valorant */
.alv-card-rank {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 3px 10px; border-radius: 20px; font-size: .68rem; font-weight: 700;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); color: rgba(243,241,250,.7);
}
/* Valorant */
.alv-card-rank[data-tier="radiant"]   { background: #2a2010; border-color: #5a4020; color: #FFDBA3; }
.alv-card-rank[data-tier="immortal"]  { background: #2a1018; border-color: #5a2030; color: #F0567A; }
.alv-card-rank[data-tier="ascendant"] { background: #0f2318; border-color: #1a4a2a; color: #34D399; }
.alv-card-rank[data-tier="diamond"]   { background: #101828; border-color: #1e3050; color: #93C5FD; }
.alv-card-rank[data-tier="platinum"]  { background: #0e2025; border-color: #1a4050; color: #67E8F9; }
.alv-card-rank[data-tier="gold"]      { background: #231c0a; border-color: #4a3a10; color: var(--gold); }
.alv-card-rank[data-tier="silver"]    { background: #1a1e26; border-color: #2e3540; color: #CBD5E1; }
.alv-card-rank[data-tier="bronze"]    { background: #1e1208; border-color: #3e2510; color: #C87941; }
.alv-card-rank[data-tier="iron"]      { background: #161618; border-color: #2a2a30; color: #9CA3AF; }
/* R6 */
.alv-card-rank[data-tier="champion"]  { background: #231800; border-color: #4a3200; color: #FFB800; }
.alv-card-rank[data-tier="emerald"]   { background: #0f2318; border-color: #1a4a2a; color: #34D399; }
.alv-card-rank[data-tier="copper"]    { background: #1e1208; border-color: #3e2510; color: #B46040; }

/* rank webp badge img inside rank pill */
.alv-rank-badge-img { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }

.alv-card-body { flex: 1; padding: 6px 18px 16px !important; }
.alv-card-title { font-size: 1rem !important; font-weight: 800 !important; line-height: 1.3 !important; margin-bottom: 12px !important; margin-top: 0 !important; letter-spacing: -.01em; color: var(--text); }
.alv-card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 0 !important; margin-bottom: 8px; }
.alv-card-tag { padding: 4px 10px; background: #1f1f1f; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; font-size: .7rem; font-weight: 600; color: rgba(243,241,250,.6); }
.alv-card-desc { font-size: .82rem; color: rgba(243,241,250,.4); line-height: 1.55; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 4px; }

/* footer */
.alv-card-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 18px 16px; border-top: 1px solid rgba(255,255,255,.06); margin-top: auto; gap: 12px;
}
.alv-card-price { font-size: 1.3rem; font-weight: 900; color: var(--gold); letter-spacing: -.02em; }
.alv-card-price-wrap { display: flex; flex-direction: column; gap: 5px; min-width: 0; }

/* 14-day trust pill — properly designed, not just dumped text */
.alv-card-price-note {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .6rem; font-weight: 700; letter-spacing: .03em;
  color: rgba(249,200,108,.8);
  background: rgba(249,200,108,.08);
  border: 1px solid rgba(249,200,108,.18);
  border-radius: 20px;
  padding: 2px 8px;
  width: fit-content;
}
.alv-card-price-note svg { stroke: rgba(249,200,108,.7); flex-shrink: 0; }

.alv-card-actions { display: flex; align-items: center; gap: 7px; flex-shrink: 0; }
.alv-card-tracker {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 8px 12px; border-radius: 10px;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  font-size: .7rem; font-weight: 600; color: rgba(243,241,250,.55);
  text-decoration: none; transition: background .2s, border-color .2s; white-space: nowrap;
}
.alv-card-tracker:hover { background: rgba(255,255,255,.08); border-color: rgba(249,200,108,.2); }
/* Tracker badge — top-right on image */
.alv-card-tracker-badge {
  position: absolute;
  top: 8px; right: 8px;
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 8px;
  background: rgba(0,0,0,.65);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px;
  font-size: .65rem; font-weight: 700;
  color: rgba(243,241,250,.7);
  text-decoration: none;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background .15s, color .15s;
  z-index: 2;
}
.alv-card-tracker-badge:hover { background: rgba(0,0,0,.85); color: #fff; }
.alv-card-tracker-badge svg { flex-shrink: 0; }

/* Dual buttons */
.alv-card-btn-view {
  padding: 9px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px;
  font-family: var(--font); font-size: .8rem; font-weight: 600; cursor: pointer;
  background: rgba(255,255,255,.05); color: rgba(243,241,250,.55);
  transition: background .18s, color .18s, border-color .18s;
  white-space: nowrap;
}
.alv-card-btn-view:hover { background: rgba(255,255,255,.09); color: rgba(243,241,250,.8); border-color: rgba(255,255,255,.18); }

.alv-card-btn-buy {
  padding: 9px 16px; border: none; border-radius: 11px;
  font-family: var(--font); font-size: .8rem; font-weight: 700; cursor: pointer;
  background: linear-gradient(160deg, #c49a3a 0%, #8f6a1a 100%);
  color: #fff;
  box-shadow: 0 3px 12px rgba(180,140,50,.3);
  transition: box-shadow .18s, transform .18s, background .18s;
  white-space: nowrap;
}
.alv-card-btn-buy:hover { background: linear-gradient(160deg, #d0a840 0%, #9a7420 100%); box-shadow: 0 5px 18px rgba(180,140,50,.45); transform: translateY(-1px); }

/* game nav webp logo */
.alv-nav-game-img { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; border-radius: 3px; }

/* ═══════════════════════════════════════════════════════════════════════════
   SKELETONS
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-skeleton { background: var(--bg-mid); border: 1px solid var(--border); border-radius: var(--r); padding: 20px; min-height: 240px; position: relative; overflow: hidden; }
.alv-shop-skeleton::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 30%, rgba(255,255,255,.03) 50%, transparent 70%); animation: _sSkel 1.4s ease-in-out infinite; }
@keyframes _sSkel { 0% { transform: translateX(-100%) } 100% { transform: translateX(100%) } }
.alv-shop-skeleton-badge  { width: 80px;  height: 16px; background: rgba(255,255,255,.05); border-radius: 6px; margin-bottom: 14px; }
.alv-shop-skeleton-title  { width: 65%;  height: 14px; background: rgba(255,255,255,.05); border-radius: 6px; margin-bottom: 10px; }
.alv-shop-skeleton-meta   { width: 45%;  height: 10px; background: rgba(255,255,255,.04); border-radius: 6px; margin-bottom: 10px; }
.alv-shop-skeleton-tags   { display: flex; gap: 6px; margin-bottom: 16px; }
.alv-shop-skeleton-tags::before, .alv-shop-skeleton-tags::after { content: ''; width: 48px; height: 18px; background: rgba(255,255,255,.04); border-radius: 5px; }
.alv-shop-skeleton-price  { width: 55px; height: 18px; background: rgba(255,255,255,.05); border-radius: 6px; margin-bottom: 14px; }
.alv-shop-skeleton-btn    { width: 100%; height: 36px; background: rgba(249,200,108,.06); border-radius: 10px; }

/* ═══════════════════════════════════════════════════════════════════════════
   EMPTY STATE
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-empty { text-align: center; padding: 72px 20px 56px; display: flex; flex-direction: column; align-items: center; }
.alv-shop-empty-icon {
  width: 80px; height: 80px; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(249,200,108,.1), rgba(249,200,108,.04));
  border: 1px solid rgba(249,200,108,.25);
  border-radius: 50%;
  box-shadow: 0 0 32px rgba(249,200,108,.08);
}
.alv-shop-empty-icon svg { width: 34px; height: 34px; stroke: rgba(249,200,108,.8); }
.alv-shop-empty-title { font-size: 1.5rem; font-weight: 800; margin-bottom: 12px; color: var(--text); letter-spacing: -.02em; max-width: 400px; }
.alv-shop-empty-sub { font-size: .88rem; color: rgba(243,241,250,.45); max-width: 380px; margin: 0 auto; line-height: 1.65; text-align: center; }
.alv-shop-empty-sub a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }

/* ═══════════════════════════════════════════════════════════════════════════
   LOAD MORE + BUTTONS
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-loadmore-wrap { text-align: center; margin: 2rem 0; }
.alv-shop-btn { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 11px 22px; border-radius: 14px; font-weight: 700; font-size: .9rem; font-family: var(--font); border: none; cursor: pointer; transition: box-shadow .2s, transform .2s, background .2s; background: linear-gradient(160deg, #c49a3a 0%, #8f6a1a 100%); color: #fff; box-shadow: 0 4px 18px rgba(180,140,50,.2); text-decoration: none; }
.alv-shop-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(180,140,50,.32); background: linear-gradient(160deg, #d0a840 0%, #9a7420 100%); }
.alv-shop-btn svg { width: 15px; height: 15px; stroke: #fff; }
.alv-shop-btn-secondary { background: rgba(255,255,255,.05); color: var(--text); border: 1px solid var(--border-l); box-shadow: none; }
.alv-shop-btn-secondary:hover { background: rgba(255,255,255,.1); box-shadow: none; }
.alv-shop-btn-secondary svg { stroke: var(--text); }

/* ═══════════════════════════════════════════════════════════════════════════
   CTA BOTTOM
   ═══════════════════════════════════════════════════════════════════════════ */
/* ── Empty State CTA ────────────────────────────────────────────────────── */
.alv-shop-empty-cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 24px;
  padding: 13px 28px;
  background: linear-gradient(160deg, #c49a3a 0%, #8f6a1a 100%);
  color: #fff; font-family: var(--font); font-size: .9rem; font-weight: 700;
  border-radius: 14px; text-decoration: none;
  box-shadow: 0 4px 18px rgba(180,140,50,.25);
  transition: transform .2s, box-shadow .2s;
}
.alv-shop-empty-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(180,140,50,.38); }
.alv-shop-empty-note {
  margin-top: 10px !important;
  font-size: .7rem; color: rgba(243,241,250,.3);
}

/* ── CTA Bottom ─────────────────────────────────────────────────────────── */
.alv-shop-cta-bottom {
  margin-top: 3rem;
  background: linear-gradient(135deg, rgba(196,154,58,.14) 0%, rgba(196,154,58,.04) 100%);
  border: 1px solid rgba(196,154,58,.4);
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 0 40px rgba(196,154,58,.06);
}
.alv-shop-cta-bottom-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.alv-shop-cta-bottom-left { flex: 1; min-width: 0; text-align: left; }
.alv-shop-cta-bottom-right { flex-shrink: 0; display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.alv-shop-cta-bottom-kicker {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: #F9C86C;
  margin: 0 0 8px !important; text-align: left;
}
.alv-shop-cta-bottom-title {
  font-size: 1.3rem; font-weight: 800; color: #F3F1FA;
  letter-spacing: -.02em; margin: 0 0 8px !important; text-align: left;
}
.alv-shop-cta-bottom-sub {
  font-size: .85rem; color: rgba(243,241,250,.55);
  margin: 0 0 16px !important; line-height: 1.55; max-width: 400px; text-align: left;
}
.alv-shop-cta-bottom-pills {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.alv-shop-cta-bottom-pills span {
  font-size: .72rem; font-weight: 600;
  color: rgba(243,241,250,.5);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px; padding: 3px 10px;
}
.alv-shop-cta-bottom-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px;
  background: linear-gradient(160deg, #c49a3a 0%, #8f6a1a 100%);
  color: #fff; font-family: var(--font); font-size: .9rem; font-weight: 700;
  border-radius: 14px; text-decoration: none;
  box-shadow: 0 4px 20px rgba(180,140,50,.3);
  transition: transform .2s, box-shadow .2s, background .2s;
  white-space: nowrap;
}
.alv-shop-cta-bottom-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(180,140,50,.45); background: linear-gradient(160deg, #d0a840 0%, #9a7420 100%); }
.alv-shop-cta-bottom-note {
  font-size: .68rem; color: rgba(243,241,250,.3);
  text-align: right; margin: 0 !important;
}
@media (max-width: 640px) {
  .alv-shop-cta-bottom { padding: 24px 20px; }
  .alv-shop-cta-bottom-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .alv-shop-cta-bottom-right { align-items: flex-start; width: 100%; }
  .alv-shop-cta-bottom-btn { width: 100%; justify-content: center; }
  .alv-shop-cta-bottom-note { text-align: left; }
}

/* ── Why ALVIRAN ────────────────────────────────────────────────────────── */
.alv-wwa {
  padding: 3rem 0 0;
  border-top: 1px solid rgba(255,255,255,.07);
}
.alv-wwa-top {
  text-align: center;
  margin-bottom: 2.5rem;
}
.alv-wwa-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(243,241,250,.4);
  margin-bottom: 1rem;
}
.alv-wwa-kicker-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #F9C86C;
  animation: _wwaPulse 2.5s ease-in-out infinite;
}
@keyframes _wwaPulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .4; transform: scale(.7); }
}
.alv-wwa-headline {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 1rem;
  letter-spacing: -.03em;
}
.alv-wwa-grad {
  background: linear-gradient(135deg, #F9C86C, #c49a3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.alv-wwa-sub {
  font-size: .9rem;
  color: rgba(243,241,250,.45);
  max-width: 480px;
  margin: 0 auto !important;
  line-height: 1.65;
  text-align: center !important;
}
.alv-wwa-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 2rem;
}
.alv-wwa-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 20px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  overflow: hidden;
  transition: transform .25s, border-color .25s;
}
.alv-wwa-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  opacity: 0;
  transition: opacity .25s;
}
.alv-wwa-card:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.13); }
.alv-wwa-card:hover::before { opacity: 1; }
.alv-wwa-card--gold::before  { background: linear-gradient(90deg, #b8862a, #F9C86C); }
.alv-wwa-card--green::before { background: linear-gradient(90deg, #059669, #34D399); }
.alv-wwa-card--blue::before  { background: linear-gradient(90deg, #2563eb, #63b3ed); }
.alv-wwa-card--purple::before{ background: linear-gradient(90deg, #6d28d9, #a78bfa); }
.alv-wwa-icon {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 11px;
  flex-shrink: 0;
}
.alv-wwa-icon svg { width: 20px; height: 20px; }
.alv-wwa-card--gold   .alv-wwa-icon { background: rgba(249,200,108,.1);  border: 1px solid rgba(249,200,108,.2);  color: #F9C86C; }
.alv-wwa-card--green  .alv-wwa-icon { background: rgba(52,211,153,.1);   border: 1px solid rgba(52,211,153,.2);   color: #34D399; }
.alv-wwa-card--blue   .alv-wwa-icon { background: rgba(99,179,237,.1);   border: 1px solid rgba(99,179,237,.2);   color: #63b3ed; }
.alv-wwa-card--purple .alv-wwa-icon { background: rgba(167,139,250,.1);  border: 1px solid rgba(167,139,250,.2);  color: #a78bfa; }
.alv-wwa-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.alv-wwa-content strong {
  font-size: .88rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.01em;
}
.alv-wwa-content span {
  font-size: .75rem;
  color: rgba(243,241,250,.38);
  line-height: 1.55;
}
.alv-wwa-trustbar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 16px 24px;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
}
.alv-wwa-trustbar-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 20px;
  font-size: .72rem;
  font-weight: 600;
  color: rgba(243,241,250,.45);
  white-space: nowrap;
  text-decoration: none;
}
.alv-wwa-tp-link { color: #00b67a !important; }
.alv-wwa-tp-link:hover { color: #00d68a !important; }
.alv-wwa-trustbar-sep {
  width: 1px; height: 16px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .alv-wwa-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .alv-wwa-grid { grid-template-columns: 1fr; }
  .alv-wwa-card { flex-direction: row; align-items: flex-start; padding: 18px 16px; }
  .alv-wwa-trustbar { gap: 8px; padding: 12px 16px; }
  .alv-wwa-trustbar-item { padding: 0 10px; }
  .alv-wwa-trustbar-sep { display: none; }
}

/* ── SEO Section ────────────────────────────────────────────────────────── */
.alv-shop-seo { margin-top: 4rem; }
.alv-shop-seo-panel {
  padding: 3rem 0 0;
  border-top: 1px solid rgba(255,255,255,.07);
  background: none;
  border-radius: 0;
  border-left: none; border-right: none; border-bottom: none;
  display: flex; flex-direction: column; align-items: center;
}
.alv-shop-seo-title {
  font-size: 1.25rem; font-weight: 800; margin-bottom: 1rem;
  text-align: center; width: 100%; letter-spacing: -.02em;
  color: var(--text);
}
.alv-shop-seo-text {
  font-size: .88rem; color: rgba(243,241,250,.5);
  line-height: 1.8; max-width: 740px; width: 100%; text-align: center;
}
.alv-shop-seo-text strong { color: rgba(243,241,250,.75); font-weight: 700; }
.alv-shop-seo-text a { color: rgba(196,154,58,.85); text-decoration: underline; text-underline-offset: 3px; }

/* ── FAQ — structured, readable, minimal ───────────────────────────────── */
.alv-shop-faq { margin-top: 3rem; width: 100%; max-width: 100%; text-align: left; }
.alv-shop-faq-title {
  font-size: 1rem; font-weight: 700; margin-bottom: 1.25rem;
  text-align: left; color: var(--text); letter-spacing: -.01em;
}
.alv-shop-faq-item {
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  transition: border-color .2s;
}
.alv-shop-faq-item:first-of-type { border-top: 1px solid rgba(255,255,255,.06); }
.alv-shop-faq-item.open { border-color: rgba(255,255,255,.06); }
.alv-shop-faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 0; font-size: .88rem; font-weight: 600;
  color: rgba(243,241,250,.7); cursor: pointer;
  background: none; transition: color .2s; user-select: none;
}
.alv-shop-faq-q:hover { background: none; color: var(--text); }
.alv-shop-faq-q svg {
  width: 14px; height: 14px; flex-shrink: 0;
  stroke: rgba(243,241,250,.25); transition: transform .25s, stroke .25s;
}
.alv-shop-faq-item.open .alv-shop-faq-q { color: var(--text); }
.alv-shop-faq-item.open .alv-shop-faq-q svg { transform: rotate(180deg); stroke: rgba(243,241,250,.5); }
.alv-shop-faq-a {
  padding: 0; max-height: 0; overflow: hidden;
  transition: max-height .32s ease, padding .32s ease;
  font-size: .85rem; color: rgba(243,241,250,.45); line-height: 1.75; text-align: left;
}
.alv-shop-faq-item.open .alv-shop-faq-a { max-height: 600px; padding: 0 0 18px; }
.alv-shop-faq-a a { color: rgba(196,154,58,.8); text-decoration: underline; text-underline-offset: 2px; }
.alv-shop-faq-a strong { color: rgba(243,241,250,.7); font-weight: 700; }

/* ═══════════════════════════════════════════════════════════════════════════
   MODAL
   ═══════════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════════
   DETAIL MODAL — 2-column product view
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-det-panel {
  position: relative; z-index: 1;
  width: min(1040px, 94vw);
  max-height: 88vh;
  background: #161616;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  box-shadow: 0 60px 120px rgba(0,0,0,.85), 0 0 0 1px rgba(255,255,255,.04);
  display: flex;
  overflow: hidden;
}

/* Gold top accent line */
.alv-det-panel::before {
  content: ''; position: absolute; top: 0; left: 15%; right: 15%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249,200,108,.35), transparent);
  z-index: 2;
}

/* Single-column mode when no screenshot */
.alv-det-panel.alv-det--no-img {
  width: min(580px, 94vw);
  height: auto;
  min-height: 0;
}
/* Price row — no auto push-down in no-img; content fills naturally */
.alv-det-panel.alv-det--no-img .alv-det-price-row {
  margin-top: 4px;
}
/* Game-colour accent bar across the top when no screenshot */
.alv-det-panel.alv-det--no-img::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--det-gc, #8B5CF6);
  opacity: .7; z-index: 2; border-radius: 20px 20px 0 0;
}

/* LEFT — image column */
.alv-det-left {
  width: 38%; flex-shrink: 0;
  display: flex; flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.06);
  background: #111111;
  overflow: hidden;
}
.alv-det-img-wrap {
  flex: 1; overflow: hidden;
  background: linear-gradient(160deg, rgba(var(--det-gc,139,92,246),.06) 0%, rgba(0,0,0,.4) 100%);
  display: flex; align-items: center; justify-content: center;
}
.alv-det-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.alv-det-shield {
  flex-shrink: 0; padding: 10px 14px;
  background: rgba(249,200,108,.04);
  border-top: 1px solid rgba(249,200,108,.09);
  display: flex; align-items: center; gap: 6px;
  font-size: .67rem; font-weight: 600; color: rgba(249,200,108,.7);
  line-height: 1.3;
}
#alv-detail-tracker {
  flex-shrink: 0; padding: 10px 14px;
  border-top: 1px solid rgba(255,255,255,.05);
}
#alv-detail-tracker a {
  display: inline-flex; align-items: center; gap: 5px; padding: 6px 12px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
  border-radius: 8px; font-size: .72rem; font-weight: 600; color: var(--muted);
  text-decoration: none; transition: border-color .2s, color .2s;
}
#alv-detail-tracker a:hover { border-color: rgba(249,200,108,.25); color: var(--gold); }

/* RIGHT — content column */
.alv-det-right {
  flex: 1; min-width: 0; display: flex; flex-direction: column;
  padding: 24px 24px 20px;
  background: #161616;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  position: relative; /* anchor for close button */
}

/* Close button — anchored to the right column, not the full panel */
.alv-det-panel > .alv-shop-modal-close {
  position: absolute; top: 14px; right: 14px; z-index: 10;
}
.alv-det-right .alv-shop-modal-header { margin-bottom: 10px; }
.alv-det-right .alv-shop-modal-title { font-size: 1.15rem; font-weight: 800; }
.alv-det-right .alv-shop-modal-subtitle { font-size: .75rem; }
/* Old tag badges — hidden, replaced by stats grid */
.alv-det-right .alv-shop-modal-details { display: none !important; }

/* Description — hidden if junk, natural height otherwise */
.alv-det-desc {
  font-size: .84rem; color: rgba(243,241,250,.5); line-height: 1.65;
  margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

/* ── No-screenshot: rank banner ────────────────────────────────────────── */
.alv-det-banner {
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(var(--det-gc-rgb, 196,154,58),.1) 0%, rgba(0,0,0,.3) 100%);
  border: 1px solid rgba(255,255,255,.07);
  border-left: 3px solid var(--det-gc, #c49a3a);
  border-radius: 12px; padding: 16px 18px;
  display: flex; align-items: center;
}
.alv-det-banner-inner {
  display: flex; align-items: center; gap: 12px;
}
.alv-det-banner-inner img { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0; filter: drop-shadow(0 2px 8px rgba(0,0,0,.4)); }
.alv-det-banner-rank { font-size: 1.1rem; font-weight: 800; color: var(--text); letter-spacing: -.01em; }

/* ── Stats grid ────────────────────────────────────────────────────────── */
.alv-det-stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px;
  margin-bottom: 14px;
}
.alv-det-stat-cell {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  background: #1a1a1a; border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 11px 8px; text-align: center;
}
.alv-det-stat-icon { display: flex; align-items: center; justify-content: center; }
.alv-det-stat-icon svg { width: 17px; height: 17px; stroke: rgba(243,241,250,.4); fill: none; display: block; }
.alv-det-stat-val { font-size: .82rem; font-weight: 800; color: var(--text); }
.alv-det-stat-label { font-size: .58rem; color: var(--dim); font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }

/* Price row always at bottom */
.alv-det-price-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 0 0; margin-top: 12px;
  border-top: 1px solid rgba(255,255,255,.07); flex-shrink: 0;
}
.alv-det-price-label { font-size: .7rem; color: rgba(243,241,250,.3); font-weight: 600; margin-bottom: 2px; text-transform: uppercase; letter-spacing: .05em; }
.alv-det-price { font-size: 1.6rem; font-weight: 900; color: var(--gold); letter-spacing: -.02em; }

/* Trust line */
.alv-shop-modal-trust {
  display: flex; align-items: center; justify-content: center; gap: 5px;
  padding-top: 10px; font-size: .67rem; color: var(--dim); flex-shrink: 0;
}
.alv-shop-modal-trust svg { width: 11px; height: 11px; stroke: var(--green); fill: none; }

@media (max-width: 600px) {
  /* Detail panel — bottom sheet on mobile */
  .alv-det-panel {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    max-height: 94vh;
    height: auto;
    border-radius: 20px 20px 0 0;
    position: relative;
  }
  .alv-det-panel.alv-det--no-img { width: 100%; }

  /* Image — compact strip */
  .alv-det-left {
    width: 100%; height: 120px; flex-shrink: 0;
    border-right: none; border-bottom: 1px solid rgba(255,255,255,.06);
    flex-direction: row; position: relative;
  }
  .alv-det-img-wrap { flex: 1; }

  /* Shield — hide on mobile (info is in stats grid) */
  .alv-det-shield { display: none; }

  /* Tracker — float top-left over the image */
  #alv-detail-tracker {
    display: block;
    position: absolute;
    top: 8px; left: 8px;
    padding: 0; border: none; background: none;
    z-index: 5;
  }
  #alv-detail-tracker a {
    padding: 5px 10px;
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 8px;
    font-size: .68rem; font-weight: 600;
    color: rgba(243,241,250,.8);
  }
  #alv-detail-tracker a:hover {
    background: rgba(0,0,0,.8);
    border-color: rgba(249,200,108,.25);
    color: var(--gold);
  }

  /* Right column — tight spacing */
  .alv-det-right {
    padding: 14px 16px 12px;
    overflow-y: auto;
  }
  .alv-det-right .alv-shop-modal-header { margin-bottom: 8px; }
  .alv-det-right .alv-shop-modal-title { font-size: 1.05rem; }

  /* Banner — smaller on mobile */
  .alv-det-banner { margin-bottom: 10px; padding: 10px 14px; }
  .alv-det-banner-inner img { width: 36px; height: 36px; }
  .alv-det-banner-rank { font-size: .95rem; }

  /* Stats grid — 3 columns but compact */
  .alv-det-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px; margin-bottom: 10px;
  }
  .alv-det-stat-cell { padding: 8px 4px; }
  .alv-det-stat-icon svg { width: 14px; height: 14px; }
  .alv-det-stat-val { font-size: .72rem; }
  .alv-det-stat-label { font-size: .52rem; }

  /* Description — 2 lines max on mobile */
  .alv-det-desc { -webkit-line-clamp: 2; font-size: .8rem; margin-bottom: 6px; }

  /* Price row — sticky at bottom */
  .alv-det-price-row {
    padding: 10px 0 0; margin-top: 8px;
    position: sticky; bottom: 0;
    background: #161616;
    z-index: 3;
  }
  .alv-det-price { font-size: 1.4rem; }
  .alv-det-price-row .alv-shop-btn { padding: 10px 20px; font-size: .85rem; }

  /* Trust line — compact */
  .alv-shop-modal-trust { padding-top: 6px; font-size: .62rem; }

  /* Close button — top right over image */
  .alv-det-panel > .alv-shop-modal-close {
    top: 8px; right: 8px; width: 30px; height: 30px;
    z-index: 10; background: rgba(0,0,0,.65);
    backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    border-color: rgba(255,255,255,.12);
  }

  /* Modal — bottom sheet */
  #alv-shop-detail.alv-shop-modal {
    align-items: flex-end;
    padding: 0;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CHECKOUT MODAL
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-modal-bg { position: absolute; inset: 0; background: rgba(0,0,0,.75); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

.alv-shop-modal {
  position: fixed !important; inset: 0 !important; z-index: 99999;
  display: none; align-items: center; justify-content: center;
  padding: 16px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

/* Entrance animations */
.alv-shop-modal.alv-modal-visible .alv-det-panel,
.alv-shop-modal.alv-modal-visible .alv-shop-modal-panel {
  animation: _sModalIn .32s cubic-bezier(.16,1,.3,1) both;
}
@keyframes _sModalIn {
  from { opacity: 0; transform: translateY(20px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.alv-shop-modal.alv-modal-visible .alv-shop-modal-bg {
  animation: _sModalBgIn .25s ease both;
}
@keyframes _sModalBgIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── Panel ── */
.alv-shop-modal-panel {
  position: relative; width: 100%; max-width: 480px;
  max-height: min(92vh, 820px); overflow-y: auto; overflow-x: hidden;
  overscroll-behavior: contain;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: 0;
  box-shadow: 0 60px 120px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.04);
  scrollbar-width: none; -ms-overflow-style: none;
}
.alv-shop-modal-panel::-webkit-scrollbar { display: none; }

/* Gold top accent line */
.alv-shop-modal-panel::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent 10%, #F9C86C 50%, transparent 90%);
  border-radius: 24px 24px 0 0;
  z-index: 2;
}

body.alv-modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* ── Close button ── */
.alv-shop-modal-close {
  position: absolute; top: 16px; right: 16px; z-index: 10;
  background: #1f1f1f; border: 1px solid rgba(255,255,255,.11);
  border-radius: 50%; width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: background .2s, border-color .2s;
}
.alv-shop-modal-close:hover { background: #231e38; border-color: rgba(249,200,108,.3); }
.alv-shop-modal-close svg { width: 14px; height: 14px; stroke: rgba(243,241,250,.5); }

/* ── Progress Indicator ── */
.alv-checkout-progress {
  display: flex; align-items: center; justify-content: center;
  gap: 0; padding: 20px 28px 0; margin-bottom: 0;
}
.alv-checkout-step {
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  opacity: .3; transition: opacity .3s;
}
.alv-checkout-step.active, .alv-checkout-step.done { opacity: 1; }
.alv-checkout-step-dot {
  width: 28px; height: 28px; border-radius: 50%;
  background: #1f1f1f; border: 1.5px solid rgba(255,255,255,.14);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 800; color: rgba(243,241,250,.35);
  transition: all .3s;
}
.alv-checkout-step.active .alv-checkout-step-dot {
  background: #2a2000; border-color: var(--gold);
  color: var(--gold); box-shadow: 0 0 12px rgba(249,200,108,.2);
}
.alv-checkout-step.done .alv-checkout-step-dot {
  background: #0f2318; border-color: #34D399;
  color: #34D399;
}
.alv-checkout-step span { font-size: .6rem; font-weight: 600; color: rgba(243,241,250,.3); white-space: nowrap; }
.alv-checkout-step.active span { color: var(--muted); }
.alv-checkout-step.done  span { color: #34D399; }
.alv-checkout-step-line {
  flex: 1; height: 1px; background: rgba(255,255,255,.12);
  min-width: 32px; max-width: 52px; margin-bottom: 20px;
}

/* ── Header ── */
.alv-shop-modal-header {
  display: flex; align-items: center; gap: 12px;
  padding: 20px 28px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 0;
}
.alv-shop-modal-game-badge {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  background: #1f1f1f; border: 1px solid rgba(255,255,255,.11);
  border-radius: 10px; flex-shrink: 0;
}
.alv-shop-modal-title { font-size: 1.05rem; font-weight: 800; color: var(--text); line-height: 1.2; }
.alv-shop-modal-subtitle { font-size: .72rem; color: var(--muted); margin-top: 2px; }

/* ── Detail tags ── */
.alv-shop-modal-details {
  display: flex; flex-wrap: wrap; gap: 5px;
  padding: 14px 28px; border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 0;
}
.alv-shop-modal-detail-tag {
  padding: 3px 10px;
  background: #1f1f1f; border: 1px solid rgba(255,255,255,.12);
  border-radius: 6px; font-size: .7rem; font-weight: 600;
  color: rgba(243,241,250,.6); letter-spacing: .02em;
}

/* ── Price block ── */
.alv-shop-modal-price-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 28px;
  background: #1a1a1a;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-top: 8px;
  margin-bottom: 0;
}
.alv-shop-modal-price-label {
  font-size: .65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: rgba(243,241,250,.3);
}
.alv-shop-modal-price {
  font-size: 2rem; font-weight: 900; color: var(--gold);
  letter-spacing: -.03em; line-height: 1;
}

/* ── Form area ── */
.alv-shop-modal-email-wrap { padding: 0 28px; margin-bottom: 14px; }
/* FIX: :first-of-type doesn't work here — use adjacent sibling after price row instead */
.alv-shop-modal-price-row + .alv-shop-modal-email-wrap { margin-top: 28px; }
.alv-shop-modal-label {
  display: block;
  font-size: .68rem; font-weight: 700; color: rgba(243,241,250,.35);
  margin-bottom: 7px; letter-spacing: .06em; text-transform: uppercase;
}
.alv-shop-modal-label svg { display: none; }
.alv-shop-modal-required { color: rgba(248,113,113,.8); }
/* !important needed — WP theme overrides input[type="email"] without scoping */
.alv-shop-modal-input {
  width: 100% !important;
  padding: 12px 16px !important;
  background: #1f1f1f !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 11px !important;
  color: var(--text) !important;
  font-family: var(--font) !important;
  font-size: .9rem !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color .2s, background .2s;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.alv-shop-modal-input:focus {
  border-color: rgba(249,200,108,.4) !important;
  background: #222222 !important;
}
.alv-shop-modal-input::placeholder { color: rgba(243,241,250,.2) !important; }
.alv-shop-modal-hint { font-size: .68rem; color: rgba(243,241,250,.25); margin-top: 7px; line-height: 1.45; }

/* ── Coupon ── */
.alv-shop-modal-optional { font-weight: 400; color: rgba(243,241,250,.22); text-transform: none; letter-spacing: 0; font-size: .68rem; }
.alv-shop-coupon-row { display: flex; gap: 8px; }
.alv-shop-coupon-input {
  flex: 1; text-transform: uppercase; letter-spacing: .04em;
  background: #1f1f1f !important; border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 11px !important; padding: 12px 16px !important;
  font-size: .88rem !important; box-shadow: none !important;
  outline: none !important; color: var(--text) !important;
  font-family: var(--font) !important;
  transition: border-color .2s !important;
}
.alv-shop-coupon-input:focus { border-color: rgba(249,200,108,.35) !important; background: #222222 !important; }
.alv-shop-coupon-input::placeholder { text-transform: none !important; font-size: .85rem; letter-spacing: 0; color: rgba(243,241,250,.2) !important; }
.alv-shop-coupon-apply-btn {
  padding: 0 18px; flex-shrink: 0;
  background: #1f1f1f; border: 1px solid rgba(255,255,255,.12);
  border-radius: 11px; color: rgba(243,241,250,.55);
  font-size: .8rem; font-weight: 700; cursor: pointer; letter-spacing: .02em;
  white-space: nowrap; font-family: var(--font);
  transition: background .2s, border-color .2s, color .2s;
}
.alv-shop-coupon-apply-btn:hover { background: #2a2648; border-color: rgba(249,200,108,.3); color: var(--gold); }
.alv-shop-coupon-msg { display: none; font-size: .72rem; margin-top: 6px; font-weight: 600; }

/* ── Errors ── */
.alv-shop-modal-error {
  font-size: .72rem; color: #f87171; font-weight: 600;
  margin: 6px 28px 0 !important;
  padding: 0 !important;
  display: block;
}

/* ── Consent ── */
.alv-shop-consent-label {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .75rem; color: rgba(243,241,250,.4); line-height: 1.6; cursor: pointer;
  background: #1a1a1a; border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px; padding: 12px 16px; margin: 0 28px 4px;
  transition: border-color .2s;
}
.alv-shop-consent-label:hover { border-color: rgba(249,200,108,.3); }
.alv-shop-consent-label input[type="checkbox"] {
  margin-top: 2px; flex-shrink: 0; width: 15px; height: 15px;
  accent-color: var(--gold); cursor: pointer;
}
.alv-shop-consent-label a { color: rgba(249,200,108,.75); text-decoration: underline; text-underline-offset: 2px; }
.alv-shop-consent-label a:hover { color: var(--gold); }

/* ── Direct hint ── */
.alv-shop-direct-hint {
  padding: 10px 28px 16px;
  font-size: .72rem; color: rgba(243,241,250,.28); line-height: 1.55;
}
.alv-shop-direct-hint svg { display: none; }
.alv-shop-direct-hint strong { color: rgba(243,241,250,.55); font-weight: 700; }

/* ── Payment buttons ── */
.alv-shop-modal-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding: 4px 28px 0;
}

/* Stripe spans full width — always row 1 */
#alv-shop-pay-stripe { grid-column: 1 / -1; }

/* PayPal left, Crypto right — always row 2 side by side */
#alv-shop-pay-paypal { grid-column: 1; grid-row: 2; }
#alv-shop-pay-crypto { grid-column: 2; grid-row: 2; }

.alv-shop-pay-btn {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 14px;
  border-radius: 11px; border: none;
  font-family: var(--font); font-size: .82rem; font-weight: 700; letter-spacing: .01em;
  cursor: pointer; transition: transform .18s, box-shadow .18s, opacity .18s;
  position: relative; overflow: hidden;
}
.alv-shop-pay-btn::before {
  content: ''; position: absolute; left: 0; top: 18%; bottom: 18%;
  width: 2px; border-radius: 0 2px 2px 0;
  opacity: .6;
}
.alv-shop-pay-btn:disabled { opacity: .3; cursor: not-allowed; transform: none !important; }
.alv-shop-pay-btn svg { width: 15px; height: 15px; flex-shrink: 0; }

/* Stripe — gold gradient */
.alv-shop-pay-stripe {
  background: linear-gradient(135deg, #c49a3a 0%, #f9c86c 100%);
  color: #fff; font-size: .88rem; font-weight: 800;
  box-shadow: 0 3px 14px rgba(249,200,108,.2);
}
.alv-shop-pay-stripe::before { background: rgba(255,255,255,.25); }
.alv-shop-pay-stripe:hover:not(:disabled) { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(249,200,108,.32); }
.alv-shop-pay-stripe svg { fill: #fff; stroke: none; }

/* PayPal — solid navy */
.alv-shop-pay-paypal {
  background: #003087; color: #fff;
  box-shadow: 0 3px 12px rgba(0,48,135,.35);
}
.alv-shop-pay-paypal::before { background: rgba(255,255,255,.2); }
.alv-shop-pay-paypal:hover:not(:disabled) { transform: translateY(-1px); background: #003fa8; box-shadow: 0 6px 18px rgba(0,48,135,.5); }
.alv-shop-pay-paypal svg { fill: #fff; stroke: none; }

/* Crypto — dark slate */
.alv-shop-pay-crypto {
  background: #1a2535; color: #94b4d4;
  box-shadow: 0 3px 12px rgba(0,0,0,.3);
}
.alv-shop-pay-crypto::before { background: rgba(255,255,255,.15); }
.alv-shop-pay-crypto:hover:not(:disabled) { transform: translateY(-1px); background: #213045; box-shadow: 0 6px 18px rgba(0,0,0,.4); }
.alv-shop-pay-crypto svg { fill: #94b4d4; stroke: none; }

.alv-shop-pay-loading { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; font-size: .82rem; color: var(--muted); }
.alv-shop-pay-error { text-align: center; padding: 0 28px; }

/* ── Trust footer ── */
.alv-shop-modal-trust {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 14px 28px 22px;
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 16px;
  font-size: .68rem; color: rgba(243,241,250,.25);
  flex-wrap: wrap;
}
.alv-shop-modal-trust svg { width: 11px; height: 11px; stroke: #34D399; fill: none; flex-shrink: 0; }

/* ── Spinner ─────────────────────────────────────────────────────────────── */
.alv-shop-spinner { width: 18px; height: 18px; border: 2px solid var(--border-l); border-top-color: var(--gold); border-radius: 50%; animation: _sSpin .6s linear infinite; display: inline-block; }
.alv-shop-spinner-sm { width: 12px; height: 12px; }
@keyframes _sSpin { to { transform: rotate(360deg) } }

/* ═══════════════════════════════════════════════════════════════════════════
   SUCCESS PAGE
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-success-wrap { min-height: 100vh; display: flex; align-items: center; }
.alv-shop-success-container { max-width: 560px; }
.alv-shop-success-card { background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)); border: 1px solid var(--border); border-radius: 22px; padding: 44px 32px; text-align: center; backdrop-filter: blur(6px); }
.alv-shop-success-icon { width: 60px; height: 60px; margin: 0 auto 18px; background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.25); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.alv-shop-success-icon svg { width: 26px; height: 26px; stroke: var(--green); }
.alv-shop-success-title { font-size: 1.5rem; margin-bottom: 6px; }
.alv-shop-success-sub { font-size: .92rem; color: var(--muted); margin-bottom: 28px; line-height: 1.6; }
.alv-shop-success-steps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; text-align: left; }
.alv-shop-success-step { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: rgba(255,255,255,.02); border: 1px solid var(--border); border-radius: 10px; font-size: .82rem; color: var(--dim); transition: all .4s ease; }
.alv-shop-success-step.done { border-color: rgba(52,211,153,.25); color: var(--green); }
.alv-shop-success-step.active { border-color: rgba(249,200,108,.25); color: var(--gold); }
.alv-shop-success-step-dot { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 700; background: rgba(255,255,255,.04); border: 1px solid var(--border); flex-shrink: 0; }
.alv-shop-success-step.done .alv-shop-success-step-dot { background: rgba(52,211,153,.12); border-color: var(--green); color: var(--green); }
.alv-shop-success-step.active .alv-shop-success-step-dot { background: rgba(249,200,108,.08); border-color: rgba(249,200,108,.25); }
.alv-shop-success-actions { display: flex; gap: 8px; justify-content: center; margin-bottom: 16px; flex-wrap: wrap; }
.alv-shop-success-note { font-size: .78rem; color: var(--dim); }
.alv-shop-success-note a { color: var(--gold); text-decoration: underline; text-underline-offset: 2px; }

/* ── Animations ──────────────────────────────────────────────────────────── */
@keyframes _sFadeUp { from { opacity: 0; transform: translateY(16px) } to { opacity: 1; transform: translateY(0) } }
@keyframes alv-shop-fadeUp { from { opacity: 0; transform: translateY(16px) } to { opacity: 1; transform: translateY(0) } }

/* ═══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  .alv-shop-container { padding: 36px 16px 60px; }
  .alv-shop-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .alv-shop-trust-badge { font-size: .7rem; padding: 4px 10px; }

  /* Checkout modal — bottom sheet on mobile */
  #alv-shop-modal.alv-shop-modal {
    align-items: flex-end;
    padding: 0;
  }
  .alv-shop-modal-panel {
    border-radius: 20px 20px 0 0;
    max-height: 94vh;
    width: 100%;
    max-width: 100%;
  }
  .alv-shop-modal-panel::before {
    border-radius: 20px 20px 0 0;
  }

  /* Progress — compact */
  .alv-checkout-progress { padding: 16px 20px 0; margin-bottom: 0; }
  .alv-checkout-step-dot { width: 22px; height: 22px; font-size: .58rem; }
  .alv-checkout-step span { font-size: .55rem; }
  .alv-checkout-step-line { min-width: 18px; max-width: 30px; }

  /* Header — compact */
  .alv-shop-modal-header { padding: 14px 20px 12px; margin-bottom: 0; gap: 10px; }
  .alv-shop-modal-game-badge { width: 36px; height: 36px; border-radius: 8px; }
  .alv-shop-modal-title { font-size: .95rem; }
  .alv-shop-modal-subtitle { font-size: .68rem; }

  /* Detail tags */
  .alv-shop-modal-details { padding: 10px 20px; }

  /* Price row */
  .alv-shop-modal-price-row { padding: 14px 20px; }
  .alv-shop-modal-price { font-size: 1.6rem; }

  /* Form */
  .alv-shop-modal-email-wrap { padding: 0 20px; margin-bottom: 12px; }
  .alv-shop-modal-email-wrap:first-of-type { margin-top: 16px; }
  .alv-shop-modal-label { font-size: .72rem; margin-bottom: 5px; }
  .alv-shop-modal-input { padding: 11px 14px; font-size: .85rem; border-radius: 10px; }
  .alv-shop-modal-hint { font-size: .65rem; margin-top: 4px; }

  /* Errors */
  .alv-shop-modal-error { margin: 4px 20px 0; }

  /* Consent */
  .alv-shop-consent-label { margin: 0 20px 4px; padding: 10px 14px; font-size: .72rem; border-radius: 10px; }

  /* Direct hint */
  .alv-shop-direct-hint { padding: 8px 20px 14px; font-size: .68rem; }

  /* Payment buttons — keep grid, adjust spacing */
  .alv-shop-modal-buttons { gap: 6px; padding: 0 20px; }
  .alv-shop-pay-btn { padding: 12px 10px; font-size: .77rem; border-radius: 10px; }
  .alv-shop-pay-stripe { font-size: .82rem; }

  /* Trust footer */
  .alv-shop-modal-trust { padding: 12px 20px 18px; margin-top: 12px; font-size: .63rem; gap: 10px; }

  /* Success page */
  .alv-shop-success-card { padding: 28px 20px; }
  .alv-shop-cta-bottom { padding: 32px 18px 28px; }
  .alv-shop-custom-banner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .alv-shop-custom-banner-btn { width: 100%; justify-content: center; }
  .alv-shop-seo-panel { padding: 1.75rem 1.25rem; }
}
@media (max-width: 540px) {
  .alv-shop-grid { grid-template-columns: 1fr; }
  .alv-shop-filter-row { gap: 6px; }
  .alv-shop-select { max-width: 100px; font-size: .78rem; }
  .alv-shop-nav-item { padding: 7px 13px; font-size: .78rem; }
  .alv-shop-hero-title { font-size: clamp(1.75rem, 7vw, 2.4rem); }
  .alv-shop-search-wrap { flex: 1 1 140px; min-width: 120px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   PERFORMANCE — Mobile GPU-Entlastung
   Deaktiviert teure filter:blur und backdrop-filter Effekte auf kleinen
   Screens. Die animierten Hintergrund-Elemente kosten auf Mobile permanent
   GPU-Cycles und drücken die FPS. Auf Desktop laufen sie weiter.
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Animierte blur(80px) Hintergrund-Orbs — teuerste CSS-Eigenschaft auf Mobile */
  .alv-shop-bg::before,
  .alv-shop-bg::after {
    animation: none;
    filter: none;
    opacity: .12;
  }

  /* Modal-Backdrop: backdrop-filter durch solides Alpha ersetzen */
  .alv-shop-modal-bg {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(0,0,0,.88);
  }

  /* CTA-Deko-Blur ebenfalls deaktivieren */
  .alv-shop-cta-bottom-deco {
    filter: none;
    opacity: .06;
  }
}

/* Reduced Motion — respektiert Nutzer-Einstellung systemweit */
@media (prefers-reduced-motion: reduce) {
  .alv-shop-bg::before,
  .alv-shop-bg::after,
  .alv-shop-grad,
  .alv-card-scarcity,
  .alv-shop-hero,
  .alv-shop-nav,
  .alv-shop-controls,
  .alv-shop-custom-banner,
  .alv-shop-skeleton::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Animation-Delay: Shimmer und Scarcity-Pulse starten erst nach initialem Paint */
.alv-shop-grad { animation-delay: 1.8s; }
.alv-card-scarcity { animation-delay: 2s; }

/* ═══════════════════════════════════════════════════════════════════════════
   PC SCROLL LOCK
   On desktop overflow:hidden is sufficient — no position:fixed jump needed.
   --alv-scrollbar-w is set via JS before the class is added.
   ═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
  body.alv-modal-open {
    overflow: hidden !important;
    position: static !important;   /* override the mobile position:fixed */
    padding-right: var(--alv-scrollbar-w, 0px) !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   DETAIL PANEL — desktop refinements (base already desktop-sized)
   ═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
  .alv-det-left {
    width: 340px;
    min-width: 340px;
  }
  .alv-det-right { padding: 32px 32px 28px; }
  .alv-det-right .alv-shop-modal-title  { font-size: 1.35rem; font-weight: 900; }
  .alv-det-stats-grid { grid-template-columns: repeat(3,1fr); gap: 9px; }
  .alv-det-stat-cell  { padding: 14px 10px; }
  .alv-det-desc { -webkit-line-clamp: 4; font-size: .9rem; }
  .alv-det-price { font-size: 1.9rem; }
  .alv-det-price-row .alv-shop-btn { padding: 13px 28px; font-size: .95rem; }
  .alv-det-panel > .alv-shop-modal-close { width: 34px; height: 34px; top: 14px; right: 14px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   CHECKOUT MODAL — desktop refinements
   ═══════════════════════════════════════════════════════════════════════════ */
@media (min-width: 769px) {
  .alv-shop-modal-panel { padding: 0; }
  .alv-shop-modal-title  { font-size: 1.1rem; font-weight: 900; }
  .alv-shop-modal-price  { font-size: 2rem; }
  .alv-shop-pay-btn      { padding: 15px 20px; font-size: .92rem; }
  .alv-shop-modal-input  { padding: 12px 16px; font-size: .9rem; }
  .alv-shop-modal-panel > .alv-shop-modal-close { width: 34px; height: 34px; top: 16px; right: 16px; }
  .alv-checkout-back {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: .74rem; font-weight: 600; color: rgba(243,241,250,.35);
    background: none; border: none; cursor: pointer;
    padding: 0 0 0 0; transition: color .2s; font-family: var(--font);
  }
  .alv-checkout-back:hover { color: rgba(243,241,250,.75); }
  .alv-checkout-back svg { stroke: currentColor; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   DESIGN REFINEMENTS
   ═══════════════════════════════════════════════════════════════════════════ */

/* Modal backdrop: sharper on desktop */
@media (min-width: 769px) {
  .alv-shop-modal-bg {
    background: rgba(0,0,0,.78);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

/* UX-02: Mobile filter toggle + panel + pills */
.alv-shop-filter-toggle {
  display: none; /* hidden on desktop */
}
.alv-filter-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--gold); color: #0a080f;
  font-size: .6rem; font-weight: 800; margin-left: 2px;
}
.alv-filter-pills {
  display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px;
}
.alv-filter-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; background: rgba(249,200,108,.08); border: 1px solid rgba(249,200,108,.18);
  border-radius: 20px; font-size: .72rem; font-weight: 600; color: rgba(249,200,108,.8);
  cursor: pointer; font-family: var(--font); transition: background .2s;
}
.alv-filter-pill:hover { background: #281a48; }

/* Back button default state (mobile — hidden on mobile since no room) */
.alv-checkout-back { display: none; }

@media (max-width: 768px) {
  /* Show filter toggle on mobile */
  .alv-shop-filter-toggle {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.09);
    border-radius: 10px; color: var(--text); font-family: var(--font); font-size: .82rem; font-weight: 600;
    cursor: pointer; margin-bottom: 8px; transition: border-color .2s;
  }
  .alv-shop-filter-toggle:hover { border-color: rgba(249,200,108,.2); }
  .alv-shop-filter-toggle svg { stroke: var(--muted); }
  /* Filter panel: collapsed by default on mobile */
  .alv-filter-panel {
    display: none !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-top: 4px;
  }
  .alv-filter-panel.alv-filter-panel--open {
    display: flex !important;
  }
  .alv-filter-panel .alv-shop-search-wrap { flex: 1 1 100%; min-width: unset; }
  .alv-filter-panel .alv-shop-select { max-width: 100% !important; width: 100%; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   SHARE BUTTON — Detail Modal
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-det-actions-row {
  display: flex; align-items: center; gap: 8px;
}
.alv-det-share-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px 16px; border-radius: 11px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  color: rgba(243,241,250,.5); font-family: var(--font);
  font-size: .8rem; font-weight: 600; cursor: pointer;
  transition: all .25s var(--ease); white-space: nowrap;
}
.alv-det-share-btn:hover {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18);
  color: rgba(243,241,250,.85);
}
.alv-det-share-btn svg { flex-shrink: 0; transition: transform .3s var(--ease); }
.alv-det-share-btn:hover svg { transform: scale(1.1); }

/* Copied state */
.alv-det-share-btn.copied {
  background: rgba(52,211,153,.08) !important;
  border-color: rgba(52,211,153,.25) !important;
  color: var(--green) !important;
}
.alv-det-share-btn.copied svg { stroke: var(--green); }

@media (max-width: 600px) {
  .alv-det-share-btn .alv-det-share-text { display: none; }
  .alv-det-share-btn { padding: 10px 12px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   EMPTY STATE — Enhanced with Notify-Me
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-empty-icon {
  animation: _sEmptyPulse 3s ease-in-out infinite;
}
@keyframes _sEmptyPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%     { transform: scale(1.06); opacity: .75; }
}

/* Notify-Me Form */
.alv-shop-notify {
  width: 100%; max-width: 420px; margin: 24px auto 0;
}
.alv-shop-notify-inner {
  display: flex; align-items: center; gap: 0;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; overflow: hidden;
  transition: border-color .25s;
}
.alv-shop-notify-inner:focus-within {
  border-color: rgba(249,200,108,.3);
  box-shadow: 0 0 0 3px rgba(249,200,108,.06);
}
.alv-shop-notify-icon {
  display: flex; align-items: center; justify-content: center;
  padding: 0 12px 0 16px; flex-shrink: 0;
  color: rgba(243,241,250,.25);
}
.alv-shop-notify-input {
  flex: 1; min-width: 0; padding: 13px 4px;
  background: none !important; border: none !important;
  color: var(--text) !important; font-family: var(--font) !important;
  font-size: .88rem !important; outline: none !important;
  box-shadow: none !important;
}
.alv-shop-notify-input::placeholder {
  color: rgba(243,241,250,.25) !important;
}
.alv-shop-notify-btn {
  flex-shrink: 0; padding: 11px 20px; margin: 4px;
  background: linear-gradient(160deg, #c49a3a 0%, #8f6a1a 100%);
  border: none; border-radius: 10px;
  color: #fff; font-family: var(--font);
  font-size: .82rem; font-weight: 700; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.alv-shop-notify-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(180,140,50,.25);
}
.alv-shop-notify-btn:disabled {
  opacity: .4; cursor: not-allowed; transform: none !important;
  box-shadow: none !important;
}
.alv-shop-notify-hint {
  font-size: .68rem !important; color: rgba(243,241,250,.2) !important;
  margin-top: 8px !important; text-align: center;
}
.alv-shop-notify-msg {
  font-size: .78rem !important; font-weight: 600;
  margin-top: 8px !important; text-align: center;
}

/* Success state */
.alv-shop-notify.notify-done .alv-shop-notify-inner {
  border-color: rgba(52,211,153,.3);
  background: rgba(52,211,153,.04);
}

/* Restock info */
.alv-shop-empty-restock {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  margin-top: 20px;
  font-size: .72rem; color: rgba(243,241,250,.22);
  font-weight: 500;
}
.alv-shop-empty-restock svg {
  flex-shrink: 0; stroke: rgba(243,241,250,.18);
  animation: _sRestockSpin 4s linear infinite;
}
@keyframes _sRestockSpin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 480px) {
  .alv-shop-notify-inner { flex-wrap: wrap; }
  .alv-shop-notify-icon { display: none; }
  .alv-shop-notify-input { padding: 12px 14px !important; }
  .alv-shop-notify-btn { width: calc(100% - 8px); margin: 0 4px 4px; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   EXIT-INTENT POPUP — Desktop only, professional
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-exit {
  position: fixed; inset: 0; z-index: 100000;
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
.alv-exit-bg {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.alv-exit.alv-modal-visible .alv-exit-bg {
  animation: _sModalBgIn .3s ease both;
}
.alv-exit.alv-modal-visible .alv-exit-card {
  animation: _sExitIn .4s cubic-bezier(.16,1,.3,1) both;
}
@keyframes _sExitIn {
  from { opacity: 0; transform: translateY(20px) scale(.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.alv-exit-card {
  position: relative; z-index: 1;
  width: min(420px, 92vw);
  background: #0d0c14;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 40px 80px rgba(0,0,0,.7),
    0 0 0 1px rgba(255,255,255,.04) inset;
}

/* Gold accent top */
.alv-exit-card::before {
  content: ''; position: absolute;
  top: 0; left: 15%; right: 15%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249,200,108,.4), transparent);
  z-index: 2;
}

.alv-exit-close {
  position: absolute; top: 12px; right: 12px; z-index: 10;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%; cursor: pointer;
  transition: background .2s, border-color .2s;
}
.alv-exit-close:hover {
  background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2);
}
.alv-exit-close svg { stroke: rgba(243,241,250,.5); }

/* Top section — image + info */
.alv-exit-top {
  display: flex; align-items: center; gap: 18px;
  padding: 24px 24px 18px;
}
.alv-exit-img {
  width: 80px; height: 80px; flex-shrink: 0;
  border-radius: 12px; overflow: hidden;
  background: #0a0910;
  border: 1px solid rgba(255,255,255,.08);
}
.alv-exit-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.alv-exit-info { flex: 1; min-width: 0; }
.alv-exit-label {
  font-size: .7rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 6px;
}
.alv-exit-title {
  font-size: 1.05rem; font-weight: 800;
  color: var(--text); line-height: 1.25;
  margin-bottom: 4px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.alv-exit-meta {
  font-size: .75rem; color: var(--dim); font-weight: 500;
}

/* Bottom section — price + CTA */
.alv-exit-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px 20px; gap: 16px;
}
.alv-exit-price {
  font-size: 1.5rem; font-weight: 900;
  color: var(--gold); letter-spacing: -.02em;
}
.alv-exit-cta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 11px 24px; border: none; border-radius: 12px;
  background: linear-gradient(160deg, #c49a3a 0%, #8f6a1a 100%);
  color: #fff; font-family: var(--font);
  font-size: .88rem; font-weight: 700; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.alv-exit-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(180,140,50,.3);
}
.alv-exit-cta svg { stroke: #fff; }

.alv-exit-note {
  padding: 0 24px 18px; text-align: center;
  font-size: .66rem; color: rgba(243,241,250,.2);
  font-weight: 500; line-height: 1.4;
}

/* Hide on mobile — exit-intent doesn't work on touch */
@media (max-width: 768px) {
  .alv-exit { display: none !important; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   FEATURED CARD + OFFER BADGES
   ═══════════════════════════════════════════════════════════════════════════ */

/* Featured card — gold border accent, elevated */
.alv-shop-card.alv-card-featured {
  border-color: rgba(249,200,108,.35);
  box-shadow: 0 4px 20px rgba(0,0,0,.3), 0 0 0 1px rgba(249,200,108,.12) inset;
}
.alv-shop-card.alv-card-featured::before {
  background: linear-gradient(90deg, transparent, rgba(249,200,108,.5), transparent);
  opacity: .6;
}
.alv-shop-card.alv-card-featured:hover {
  border-color: rgba(249,200,108,.5);
  box-shadow: 0 16px 40px rgba(0,0,0,.4), 0 0 30px rgba(249,200,108,.12);
}

/* Featured badge */
.alv-card-badge.featured {
  background: #F9C86C;
  border: none;
  color: #0C0C0C;
  font-weight: 900;
  box-shadow: 0 1px 6px rgba(249,200,108,.35);
}

/* Offer badge — solid red */
.alv-card-badge.offer {
  background: #DC2626;
  border: none;
  color: #fff;
  font-weight: 900;
  letter-spacing: .02em;
  box-shadow: 0 1px 6px rgba(220,38,38,.4);
}

/* ═══════════════════════════════════════════════════════════════════════════
   STAT ICONS — replace emoji with consistent SVG
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-stat-icon {
  display: inline-block; vertical-align: -2px; flex-shrink: 0; margin-right: 2px;
}

/* ═══════════════════════════════════════════════════════════════════════════
   IMAGE LIGHTBOX — Detail modal image zoom
   ═══════════════════════════════════════════════════════════════════════════ */
.alv-shop-lightbox {
  position: fixed; inset: 0; z-index: 200000;
  display: none; align-items: center; justify-content: center;
  padding: 24px;
}
.alv-shop-lightbox-bg {
  position: absolute; inset: 0;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
}
.alv-shop-lightbox.alv-modal-visible .alv-shop-lightbox-bg {
  animation: _sModalBgIn .25s ease both;
}
.alv-shop-lightbox.alv-modal-visible .alv-shop-lightbox-wrap {
  animation: _sLightboxIn .35s cubic-bezier(.16,1,.3,1) both;
}
@keyframes _sLightboxIn {
  from { opacity: 0; transform: scale(.9); }
  to   { opacity: 1; transform: scale(1); }
}

.alv-shop-lightbox-wrap {
  position: relative; z-index: 1;
  max-width: 92vw; max-height: 90vh;
  display: flex; align-items: center; justify-content: center;
}
.alv-shop-lightbox-wrap img {
  max-width: 100%; max-height: 88vh;
  border-radius: 12px; object-fit: contain;
  box-shadow: 0 40px 80px rgba(0,0,0,.6);
  display: block;
}
.alv-shop-lightbox-close {
  position: absolute; top: -12px; right: -12px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%; cursor: pointer;
  transition: background .2s, transform .2s;
  z-index: 2;
}
.alv-shop-lightbox-close:hover {
  background: rgba(255,255,255,.2); transform: scale(1.1);
}
.alv-shop-lightbox-close svg {
  stroke: rgba(255,255,255,.8); stroke-width: 2.5;
}

/* Clickable image in detail modal */
.alv-det-img-wrap.has-img {
  cursor: zoom-in;
}
.alv-det-img-wrap.has-img img {
  transition: transform .3s ease;
}
.alv-det-img-wrap.has-img:hover img {
  transform: scale(1.03);
}

/* ── Mobile Exit-Intent Bottom-Sheet ─────────────────────────────────────── */
#alv-exit-sheet{
  position:fixed;inset:0;z-index:10000;
  display:flex;flex-direction:column;justify-content:flex-end;
}
.alv-exit-sheet-backdrop{
  position:absolute;inset:0;background:rgba(0,0,0,.55);
  animation:alv-fade-in .25s ease;
}
.alv-exit-sheet-panel{
  position:relative;background:var(--card,#1a1a2e);
  border-radius:20px 20px 0 0;padding:8px 20px 32px;
  box-shadow:0 -8px 40px rgba(0,0,0,.5);
  transform:translateY(100%);transition:transform .28s cubic-bezier(.32,1,.32,1);
  max-height:72vh;overflow-y:auto;
}
#alv-exit-sheet.alv-sheet-visible .alv-exit-sheet-panel{
  transform:translateY(0);
}
.alv-exit-sheet-handle{
  width:40px;height:4px;border-radius:2px;
  background:rgba(255,255,255,.2);margin:0 auto 16px;
}
.alv-exit-sheet-x{
  position:absolute;top:16px;right:16px;
  background:rgba(255,255,255,.08);border:none;border-radius:50%;
  width:32px;height:32px;color:#f0eff8;cursor:pointer;font-size:14px;
  display:flex;align-items:center;justify-content:center;
}
.alv-exit-sheet-body{
  display:flex;gap:14px;align-items:flex-start;
}
.alv-exit-sheet-thumb{
  width:72px;height:72px;flex-shrink:0;
  border-radius:10px;overflow:hidden;
  background:rgba(255,255,255,.06);
}
.alv-exit-sheet-thumb img{width:100%;height:100%;object-fit:cover;}
.alv-exit-sheet-info{flex:1;min-width:0;}
.alv-exit-sheet-eyebrow{
  font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;
  color:var(--gold);margin:0 0 4px;
}
.alv-exit-sheet-title{
  font-size:16px;font-weight:700;color:#f0eff8;margin:0 0 4px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.alv-exit-sheet-meta{
  font-size:12px;color:#a09fbb;margin:0 0 6px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.alv-exit-sheet-price{
  font-size:20px;font-weight:800;color:var(--gold);margin:0 0 12px;
}
.alv-exit-sheet-cta{
  width:100%;padding:12px;border-radius:10px;border:none;
  background:linear-gradient(135deg,#c49a3a,#8f6a1a);
  color:#fff;font-weight:700;font-size:14px;cursor:pointer;
  transition:opacity .2s;
}
.alv-exit-sheet-cta:active{opacity:.85;}

/* ============================================================
   TRUST CHECKLIST (Shop Frontend)
   ============================================================ */
.alv-shop-wrap .alv-shop-trust-checklist {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  margin: 2.5rem 0 0 !important;
  text-align: left !important;
}
.alv-shop-wrap .alv-shop-trust-check-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: .85rem !important;
  padding: 1.1rem 1.25rem !important;
  background: rgba(52,211,153,.04) !important;
  border: 1px solid rgba(52,211,153,.14) !important;
  border-radius: 14px !important;
  transition: border-color .2s !important;
  text-align: left !important;
}
.alv-shop-wrap .alv-shop-trust-check-item:hover {
  border-color: rgba(52,211,153,.28) !important;
}
.alv-shop-wrap .alv-shop-trust-check-icon {
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  border-radius: 9px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(52,211,153,.1) !important;
  border: 1px solid rgba(52,211,153,.2) !important;
}
.alv-shop-wrap .alv-shop-trust-check-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: #34d399 !important;
  fill: none !important;
}
.alv-shop-wrap .alv-shop-trust-check-body {
  display: flex !important;
  flex-direction: column !important;
  gap: .2rem !important;
  text-align: left !important;
}
.alv-shop-wrap .alv-shop-trust-check-body strong {
  font-size: .85rem !important;
  font-weight: 700 !important;
  color: var(--text) !important;
  line-height: 1.2 !important;
  display: block !important;
}
.alv-shop-wrap .alv-shop-trust-check-body span {
  font-size: .75rem !important;
  color: rgba(243,241,250,.45) !important;
  line-height: 1.4 !important;
  display: block !important;
}
@media (max-width: 640px) {
  .alv-shop-wrap .alv-shop-trust-checklist { grid-template-columns: 1fr !important; gap: 8px !important; }
  .alv-shop-wrap .alv-shop-trust-check-item { padding: .9rem 1rem !important; }
}

/* ===== Apple / Google Pay hint under Stripe button ===== */
.alv-shop-wrap .alv-shop-stripe-pay-hint {
  grid-column: 1 / -1;
  margin: -4px 0 2px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,.28);
  letter-spacing: .01em;
  white-space: normal;
  line-height: 1.5;
}
