/* ============================================================
   finland22bet.com — 22Bet Finland satellite
   Palette follows the 22bet house colours (deep teal, bright
   teal, green, red); Finnish flag blue appears only as a small
   country marker on the locale chip and figure captions.
   ============================================================ */

:root {
  --sh-deep: #054248;
  --sh-panel: #054146;
  --sh-page: #0a636b;
  --tl-deep: #054248;
  --tl-mid: #0c909d;
  --tl-soft: #2da6b1;
  --tl-pale: #e2f1f3;
  --tl-line: #c4d9df;
  --sh-green: #2eb256;
  --sh-green-dark: #2ca331;
  --sh-red: #f04c44;
  --sh-red-dark: #d93a32;
  --sh-gold: #ffc93c;
  --fi-flag: #003580;
  --ink: #323946;
  --ink-soft: #333a48;
  --ink-mute: #6c7a8c;
  --ink-faint: #9aa6b4;
  --paper: #ffffff;
  --paper-soft: #f6f8f9;
  --hair: #e6ecf3;
  --login-bg: #185b62;
  --edge: 8px;
  --edge-lg: 14px;
  --shell: 1200px;
  --type: "Open Sans", Arial, sans-serif;
  --type-head: "Roboto Condensed", "Open Sans", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--type);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--sh-page);
}

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

a { color: var(--tl-mid); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap {
  max-width: var(--shell);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============ MASTHEAD ============ */

.masthead {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--sh-deep);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .25);
}

.masthead__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 72px;
  gap: 18px;
}

.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { height: 44px; width: auto; }

.nav-main { display: flex; align-items: center; gap: 4px; margin: 0 auto; }

.nav-main a {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 10px 18px;
  border-radius: 38px;
  transition: background .2s;
}
.nav-main a:hover { background: rgba(255, 255, 255, .1); text-decoration: none; }
.nav-main a.is-current { background: var(--tl-mid); }

.masthead-acts { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }

.acts-btn {
  background: var(--sh-green);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 11px 26px;
  border-radius: 38px;
  flex-shrink: 0;
  transition: background .2s;
}
.acts-btn:hover { background: var(--sh-green-dark); text-decoration: none; }
.acts-btn--ghost { background: var(--login-bg); }
.acts-btn--ghost:hover { background: #0c4a50; }

.locale-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.locale-chip svg {
  width: 30px;
  height: 20px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 5px 0;
  transition: transform .25s, opacity .25s;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.nav-drop {
  display: none;
  background: var(--sh-panel);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.nav-drop.is-open { display: block; }
.nav-drop a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  transition: background .2s;
}
.nav-drop a:hover { background: rgba(255, 255, 255, .07); text-decoration: none; }

.nav-drop__acts {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 18px 24px 22px;
}
.nav-drop__acts a {
  flex: 1 1 0;
  max-width: 190px;
  padding: 13px 18px;
  border: 0;
  border-radius: 38px;
  background: var(--sh-green);
  transition: background .2s;
}
.nav-drop__acts a:hover { background: var(--sh-green-dark); }
.nav-drop__acts a.nav-drop__ghost { background: var(--login-bg); }
.nav-drop__acts a.nav-drop__ghost:hover { background: #0c4a50; }

/* ============ LEAD (hero) ============ */

.lead {
  margin-top: 72px;
  background: linear-gradient(130deg, #032f34 0%, var(--tl-deep) 58%, #0a5f68 100%);
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--tl-mid);
}
.lead::before {
  content: "";
  position: absolute;
  right: -80px; top: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(12, 144, 157, .38) 0%, transparent 68%);
  pointer-events: none;
}

.lead__row {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 52px 0;
  min-height: 420px;
  position: relative;
  z-index: 1;
}

/* The artwork stays a background layer, but bounded to the container width
   and dissolved on its left edge so it reads as part of the gradient. */
.lead__art {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  pointer-events: none;
  /* Side edges dissolve so the bounded artwork reads as one piece with the band */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
}
/* Readability wash sits above the artwork, below the copy. */
.lead__art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 44, 50, .95) 0%, rgba(4, 55, 61, .74) 40%, rgba(5, 66, 72, .1) 74%);
}

