/* wakasportium.co — distinct theme: LIGHT background (the only light theme of the
   5), navy + orange, rounded pill-tab nav, stat-strip hero, chip-numbered FAQ list.
   Sportium is Apuestas-Deportivas-led (bigger vertical than Casino per our own
   SERP-overlap research), so nav/hero lead with deportes, not casino. */

:root {
  --bg: #f6f4ee;
  --surface: #ffffff;
  --surface-2: #edeade;
  --border: #e1dccb;
  --text: #10213f;
  --text-dim: #4d5a75;
  --text-faint: #8891a5;
  --navy: #102a52;
  --orange: #ff7a1a;
  --orange-dim: #e2650a;
  --red: #d92b3f;
  --radius: 16px;
  --radius-sm: 10px;
  --max: 1140px;
  --shadow: 0 10px 30px rgba(16,33,63,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

.notice-bar { background: var(--navy); border-bottom: 1px solid var(--border); font-size: 12.5px; color: #cfd8ea; text-align: center; padding: 8px 16px; }
.notice-bar strong { color: var(--orange); }

header.site { position: sticky; top: 0; z-index: 40; background: rgba(246,244,238,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; max-width: var(--max); margin: 0 auto; gap: 12px; flex-wrap: wrap; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 19px; text-decoration: none; color: var(--navy); }
.logo .mark { width: 32px; height: 32px; border-radius: 10px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; }
.logo .name span { color: var(--orange); }
nav.links { display: none; gap: 6px; font-size: 13.5px; color: var(--text-dim); background: var(--surface); border: 1px solid var(--border); padding: 5px; border-radius: 999px; box-shadow: var(--shadow); }
nav.links a { text-decoration: none; color: inherit; padding: 8px 14px; border-radius: 999px; }
nav.links a:hover { background: var(--surface-2); }
nav.links a.active { background: var(--navy); color: #fff; }
.cta-btn { background: var(--orange); color: #2a0f00; font-weight: 800; border: none; padding: 10px 18px; border-radius: 999px; font-size: 13.5px; text-decoration: none; white-space: nowrap; box-shadow: 0 6px 16px rgba(255,122,26,.3); }
@media (min-width: 900px) { nav.links { display: flex; } }

.hero { padding: 40px 0 0; }
.hero-grid { display: grid; gap: 24px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.badge { display: inline-flex; align-items: center; gap: 6px; background: var(--surface); border: 1px solid var(--border); color: var(--text-dim); font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 999px; box-shadow: var(--shadow); }
.badge.gold { color: var(--orange-dim); }
.badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }

h1 { font-size: 29px; line-height: 1.2; margin: 0 0 12px; letter-spacing: -.3px; color: var(--navy); }
h1 .accent { color: var(--orange); }
.hero p.lead { color: var(--text-dim); font-size: 16px; margin: 0 0 22px; max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-primary { background: var(--orange); color: #2a0f00; font-weight: 800; padding: 14px 22px; border-radius: var(--radius-sm); text-decoration: none; font-size: 15px; box-shadow: 0 10px 22px rgba(255,122,26,.3); }
.btn-secondary { background: var(--surface); border: 1px solid var(--border); color: var(--navy); padding: 14px 22px; border-radius: var(--radius-sm); text-decoration: none; font-size: 15px; }
.hero-disclosure { margin-top: 14px; font-size: 12px; color: var(--text-faint); }

/* stat strip: horizontal rounded pills, not a boxed card */
.hero-card { margin: 28px 0 0; }
.hero-card h2 { display: none; }
.spec-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.spec-list li { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 12px 16px; display: flex; flex-direction: column; gap: 2px; box-shadow: var(--shadow); flex: 1 1 150px; }
.spec-list .k { color: var(--text-faint); font-size: 11px; text-transform: uppercase; letter-spacing: .4px; }
.spec-list .v { font-weight: 800; font-size: 14.5px; color: var(--navy); }
.spec-list .v.gold { color: var(--orange-dim); }

.answer-box { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 22px; margin: 30px 0; box-shadow: var(--shadow); }
.answer-box p { margin: 0; color: var(--text); font-size: 15px; }
.answer-box .label { color: var(--orange-dim); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 8px; display: block; }

section.block { padding: 40px 0; }
.eyebrow { color: var(--orange-dim); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .5px; margin: 0 0 8px; }
h2.title { font-size: 23px; margin: 0 0 14px; color: var(--navy); }
h3.sub { font-size: 16.5px; margin: 22px 0 8px; color: var(--navy); }
p { color: var(--text-dim); margin: 0 0 14px; }

.grid-3 { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.card .icon { font-size: 22px; margin-bottom: 8px; }
.card h4 { margin: 0 0 6px; font-size: 15px; color: var(--navy); }
.card p { margin: 0; font-size: 13.5px; }

table.compare { width: 100%; border-collapse: collapse; font-size: 14px; margin: 10px 0 4px; }
table.compare th, table.compare td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--border); }
table.compare th { color: var(--navy); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .3px; }
table.compare td { color: var(--text); }
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); padding: 6px 10px; box-shadow: var(--shadow); }

.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; display: grid; gap: 12px; }
.steps li { display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 16px; box-shadow: var(--shadow); }
.steps li::before { counter-increment: step; content: counter(step); flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--orange); color: #2a0f00; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; }
.steps .txt strong { display: block; color: var(--navy); margin-bottom: 2px; }
.steps .txt span { color: var(--text-dim); font-size: 13.5px; }

.trust-panel { display: grid; gap: 12px; }
.trust-row { display: flex; gap: 14px; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.trust-row .ico { flex: none; width: 36px; height: 36px; border-radius: 10px; background: rgba(255,122,26,.12); color: var(--orange-dim); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.trust-row h4 { margin: 0 0 4px; font-size: 14.5px; color: var(--navy); }
.trust-row p { margin: 0; font-size: 13.5px; }

/* FAQ: rounded chip-number list, simple accordion */
.faq-item { border-bottom: 1px solid var(--border); padding: 16px 4px; }
.faq-item summary { cursor: pointer; font-weight: 700; font-size: 15px; color: var(--navy); list-style: none; display: flex; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: attr(data-n); flex: none; width: 26px; height: 26px; border-radius: 50%;
  background: var(--surface-2); color: var(--orange-dim); font-size: 12px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
}
.faq-item p { margin: 10px 0 0 38px; font-size: 14.5px; }

.related-strip { display: grid; gap: 14px; grid-template-columns: 1fr; }
@media (min-width: 760px) { .related-strip { grid-template-columns: repeat(3, 1fr); } }
.related-strip a { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; text-decoration: none; box-shadow: var(--shadow); }
.related-strip h4 { margin: 0 0 6px; font-size: 14.5px; color: var(--orange-dim); }
.related-strip p { margin: 0; font-size: 13px; color: var(--text-dim); }

.cta-band { padding: 40px 0; background: var(--surface); border-top: 1px solid var(--border); text-align: center; }
.cta-band .title { margin-bottom: 8px; color: var(--navy); }
.cta-band p { margin: 0 auto 18px; max-width: 48ch; }
.steps-cta { margin-top: 22px; }

footer.site { border-top: 1px solid var(--border); padding: 32px 0 24px; background: var(--navy); color: #d7deee; }
.footer-grid { display: grid; gap: 22px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-grid h5 { font-size: 12px; color: var(--orange); text-transform: uppercase; letter-spacing: .5px; margin: 0 0 10px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-grid a { color: #b9c3da; text-decoration: none; font-size: 13.5px; }
.footer-grid a:hover { color: #fff; }
.legal-note { font-size: 12px; color: #92a0bf; margin-top: 22px; padding-top: 18px; border-top: 1px solid #263a5c; line-height: 1.7; }
.age-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 2px solid var(--orange); color: var(--orange); border-radius: 8px; font-weight: 900; font-size: 11px; margin-right: 8px; vertical-align: middle; }
