/* ==========================================================================
   H2bet Bônus (h2betbonus.org) — theme layer on top of Bootstrap 5
   Reproduces the original dark/gold/neon design system (ported 1:1 from the
   site's own globals.css — this site never used Tailwind utilities in markup).
   Load AFTER bootstrap.min.css so these rules win where they overlap.

   Palette: dark navy bg (#070b16), gold (#ffc92e), green (#21c25e),
   cyan (#21d4fd). Fonts: system stack (as original).
   ========================================================================== */

/* ---- Bootstrap variable bridge (keep Bootstrap base on-theme) ---- */
:root {
  --bs-body-bg: #070b16;
  --bs-body-color: #eef2fb;
  --bs-body-font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --bs-body-font-size: 17px;
  --bs-body-line-height: 1.75;
  --bs-link-color: #6ef0ff;
  --bs-link-hover-color: #21d4fd;
  --bs-border-color: #2a3a66;
  --bs-emphasis-color: #fff;
}
/* Bootstrap resets we must neutralise so the original look is preserved */
.container { max-width: 1140px; }
a:hover { text-decoration: underline; }

/* ==========================================================================
   Original design system (verbatim from globals.css)
   ========================================================================== */

/* =========================================================================
   H2bet Bônus — design system (gaming/cassino)
   Estilo inspirado nos design_files: fundo escuro + dourado + neon (verde/ciano),
   brilhos (glow), cards de promoção coloridos, grade de jogos e selos.
   Filosofia GeneratePress: CSS enxuto, fontes do sistema, containers estáveis.
   ========================================================================= */

:root {
  --bg: #070b16;
  --bg-2: #0a1124;
  --panel: #111a33;
  --panel-2: #16203f;
  --panel-3: #1b2750;
  --border: #2a3a66;
  --border-soft: #213056;

  --gold: #ffc92e;
  --gold-2: #ffe07a;
  --gold-deep: #e0a800;

  --green: #21c25e;
  --green-2: #2ee06f;
  --green-deep: #15924a;

  --cyan: #21d4fd;
  --cyan-2: #6ef0ff;
  --purple: #8b5cf6;
  --pink: #ff4d8d;
  --orange: #ff8a1e;

  --text: #eef2fb;
  --muted: #aeb9d6;
  --muted-2: #7e8cb4;
  --red: #ff5470;

  --radius: 16px;
  --radius-sm: 11px;
  --maxw: 1140px;

  --shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  --glow-gold: 0 0 0 1px rgba(255, 201, 46, 0.25), 0 10px 30px rgba(255, 201, 46, 0.18);
  --glow-green: 0 8px 26px rgba(33, 194, 94, 0.4);
  --glow-cyan: 0 0 22px rgba(33, 212, 253, 0.35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg);
  background-image:
    radial-gradient(900px 480px at 78% -120px, rgba(33, 212, 253, 0.12), transparent 60%),
    radial-gradient(1100px 560px at 20% -160px, rgba(255, 201, 46, 0.14), transparent 62%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  background-attachment: fixed;
}

/* leve textura de grade ao fundo */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 50% 0, #000, transparent 75%);
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan-2); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 18px; }

/* ---------------------------- Tipografia ---------------------------- */
h1, h2, h3, h4 { line-height: 1.18; margin: 0 0 0.5em; font-weight: 900; }
h1 {
  font-size: clamp(2rem, 6vw, 3.4rem);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(180deg, #fff 30%, var(--gold) 130%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 30px rgba(255, 201, 46, 0.25);
}
h2 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.4px;
}
/* barra-acento à esquerda dos títulos de seção dentro do artigo */
.prose > section > h2,
.section-block > h2 {
  position: relative; padding-left: 16px;
}
.prose > section > h2::before,
.section-block > h2::before {
  content: ""; position: absolute; left: 0; top: 0.08em; bottom: 0.08em; width: 6px;
  border-radius: 6px; background: linear-gradient(180deg, var(--gold-2), var(--gold-deep));
  box-shadow: var(--glow-cyan);
}
h3 { font-size: clamp(1.18rem, 2.6vw, 1.45rem); color: var(--gold-2); }
p { margin: 0 0 1.1em; color: #d9e1f5; }
strong { color: #fff; }
.lead { font-size: 1.14rem; color: var(--muted); }
.gold { color: var(--gold); }
.green { color: var(--green-2); }
.cyan { color: var(--cyan-2); }

/* Título de seção decorado (pill + heading) */
.section-title { text-align: center; margin: 0 0 26px; }
.section-title .pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold-deep));
  color: #241a00; font-weight: 900; font-size: 0.82rem; letter-spacing: 1px;
  text-transform: uppercase; padding: 7px 18px; border-radius: 999px;
  box-shadow: var(--glow-gold);
}
.section-title .pill svg { width: 16px; height: 16px; }
.section-title h2 { margin: 14px 0 6px; }
.section-title h2::before { display: none; }
.section-title p { color: var(--muted); max-width: 720px; margin: 0 auto; }

