/* ============================================================
   Ceifadores Keys - /steam page exclusive styles
   Tema: Dark contrast + Vermelho sutil clean
   ============================================================ */

/* ============================================================
   HERO PRO (compacto) — esquerda: texto + selos + contador + busca + botões
                         direita: carrosséis verticais (desktop) /
                                  horizontais (mobile) com jogos AAA
   ============================================================ */
/* Hero clean transparente — sem card sólido, só um leve glow vermelho atrás */
.steam-hero-pro {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border-radius: 1.1rem;
  padding: 1.5rem 1.1rem;
  background: linear-gradient(180deg, rgba(20, 8, 12, 0.35) 0%, rgba(11, 11, 16, 0.15) 100%);
  border: 1px solid rgba(220, 38, 38, 0.12);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}

.steam-hero-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse at 25% 30%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 25% 30%, #000 30%, transparent 80%);
  pointer-events: none;
  opacity: 0.6;
}

.steam-hero-pro::after {
  content: "";
  position: absolute;
  top: -25%;
  left: 0;
  width: 55%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(220, 38, 38, 0.10) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}

@media (min-width: 1024px) {
  .steam-hero-pro {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
    gap: 1.75rem;
    padding: 1.9rem 2rem;
    align-items: center;
  }
}

/* -------- Lado esquerdo -------- */
.steam-hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .steam-hero-left {
    align-items: center;
    text-align: center;
  }
}

/* Selos top */
.steam-hero-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  font-size: 0.7rem;
}

.trust-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #fbbf24;
  font-weight: 700;
}

.trust-stars svg {
  width: 12px;
  height: 12px;
}

.trust-stars-label {
  margin-left: 5px;
  color: #cbd5e1;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.7rem;
}

.trust-sep {
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.trust-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #34d399;
  font-weight: 700;
  white-space: nowrap;
}

.trust-verified svg {
  width: 13px;
  height: 13px;
}

.trust-pix {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fca5a5;
  font-weight: 700;
  white-space: nowrap;
}

.trust-pix .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px #22c55e;
  animation: pulse-dot 1.8s infinite;
}

/* Título — compacto */
.steam-hero-pro-title {
  font-size: clamp(1.35rem, 2.8vw, 2.05rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 0.5rem;
  color: #ffffff;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
}

.steam-hero-pro-title span {
  background: linear-gradient(180deg, #f87171 0%, #dc2626 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steam-hero-pro-sub {
  font-size: clamp(0.78rem, 1.1vw, 0.88rem);
  color: #cbd5e1;
  line-height: 1.45;
  max-width: 480px;
  margin: 0 0 0.85rem;
}

.steam-hero-pro-sub strong { color: #fca5a5; }

/* Botões CTA */
.steam-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
  justify-content: flex-start;
}

@media (max-width: 1023px) {
  .steam-hero-actions { justify-content: center; }
}

.steam-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.85rem;
  border-radius: 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.steam-btn svg { width: 14px; height: 14px; }

.steam-btn-primary {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
  box-shadow: 0 6px 18px -4px rgba(220, 38, 38, 0.55);
}

.steam-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px -6px rgba(220, 38, 38, 0.75);
}

.steam-btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f5f5f5;
}

.steam-btn-secondary:hover {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.45);
  color: #fca5a5;
  transform: translateY(-2px);
}

/* ============================================================
   LADO DIREITO: carrosséis animados
   ============================================================ */
.steam-hero-right {
  position: relative;
  z-index: 2;
  min-height: 0;
}

/* Desktop: 3 colunas verticais (compacto) */
.steam-vcarousel {
  width: 100%;
  height: 310px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.4rem;
  align-items: stretch;
  position: relative;
}

.steam-vcarousel::before,
.steam-vcarousel::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 42px;
  pointer-events: none;
  z-index: 3;
}

