/*
Theme palette: dark casino black, burgundy red, brushed silver, soft white.
Safe global CSS for Elementor HTML blocks and optional assembled shell chrome.
*/

body.mb-site,
.mb-site-header,
.mb-page-strip,
.mb-site-footer,
.mb-site-drawer,
.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  --mb-font: "Inter", "Noto Sans", "Noto Sans Arabic", "Segoe UI", Arial, sans-serif;

  --mb-container: 1120px;
  --mb-gutter: clamp(14px, 3vw, 28px);
  --mb-section-gap: clamp(24px, 4.5vw, 52px);
  --mb-block-gap: clamp(14px, 2.4vw, 24px);

  --mb-bg: #07080c;
  --mb-bg-2: #111217;
  --mb-bg-3: #231017;
  --mb-wine: #3b101a;
  --mb-wine-2: #601322;
  --mb-primary: #a8172d;
  --mb-primary-2: #d2263f;
  --mb-red: #a8172d;
  --mb-red-2: #64111e;
  --mb-gold: #d9dcdf;
  --mb-gold-2: #9fa5ad;
  --mb-teal: #a8172d;

  --mb-panel: #14151b;
  --mb-panel-2: #1d1f27;
  --mb-panel-3: #252833;
  --mb-glass: rgba(17, 18, 24, 0.82);

  --mb-text: #f4f5f6;
  --mb-text-soft: #d5d7db;
  --mb-muted: #a4a8af;
  --mb-muted-2: #7f848d;
  --mb-link: #f1f2f3;

  --mb-border: rgba(217, 220, 223, 0.16);
  --mb-border-strong: rgba(217, 220, 223, 0.32);
  --mb-line: rgba(217, 220, 223, 0.16);
  --mb-line-strong: rgba(217, 220, 223, 0.32);

  --mb-shadow: 0 22px 60px rgba(0, 0, 0, 0.48);
  --mb-shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.34);
  --mb-glow: 0 0 0 1px rgba(217, 220, 223, 0.14), 0 18px 46px rgba(168, 23, 45, 0.22);

  --mb-radius-sm: 10px;
  --mb-radius: 18px;
  --mb-radius-lg: 24px;
  --mb-radius-xl: 30px;

  --mb-focus: 0 0 0 3px rgba(210, 38, 63, 0.35);
}

body.mb-site {
  direction: ltr;
  color: var(--mb-text);
  font-family: var(--mb-font);
  background:
    radial-gradient(circle at 72% 7%, rgba(168, 23, 45, 0.30), transparent 28rem),
    radial-gradient(circle at 12% 0%, rgba(217, 220, 223, 0.10), transparent 22rem),
    linear-gradient(180deg, #05060a 0%, #101116 46%, #170b10 100%);
}

body.mb-site .mb-site-main {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: clamp(16px, 3vw, 34px) clamp(10px, 2.5vw, 24px) clamp(34px, 5vw, 64px);
}

/* Shell chrome */

.mb-site-header,
.mb-site-header *,
.mb-page-strip,
.mb-page-strip *,
.mb-site-footer,
.mb-site-footer *,
.mb-site-drawer,
.mb-site-drawer * {
  box-sizing: border-box;
}

.mb-site-header,
.mb-page-strip,
.mb-site-footer,
.mb-site-drawer {
  font-family: var(--mb-font);
}

.mb-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(18, 19, 25, 0.93), rgba(10, 11, 15, 0.84)),
    rgba(10, 11, 15, 0.88);
  border-bottom: 1px solid var(--mb-border);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.mb-site-header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 1.8vw, 18px);
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: 10px var(--mb-gutter);
  min-width: 0;
}

.mb-site-brand {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--mb-text);
  text-decoration: none;
}

.mb-site-brand__logo {
  display: block;
  max-height: clamp(26px, 7.5vw, 40px);
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  aspect-ratio: 800 / 128;
}

.mb-site-brand__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--mb-text);
  font-weight: 850;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.mb-topbar {
  color: var(--mb-muted);
  background: rgba(5, 6, 10, 0.78);
  border-bottom: 1px solid rgba(217, 220, 223, 0.10);
  font-size: 0.86rem;
}

.mb-topbar__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: 7px var(--mb-gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  min-width: 0;
}

.mb-site-nav {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
}

.mb-site-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.mb-site-nav__list::-webkit-scrollbar {
  display: none;
}

