/* ============================================================
   GameFest - Ofertas | tema dark inspirado na Steam
   (projeto independente, nao afiliado a Valve)
   ============================================================ */
:root {
  --bg:            #1b2838;
  --bg-2:          #16202d;
  --panel:         #223144;
  --panel-2:       #2a3f5a;
  --header:        #171a21;
  --header-2:      #1b2838;
  --text:          #c6d4df;
  --text-dim:      #8f98a0;
  --accent:        #66c0f4;
  --accent-2:      #1a9fff;
  --green:         #a4d007;
  --green-2:       #4c6b22;
  --discount-bg:   #4c6b22;
  --discount-fg:   #beee11;
  --gold:          #ffc82c;
  --danger:        #ff6b6b;
  --radius:        6px;
  --shadow:        0 4px 18px rgba(0,0,0,.35);
}

* { box-sizing: border-box; }
/* garante que o atributo [hidden] vença regras de display (flex/grid) */
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Motiva Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 500px at 50% -100px, #2a475e 0%, rgba(42,71,94,0) 60%),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 40%, #0e1620 100%);
  background-attachment: fixed;
  min-height: 100vh;
  line-height: 1.5;
}
a { color: var(--accent); text-decoration: none; }
.wrap { width: min(1180px, 92vw); margin: 0 auto; }
.muted { color: var(--text-dim); }
.small { font-size: .82rem; }
.accent { color: var(--accent); }

/* ---------- Ícones ---------- */
.icon {
  width: 1em; height: 1em; flex-shrink: 0;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
  vertical-align: -0.125em;
}
.icon--fill { fill: currentColor; stroke: none; }

