/* ============================================================================================
   THORFORTUNE PT — HUBDECK family (templates/hub-deck), own skin.

   Why HUBDECK on a one-pager: the family's README calls it a hub-and-spoke shell, and it is —
   but its three signatures (offer TICKET, the numbered DECK of section cards, the article with a
   sticky table of contents) carry a long anchored one-pager better than a second SIDEBAR or a
   fourth LOBBY would. The deck links to anchors instead of URLs; everything else is unchanged.
   Fleet check: no land used HUBDECK in the recent set, the PT neighbours (winkey-pt, slotsvader-pt)
   are LOBBY, and the family's spent palette is altaficha-ar's gold+jade — this one is indigo.

   Palette = the brand's own, per media TZ §2: near-black navy ground, periwinkle CTA, electric blue
   glow, white serif headings (Thor / Norse).
   ============================================================================================ */

:root {
  --mp-bg:          #0F1117;
  --mp-bg-1:        #14162A;
  --mp-bg-2:        #1B1E36;
  --mp-bg-card:     #171A2E;
  --mp-border:      #262A45;
  --mp-border-strong: #39406B;

  --mp-ink:         #F3F5FF;
  --mp-ink-2:       #C3C8E6;
  --mp-ink-3:       #9AA1C7;
  --mp-ink-mute:    #838BB4;   /* 5.36:1 on the footer ground: #767DA6 gave 4.46 */

  --mp-brand:       #7C8CEB;   /* periwinkle as TEXT on the dark ground */
  --mp-brand-deep:  #3547AE;   /* fill under white ink */
  --mp-brand-fill:  #4457C7;   /* the brand's CTA periwinkle */
  --mp-brand-ink:   #FFFFFF;
  --mp-leaf:        #2E9BD6;   /* electric blue: ticket border, accents */
  --mp-leaf-soft:   rgba(46, 155, 214, .14);
  --mp-gold:        #E8B44A;   /* used only for the rating pill */
  --mp-ok:          #3FBF8F;
  --mp-electric-lite: #6FD0FF;  /* electric blue light enough for TEXT on the dark card */
  --mp-on-fill:     #FFFFFF;    /* ink on the periwinkle fill */
  --mp-on-electric: #04121C;    /* ink on the electric-blue fill */

  --mp-max-w:       1180px;
  --mp-radius:      10px;
  --mp-radius-lg:   16px;
  --mp-measure:     44rem;
  --mp-shadow-lg:   0 18px 40px rgba(0, 0, 0, .45);
  --mp-t-anim:      .18s ease;
  --mp-s-3: 12px; --mp-s-4: 18px; --mp-s-5: 28px; --mp-s-6: 40px; --mp-s-7: 56px;
  --mp-t-xs: .8rem; --mp-t-sm: .94rem; --mp-t-display: clamp(2rem, 5vw, 3.1rem);

  --mp-font:         "Inter", "Segoe UI", system-ui, sans-serif;
  --mp-font-display: "Cinzel", "Georgia", "Times New Roman", serif;
  --mp-font-mono:    ui-monospace, "SFMono-Regular", Consolas, monospace;

  --hd-brand:      var(--mp-brand);
  --hd-brand-deep: var(--mp-brand-deep);
  --hd-brand-ink:  var(--mp-brand-ink);
  --hd-second:     var(--mp-leaf);
  --hd-surface:    var(--mp-bg-card);
  --hd-line:       var(--mp-border);
  --hd-top-h:      56px;
  --hd-rail:       262px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0; background: var(--mp-bg); color: var(--mp-ink);
  font: 400 1.0625rem/1.75 var(--mp-font);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--mp-brand); text-decoration: none; }
a:hover { color: #A6B2F5; text-decoration: underline; text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--mp-leaf); outline-offset: 2px; }
h1, h2, h3 { font-family: var(--mp-font-display); color: var(--mp-ink); line-height: 1.25; margin: 0 0 var(--mp-s-3); }
h1 { font-size: var(--mp-t-display); font-weight: 700; }
h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); font-weight: 700; margin-top: var(--mp-s-6); }
h3 { font-size: 1.15rem; font-weight: 700; margin-top: var(--mp-s-5); }
p { margin: 0 0 1rem; }
/* Двухъярусная шапка (марка+CTA / меню) реально 159 px на 1024 и 124 px на телефоне —
   измерено, не на глаз: заголовки секций прятались под неё при 130 px (FIX-180). */