.lead__body { flex: 1 1 auto; max-width: 620px; position: relative; z-index: 1; }

.lead h1 {
  font-family: var(--type-head);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.lead h1 .hl { color: var(--sh-red); }

.lead__sub {
  color: rgba(255, 255, 255, .93);
  font-size: 17px;
  margin-bottom: 26px;
  max-width: 560px;
}

.lead__acts { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.score-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  border-radius: var(--edge);
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 700;
}
.score-chip .star { color: var(--sh-gold); }
.lead__score { margin-bottom: 16px; }

/* ============ BUTTONS ============ */

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--type);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #fff;
  border: 0;
  border-radius: var(--edge);
  padding: 14px 32px;
  cursor: pointer;
  transition: background .2s, transform .15s, box-shadow .2s;
  text-align: center;
}
.cta:hover { text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0, 0, 0, .22); }
.cta--primary { background: var(--tl-mid); }
.cta--primary:hover { background: var(--tl-deep); }
.cta--accent { background: var(--sh-red); color: #fff; }
.cta--accent:hover { background: var(--sh-red-dark); }
.cta--soft { background: var(--sh-green); }
.cta--soft:hover { background: var(--sh-green-dark); }
.cta--line {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .6);
}
.cta--line:hover { background: rgba(255, 255, 255, .14); }
.cta svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ============ SHEET / PANELS ============ */

.sheet { padding: 30px 0 50px; }

.panel {
  background: var(--paper);
  border-radius: var(--edge);
  padding: 36px 40px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 20, 45, .16);
  border-top: 4px solid var(--tl-mid);
}

.panel > *:last-child { margin-bottom: 0; }

.panel h2 {
  font-family: var(--type-head);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 18px;
  padding-left: 16px;
  border-left: 5px solid var(--tl-deep);
}

.panel h3 {
  font-family: var(--type-head);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: var(--tl-deep);
  margin: 26px 0 12px;
}

.panel p { margin-bottom: 14px; }
.panel ol { margin: 0 0 16px 22px; }
.panel li { margin-bottom: 8px; }

.panel ul {
  list-style: none;
  margin: 0 0 16px;
}
.panel ul li {
  position: relative;
  padding-left: 30px;
}
.panel ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .18em;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../media/ikoni-lista.webp");
}

.footnote {
  font-size: 13.5px;
  color: var(--ink-mute);
  font-style: italic;
}

/* ============ SECTION FIGURE ============ */

.figure {
  margin: 20px 0 18px;
  border-radius: var(--edge);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 20, 45, .18);
}
.figure img { width: 100%; }
.figure figcaption {
  background: var(--fi-flag);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 16px;
}

/* ============ CRUMBS ============ */