.mb-site-nav__link,
.mb-site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(217, 220, 223, 0.14);
  border-radius: 999px;
  color: var(--mb-text-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  text-decoration: none;
  font-weight: 750;
  font-size: 0.92rem;
  line-height: 1.15;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mb-site-nav__link:hover,
.mb-site-nav a:hover,
.mb-site-nav__link:focus-visible,
.mb-site-nav a:focus-visible,
.mb-site-nav__link[aria-current="page"] {
  color: #ffffff;
  border-color: rgba(210, 38, 63, 0.62);
  background: linear-gradient(180deg, rgba(168, 23, 45, 0.78), rgba(96, 19, 34, 0.72));
  text-decoration: none;
}

.mb-site-header__actions {
  flex: 0 0 auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: 0;
}

.mb-site-header__actions > .mb-site-btn:not(.mb-site-btn--apk) {
  display: inline-flex;
}

.mb-site-btn,
.mb-site-burger {
  appearance: none;
  border: 0;
  text-decoration: none;
  font-family: var(--mb-font);
}

.mb-site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(217, 220, 223, 0.34);
  color: #07080c;
  background:
    linear-gradient(180deg, #ffffff 0%, #d7d9dc 44%, #8d9299 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 10px 24px rgba(0, 0, 0, 0.30);
  font-weight: 900;
  font-size: 0.92rem;
  line-height: 1.12;
  text-align: center;
  overflow-wrap: anywhere;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.mb-site-btn:hover,
.mb-site-btn:focus-visible {
  color: #07080c;
  filter: brightness(1.06);
  transform: translateY(-1px);
  text-decoration: none;
}

.mb-site-btn--apk {
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(168, 23, 45, 0.95), rgba(96, 19, 34, 0.96));
  border-color: rgba(210, 38, 63, 0.58);
}

.mb-site-btn--apk:hover,
.mb-site-btn--apk:focus-visible {
  color: #ffffff;
}

.mb-site-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 999px;
  color: var(--mb-text);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(217, 220, 223, 0.18);
  cursor: pointer;
}

.mb-site-burger:hover,
.mb-site-burger:focus-visible {
  background: rgba(168, 23, 45, 0.70);
  border-color: rgba(210, 38, 63, 0.62);
}

.mb-site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  z-index: 9999;
  color: var(--mb-text);
  background: rgba(0, 0, 0, 0.62);
}

.mb-site-drawer__panel {
  height: 100%;
  min-height: 100dvh;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 100% 0%, rgba(168, 23, 45, 0.22), transparent 18rem),
    linear-gradient(180deg, #14151b, #090a0e);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.mb-site-drawer__panel::-webkit-scrollbar {
  display: none;
}

.mb-site-drawer__link {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--mb-text-soft);
  text-decoration: none;
  border: 1px solid transparent;
  overflow-wrap: anywhere;
}

.mb-site-drawer__link:hover,
.mb-site-drawer__link:focus-visible {
  color: #ffffff;
  background: rgba(168, 23, 45, 0.22);
  border-color: rgba(210, 38, 63, 0.35);
  text-decoration: none;
}

.mb-site-drawer__cta,
.mb-site-drawer__cta--apk {
  color: #07080c;
  background: linear-gradient(180deg, #ffffff 0%, #d7d9dc 48%, #8d9299 100%);
  border-color: rgba(217, 220, 223, 0.38);
}

.mb-site-drawer__cta--apk {
  color: #ffffff;
  background: linear-gradient(180deg, #c61f38, #701422);
  border-color: rgba(210, 38, 63, 0.60);
}

.mb-page-strip {
  color: var(--mb-muted);
  background: rgba(8, 9, 13, 0.80);
  border-bottom: 1px solid rgba(217, 220, 223, 0.10);
  padding: 0;
}

.mb-page-strip__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: 8px var(--mb-gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  min-width: 0;
}

.mb-page-strip a {
  color: var(--mb-text-soft);
  text-decoration: none;
}

.mb-page-strip a:hover,
.mb-page-strip a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(210, 38, 63, 0.70);
}

.mb-page-title {
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto;
  padding: clamp(18px, 4vw, 42px) var(--mb-gutter);
  color: var(--mb-text);
}

.mb-page-title h1 {
  margin-block: 0 0.35em;
  color: var(--mb-text);
  font-size: clamp(2rem, 5vw, 4.25rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mb-page-title p {
  margin-block: 0;
  max-width: 100%;
  color: var(--mb-text-soft);
}

.mb-site-footer {
  color: var(--mb-muted);
  background:
    radial-gradient(circle at 20% 0%, rgba(168, 23, 45, 0.16), transparent 22rem),
    linear-gradient(180deg, rgba(16, 17, 22, 0.96), #07080c);
  border-top: 1px solid var(--mb-border);
}

.mb-site-footer__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: clamp(24px, 4vw, 44px) var(--mb-gutter);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 34px);
  min-width: 0;
}

.mb-site-footer__brand {
  flex: 0 1 260px;
  min-width: 0;
  color: var(--mb-text);
}

.mb-footer-nav {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

.mb-footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mb-footer-nav__list > li {
  flex: 1 1 auto;
  min-width: min(100%, 9rem);
}

.mb-footer-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  width: 100%;
  min-width: 0;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--mb-text-soft);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(217, 220, 223, 0.12);
  text-align: center;
  text-decoration: none;
  font-weight: 750;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.mb-footer-nav__link:hover,
.mb-footer-nav__link:focus-visible {
  color: #ffffff;
  background: rgba(168, 23, 45, 0.24);
  border-color: rgba(210, 38, 63, 0.38);
  text-decoration: none;
}

/* Article root and scoped foundation */

.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: var(--mb-gutter);
  direction: ltr;
  text-align: left;
  color: var(--mb-text);
  font-family: var(--mb-font);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.08rem);
  line-height: 1.72;
  overflow-wrap: anywhere;
  background:
    radial-gradient(circle at 78% 0%, rgba(168, 23, 45, 0.20), transparent 24rem),
    radial-gradient(circle at 0% 8%, rgba(217, 220, 223, 0.08), transparent 18rem),
    linear-gradient(180deg, rgba(20, 21, 27, 0.98), rgba(9, 10, 14, 0.98));
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-xl);
  box-shadow: var(--mb-shadow);
}