[id] { scroll-margin-top: 172px; }
@media (max-width: 900px) { [id] { scroll-margin-top: 132px; } }

.mp-skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; padding: 10px 16px;
  border-radius: 10px; background: var(--mp-leaf); color: #04121C; font-weight: 700; }
.mp-skip-link:focus { top: 12px; }
.mp-lead { font-size: 1.12rem; color: var(--mp-ink-2); }

/* ============================================================ header (two tiers) ============ */
.mp-hd-top { position: sticky; top: 0; z-index: 60; background: var(--mp-bg-1); border-bottom: 1px solid var(--hd-line); }
.mp-hd-bar { max-width: var(--mp-max-w); margin: 0 auto; padding: 8px var(--mp-s-4);
  display: flex; align-items: center; gap: var(--mp-s-4); min-height: var(--hd-top-h); }
/* The wordmark is TEXT, not an image: the brand site has no logo file (media TZ asked for one —
   see _build/assets.py). Serif + a drawn bolt keeps the "white serif with lightning" brief. */
.mp-hd-logo { display: inline-flex; align-items: center; gap: 9px; flex-shrink: 0; }
.mp-hd-logo svg { width: 20px; height: 28px; flex: 0 0 auto; color: var(--mp-electric-lite); }
.mp-hd-logo b { font-family: var(--mp-font-display); font-size: 1.12rem; font-weight: 700;
  letter-spacing: .04em; color: var(--mp-ink); white-space: nowrap; }
.mp-hd-logo b i { font-style: normal; color: var(--mp-electric-lite); }
.mp-hd-lang { display: flex; gap: 4px; margin-left: auto; flex-shrink: 0; }
.mp-hd-lang a { font-size: var(--mp-t-xs); font-weight: 700; padding: 6px 10px; border: 1px solid var(--hd-line);
  border-radius: var(--mp-radius); color: var(--mp-ink-3); }
.mp-hd-lang a.is-on { background: var(--mp-brand-fill); color: var(--hd-brand-ink); border-color: transparent; }
.mp-hd-cta-top { flex-shrink: 0; }

.mp-hd-menu { border-top: 1px solid var(--hd-line); background: var(--mp-bg); }
.mp-hd-menu-in { max-width: var(--mp-max-w); margin: 0 auto; padding: 6px var(--mp-s-4) 8px;
  display: flex; flex-wrap: wrap; gap: 2px 4px; }