.crumbs {
  margin-bottom: 14px;
  font-size: 13px;
}
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li { color: rgba(255, 255, 255, .78); }
.crumbs li + li::before { content: "/"; margin-right: 6px; color: rgba(255, 255, 255, .45); }
.crumbs a { color: #fff; }

/* ============ TABLES ============ */

.tbl-scroll {
  margin: 18px 0;
  border: 1px solid var(--tl-line);
  border-radius: var(--edge);
  overflow: hidden;
  box-shadow: 0 3px 14px rgba(0, 20, 45, .1);
  background: #fbfdfe;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13.5px;
  table-layout: auto;
}

thead th {
  background: var(--tl-deep);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .03em;
  padding: 11px 12px;
  text-align: left;
  white-space: nowrap;
}
thead th:first-child { border-radius: var(--edge) 0 0 0; }
thead th:last-child { border-radius: 0 var(--edge) 0 0; }

tbody td {
  padding: 11px 12px;
  border-bottom: 1px solid var(--hair);
  vertical-align: top;
}
tbody tr:nth-child(even) { background: #f1f7fa; }
tbody tr:last-child td, tbody tr:last-child th { border-bottom: 0; }
tbody td, tbody th { transition: background-color .15s ease; }
tbody tr:hover td { background: var(--tl-pale); }
tbody tr:hover th { background: var(--tl-line); }
tbody th {
  padding: 11px 12px;
  border-bottom: 1px solid var(--hair);
  text-align: left;
  background: var(--tl-pale);
  color: var(--ink-soft);
  font-weight: 600;
  vertical-align: top;
}

table.tbl--tight { font-size: 12.5px; }
table.tbl--tight thead th { font-size: 11px; padding: 10px 9px; }
table.tbl--tight tbody td { padding: 10px 9px; }

/* ============ VERDICT COLUMNS ============ */

.verdict-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 18px 0; }
.verdict-plus, .verdict-minus {
  border-radius: var(--edge);
  padding: 20px 22px;
}
.verdict-plus { background: #eef7f1; border-top: 4px solid var(--sh-green); }
.verdict-minus { background: #fdf0ef; border-top: 4px solid var(--sh-red); }
.verdict-plus h3, .verdict-minus h3 { margin-top: 0; font-size: 18px; color: var(--ink-soft); }
.verdict-plus ul, .verdict-minus ul { margin: 0; }
.verdict-plus ul li::before {
  background-image: url("../media/ikoni-plus.webp");
}
.verdict-minus ul li::before {
  background-image: url("../media/ikoni-miinus.webp");
}

/* ============ HOWTO STEPS ============ */

.howto { counter-reset: step; list-style: none; margin: 16px 0 !important; }
.howto li {
  counter-increment: step;
  position: relative;
  padding: 0 0 14px 52px;
  margin: 0;
}
.howto li::before {
  content: counter(step);
  position: absolute;
  left: 0; top: -2px;
  width: 34px; height: 34px;
  border-radius: var(--edge);
  background: var(--tl-deep);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============ PROMO STRIP ============ */

.promo {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(120deg, #032f34 0%, var(--tl-deep) 70%, #0c8a97 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--edge);
  padding: 34px 36px;
  margin-bottom: 24px;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 20, 45, .2);
}
.promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(3, 44, 50, .94) 0%, rgba(4, 55, 61, .76) 46%, rgba(5, 66, 72, .12) 78%);
  pointer-events: none;
}
.promo--alt::before {
  background: linear-gradient(100deg, rgba(96, 14, 11, .94) 0%, rgba(150, 24, 18, .76) 46%, rgba(240, 76, 68, .12) 78%);
}

.promo__body { flex: 1; max-width: 420px; position: relative; z-index: 1; }
.promo__body .promo__act { margin-top: 18px; }

.promo__eyebrow {
  color: var(--sh-red);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 4px;
}
.promo--alt .promo__eyebrow { color: #ffd98a; }
.promo__title {
  font-family: var(--type-head);
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 6px;
}
.promo__note { color: rgba(255, 255, 255, .88); font-size: 14px; margin-bottom: 0; }

/* ============ APPS STRIP ============ */

.apps {
  display: flex;
  align-items: center;
  gap: 30px;
  background: linear-gradient(115deg, #04333a 0%, var(--tl-deep) 62%, #0a5560 100%);
  border-radius: var(--edge);
  padding: 28px 36px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 20, 45, .2);
}
.apps__media { flex: 0 0 190px; position: relative; z-index: 1; }
.apps__media img { border-radius: var(--edge); }
.apps__body { flex: 1; position: relative; z-index: 1; }
.apps__title {
  font-family: var(--type-head);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 6px;
}
.apps__note { color: rgba(255, 255, 255, .88); font-size: 14px; }
.apps__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #05292e;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  border-radius: var(--edge);
  padding: 10px 22px 10px 16px;
  transition: background .2s;
  min-width: 210px;
}
.store:hover { background: #0a3a41; text-decoration: none; }
.store svg { width: 30px; height: 30px; flex-shrink: 0; }
.store__txt { line-height: 1.2; }
.store__hint { font-size: 11px; opacity: .82; display: block; }
.store__name { font-size: 17px; font-weight: 700; display: block; }

/* ============ VOICES ============ */

.voices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 18px;
  margin-top: 18px;
}
.voice {
  background: var(--paper-soft);
  border: 1px solid var(--hair);
  border-left: 4px solid var(--tl-mid);
  border-radius: var(--edge);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
}
.voice__top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; margin-bottom: 8px; gap: 8px 10px; }
.voice__who { font-weight: 700; color: var(--ink-soft); }
.voice__mark {
  background: var(--tl-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--edge);
  padding: 3px 12px;
  flex-shrink: 0;
}
.voice__stars { color: var(--sh-gold); font-size: 14px; letter-spacing: 2px; margin-bottom: 8px; }
.voice__quote { font-style: italic; color: var(--ink); font-size: 14px; margin: 0; }

/* ============ VERDICT BAR ============ */

.verdict-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--tl-deep);
  color: #fff;
  border-radius: var(--edge);
  padding: 18px 26px;
  margin-top: 18px;
}
.verdict-bar__num {
  font-family: var(--type-head);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--sh-gold);
}
.verdict-bar__label { font-size: 15px; font-weight: 700; text-transform: uppercase; }

