/* Dark tone (#1a1a1a) + gold accent — layout preserved */
:root {
  --bg-deep: #0d0d0d;
  --bg: #1a1a1a;
  --bg-elevated: #242424;
  --bg-card: #1f1f1f;
  --border: rgba(255, 255, 255, 0.1);
  --border-input: rgba(255, 255, 255, 0.18);
  --text: #f2f2f2;
  --text-muted: #a3a3a3;
  --text-heading: #e8e8e8;
  --accent: #c9a227;
  --accent-bright: #e4c04a;
  --accent-dim: rgba(201, 162, 39, 0.18);
  --rtw-red: #9a1a1a;
  --rtw-red-dark: #7a1414;
  --rtw-deposit: #4ade80;
  --font: "DM Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.45;
  color: var(--text-muted);
  background: var(--bg-deep);
  min-height: 100vh;
}

body.subpage {
  display: flex;
  flex-direction: column;
}

body.subpage .subpage-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

body.subpage .subpage-hero-flush {
  padding: 0;
  background: transparent;
  min-height: 0;
}

/* ——— /jogos/ — Explore os jogos ——— */
.jogos-explore-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

body.subpage .subpage-main > section:last-of-type {
  flex: 1;
}

.jogos-explore-inner {
  max-width: 720px;
  margin: 0 auto;
}

.jogos-explore-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-explore-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-explore-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.jogos-explore-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.jogos-explore-list li:last-child {
  margin-bottom: 0;
}

.jogos-explore-icon {
  flex-shrink: 0;
  line-height: 1.5;
}