.mb-article *,
.mb-article *::before,
.mb-article *::after,
.mbpk-article *,
.mbpk-article *::before,
.mbpk-article *::after,
.mbpk-page .mb-article *,
.mbpk-page .mb-article *::before,
.mbpk-page .mb-article *::after {
  box-sizing: border-box;
}

.mb-article__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  min-width: 0;
}

[dir="rtl"] .mb-article,
.mb-article[dir="rtl"],
[dir="rtl"] .mbpk-article,
.mbpk-article[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.mb-article :lang(ur),
.mbpk-article :lang(ur),
.mbpk-page .mb-article :lang(ur) {
  line-height: 1.9;
}

.mb-article :is(img, picture, svg, video, iframe),
.mbpk-article :is(img, picture, svg, video, iframe),
.mbpk-page .mb-article :is(img, picture, svg, video, iframe) {
  max-width: 100%;
}

.mb-article img,
.mbpk-article img,
.mbpk-page .mb-article img {
  height: auto;
}

.mb-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-page .mb-article :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
  margin-block-end: 0.62em;
  color: var(--mb-text);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.028em;
  text-wrap: balance;
}

.mb-article h1,
.mbpk-article h1,
.mbpk-page .mb-article h1 {
  font-size: clamp(2.15rem, 5.8vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.mb-article h2,
.mbpk-article h2,
.mbpk-page .mb-article h2 {
  font-size: clamp(1.55rem, 3.4vw, 3rem);
}

.mb-article h3,
.mbpk-article h3,
.mbpk-page .mb-article h3 {
  font-size: clamp(1.28rem, 2.35vw, 2rem);
}

.mb-article h4,
.mbpk-article h4,
.mbpk-page .mb-article h4 {
  font-size: clamp(1.12rem, 1.65vw, 1.42rem);
}

.mb-article :is(p, ul, ol, dl, blockquote, figure),
.mbpk-article :is(p, ul, ol, dl, blockquote, figure),
.mbpk-page .mb-article :is(p, ul, ol, dl, blockquote, figure) {
  margin-block-start: 0;
  margin-block-end: 1em;
}

.mb-article :is(p, li, dd, figcaption),
.mbpk-article :is(p, li, dd, figcaption),
.mbpk-page .mb-article :is(p, li, dd, figcaption) {
  color: var(--mb-text-soft);
}

.mb-article a,
.mbpk-article a,
.mbpk-page .mb-article a {
  color: var(--mb-link);
  text-decoration-color: rgba(210, 38, 63, 0.68);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.mb-article a:hover,
.mb-article a:focus-visible,
.mbpk-article a:hover,
.mbpk-article a:focus-visible,
.mbpk-page .mb-article a:hover,
.mbpk-page .mb-article a:focus-visible {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.82);
}

.mb-article :focus-visible,
.mbpk-article :focus-visible,
.mbpk-page .mb-article :focus-visible,
.mb-site-header :focus-visible,
.mb-page-strip :focus-visible,
.mb-site-footer :focus-visible,
.mb-site-drawer :focus-visible {
  outline: 0;
  box-shadow: var(--mb-focus);
}

.mb-measure {
  max-width: min(72ch, 100%);
  margin-inline: auto;
}

/* Full-width text defaults inside sections */

.mb-copy,
.mb-hero__copy,
.mb-cta__copy,
.mb-card__copy,
.mb-copy p,
.mb-hero__copy p,
.mb-cta__copy p,
.mb-card__copy p,
.mb-copy ul,
.mb-copy ol,
.mb-hero__copy ul,
.mb-hero__copy ol,
.mb-cta__copy ul,
.mb-cta__copy ol,
.mb-card__copy ul,
.mb-card__copy ol {
  max-width: 100%;
  margin-inline: 0;
}

.mb-article :is(.mb-row, .mb-hero, .mb-cta, .mb-grid, .mb-slot-grid, .mb-faq, .mb-table-wrap, .mb-copy, .mb-media, .mb-card, .mb-card__body),
.mbpk-article :is(.mb-row, .mb-hero, .mb-cta, .mb-grid, .mb-slot-grid, .mb-faq, .mb-table-wrap, .mb-copy, .mb-media, .mb-card, .mb-card__body),
.mbpk-page .mb-article :is(.mb-row, .mb-hero, .mb-cta, .mb-grid, .mb-slot-grid, .mb-faq, .mb-table-wrap, .mb-copy, .mb-media, .mb-card, .mb-card__body) {
  min-width: 0;
}

/* Lists */

.mb-article :is(ul, ol),
.mbpk-article :is(ul, ol),
.mbpk-page .mb-article :is(ul, ol) {
  max-width: 100%;
  padding-inline-start: 1.35em;
  padding-inline-end: 0;
}

.mb-article li + li,
.mbpk-article li + li,
.mbpk-page .mb-article li + li {
  margin-block-start: 0.42em;
}

[dir="rtl"] .mb-article :is(ul, ol),
.mb-article[dir="rtl"] :is(ul, ol),
[dir="rtl"] .mbpk-article :is(ul, ol),
.mbpk-article[dir="rtl"] :is(ul, ol) {
  padding-inline-start: 0;
  padding-inline-end: 1.35em;
}

/* Hero: single-column grid at every breakpoint, visual order image -> CTA -> copy */

.mb-hero {
  --mb-hero-pad: clamp(16px, 3vw, 32px);

  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  gap: 0;
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto var(--mb-section-gap);
  padding-inline: 0;
  padding-block-start: 0;
  padding-block-end: clamp(8px, 2vw, 18px);
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    linear-gradient(135deg, rgba(46, 13, 22, 0.84), rgba(14, 15, 20, 0.96) 52%, rgba(7, 8, 12, 0.98));
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-xl);
  box-shadow: var(--mb-shadow-soft);
}

.mb-hero__media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border-radius: var(--mb-radius-xl);
  overflow: hidden;
  overflow: clip;
  background: #08090d;
  box-shadow: var(--mb-glow);
}