/* ============ Q&A ============ */

.qa-list { margin-top: 6px; }
.qa { border-bottom: 1px solid var(--hair); }
.qa summary {
  cursor: pointer;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ink-soft);
  padding: 15px 34px 15px 0;
  position: relative;
  list-style: none;
  font-size: 15.5px;
  transition: color .18s ease, padding-left .18s ease;
}
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after {
  content: "+";
  position: absolute;
  right: 4px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: 6px;
  background: var(--tl-deep);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s, background .2s;
}
.qa summary:hover { color: var(--tl-mid); padding-left: 6px; }
.qa summary:hover::after { transform: translateY(-50%) scale(1.12); background: var(--tl-mid); }
.qa[open] summary::after { content: "\2212"; background: var(--sh-red); }
.qa[open] summary:hover::after { background: var(--sh-red-dark); }
.qa .qa__body { padding: 0 0 16px; }
.qa .qa__body p { margin-bottom: 8px; }

/* ============ AUTHOR NOTE ============ */

.author-note {
  background: var(--tl-pale);
  border-left: 4px solid var(--tl-deep);
  border-radius: var(--edge);
  padding: 22px 26px;
  font-style: italic;
}
.author-note__name { font-weight: 700; font-style: normal; color: var(--tl-deep); }

/* ============ FOOT ============ */

.foot {
  background: var(--sh-deep);
  color: rgba(255, 255, 255, .8);
  padding: 44px 0 0;
  margin-top: 20px;
}
.foot__cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 30px;
}
.foot__about img { height: 40px; width: auto; margin-bottom: 14px; }
.foot__about p { font-size: 13px; line-height: 1.6; }