.steam-vcarousel::before {
  top: 0;
  background: linear-gradient(180deg, #0b0b10 0%, rgba(11, 11, 16, 0) 100%);
}

.steam-vcarousel::after {
  bottom: 0;
  background: linear-gradient(0deg, #0b0b10 0%, rgba(11, 11, 16, 0) 100%);
}

.steam-vcol {
  overflow: hidden;
  display: flex;
  border-radius: 0.85rem;
  position: relative;
}

.steam-vitems {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
  will-change: transform;
}

/* Todas as colunas rolam pra cima como na referência,
   velocidades distintas pra criar profundidade */
.steam-vcol-1 .steam-vitems { animation: steam-scroll-up 36s linear infinite; }
.steam-vcol-2 .steam-vitems { animation: steam-scroll-up 48s linear infinite; }
.steam-vcol-3 .steam-vitems { animation: steam-scroll-up 42s linear infinite; }

.steam-vcol:hover .steam-vitems { animation-play-state: paused; }

@keyframes steam-scroll-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Mobile/tablet: 2 linhas horizontais */
.steam-hcarousel {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  position: relative;
}

.steam-hrow {
  overflow: hidden;
  border-radius: 0.7rem;
  width: 100%;
  position: relative;
}

.steam-hrow::before,
.steam-hrow::after {
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 3;
}

.steam-hrow::before {
  left: 0;
  background: linear-gradient(90deg, #0b0b10 0%, rgba(11, 11, 16, 0) 100%);
}

.steam-hrow::after {
  right: 0;
  background: linear-gradient(-90deg, #0b0b10 0%, rgba(11, 11, 16, 0) 100%);
}

.steam-hitems {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  will-change: transform;
}

.steam-scroll-r { animation: steam-scroll-right 35s linear infinite; }
.steam-scroll-l { animation: steam-scroll-left  40s linear infinite; }

.steam-hrow:hover .steam-hitems { animation-play-state: paused; }

@keyframes steam-scroll-right {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes steam-scroll-left {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Card individual nos carrosséis */
.steam-hcard {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease;
}

.steam-hcard:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 24px -4px rgba(220, 38, 38, 0.55);
  border-color: rgba(239, 68, 68, 0.5) !important;
  z-index: 4;
}

.steam-hcard-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(220, 38, 38, 0.25) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.steam-hcard:hover .steam-hcard-glow { opacity: 1; }

@media (max-width: 640px) {
  .steam-hero-pro { padding: 1.25rem 0.9rem; border-radius: 0.95rem; }
  .steam-hero-pro-title { font-size: 1.35rem; line-height: 1.1; margin-bottom: 0.4rem; }
  .steam-hero-pro-sub { font-size: 0.75rem; margin-bottom: 0.65rem; }
  .steam-hero-trust { gap: 0.4rem; font-size: 0.62rem; margin-bottom: 0.65rem; }
  .trust-sep { display: none; }
  .trust-stars svg { width: 11px; height: 11px; }
  .steam-hero-counter { padding: 0.4rem 0.7rem; }
  .steam-hero-counter-num { font-size: 1.05rem; }
  .steam-hero-counter-label { font-size: 0.6rem; }
  .steam-hcarousel { gap: 0.35rem; margin-top: 0.5rem; }
  .steam-btn { padding: 0.4rem 0.7rem; font-size: 0.7rem; }
}

/* ============================================================
   Hero antigo (legacy, mantido por compat caso algo chame)
   ============================================================ */
.steam-hero {
  position: relative;
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(ellipse at top, #1a0509 0%, #0b0b10 45%, #050507 100%);
  border: 1px solid rgba(220, 38, 38, 0.25);
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.6),
    0 0 60px -20px rgba(220, 38, 38, 0.3);
  padding: 3rem 2rem 3.25rem;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.steam-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
  pointer-events: none;
  z-index: -1;
}

.steam-hero::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.18) 0%, transparent 60%);
  pointer-events: none;
  z-index: -1;
}

.steam-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  border-radius: 9999px;
  background: rgba(220, 38, 38, 0.12);
  border: 1px solid rgba(220, 38, 38, 0.35);
  color: #fca5a5;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(10px);
}

.steam-hero-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 8px #ef4444;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.steam-hero-title {
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 0.8rem;
  background: linear-gradient(180deg, #ffffff 0%, #f87171 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 20px rgba(220, 38, 38, 0.3);
}

.steam-hero-subtitle {
  font-size: clamp(0.875rem, 1.8vw, 1.1rem);
  color: #cbd5e1;
  max-width: 640px;
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

.steam-hero-search {
  width: 100%;
  max-width: 480px;
  position: relative;
}

.steam-hero-search input {
  width: 100%;
  height: 42px;
  padding: 0 56px 0 40px;
  background: rgba(11, 11, 16, 0.85);
  border: 1px solid rgba(220, 38, 38, 0.28);
  border-radius: 0.6rem;
  color: #f5f5f5;
  font-size: 0.82rem;
  font-weight: 500;
  outline: none;
  transition: all 0.25s ease;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 14px -4px rgba(0, 0, 0, 0.35);
}

.steam-hero-search input::placeholder { color: #9ca3af; font-size: 0.78rem; }
.steam-hero-search input:focus {
  border-color: #ef4444;
  box-shadow:
    0 0 0 3px rgba(239, 68, 68, 0.14),
    0 6px 22px -4px rgba(220, 38, 38, 0.3);
}

.steam-hero-search .ico-left,
.steam-hero-search .ico-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  pointer-events: none;
}

.steam-hero-search .ico-left { left: 12px; }
.steam-hero-search .ico-left svg { width: 16px; height: 16px; }
.steam-hero-search .ico-right {
  right: 6px;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #fff;
  padding: 5px 9px;
  border-radius: 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  pointer-events: none;
}

/* Contador compacto inline (horizontal) */
.steam-hero-counter {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  margin: 0.25rem 0 0.85rem;
  border-radius: 0.6rem;
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.1), rgba(239, 68, 68, 0.03));
  border: 1px solid rgba(239, 68, 68, 0.3);
  box-shadow:
    0 4px 14px -4px rgba(220, 38, 38, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.steam-hero-counter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(239, 68, 68, 0.15) 0%, transparent 70%);
  animation: counter-glow 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes counter-glow {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.85; }
}