/* ---------------------------- Header / Nav ---------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7, 11, 22, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; gap: 12px; min-height: 52px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand:hover { text-decoration: none; }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--panel); border: 1px solid var(--border); color: var(--text);
  width: 40px; height: 40px; border-radius: 10px; cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; }

.main-nav ul { list-style: none; margin: 0; padding: 0; }
.main-nav a { color: var(--text); font-weight: 700; font-size: 0.95rem; display: block; padding: 9px 12px; border-radius: 9px; white-space: nowrap; }
.main-nav a:hover { color: var(--gold); background: var(--panel); text-decoration: none; }

.nav-state { display: none; }
.main-nav {
  position: fixed; inset: 52px 0 auto 0; background: var(--bg-2);
  border-bottom: 1px solid var(--border); max-height: 0; overflow: hidden; transition: max-height 0.25s ease;
}
.nav-state:checked ~ .main-nav { max-height: 82vh; overflow-y: auto; }
.main-nav ul { padding: 8px 16px 18px; }
.main-nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

.header-cta { display: none; }
@media (min-width: 1080px) {
  .nav-toggle { display: none; }
  .main-nav { position: static; inset: auto; max-height: none; overflow: visible; background: transparent; border: 0; }
  .main-nav ul { display: flex; gap: 0; padding: 0; flex-wrap: nowrap; }
  .main-nav li { border: 0; }
  .main-nav a { padding: 8px 10px; font-size: 0.92rem; }
  .header-cta { display: inline-flex; flex-shrink: 0; }
}

/* ---------------------------- Botões ---------------------------- */
.btn {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 9px; justify-content: center;
  font-weight: 900; border-radius: 999px; padding: 14px 26px; cursor: pointer;
  border: 0; text-align: center; line-height: 1.1; text-transform: uppercase; letter-spacing: 0.4px;
  white-space: nowrap;
  transition: transform 0.12s ease, filter 0.12s ease, box-shadow 0.12s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); filter: brightness(1.06); }