/* ---------- Faixa de oferta (gancho) ---------- */
.offer-strip {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  flex-wrap: wrap;
  background: linear-gradient(90deg, #8a5a00, #b8231f);
  color: #fff; font-size: .86rem; font-weight: 600;
  padding: 8px 14px; text-align: center;
  padding-top: max(8px, env(safe-area-inset-top));
}
.offer-strip .icon { font-size: 1.05em; }
.offer-strip b { color: #ffe9a8; font-variant-numeric: tabular-nums; letter-spacing: .3px; }
.offer-dot { opacity: .5; }
.offer-secondary { display: inline-flex; align-items: center; gap: 6px; opacity: .95; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(180deg, var(--header) 0%, var(--header-2) 100%);
  box-shadow: 0 0 20px rgba(0,0,0,.6);
}
.header-inner { display: flex; align-items: center; gap: 24px; height: 64px; }
.brand { display: flex; align-items: center; min-width: 0; }

/* Slot de logo configurável */
.logo-slot { display: inline-flex; align-items: center; height: 40px; }
.logo-slot .logo-img { height: 40px; width: auto; max-width: 220px; object-fit: contain; display: block; }
.logo-slot .wordmark {
  font-size: 1.35rem; font-weight: 800; letter-spacing: 1px; color: #fff; white-space: nowrap;
}
.logo-slot .wordmark .accent2 { color: var(--accent); }
.logo-slot .logo-placeholder {
  display: inline-flex; align-items: center; gap: 8px; height: 40px; padding: 0 14px;
  border: 1px dashed rgba(255,255,255,.28); border-radius: 6px; color: var(--text-dim);
  font-size: .82rem; font-weight: 600;
}
.logo-slot .logo-placeholder .icon { font-size: 1.2em; }

.main-nav { display: flex; gap: 22px; }
.main-nav a {
  color: #b8b6b4; font-weight: 700; font-size: .82rem; letter-spacing: .6px;
  text-transform: uppercase; padding: 6px 0; transition: color .15s;
}
.main-nav a:hover, .main-nav a.active { color: #fff; }
.header-right { margin-left: auto; }
.header-accent { height: 2px; background: linear-gradient(90deg, transparent, var(--accent-2), transparent); opacity:.7; }

/* ---------- Views ---------- */
.view { display: none; }
.view.active { display: block; }

/* ---------- Hero ---------- */
.hero {
  padding: clamp(40px, 6vw, 66px) 0 clamp(34px, 5vw, 54px);
  background:
    linear-gradient(90deg, rgba(11,22,34,.9) 10%, rgba(11,22,34,.3) 60%, transparent 100%),
    url("https://cdn.cloudflare.steamstatic.com/steam/apps/1245620/library_hero.jpg") center/cover no-repeat,
    var(--bg);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.hero-badge {
  display: inline-block; font-size: .74rem; font-weight: 800; letter-spacing: 1.5px;
  color: var(--accent); background: rgba(102,192,244,.1);
  border: 1px solid rgba(102,192,244,.3); padding: 6px 12px; border-radius: 3px;
}
.hero-title { font-size: clamp(2.1rem, 7vw, 3.4rem); margin: 18px 0 6px; color: #fff; font-weight: 800; letter-spacing: -1px; }
.hero-sub { font-size: clamp(1.05rem, 3.4vw, 1.25rem); color: #dfe7ee; max-width: 640px; }
.hero-sub strong { color: var(--discount-fg); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 20px; }
.hero-meta { display: flex; gap: 26px; flex-wrap: wrap; color: var(--text-dim); font-size: .95rem; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta b { color: var(--accent); font-variant-numeric: tabular-nums; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: none; cursor: pointer; font-weight: 700; font-size: .95rem;
  padding: 11px 20px; border-radius: var(--radius); color: #fff;
  transition: filter .15s, transform .05s; font-family: inherit; line-height: 1;
}
.btn .icon { font-size: 1.15em; }
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 9px 14px; font-size: .85rem; }
.btn-lg { padding: 14px 26px; font-size: 1.02rem; }
.btn-primary {
  background: linear-gradient(90deg, #06BFFF 0%, #2D73FF 100%);
  box-shadow: 0 2px 12px rgba(45,115,255,.35);
}
.btn-primary:hover { filter: brightness(1.12); }
.btn-primary:disabled { opacity: .4; cursor: not-allowed; filter: none; }
.btn-ghost {
  background: rgba(255,255,255,.06); color: #cfe3f2;
  border: 1px solid rgba(255,255,255,.14);
}
.btn-ghost:hover { background: rgba(255,255,255,.12); }

/* ---------- Sections ---------- */
.section { padding: clamp(28px, 4vw, 40px) 0; }
.section-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: 10px; }
.section-head h2 { font-size: 1.5rem; color: #fff; margin: 0; font-weight: 700; display: inline-flex; align-items: center; gap: 10px; }
.section-head h2 .icon { color: var(--gold); }
.section-tag { font-size: .78rem; color: var(--accent); text-transform: uppercase; letter-spacing: 1px; }

/* ---------- Deals grid / cards ---------- */
.deals-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }
.loading-row, .hint { grid-column: 1 / -1; color: var(--text-dim); padding: 20px; text-align: center; }
.deal-card {
  background: linear-gradient(180deg, var(--panel) 0%, var(--bg-2) 100%);
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  display: flex; flex-direction: column; transition: transform .12s, box-shadow .12s;
  border: 1px solid rgba(255,255,255,.04);
}
.deal-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,0,0,.5); }

/* Shine para cards com desconto alto (>=85%) */
.deal-shine {
  border-color: rgba(190,238,17,.25);
  box-shadow: var(--shadow), 0 0 12px rgba(190,238,17,.15);
  position: relative;
  overflow: hidden;
}
.deal-shine::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.12) 50%, transparent 70%);
  animation: cardShine 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.deal-shine:hover {
  border-color: rgba(190,238,17,.45);
  box-shadow: 0 10px 26px rgba(0,0,0,.5), 0 0 20px rgba(190,238,17,.25);
}
@keyframes cardShine {
  0%   { left: -100%; }
  40%  { left: 130%; }
  100% { left: 130%; }
}
.deal-card img { width: 100%; aspect-ratio: 460 / 215; object-fit: cover; background: #0e1620; display:block; }
.deal-body { padding: 12px 12px 14px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.deal-name { font-size: .98rem; color: #dfe7ee; font-weight: 600; min-height: 2.4em; }
.deal-price-row { display: flex; align-items: center; gap: 8px; margin-top: auto; }
.discount-badge { background: var(--discount-bg); color: var(--discount-fg); font-weight: 800; padding: 4px 8px; border-radius: 2px; font-size: 1rem; }
.price-block { display: flex; flex-direction: column; line-height: 1.1; margin-left: auto; text-align: right; }
.price-old { color: #62717d; text-decoration: line-through; font-size: .78rem; }
.price-final { color: var(--green); font-weight: 700; font-size: 1rem; }
.price-free { color: var(--accent); font-weight: 700; }
.event-tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 5px; font-size: .72rem; font-weight: 700; color: var(--gold); background: rgba(255,200,44,.12); border: 1px solid rgba(255,200,44,.3); padding: 3px 8px; border-radius: 20px; }
.event-tag .icon { font-size: 1em; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(90deg, #16202d, #223a52); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-inner h2 { color: #fff; margin: 0 0 6px; }

/* ---------- Funnel ---------- */
.funnel { padding: clamp(24px, 4vw, 40px) 0 60px; }
.steps { list-style: none; display: flex; gap: 8px; padding: 0; margin: 0 0 26px; flex-wrap: wrap; }
.step { display: flex; align-items: center; gap: 9px; color: var(--text-dim); font-weight: 700; padding: 10px 18px; background: rgba(255,255,255,.03); border-radius: 30px; font-size: .9rem; border: 1px solid transparent; }
.step .step-num { width: 24px; height: 24px; border-radius: 50%; background: #33475b; color: #cbd6e0; display: grid; place-items: center; font-size: .82rem; }
.step.active { color: #fff; border-color: rgba(102,192,244,.4); background: rgba(102,192,244,.08); }
.step.active .step-num { background: linear-gradient(90deg,#06BFFF,#2D73FF); color: #fff; }
.step.done .step-num { background: var(--green-2); color: #dfffa0; }
.step.done .step-num::before { content: ""; width: 11px; height: 11px; background: currentColor; -webkit-mask: var(--check) center/contain no-repeat; mask: var(--check) center/contain no-repeat; }
.step.done .step-num { font-size: 0; }
:root { --check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); }
.step.hidden { display: none; }

.step-panel { display: none; animation: fade .25s ease; }
.step-panel.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.panel { background: linear-gradient(180deg, var(--panel) 0%, var(--bg-2) 100%); border-radius: 10px; padding: clamp(18px, 3vw, 30px); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.05); }
.panel h2 { color: #fff; margin-top: 0; }

/* input com ícone */
.input-icon { position: relative; flex: 1; display: flex; align-items: center; }
.input-icon .icon { position: absolute; left: 14px; font-size: 1.2em; color: var(--text-dim); pointer-events: none; }
.input-icon input { padding-left: 42px; }

.profile-form, .search-box { display: flex; gap: 10px; margin: 18px 0; }
input[type="text"] { flex: 1; width: 100%; background: #0e1a26; border: 1px solid #000; border-radius: 4px; padding: 13px 15px; color: #e6edf3; font-size: 1rem; font-family: inherit; box-shadow: inset 0 1px 6px rgba(0,0,0,.5); }
input[type="text"]:focus { outline: none; border-color: var(--accent-2); box-shadow: inset 0 1px 6px rgba(0,0,0,.5), 0 0 0 2px rgba(26,159,255,.25); }

.error-msg { color: var(--danger); background: rgba(255,107,107,.1); border: 1px solid rgba(255,107,107,.3); padding: 10px 14px; border-radius: 6px; display: flex; align-items: center; gap: 8px; }

/* ---------- Scanner (análise do perfil) ---------- */
.scan { margin-top: 18px; background: rgba(0,0,0,.28); border: 1px solid rgba(102,192,244,.15); border-radius: 8px; padding: 14px 16px; }
.scan-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.scan-line { display: flex; align-items: center; gap: 12px; font-size: .95rem; color: var(--text-dim); opacity: 0; transform: translateY(4px); animation: scanIn .3s ease forwards; }
@keyframes scanIn { to { opacity: 1; transform: none; } }
.scan-ico { width: 22px; height: 22px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; }
.scan-line.loading .scan-ico { border: 2px solid rgba(102,192,244,.25); border-top-color: var(--accent); animation: spin .7s linear infinite; }
.scan-line.done { color: var(--text); }
.scan-line.done .scan-ico { background: var(--green-2); color: #dfffa0; }
.scan-line.error { color: var(--danger); }
.scan-line.error .scan-ico { background: rgba(255,107,107,.2); color: var(--danger); }
.scan-line.success { color: #fff; font-weight: 600; }
.scan-line.success .scan-ico { background: linear-gradient(90deg,#06BFFF,#2D73FF); color: #fff; }
.scan-ico .icon { font-size: .8em; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Profile card ---------- */
.profile-card { display: flex; align-items: center; gap: 18px; margin-top: 20px; background: rgba(0,0,0,.25); border: 1px solid rgba(102,192,244,.25); border-radius: 10px; padding: 18px; flex-wrap: wrap; animation: fade .3s ease; }
.avatar { width: 84px; height: 84px; border-radius: 6px; border: 2px solid var(--accent); background: #0e1620; object-fit: cover; }
.avatar-sm { width: 60px; height: 60px; }
.profile-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.profile-name { font-size: 1.3rem; color: #fff; font-weight: 700; }
.profile-state { display: flex; align-items: center; gap: 7px; color: var(--text-dim); font-size: .9rem; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #57cbde; box-shadow: 0 0 8px #57cbde; }
.dot.offline { background: #6a7b8a; box-shadow: none; }
.profile-link { font-size: .85rem; display: inline-flex; align-items: center; gap: 5px; }
.profile-approved { display: inline-flex; align-items: center; gap: 6px; color: var(--green); font-weight: 700; font-size: .9rem; background: rgba(164,208,7,.1); border: 1px solid rgba(164,208,7,.3); padding: 6px 12px; border-radius: 20px; }
#confirm-profile { margin-left: auto; }

.disclaimer { color: var(--text-dim); font-size: .86rem; margin-top: 16px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 8px; }

/* ---------- Verificação (quiz) ---------- */
.verify-head { display: flex; align-items: flex-start; gap: 14px; }
.verify-head h2 { margin: 0 0 2px; }
.verify-icon { width: 46px; height: 46px; flex-shrink: 0; display: grid; place-items: center; border-radius: 10px; color: var(--accent); background: rgba(102,192,244,.12); border: 1px solid rgba(102,192,244,.3); }
.verify-icon .icon { font-size: 1.5em; }
.verify-progress { display: flex; gap: 8px; margin: 20px 0; }
.verify-progress span { flex: 1; height: 6px; border-radius: 4px; background: rgba(255,255,255,.08); transition: background .3s; }
.verify-progress span.filled { background: linear-gradient(90deg, var(--green), #d6ff5c); }

.quiz { animation: fade .25s ease; }
.quiz-count { font-size: .82rem; color: var(--accent); font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.quiz-question { font-size: 2rem; color: #fff; font-weight: 800; margin: 10px 0 4px; font-variant-numeric: tabular-nums; }
.quiz-hint { color: var(--text-dim); font-size: .88rem; margin-bottom: 16px; }
.quiz-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.quiz-opt { padding: 16px; font-size: 1.15rem; font-weight: 700; color: #e6edf3; background: #0e1a26; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; cursor: pointer; transition: transform .06s, border-color .15s, background .15s; font-variant-numeric: tabular-nums; }
.quiz-opt:hover { border-color: var(--accent-2); background: #12263a; }
.quiz-opt:active { transform: scale(.98); }
.quiz-opt.correct { border-color: var(--green); background: rgba(164,208,7,.15); color: #dfffa0; }
.quiz-opt.wrong { border-color: var(--danger); background: rgba(255,107,107,.12); color: var(--danger); animation: shake .35s; }
@keyframes shake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-6px)} 75%{transform:translateX(6px)} }
.quiz-feedback { margin-top: 14px; font-size: .9rem; display: none; align-items: center; gap: 8px; }
.quiz-feedback.show { display: flex; }
.quiz-feedback.ok { color: var(--green); }
.quiz-feedback.err { color: var(--danger); }

.verify-done { display: flex; align-items: center; gap: 14px; margin-top: 8px; background: rgba(164,208,7,.08); border: 1px solid rgba(164,208,7,.3); border-radius: 10px; padding: 18px; animation: fade .3s ease; }
.verify-done-badge { width: 44px; height: 44px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(90deg, var(--green), #7fae0a); color: #16202d; }
.verify-done-badge .icon { font-size: 1.4em; stroke-width: 3; }
.verify-done strong { color: #fff; }
.verify-done p { margin: 2px 0 0; }

/* ---------- Chips / games ---------- */
.selected-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 14px 0; }
.selected-bar .muted { display: inline-flex; align-items: center; gap: 6px; }
.selected-bar .icon { color: var(--gold); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(102,192,244,.12); border: 1px solid rgba(102,192,244,.35); color: #dbeeff; padding: 6px 10px; border-radius: 20px; font-size: .85rem; }
.chip button { background: none; border: none; color: #9fd4f5; cursor: pointer; display: inline-flex; padding: 0; }
.chip button:hover { color: #fff; }
.chip .icon { font-size: 1em; }

.search-box { align-items: stretch; }
.games-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin-top: 14px; }
.game-card { position: relative; cursor: pointer; background: var(--bg-2); border-radius: 6px; overflow: hidden; border: 2px solid transparent; transition: border-color .12s, transform .1s; }
.game-card:hover { transform: translateY(-2px); }
.game-card img { width: 100%; aspect-ratio: 460/215; object-fit: cover; display: block; background: #0e1620; }
.game-card .game-title { padding: 8px 10px; font-size: .85rem; color: #cfd9e2; }
.game-card.selected { border-color: var(--green); }
.game-card.selected::after { content: ""; position: absolute; top: 8px; right: 8px; width: 26px; height: 26px; background: var(--green) var(--check) center/16px no-repeat; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,.5); }

.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 22px; }
.search-spinner { width: 20px; height: 20px; border: 3px solid rgba(102,192,244,.25); border-top-color: var(--accent); border-radius: 50%; animation: spin .7s linear infinite; align-self: center; }

.result-hero { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.result-title { margin: 0; }
.result-sub { margin: .3rem 0 0; }

/* ---------- Toasts "resgatou" ---------- */
.toast-stack { position: fixed; left: 16px; bottom: 16px; z-index: 80; display: flex; flex-direction: column; gap: 10px; pointer-events: none; width: min(330px, calc(100vw - 32px)); }
.toast { display: flex; align-items: center; gap: 10px; background: linear-gradient(180deg, #2a3f5a 0%, #16202d 100%); border: 1px solid rgba(102,192,244,.28); border-left: 3px solid var(--green); border-radius: 8px; padding: 9px 11px; box-shadow: 0 8px 24px rgba(0,0,0,.55); transform: translateX(-120%); opacity: 0; transition: transform .38s cubic-bezier(.2,.8,.2,1), opacity .38s; }
.toast.show { transform: translateX(0); opacity: 1; }
.toast-avatar { width: 38px; height: 38px; border-radius: 6px; border: 1px solid rgba(102,192,244,.5); background: #0e1620; flex-shrink: 0; object-fit: cover; }
.toast-text { flex: 1; font-size: .82rem; line-height: 1.3; color: var(--text); min-width: 0; }
.toast-nick { color: var(--accent); font-weight: 700; }
.toast-game { color: #fff; font-weight: 600; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.toast-cover { width: 62px; height: 29px; border-radius: 3px; object-fit: cover; flex-shrink: 0; background: #0e1620; }

/* ---------- Checkout ---------- */
.checkout-loader {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 50px 30px; text-align: center; gap: 18px;
}
.loader-spinner {
  width: 48px; height: 48px; border: 4px solid rgba(102,192,244,.2);
  border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite;
}
.loader-text { color: #fff; font-size: 1.1rem; font-weight: 600; margin: 0; }
.loader-steps { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; width: 100%; max-width: 360px; }
.loader-step {
  display: flex; align-items: center; gap: 10px; font-size: .9rem; color: var(--text-dim);
  opacity: 0; transform: translateY(4px); animation: scanIn .3s ease forwards;
}
.loader-step .scan-ico { width: 20px; height: 20px; flex-shrink: 0; display: grid; place-items: center; border-radius: 50%; }
.loader-step.loading .scan-ico { border: 2px solid rgba(102,192,244,.25); border-top-color: var(--accent); animation: spin .7s linear infinite; }
.loader-step.done { color: var(--text); }
.loader-step.done .scan-ico { background: var(--green-2); color: #dfffa0; }
.loader-step.done .scan-ico .icon { font-size: .7em; }

/* Hero banner do checkout */
.checkout-hero-banner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-bottom: 16px; flex-wrap: wrap;
  background: linear-gradient(135deg, rgba(102,192,244,.08) 0%, rgba(164,208,7,.06) 100%);
  border-color: rgba(102,192,244,.2);
}
.checkout-hero-left { display: flex; align-items: center; gap: 14px; }
.checkout-hero-title { color: #fff; margin: 0; font-size: 1.25rem; }
.checkout-discount-badge-wrap {
  display: flex; align-items: center; gap: 6px;
  background: var(--discount-bg); border-radius: 8px; padding: 8px 16px;
  animation: popIn .4s cubic-bezier(.2,.8,.2,1.4);
}
@keyframes popIn { from { transform: scale(.7); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.checkout-discount-badge { color: var(--discount-fg); font-weight: 900; font-size: 1.8rem; line-height: 1; }
.checkout-discount-label { color: var(--discount-fg); font-weight: 800; font-size: .85rem; opacity: .8; }

/* Caixas gamificadas */
.checkout-boxes-panel { margin-bottom: 16px; }
.checkout-boxes-panel h3 { color: #fff; margin-top: 0; display: flex; align-items: center; gap: 8px; }
.checkout-boxes-panel h3 .icon { color: var(--accent); }
.checkout-boxes { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.game-box {
  position: relative; border-radius: 10px; overflow: hidden;
  background: linear-gradient(180deg, #1a2a3d 0%, #0e1620 100%);
  border: 2px solid rgba(102,192,244,.15);
  box-shadow: 0 4px 16px rgba(0,0,0,.4);
  transition: transform .12s, border-color .2s, box-shadow .2s;
}
.game-box:hover { transform: translateY(-3px); border-color: rgba(102,192,244,.4); box-shadow: 0 8px 24px rgba(0,0,0,.5); }
.game-box-img { width: 100%; aspect-ratio: 460/215; object-fit: cover; display: block; background: #0e1620; }
.game-box-body { padding: 12px; }
.game-box-name { color: #fff; font-weight: 700; font-size: .95rem; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.game-box-tag {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .7rem; font-weight: 700; color: var(--accent); background: rgba(102,192,244,.1);
  border: 1px solid rgba(102,192,244,.25); padding: 2px 8px; border-radius: 12px;
}
.game-box-included {
  position: absolute; top: 8px; right: 8px;
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(90deg, var(--green), #7fae0a); color: #16202d;
  display: grid; place-items: center; box-shadow: 0 2px 8px rgba(0,0,0,.4);
}
.game-box-included .icon { font-size: .8em; stroke-width: 3; }
.game-box-ribbon {
  position: absolute; top: 12px; left: 0;
  background: linear-gradient(90deg, #06BFFF, #2D73FF); color: #fff;
  font-size: .68rem; font-weight: 800; letter-spacing: .5px;
  padding: 3px 10px 3px 8px; border-radius: 0 12px 12px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.4);
}

/* Game box reveal animation */
@keyframes gameBoxReveal {
  from { opacity: 0; transform: translateY(30px) scale(.92); }
  to   { opacity: 1; transform: none; }
}
.game-box { animation: gameBoxReveal .5s cubic-bezier(.2,.8,.2,1.2) backwards; }

/* Bump game price tag */
.game-box-price {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .72rem; font-weight: 700; color: var(--green); background: rgba(164,208,7,.1);
  border: 1px solid rgba(164,208,7,.25); padding: 2px 8px; border-radius: 12px; margin-top: 4px;
}
.game-box-price .price-old { color: var(--text-dim); text-decoration: line-through; font-size: .68rem; font-weight: 400; }

/* Key option / divider */
.key-option { margin-top: 18px; }
.key-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.key-divider::before, .key-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,.1); }
.key-divider span { color: var(--text-dim); font-size: .85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.btn-key { width: 100%; justify-content: center; font-size: .9rem; }

/* Order bump */
.order-bump {
  display: flex; cursor: pointer; background: rgba(255,200,44,.06);
  border: 2px dashed rgba(255,200,44,.35); border-radius: 10px; padding: 16px 18px;
  margin-bottom: 16px; transition: border-color .15s, background .15s; gap: 14px; align-items: center;
}
.order-bump:hover { border-color: var(--gold); background: rgba(255,200,44,.1); }
.order-bump input[type="checkbox"] {
  width: 22px; height: 22px; accent-color: var(--gold); flex-shrink: 0; cursor: pointer;
}
.bump-body { flex: 1; min-width: 0; }
.bump-flag {
  display: inline-block; font-size: .66rem; font-weight: 800; letter-spacing: 1px;
  color: #1b2838; background: var(--gold); padding: 2px 8px; border-radius: 3px; margin-bottom: 5px;
}
.bump-title { color: #fff; font-weight: 700; font-size: .95rem; }
.bump-desc { color: var(--text-dim); font-size: .82rem; margin-top: 2px; }
.bump-price { color: var(--green); font-weight: 800; font-size: 1.1rem; margin-top: 3px; }
.bump-badge {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: rgba(255,200,44,.15); color: var(--gold); font-weight: 800; font-size: .9rem;
  display: grid; place-items: center; border: 1px solid rgba(255,200,44,.3);
}

/* Total panel */
.checkout-total-panel { margin-bottom: 16px; padding-top: 12px; padding-bottom: 12px; }
.checkout-total-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 0; font-size: .95rem; color: var(--text-dim);
}
.checkout-total-final { font-size: 1.15rem; color: #fff; font-weight: 700; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.08); margin-top: 4px; }
.checkout-total { font-size: 1.5rem; color: var(--green); }

/* Formulario Pix */
.checkout-form-panel { margin-bottom: 16px; }
.checkout-form-panel h3 { color: #fff; margin-top: 0; display: flex; align-items: center; gap: 8px; }
.checkout-form-panel h3 .icon { color: var(--accent); }
.pix-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-field label { font-size: .82rem; color: var(--text-dim); font-weight: 600; }
.form-field input {
  background: #0e1a26; border: 1px solid #000; border-radius: 4px;
  padding: 13px 15px; color: #e6edf3; font-size: 1rem; font-family: inherit;
  box-shadow: inset 0 1px 6px rgba(0,0,0,.5);
}
.form-field input:focus { outline: none; border-color: var(--accent-2); box-shadow: inset 0 1px 6px rgba(0,0,0,.5), 0 0 0 2px rgba(26,159,255,.25); }
.checkout-btn { width: 100%; margin-top: 4px; padding: 16px; font-size: 1.1rem; }
.checkout-disclaimer { margin: 10px 0 0; font-size: .82rem; }

/* Pix QR / resultado */
.pix-result { text-align: center; margin-bottom: 16px; }
.pix-result-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.pix-result h3 { color: #fff; margin-top: 0; }
.pix-timer { display: flex; align-items: center; gap: 6px; color: var(--gold); font-size: .88rem; font-weight: 600; }
.pix-timer .icon { font-size: 1.1em; }
.pix-qr-wrap {
  display: flex; justify-content: center; padding: 20px;
  background: #fff; border-radius: 12px; margin: 16px auto; max-width: 240px;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
}
.pix-qr-img { width: 200px; height: 200px; }
.pix-code-row { display: flex; gap: 8px; margin: 14px 0; }
.pix-code-row input {
  flex: 1; background: #0e1a26; border: 1px solid rgba(102,192,244,.3);
  border-radius: 4px; padding: 11px 14px; color: var(--accent); font-size: .85rem;
  font-family: monospace; text-overflow: ellipsis;
}
.pix-status {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  color: var(--accent); font-weight: 600; font-size: .95rem; margin-top: 14px;
  background: rgba(102,192,244,.06); border-radius: 8px; padding: 12px;
}
.pix-status-spinner {
  width: 18px; height: 18px; border: 2px solid rgba(102,192,244,.25);
  border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite;
}

/* Confirmado */
.pix-confirmed {
  text-align: center; padding: 40px 20px; margin-bottom: 16px;
  background: linear-gradient(180deg, rgba(164,208,7,.1) 0%, var(--bg-2) 100%);
  border-color: rgba(164,208,7,.4);
}
.pix-confirmed-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%;
  background: linear-gradient(90deg, var(--green), #7fae0a); color: #16202d;
  margin-bottom: 16px;
}
.pix-confirmed-icon .icon { font-size: 2em; stroke-width: 3; }
.pix-confirmed h3 { color: #fff; margin: 0 0 8px; font-size: 1.4rem; }

/* ---------- Popup "Desconto aprovado!" ---------- */
.discount-popup-overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.85); z-index: 200;
  display: flex; align-items: center; justify-content: center;
  animation: popupFadeIn .4s ease;
}
.discount-popup-overlay.fade-out { animation: popupFadeOut .5s ease forwards; }
@keyframes popupFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes popupFadeOut { from { opacity: 1; } to { opacity: 0; } }
.discount-popup-box {
  text-align: center; padding: 40px 50px; border-radius: 16px;
  background: linear-gradient(135deg, #1a2a3d 0%, #0e1620 100%);
  border: 2px solid rgba(164,208,7,.4);
  box-shadow: 0 0 60px rgba(164,208,7,.2), 0 20px 60px rgba(0,0,0,.6);
  animation: popupBoxIn .5s cubic-bezier(.2,.8,.2,1.3);
  max-width: 90vw;
}
@keyframes popupBoxIn { from { transform: scale(.6); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.discount-popup-check {
  display: inline-flex; align-items: center; justify-content: center;
  width: 72px; height: 72px; border-radius: 50%;
  background: linear-gradient(90deg, var(--green), #7fae0a); color: #16202d;
  margin-bottom: 20px;
}
.discount-popup-check .icon { font-size: 2em; stroke-width: 3; }
.discount-popup-box h2 { color: #fff; font-size: 1.8rem; margin: 0 0 8px; }

/* ---------- Price comparison panel ---------- */
.checkout-original-panel { padding: 24px; margin-bottom: 16px; }
.price-compare { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; }
.price-compare-row { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.price-compare-label { font-size: .85rem; font-weight: 600; }
.price-compare-old .price-compare-label { color: var(--danger); }
.price-compare-old .price-compare-value { font-size: 1.6rem; font-weight: 800; color: var(--danger); text-decoration: line-through; opacity: 0; animation: priceReveal .6s ease .3s forwards; }
.price-compare-arrow { color: var(--accent); font-size: 1.5rem; opacity: 0; animation: priceReveal .4s ease .7s forwards; }
.price-compare-arrow .icon { font-size: 1.5em; }
.price-compare-new .price-compare-label { color: var(--green); }
.price-compare-new .price-compare-value { font-size: 2rem; font-weight: 900; color: var(--green); opacity: 0; animation: priceReveal .6s ease .9s forwards; }
@keyframes priceReveal { from { opacity: 0; transform: scale(.8) translateY(6px); } to { opacity: 1; transform: none; } }

/* ---------- Game swap button ---------- */
.game-box-swap {
  position: absolute; top: 8px; right: 8px; z-index: 2;
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(0,0,0,.7); color: var(--accent); border: 1px solid rgba(102,192,244,.3);
  font-size: .72rem; font-weight: 700; padding: 4px 10px; border-radius: 14px;
  cursor: pointer; font-family: inherit; transition: background .15s, border-color .15s;
  backdrop-filter: blur(4px);
}
.game-box-swap:hover { background: rgba(0,0,0,.9); border-color: var(--accent); }
.game-box-swap .icon { font-size: .9em; }

/* ---------- Swap overlay ---------- */
.swap-overlay {
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.85); z-index: 200;
  display: flex; align-items: center; justify-content: center;
  animation: popupFadeIn .3s ease; padding: 20px;
}
.swap-panel { max-width: 600px; width: 100%; max-height: 80vh; overflow-y: auto; }
.swap-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.swap-header h3 { color: #fff; margin: 0; }
.swap-search-wrap { display: flex; gap: 8px; align-items: center; margin-bottom: 10px; }

/* ---------- Order bump panel (game picker) ---------- */
.order-bump-panel {
  border: 2px dashed rgba(255,200,44,.35); border-radius: 10px;
  padding: 20px; margin-bottom: 16px;
  background: rgba(255,200,44,.04);
}
.order-bump-panel:hover { border-color: var(--gold); }
.bump-panel-title { color: #fff; font-weight: 700; margin: 6px 0 4px; font-size: 1.05rem; }
.bump-panel-desc { color: var(--text-dim); font-size: .9rem; margin: 0 0 14px; }
.bump-panel-desc b { color: var(--green); font-size: 1.1rem; }
.bump-search-wrap { margin-bottom: 10px; display: flex; gap: 8px; align-items: center; }
.bump-selected-bar { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin: 10px 0; }
.chip-price { color: var(--green); font-weight: 700; font-size: .78rem; }
.games-grid-sm { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 8px; margin-top: 10px; }
.game-card-sm .game-title { font-size: .78rem; padding: 6px 8px; }

/* ---------- Sent to nick ---------- */
.sent-to-nick {
  display: flex; align-items: center; gap: 8px; justify-content: center;
  color: var(--text-dim); font-size: .95rem; margin: 16px 0;
  background: rgba(102,192,244,.06); border-radius: 8px; padding: 12px;
}
.sent-to-nick b { color: var(--accent); }
.sent-to-nick .icon { color: var(--accent); flex-shrink: 0; }

/* ---------- Continuar para pagamento ---------- */
.checkout-go-payment { width: 100%; margin-bottom: 20px; padding: 16px; font-size: 1.1rem; }

/* ---------- Recommended section ---------- */
.recommended-section { margin-bottom: 20px; }
.recommended-title { color: #fff; font-size: 1rem; display: flex; align-items: center; gap: 8px; margin: 0 0 10px; }
.recommended-title .icon { color: var(--gold); }

/* ---------- Footer ---------- */
.site-footer { background: #0e161f; border-top: 1px solid rgba(255,255,255,.06); padding: 34px 0 46px; margin-top: 30px; }
.footer-logo { font-weight: 800; letter-spacing: 1px; color: #67707a; font-size: 1.2rem; margin-bottom: 12px; }
.disclaimer-strong { color: #7b8994; font-size: .86rem; max-width: 760px; line-height: 1.6; }
.disclaimer-strong b { color: #a7b5bf; }
.site-footer a { color: #6a8ba3; }

/* ---------- Responsivo / Mobile ---------- */
@media (max-width: 720px) {
  .offer-strip { font-size: .78rem; padding: 7px 10px; gap: 7px; }
  .offer-secondary { display: none; }
  .offer-dot { display: none; }
  .main-nav { display: none; }
  .header-inner { gap: 10px; height: 58px; }
  .header-right .btn span, .header-right .btn { font-size: .8rem; }
  .header-right .btn { padding: 9px 12px; }
  .logo-slot { height: 34px; }
  .logo-slot .logo-img { height: 34px; max-width: 150px; }
  .logo-slot .wordmark { font-size: 1.15rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { gap: 8px; flex-direction: column; font-size: .85rem; }
  .section-head { flex-direction: column; gap: 4px; align-items: flex-start; }
  .deals-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .deal-name { font-size: .82rem; min-height: 2.2em; }
  .discount-badge { font-size: .82rem; padding: 3px 6px; }
  .price-final { font-size: .86rem; }
  .price-old { font-size: .68rem; }
  .event-tag { font-size: .62rem; padding: 2px 6px; }
  .cta-inner { flex-direction: column; align-items: stretch; text-align: center; }
  .cta-inner .btn { width: 100%; }
  .funnel { padding: 20px 0 40px; }
  .steps { gap: 6px; }
  .step { padding: 8px 12px; font-size: .76rem; }
  .step .step-num { width: 20px; height: 20px; }
  .profile-form, .search-box { flex-direction: column; }
  .profile-form .btn { width: 100%; }
  #confirm-profile { margin-left: 0; width: 100%; }
  .profile-approved { order: 3; }
  .profile-card { gap: 12px; padding: 14px; }
  .avatar { width: 64px; height: 64px; }
  .verify-icon { width: 40px; height: 40px; }
  .quiz-question { font-size: 1.7rem; }
  .quiz-opt { padding: 14px; font-size: 1.05rem; }
  .games-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .game-card .game-title { font-size: .76rem; padding: 6px 8px; }
  .step-actions .btn { flex: 1; }
  .toast-stack { left: 8px; right: 8px; bottom: 8px; width: auto; }
  .toast { padding: 7px 9px; }
  .toast-avatar { width: 32px; height: 32px; }
  .toast-text { font-size: .76rem; }
  .toast-cover { width: 50px; height: 24px; }
  .checkout-hero-banner { flex-direction: column; text-align: center; }
  .checkout-hero-left { flex-direction: column; align-items: center; }
  .checkout-boxes { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .pix-code-row { flex-direction: column; }
  .discount-popup-box { padding: 30px 20px; }
  .discount-popup-box h2 { font-size: 1.4rem; }
  .discount-popup-check { width: 56px; height: 56px; }
  .checkout-go-payment { font-size: .95rem; padding: 14px; }
  .order-bump-panel { padding: 14px; }
  .games-grid-sm { grid-template-columns: repeat(2, 1fr); }
  .bump-search-wrap { flex-direction: column; }
  .price-compare { flex-direction: column; gap: 10px; }
  .price-compare-old .price-compare-value { font-size: 1.3rem; }
  .price-compare-new .price-compare-value { font-size: 1.6rem; }
  .price-compare-arrow { transform: rotate(90deg); }
  .swap-panel { max-height: 70vh; }
  .pix-qr-wrap { max-width: 200px; padding: 14px; }
  .pix-qr-img { width: 160px; height: 160px; }
  .pix-result-header { flex-direction: column; text-align: center; }
}

@media (max-width: 340px) {
  .hero-title { font-size: 1.8rem; }
  .deals-grid, .games-grid { grid-template-columns: 1fr; }
  .quiz-options { grid-template-columns: 1fr; }
}

/* Categorias */
.category-block { margin-bottom: 2.5rem; }
.category-block:last-child { margin-bottom: 0; }

/* ---------- Prova social ---------- */
.social-proof-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px;
}
.social-proof-sm { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; }
.social-card {
  background: linear-gradient(180deg, var(--panel) 0%, var(--bg-2) 100%);
  border: 1px solid rgba(255,255,255,.06); border-radius: 10px; padding: 16px;
  box-shadow: var(--shadow); opacity: 0; animation: socialCardIn .5s ease forwards;
}
@keyframes socialCardIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.social-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.social-avatar { width: 40px; height: 40px; border-radius: 6px; border: 1px solid rgba(102,192,244,.3); object-fit: cover; background: #0e1620; }
.social-info { display: flex; flex-direction: column; gap: 2px; }
.social-name { color: var(--accent); font-weight: 700; font-size: .88rem; }
.social-stars { display: flex; gap: 2px; }
.social-stars .star { color: #3a4552; font-size: .85rem; }
.social-stars .star.filled { color: var(--gold); }
.social-stars .star .icon { fill: currentColor; stroke: none; }
.social-text { color: var(--text); font-size: .88rem; line-height: 1.5; margin: 0 0 8px; font-style: italic; }
.social-verified { display: inline-flex; align-items: center; gap: 4px; font-size: .72rem; font-weight: 700; color: var(--green); }
.social-verified .icon { font-size: .85em; }
.social-card-shine {
  border-color: rgba(255,215,0,.25);
  box-shadow: var(--shadow), 0 0 14px rgba(255,215,0,.12);
  position: relative;
  overflow: hidden;
}
.social-card-shine::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 60%; height: 100%;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.1) 50%, transparent 70%);
  animation: cardShine 3s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
.pix-manual-btn { margin-top: 10px; width: 100%; border: 1px dashed rgba(255,255,255,.15); color: var(--muted); }
.pix-manual-btn:hover { color: var(--accent); border-color: var(--accent); }
.checkout-social-proof-panel { margin-bottom: 16px; }
.checkout-social-proof-panel h3 { color: #fff; margin: 0 0 14px; display: flex; align-items: center; gap: 8px; }
.checkout-social-proof-panel h3 .icon { color: var(--gold); }

/* ---------- Confetti ---------- */
.confetti {
  position: fixed; top: -10px; z-index: 300; border-radius: 2px; pointer-events: none;
  animation: confettiFall 2s ease-in forwards;
}
@keyframes confettiFall {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(100vh) rotate(720deg); opacity: 0; }
}

/* ---------- Game box price row ---------- */
.game-box-price-row {
  display: flex; align-items: center; gap: 6px; margin-top: 6px; flex-wrap: wrap;
}
.game-box-discount { font-size: .78rem; padding: 2px 6px; }
.game-box-final { font-size: .92rem; }

/* ---------- Game card disabled (max selecionado) ---------- */
.game-card.disabled { opacity: .4; pointer-events: none; filter: grayscale(.5); }

/* ---------- Pedido mínimo warning ---------- */
.min-order-warning {
  display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  background: rgba(255,200,44,.08); border: 1px solid rgba(255,200,44,.35);
  border-radius: 8px; color: var(--gold); font-size: .9rem; font-weight: 600;
  margin-bottom: 12px; animation: fade .3s ease;
}
.min-order-warning .icon { flex-shrink: 0; }
.min-order-warning b { color: #fff; }

/* ---------- Glow pulse para botão primário ---------- */
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 2px 12px rgba(45,115,255,.35); }
  50% { box-shadow: 0 2px 24px rgba(45,115,255,.6), 0 0 12px rgba(6,191,255,.3); }
}
.checkout-go-payment:not(:disabled) { animation: glowPulse 2s ease-in-out infinite; }

@media (max-width: 720px) {
  .social-proof-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