.steam-hero-counter-num {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  background: linear-gradient(180deg, #ffffff 0%, #ef4444 130%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-variant-numeric: tabular-nums;
  position: relative;
}

.steam-hero-counter-label {
  font-size: 0.66rem;
  color: #cbd5e1;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  line-height: 1.1;
}

.steam-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-top: 0.85rem;
  width: 100%;
  max-width: 640px;
}

.steam-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.5rem;
  border-radius: 10px;
  background: rgba(11, 11, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.steam-hero-stat-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: #ef4444;
  letter-spacing: -0.02em;
}

.steam-hero-stat-label {
  font-size: 0.7rem;
  color: #94a3b8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ---------- Subcategories sidebar ---------- */
.steam-subs-sidebar {
  position: sticky;
  top: 1rem;
  background: rgba(11, 11, 16, 0.75);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  padding: 1rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

.steam-subs-sidebar::-webkit-scrollbar { width: 6px; }
.steam-subs-sidebar::-webkit-scrollbar-track { background: transparent; }
.steam-subs-sidebar::-webkit-scrollbar-thumb {
  background: rgba(239, 68, 68, 0.3);
  border-radius: 3px;
}

.steam-subs-title {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #94a3b8;
  font-weight: 700;
  margin-bottom: 0.85rem;
  padding-left: 0.5rem;
}

.steam-sub-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  border-radius: 0.6rem;
  color: #cbd5e1;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.steam-sub-link::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: #ef4444;
  transform: scaleY(0);
  transition: transform 0.2s ease;
}

.steam-sub-link:hover {
  background: rgba(239, 68, 68, 0.08);
  color: #ffffff;
}

.steam-sub-link:hover::before { transform: scaleY(1); }

.steam-sub-link.active {
  background: rgba(239, 68, 68, 0.12);
  color: #ffffff;
}

.steam-sub-link.active::before { transform: scaleY(1); }

.steam-sub-link .count {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.06);
  color: #94a3b8;
}

.steam-sub-link:hover .count,
.steam-sub-link.active .count {
  background: rgba(239, 68, 68, 0.2);
  color: #fca5a5;
}