/* brilho que desliza */
.btn::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-18deg); transition: left 0.6s ease;
}
.btn:hover::after { left: 130%; }
.btn-cta { background: linear-gradient(180deg, var(--green-2), var(--green-deep)); color: #04210f; box-shadow: var(--glow-green); }
.btn-gold { background: linear-gradient(180deg, var(--gold-2), var(--gold-deep)); color: #281c00; box-shadow: var(--glow-gold); }
.btn-cyan { background: linear-gradient(180deg, var(--cyan-2), var(--cyan)); color: #042230; box-shadow: var(--glow-cyan); }
.btn-ghost { background: var(--panel); color: var(--text); border: 1px solid var(--border); }
.btn-ghost::after { display: none; }
.btn-lg { font-size: 1.06rem; padding: 16px 32px; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }

/* ---------------------------- Layout de artigo ---------------------------- */
.page-wrap { padding: 26px 0 64px; }
.article-grid { display: block; }
@media (min-width: 1024px) {
  .article-grid { display: grid; grid-template-columns: 1fr 290px; gap: 38px; align-items: start; }
  /* content fills the wide column (left); TOC the narrow column (right) — */
  /* explicit placement so DOM order (TOC first, for mobile) doesn't swap them. */
  .article-grid .prose { grid-column: 1; grid-row: 1; min-width: 0; }
  .article-grid .toc-aside { grid-column: 2; grid-row: 1; position: sticky; top: 66px; }
}
.prose > section { margin: 0 0 38px; scroll-margin-top: 86px; }
.prose ul, .prose ol { margin: 0 0 1.2em; padding-left: 0; }

/* Lista com check */
.check-list { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 10px; }
.check-list li {
  position: relative; padding: 13px 15px 13px 48px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--border-soft); border-radius: var(--radius-sm);
}
.check-list li::before {
  content: ""; position: absolute; left: 13px; top: 14px; width: 23px; height: 23px; border-radius: 50%;
  background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2304210f' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 14px no-repeat;
  box-shadow: 0 0 12px rgba(33, 194, 94, 0.5);
}
.dot-list { list-style: none; padding: 0; margin: 0 0 1.2em; display: grid; gap: 9px; }
.dot-list li { position: relative; padding-left: 24px; }
.dot-list li::before {
  content: ""; position: absolute; left: 2px; top: 11px; width: 9px; height: 9px; border-radius: 50%;
  background: var(--gold); box-shadow: 0 0 10px rgba(255, 201, 46, 0.7);
}
/* lista numerada estilizada */
.num-list { list-style: none; counter-reset: n; padding: 0; margin: 0 0 1.2em; display: grid; gap: 10px; }
.num-list li { position: relative; padding: 13px 16px 13px 52px; background: var(--panel); border: 1px solid var(--border-soft); border-radius: var(--radius-sm); counter-increment: n; }
.num-list li::before {
  content: counter(n); position: absolute; left: 12px; top: 50%; transform: translateY(-50%);
  width: 28px; height: 28px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, var(--gold-2), var(--gold-deep)); color: #281c00; font-weight: 900; font-size: 0.9rem;
}

/* ---------------------------- Tabelas ---------------------------- */
.table-wrap { overflow-x: auto; margin: 0 0 1.4em; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; min-width: 460px; background: var(--panel); }
caption { caption-side: top; text-align: left; color: var(--muted); font-size: 0.9rem; padding: 0 0 8px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--border-soft); vertical-align: top; }
thead th {
  background: linear-gradient(180deg, var(--panel-3), var(--panel-2));
  color: var(--gold); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px;
}
tbody tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) { background: rgba(255, 255, 255, 0.025); }
tbody tr:hover { background: rgba(33, 212, 253, 0.06); }

/* ---------------------------- Cards / Painéis ---------------------------- */
.panel { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.panel.glow { box-shadow: var(--shadow), inset 0 0 0 1px rgba(33, 212, 253, 0.08); }
.card-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 620px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .card-grid.cols-3 { grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 980px) { .card-grid.cols-4 { grid-template-columns: repeat(4, 1fr); } }

.link-card {
  position: relative; display: flex; flex-direction: column; gap: 8px; padding: 22px 20px;
  background: linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--border); border-radius: var(--radius); height: 100%; overflow: hidden;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.link-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--cyan)); opacity: 0; transition: opacity 0.18s ease;
}
.link-card:hover { text-decoration: none; border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--glow-gold); }
.link-card:hover::before { opacity: 1; }
.link-card .ic-wrap {
  width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 30% 25%, rgba(255, 201, 46, 0.25), rgba(33, 212, 253, 0.12));
  border: 1px solid var(--border); color: var(--gold);
}
.link-card .ic-wrap svg { width: 30px; height: 30px; }
.link-card h3 { margin: 4px 0 2px; color: #fff; }
.link-card p { color: var(--muted); margin: 0; font-size: 0.98rem; }
.link-card .more { margin-top: auto; color: var(--gold); font-weight: 800; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.5px; }

/* Caixa de destaque */
.callout { border-left: 4px solid var(--gold); background: var(--panel); border-radius: var(--radius-sm); padding: 16px 18px; margin: 0 0 1.4em; box-shadow: var(--shadow); }
.callout.green { border-left-color: var(--green); }
.callout.cyan { border-left-color: var(--cyan); }
.callout.red { border-left-color: var(--red); }
.callout p:last-child { margin-bottom: 0; }
.callout .ttl { display: block; font-weight: 900; color: #fff; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 0.4px; font-size: 0.92rem; }

/* ---------------------------- Hero ---------------------------- */
.hero { padding: 46px 0 20px; }
.hero-inner { display: grid; gap: 26px; align-items: center; grid-template-columns: 1fr; text-align: center; }
@media (min-width: 920px) { .hero-inner { grid-template-columns: 1.15fr 0.85fr; text-align: left; } }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--border);
  color: var(--gold); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.8px; padding: 7px 15px; border-radius: 999px;
  text-transform: uppercase; margin-bottom: 16px; box-shadow: var(--glow-cyan);
}
.hero p.lead { max-width: 640px; margin-bottom: 22px; }
@media (max-width: 919px) { .hero p.lead { margin-left: auto; margin-right: auto; } }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 919px) { .hero-cta { justify-content: center; } }

