/* mostbet-casino12.cfd — Mostbet (Мостбет). Концепция: storm azure — глубокий ультрамарин + штормовой циан + сигнальный янтарь. Шрифты Unbounded + Figtree. CSS-prefix .mb- */

:root {
  --bg: #070d17;
  --bg-2: #0f1b2d;
  --bg-3: #18293f;
  --line: #233247;
  --line-2: #32465f;
  --txt: #f3f7fb;
  --txt-d: #9fb3c8;
  --txt-dd: #65788d;
  --acc: #38bdf8;
  --acc-d: #0ea5e9;
  --acc-2: #fbbf24;
  --acc-2-d: #d99a0b;
  --good: #34d399;
  --r: 14px;
  --r-s: 9px;
  --r-l: 20px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "Figtree", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
  color: var(--txt);
  background:
    radial-gradient(1020px 560px at 88% -12%, rgba(56, 189, 248, .14) 0%, transparent 60%),
    radial-gradient(760px 540px at -8% 64%, rgba(251, 191, 36, .07) 0%, transparent 58%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--acc); text-decoration: none }
a:hover { text-decoration: underline }
.b { font-weight: 700; color: var(--acc) }

h1, h2, h3, h4 {
  font-family: "Unbounded", "Figtree", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -.4px;
  line-height: 1.16;
  color: var(--txt);
}
h1 { font-size: clamp(27px, 3.9vw, 44px); margin: 0 0 18px }
h2 { font-size: clamp(21px, 2.9vw, 32px); margin: 0 0 14px }
h3 { font-size: clamp(17px, 2vw, 21px); margin: 28px 0 10px }
.ovrline {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: var(--acc);
  font-weight: 700;
  margin: 0 0 10px;
  font-family: "Figtree", sans-serif;
}
.lead {
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--txt);
  max-width: 930px;
  margin: 0 0 22px;
}

.skip {
  position: absolute; top: -42px; left: 8px;
  padding: 8px 12px; background: var(--acc); color: #06121f;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.skip:focus { top: 8px }

main { max-width: 1200px; margin: 0 auto; padding: 0 22px }
section { padding: 56px 0; border-bottom: 1px solid var(--line); position: relative }
section:last-child { border-bottom: 0 }

/* ===== TOP BAR ===== */
.mb-bar {
  display: flex; align-items: center; gap: 18px;
  padding: 12px 26px;
  border-bottom: 2px solid var(--acc);
  background: rgba(7, 13, 23, .92);
  backdrop-filter: blur(12px);
  position: sticky; top: 0; z-index: 50;
}
.mb-logo { display: flex; align-items: center; gap: 12px; color: var(--txt) }
.mb-logo:hover { text-decoration: none }
.mb-logo__svg { width: 38px; height: 38px; flex: none }
.mb-logo__t {
  font-family: "Unbounded", sans-serif;
  font-weight: 800; line-height: 1; letter-spacing: -.5px;
  font-size: 18px;
}
.mb-logo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 1.8px; font-weight: 600; margin-top: 6px;
  text-transform: uppercase; font-family: "Figtree", sans-serif;
}
.mb-nav { display: flex; gap: 17px; margin-left: auto; flex-wrap: wrap }
.mb-nav a {
  color: var(--txt-d); font-size: 14px; padding: 5px 0;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
  font-family: "Figtree", sans-serif; font-weight: 500;
}
.mb-nav a:hover { color: var(--acc); border-bottom-color: var(--acc); text-decoration: none }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 22px; border-radius: 9px;
  font-family: "Unbounded", sans-serif;
  font-weight: 700; font-size: 13px;
  border: 2px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s, border-color .2s;
  cursor: pointer; letter-spacing: 0.2px;
}
.cta:hover { text-decoration: none; transform: translateY(-1px) }
.cta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line-2) }
.cta--small:hover { background: var(--bg-2); border-color: var(--acc); color: var(--acc) }
.cta--big { padding: 16px 30px; font-size: 14px; border-radius: 11px }
.cta--hot {
  background: linear-gradient(120deg, var(--acc) 0%, var(--acc-d) 100%);
  color: #06121f; border-color: var(--acc);
  box-shadow: 0 14px 32px -10px rgba(56, 189, 248, .6);
  font-weight: 800;
}
.cta--hot:hover { box-shadow: 0 18px 42px -8px rgba(56, 189, 248, .85) }
.cta--ghost { background: transparent; color: var(--txt); border-color: var(--line-2) }
.cta--ghost:hover { border-color: var(--acc-2); color: var(--acc-2) }