.foot__col h4 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-bottom: 8px;
  position: relative;
}
.foot__col h4::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: var(--tl-soft);
  border-radius: 2px;
}
.foot__col ul { list-style: none; margin-top: 12px; }
.foot__col li { margin-bottom: 9px; }
.foot__col a { color: rgba(255, 255, 255, .7); font-size: 14px; }
.foot__col a:hover { color: #fff; }

.foot__warn {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.age-mark {
  flex-shrink: 0;
  width: 46px; height: 46px;
  border: 2px solid var(--sh-red);
  color: var(--sh-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}
.foot__warn p { font-size: 12.5px; line-height: 1.55; margin: 0; }

.foot__base {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 12.5px;
}

/* ============ TO TOP ============ */

.to-top {
  position: fixed;
  right: 24px; bottom: 24px;
  width: 48px; height: 48px;
  border-radius: var(--edge);
  background: var(--tl-mid);
  color: #fff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, visibility .25s, background .2s;
  z-index: 90;
}
.to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--tl-deep); }
.to-top svg { width: 22px; height: 22px; }

/* ============ 404 ============ */

.nf {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px 60px;
}
.nf__code {
  font-family: var(--type-head);
  font-size: 130px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-shadow: 0 6px 24px rgba(0, 0, 0, .35);
}
.nf h1 { color: #fff; font-family: var(--type-head); text-transform: uppercase; font-size: 32px; margin: 12px 0; }
.nf p { color: rgba(255, 255, 255, .88); margin-bottom: 26px; }

/* ============ LEGAL ============ */

.legal-date { font-size: 13.5px; color: var(--ink-mute); margin-bottom: 18px; }

/* ============ RESPONSIVE ============ */

@media (max-width: 1080px) {
  .masthead__row { gap: 10px; }
  .brand img { height: 38px; }
  .nav-main { gap: 2px; }
  .nav-main a { padding: 9px 11px; font-size: 12px; }
  .acts-btn { padding: 10px 16px; font-size: 12px; }
  .masthead-acts { gap: 8px; }
  .locale-chip { font-size: 12px; gap: 6px; }
  .locale-chip svg { width: 26px; height: 17px; }
}

@media (max-width: 1024px) {
  .lead h1 { font-size: 36px; }
  .foot__cols { grid-template-columns: 1fr 1fr; }
  .panel { padding: 28px 26px; }

  .tbl-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--edge);
  }
  .tbl-scroll table { min-width: 500px; }
  .tbl-scroll thead th,
  .tbl-scroll tbody td,
  .tbl-scroll tbody th { min-width: 140px; }
  .tbl-scroll table.tbl--tight thead th,
  .tbl-scroll table.tbl--tight tbody td,
  .tbl-scroll table.tbl--tight tbody th { min-width: 120px; }
  .tbl-scroll tbody tr > *:first-child,
  .tbl-scroll thead th:first-child { min-width: 160px; }
}

@media (max-width: 860px) {
  .nav-main, .masthead-acts { display: none; }
  .locale-chip { margin-left: auto; }
  .nav-toggle { display: block; }
  .lead__row { flex-direction: column; align-items: flex-start; padding: 34px 0; min-height: 0; }
  .lead__body { width: 100%; max-width: 100%; }
  /* Text runs the full width here, so the wash goes even and lighter. */
  .lead__art::after {
    background: linear-gradient(180deg, rgba(3, 44, 50, .68) 0%, rgba(3, 44, 50, .68) 60%, rgba(3, 44, 50, .66) 100%);
  }
  .lead h1 { font-size: 30px; }
  .lead h1, .lead__sub, .crumbs {
    text-shadow:
      0 0 2px rgba(0, 20, 24, .96),
      0 1px 4px rgba(0, 20, 24, .92),
      0 2px 12px rgba(0, 20, 24, .88);
  }
  .verdict-cols { grid-template-columns: 1fr; }
  .promo, .apps { flex-direction: column; align-items: flex-start; }
  .promo::before, .promo--alt::before { background: none; }
  .promo__body {
    max-width: 100%;
    background: rgba(3, 44, 50, .74);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--edge);
    padding: 22px 20px;
  }
  .promo--alt .promo__body { background: rgba(88, 13, 10, .74); }
  .apps__media { flex-basis: auto; max-width: 280px; }
  .apps__links { flex-direction: row; flex-wrap: wrap; }
  .foot__base { flex-direction: column; text-align: center; }
}

@media (max-width: 700px) {
  .lead { background-position: 70% center; }
}