/* Mobile: chips horizontais */
@media (max-width: 1023px) {
  .steam-subs-sidebar {
    position: relative;
    top: 0;
    max-height: none;
    padding: 0.75rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .steam-subs-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.4rem;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .steam-subs-list::-webkit-scrollbar { display: none; }
  .steam-subs-title { display: none; }
  .steam-sub-link {
    flex-shrink: 0;
    padding: 0.5rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.02);
  }
  .steam-sub-link::before { display: none; }
  .steam-sub-link.active {
    background: rgba(239, 68, 68, 0.15);
    border-color: rgba(239, 68, 68, 0.5);
  }
}

/* ---------- Trust strip ---------- */
.steam-trust {
  background: linear-gradient(180deg, rgba(220, 38, 38, 0.06) 0%, rgba(220, 38, 38, 0.02) 100%);
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 1rem;
  padding: 1.25rem;
  margin-top: 2rem;
}

.steam-trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.steam-trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 0.6rem;
  transition: background 0.2s ease;
}

.steam-trust-item:hover { background: rgba(239, 68, 68, 0.05); }

.steam-trust-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef4444;
}

.steam-trust-title { font-size: 0.875rem; font-weight: 700; color: #f5f5f5; line-height: 1.1; }
.steam-trust-desc { font-size: 0.75rem; color: #94a3b8; margin-top: 1px; }

/* ---------- Category section header ---------- */
.steam-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1.25rem;
  background: rgba(11, 11, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid #ef4444;
  border-radius: 0.85rem;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(10px);
}

.steam-cat-header .name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.steam-cat-header .name .icon-orn {
  color: #ef4444;
  font-size: 1.1em;
}

.steam-cat-header .count {
  font-size: 0.7rem;
  font-weight: 600;
  color: #94a3b8;
  padding: 2px 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.steam-cat-header .see-all {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fca5a5;
  text-decoration: none;
  padding: 0.45rem 0.85rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(239, 68, 68, 0.25);
  background: rgba(239, 68, 68, 0.08);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.steam-cat-header .see-all:hover {
  background: rgba(239, 68, 68, 0.18);
  color: #ffffff;
  border-color: rgba(239, 68, 68, 0.5);
  transform: translateX(2px);
}

/* ---------- Paginação e filtros (toolbar da subcategoria) ---------- */
.steam-scope .steam-filter-chip.active {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.5);
  color: #fca5a5;
}

.steam-scope .steam-pag-btn {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 11, 16, 0.6);
  font-size: 0.875rem;
  font-weight: 700;
  color: #cbd5e1;
  transition: all 0.2s ease;
  cursor: pointer;
}

.steam-scope .steam-pag-btn:hover:not(:disabled) {
  border-color: rgba(239, 68, 68, 0.5);
  background: rgba(239, 68, 68, 0.1);
  color: #ffffff;
}

.steam-scope .steam-pag-btn.active {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  border-color: #ef4444;
  color: #ffffff;
  box-shadow: 0 4px 14px -2px rgba(220, 38, 38, 0.5);
}

.steam-scope .steam-pag-btn:disabled { opacity: 0.3; cursor: not-allowed; }
.steam-scope .steam-pag-ellipsis { padding: 0 4px; color: #94a3b8; }

/* Sidebar da subcategoria Steam: comportamento da sidebar igual ao categories sidebar
   mas com sublinhado vermelho ao invés de primary (fica isolado por .steam-scope) */
.steam-scope .steam-side-link {
  position: relative;
  overflow: hidden;
}
.steam-scope .steam-side-link::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: #ef4444;
  transform: scaleY(0);
  transition: transform 0.2s ease;
}
.steam-scope .steam-side-link:hover::before { transform: scaleY(1); }

@media (max-width: 1024px) {
  .steam-scope aside { position: relative; }
  .steam-scope aside > div { position: relative; top: 0; }
}

/* ---------- Card overrides (SOMENTE dentro de .steam-scope) ----------
   Reaproveita o package-card.html padrão da loja sem modificá-lo.
   Aplica APENAS quando o card está renderizado dentro da página /steam
   ou de uma subcategoria CeifadoresKeys.
*/
.steam-scope a.package {
  border-color: rgba(220, 38, 38, 0.14);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.steam-scope a.package:hover {
  border-color: rgba(220, 38, 38, 0.5);
  box-shadow: 0 12px 40px -12px rgba(220, 38, 38, 0.45);
}

/* Reforço visual no botão Comprar dentro de /steam (não vaza) */
.steam-scope a.package .btn-primary {
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px -2px rgba(220, 38, 38, 0.45);
  transition: all 0.25s ease;
}

.steam-scope a.package:hover .btn-primary {
  box-shadow: 0 6px 20px -2px rgba(220, 38, 38, 0.65);
  transform: translateY(-1px);
}

/* Mobile responsivo do hero */
@media (max-width: 640px) {
  .steam-hero { padding: 2rem 1rem; min-height: 280px; }
  .steam-hero-stats { grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
  .steam-hero-stat { padding: 0.4rem 0.2rem; }
  .steam-hero-stat-value { font-size: 0.95rem; }
  .steam-hero-stat-label { font-size: 0.6rem; }
  .steam-cat-header { padding: 0.7rem 0.85rem; }
  .steam-cat-header .name { font-size: 0.9rem; }
}

/* ---------- Skeleton loader ---------- */
.ck-skeleton {
  position: relative;
  background: linear-gradient(90deg, #15151c 0%, #1f1f28 50%, #15151c 100%);
  background-size: 200% 100%;
  animation: skel-shimmer 1.4s infinite;
}

@keyframes skel-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ---------- Reveal on scroll ---------- */
.steam-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.steam-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Sticky promo bar ---------- */
.steam-promo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.6rem 1rem;
  background: linear-gradient(90deg, #dc2626, #b91c1c, #dc2626);
  background-size: 200% 100%;
  animation: promo-shine 6s linear infinite;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 0.85rem;
  margin-bottom: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px -4px rgba(220, 38, 38, 0.4);
}

@keyframes promo-shine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.steam-promo-bar .coupon {
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 6px;
  font-family: 'Geist Mono', monospace;
  letter-spacing: 0.12em;
}

/* ============================================================
   Carrossel AAA curado (jogos premium da Steam)
   ============================================================ */
.steam-aaa {
  margin: 1.75rem 0 2rem;
  position: relative;
}

.steam-aaa-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.25rem;
}

.steam-aaa-headline {
  min-width: 0;
  flex: 1;
}

.steam-aaa-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #fca5a5;
  margin-bottom: 0.4rem;
}

.steam-aaa-eyebrow .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 12px #ef4444;
  animation: pulse-dot 1.8s infinite;
}

.steam-aaa-title {
  font-size: clamp(1.25rem, 2.6vw, 1.95rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #ffffff;
  margin: 0;
}

.steam-aaa-title span {
  background: linear-gradient(180deg, #ffffff 0%, #f87171 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steam-aaa-controls {
  display: flex;
  gap: 0.4rem;
  flex-shrink: 0;
}

.steam-aaa-track-wrap {
  position: relative;
  border-radius: 1.25rem;
}

.steam-aaa-track {
  border-radius: 1.25rem;
  overflow: visible;
  min-height: 240px;
}

.steam-aaa-skel { min-height: 240px; aspect-ratio: 16/9; }

.steam-aaa-slide {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 1rem;
  overflow: hidden;
  background: #0a0a0e;
  aspect-ratio: 16/9;
  min-height: 220px;
  isolation: isolate;
  border: 1px solid rgba(220, 38, 38, 0.18);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              border-color 0.35s ease;
}

.steam-aaa-slide:hover {
  transform: translateY(-4px);
  border-color: rgba(239, 68, 68, 0.55);
  box-shadow: 0 22px 50px -12px rgba(220, 38, 38, 0.45);
}

.steam-aaa-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(28px) saturate(1.3) brightness(0.55);
  transform: scale(1.18);
  z-index: 0;
}

.steam-aaa-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,8,0.92) 0%, rgba(5,5,8,0.55) 50%, rgba(5,5,8,0.15) 100%),
    linear-gradient(180deg, transparent 55%, rgba(5,5,8,0.85) 100%);
  z-index: 1;
}

