/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* Brand palette */
  --brand-50:  #f0f7ff;
  --brand-100: #dbeeff;
  --brand-200: #b0d9fe;
  --brand-400: #4da6f5;
  --brand-500: #1d87e8;
  --brand-600: #1266c9;
  --brand-700: #0e4fa0;
  --brand-800: #0a3675;
  --brand-900: #061e45;

  /* Navy */
  --navy:      #0d2544;
  --navy-soft: #162f55;

  /* Accent / Gold */
  --gold-400:  #f5c842;
  --gold-500:  #e8a812;
  --gold-100:  #fff8de;

  /* Success */
  --green-500: #0e9170;
  --green-50:  #e4f9f4;

  /* Danger */
  --red-500:   #c53030;
  --red-50:    #fff0f0;

  /* Neutrals */
  --surface:        #ffffff;
  --surface-soft:   #f5f8fc;
  --surface-accent: #eef5ff;
  --border:         #e0e8f5;
  --border-strong:  #c8d6ea;
  --text:           #1a2534;
  --text-muted:     #000000;
  --text-subtle:    #8795a8;

  /* Shadows */
  --shadow-sm:  0 2px 8px rgba(13, 37, 68, 0.08);
  --shadow-md:  0 6px 24px rgba(13, 37, 68, 0.10);
  --shadow-lg:  0 16px 48px rgba(13, 37, 68, 0.12);
  --shadow-xl:  0 24px 64px rgba(13, 37, 68, 0.16);

  /* Radius */
  --r-sm:  6px;
  --r-md:  10px;
  --r-lg:  16px;
  --r-xl:  24px;
  --r-2xl: 32px;

  /* Spacing */
  --container: 1200px;
  --section-gap: 5rem;

  /* Transitions */
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur:  0.22s;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  background: linear-gradient(135deg, #5b28ad 0%, #5b28ad 50%, #5b28ad 100%);
  color: var(--text);
  font-family: Inter, "Segoe UI", ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.age-locked {
  overflow: hidden;
}

img, video {
  max-width: 100%;
  display: block;
  height: auto;
}

a {
  color: var(--brand-600);
  text-decoration: none;
  transition: color var(--dur) var(--ease);
}

a:hover,
a:focus-visible {
  color: var(--brand-800);
  text-decoration: underline;
}

button, input, textarea, select {
  font: inherit;
}

[hidden] { display: none !important; }

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
.Lgd5R7J {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.yEyGSXnVy {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  z-index: 9999;
  transform: translateY(-150%);
  background: var(--navy);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: var(--r-md);
  font-weight: 700;
  transition: transform var(--dur) var(--ease);
}

.yEyGSXnVy:focus { transform: translateY(0); }

/* ============================================================
   LAYOUT UTILITIES
   ============================================================ */
.bP9tw1V {
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.fVdugr5AxFP {
  width: min(100% - 2.5rem, 840px);
  margin-inline: auto;
}

.k237EQP {
  padding: var(--section-gap) 0;
  scroll-margin-top: 100px;
}

.doJkQiq {
  background: var(--surface-soft);
}

.edJqlyn {
  background: var(--navy);
  color: #fff;
}

/* ============================================================
   HEADER
   ============================================================ */
.L5CYwZnQ {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-sm);
}

.GOsQYko72 {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.IXLksy8bK {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  transition: opacity var(--dur) var(--ease);
}

.IXLksy8bK:hover,
.IXLksy8bK:focus-visible {
  text-decoration: none;
  opacity: 0.82;
}

.IXLksy8bK img,
.IXLksy8bK svg {
  width: 38px;
  height: 38px;
}

/* Nav */
.site-nav {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
  list-style: none;
  padding: 0;
}

.site-nav a {
  display: block;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.55rem 0.9rem;
  border-radius: var(--r-md);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  background: var(--surface-accent);
  color: var(--brand-700);
  text-decoration: none;
}

/* Header contact */
.UBYkSbQB {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.UBYkSbQB address { font-style: normal; }

.UBYkSbQB a {
  font-weight: 800;
  color: var(--navy);
  font-size: 1rem;
}

/* Hamburger */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--surface);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  gap: 5px;
  transition: border-color var(--dur) var(--ease);
}

.menu-toggle:hover { border-color: var(--border-strong); }

.s2oqyCx8Z5W {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

/* ============================================================
   HERO
   ============================================================ */
.uchqThduI7 {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 5rem 0;
  background: linear-gradient(135deg, #5b28ad 0%, #5b28ad 50%, #5b28ad 100%);
  color: #fff;
  overflow: hidden;
}

.uchqThduI7::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 70% 50%, rgba(30, 120, 220, 0.25) 0%, transparent 70%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(245, 200, 66, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.uchqThduI7 > .bP9tw1V { position: relative; z-index: 1; }

.USoeDS9i {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: center;
  gap: 3rem;
}

.uchqThduI7 h1,
.zUoZnvAu h1 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0;
}

.o3AhDd3z {
  margin-top: 1.2rem;
  color: rgba(255,255,255,0.8);
  font-size: 1.08rem;
  line-height: 1.75;
  max-width: 600px;
}

.ryInyaoJppj {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-600);
  margin-bottom: 0.9rem;
}

.uchqThduI7 .ryInyaoJppj,
.lRmmetue .ryInyaoJppj {
  color: var(--gold-400);
}

.trtGufdKQ6 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.LzMUIP {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.75rem 1.25rem;
  border: 1.5px solid transparent;
  border-radius: var(--r-md);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease),
              transform 0.12s var(--ease), box-shadow var(--dur) var(--ease),
              color var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

.LzMUIP:hover,
.LzMUIP:focus-visible {
  text-decoration: none;
  transform: translateY(-1px);
}

.LzMUIP:active {
  transform: translateY(0) scale(0.98);
}

.LzMUIP:focus-visible {
  outline: 3px solid var(--brand-400);
  outline-offset: 2px;
}

.l4f7oL7 {
  background: var(--brand-500);
  color: #fff;
  border-color: var(--brand-600);
  box-shadow: 0 4px 14px rgba(29, 135, 232, 0.35);
}

.l4f7oL7:hover,
.l4f7oL7:focus-visible {
  background: var(--brand-600);
  box-shadow: 0 6px 20px rgba(29, 135, 232, 0.45);
}

.vOeOR3LN1tE {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.3);
}

.vOeOR3LN1tE:hover,
.vOeOR3LN1tE:focus-visible {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}

/* On light bg */
.qHIYmdurF {
  background: transparent;
  color: var(--brand-700);
  border-color: var(--brand-300, var(--border-strong));
}

.qHIYmdurF:hover,
.qHIYmdurF:focus-visible {
  background: var(--surface-accent);
}

.v0Qkdy5 {
  width: 100%;
  background: var(--brand-500);
  color: #fff;
  border-color: var(--brand-600);
  box-shadow: 0 4px 14px rgba(29, 135, 232, 0.3);
}

.v0Qkdy5:hover,
.v0Qkdy5:focus-visible {
  background: var(--brand-600);
}

/* ============================================================
   HERO STATS PANEL
   ============================================================ */
.y9jf1weP {
  display: grid;
  gap: 0.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--r-xl);
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(12px);
}

.nmCGVBt2X {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: var(--r-lg);
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background var(--dur) var(--ease);
}

.nmCGVBt2X:hover { background: rgba(255,255,255,0.13); }

.nmCGVBt2X span {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--gold-400);
  letter-spacing: -0.03em;
  line-height: 1;
}

