:root {
  --ink: #092640;
  --ink-soft: #345066;
  --navy: #071b2d;
  --navy-2: #0c304a;
  --paper: #ffffff;
  --wash: #f2f7fa;
  --wash-2: #e8f2f5;
  --line: #d4e2e8;
  --accent: #28d6b5;
  --accent-dark: #087d6d;
  --blue: #4e7cff;
  --gold: #f6bf53;
  --danger: #c84d61;
  --positive: #0a8b70;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow-sm: 0 6px 18px rgb(7 27 45 / 7%);
  --shadow: 0 18px 48px rgb(7 27 45 / 11%);
  --max: 1180px;
  --s1: .5rem;
  --s2: 1rem;
  --s3: 1.5rem;
  --s4: 2.25rem;
  --s5: 3.5rem;
  --s6: 5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.68; }
img { max-width: 100%; }
a { color: var(--accent-dark); text-underline-offset: 3px; }
a:hover { color: #035f52; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.content-shell { width: min(calc(100% - 2rem), var(--max)); }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 100; background: var(--navy); color: #fff; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgb(7 27 45 / 96%); border-bottom: 1px solid rgb(255 255 255 / 9%); backdrop-filter: blur(12px); }
.header-inner { width: min(calc(100% - 2rem), var(--max)); min-height: 70px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; line-height: 0; }
.brand img { width: 218px; height: 42px; max-width: calc(100vw - 108px); }
#primary-navigation { display: flex; align-items: center; gap: 1.35rem; }
#primary-navigation a { color: #eef7f8; font-size: .89rem; font-weight: 700; text-decoration: none; }
#primary-navigation a:hover { color: var(--accent); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid #6d8798; border-radius: 10px; background: transparent; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; border-radius: 2px; }

.breadcrumbs { padding-top: 1.25rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 0; color: var(--ink-soft); font-size: .85rem; }
.breadcrumbs li + li::before { content: "/"; padding-right: .5rem; color: #8ea3af; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: center; gap: 3rem; }
.hero { position: relative; padding: var(--s6) 0 var(--s5); max-width: 860px; }
.hero::after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: 40px; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgb(40 214 181 / 18%), transparent 68%); }
.eyebrow, .section-kicker, .row-label, .footer-eyebrow { margin: 0 0 .55rem; color: var(--accent-dark); font-size: .76rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero h1 { max-width: 930px; margin: 0 0 1.45rem; font-size: clamp(2.35rem, 5.8vw, 4.6rem); line-height: 1.03; letter-spacing: -.05em; }
.hero p { max-width: 900px; }
.lead { font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 1.5rem; }
.hero-safety-card { position: relative; margin-top: -1.25rem; padding: 1.35rem 1.4rem 1.3rem 1.65rem; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.hero-safety-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(var(--gold), #ff7869); }
.hero-safety-card > span { display: inline-flex; align-items: center; min-height: 26px; margin-bottom: .65rem; padding: .1rem .5rem; border: 1px solid #ff7869; border-radius: 999px; color: #d4493a; font-size: .72rem; font-weight: 900; }
.hero-safety-card h2 { margin: 0 0 .35rem; font-size: 1.12rem; line-height: 1.3; }
.hero-safety-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.button-link, .text-link { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-weight: 800; }
.primary-button { min-height: 48px; padding: .72rem 1.15rem; border-radius: 10px; background: var(--accent); color: var(--navy); text-decoration: none; box-shadow: 0 8px 20px rgb(40 214 181 / 22%); }
.primary-button:hover { background: #53e1c6; color: var(--navy); }
.evidence { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-bottom: var(--s6); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); box-shadow: var(--shadow); }
.evidence div { position: relative; background: #fff; padding: 1.35rem 1.5rem; }
.evidence div::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--accent), var(--blue)); }
.evidence strong { display: block; color: var(--accent-dark); font-size: 2.1rem; line-height: 1; }
.evidence span { display: block; margin-top: .4rem; color: var(--ink-soft); font-size: .84rem; }

.section { padding: var(--s6) 0; scroll-margin-top: 82px; }
.section-tint { background: linear-gradient(180deg, var(--wash) 0%, #f8fbfc 100%); border-block: 1px solid #e2ecef; }
.section h2 { max-width: 1000px; margin: 0 0 1.15rem; font-size: clamp(2rem, 4vw, 3.05rem); line-height: 1.1; letter-spacing: -.035em; }
.section h3 { margin: 3rem 0 .8rem; font-size: clamp(1.28rem, 2.5vw, 1.6rem); line-height: 1.25; }
.section h4 { margin: 0 0 .4rem; font-size: 1.05rem; line-height: 1.28; }
.section p { margin: 0 0 1.1rem; max-width: none; }
.opening-answer { font-size: 1.08rem; }
.section-heading { display: block; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { max-width: 930px !important; margin-top: 1rem !important; color: var(--ink-soft); }
.after-component { color: var(--ink-soft); }
.closing-note { margin-top: 1.25rem !important; padding: 1rem 1.15rem; border-left: 4px solid var(--accent); background: var(--wash); }

.casino-list { display: grid; gap: .8rem; list-style: none; padding: 0; margin: 2.25rem 0 1rem; }
.casino-row { display: grid; grid-template-columns: 23% 31% 27% 19%; min-height: 124px; overflow: hidden; border: 1px solid #cbdae1; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.casino-row:hover { transform: translateY(-2px); border-color: #a9c7d0; box-shadow: var(--shadow); }
.casino-brand, .promotion, .row-fact, .row-action { min-width: 0; padding: 1.1rem 1.2rem; display: flex; align-items: center; justify-content: center; }
.casino-brand { position: relative; flex-direction: column; gap: .5rem; text-align: center; background: linear-gradient(150deg, #0a2840, #0c3f59); color: #fff; }
.rank-mark { position: absolute; top: .7rem; left: .75rem; display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgb(255 255 255 / 30%); border-radius: 50%; color: var(--accent); font-size: .7rem; font-weight: 900; }
.brand-logo { display: flex; align-items: center; justify-content: center; width: calc(100% - 42px); min-height: 78px; margin: 0 0 0 42px !important; padding: .5rem .65rem; border: 1px solid rgb(255 255 255 / 55%); border-radius: 12px; background: #edf5f7; }
.brand-logo img { display: block; width: auto; height: auto; max-width: 175px; max-height: 62px; object-fit: contain; object-position: center; filter: drop-shadow(0 3px 5px rgb(0 0 0 / 16%)); }
.promotion, .row-fact, .row-action { border-left: 1px solid var(--line); }
.promotion { display: block; align-content: center; background: #fbfdfd; }
.promotion > span, .row-fact > span { display: block; color: var(--ink-soft); font-size: .7rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.promotion p, .row-fact p { margin: .35rem 0 0; line-height: 1.35; }
.promotion p { font-weight: 800; }
.row-fact { display: block; align-content: center; }
.row-fact p { font-size: .86rem; }
.row-action { flex-direction: column; gap: .5rem; background: #f7fbfa; text-align: center; }
.row-action a { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 47px; padding: .65rem .8rem; border-radius: 10px; background: linear-gradient(135deg, #19c9a7, #38dfbd); color: #06271f; font-weight: 900; text-decoration: none; box-shadow: 0 8px 18px rgb(40 214 181 / 25%); }
.row-action a:hover { background: #59e6cc; }
.row-action small { color: var(--ink-soft); font-size: .7rem; }
.terms-note { margin-top: 1.2rem !important; padding: 1rem 1.15rem; border: 1px solid #eed79d; border-left: 4px solid var(--gold); border-radius: var(--radius-sm); background: #fff8e8; }

.table-scroll { overflow-x: auto; margin: 1.5rem 0 .85rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: .93rem; }
caption { padding: 1.15rem 1.1rem .9rem; color: var(--ink); font-weight: 850; text-align: left; }
th, td { padding: .9rem 1.05rem; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { background: #e8f2f5; color: #173b50; font-size: .74rem; letter-spacing: .055em; text-transform: uppercase; }
tbody th { font-weight: 400; }
tbody tr:nth-child(even) { background: #fbfdfd; }
.bonus-detail-table { min-width: 820px; }
.payment-detail-table { min-width: 1060px; }

.info-grid { display: grid; gap: 1rem; margin: 1.5rem 0 .85rem; }
.three-up { grid-template-columns: repeat(3, 1fr); }
.four-up { grid-template-columns: repeat(4, 1fr); }
.info-card { position: relative; overflow: hidden; min-height: 160px; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.info-card::after { content: ""; position: absolute; width: 85px; height: 85px; right: -30px; bottom: -35px; border-radius: 50%; background: rgb(40 214 181 / 10%); }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: .8rem; border-radius: 12px; background: var(--navy); color: var(--accent); font-size: .8rem; font-weight: 900; }
.info-card p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.metric-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 1.5rem 0 .85rem; overflow: hidden; border: 1px solid #173e55; border-radius: var(--radius); background: #173e55; color: #fff; }
.metric-band div { padding: 1.2rem; background: linear-gradient(145deg, var(--navy), var(--navy-2)); }
.metric-band strong { display: block; color: var(--accent); font-size: 1.55rem; }
.metric-band span { color: #c4d6de; font-size: .78rem; }
.callout { margin: 1.5rem 0 .85rem; padding: 1.1rem 1.2rem; border: 1px solid #b7d9d2; border-left: 4px solid var(--accent-dark); border-radius: var(--radius-sm); background: #ebfaf6; }
.callout-danger { border-color: #e4bdc5; border-left-color: var(--danger); background: #fff2f4; }
.mini-explainer { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin: 1.5rem 0 .85rem; }
.mini-explainer details { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--wash); }
.mini-explainer summary { min-height: 62px; padding: .9rem 2.4rem .9rem 1rem; cursor: pointer; color: var(--ink); font-weight: 800; line-height: 1.35; }
.mini-explainer details[open] { background: #fff; box-shadow: var(--shadow-sm); }
.mini-explainer details[open] summary { color: var(--accent-dark); }
.mini-explainer p { margin: 0; padding: 0 1rem 1rem; color: var(--ink-soft); font-size: .88rem; line-height: 1.55; }

.feature-list, .risk-list, .steps-list, .pros-card ul, .cons-card ul { display: grid; gap: .7rem; margin: 1.25rem 0 .9rem; padding: 0; list-style: none; }
.feature-list li, .risk-list li, .steps-list li, .pros-card li, .cons-card li { position: relative; margin: 0; padding: .85rem 1rem .85rem 2.7rem; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.feature-list li::before, .risk-list li::before, .pros-card li::before, .cons-card li::before { content: ""; position: absolute; left: 1rem; top: 1.25rem; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-dark); box-shadow: 0 0 0 5px rgb(40 214 181 / 13%); }
.steps-list { counter-reset: steps; }
.steps-list li { counter-increment: steps; padding-left: 3.4rem; }
.steps-list li::before { content: counter(steps); position: absolute; left: .9rem; top: .75rem; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--navy); color: var(--accent); font-size: .8rem; font-weight: 900; }
.risk-list li::before, .cons-card li::before { background: var(--danger); box-shadow: 0 0 0 5px rgb(200 77 97 / 11%); }

.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: 1.5rem; }
.pros-card, .cons-card { padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.pros-card { border-top: 4px solid var(--positive); }
.cons-card { border-top: 4px solid var(--danger); }
.list-heading { display: flex; align-items: center; gap: .8rem; }
.list-heading > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 11px; background: #e7f7f3; color: var(--positive); font-size: 1.35rem; font-weight: 900; }
.cons-card .list-heading > span { background: #fff0f3; color: var(--danger); }
.list-heading h3 { margin: 0; }
.pros-card ul, .cons-card ul { gap: .55rem; }

.faq-list { display: grid; gap: .75rem; margin: 1.5rem 0 .9rem; }
.faq-list details { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 4px 14px rgb(7 27 45 / 5%); }
.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 64px; padding: .95rem 3.5rem .95rem 1.1rem; cursor: pointer; color: var(--ink); font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 1.2rem; top: 50%; width: 16px; height: 2px; border-radius: 2px; background: var(--accent-dark); }
.faq-list summary span::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary { background: #eaf7f4; }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-answer { padding: 0 1.1rem 1.05rem; }
.faq-answer p { margin: .85rem 0 0; }

.not-found { width: min(calc(100% - 2rem), 680px); margin: 14vh auto; padding: 2rem; }
.not-found h1 { margin: 0 0 1rem; font-size: clamp(2.4rem, 8vw, 4.8rem); line-height: 1; letter-spacing: -.04em; }
.not-found .button-link { min-height: 48px; margin-top: 1rem; padding: .7rem 1rem; border-radius: 10px; background: var(--accent); color: var(--navy); text-decoration: none; }

.site-footer { background: var(--navy); color: #c1d2da; padding: 4.2rem 0 1.5rem; scroll-margin-top: 82px; }
.site-footer h2 { margin: 0 0 .8rem; color: #fff; font-size: 1.05rem; }
.site-footer p { margin: 0 0 .8rem; font-size: .88rem; }
.site-footer a { color: #d7f8f1; }
.footer-top { display: grid; grid-template-columns: 1.2fr .65fr 1.15fr; gap: 3rem; padding-bottom: 2.5rem; }
.footer-brand img { width: 218px; height: 42px; margin-bottom: .8rem; }
.footer-brand p { max-width: 340px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: .45rem; }
.footer-links a { font-size: .88rem; }
.footer-legal { padding: 1.1rem; border: 1px solid #2d4a5e; border-radius: var(--radius); background: #0b263a; }
.support-area { display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem; padding: 2rem 0; border-block: 1px solid #263f52; }
.footer-eyebrow { color: var(--accent); }
.support-area > div:first-child h2 { font-size: 1.55rem; }
.org-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.org-logo { display: flex; min-height: 86px; padding: .85rem; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #6c8798; border-radius: 12px; background: #4b6678; color: #fff !important; text-align: center; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.org-logo:hover { transform: translateY(-2px); border-color: var(--accent); }
.org-logo:hover { background: #587689; }
.org-logo img { display: block; width: auto; height: auto; max-width: 100%; max-height: 50px; object-fit: contain; object-position: center; filter: drop-shadow(0 1px 2px rgb(0 0 0 / 25%)); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.4rem; }
.footer-bottom p { margin: 0; color: #8ea8b5; font-size: .78rem; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-safety-card { max-width: 560px; margin: -1rem 0 2.2rem; }
  #primary-navigation { gap: .85rem; }
  #primary-navigation a { font-size: .8rem; }
  .casino-row { grid-template-columns: 28% 42% 30%; }
  .casino-brand { grid-row: span 2; }
  .row-action { grid-column: 2 / 4; border-top: 1px solid var(--line); }
  .row-action a { max-width: 300px; }
  .org-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  :root { --s6: 3.5rem; }
  .header-inner { min-height: 62px; }
  .menu-button { display: none; }
  body.js .menu-button { display: block; }
  #primary-navigation { display: flex; position: static; padding: .5rem 0; flex-direction: column; align-items: stretch; }
  body.js #primary-navigation { display: none; position: absolute; top: 62px; left: 0; right: 0; padding: 1rem; background: var(--navy); border-top: 1px solid rgb(255 255 255 / 14%); }
  body.js.menu-open #primary-navigation { display: flex; }
  #primary-navigation a { padding: .55rem; font-size: .9rem; }
  .hero { padding: 3.2rem 0 2.5rem; }
  .hero::after { right: -160px; }
  .evidence { grid-template-columns: 1fr 1fr; margin-bottom: 3.5rem; }
  .evidence div { padding: 1rem; }
  .evidence strong { font-size: 1.65rem; }
  .mini-explainer { grid-template-columns: 1fr; }
  .casino-row { grid-template-columns: 1fr; }
  .casino-brand { grid-row: auto; min-height: 125px; }
  .brand-logo { width: min(250px, calc(100% - 50px)); margin: 0 !important; }
  .promotion, .row-fact, .row-action { border-left: 0; border-top: 1px solid var(--line); padding: 1rem; }
  .row-action { grid-column: auto; }
  .row-action a { max-width: none; }
  .three-up, .four-up, .metric-band, .pros-cons-grid { grid-template-columns: 1fr 1fr; }
  .footer-top, .support-area { grid-template-columns: 1fr; gap: 1.5rem; }
  .org-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .shell, .content-shell { width: min(calc(100% - 1.25rem), var(--max)); }
  .brand img { width: 190px; height: auto; }
  .hero h1 { font-size: 2.15rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions a { width: 100%; }
  .evidence { grid-template-columns: 1fr 1fr; }
  .section h2 { font-size: 1.82rem; }
  .section h3 { margin-top: 2.35rem; }
  .three-up, .four-up, .metric-band, .pros-cons-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 0; }
  .pros-card, .cons-card { padding: 1rem; }
  .feature-list li, .risk-list li, .pros-card li, .cons-card li { padding-left: 2.35rem; }
  .org-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

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