.jogos-explore-outro {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— /jogos/ — Slots ——— */
.jogos-slots-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.jogos-slots-inner {
  max-width: 720px;
  margin: 0 auto;
}

.jogos-slots-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-slots-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-slots-sublead {
  margin: 0 0 0.65rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  font-weight: 600;
  color: var(--text);
}

.jogos-slots-games {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.jogos-slots-games li {
  margin-bottom: 0.35rem;
}

.jogos-slots-games li::marker {
  color: var(--accent);
}

.jogos-slots-games li:last-child {
  margin-bottom: 0;
}

.jogos-slots-tip {
  margin: 1.25rem 0 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  font-weight: 600;
  color: var(--accent-bright);
}

/* ——— /jogos/ — Cassino ao vivo ——— */
.jogos-live-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.jogos-live-inner {
  max-width: 720px;
  margin: 0 auto;
}

.jogos-live-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-live-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-live-sublead {
  margin: 0 0 0.65rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  font-weight: 600;
  color: var(--text);
}

.jogos-live-games {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.jogos-live-games li {
  margin-bottom: 0.35rem;
}

.jogos-live-games li::marker {
  color: var(--accent);
}

.jogos-live-games li:last-child {
  margin-bottom: 0;
}

.jogos-live-tip {
  margin: 1.25rem 0 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  font-weight: 600;
  color: var(--accent-bright);
}

/* ——— /jogos/ — Jogos clássicos ——— */
.jogos-classicos-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.jogos-classicos-inner {
  max-width: 720px;
  margin: 0 auto;
}

.jogos-classicos-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-classicos-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-classicos-sublead {
  margin: 0 0 0.65rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  font-weight: 600;
  color: var(--text);
}

.jogos-classicos-games {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.jogos-classicos-games li {
  margin-bottom: 0.35rem;
}

.jogos-classicos-games li::marker {
  color: var(--accent);
}

.jogos-classicos-games li:last-child {
  margin-bottom: 0;
}

.jogos-classicos-tip {
  margin: 1.25rem 0 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  font-weight: 600;
  color: var(--accent-bright);
}

/* ——— /jogos/ — Mais populares hoje ——— */
.jogos-populares-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.jogos-populares-inner {
  max-width: 720px;
  margin: 0 auto;
}

.jogos-populares-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-populares-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-populares-list {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.jogos-populares-list li {
  margin-bottom: 0.35rem;
}

.jogos-populares-list li::marker {
  color: var(--accent);
}

.jogos-populares-list li:last-child {
  margin-bottom: 0;
}

.jogos-populares-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-populares-tip {
  margin: 1.25rem 0 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  font-weight: 600;
  color: var(--accent-bright);
}

/* ——— /jogos/ — Top 10 ——— */
.jogos-top10-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.jogos-top10-inner {
  max-width: 880px;
  margin: 0 auto;
}

.jogos-top10-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-top10-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-top10-body:last-of-type {
  margin-bottom: 1.35rem;
}

.jogos-top10-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.15);
}

.jogos-top10-caption {
  caption-side: top;
  padding: 14px 14px 10px;
  text-align: left;
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 700;
  color: var(--text-heading);
}

.jogos-top10-table {
  min-width: 560px;
}

.jogos-top10-table thead th {
  position: static;
}

/* ——— /jogos/ — Jogos que pagam mais ——— */
.jogos-pagam-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.jogos-pagam-inner {
  max-width: 720px;
  margin: 0 auto;
}

.jogos-pagam-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-pagam-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-pagam-sublead {
  margin: 0 0 0.65rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  font-weight: 600;
  color: var(--text);
}

.jogos-pagam-list {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.jogos-pagam-list li {
  margin-bottom: 0.35rem;
}

.jogos-pagam-list li::marker {
  color: var(--accent);
}

.jogos-pagam-list li:last-child {
  margin-bottom: 0;
}

.jogos-pagam-tip {
  margin: 1.25rem 0 0.5rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  font-weight: 600;
  color: var(--accent-bright);
}

.jogos-pagam-terms {
  margin: 0;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
  font-style: italic;
}

.jogos-pagam-terms li {
  margin-bottom: 0.35rem;
}

.jogos-pagam-terms li::marker {
  color: var(--accent);
}

.jogos-pagam-terms li:last-child {
  margin-bottom: 0;
}

/* ——— /jogos/ — Como começar ——— */
.jogos-comecar-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.jogos-comecar-inner {
  max-width: 720px;
  margin: 0 auto;
}

.jogos-comecar-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.jogos-comecar-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.jogos-comecar-steps {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.jogos-comecar-steps li {
  margin-bottom: 0.35rem;
  padding-left: 0.25rem;
}

.jogos-comecar-steps li::marker {
  color: var(--accent);
  font-weight: 600;
}

.jogos-comecar-steps li:last-child {
  margin-bottom: 0;
}

.jogos-comecar-body {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— /promocoes/ — Promoções disponíveis ——— */
.promo-disponiveis-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.promo-disponiveis-inner {
  max-width: 720px;
  margin: 0 auto;
}

.promo-disponiveis-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-disponiveis-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-disponiveis-list {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.promo-disponiveis-list li {
  margin-bottom: 0.35rem;
}

.promo-disponiveis-list li::marker {
  color: var(--accent);
}

.promo-disponiveis-list li:last-child {
  margin-bottom: 0;
}

.promo-disponiveis-outro {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— /promocoes/ — Principais promoções ——— */
.promo-principais-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.promo-principais-inner {
  max-width: 720px;
  margin: 0 auto;
}

.promo-principais-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-principais-lead {
  margin: 0 0 1.15rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-principais-h3 {
  margin: 1.35rem 0 0.65rem;
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--text-heading);
}

.promo-principais-h3:first-of-type {
  margin-top: 0;
}

.promo-principais-body {
  margin: 0 0 1.1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-principais-body:last-child {
  margin-bottom: 0;
}

/* ——— /promocoes/ — Comparação de bônus ——— */
.promo-comparacao-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.promo-comparacao-inner {
  max-width: 880px;
  margin: 0 auto;
}

.promo-comparacao-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-comparacao-lead {
  margin: 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-comparacao-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 1.25rem;
}

.promo-comparacao-table {
  min-width: 520px;
}

.promo-comparacao-table thead th {
  position: static;
}

.promo-comparacao-outro {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— /promocoes/ — Qual promoção escolher ——— */
.promo-escolher-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.promo-escolher-inner {
  max-width: 720px;
  margin: 0 auto;
}

.promo-escolher-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-escolher-lead {
  margin: 0 0 1.15rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-escolher-h3 {
  margin: 1.35rem 0 0.65rem;
  font-size: clamp(1.02rem, 2vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: var(--text-heading);
}

.promo-escolher-h3:first-of-type {
  margin-top: 0;
}

.promo-escolher-body {
  margin: 0 0 1.1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-escolher-body:last-child {
  margin-bottom: 0;
}

/* ——— /promocoes/ — Promoções ativas hoje ——— */
.promo-ativas-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.promo-ativas-inner {
  max-width: 720px;
  margin: 0 auto;
}

.promo-ativas-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-ativas-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-ativas-body:last-child {
  margin-bottom: 0;
}

/* ——— /promocoes/ — Bônus para jogos ——— */
.promo-bonus-jogos-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.promo-bonus-jogos-inner {
  max-width: 720px;
  margin: 0 auto;
}

.promo-bonus-jogos-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-bonus-jogos-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-bonus-jogos-list {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.55;
  color: var(--text-muted);
}

.promo-bonus-jogos-list li {
  margin-bottom: 0.35rem;
}

.promo-bonus-jogos-list li::marker {
  color: var(--accent);
}

.promo-bonus-jogos-list li:last-child {
  margin-bottom: 0;
}

.promo-bonus-jogos-outro {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— /promocoes/ — Código promocional ——— */
.promo-codigo-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.promo-codigo-inner {
  max-width: 720px;
  margin: 0 auto;
}

.promo-codigo-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-codigo-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-codigo-body:last-child {
  margin-bottom: 0;
}

/* ——— /promocoes/ — Melhores promoções hoje ——— */
.promo-melhores-hoje-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.promo-melhores-hoje-inner {
  max-width: 720px;
  margin: 0 auto;
}

.promo-melhores-hoje-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.promo-melhores-hoje-body {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.promo-melhores-hoje-body:last-child {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ——— Header ——— */
.top-header {
  background: rgba(26, 26, 26, 0.96);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
}

.header-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text);
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}

.brand-text {
  color: var(--text);
}

.brand-accent {
  color: var(--accent);
  font-weight: 700;
}

.header-login {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.link-forgot {
  font-size: 12px;
  color: var(--accent);
  text-decoration: none;
  align-self: flex-end;
  margin-right: 2px;
}

.link-forgot:hover {
  text-decoration: underline;
  color: var(--accent-bright);
}

.login-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.login-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.input {
  font-family: inherit;
  font-size: 13px;
  padding: 8px 12px;
  min-width: 120px;
  width: 140px;
  max-width: 100%;
  border: 1px solid var(--border-input);
  border-radius: 6px;
  background: var(--bg-card);
  color: var(--text);
}

.input::placeholder {
  color: #7a7a7a;
}

.input:focus {
  outline: 2px solid var(--accent-dim);
  outline-offset: 0;
  border-color: var(--accent);
}

.password-field {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.password-field .input-pass {
  padding-right: 36px;
  width: 140px;
}

.btn-eye {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px;
  border: none;
  background: transparent;
  color: #888;
  cursor: pointer;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-eye:hover {
  color: var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s, color 0.2s, filter 0.15s;
}

.btn-login {
  background: linear-gradient(180deg, var(--accent-bright) 0%, var(--accent) 100%);
  color: #111;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 2px 12px rgba(201, 162, 39, 0.25);
}

.btn-login:hover {
  filter: brightness(1.07);
}

.btn-join {
  background: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.btn-join:hover {
  background: rgba(201, 162, 39, 0.1);
}

.header-lang {
  flex-shrink: 0;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-heading);
  background: var(--bg-card);
  border: 1px solid var(--border-input);
  border-radius: 6px;
  cursor: pointer;
}

.lang-btn:hover {
  border-color: var(--accent);
}

.lang-flag {
  display: flex;
  align-items: center;
  line-height: 0;
}

.lang-flag svg {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.lang-btn .chev {
  opacity: 0.65;
}

@media (max-width: 1100px) {
  .header-login {
    align-items: stretch;
    width: 100%;
    order: 3;
  }

  .link-forgot {
    align-self: flex-end;
  }

  .login-bar {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .input,
  .password-field .input-pass {
    width: 100%;
  }

  .password-field {
    width: 100%;
  }

  .login-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .login-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-login,
  .btn-join {
    width: 100%;
  }
}

/* ——— Hero ——— */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 55%);
  padding: clamp(2rem, 5vw, 3rem) 20px clamp(2.5rem, 5vw, 3.25rem);
}

.hero-bokeh {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(201, 162, 39, 0.14), transparent 55%),
    radial-gradient(circle at 15% 40%, rgba(201, 162, 39, 0.1) 0%, transparent 42%),
    radial-gradient(circle at 88% 25%, rgba(255, 255, 255, 0.05) 0%, transparent 38%),
    radial-gradient(circle at 70% 85%, rgba(255, 255, 255, 0.04) 0%, transparent 35%);
}

.hero-bokeh::after {
  content: "";
  position: absolute;
  inset: 0;
  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: 56px 56px;
  mask-image: radial-gradient(ellipse 65% 55% at 50% 35%, black 15%, transparent 70%);
  opacity: 0.45;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    align-items: center;
  }

  .hero-title,
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual {
    order: -1;
  }
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-title {
  margin: 0 0 1rem;
  font-size: clamp(1.45rem, 3.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 22em;
}

.hero-lead {
  margin: 0 0 1.5rem;
  font-size: clamp(0.95rem, 1.85vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 38em;
}

.hero-title--long {
  max-width: min(40em, 100%);
}

.hero-copy--stack .hero-lead {
  margin-bottom: 1rem;
}

.hero-copy--stack .hero-lead:last-child {
  margin-bottom: 0;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-img {
  width: 100%;
  max-width: 460px;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

/* ——— Jogos recomendados ——— */
.games-section {
  padding: 28px 20px 48px;
  background: var(--bg-deep);
}

.games-container {
  max-width: 1200px;
  margin: 0 auto;
}

.games-heading {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
  text-align: left;
}

.games-panel {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.games-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 6px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.games-track::-webkit-scrollbar {
  height: 8px;
}

.games-track::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.game-card {
  flex: 0 0 auto;
  width: 150px;
  scroll-snap-align: start;
  text-align: center;
}

@media (min-width: 900px) {
  .game-card {
    width: 160px;
  }
}

.game-thumb {
  width: 100%;
  aspect-ratio: 16 / 11;
  background: var(--bg-elevated);
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
}

.game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.game-name {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.3;
}

/* ——— Ganhos em Tempo Real ——— */
.rtw-section {
  padding: 0 20px 48px;
  background: var(--bg-deep);
}

.rtw-container {
  max-width: 1200px;
  margin: 0 auto;
}

.rtw-head-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.rtw-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
}

.rtw-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--rtw-red);
  border-radius: 999px;
}

.rtw-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

.rtw-tabs {
  display: flex;
  gap: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-bottom: none;
}

.rtw-tab {
  flex: 1;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: var(--bg-elevated);
  color: var(--rtw-red);
  transition: background 0.2s, color 0.2s;
}

.rtw-tab:first-child {
  border-right: 1px solid var(--border);
}

.rtw-tab:hover:not(.is-active) {
  background: #2e2e2e;
}

.rtw-tab.is-active {
  background: linear-gradient(180deg, var(--rtw-red) 0%, var(--rtw-red-dark) 100%);
  color: #fff;
}

.rtw-panel {
  border: 1px solid var(--border);
  border-radius: 0 0 10px 10px;
  background: var(--bg-card);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.rtw-scroll {
  max-height: 280px;
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
}

.rtw-scroll::-webkit-scrollbar {
  width: 8px;
}

.rtw-scroll::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.rtw-scroll::-webkit-scrollbar-track {
  background: var(--bg-deep);
}

.rtw-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.rtw-table thead th {
  text-align: left;
  padding: 12px 14px;
  font-weight: 700;
  color: var(--text-heading);
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1;
}

.rtw-table tbody td {
  padding: 12px 14px;
  color: var(--text-muted);
  vertical-align: top;
  border-bottom: 1px solid var(--border);
}

.rtw-table tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.03);
}

.rtw-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.07);
}

.rtw-table tbody tr:last-child td {
  border-bottom: none;
}

.rtw-amount {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}

.rtw-amount--withdraw {
  color: var(--accent-bright);
}

.rtw-amount--deposit {
  color: var(--rtw-deposit);
}

.rtw-time {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  font-weight: 400;
  font-style: normal;
  color: #888;
}

@media (max-width: 560px) {
  .rtw-table thead th:nth-child(1),
  .rtw-table tbody td:nth-child(1) {
    max-width: 38%;
  }

  .rtw-table {
    font-size: 12px;
  }

  .rtw-table thead th,
  .rtw-table tbody td {
    padding: 10px 8px;
  }
}

/* ——— Nossos Parceiros ——— */
.partners-section {
  padding: 8px 20px 48px;
  background: var(--bg-deep);
}

.partners-container {
  max-width: 1200px;
  margin: 0 auto;
}

.partners-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.partners-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-heading);
}

.partners-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s;
}

.partners-all:hover {
  color: var(--accent-bright);
}

.partners-all svg {
  flex-shrink: 0;
}

.partners-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.partners-track::-webkit-scrollbar {
  height: 8px;
}

.partners-track::-webkit-scrollbar-thumb {
  background: #444;
  border-radius: 4px;
}

.partner-card {
  flex: 0 0 auto;
  width: 148px;
  scroll-snap-align: start;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(59, 64, 99, 0.85);
  background: var(--bg-card);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

@media (min-width: 700px) {
  .partner-card {
    width: 160px;
  }
}

.partner-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background-color: #1c1e33;
  background-image: url("images/partners-logos.png");
  background-repeat: no-repeat;
  background-size: 600% auto;
}

.partner-thumb--1 {
  background-position: 0% 50%;
}

.partner-thumb--2 {
  background-position: 20% 50%;
}

.partner-thumb--3 {
  background-position: 40% 50%;
}

.partner-thumb--4 {
  background-position: 60% 50%;
}

.partner-thumb--5 {
  background-position: 80% 50%;
}

.partner-thumb--6 {
  background-position: 100% 50%;
}

.partner-name {
  margin: 0;
  padding: 10px 8px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-heading);
  line-height: 1.25;
  background: rgba(0, 0, 0, 0.35);
}

/* ——— O que é a Vai de Bet? ——— */
.what-is-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.what-is-inner {
  max-width: 720px;
  margin: 0 auto;
}

.what-is-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.what-is-body {
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.what-is-body p {
  margin: 0 0 1rem;
}

.what-is-body p:last-child {
  margin-bottom: 0;
}

/* ——— Acesse tudo na VaideBet ——— */
.access-hub-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.access-hub-inner {
  max-width: 720px;
  margin: 0 auto;
}

.access-hub-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.access-hub-lead {
  margin: 0 0 1.75rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.access-hub-block {
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  border-top: 1px solid var(--border);
}

.access-hub-block:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.access-hub-h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 2vw, 1.15rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}

.access-hub-body {
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.access-hub-body p {
  margin: 0 0 1rem;
}

.access-hub-body p:last-child {
  margin-bottom: 0;
}

.access-hub-cta {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--accent-bright);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.access-hub-cta:hover {
  color: var(--accent);
  border-bottom-color: rgba(201, 162, 39, 0.5);
}

/* ——— Jogos disponíveis na Vai de Bet ——— */
.games-available-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.games-available-inner {
  max-width: 720px;
  margin: 0 auto;
}

.games-available-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.games-available-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.games-available-list {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.games-available-list li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.games-available-list li::marker {
  color: var(--accent);
}

.games-available-list li:last-child {
  margin-bottom: 0;
}

.games-available-outro {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— Por que escolher a Vai de Bet ——— */
.why-choose-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.why-choose-inner {
  max-width: 720px;
  margin: 0 auto;
}

.why-choose-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.why-choose-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.why-choose-list {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.why-choose-list li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.why-choose-list li::marker {
  color: var(--accent);
}

.why-choose-list li:last-child {
  margin-bottom: 0;
}

.why-choose-outro {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— Como começar na Vai de Bet ——— */
.get-started-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg);
  border-top: 1px solid var(--border);
}

.get-started-inner {
  max-width: 720px;
  margin: 0 auto;
}

.get-started-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.get-started-lead {
  margin: 0 0 1rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.get-started-steps {
  margin: 0 0 1.25rem;
  padding: 0 0 0 1.5rem;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

.get-started-steps li {
  margin-bottom: 0.5rem;
  padding-left: 0.35rem;
}

.get-started-steps li::marker {
  color: var(--accent);
  font-weight: 600;
}

.get-started-steps li:last-child {
  margin-bottom: 0;
}

.get-started-outro {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: var(--text-muted);
}

/* ——— FAQ ——— */
.faq-section {
  padding: clamp(2rem, 4vw, 2.75rem) 20px clamp(2.5rem, 5vw, 3.5rem);
  background: var(--bg-deep);
  border-top: 1px solid var(--border);
}

.faq-inner {
  max-width: 720px;
  margin: 0 auto;
}

.faq-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-card);
  margin-bottom: 0.65rem;
  overflow: hidden;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-q {
  padding: 1rem 1.1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.faq-q::-webkit-details-marker {
  display: none;
}

.faq-q::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.2s;
  margin-top: -4px;
}

.faq-item[open] .faq-q::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.faq-q:hover {
  color: var(--accent-bright);
}

.faq-a {
  padding: 0 1.1rem 1rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
  border-top: 1px solid var(--border);
}

.faq-a p {
  margin: 0.85rem 0 0;
}

/* ——— Rodapé ——— */
.site-footer {
  border-top: 1px solid var(--border);
  padding: 1.5rem 20px 2rem;
  background: var(--bg-deep);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-copy {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-muted);
}

/* ——— Subpáginas (ex.: /jogos/) ——— */
.subpage-main {
  flex: 1;
  padding: clamp(2rem, 5vw, 3rem) 20px clamp(3rem, 6vw, 4rem);
  background: var(--bg-deep);
  min-height: 40vh;
}

.subpage-inner {
  max-width: 720px;
  margin: 0 auto;
}

.subpage-title {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-heading);
}

.subpage-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text-muted);
}