.mb-hero__media img,
.mb-hero__media picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-hero__media img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 300ms ease, filter 300ms ease;
}

.mb-hero__media:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.05);
  cursor: pointer;
}

.mb-hero > .mb-cta {
  grid-area: cta;
  width: calc(100% - var(--mb-hero-pad) - var(--mb-hero-pad));
  max-width: calc(100% - var(--mb-hero-pad) - var(--mb-hero-pad));
  margin-inline: var(--mb-hero-pad);
  margin-block-start: clamp(14px, 2.4vw, 24px);
  margin-block-end: clamp(10px, 1.8vw, 18px);
}

.mb-hero__copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  padding-inline: var(--mb-hero-pad);
  padding-block: clamp(8px, 1.8vw, 18px) clamp(10px, 2vw, 22px);
}

.mb-hero__badge,
.mb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-block-end: 0.9rem;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--mb-text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(217, 220, 223, 0.22);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mb-hero__lead,
.mb-lead {
  color: var(--mb-text-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.32rem);
  line-height: 1.65;
}

/* Rows and media sections */

.mb-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  align-items: start;
  gap: clamp(18px, 3vw, 34px);
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto var(--mb-section-gap);
  padding: clamp(16px, 3vw, 30px);
  color: var(--mb-text);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.014)),
    rgba(20, 21, 27, 0.76);
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.mb-row--stack:not(.mb-hero),
.mb-row--long:not(.mb-hero) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
}

.mb-row--reverse:not(.mb-hero) {
  grid-template-areas:
    "copy"
    "media";
}

.mb-row--reverse.mb-row--stack:not(.mb-hero),
.mb-row--reverse.mb-row--long:not(.mb-hero) {
  grid-template-areas:
    "copy"
    "media";
}

.mb-row > .mb-copy {
  grid-area: copy;
}

.mb-row > .mb-media {
  grid-area: media;
}

.mb-copy {
  width: 100%;
  max-width: 100%;
  padding-block-start: 0;
  display: block;
}

.mb-copy > :last-child,
.mb-hero__copy > :last-child,
.mb-cta__copy > :last-child,
.mb-card__body > :last-child,
.mb-card__copy > :last-child {
  margin-block-end: 0;
}

.mb-media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  padding: 0;
  border-radius: var(--mb-radius-lg);
  overflow: hidden;
  overflow: clip;
  background:
    linear-gradient(135deg, rgba(217, 220, 223, 0.12), rgba(168, 23, 45, 0.13)),
    #090a0e;
  box-shadow: var(--mb-glow);
}

.mb-media img,
.mb-media picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-media img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 300ms ease, filter 300ms ease, box-shadow 300ms ease;
}

.mb-media:hover img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.05);
  cursor: pointer;
}

.mb-row--stack:not(.mb-hero) > .mb-media,
.mb-row--long:not(.mb-hero) > .mb-media {
  width: 100%;
  max-width: 100%;
}

/* CTA and buttons */