.mp-hd-menu a { padding: 7px 10px; border-radius: var(--mp-radius); font-size: var(--mp-t-sm); color: var(--mp-ink-2); white-space: nowrap; }
.mp-hd-menu a:hover { background: var(--mp-bg-2); color: var(--mp-ink); text-decoration: none; }
@media (max-width: 900px) {
  .mp-hd-menu-in { flex-wrap: nowrap; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
  .mp-hd-menu-in::-webkit-scrollbar { display: none; }
  .mp-hd-menu-in a { flex: 0 0 auto; scroll-snap-align: start; }
}

.mp-hd-crumbs { max-width: var(--mp-max-w); margin: 0 auto; padding: 12px var(--mp-s-4) 0;
  font-size: var(--mp-t-xs); color: var(--mp-ink-3); display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.mp-hd-crumbs li { display: flex; gap: 6px; align-items: center; }
.mp-hd-crumbs li + li::before { content: "›"; color: var(--mp-ink-mute); }
.mp-hd-crumbs a { color: var(--mp-ink-3); }

/* ============================================================ hero + offer ticket =========== */
.mp-hd-hero { max-width: var(--mp-max-w); margin: 0 auto; padding: var(--mp-s-5) var(--mp-s-4) var(--mp-s-6); }
.mp-hd-hero-in { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: var(--mp-s-6); align-items: center; }
.mp-hd-hero h1 { margin-bottom: var(--mp-s-3); }
.mp-hd-hero-art { position: relative; text-align: center; overflow: hidden; padding: 6px 0; }
.mp-hd-hero-art img { width: 320px; margin: 0 auto; filter: drop-shadow(0 18px 34px rgba(46, 155, 214, .35)); }
.mp-hd-glow { position: absolute; inset: 0 0 auto; height: 70%; z-index: -1; border-radius: 50%;
  background: radial-gradient(closest-side, rgba(46, 155, 214, .35), transparent); }

.mp-hd-ticket { position: relative; padding: 22px 24px; border-radius: 14px;
  background:
    radial-gradient(12px at 0 50%, transparent 98%, var(--hd-surface) 100%),
    radial-gradient(12px at 100% 50%, transparent 98%, var(--hd-surface) 100%),
    linear-gradient(160deg, var(--mp-bg-2), var(--hd-surface));
  border: 1px solid var(--hd-second); box-shadow: var(--mp-shadow-lg); }
.mp-hd-ticket-k { font-family: var(--mp-font-mono); font-size: var(--mp-t-xs); letter-spacing: .1em;
  text-transform: uppercase; color: var(--mp-electric-lite); margin: 0 0 6px; }
.mp-hd-ticket-h { font-family: var(--mp-font-display); font-weight: 700; font-size: 1.7rem;
  color: var(--mp-ink); margin: 0 0 6px; line-height: 1.15; }
.mp-hd-ticket-p { font-size: var(--mp-t-sm); color: var(--mp-ink-2); margin: 0 0 16px; }
.mp-hd-ticket-cut { border-top: 1px dashed var(--hd-line); margin: 0 -24px 16px; }
.mp-hd-ticket ul { list-style: none; margin: 0 0 16px; padding: 0; font-size: var(--mp-t-sm); color: var(--mp-ink-2); }
.mp-hd-ticket li { display: flex; gap: 8px; margin: 5px 0; }
.mp-hd-ticket li::before { content: "▲"; color: var(--mp-leaf); font-size: .7rem; line-height: 1.7; }

.mp-hd-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; font-weight: 700; font-size: 1rem; border-radius: 10px; border: 0;
  color: var(--hd-brand-ink); background: var(--mp-brand-fill); }
.mp-hd-btn:hover { color: var(--hd-brand-ink); background: var(--mp-brand-deep); text-decoration: none; }
.mp-hd-btn--wide { width: 100%; }
.mp-hd-btn--lg { padding: 16px 30px; font-size: 1.08rem; }
.mp-hd-btn--sm { padding: 9px 16px; font-size: var(--mp-t-sm); }
.mp-hd-btn--ghost { background: none; color: var(--mp-ink); border: 1px solid var(--mp-border-strong); }
.mp-hd-btn--ghost:hover { background: var(--mp-bg-2); color: var(--mp-ink); }
/* На телефоне НЕ поднимаем арт над текстом: эмблема с «квитком» выше H1 выталкивала
   заголовок и оффер за первый экран. Порядок остаётся: H1 -> текст -> арт -> квиток. */
@media (max-width: 900px) { .mp-hd-hero-in { grid-template-columns: 1fr; }
  .mp-hd-hero-art img { width: 210px; } }

.mp-chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 var(--mp-s-4); list-style: none; }
.mp-chips li { padding: 5px 13px; border-radius: 999px; background: var(--mp-bg-2);
  border: 1px solid var(--mp-border); font-size: var(--mp-t-sm); color: var(--mp-ink-2); }
.mp-rating-pill { display: inline-flex; align-items: baseline; gap: 6px; padding: 6px 14px; border-radius: 999px;
  background: rgba(232, 180, 74, .14); border: 1px solid rgba(232, 180, 74, .45); color: var(--mp-gold);
  font-weight: 700; }
.mp-rating-pill small { color: var(--mp-ink-2); font-weight: 400; }
.mp-byline { font-size: var(--mp-t-sm); color: var(--mp-ink-3); margin: var(--mp-s-3) 0 0; }
.mp-byline a { font-weight: 700; }

