/* wakacodere.co — distinct theme: deep wine/burgundy + gold, classic/legacy
   casino feel (Codere: 40+ years, 7 countries). Condensed bold uppercase display
   type, asymmetric hero (no side card), vertical connected-timeline FAQ,
   outlined cards with a gold corner tick. */

:root {
  --bg: #22091a;
  --surface: #2f1024;
  --surface-2: #3a1530;
  --border: #55223f;
  --text: #f3e9ee;
  --text-dim: #cfa9be;
  --text-faint: #8f6680;
  --gold: #d4af37;
  --gold-dim: #a8842a;
  --ivory: #f6ecd9;
  --red: #ff5f7a;
  --radius: 3px;
  --max: 1100px;
}

* { 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.65; -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(--surface-2); border-bottom: 1px solid var(--border); font-size: 12px; color: var(--text-dim); text-align: center; padding: 9px 16px; }
.notice-bar strong { color: var(--gold); }

header.site { border-bottom: 1px solid var(--border); background: var(--bg); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; max-width: var(--max); margin: 0 auto; flex-wrap: wrap; gap: 10px 16px; }
.logo { display: flex; align-items: center; gap: 8px; font-weight: 900; font-size: 17px; text-decoration: none; text-transform: uppercase; letter-spacing: .5px; font-stretch: condensed; flex: none; }
.logo .mark { width: 26px; height: 26px; background: var(--gold); color: #2a1400; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 12px; transform: rotate(45deg); flex: none; }
.logo .mark span { transform: rotate(-45deg); display: block; }
.logo .name span { color: var(--gold); }
nav.links { display: none; gap: 0; font-size: 10.5px; color: var(--text-dim); text-transform: uppercase; letter-spacing: .3px; font-weight: 700; align-items: center; flex-wrap: wrap; row-gap: 6px; flex: 1 1 auto; justify-content: center; min-width: 0; }
nav.links a { text-decoration: none; color: inherit; padding: 4px 2px; white-space: nowrap; }
nav.links a:not(:last-child)::after { content: "•"; color: var(--gold-dim); margin-left: 8px; }
nav.links a:hover, nav.links a.active { color: var(--gold); }
.cta-btn { background: var(--gold); color: #2a1400; font-weight: 800; border: none; padding: 9px 15px; border-radius: var(--radius); font-size: 12px; text-decoration: none; white-space: nowrap; text-transform: uppercase; letter-spacing: .3px; flex: none; }
@media (min-width: 900px) { nav.links { display: flex; } }
@media (min-width: 1100px) { nav.links { font-size: 12px; } nav.links a:not(:last-child)::after { margin-left: 12px; } }

.hero { padding: 48px 0 0; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--gold-dim); color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .4px; padding: 6px 12px; border-radius: var(--radius); }
.badge.gold { background: rgba(212,175,55,.1); }
.badge .dot { display: none; }

h1 { font-size: 30px; line-height: 1.2; margin: 0 0 16px; text-transform: uppercase; letter-spacing: -.2px; font-weight: 900; max-width: 18ch; }
h1 .accent { color: var(--gold); }
.hero p.lead { color: var(--text-dim); font-size: 16px; margin: 0 0 24px; max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn-primary { background: var(--gold); color: #2a1400; font-weight: 800; padding: 15px 24px; border-radius: var(--radius); text-decoration: none; font-size: 14.5px; text-transform: uppercase; letter-spacing: .4px; }
.btn-secondary { background: transparent; border: 1px solid var(--border); color: var(--text); padding: 15px 24px; border-radius: var(--radius); text-decoration: none; font-size: 14.5px; text-transform: uppercase; letter-spacing: .4px; }
.hero-disclosure { margin-top: 16px; font-size: 11.5px; color: var(--text-faint); }

/* asymmetric banded stat strip, full-width, no card */
.hero-card { margin-top: 34px; background: var(--surface); border-top: 1px solid var(--gold-dim); border-bottom: 1px solid var(--gold-dim); }
.hero-card h2 { display: none; }
.spec-list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; max-width: var(--max); margin: 0 auto; }
.spec-list li { flex: 1 1 160px; padding: 16px 20px; border-right: 1px solid var(--border); }
.spec-list li:last-child { border-right: none; }
.spec-list .k { display: block; color: var(--text-faint); font-size: 10.5px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.spec-list .v { font-weight: 800; font-size: 15px; }
.spec-list .v.gold { color: var(--gold); }

.answer-box { background: var(--surface); border: 1px solid var(--border); border-left: 3px solid var(--gold); padding: 20px 22px; margin: 32px 0; }
.answer-box p { margin: 0; color: var(--ivory); font-size: 15px; }
.answer-box .label { color: var(--gold); font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 8px; display: block; }

section.block { padding: 44px 0; border-top: 1px solid var(--border); }
section.block:first-of-type { border-top: none; }
.eyebrow { color: var(--gold); font-weight: 800; font-size: 11.5px; text-transform: uppercase; letter-spacing: .6px; margin: 0 0 8px; }
h2.title { font-size: 24px; margin: 0 0 14px; text-transform: uppercase; letter-spacing: -.1px; font-weight: 900; }
h3.sub { font-size: 16.5px; margin: 22px 0 8px; color: var(--ivory); text-transform: uppercase; letter-spacing: .2px; }
p { color: var(--text-dim); margin: 0 0 14px; }

.grid-3 { display: grid; gap: 16px; 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); padding: 18px; position: relative; }
.card::before { content: ""; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.card .icon { font-size: 20px; margin-bottom: 8px; }
.card h4 { margin: 0 0 6px; font-size: 14.5px; color: var(--ivory); text-transform: uppercase; letter-spacing: .2px; }
.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(--gold); font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .3px; }
table.compare td { color: var(--text); }
.table-wrap { overflow-x: auto; border: 1px solid var(--border); background: var(--surface); padding: 4px 10px; }

.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; display: grid; gap: 16px; }
.steps li { display: flex; gap: 16px; }
.steps li::before { counter-increment: step; content: counter(step, decimal-leading-zero); flex: none; color: var(--gold); font-weight: 900; font-size: 15px; border: 1px solid var(--gold-dim); width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; font-size: 12px; }
.steps .txt strong { display: block; color: var(--ivory); margin-bottom: 2px; text-transform: uppercase; font-size: 13.5px; letter-spacing: .2px; }
.steps .txt span { color: var(--text-dim); font-size: 13.5px; }

.trust-panel { display: grid; gap: 0; }
.trust-row { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.trust-row:first-child { border-top: 1px solid var(--border); }
.trust-row .ico { flex: none; width: 30px; text-align: center; font-size: 17px; color: var(--gold); }
.trust-row h4 { margin: 0 0 4px; font-size: 14.5px; color: var(--ivory); text-transform: uppercase; letter-spacing: .2px; }
.trust-row p { margin: 0; font-size: 13.5px; }

/* vertical connected-timeline FAQ */
.faq-timeline { position: relative; padding-left: 26px; }
.faq-timeline::before { content: ""; position: absolute; left: 5px; top: 6px; bottom: 6px; width: 1px; background: var(--border); }
.faq-item { position: relative; padding-bottom: 26px; }
.faq-item:last-child { padding-bottom: 0; }
.faq-item::before { content: ""; position: absolute; left: -26px; top: 4px; width: 11px; height: 11px; background: var(--gold); transform: rotate(45deg); }
.faq-item summary { cursor: pointer; font-weight: 700; font-size: 15px; color: var(--ivory); list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 10px 0 0; font-size: 14px; }

.related-strip { display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); grid-template-columns: 1fr; }
@media (min-width: 760px) { .related-strip { grid-template-columns: repeat(3, 1fr); } }
.related-strip a { background: var(--surface); padding: 18px; text-decoration: none; }
.related-strip h4 { margin: 0 0 6px; font-size: 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .2px; }
.related-strip p { margin: 0; font-size: 12.5px; color: var(--text-dim); }

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

footer.site { border-top: 1px solid var(--border); padding: 36px 0 26px; background: var(--surface); }
.footer-grid { display: grid; gap: 24px; }
@media (min-width: 760px) { .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; } }
.footer-grid h5 { font-size: 11.5px; color: var(--gold); text-transform: uppercase; letter-spacing: .5px; margin: 0 0 10px; font-weight: 800; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-grid a { color: var(--text-dim); text-decoration: none; font-size: 13.5px; }
.footer-grid a:hover { color: var(--ivory); }
.legal-note { font-size: 11.5px; color: var(--text-faint); margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--border); line-height: 1.75; }
.age-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border: 2px solid var(--red); color: var(--red); font-weight: 900; font-size: 11px; margin-right: 8px; vertical-align: middle; }