.nmCGVBt2X p {
  margin: 0;
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
}

/* ============================================================
   WARNING STRIP
   ============================================================ */
.gINyvOHlN {
  padding: 0.9rem 0;
  background: #fff8e1;
  border-top: 2px solid #f5c842;
  border-bottom: 1px solid #ead89a;
  color: #5a3e00;
  font-size: 0.88rem;
  font-weight: 600;
}

/* ============================================================
   SECTION HEADINGS
   ============================================================ */
.jTObrzBw5GJ {
  max-width: 700px;
  margin-bottom: 2.5rem;
}

.jTObrzBw5GJ h2,
.INdiTfs h2,
.mNRHbd2jm h2,
.G51FML9 h2 {
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 0.85rem;
}

.jTObrzBw5GJ p,
.INdiTfs > div > p {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

/* ============================================================
   BOOKMAKER CARDS
   ============================================================ */
.gboJ71T37 {
  display: grid;
  gap: 1.25rem;
}

.uPia17AKQ {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.Eqojphwc {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  transition: box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease),
              transform var(--dur) var(--ease);
  overflow: hidden;
}

.Eqojphwc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-500), var(--brand-400));
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}

.Eqojphwc:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--brand-200, #b0d9fe);
  transform: translateY(-3px);
}

.Eqojphwc:hover::before { opacity: 1; }