/* ============================================================ deck of section cards ========= */
.mp-hd-deck { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: var(--mp-s-5) 0; padding: 0; list-style: none; }
@media (max-width: 900px) { .mp-hd-deck { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .mp-hd-deck { grid-template-columns: 1fr; } }
.mp-hd-card { position: relative; display: block; padding: 18px 18px 16px; background: var(--hd-surface);
  border: 1px solid var(--hd-line); border-radius: 14px; transition: border-color var(--mp-t-anim), transform var(--mp-t-anim); }
.mp-hd-card:hover { border-color: var(--mp-brand); transform: translateY(-2px); text-decoration: none; }
.mp-hd-card-n { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px;
  margin-bottom: 10px; border-radius: 8px; background: var(--mp-brand-fill); color: var(--hd-brand-ink);
  font-family: var(--mp-font-mono); font-size: .75rem; font-weight: 700; line-height: 1; }
.mp-hd-card h3 { font-size: 1.05rem; margin: 0 0 6px; }
.mp-hd-card p { font-size: var(--mp-t-sm); color: var(--mp-ink-2); margin: 0; }
.mp-hd-card-go { display: inline-block; margin-top: 10px; font-size: var(--mp-t-sm); font-weight: 700; color: var(--mp-brand); }
@media (prefers-reduced-motion: reduce) { .mp-hd-card:hover { transform: none; } }

/* ============================================================ article + sticky TOC ========== */
.mp-hd-wrap { max-width: var(--mp-max-w); margin: 0 auto; padding: 0 var(--mp-s-4) var(--mp-s-7); }
.mp-hd-layout { display: grid; grid-template-columns: minmax(0, 1fr) var(--hd-rail); gap: var(--mp-s-6); align-items: start; }
@media (max-width: 1020px) { .mp-hd-layout { grid-template-columns: minmax(0, 1fr); } }
.mp-hd-toc { position: sticky; top: 176px; }
@media (max-width: 1020px) { .mp-hd-toc { position: static; order: -1; } }
.mp-hd-toc-in { padding: 16px; border: 1px solid var(--hd-line); border-radius: 14px; background: var(--mp-bg-1); }
.mp-hd-toc-in p { font-family: var(--mp-font-display); font-weight: 700; margin: 0 0 8px; color: var(--mp-ink); }
.mp-hd-toc-in ol { margin: 0; padding-left: 1.1rem; font-size: var(--mp-t-sm); }
.mp-hd-toc-in li { margin: 5px 0; }
.mp-hd-toc-in a { color: var(--mp-ink-2); }
.mp-hd-toc-in a:hover { color: var(--mp-brand); }
.mp-body > * { max-width: var(--mp-measure); }
.mp-body ul, .mp-body ol { padding-left: 1.25rem; }
.mp-body li { margin: .3rem 0; }
.mp-body strong { color: var(--mp-ink); }

/* ============================================================ components ==================== */
.mp-hd-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px;
  margin: var(--mp-s-4) 0; padding: 0; list-style: none; max-width: none; }
.mp-hd-tile { display: block; border-radius: 12px; overflow: hidden; background: var(--mp-bg-card);
  border: 1px solid var(--hd-line); }
.mp-hd-tile img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.mp-hd-tile span { display: block; padding: 8px 10px 4px; font-size: .9rem; font-weight: 600; color: var(--mp-ink); }
.mp-hd-tile small { display: block; padding: 0 10px 10px; font-size: .78rem; color: var(--mp-ink-3); }
.mp-hd-tile:hover { border-color: var(--mp-brand); text-decoration: none; }

.mp-provs { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: var(--mp-s-4) 0; list-style: none; max-width: none; }
/* Плашка по умолчанию ТЁМНАЯ: почти все знаки нарисованы белым под тёмный фон.
   .on-light — для тех, у кого тушь тёмная (Pragmatic, Spribe, Visa, Skrill, Revolut, Multibanco). */
.mp-provs li { display: grid; place-items: center; width: 132px; height: 52px; padding: 8px 12px;
  border-radius: 10px; background: var(--mp-bg-2); border: 1px solid var(--mp-border); }
.mp-provs li.on-light, .mp-hd-pay li.on-light { background: #FFFFFF; border-color: transparent; }
.mp-provs img { height: 28px; width: auto; max-width: 108px; object-fit: contain; }

.mp-hd-pay { display: grid; grid-template-columns: repeat(auto-fill, minmax(116px, 1fr)); gap: 10px;
  padding: 0; margin: var(--mp-s-4) 0; list-style: none; max-width: none; }
.mp-hd-pay li { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 12px 8px 9px;
  border-radius: 10px; background: var(--mp-bg-2); border: 1px solid var(--mp-border); }
/* Знаки приходят в РАЗНЫХ масштабах (Visa/MC — 24 px, MB WAY — 140 px): нормализуем по
   высоте. SVG тянется без потерь, растровый Multibanco 60x40 при 26 px уменьшается. */
.mp-hd-pay img { height: 26px; width: auto; max-width: 92px; object-fit: contain; }
.mp-hd-pay span { font-size: .78rem; color: var(--mp-ink-2); text-align: center; }
.mp-hd-pay li.on-light span { color: #2A2F45; }

.mp-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: var(--mp-s-4) 0; max-width: none; }
.mp-shots img { border-radius: 10px; border: 1px solid var(--hd-line); }
@media (max-width: 700px) { .mp-shots { grid-template-columns: 1fr; } }

.mp-promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: var(--mp-s-4) 0;
  padding: 0; list-style: none; max-width: none; }