/* ===== AGGREGATE COUNTER ===== */
.mb-metr {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  padding: 18px 22px;
  margin: 22px auto 0;
  max-width: 1200px;
  background: linear-gradient(120deg, rgba(56, 189, 248, .09), rgba(251, 191, 36, .06));
  border: 1px solid var(--acc-d);
  border-radius: var(--r);
}
.mb-metr__cell { display: flex; flex-direction: column; gap: 4px; text-align: center }
.mb-metr__num {
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 18px;
  color: var(--acc); letter-spacing: -.4px;
}
.mb-metr__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1px }

/* ===== HERO ===== */
.mb-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px; align-items: center;
  padding-top: 56px; padding-bottom: 56px;
}
.mb-hero__chip {
  display: inline-block;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(56, 189, 248, .10);
  border: 1px solid var(--acc-d);
  font-size: 12px; letter-spacing: 0.4px;
  color: var(--acc); margin: 0 0 18px;
  font-family: "Figtree", sans-serif; font-weight: 600;
}
.mb-hero__sub {
  font-size: 16.5px; color: var(--txt);
  margin: 0 0 26px; max-width: 690px;
}
.mb-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px }
.kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.kpi__item {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc);
  border-radius: var(--r);
  padding: 16px 14px;
  display: flex; flex-direction: column; gap: 4px;
}
.kpi__num {
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 21px;
  color: var(--acc); letter-spacing: -.5px;
}
.kpi__lbl { font-size: 12px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.2px }
.mb-hero__pic {
  margin: 0;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-l);
  overflow: hidden;
  padding: 18px;
}
.mb-hero__pic-svg { width: 100%; height: auto; display: block }
.mb-hero__pic figcaption {
  text-align: center; font-size: 12px; color: var(--txt-d);
  margin-top: 12px; letter-spacing: 0.4px;
}

/* ===== WELCOME ===== */
.mb-deal__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 28px 0 22px;
}
.dcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-top: 3px solid var(--acc);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative;
}
.dcard--2 { border-top-color: var(--acc-2) }
.dcard--3 { border-top-color: var(--acc) }
.dcard--4 { border-top-color: var(--acc-2) }
.dcard__step {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase; letter-spacing: 2.2px;
  font-size: 11px; color: var(--acc); margin-bottom: 10px; font-weight: 700;
}
.dcard__pct {
  font-family: "Unbounded", sans-serif;
  font-size: 34px; font-weight: 800;
  color: var(--acc); margin-bottom: 8px;
  letter-spacing: -.7px;
}
.dcard__title { font-size: 16px; font-weight: 700; color: var(--txt); margin-bottom: 8px; line-height: 1.35 }
.dcard__sub { font-size: 13.5px; color: var(--txt-d); line-height: 1.5 }

.extra-bonus {
  background: var(--bg-3);
  border: 1px dashed var(--acc-2-d);
  border-radius: var(--r);
  padding: 16px 20px;
  margin: 0 0 22px;
  font-size: 14.5px; color: var(--txt);
}

/* ===== THREE STEPS ===== */
.mb-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 26px;
}
.sbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.sbox__num {
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 34px;
  color: var(--acc); line-height: 1; margin-bottom: 10px;
  letter-spacing: -1.5px;
}
.sbox__head { font-family: "Unbounded", sans-serif; font-weight: 700; font-size: 17px; margin-bottom: 8px; color: var(--txt) }
.sbox p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.6 }

/* ===== SPORT BETTING ===== */
.mb-sport__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 26px 0 22px;
}
.sport-tile {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r);
  padding: 18px;
}
.sport-tile span.t {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--txt); margin-bottom: 6px;
}
.sport-tile i { font-style: normal; font-size: 13px; color: var(--txt-d); line-height: 1.45 }

.mb-sport__feat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}
.feat {
  background: var(--bg-3);
  border: 1px solid var(--acc-d);
  border-radius: var(--r);
  padding: 16px 18px;
  text-align: center;
}
.feat span.n {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 23px;
  color: var(--acc); margin-bottom: 4px; letter-spacing: -.5px;
}
.feat span.l { font-size: 12px; color: var(--txt-d); line-height: 1.4 }