/* Featured card */
.Eqojphwc.NmpXjdZud {
  border-color: var(--brand-400);
  box-shadow: var(--shadow-lg), 0 0 0 3px rgba(77, 166, 245, 0.15);
}

.Eqojphwc.NmpXjdZud::before { opacity: 1; }

.Mq049vm {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 32px;
  padding: 0.25rem 0.6rem;
  border-radius: var(--r-sm);
  background: var(--green-500);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.Q3Smkao1s9 {
  width: 160px;
  height: 68px;
  object-fit: contain;
  margin-bottom: 1.1rem;
  border-radius: var(--r-sm);
}

.Eqojphwc h3,
.qvvzyhcdy h3,
.bSBmwvWv h3 {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.nOpAEm1KMpL {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--gold-100);
  color: #6b4000;
  font-size: 0.85rem;
  font-weight: 800;
  padding: 0.3rem 0.7rem;
  border-radius: var(--r-sm);
  border: 1px solid #f0d07a;
  margin-bottom: 1.1rem;
}

.m80B54oZusG,
.mE81TWkArcN,
.xybBP23O {
  margin: 0;
  padding: 0;
  list-style: none;
}

.m80B54oZusG {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.m80B54oZusG li,
.mE81TWkArcN li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.m80B54oZusG li::before,
.mE81TWkArcN li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--green-500);
}

.Eqojphwc .LzMUIP {
  margin-top: auto;
}

/* ============================================================
   STEP GRID
   ============================================================ */
.x5RhxQYzHA {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.qvvzyhcdy {
  padding: 1.5rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.qvvzyhcdy:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.qvvzyhcdy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--surface-accent);
  border: 1.5px solid var(--brand-200, #b0d9fe);
  border-radius: 50%;
  color: var(--brand-700);
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.qvvzyhcdy h3 {
  margin-bottom: 0.5rem;
}

.qvvzyhcdy p,
.bSBmwvWv p,
.mNRHbd2jm p,
.G51FML9 p,
.TzgSj8Rz p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   SPLIT GRID
   ============================================================ */
.INdiTfs {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 3rem;
  align-items: start;
}

/* ============================================================
   CRITERIA LIST
   ============================================================ */
.bSBmwvWv {
  display: grid;
  gap: 1rem;
}

.bSBmwvWv article {
  padding: 1.25rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.bSBmwvWv article:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--border-strong);
}

/* ============================================================
   PROSE / CONTENT
   ============================================================ */
.mNRHbd2jm {
  font-size: 0.97rem;
  line-height: 1.8;
  color: var(--text);
}

.mNRHbd2jm > *:first-child { margin-top: 0; }

.mNRHbd2jm h2 {
  margin-top: 2.25rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.mNRHbd2jm a {
  font-weight: 700;
  border-bottom: 1.5px solid currentColor;
}

.mNRHbd2jm a:hover { opacity: 0.75; }

.mE81TWkArcN {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0;
}

/* ============================================================
   FAQ
   ============================================================ */
.BhHQPcK {
  width: min(100% - 2.5rem, 880px);
  margin-inline: auto;
}

.D3AIhcy4zi {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--surface);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--dur) var(--ease);
}

.faq-item:hover { box-shadow: var(--shadow-md); }

.faq-item h3 { margin: 0; }

.faq-question {
  width: 100%;
  min-height: 62px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border: 0;
  background: transparent;
  color: var(--navy);
  padding: 1rem 1.25rem;
  font-size: 0.97rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: background var(--dur) var(--ease);
}

.faq-question:hover { background: var(--surface-soft); }

.faq-question::after {
  content: "+";
  flex: 0 0 30px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--surface-accent);
  color: var(--brand-700);
  font-size: 1.2rem;
  font-weight: 700;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
  background: var(--brand-500);
  color: #fff;
  transform: scale(1.05);
}

.kWTOeC {
  display: none;
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid var(--border);
}

.faq-item.is-open .kWTOeC { display: block; }

.kWTOeC p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
  padding-top: 0.9rem;
  line-height: 1.75;
}

/* ============================================================
   RESPONSIBLE GAMBLING PANEL
   ============================================================ */
.lRmmetue {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, #0d3068 100%);
  color: #fff;
  overflow: hidden;
}

.lRmmetue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 70% at 90% 50%, rgba(30,110,220,0.2) 0%, transparent 65%);
  pointer-events: none;
}