@media (max-width: 760px) { .mp-promo-grid { grid-template-columns: 1fr; } }
.mp-promo-grid li { padding: 14px; border-radius: 14px; background: var(--mp-bg-card); border: 1px solid var(--hd-line); }
.mp-promo-grid img { width: 100%; border-radius: 10px; margin-bottom: 10px; }
.mp-promo-grid b { display: block; font-family: var(--mp-font-display); color: var(--mp-ink); }
.mp-promo-grid span { font-size: var(--mp-t-sm); color: var(--mp-ink-2); }

.mp-table-wrap { overflow-x: auto; margin: var(--mp-s-4) 0; border: 1px solid var(--hd-line); border-radius: 12px;
  background: var(--mp-bg-card); max-width: none; }
.mp-table { width: 100%; border-collapse: collapse; font-size: var(--mp-t-sm); }
.mp-table caption { caption-side: top; text-align: left; padding: 12px 14px 4px; font-weight: 700; color: var(--mp-ink); }
.mp-table th, .mp-table td { padding: 10px 14px; text-align: left; vertical-align: top; border-top: 1px solid var(--hd-line); }
.mp-table th { background: var(--mp-bg-2); color: var(--mp-ink); font-weight: 700; }
.mp-table td:first-child { color: var(--mp-ink); font-weight: 600; }

.mp-hd-steps { list-style: none; counter-reset: st; padding: 0; margin: var(--mp-s-4) 0; display: grid; gap: 10px; }
.mp-hd-steps li { counter-increment: st; position: relative; padding: 13px 15px 13px 56px; border-radius: 12px;
  background: var(--mp-bg-card); border: 1px solid var(--hd-line); }
.mp-hd-steps li::before { content: counter(st); position: absolute; left: 14px; top: 13px; width: 28px; height: 28px;
  display: grid; place-items: center; border-radius: 8px; background: var(--mp-leaf-soft); color: var(--mp-electric-lite);
  font-family: var(--mp-font-mono); font-weight: 700; }
.mp-hd-steps b { display: block; color: var(--mp-ink); }
.mp-hd-steps p { margin: .2rem 0 0; font-size: var(--mp-t-sm); color: var(--mp-ink-2); }

.mp-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: var(--mp-s-4) 0;
  border: 1px solid var(--hd-line); border-radius: 12px; overflow: hidden; background: var(--mp-bg-card); max-width: none; }
.mp-specs div { padding: 11px 15px; border-top: 1px solid var(--hd-line); }
.mp-specs div:nth-child(-n+2) { border-top: 0; }
.mp-specs div:nth-child(odd) { border-right: 1px solid var(--hd-line); }
.mp-specs dt { font-size: var(--mp-t-xs); color: var(--mp-ink-3); }
.mp-specs dd { margin: 0; font-weight: 700; color: var(--mp-ink); }
.mp-specs dd small { display: block; font-weight: 400; font-size: var(--mp-t-xs); color: var(--mp-ink-2); }
@media (max-width: 640px) { .mp-specs { grid-template-columns: 1fr; }
  .mp-specs div:nth-child(2) { border-top: 1px solid var(--hd-line); } .mp-specs div:nth-child(odd) { border-right: 0; } }

/* offer card — the in-body CTA (skill rule 15); --spot max twice per page */
.mp-offer { position: relative; margin: var(--mp-s-5) 0; padding: 24px 22px 20px; border-radius: var(--mp-radius-lg);
  background: var(--mp-bg-card); border: 1px solid var(--mp-border-strong); max-width: var(--mp-measure); }
.mp-offer[data-badge]::before { content: attr(data-badge); position: absolute; top: -13px; left: 20px;
  padding: 3px 12px; border-radius: 999px; background: var(--mp-brand-fill); color: var(--mp-on-fill); font-size: .8rem; font-weight: 700; }