.steam-aaa-cover {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  width: 45%;
  max-width: 240px;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 0.65rem;
  box-shadow:
    0 20px 35px -10px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.steam-aaa-slide:hover .steam-aaa-cover {
  transform: scale(1.04) rotate(-1deg);
}

.steam-aaa-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.35rem;
  max-width: 60%;
}

.steam-aaa-tag {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #fca5a5;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.steam-aaa-name {
  font-size: clamp(1rem, 1.7vw, 1.4rem);
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 0.6rem;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.steam-aaa-pricerow {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}

.steam-aaa-disc {
  padding: 2px 7px;
  border-radius: 6px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  box-shadow: 0 3px 10px -2px rgba(220, 38, 38, 0.5);
}

.steam-aaa-compare {
  color: #94a3b8;
  font-size: 0.75rem;
  text-decoration: line-through;
}

.steam-aaa-price {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.steam-aaa-cta-row {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.steam-aaa-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 18px -4px rgba(220, 38, 38, 0.55);
  transition: all 0.25s ease;
}

.steam-aaa-slide:hover .steam-aaa-cta {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -6px rgba(220, 38, 38, 0.7);
}

.steam-aaa-stock {
  font-size: 0.7rem;
  color: #cbd5e1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.steam-aaa-stock::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-dot 1.8s infinite;
}

/* Dots do carrossel AAA */
.steam-aaa-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 0.85rem;
  padding: 6px 0;
}

.steam-aaa-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.steam-aaa-dot:hover { background: rgba(255, 255, 255, 0.5); }

.steam-aaa-dot.active {
  width: 22px;
  border-radius: 4px;
  background: #ef4444;
  box-shadow: 0 0 8px #ef4444;
}

@media (max-width: 640px) {
  .steam-aaa-content { max-width: 65%; padding: 0.85rem 1rem; }
  .steam-aaa-cover { width: 38%; bottom: 0.5rem; right: 0.5rem; }
  .steam-aaa-stock { display: none; }
  .steam-aaa-title { font-size: 1.1rem; }
  .steam-aaa-name { font-size: 0.95rem; }
  .steam-aaa-cta { padding: 0.5rem 0.85rem; font-size: 0.72rem; }
}

/* ============================================================
   Paginação por bloco (subcategorias na home /steam)
   ============================================================ */
.steam-block-pager {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem;
  border-radius: 0.55rem;
  background: rgba(11, 11, 16, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
}

.steam-block-pag-btn {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: transparent;
  border: none;
  color: #cbd5e1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.steam-block-pag-btn:hover:not(:disabled) {
  background: rgba(239, 68, 68, 0.15);
  color: #ffffff;
}

.steam-block-pag-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.steam-block-pag-indicator {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #cbd5e1;
  font-variant-numeric: tabular-nums;
  padding: 0 0.35rem;
  min-width: 36px;
  justify-content: center;
}

.steam-block-pag-indicator .sep { color: #475569; }
.steam-block-pag-indicator [data-pager-current] { color: #fca5a5; }

@media (max-width: 640px) {
  .steam-cat-header { flex-wrap: wrap; gap: 0.5rem; }
  .steam-block-pag-indicator { min-width: 32px; }
}

/* ============================================================
   Cards COMPACTOS & CLEAN dentro de /steam
   - Imagem 16/9 (header da Steam)
   - Padding/fontes reduzidos
   - Botão compacto
   - Aplica SOMENTE dentro de .steam-scope
   ============================================================ */

/* Container da imagem */
.steam-scope .package-list .package > div:first-child,
.steam-scope .steam-pkg-list .package > div:first-child {
  aspect-ratio: 16 / 9 !important;
  background: linear-gradient(135deg, #14080a 0%, #0a0a0e 60%, #0a0a0e 100%) !important;
  position: relative;
  overflow: hidden;
}

/* Imagem */
.steam-scope .package-list .package img,
.steam-scope .steam-pkg-list .package img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  aspect-ratio: unset !important;
  max-height: none !important;
  display: block;
  background: #0a0a0e;
}

/* Card mais leve no geral */
.steam-scope .package-list .package,
.steam-scope .steam-pkg-list .package {
  border-radius: 0.7rem !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
  transform: none !important;
  background: #0c0c10 !important;
}

.steam-scope .package-list .package:hover,
.steam-scope .steam-pkg-list .package:hover {
  border-color: rgba(220, 38, 38, 0.4) !important;
  box-shadow: 0 6px 20px -8px rgba(220, 38, 38, 0.35) !important;
  transform: translateY(-2px) !important;
}

/* Corpo compacto: padding menor */
.steam-scope .package-list .package > div:nth-child(2),
.steam-scope .steam-pkg-list .package > div:nth-child(2) {
  padding: 0.55rem 0.65rem !important;
  gap: 0.25rem !important;
}

/* Nome do jogo: menor e mais leve */
.steam-scope .package-list .package p.line-clamp-2,
.steam-scope .steam-pkg-list .package p.line-clamp-2,
.steam-scope .package-list .package > div:nth-child(2) > p:first-child,
.steam-scope .steam-pkg-list .package > div:nth-child(2) > p:first-child {
  font-size: 0.74rem !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  margin-bottom: 0.35rem !important;
  color: #e5e7eb !important;
}

/* Preço principal: destaque vermelho mas compacto */
.steam-scope .package-list .package .font-bold,
.steam-scope .steam-pkg-list .package .font-bold {
  font-size: 0.9rem !important;
  font-weight: 800 !important;
  color: #ef4444 !important;
  line-height: 1.1 !important;
}

/* Preço comparativo riscado: bem discreto */
.steam-scope .package-list .package .line-through,
.steam-scope .steam-pkg-list .package .line-through {
  font-size: 0.65rem !important;
  color: #6b7280 !important;
}

/* "À vista no Pix": minúsculo */
.steam-scope .package-list .package .text-muted-foreground,
.steam-scope .steam-pkg-list .package .text-muted-foreground {
  font-size: 0.62rem !important;
  line-height: 1 !important;
}

/* Badge de desconto: compacto */
.steam-scope .package-list .package [class*="bg-primary"],
.steam-scope .steam-pkg-list .package [class*="bg-primary"] {
  height: 18px !important;
  padding: 0 5px !important;
  font-size: 0.65rem !important;
}

/* Ícones PIX/PayPal: menores */
.steam-scope .package-list .package .size-6,
.steam-scope .steam-pkg-list .package .size-6,
.steam-scope .package-list .package .size-8,
.steam-scope .steam-pkg-list .package .size-8 {
  width: 18px !important;
  height: 18px !important;
  padding: 2px !important;
}

/* Botão "Comprar agora": compacto, mas com gradient vermelho */
.steam-scope .package-list .package button.btn-primary,
.steam-scope .steam-pkg-list .package button.btn-primary {
  height: 30px !important;
  font-size: 0.72rem !important;
  padding: 0 0.6rem !important;
  border-radius: 0.5rem !important;
  background: linear-gradient(135deg, #ef4444, #dc2626) !important;
  color: #ffffff !important;
  box-shadow: 0 3px 10px -3px rgba(220, 38, 38, 0.45) !important;
  gap: 0.3rem !important;
}

.steam-scope .package-list .package button.btn-primary:hover,
.steam-scope .steam-pkg-list .package button.btn-primary:hover {
  box-shadow: 0 5px 14px -3px rgba(220, 38, 38, 0.65) !important;
  transform: translateY(-1px);
}

.steam-scope .package-list .package button.btn-primary svg,
.steam-scope .package-list .package button.btn-primary i,
.steam-scope .steam-pkg-list .package button.btn-primary svg,
.steam-scope .steam-pkg-list .package button.btn-primary i {
  width: 13px !important;
  height: 13px !important;
}

/* Botão "Adicionar ao carrinho" lateral: também menor */
.steam-scope .package-list .package button:not(.btn-primary),
.steam-scope .steam-pkg-list .package button:not(.btn-primary) {
  height: 30px !important;
  width: 30px !important;
  border-radius: 0.5rem !important;
}

.steam-scope .package-list .package button:not(.btn-primary) svg,
.steam-scope .steam-pkg-list .package button:not(.btn-primary) svg {
  width: 13px !important;
  height: 13px !important;
}

/* Grids: reduzir gap pra ficar mais denso */
.steam-scope .package-list,
.steam-scope .steam-pkg-list {
  gap: 0.5rem !important;
  min-height: 220px;
}

/* Em telas grandes: 5 colunas (já estava) com gap menor */
@media (min-width: 1024px) {
  .steam-scope .package-list,
  .steam-scope .steam-pkg-list { gap: 0.6rem !important; }
}

/* Hover suave + glow vermelho na imagem */
.steam-scope .package:hover > div:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(220, 38, 38, 0.16) 100%);
  pointer-events: none;
}

/* ============================================================
   Carrossel antigo (mantido p/ compat caso algo ainda chame)
   ============================================================ */
.steam-featured {
  margin: 1.75rem 0 2rem;
  position: relative;
}

.steam-featured-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
  padding: 0 0.25rem;
}

.steam-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #fca5a5;
}

.steam-featured-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 12px #ef4444;
  animation: pulse-dot 1.8s infinite;
}