.lRmmetue > .bP9tw1V { position: relative; z-index: 1; }

.lRmmetue h2,
.lRmmetue p,
.lRmmetue li { color: #fff; }

.lRmmetue p { color: rgba(255,255,255,0.82); }

.lRmmetue a { color: #90cbff; }

.lRmmetue .mE81TWkArcN li { color: rgba(255,255,255,0.82); }

.lRmmetue .mE81TWkArcN li::before { background: var(--gold-400); }

/* ============================================================
   PAGE HERO
   ============================================================ */
.zUoZnvAu {
  position: relative;
  padding: 4.5rem 0;
  background: linear-gradient(135deg, #081a35 0%, #0d3068 60%, #0f4a8a 100%);
  color: #fff;
  overflow: hidden;
}

.zUoZnvAu::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 40%, rgba(30,120,220,0.2) 0%, transparent 65%);
  pointer-events: none;
}

.zUoZnvAu > .bP9tw1V { position: relative; z-index: 1; }

.zUoZnvAu p:not(.ryInyaoJppj) {
  max-width: 680px;
  color: rgba(255,255,255,0.8);
  font-size: 1.06rem;
  line-height: 1.75;
  margin-top: 0.9rem;
}

/* ============================================================
   CONTENT GRID (sidebar layout)
   ============================================================ */
.cG8PZ7N6n {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 0.65fr);
  gap: 2rem;
  align-items: start;
}

.TzgSj8Rz {
  padding: 1.35rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 104px;
}

.TzgSj8Rz strong {
  display: block;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 0.65rem;
}

.aD3nqKXU8S {
  border-color: #f0d07a;
  background: #fffbf0;
}

/* ============================================================
   CONTACT
   ============================================================ */
.KSjZHWK {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 2rem;
  align-items: start;
}