.mb-cta {
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto var(--mb-section-gap);
  padding: clamp(18px, 3vw, 34px);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 90% 10%, rgba(217, 220, 223, 0.12), transparent 16rem),
    linear-gradient(135deg, rgba(96, 19, 34, 0.96), rgba(31, 12, 18, 0.98) 48%, rgba(14, 15, 20, 0.96));
  border: 1px solid rgba(210, 38, 63, 0.34);
  border-radius: var(--mb-radius-lg);
  box-shadow: var(--mb-shadow-soft);
}

.mb-cta__copy {
  width: 100%;
  max-width: 100%;
}

.mb-cta__actions,
.mb-hero__actions,
.mb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block-start: clamp(14px, 2.4vw, 24px);
}

.mb-btn,
.mb-article a.mb-btn,
.mbpk-article a.mb-btn,
.mbpk-page .mb-article a.mb-btn {
  --mb-btn-bg: linear-gradient(180deg, #ffffff 0%, #dfe1e3 45%, #9398a0 100%);
  --mb-btn-text: #07080c;
  --mb-btn-border: rgba(255, 255, 255, 0.48);

  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--mb-btn-border);
  color: var(--mb-btn-text);
  background: var(--mb-btn-bg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 14px 28px rgba(0, 0, 0, 0.32);
  font-family: var(--mb-font);
  font-weight: 950;
  font-size: 1rem;
  line-height: 1.16;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.mb-btn:hover,
.mb-btn:focus-visible,
.mb-article a.mb-btn:hover,
.mb-article a.mb-btn:focus-visible,
.mbpk-article a.mb-btn:hover,
.mbpk-article a.mb-btn:focus-visible,
.mbpk-page .mb-article a.mb-btn:hover,
.mbpk-page .mb-article a.mb-btn:focus-visible {
  color: var(--mb-btn-text);
  filter: brightness(1.06);
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 18px 36px rgba(168, 23, 45, 0.26);
}

.mb-btn--accent,
.mb-article a.mb-btn--accent,
.mbpk-article a.mb-btn--accent,
.mbpk-page .mb-article a.mb-btn--accent {
  --mb-btn-bg: linear-gradient(180deg, #d2263f 0%, #a8172d 46%, #64111e 100%);
  --mb-btn-text: #ffffff;
  --mb-btn-border: rgba(210, 38, 63, 0.66);
}

.mb-btn--secondary,
.mb-article a.mb-btn--secondary,
.mbpk-article a.mb-btn--secondary,
.mbpk-page .mb-article a.mb-btn--secondary {
  --mb-btn-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.035));
  --mb-btn-text: #ffffff;
  --mb-btn-border: rgba(217, 220, 223, 0.24);
  box-shadow: none;
}

.mb-btn--ghost,
.mb-article a.mb-btn--ghost,
.mbpk-article a.mb-btn--ghost,
.mbpk-page .mb-article a.mb-btn--ghost {
  --mb-btn-bg: transparent;
  --mb-btn-text: var(--mb-text);
  --mb-btn-border: rgba(217, 220, 223, 0.22);
  box-shadow: none;
}

/* Card grids */

.mb-article .mb-grid,
.mb-article .mb-slot-grid,
.mbpk-article .mb-grid,
.mbpk-article .mb-slot-grid,
.mbpk-page .mb-article .mb-grid,
.mbpk-page .mb-article .mb-slot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.4vw, 24px);
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto var(--mb-section-gap);
  min-width: 0;
}

.mb-article .mb-grid > .mb-card,
.mb-article .mb-slot-grid > .mb-card,
.mbpk-article .mb-grid > .mb-card,
.mbpk-article .mb-slot-grid > .mb-card,
.mbpk-page .mb-article .mb-grid > .mb-card,
.mbpk-page .mb-article .mb-slot-grid > .mb-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.mb-card {
  --mb-card-pad: clamp(16px, 2.4vw, 24px);

  display: flex;
  flex-direction: column;
  min-width: 0;
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.050), rgba(255, 255, 255, 0.018)),
    rgba(20, 21, 27, 0.88);
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.mb-card__media {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  padding: 0;
  border-radius: var(--mb-radius-lg) var(--mb-radius-lg) var(--mb-radius-sm) var(--mb-radius-sm);
  overflow: hidden;
  overflow: clip;
  background: #08090d;
}

.mb-card__media img,
.mb-card__media picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-card__media img {
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 300ms ease, filter 300ms ease;
}

.mb-card:hover .mb-card__media img {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.05);
  cursor: pointer;
}

.mb-card__body {
  width: 100%;
  max-width: 100%;
  padding: var(--mb-card-pad);
}

.mb-card__title {
  color: var(--mb-text);
}

.mb-card__copy {
  color: var(--mb-text-soft);
}

.mb-card > :not(.mb-card__media):not(.mb-card__body):not(style):not(script) {
  margin-inline: var(--mb-card-pad);
}