/* Card de oferta no hero */
.offer-card {
  position: relative; background: linear-gradient(180deg, var(--panel-3), var(--panel-2));
  border: 1px solid var(--gold); border-radius: 20px; padding: 26px 22px; text-align: center;
  box-shadow: var(--glow-gold); overflow: hidden;
}
.offer-card::before {
  content: ""; position: absolute; top: -40%; left: -10%; width: 120%; height: 80%;
  background: radial-gradient(circle, rgba(255, 201, 46, 0.22), transparent 60%);
}
.offer-card .ribbon {
  position: relative; display: inline-block; background: var(--red); color: #fff; font-weight: 900; font-size: 0.78rem;
  text-transform: uppercase; letter-spacing: 1px; padding: 6px 16px; border-radius: 999px; margin-bottom: 12px;
}
.offer-card .big { position: relative; font-size: clamp(2.2rem, 8vw, 3rem); font-weight: 900; color: var(--gold); line-height: 1; text-shadow: 0 0 24px rgba(255, 201, 46, 0.5); }
.offer-card .sub { position: relative; color: var(--muted); margin: 6px 0 16px; }
.offer-card .mini { position: relative; display: flex; justify-content: center; gap: 14px; margin-top: 14px; color: var(--muted-2); font-size: 0.82rem; }

/* Mascote do hero — imagem com fundo escuro que se funde ao hero (efeito "transparente") */
.hero-mascot { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-mascot::before {
  content: ""; position: absolute; width: 78%; height: 76%; border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 201, 46, 0.22), rgba(33, 212, 253, 0.12) 45%, transparent 68%);
}
.hero-mascot img {
  position: relative; width: 100%; max-width: 440px; height: auto; display: block;
  -webkit-mask-image: radial-gradient(ellipse 78% 84% at 50% 46%, #000 56%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 84% at 50% 46%, #000 56%, transparent 100%);
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.55));
}
@media (max-width: 919px) {
  .hero-mascot img { max-width: 330px; }
}

/* Faixa de estatísticas / trust */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0 6px; }
@media (min-width: 720px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; text-align: center; }
.stat .num { font-size: 1.55rem; font-weight: 900; color: var(--gold); }
.stat .lbl { font-size: 0.84rem; color: var(--muted); }

/* Trust badges (linha de selos) */
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 8px 0 0; }
.trust-badge {
  display: inline-flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--border);
  border-radius: 999px; padding: 9px 16px; font-weight: 700; font-size: 0.88rem; color: var(--text);
}
.trust-badge svg { width: 18px; height: 18px; color: var(--cyan-2); }