.G51FML9 {
  padding: 1.5rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.NgrxUYkcVQN {
  display: grid;
  gap: 1.1rem;
  padding: 1.5rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.rQbByCeaqg5 {
  display: grid;
  gap: 0.4rem;
}

.rQbByCeaqg5 label {
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 800;
}

.rQbByCeaqg5 input,
.rQbByCeaqg5 textarea,
.rQbByCeaqg5 select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  background: var(--surface);
  color: var(--text);
  font-size: 0.94rem;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.rQbByCeaqg5 textarea {
  resize: vertical;
  min-height: 160px;
}

.rQbByCeaqg5 input:hover,
.rQbByCeaqg5 textarea:hover,
.rQbByCeaqg5 select:hover {
  border-color: var(--border-strong);
}

.rQbByCeaqg5 input:focus,
.rQbByCeaqg5 textarea:focus,
.rQbByCeaqg5 select:focus {
  outline: none;
  border-color: var(--brand-500);
  box-shadow: 0 0 0 4px rgba(29, 135, 232, 0.12);
}

.form-success {
  padding: 0.9rem 1rem;
  border-radius: var(--r-md);
  background: var(--green-50);
  border: 1.5px solid #9fe1cb;
  color: #054030;
  font-weight: 700;
  font-size: 0.93rem;
}

.FYJpFVl {
  font-size: 0.88rem;
  color: var(--text-subtle);
}

/* ============================================================
   LEGAL
   ============================================================ */
.TxfSpB {
  width: min(100% - 2.5rem, 860px);
  margin-inline: auto;
}

/* ============================================================
   PLAYER CHECK SECTION
   ============================================================ */
.GA7bs6Ai {
  background: #0b1520;
}

.blzvmknq {
  display: grid;
  grid-template-columns: 210px 1fr 290px;
  gap: 2.5rem;
  align-items: center;
  padding: 3rem;
  border-radius: var(--r-2xl);
  background: linear-gradient(135deg, #13263d 0%, #1a3654 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow-xl);
}

.gubUGKn {
  padding: 2rem 1.5rem;
  border-radius: var(--r-xl);
  text-align: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.gubUGKn span {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: var(--gold-400);
  letter-spacing: -0.04em;
}

.gubUGKn p {
  margin-top: 0.75rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.88rem;
  line-height: 1.5;
}

.IB9guG h2 {
  margin: 0.5rem 0 1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.IB9guG p:not(.ryInyaoJppj) {
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  font-size: 0.93rem;
}

.mkiyb8u {
  padding: 1.5rem;
  border-radius: var(--r-xl);
  background: #fff;
  color: var(--text);
  box-shadow: var(--shadow-md);
}

.mkiyb8u p {
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: var(--navy);
  font-size: 0.9rem;
}

.mkiyb8u ul {
  margin: 0;
  padding-left: 1.25rem;
}

.mkiyb8u li {
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

/* ============================================================
   FOOTER
   ============================================================ */
.tb71OK7 {
  background: #070e1a;
  color: rgba(255,255,255,0.78);
  padding: 4rem 0 2rem;
}

.tb71OK7 a {
  color: rgba(255,255,255,0.78);
  transition: color var(--dur) var(--ease);
}

.tb71OK7 a:hover { color: #fff; }

.op7cpd0Bf {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  align-items: flex-start;
}

.U5sCAQX7f {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.tb71OK7 h2 {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1rem;
}

.tb71OK7 address { font-style: normal; }

.xybBP23O {
  display: grid;
  gap: 0.5rem;
}

.xybBP23O a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.68);
}

.xybBP23O a:hover {
  color: #fff;
  text-decoration: none;
}

/* Footer regulation */
.Zpr70kX5 {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.Zpr70kX5 h3 {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 1.25rem;
}

.KX3FikWai {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.KX3FikWai a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 56px;
  padding: 0.5rem;
  border-radius: var(--r-md);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease),
              transform var(--dur) var(--ease);
}

.KX3FikWai a:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-2px);
  text-decoration: none;
}

.KX3FikWai img {
  max-width: 100%;
  max-height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1) opacity(0.75);
  transition: opacity var(--dur) var(--ease);
}

.KX3FikWai a:hover img { opacity: 1; }

/* Footer bottom */
.Sa06Hh0 {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
}

.rP0Fc4Ds26k {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
  max-width: 1100px;
}

.rP0Fc4Ds26k p { margin-bottom: 0.85rem; }

.rP0Fc4Ds26k p:last-child {
  margin-bottom: 0;
  font-weight: 700;
  color: rgba(255,255,255,0.65);
}

/* Regulatory logos (old footer block) */
.HCjteGC {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.HCjteGC img { border-radius: var(--r-sm); }

/* ============================================================
   COOKIE BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  z-index: 200;
  width: min(calc(100% - 2.5rem), 980px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.25rem;
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow-xl);
}

.cookie-banner strong {
  display: block;
  font-size: 0.9rem;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* ============================================================
   AGE GATE
   ============================================================ */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(5, 14, 26, 0.88);
  backdrop-filter: blur(14px);
}

.Puf4M0Ik {
  width: min(100%, 500px);
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  padding: 2.5rem 2rem;
  border-radius: var(--r-2xl);
  background: var(--surface);
  text-align: center;
  box-shadow: var(--shadow-xl);
  border: 1px solid var(--border);
}

.Puf4M0Ik h2 {
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--navy);
  letter-spacing: -0.03em;
  margin: 0;
}

.Puf4M0Ik p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.93rem;
  max-width: 360px;
}

.Xl23cuDagf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.age-gate.is-denied .Xl23cuDagf { display: none; }

.age-denied {
  padding: 0.9rem 1.1rem;
  border-radius: var(--r-md);
  background: #fff8e1;
  border: 1.5px solid #f0d07a;
  color: #5a3e00;
  font-size: 0.9rem;
  font-weight: 600;
}

/* ============================================================
   RESPONSIVE — TABLET (≤ 980px)
   ============================================================ */
@media (max-width: 980px) {
  :root { --section-gap: 4rem; }

  .GOsQYko72 {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .menu-toggle { display: flex; }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    display: none;
    padding: 1rem;
    background: rgba(255,255,255,0.98);
    border-bottom: 1.5px solid var(--border);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(20px);
    gap: 0.2rem;
  }

  .site-nav.is-open { display: flex; }

  .site-nav a { padding: 0.8rem 1rem; }

  .UBYkSbQB {
    grid-column: 1 / -1;
    align-items: flex-start;
    padding-bottom: 0.75rem;
    display: none;
  }

  .USoeDS9i,
  .INdiTfs,
  .cG8PZ7N6n,
  .KSjZHWK {
    grid-template-columns: 1fr;
  }

  .uPia17AKQ {
    grid-template-columns: 1fr;
  }

  .x5RhxQYzHA {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .TzgSj8Rz {
    position: static;
  }

  .op7cpd0Bf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }

  .blzvmknq {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 1.5rem;
  }

  .gubUGKn { text-align: left; display: flex; gap: 1.25rem; align-items: center; }
  .gubUGKn span { font-size: 2.4rem; }
}

/* ============================================================
   RESPONSIVE — MOBILE (≤ 640px)
   ============================================================ */
@media (max-width: 640px) {
  :root { --section-gap: 3rem; }

  .bP9tw1V,
  .fVdugr5AxFP,
  .TxfSpB,
  .BhHQPcK {
    width: min(100% - 1.5rem, var(--container));
  }

  .GOsQYko72 { gap: 0.75rem; }

  .uchqThduI7 {
    min-height: auto;
    padding: 3.5rem 0;
  }

  .uchqThduI7 h1,
  .zUoZnvAu h1 {
    font-size: 2rem;
  }

  .trtGufdKQ6,
  .Xl23cuDagf {
    flex-direction: column;
    align-items: stretch;
  }

  .trtGufdKQ6 .LzMUIP,
  .Xl23cuDagf .LzMUIP {
    width: 100%;
    min-height: 52px;
  }

  .nmCGVBt2X {
    grid-template-columns: 72px 1fr;
  }

  .x5RhxQYzHA,
  .op7cpd0Bf {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    border-radius: var(--r-lg);
  }

  .uPia17AKQ {
    grid-template-columns: 1fr;
  }

  .Eqojphwc { padding: 1.25rem; }

  .Puf4M0Ik { padding: 2rem 1.25rem; }

  .gubUGKn { flex-direction: column; text-align: center; }

  .Sa06Hh0 {
    flex-direction: column;
    text-align: center;
  }

  .jTObrzBw5GJ h2,
  .INdiTfs h2 {
    font-size: 1.6rem;
  }

  .KSjZHWK { grid-template-columns: 1fr; }
}

/* ============================================================
   PRINT
   ============================================================ */
@media print {
  .L5CYwZnQ,
  .tb71OK7,
  .cookie-banner,
  .age-gate,
  .gINyvOHlN { display: none; }

  body { font-size: 12pt; }

  a::after { content: " (" attr(href) ")"; }
}

.E59lCNW {
  background: #10251f;
  color: #fff;
  overflow: hidden;
}

.eJkk1wXTeK {
  display: grid;
  gap: 34px;
}

.nJc9uvv {
  max-width: 780px;
}

.nJc9uvv h2 {
  color: #fff;
  margin-bottom: 14px;
}

.nJc9uvv p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.psbb3T {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.psbb3T article {
  position: relative;
  padding: 30px 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.psbb3T article::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(245, 196, 81, 0.16), transparent 55%);
  pointer-events: none;
}

.psbb3T span {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f5c451;
  color: #10251f;
  font-weight: 900;
  font-size: 1.25rem;
}

.psbb3T h3,
.psbb3T p {
  position: relative;
}

.psbb3T h3 {
  color: #fff;
  margin-bottom: 10px;
}

.psbb3T p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

@media (max-width: 768px) {
  .psbb3T {
    grid-template-columns: 1fr;
  }

  .psbb3T article {
    padding: 24px;
  }
}

.jK3s5K {
  background: #f7f9fc;
  overflow: hidden;
}

.eOPbIxPhg4t {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 40px;
  align-items: center;
}

.iNbE9O {
  position: relative;
  padding: 34px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(20, 32, 56, 0.08);
}

.iNbE9O::before {
  content: "";
  position: absolute;
  inset: 18px auto auto -14px;
  width: 7px;
  height: 78px;
  border-radius: 999px;
  background: #ffb84d;
}

.iNbE9O h2 {
  margin-bottom: 16px;
}

.hk4bJRi {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.Flup7L {
  min-height: 190px;
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(24, 36, 58, 0.08);
  box-shadow: 0 16px 42px rgba(20, 32, 56, 0.07);
}

.Flup7L span {
  display: inline-flex;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 800;
  color: #ff9f1c;
}

.Flup7L h3 {
  margin-bottom: 10px;
}

.Flup7L p {
  margin: 0;
}

.Flup7L.OeaaW22i {
  background: #162033;
  color: #ffffff;
}

.Flup7L.OeaaW22i h3,
.Flup7L.OeaaW22i span {
  color: #ffffff;
}

.Flup7L.OeaaW22i p {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 860px) {
  .eOPbIxPhg4t,
  .hk4bJRi {
    grid-template-columns: 1fr;
  }

  .iNbE9O {
    padding: 28px;
  }
}