.mb-card > .mb-card__media + :not(.mb-card__body):not(style):not(script) {
  margin-block-start: var(--mb-card-pad);
}

.mb-card > :last-child:not(.mb-card__media):not(.mb-card__body):not(style):not(script) {
  margin-block-end: var(--mb-card-pad);
}

/* FAQ */

.mb-faq {
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto var(--mb-section-gap);
}

.mb-faq details {
  min-width: 0;
  padding: 0;
  color: var(--mb-text-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.050), rgba(255, 255, 255, 0.018)),
    rgba(20, 21, 27, 0.82);
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.20);
}

.mb-faq details + details {
  margin-block-start: 10px;
}

.mb-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 16px 18px;
  color: var(--mb-text);
  font-weight: 850;
  line-height: 1.28;
  cursor: pointer;
  list-style: none;
}

.mb-faq summary::-webkit-details-marker {
  display: none;
}

.mb-faq summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(168, 23, 45, 0.72);
  font-weight: 950;
  line-height: 1;
}

.mb-faq details[open] summary::after {
  content: "−";
}

.mb-faq details > :not(summary) {
  padding-inline: 18px;
}

.mb-faq details > :last-child {
  padding-block-end: 18px;
  margin-block-end: 0;
}

/* Tables: wide tables scroll inside the wrapper only */

.mb-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 1.15rem auto var(--mb-section-gap);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius);
  background: rgba(8, 9, 13, 0.72);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

table.mb-table {
  width: 100%;
  min-width: 560px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  direction: ltr;
  color: var(--mb-text-soft);
  background: transparent;
  font-size: 0.96rem;
  line-height: 1.45;
}

table.mb-table th,
table.mb-table td {
  padding: 13px 14px;
  border: 0;
  border-bottom: 1px solid rgba(217, 220, 223, 0.12);
  text-align: left;
  vertical-align: top;
}

table.mb-table th {
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(168, 23, 45, 0.88), rgba(96, 19, 34, 0.92));
  font-weight: 900;
}

table.mb-table tr:last-child td {
  border-bottom: 0;
}

table.mb-table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.035);
}

[dir="rtl"] table.mb-table,
.mb-article[dir="rtl"] table.mb-table,
.mbpk-article[dir="rtl"] table.mb-table {
  direction: rtl;
}

[dir="rtl"] table.mb-table th,
[dir="rtl"] table.mb-table td,
.mb-article[dir="rtl"] table.mb-table th,
.mb-article[dir="rtl"] table.mb-table td,
.mbpk-article[dir="rtl"] table.mb-table th,
.mbpk-article[dir="rtl"] table.mb-table td {
  text-align: right;
}

/* Supporting content blocks */

.mb-divider {
  width: 100%;
  max-width: var(--mb-container);
  height: 1px;
  margin: 0 auto var(--mb-section-gap);
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(210, 38, 63, 0.72), rgba(217, 220, 223, 0.26), transparent);
}

.mb-note,
.mb-alert {
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto var(--mb-block-gap);
  padding: 14px 16px;
  color: var(--mb-text-soft);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--mb-border);
  border-inline-start: 4px solid var(--mb-primary);
  border-radius: var(--mb-radius);
}

.mb-alert {
  color: #ffffff;
  background: rgba(168, 23, 45, 0.18);
  border-color: rgba(210, 38, 63, 0.38);
}

.mb-article blockquote,
.mbpk-article blockquote,
.mbpk-page .mb-article blockquote {
  width: 100%;
  max-width: 100%;
  padding: clamp(16px, 2.6vw, 24px);
  border: 1px solid rgba(210, 38, 63, 0.32);
  border-inline-start: 4px solid var(--mb-primary);
  border-radius: var(--mb-radius);
  background: rgba(168, 23, 45, 0.12);
  color: var(--mb-text-soft);
}

.mb-article figure,
.mbpk-article figure,
.mbpk-page .mb-article figure {
  width: 100%;
  max-width: 100%;
}

.mb-article figcaption,
.mbpk-article figcaption,
.mbpk-page .mb-article figcaption {
  margin-block-start: 0.65rem;
  color: var(--mb-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.mb-article :is(input, select, textarea),
.mbpk-article :is(input, select, textarea),
.mbpk-page .mb-article :is(input, select, textarea) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 12px 13px;
  border-radius: 12px;
  border: 1px solid var(--mb-border-strong);
  color: var(--mb-text);
  background: rgba(8, 9, 13, 0.78);
  font-family: var(--mb-font);
}

.mb-article textarea,
.mbpk-article textarea,
.mbpk-page .mb-article textarea {
  min-height: 130px;
  resize: vertical;
}

/* Tablet and desktop layout */

@media (min-width: 640px) {
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .mb-row:not(.mb-row--stack):not(.mb-row--long):not(.mb-hero) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "copy media";
  }

  .mb-row--reverse:not(.mb-row--stack):not(.mb-row--long):not(.mb-hero) {
    grid-template-areas: "media copy";
  }

  .mb-row--stack:not(.mb-hero),
  .mb-row--long:not(.mb-hero) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "copy";
  }

  .mb-row--reverse.mb-row--stack:not(.mb-hero),
  .mb-row--reverse.mb-row--long:not(.mb-hero) {
    grid-template-areas:
      "copy"
      "media";
  }
}