.steam-featured-actions {
  display: flex;
  gap: 0.4rem;
}

.steam-feat-ctrl {
  width: 36px;
  height: 36px;
  border-radius: 0.6rem;
  background: rgba(11, 11, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}

.steam-feat-ctrl:hover {
  background: rgba(239, 68, 68, 0.15);
  border-color: rgba(239, 68, 68, 0.5);
  color: #ffffff;
  transform: scale(1.05);
}

.steam-featured-wrap {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
}

.steam-featured-slider {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #0a0a0e;
  min-height: 360px;
}

.steam-feat-skel {
  min-height: 360px;
}

.steam-feat-slide {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #0a0a0e;
  min-height: 360px;
  isolation: isolate;
}

.steam-feat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(20px) saturate(1.2) brightness(0.65);
  transform: scale(1.15);
  z-index: 0;
}

.steam-feat-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,8,0.95) 0%, rgba(5,5,8,0.75) 45%, rgba(5,5,8,0.35) 100%),
    linear-gradient(180deg, transparent 60%, rgba(5,5,8,0.9) 100%);
  z-index: 1;
}

.steam-feat-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.25rem 2rem;
  max-width: 56%;
}

.steam-feat-tag {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #fca5a5;
  margin-bottom: 0.65rem;
  text-transform: uppercase;
}