.mp-offer-h { margin: 0 0 .3rem; font-family: var(--mp-font-display); font-size: 1.3rem; font-weight: 700; color: var(--mp-ink); }
.mp-offer-sub { margin: 0 0 1rem; font-size: var(--mp-t-sm); color: var(--mp-ink-2); }
.mp-offer .mp-hd-btn { width: 100%; }
.mp-offer--spot { background: linear-gradient(150deg, #222A63, #141731 70%); border-color: var(--mp-leaf); }
.mp-offer--spot .mp-offer-h { font-size: 1.6rem; }
.mp-offer--spot[data-badge]::before { background: var(--mp-leaf); color: var(--mp-on-electric); }

.mp-hd-note { padding: 14px 16px; border-radius: 12px; background: var(--mp-bg-1);
  border-left: 3px solid var(--mp-leaf); color: var(--mp-ink-2); font-size: var(--mp-t-sm); }
.mp-hd-note strong { color: var(--mp-ink); }

/* plinko board — drawn, because the brand site has no Plinko/Aviator artwork */
.mp-plinko { display: block; width: 100%; max-width: min(420px, 100%); height: auto; margin: var(--mp-s-4) 0; }
.mp-plinko circle { fill: var(--mp-ink-3); }
.mp-plinko rect { fill: var(--mp-bg-2); stroke: var(--hd-line); }
.mp-plinko .hot { fill: var(--mp-brand-fill); }
.mp-plinko text { fill: var(--mp-ink-2); font: 600 9px var(--mp-font-mono); }
.mp-plinko path { stroke: var(--mp-leaf); stroke-width: 2; fill: none; stroke-dasharray: 4 4; }

.mp-faq { display: grid; gap: 10px; margin: var(--mp-s-4) 0; }
.mp-q { border: 1px solid var(--hd-line); border-radius: 12px; background: var(--mp-bg-card); }
.mp-q summary { cursor: pointer; padding: 13px 44px 13px 16px; position: relative; list-style: none;
  font-family: var(--mp-font-display); font-weight: 700; color: var(--mp-ink); }
.mp-q summary::-webkit-details-marker { display: none; }
.mp-q summary::after { content: "+"; position: absolute; right: 16px; top: 10px; font-size: 1.4rem; color: var(--mp-brand); }
.mp-q[open] summary::after { content: "−"; }
.mp-q > div { padding: 0 16px 13px; }
.mp-q p { margin: 0; color: var(--mp-ink-2); font-size: var(--mp-t-sm); }

/* ============================================================ footer + sticky =============== */
.mp-foot { background: var(--mp-bg-1); border-top: 1px solid var(--hd-line); padding: var(--mp-s-6) 0 var(--mp-s-5);
  font-size: var(--mp-t-sm); color: var(--mp-ink-3); }
.mp-foot-top { max-width: var(--mp-max-w); margin: 0 auto; padding: 0 var(--mp-s-4);
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: var(--mp-s-5); }
@media (max-width: 860px) { .mp-foot-top { grid-template-columns: 1fr; } }
.mp-foot-col h4 { font-family: var(--mp-font-display); font-size: 1rem; color: var(--mp-ink); margin: 0 0 8px; }
.mp-foot-col ul { list-style: none; padding: 0; margin: 0; }
.mp-foot-col li { margin: 4px 0; }
.mp-foot a { color: var(--mp-ink-2); }
.mp-foot-age { max-width: var(--mp-max-w); margin: var(--mp-s-5) auto 0; padding: 14px var(--mp-s-4);
  display: flex; gap: 14px; align-items: flex-start; }
.mp-foot-age b { flex: 0 0 auto; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%;
  border: 2px solid var(--mp-leaf); color: var(--mp-ink); font-weight: 700; }
.mp-foot-bottom { max-width: var(--mp-max-w); margin: var(--mp-s-4) auto 0; padding: 14px var(--mp-s-4) 0;
  border-top: 1px solid var(--hd-line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px;
  font-size: var(--mp-t-xs); color: var(--mp-ink-mute); }

.mp-hd-sticky { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: flex; align-items: center;
  justify-content: center; gap: 16px; padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: rgba(20, 22, 42, .97); border-top: 1px solid var(--mp-border-strong); }
.mp-hd-sticky p { margin: 0; font-size: var(--mp-t-sm); color: var(--mp-ink-2); }
.mp-hd-sticky b { color: var(--mp-ink); }
body { padding-bottom: 104px; }
@media (max-width: 560px) { .mp-hd-sticky p { display: none; } .mp-hd-sticky .mp-hd-btn { width: 100%; }
  /* На 360 px кнопка верхнего яруса не помещается рядом с маркой и давала 25 px
     горизонтального скролла. CTA там уже есть в липкой полосе внизу. */
  .mp-hd-cta-top { display: none; } }

/* responsible-gaming / author pages: no offers anywhere in the chrome */
.mp-rg .mp-hd-sticky, .mp-rg .mp-hd-cta-top, .mp-rg .mp-hd-ticket { display: none !important; }
.mp-rg { padding-bottom: 0; }