@media (min-width: 980px) {
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mb-article .mb-grid--orphan-fix,
  .mb-article .mb-slot-grid--orphan-fix,
  .mbpk-article .mb-grid--orphan-fix,
  .mbpk-article .mb-slot-grid--orphan-fix,
  .mbpk-page .mb-article .mb-grid--orphan-fix,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mb-article .mb-grid--orphan-fix > .mb-card,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card,
  .mbpk-article .mb-grid--orphan-fix > .mb-card,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card,
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card {
    grid-column: span 2;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2) {
    grid-column: span 3;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: stretch;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    border-radius: var(--mb-radius-sm) var(--mb-radius-lg) var(--mb-radius-lg) var(--mb-radius-sm);
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body):not(style):not(script),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body):not(style):not(script),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body):not(style):not(script),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body):not(style):not(script),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body):not(style):not(script),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body):not(style):not(script) {
    grid-column: 1;
  }
}

/* Mobile safety: no horizontal overflow, full-width CTAs, table scroll stays internal */

@media (max-width: 1023.98px) {
  .mb-site-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mb-site-nav {
    display: none;
  }

  .mb-site-brand__logo {
    max-height: clamp(26px, 7.5vw, 40px);
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .mb-site-header__actions {
    flex: 0 0 auto;
    flex-shrink: 0;
    gap: 6px;
  }

  .mb-site-header__actions > .mb-site-btn:not(.mb-site-btn--apk) {
    display: inline-flex;
  }

  .mb-site-btn {
    min-height: 30px;
    padding: 7px 9px;
    font-size: clamp(0.72rem, 2.4vw, 0.88rem);
    line-height: 1.08;
  }

  .mb-site-burger {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

@media (max-width: 767.98px) {
  body.mb-site .mb-site-main {
    padding-inline: 8px;
  }

  .mb-site-footer__inner {
    flex-direction: column;
  }

  .mb-site-footer__brand,
  .mb-footer-nav {
    flex-basis: auto;
    width: 100%;
  }

  .mb-footer-nav__list > li {
    flex: 1 1 calc(50% - 8px);
    min-width: min(100%, 8rem);
  }
}

@media (max-width: 639.98px) {
  .mb-article,
  .mbpk-article,
  .mbpk-page .mb-article {
    width: 100%;
    max-width: 100%;
    padding-inline: clamp(12px, 4vw, 18px);
    padding-block: clamp(14px, 4vw, 20px);
    border-radius: 18px;
  }

  .mb-hero,
  .mb-row,
  .mb-cta,
  .mb-faq,
  .mb-table-wrap,
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid {
    max-width: 100%;
  }

  .mb-hero {
    --mb-hero-pad: clamp(14px, 4vw, 18px);
    border-radius: 18px;
  }

  .mb-hero__media {
    border-radius: 18px;
  }

  .mb-row {
    padding: clamp(14px, 4vw, 18px);
    border-radius: 18px;
    gap: 16px;
  }

  .mb-cta {
    padding: clamp(16px, 4.5vw, 20px);
    border-radius: 18px;
  }

  .mb-media,
  .mb-media img,
  .mb-card,
  .mb-card__media,
  .mb-card__media img,
  .mb-hero__media,
  .mb-hero__media img {
    max-width: 100%;
  }

  .mb-cta__actions,
  .mb-hero__actions,
  .mb-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .mb-btn,
  .mb-article a.mb-btn,
  .mbpk-article a.mb-btn,
  .mbpk-page .mb-article a.mb-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .mb-table-wrap {
    width: 100%;
    max-width: 100%;
    margin-block-end: clamp(24px, 7vw, 38px);
  }

  table.mb-table {
    width: 100%;
    min-width: 560px;
  }

  table.mb-table th,
  table.mb-table td {
    white-space: nowrap;
  }

  .mb-footer-nav__list > li {
    flex: 1 1 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mb-hero__media img,
  .mb-media img,
  .mb-card__media img,
  .mb-btn,
  .mb-site-btn,
  .mb-site-nav__link,
  .mb-site-nav a {
    transition: none;
  }

  .mb-hero__media:hover img,
  .mb-media:hover img,
  .mb-card:hover .mb-card__media img,
  .mb-btn:hover,
  .mb-btn:focus-visible,
  .mb-site-btn:hover,
  .mb-site-btn:focus-visible {
    transform: none;
  }
}
/* Подпись CTA-блока: раньше была <h3> и давала пропуск уровня h1→h3 (стандарт флота §1.4).
   Тег сменён на <p>, типографика сохранена один в один. */
.mb-article .mb-cta__title,
.mbpk-article .mb-cta__title {
  color: var(--mb-text);
  font-family: var(--mb-font);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
  margin-block-start: 0;
  margin-block-end: 0.62em;
  overflow-wrap: anywhere;
  break-after: avoid;
  font-size: clamp(1.32rem, 3vw, 2rem);
}

/* fair-pages-kit: Beautiful Site TOC (converter-injected) */
.mb-article .mb-toc,
.mbpk-article .mb-toc,
.mbpk-page .mb-article .mb-toc {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-stack-gap, var(--mb-space-7, clamp(20px, 4vw, 42px)));
  padding: clamp(20px, 4vw, 36px) var(--mb-page-pad, var(--mb-gutter, clamp(16px, 3.4vw, 28px)));
  border: 1px solid var(--mb-border, rgba(255, 255, 255, 0.12));
  border-radius: var(--mb-radius-lg, 22px);
  background:
    radial-gradient(circle at 88% 10%, rgba(227, 178, 87, 0.12), transparent 16rem),
    linear-gradient(180deg, rgba(36, 16, 8, 0.94), rgba(27, 11, 5, 0.88));
  box-shadow: var(--mb-shadow, 0 22px 70px rgba(0, 0, 0, 0.42));
}

.mb-article .mb-toc__summary,
.mbpk-article .mb-toc__summary,
.mbpk-page .mb-article .mb-toc__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  cursor: pointer;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-article .mb-toc__summary::-webkit-details-marker,
.mbpk-article .mb-toc__summary::-webkit-details-marker,
.mbpk-page .mb-article .mb-toc__summary::-webkit-details-marker {
  display: none;
}

.mb-article .mb-toc__summary::after,
.mbpk-article .mb-toc__summary::after,
.mbpk-page .mb-article .mb-toc__summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--mb-border-strong, rgba(255, 255, 255, 0.24));
  border-radius: var(--mb-radius-sm, 12px);
  color: var(--mb-gold-2, #ffd985);
  font-size: 1.1rem;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease;
}

.mb-article .mb-toc[open] .mb-toc__summary::after,
.mbpk-article .mb-toc[open] .mb-toc__summary::after,
.mbpk-page .mb-article .mb-toc[open] .mb-toc__summary::after {
  content: "−";
}

.mb-article .mb-toc__title,
.mbpk-article .mb-toc__title,
.mbpk-page .mb-article .mb-toc__title {
  margin: 0;
  color: var(--mb-gold-2, #ffd985);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.25;
}

.mb-article .mb-toc__list,
.mbpk-article .mb-toc__list,
.mbpk-page .mb-article .mb-toc__list {
  margin: clamp(14px, 2.5vw, 20px) 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: clamp(8px, 1.5vw, 12px);
}

.mb-article .mb-toc__list--sub,
.mbpk-article .mb-toc__list--sub,
.mbpk-page .mb-article .mb-toc__list--sub {
  margin: clamp(8px, 1.5vw, 10px) 0 0;
  padding-left: clamp(12px, 2vw, 18px);
  border-left: 1px solid var(--mb-border, rgba(255, 255, 255, 0.12));
}

.mb-article .mb-toc__item,
.mbpk-article .mb-toc__item,
.mbpk-page .mb-article .mb-toc__item {
  margin: 0;
}

.mb-article .mb-toc__link,
.mbpk-article .mb-toc__link,
.mbpk-page .mb-article .mb-toc__link {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0.75rem;
  border-radius: var(--mb-radius-sm, 12px);
  color: var(--mb-text, var(--mb-ink, #f2f2ee));
  text-decoration: none;
  background: rgba(255, 246, 220, 0.03);
  border: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.mb-article .mb-toc__num,
.mbpk-article .mb-toc__num,
.mbpk-page .mb-article .mb-toc__num {
  flex: 0 0 auto;
  min-width: 2.2rem;
  color: var(--mb-gold, #e3b257);
  font-variant-numeric: tabular-nums;
}

.mb-article .mb-toc__text,
.mbpk-article .mb-toc__text,
.mbpk-page .mb-article .mb-toc__text {
  flex: 1 1 auto;
}

.mb-article .mb-toc__link:hover,
.mbpk-article .mb-toc__link:hover,
.mbpk-page .mb-article .mb-toc__link:hover,
.mb-article .mb-toc__link:focus-visible,
.mbpk-article .mb-toc__link:focus-visible,
.mbpk-page .mb-article .mb-toc__link:focus-visible {
  color: var(--mb-gold-2, #ffd985);
  border-color: var(--mb-border-strong, rgba(255, 255, 255, 0.24));
  background: rgba(227, 178, 87, 0.08);
}

@media (max-width: 640px) {
  .mb-article .mb-toc,
  .mbpk-article .mb-toc,
  .mbpk-page .mb-article .mb-toc {
    max-width: 100%;
  }
}

