:root {
  --ink: #101418;
  --muted: #66707c;
  --line: #d9e0e7;
  --paper: #f7f8fa;
  --panel: #ffffff;
  --accent: #b88a28;
  --accent-dark: #7b5917;
  --green: #146b4d;
  --blue: #214f7a;
  --shadow: 0 18px 50px rgba(16, 20, 24, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; overflow-x: hidden; }
a { color: var(--blue); font-weight: 700; text-decoration: none; }
a:hover { text-decoration: underline; }
.shell { width: calc(100% - 32px); max-width: 1160px; margin: 0 auto; }
.notice { padding: 9px 16px; text-align: center; font-size: 14px; }
.notice.affiliate { background: #111820; color: #fff; }
.notice.age { background: #f0f6f3; color: #123d2e; border-bottom: 1px solid #cfe1d8; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand-mark { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 900; font-size: 20px; }
.mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 8px; background: var(--ink); color: #fff; font-size: 14px; letter-spacing: 0; }
.nav-links { display: flex; gap: 22px; align-items: center; font-size: 14px; }
.nav-links a { color: #25313d; font-weight: 750; }
.badge-18 { border: 2px solid var(--ink); border-radius: 999px; width: 44px; height: 44px; display: grid; place-items: center; font-weight: 900; background: #fff; }
section { padding: 72px 0; }
.hero { min-height: 620px; display: grid; align-items: center; color: #fff; background: linear-gradient(130deg, rgba(16,20,24,.96), rgba(21,54,73,.88)), url("assets/logo-bet365.png"); background-size: cover; background-position: center; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .65fr); gap: 42px; align-items: center; }
.hero-copy { min-width: 0; }
.hero h1, .page-hero h1 { margin: 0; font-size: clamp(42px, 7vw, 78px); line-height: 1.02; letter-spacing: 0; }
.hero p { max-width: 710px; color: #e6edf3; font-size: 18px; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-weight: 900; text-transform: uppercase; font-size: 13px; letter-spacing: 0; }
.hero-actions, .casino-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 8px; padding: 12px 18px; font-weight: 850; border: 1px solid transparent; text-decoration: none; }
.button.primary { background: var(--accent); color: #121212; box-shadow: 0 10px 25px rgba(184, 138, 40, .28); }
.button.secondary { background: #fff; color: var(--ink); border-color: var(--line); }
.hero-board { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-board div { min-height: 130px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.1); border-radius: 8px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-board strong { font-size: 34px; color: #fff; }
.hero-board span { color: #dce4ea; font-weight: 700; }
h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.1; margin: 0 0 18px; }
h3 { margin: 0 0 8px; font-size: 20px; }
.alt { background: #eef2f5; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.method-grid article, .content-panel, .casino-card { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 22px rgba(16,20,24,.06); }
.method-grid article { padding: 22px; }
.section-heading { max-width: 760px; margin-bottom: 24px; }
.section-heading p { color: var(--muted); }
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.filter-btn { border: 1px solid var(--line); background: #fff; color: var(--ink); border-radius: 999px; padding: 10px 16px; font-weight: 850; cursor: pointer; }
.filter-btn.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.ranking-list { display: grid; gap: 14px; }
.casino-card { display: grid; grid-template-columns: 54px 180px minmax(0, 1fr) 210px; gap: 18px; padding: 18px; align-items: center; }
.rank { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #111820; color: #fff; font-weight: 900; }
.logo-tile { min-height: 76px; display: grid; place-items: center; border-radius: 8px; background: #f5f7f9; border: 1px solid var(--line); }
.logo-tile img, .review-logo { max-width: 100%; height: auto; object-fit: contain; }
.casino-main h3 { font-size: 24px; }
.meta { color: var(--muted); font-size: 14px; font-weight: 750; }
.licence-row { display: flex; gap: 12px; flex-wrap: wrap; font-size: 13px; }
.licence-row span { color: var(--green); font-weight: 800; }
.page-hero { color: #fff; background: linear-gradient(130deg, #111820, #23475f); }
.page-hero.compact { padding: 74px 0; min-height: auto; }
.page-hero p { max-width: 760px; color: #e6edf3; font-size: 18px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 20px; align-items: start; }
.content-panel { padding: 28px; }
.muted-panel { background: #fbfcfd; }
.facts { display: grid; gap: 10px; margin: 0 0 18px; }
.facts div { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
dt { font-weight: 900; color: #34404c; }
dd { margin: 0; }
.checklist { padding-left: 18px; }
.checklist li { margin-bottom: 8px; }
.split-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .6fr); gap: 24px; align-items: center; }
.support-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.support-links a { min-height: 58px; border-radius: 8px; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; color: var(--ink); }
.site-footer { background: #111820; color: #dce4ea; padding: 52px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 26px; }
.footer-brand { color: #fff; margin-bottom: 12px; }
.site-footer h2 { color: #fff; font-size: 16px; margin-bottom: 12px; }
.site-footer a { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.operator-warning { color: #fff; border-left: 4px solid var(--accent); padding-left: 12px; font-weight: 850; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #b8c4ce; font-size: 13px; }
[hidden] { display: none !important; }
@media (max-width: 900px) {
  .nav-shell { align-items: flex-start; padding: 14px 0; flex-wrap: wrap; }
  .nav-links { overflow-x: auto; max-width: 100%; padding-bottom: 4px; }
  .hero-grid, .two-col, .split-band, .footer-grid { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .casino-card { grid-template-columns: 48px minmax(0, 1fr); }
  .logo-tile { grid-column: 2; }
  .casino-main, .casino-actions { grid-column: 1 / -1; }
  .casino-actions .button { flex: 1 1 180px; }
}
@media (max-width: 560px) {
  .shell { width: calc(100% - 22px); }
  .notice { padding: 9px 12px; font-size: 13px; overflow-wrap: anywhere; }
  section { padding: 48px 0; }
  .hero { min-height: auto; padding: 58px 0; }
  .hero h1, .page-hero h1 { font-size: 27px; max-width: calc(100vw - 24px); overflow-wrap: anywhere; word-break: normal; }
  .hero h1 span { display: block; }
  h2 { font-size: 24px; max-width: calc(100vw - 24px); overflow-wrap: anywhere; }
  .hero p, .page-hero p { font-size: 16px; overflow-wrap: anywhere; }
  .hero-board, .method-grid, .support-links { grid-template-columns: 1fr; }
  .facts div { grid-template-columns: 1fr; gap: 2px; }
  .button { width: 100%; }
  .nav-shell { gap: 12px; align-items: center; }
  .nav-links { order: 3; width: 100%; gap: 16px; }
  .brand-mark { font-size: 18px; }
}

/* Google Ads gambling-certification compliance details */
.notice.age a { color: inherit; text-decoration: underline; font-weight: 900; }
.licence-registry { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.licence-registry h2 { font-size: 18px; margin-bottom: 8px; }
.licence-intro, .data-controller-note { max-width: 980px; }
.licence-list { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 24px !important; margin: 14px 0 !important; font-size: 13px; }
.licence-list li { color: #dce4ea; }
.licence-list a { text-decoration: underline; }
.data-controller-note { font-size: 13px; font-weight: 800; color: #fff; }
@media (max-width: 700px) { .licence-list { grid-template-columns: 1fr; } }