/* ===== GAME / SLOT CARDS (gradient covers, no images) ===== */
.mb-cardgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 26px 0 22px;
}
.mb-cardgrid--slots { grid-template-columns: repeat(3, 1fr) }
.gcard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .2s, border-color .2s;
}
.gcard:hover { transform: translateY(-2px); border-color: var(--acc) }
.gcard__cover {
  height: 124px;
  display: flex; align-items: center; justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 19px; line-height: 1.12;
  text-align: center; padding: 10px;
  color: #06121f; letter-spacing: -.3px;
}
.gcard h3 { font-size: 16px; margin: 12px 16px 4px; font-family: "Unbounded", sans-serif }
.gcard p { font-size: 13px; color: var(--txt-d); margin: 0 16px 12px; flex: 1 }
.gcard__btn {
  display: block;
  margin: 0 16px 16px;
  text-align: center;
  padding: 10px;
  background: var(--acc);
  color: #06121f;
  border-radius: var(--r-s);
  font-size: 13px;
  font-weight: 700;
  font-family: "Unbounded", sans-serif;
  transition: background .15s;
}
.gcard__btn:hover { background: var(--acc-d); text-decoration: none }
.gcard--slot .gcard__cover { height: 108px; font-size: 16px }
.gcard--slot h3 { font-size: 15px }
.gcard--slot .gcard__btn {
  background: var(--bg-3);
  border: 1px solid var(--line-2);
  color: var(--txt);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
.gcard--slot .gcard__btn:hover { background: var(--acc-2); color: #06121f; border-color: var(--acc-2) }
.cv-1 { background: linear-gradient(135deg, #38bdf8, #0ea5e9) }
.cv-2 { background: linear-gradient(135deg, #fbbf24, #f97316) }
.cv-3 { background: linear-gradient(135deg, #38bdf8, #6366f1); color: #f3f7fb }
.cv-4 { background: linear-gradient(135deg, #fbbf24, #38bdf8) }
.cv-5 { background: linear-gradient(135deg, #22d3ee, #0ea5e9) }
.cv-6 { background: linear-gradient(135deg, #f59e0b, #fbbf24) }
.cv-7 { background: linear-gradient(135deg, #6366f1, #38bdf8); color: #f3f7fb }
.cv-8 { background: linear-gradient(135deg, #0ea5e9, #22d3ee) }
.cv-9 { background: linear-gradient(135deg, #fbbf24, #fde68a); color: #06121f }

.prov { margin: 18px 0 0 }
.prov__title {
  font-family: "Figtree", sans-serif;
  font-weight: 700; font-size: 12px;
  text-transform: uppercase; letter-spacing: 2.4px;
  color: var(--acc); margin-bottom: 10px;
}
.prov__list { display: flex; flex-wrap: wrap; gap: 8px }
.prov__list span {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12.5px;
  color: var(--txt-d);
  font-family: "Figtree", sans-serif;
}

/* ===== APP / DOWNLOAD ===== */
.mb-app__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 26px 0 22px;
}
.apbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-top: 3px solid var(--acc);
  border-radius: var(--r);
  padding: 24px;
}
.apbox--ios { border-top-color: var(--acc-2) }
.apbox__os {
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 19px;
  color: var(--txt); margin-bottom: 6px;
}
.apbox__tag { font-size: 12px; color: var(--acc); text-transform: uppercase; letter-spacing: 1.6px; font-weight: 600; margin-bottom: 14px }
.apbox ul { list-style: none; padding: 0; margin: 0 0 18px }
.apbox li { font-size: 13.5px; color: var(--txt-d); padding: 5px 0 5px 18px; position: relative; line-height: 1.45 }
.apbox li::before { content: "›"; position: absolute; left: 0; color: var(--acc); font-weight: 700 }
.mb-app__note {
  background: var(--bg-3);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r-s);
  padding: 16px 20px;
  font-size: 14px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.mb-loyal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 26px 0 0;
}
.lbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px;
}
.lbox__h {
  font-family: "Unbounded", sans-serif;
  font-weight: 700; font-size: 16px;
  color: var(--acc); margin-bottom: 8px;
}
.lbox p { color: var(--txt); font-size: 14.5px; margin: 0; line-height: 1.6 }

/* ===== TOURNAMENT ===== */
.mb-tour__btns { margin: 22px 0 28px }
.mb-tour__kpi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.mb-tour__kpi > div {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.mb-tour__kpi span.n {
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 23px;
  color: var(--acc); letter-spacing: -.5px;
}
.mb-tour__kpi span.t { font-size: 13px; color: var(--txt); font-weight: 700; font-family: "Figtree", sans-serif }
.mb-tour__kpi i { font-size: 12px; color: var(--txt-d); font-style: normal }

/* ===== LIVE GALLERY ===== */
.mb-live__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}
.lvbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}
.lvbox__cover {
  height: 130px;
  display: flex; align-items: center; justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 18px; line-height: 1.15;
  text-align: center; padding: 10px;
  color: #06121f;
  letter-spacing: -.3px;
}
.lvbox__b { padding: 14px 16px 16px; position: relative }
.lvbox__t { font-family: "Unbounded", sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 4px }
.lvbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.6px }
.lvbox__m { font-size: 13px; color: var(--acc); margin-bottom: 4px }
.lvbox__p { font-size: 12.5px; color: var(--txt-d) }
.lvbox__live {
  position: absolute; top: 12px; right: 14px;
  background: var(--acc-2); color: #06121f;
  font-size: 10px; font-weight: 700;
  padding: 3px 8px; border-radius: 999px;
  font-family: "Figtree", sans-serif;
  text-transform: uppercase; letter-spacing: 0.8px;
}

/* ===== BRAND OVERVIEW ===== */
.mb-brand p { color: var(--txt); max-width: 930px; line-height: 1.66 }
.mb-brand h3 { color: var(--acc); font-family: "Unbounded", sans-serif; font-size: 19px }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px }
.bdg {
  background: var(--bg-3);
  border: 1px solid var(--acc-d);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12.5px;
  color: var(--acc);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  letter-spacing: 0.4px;
}

/* ===== REVIEWS ===== */
.mb-rev__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.rbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px;
}
.rbox__stars { color: var(--acc-2); font-size: 17px; margin-bottom: 12px; letter-spacing: 1px }
.rbox__stars--four .star-off { color: var(--txt-dd) }
.rbox__q { font-size: 14px; color: var(--txt); margin: 0 0 14px; line-height: 1.6 }
.rbox__meta { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--txt-d) }
.rbox__a {
  width: 32px; height: 32px;
  background: var(--acc); color: #06121f;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 14px;
}

/* ===== PAYMENTS ===== */
.mb-pay__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 22px 0;
}
.pbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 16px 12px;
  text-align: center;
}
.pbox span.t {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-weight: 700; font-size: 15px;
  color: var(--acc); margin-bottom: 4px;
}
.pbox i { font-style: normal; font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 0.6px }

.mb-pay__times {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mb-pay__times > div {
  background: var(--bg-3);
  border-left: 3px solid var(--acc-2);
  border-radius: var(--r-s);
  padding: 14px 18px;
}
.mb-pay__times span.n {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-weight: 800; font-size: 18px;
  color: var(--acc); margin-bottom: 4px;
}
.mb-pay__times span.l { font-size: 13px; color: var(--txt-d) }

/* ===== PRE-FOOTER CTA ===== */
.mb-final {
  text-align: center;
  background: linear-gradient(120deg, rgba(56, 189, 248, .10), rgba(251, 191, 36, .07));
  border-radius: var(--r-l);
  padding: 48px 26px !important;
  border: 1px solid var(--acc-d);
}
.mb-final h2 { margin-bottom: 12px }
.mb-final p { color: var(--txt-d); margin: 0 0 22px; font-size: 15px }

/* ===== AUTHOR NOTE ===== */
.mb-author p { color: var(--txt-d); max-width: 930px; line-height: 1.66; font-size: 14.5px }

/* ===== FAQ ===== */
.mb-faq h2 { margin-bottom: 24px }
.mb-faq details {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin-bottom: 10px;
  overflow: hidden;
}
.mb-faq summary {
  cursor: pointer;
  padding: 16px 22px;
  font-family: "Unbounded", sans-serif;
  font-size: 15px; font-weight: 700;
  color: var(--txt);
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.mb-faq summary::-webkit-details-marker { display: none }
.mb-faq summary::after {
  content: "+";
  position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 22px; color: var(--acc);
  font-family: "Figtree", sans-serif;
  transition: transform .2s;
}
.mb-faq details[open] summary::after { transform: translateY(-50%) rotate(45deg) }
.mb-faq details[open] summary { color: var(--acc); border-bottom: 1px solid var(--line) }
.mb-faq details p { padding: 14px 22px 18px; margin: 0; color: var(--txt); line-height: 1.66; font-size: 14.5px }

/* ===== FOOTER ===== */
.mb-foot {
  margin-top: 40px;
  border-top: 2px solid var(--acc);
  background: rgba(7, 13, 23, .9);
}
.mb-foot__top {
  max-width: 1200px; margin: 0 auto;
  padding: 40px 22px;
  display: grid; grid-template-columns: 1fr 2fr;
  gap: 36px;
}
.mb-foot__logo {
  display: flex; align-items: center; gap: 11px;
  margin-bottom: 16px;
}
.mb-foot__brandname { display: block; font-size: 17px; font-family: "Unbounded", sans-serif; color: var(--txt); font-weight: 800; line-height: 1.3 }
.mb-foot__brandname i { display: block; font-size: 11px; color: var(--txt-d); letter-spacing: 1.8px; font-style: normal; text-transform: uppercase; font-family: "Figtree", sans-serif; font-weight: 600; margin-top: 4px }
.mb-foot__legal { font-size: 13px; color: var(--txt-d); line-height: 1.66; max-width: 390px }
.mb-foot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.mb-foot__col h4 {
  font-size: 12px;
  text-transform: uppercase; letter-spacing: 2.2px;
  color: var(--acc); margin: 0 0 12px;
  font-family: "Figtree", sans-serif; font-weight: 700;
}
.mb-foot__col ul { list-style: none; padding: 0; margin: 0 }
.mb-foot__col li { font-size: 13.5px; color: var(--txt-d); padding: 4px 0 }
.mb-foot__bottom {
  border-top: 1px solid var(--line);
  padding: 18px 22px;
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap;
  font-size: 12.5px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 920px) {
  .mb-bar { padding: 11px 18px; gap: 10px; flex-wrap: wrap }
  .mb-nav { gap: 12px; order: 3; width: 100%; justify-content: center; padding-top: 8px; font-size: 13px }
  .mb-metr { grid-template-columns: repeat(2, 1fr) }
  .mb-hero { grid-template-columns: 1fr; gap: 26px; padding-top: 36px; padding-bottom: 40px }
  .kpi { grid-template-columns: repeat(2, 1fr) }
  .mb-deal__grid { grid-template-columns: 1fr; gap: 12px }
  .mb-steps__grid { grid-template-columns: 1fr; gap: 14px }
  .mb-sport__grid { grid-template-columns: repeat(2, 1fr) }
  .mb-sport__feat { grid-template-columns: repeat(2, 1fr) }
  .mb-cardgrid, .mb-cardgrid--slots { grid-template-columns: repeat(2, 1fr) }
  .mb-app__grid { grid-template-columns: 1fr }
  .mb-loyal__grid { grid-template-columns: 1fr }
  .mb-tour__kpi { grid-template-columns: repeat(2, 1fr) }
  .mb-live__grid { grid-template-columns: 1fr }
  .mb-rev__grid { grid-template-columns: 1fr }
  .mb-pay__grid { grid-template-columns: repeat(3, 1fr) }
  .mb-pay__times { grid-template-columns: 1fr }
  .mb-foot__top { grid-template-columns: 1fr; gap: 26px }
  .mb-foot__cols { grid-template-columns: repeat(2, 1fr) }
  section { padding: 40px 0 }
  h1 { font-size: 26px }
  h2 { font-size: 21px }
}
@media (max-width: 480px) {
  .mb-metr { grid-template-columns: 1fr 1fr; gap: 10px }
  .mb-pay__grid { grid-template-columns: 1fr 1fr }
  .mb-cardgrid, .mb-cardgrid--slots { grid-template-columns: 1fr 1fr; gap: 10px }
  .mb-sport__grid { grid-template-columns: 1fr }
  .mb-foot__cols { grid-template-columns: 1fr }
  .mb-hero__btns .cta { flex: 1 1 100% }
}