/* ---------------------------- Feature grid (ícones) ---------------------------- */
.feature { text-align: center; padding: 24px 18px; }
.feature .ic-circle {
  width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: var(--gold);
  background: radial-gradient(circle at 35% 30%, rgba(255, 201, 46, 0.28), rgba(33, 212, 253, 0.1));
  border: 1px solid var(--border); box-shadow: var(--glow-cyan);
}
.feature .ic-circle svg { width: 32px; height: 32px; }
.feature h3 { color: #fff; font-size: 1.1rem; margin-bottom: 6px; }
.feature p { color: var(--muted); margin: 0; font-size: 0.96rem; }

/* ---------------------------- Promo cards (coloridos) ---------------------------- */
.promo-grid { display: grid; gap: 16px; grid-template-columns: 1fr; }
@media (min-width: 680px) { .promo-grid { grid-template-columns: 1fr 1fr; } }
.promo {
  position: relative; border-radius: var(--radius); padding: 22px; overflow: hidden; min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.14); color: #fff; box-shadow: var(--shadow);
  display: flex; flex-direction: column; justify-content: flex-end; gap: 6px;
}
.promo .tag { position: absolute; top: 14px; left: 14px; background: rgba(0, 0, 0, 0.4); border: 1px solid rgba(255, 255, 255, 0.25); padding: 4px 12px; border-radius: 999px; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.6px; }
.promo h3 { color: #fff; margin: 0; font-size: 1.25rem; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.promo p { color: rgba(255, 255, 255, 0.88); margin: 0; font-size: 0.95rem; }
.promo.p-gold { background: linear-gradient(135deg, #b8860b, #ff8a1e 80%); }
.promo.p-green { background: linear-gradient(135deg, #0f7a3d, #2ee06f 90%); }
.promo.p-purple { background: linear-gradient(135deg, #5b2a9e, #b052ff 90%); }
.promo.p-cyan { background: linear-gradient(135deg, #0b6e8c, #21d4fd 90%); }
.promo.p-pink { background: linear-gradient(135deg, #a01d57, #ff4d8d 90%); }
.promo.p-red { background: linear-gradient(135deg, #9b1b2e, #ff5470 90%); }
.promo::after { content: ""; position: absolute; top: -30px; right: -30px; width: 130px; height: 130px; border-radius: 50%; background: rgba(255, 255, 255, 0.16); }

/* ---------------------------- Game grid (jogos) ---------------------------- */
.game-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 620px) { .game-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 920px) { .game-grid { grid-template-columns: repeat(5, 1fr); } }
.game {
  position: relative; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--border);
  aspect-ratio: 3 / 4; display: flex; align-items: flex-end; padding: 12px;
  background: linear-gradient(180deg, var(--panel-3), var(--panel-2));
  transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.game:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: var(--glow-gold); }
.game .g-emoji { position: absolute; top: 14px; left: 0; right: 0; text-align: center; font-size: 2.4rem; filter: drop-shadow(0 4px 10px rgba(0,0,0,0.5)); }
.game .g-name { position: relative; font-weight: 800; font-size: 0.86rem; color: #fff; }
.game .g-tag { position: absolute; top: 8px; right: 8px; background: var(--gold); color: #281c00; font-size: 0.62rem; font-weight: 900; padding: 2px 7px; border-radius: 6px; text-transform: uppercase; }

/* ---------------------------- Passos numerados ---------------------------- */
.steps { display: grid; gap: 14px; grid-template-columns: 1fr; counter-reset: step; margin: 0 0 1.2em; }
@media (min-width: 560px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 860px) { .steps.cols-4 { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 16px; text-align: center; }
.step .badge {
  width: 50px; height: 50px; margin: 0 auto 12px; border-radius: 14px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold-deep)); color: #281c00;
  display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.3rem;
  counter-increment: step; box-shadow: var(--glow-gold);
}
.step .badge::after { content: counter(step); }
.step h3 { color: #fff; font-size: 1.06rem; margin: 0 0 6px; }
.step p { font-size: 0.95rem; color: var(--muted); margin: 0; }

/* ---------------------------- Breadcrumbs ---------------------------- */
.breadcrumbs { font-size: 0.88rem; color: var(--muted-2); margin: 0 0 18px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; padding: 0; margin: 0; }
.breadcrumbs li { display: flex; align-items: center; gap: 7px; }
.breadcrumbs li + li::before { content: "›"; color: var(--muted-2); }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs [aria-current="page"] { color: var(--gold); }

/* ---------------------------- Sumário (TOC) ---------------------------- */
.toc { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow); }
.toc h2 { font-size: 1rem; margin: 0 0 12px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.5px; }
.toc ol { margin: 0; padding-left: 18px; display: grid; gap: 8px; }
.toc a { color: var(--muted); font-size: 0.95rem; }
.toc a:hover { color: var(--cyan-2); }

/* ---------------------------- FAQ ---------------------------- */
.faq { display: grid; gap: 10px; }
.faq details { background: linear-gradient(180deg, var(--panel), var(--panel-2)); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 4px 18px; }
.faq details[open] { border-color: var(--gold); box-shadow: var(--glow-gold); }
.faq summary { cursor: pointer; font-weight: 800; color: var(--gold-2); padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--gold); line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details > p { margin: 0 0 14px; color: var(--muted); }

/* ---------------------------- CTA banner ---------------------------- */
.cta-banner {
  position: relative; margin: 40px 0 0; padding: 38px 22px; text-align: center; border-radius: 20px; overflow: hidden;
  background:
    radial-gradient(520px 220px at 50% 120%, rgba(33, 194, 94, 0.22), transparent 70%),
    radial-gradient(620px 240px at 50% -20%, rgba(255, 201, 46, 0.25), transparent 70%),
    linear-gradient(180deg, #16213f, #0c1430);
  border: 1px solid var(--gold);
  box-shadow: var(--glow-gold);
}
.cta-banner h2 { color: #fff; }
.cta-banner p { max-width: 640px; margin: 0 auto 20px; color: var(--muted); }

/* ---------------------------- Placeholder de imagem ---------------------------- */
.img-ph {
  position: relative; width: 100%; border-radius: var(--radius); overflow: hidden;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 14px, transparent 14px 28px),
    radial-gradient(circle at 70% 20%, rgba(33,212,253,0.15), transparent 55%),
    linear-gradient(135deg, #18244e, #0e1830);
  border: 1px dashed #3a4d86; color: var(--muted);
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.img-ph .ph-inner { padding: 18px; max-width: 92%; }
.img-ph .ph-tag { display: inline-block; font-size: 0.7rem; letter-spacing: 0.6px; text-transform: uppercase; color: var(--gold); border: 1px solid var(--border); border-radius: 999px; padding: 4px 12px; margin-bottom: 8px; background: rgba(0,0,0,0.25); }
.img-ph .ph-idea { font-size: 0.92rem; color: var(--muted); margin: 0; }

/* mascote placeholder (hero) */
.mascot-ph { aspect-ratio: 1 / 1; }

/* imagem on-page gerada (mascote) */
.site-img { margin: 0 0 1.4em; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); background: var(--panel); }
.site-img img { display: block; width: 100%; height: auto; }

/* ---------------------------- Related ---------------------------- */
.related h2 { font-size: 1.4rem; }

/* ---------------------------- Divisor ---------------------------- */
.divider { height: 1px; border: 0; margin: 38px 0; background: linear-gradient(90deg, transparent, var(--border), transparent); }

/* ---------------------------- Footer ---------------------------- */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-2); margin-top: 44px; }
.footer-grid { display: grid; gap: 26px; padding: 40px 0 26px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
.footer-grid h3 { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.4px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.footer-grid a { color: var(--muted); font-size: 0.95rem; }
.footer-grid a:hover { color: var(--gold); }
.age-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--panel); border: 1px solid var(--border); border-radius: 999px; padding: 7px 14px; color: var(--text); font-weight: 700; margin-top: 14px; }
.age-badge .n { background: var(--red); color: #fff; border-radius: 6px; padding: 1px 8px; font-size: 0.85rem; }
.footer-legal { border-top: 1px solid var(--border); padding: 18px 0 32px; color: var(--muted-2); font-size: 0.85rem; text-align: center; }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; background: var(--panel); border: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; color: var(--muted); }
.footer-social a:hover { color: var(--gold); border-color: var(--gold); box-shadow: var(--glow-gold); }
.footer-social svg { width: 20px; height: 20px; }

/* ---------------------------- Utilidades ---------------------------- */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.section-block { margin: 0 0 40px; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 10px; z-index: 100; background: var(--gold); color: #000; padding: 8px 14px; border-radius: 8px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

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

/* ===== Mobile responsiveness fixes (added) ===== */
body { overflow-x: hidden; overflow-x: clip; }
img, svg, video, iframe, canvas { max-width: 100%; }
@media (max-width: 768px) {
  h1, h2, h3, h4 { overflow-wrap: break-word; word-break: break-word; }
  .hero, .home-hero, .hero-grid, .page-hero-grid, .intro-grid, .split-section, .content-band { grid-template-columns: 1fr !important; }
  table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .table-wrap, .table-scroll, .table-responsive, .table-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
}