.steam-feat-title {
  font-size: clamp(1.5rem, 3.2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.steam-feat-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.steam-feat-disc {
  padding: 4px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px -2px rgba(220, 38, 38, 0.5);
}

.steam-feat-compare {
  color: #94a3b8;
  font-size: 0.85rem;
  text-decoration: line-through;
}

.steam-feat-price {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.steam-feat-cta-row {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.steam-feat-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 24px -4px rgba(220, 38, 38, 0.5);
  transition: all 0.25s ease;
}

.steam-feat-slide:hover .steam-feat-cta {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -6px rgba(220, 38, 38, 0.7);
}

.steam-feat-ghost {
  font-size: 0.75rem;
  color: #cbd5e1;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.steam-feat-ghost::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-dot 1.8s infinite;
}

.steam-feat-thumb {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(2deg);
  width: clamp(180px, 30vw, 320px);
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 14px;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 2;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.steam-feat-slide:hover .steam-feat-thumb {
  transform: translateY(-50%) rotate(0deg) scale(1.04);
}

/* Dots */
.steam-featured-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.35);
  padding: 6px 10px;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
}

.steam-feat-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.steam-feat-dot:hover { background: rgba(255, 255, 255, 0.6); }

.steam-feat-dot.active {
  width: 22px;
  border-radius: 4px;
  background: #ef4444;
  box-shadow: 0 0 8px #ef4444;
}

/* Mobile */
@media (max-width: 768px) {
  .steam-featured-slider, .steam-feat-slide, .steam-feat-skel { min-height: 280px; }
  .steam-feat-content { padding: 1.25rem; max-width: 65%; }
  .steam-feat-thumb { right: 0.85rem; width: clamp(110px, 28vw, 160px); }
  .steam-feat-cta { padding: 0.6rem 1rem; font-size: 0.8rem; }
  .steam-feat-ghost { display: none; }
  .steam-feat-price { font-size: 1.1rem; }
}

@media (max-width: 480px) {
  .steam-featured-slider, .steam-feat-slide, .steam-feat-skel { min-height: 230px; }
  .steam-feat-title { font-size: 1.1rem; }
  .steam-feat-content { max-width: 72%; padding: 1rem; }
  .steam-feat-tag { font-size: 0.6rem; }
}