@media (max-width: 560px) {
  .foot__cols { grid-template-columns: 1fr; text-align: center; }
  .foot__about img { margin-left: auto; margin-right: auto; }
  .foot__warn { flex-direction: column; text-align: center; }
  .panel { padding: 22px 16px; }
  .panel h2 { font-size: 23px; }
  .lead h1 { font-size: 26px; }
  .nf__code { font-size: 90px; }

  .lead__body,
  .promo__body,
  .apps__body { text-align: center; width: 100%; }
  .lead__acts,
  .promo__act,
  .apps__links,
  .crumbs ol { justify-content: center; }
  .promo__act, .apps__links { display: flex; width: 100%; }
  .lead__row, .promo, .apps { align-items: center; }
  .lead__score { align-self: center; }
}

@media (max-width: 450px) {
  .wrap { padding: 0 10px; }
  .masthead__row { height: 60px; gap: 10px; }
  .brand img { height: 34px; }
  .locale-chip svg { width: 26px; height: 17px; }
  .locale-chip { font-size: 12px; gap: 6px; }
  .lead { margin-top: 60px; }
  .panel { padding: 18px 12px; }
  .promo, .apps { padding: 20px 14px; }
  .lead__row { padding: 28px 0; }
  thead th, tbody td, tbody th { padding: 8px 6px; }
}

@media (max-width: 400px) {
  .nav-drop__acts { flex-direction: column; align-items: center; }
  .nav-drop__acts a { flex: 0 0 auto; width: 100%; max-width: 260px; }
}

@media (max-width: 360px) {
  .masthead__row { height: 54px; gap: 8px; }
  .brand img { height: 28px; }
  .locale-chip svg { width: 22px; height: 15px; }
  .locale-chip { font-size: 11px; gap: 5px; }
  .nav-toggle { padding: 6px; }
  .nav-toggle span { width: 22px; height: 2.5px; margin: 4px 0; }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .lead { margin-top: 54px; }
  .nf { min-height: calc(100vh - 54px); }
}

/* ============ 22BET COUNTRY LINKS ============ */
.foot__countries {
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 0 24px;
}
.foot__countries-title {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 8px;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.foot__countries-title::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 3px;
  background: rgb(45, 166, 177);
  border-radius: 2px;
}
.foot__countries-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.foot__country {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px 7px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
.foot__country:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .45);
  color: #fff;
  text-decoration: none;
}
.foot__country.foot__country--current {
  background: rgba(233, 185, 73, .1);
  border-color: #e9b949;
  color: #fff;
}
.foot__flag {
  flex-shrink: 0;
  width: 24px;
  height: 16px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .25);
}
.foot__flag svg { display: block; width: 100%; height: 100%; }
@media (max-width: 560px) {
  .foot__countries { text-align: center; }
  /* two even columns; every name stays on one line */
  .foot__countries-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .foot__countries-list li { min-width: 0; }
  .foot__country { display: flex; width: 100%; min-width: 0; padding: 7px 10px 7px 7px; font-size: 12.5px; text-align: left; white-space: nowrap; }
  .foot__country-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
}
@media (max-width: 380px) {
  .foot__countries-list { gap: 6px; }
  .foot__country { gap: 6px; padding: 6px 8px 6px 6px; font-size: 11.5px; }
  .foot__flag { width: 18px; height: 12px; }
}
@media (max-width: 339px) {
  .foot__country { gap: 5px; padding: 6px 6px 6px 5px; font-size: 11px; letter-spacing: -.01em; }
  .foot__flag { width: 16px; height: 11px; }
}
/* up to 330px: one pill per row, back to the regular size */
@media (max-width: 330px) {
  .foot__countries-list { grid-template-columns: minmax(0, 1fr); }
  .foot__country { gap: 9px; padding: 7px 12px 7px 8px; font-size: 12.5px; letter-spacing: normal; }
  .foot__flag { width: 22px; height: 15px; }
}
