/******************************************************************************/
/* MustBet-inspired global CSS for Elementor HTML blocks and assembled shell    */
/******************************************************************************/

/* Theme tokens shared by the assembled shell and article content */
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-container-pad: clamp(14px, 3vw, 28px);
  --mb-section-pad: clamp(16px, 3vw, 30px);
  --mb-card-pad: clamp(16px, 2.6vw, 26px);

  --mb-bg: #160006;
  --mb-bg-2: #2b000c;
  --mb-bg-3: #470017;
  --mb-panel: rgba(40, 2, 15, 0.94);
  --mb-panel-2: rgba(71, 0, 24, 0.86);
  --mb-panel-3: rgba(105, 0, 36, 0.54);

  --mb-primary: #f00065;
  --mb-primary-2: #ff2b8c;
  --mb-red: #e51b2d;
  --mb-gold: #ffb531;
  --mb-gold-2: #ffdf78;
  --mb-teal: #f00065;

  --mb-text: #fff8f6;
  --mb-text-soft: #f6d7dc;
  --mb-muted: #c996a2;
  --mb-muted-2: #9d6976;

  --mb-border: rgba(255, 181, 49, 0.22);
  --mb-border-strong: rgba(255, 181, 49, 0.42);
  --mb-line: rgba(255, 181, 49, 0.22);
  --mb-line-strong: rgba(255, 181, 49, 0.42);

  --mb-radius-sm: 12px;
  --mb-radius: 18px;
  --mb-radius-lg: 28px;
  --mb-radius-pill: 999px;

  --mb-shadow: 0 24px 80px rgba(0, 0, 0, 0.52), 0 0 34px rgba(240, 0, 101, 0.18);
  --mb-shadow-soft: 0 16px 44px rgba(0, 0, 0, 0.34), 0 0 22px rgba(255, 181, 49, 0.1);
  --mb-glow: 0 0 28px rgba(240, 0, 101, 0.36), 0 0 48px rgba(255, 181, 49, 0.12);

  --mb-speed: 180ms;
}

/******************************************************************************/
/* Page shell                                                                  */
/******************************************************************************/

body.mb-site {
  font-family: var(--mb-font);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 78% 10%, rgba(255, 181, 49, 0.2) 0 9%, transparent 25%),
    radial-gradient(circle at 24% 0%, rgba(240, 0, 101, 0.22) 0 8%, transparent 26%),
    radial-gradient(circle at 50% 34%, rgba(229, 27, 45, 0.24) 0 9%, transparent 36%),
    linear-gradient(135deg, #100004 0%, #25000b 44%, #3b0014 72%, #150005 100%);
  color-scheme: dark;
}

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

.mb-site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: linear-gradient(180deg, rgba(24, 0, 8, 0.9), rgba(24, 0, 8, 0.76));
  border-block-end: 1px solid var(--mb-border);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

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

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

.mb-site-brand__logo {
  display: block;
  max-height: 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;
  white-space: nowrap;
  font-weight: 900;
  letter-spacing: 0.02em;
  color: var(--mb-text);
}

.mb-site-header__actions {
  flex: 0 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.mb-site-btn,
.mb-site-drawer__cta {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  min-height: 36px;
  padding: 0.62em 1.05em;
  border-radius: var(--mb-radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, var(--mb-primary), var(--mb-primary-2));
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 10px 24px rgba(240, 0, 101, 0.34);
  transition:
    transform var(--mb-speed) ease,
    box-shadow var(--mb-speed) ease,
    background-color var(--mb-speed) ease,
    border-color var(--mb-speed) ease;
}

.mb-site-btn:hover,
.mb-site-btn:focus-visible,
.mb-site-drawer__cta:hover,
.mb-site-drawer__cta:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #ff167d, #ff4aa0);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 32px rgba(240, 0, 101, 0.44), 0 0 22px rgba(255, 181, 49, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.mb-site-btn--apk,
.mb-site-drawer__cta--apk {
  background: rgba(255, 181, 49, 0.08);
  border-color: var(--mb-border-strong);
  color: var(--mb-gold-2);
  box-shadow: none;
}

.mb-site-btn--apk:hover,
.mb-site-btn--apk:focus-visible,
.mb-site-drawer__cta--apk:hover,
.mb-site-drawer__cta--apk:focus-visible {
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-gold-2));
  color: #210007;
  border-color: rgba(255, 223, 120, 0.82);
  box-shadow: 0 12px 28px rgba(255, 181, 49, 0.24);
}

.mb-site-nav {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

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

.mb-site-nav__list {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.mb-site-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.56em 0.92em;
  border-radius: var(--mb-radius-pill);
  border: 1px solid transparent;
  color: var(--mb-text-soft);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
  white-space: normal;
  transition:
    color var(--mb-speed) ease,
    background-color var(--mb-speed) ease,
    border-color var(--mb-speed) ease,
    transform var(--mb-speed) ease;
}

.mb-site-nav__link:hover,
.mb-site-nav__link:focus-visible,
.mb-site-nav__link[aria-current="page"] {
  color: #ffffff;
  background: rgba(240, 0, 101, 0.16);
  border-color: rgba(240, 0, 101, 0.34);
  outline: none;
}

.mb-topbar {
  background: rgba(16, 0, 5, 0.72);
  border-block-end: 1px solid rgba(255, 181, 49, 0.14);
  color: var(--mb-muted);
  font-size: 0.9rem;
}

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

/* Drawer viewport sizing is intentionally explicit to avoid backdrop-filter containing-block issues. */
.mb-site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  color: var(--mb-text);
  background: rgba(10, 0, 4, 0.66);
}

.mb-site-drawer__panel {
  height: 100%;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 90% 6%, rgba(255, 181, 49, 0.15), transparent 30%),
    linear-gradient(180deg, rgba(45, 0, 15, 0.98), rgba(19, 0, 7, 0.98));
  color: var(--mb-text);
  border-inline-start: 1px solid var(--mb-border);
  box-shadow: -18px 0 60px rgba(0, 0, 0, 0.48);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

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

.mb-site-drawer__nav,
.mb-site-drawer__list {
  min-width: 0;
  max-width: 100%;
}

.mb-site-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mb-site-drawer__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--mb-text-soft);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.mb-site-drawer__link:hover,
.mb-site-drawer__link:focus-visible,
.mb-site-drawer__link[aria-current="page"] {
  color: #ffffff;
  background: rgba(240, 0, 101, 0.18);
  outline: none;
}

.mb-site-drawer__cta {
  white-space: normal;
  overflow-wrap: anywhere;
}

.mb-page-strip {
  padding: 0;
  background: rgba(17, 0, 6, 0.7);
  border-block-end: 1px solid rgba(255, 181, 49, 0.12);
}

.mb-page-strip__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: 8px var(--mb-container-pad);
  color: var(--mb-muted);
  font-size: 0.92rem;
  line-height: 1.35;
}

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

.mb-page-strip a:hover,
.mb-page-strip a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.mb-page-title {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto clamp(18px, 3vw, 34px);
  padding: clamp(18px, 3.2vw, 34px) var(--mb-container-pad);
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 181, 49, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(75, 0, 23, 0.88), rgba(29, 0, 10, 0.92));
  border: 1px solid var(--mb-border);
  box-shadow: var(--mb-shadow-soft);
}

.mb-site-footer {
  margin-block-start: clamp(28px, 5vw, 64px);
  background:
    radial-gradient(circle at 18% 0%, rgba(240, 0, 101, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(28, 0, 10, 0.96), rgba(10, 0, 4, 0.98));
  border-block-start: 1px solid var(--mb-border);
}

.mb-site-footer__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: clamp(22px, 4vw, 42px) var(--mb-container-pad);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px clamp(20px, 4vw, 42px);
  min-width: 0;
}

.mb-site-footer__brand {
  flex: 0 1 220px;
  min-width: 0;
}

.mb-site-footer__logo {
  display: block;
  max-width: 100%;
  max-height: 42px;
  width: auto;
  height: auto;
  object-fit: contain;
}

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

.mb-footer-nav__list {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
}

.mb-footer-nav__list > li {
  flex: 1 1 auto;
  min-width: 0;
}

.mb-footer-nav__link {
  box-sizing: border-box;
  width: 100%;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62em 0.95em;
  border-radius: var(--mb-radius-pill);
  border: 1px solid rgba(255, 181, 49, 0.16);
  background: rgba(255, 255, 255, 0.035);
  color: var(--mb-text-soft);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  overflow-wrap: anywhere;
}

.mb-footer-nav__link:hover,
.mb-footer-nav__link:focus-visible {
  color: #ffffff;
  background: rgba(240, 0, 101, 0.14);
  border-color: rgba(240, 0, 101, 0.34);
  outline: none;
}

/******************************************************************************/
/* Article root and base typography                                            */
/******************************************************************************/

.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: clamp(12px, 2.5vw, 22px);
  direction: ltr;
  text-align: left;
  font-family: var(--mb-font);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 181, 49, 0.16), transparent 34%),
    radial-gradient(circle at 8% 14%, rgba(240, 0, 101, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(38, 0, 14, 0.98), rgba(19, 0, 7, 0.98) 58%, rgba(12, 0, 5, 0.99));
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-lg);
  box-shadow: var(--mb-shadow);
  line-height: 1.68;
  overflow-wrap: break-word;
  word-break: normal;
  color-scheme: dark;
}

body.mb-site .mb-article {
  margin-block: clamp(18px, 4vw, 44px);
}

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

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

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

.mb-article :where(img, video),
.mbpk-article :where(img, video) {
  height: auto;
}

.mb-article :where(p, ul, ol, dl, blockquote, figure, table),
.mbpk-article :where(p, ul, ol, dl, blockquote, figure, table) {
  max-width: 100%;
}

.mb-article :where(p),
.mbpk-article :where(p) {
  margin-block: 0 1em;
  color: var(--mb-text-soft);
}

.mb-article :where(h1, h2, h3, h4, h5, h6),
.mbpk-article :where(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
  margin-block-end: 0.62em;
  color: var(--mb-text);
  line-height: 1.08;
  letter-spacing: -0.025em;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.mb-article h1,
.mbpk-article h1 {
  font-size: clamp(2.05rem, 7vw, 4.85rem);
  max-width: 100%;
}

.mb-article h2,
.mbpk-article h2 {
  font-size: clamp(1.65rem, 4.3vw, 3rem);
}

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

.mb-article h4,
.mbpk-article h4 {
  font-size: clamp(1.12rem, 2.3vw, 1.45rem);
}

.mb-article :where(strong, b),
.mbpk-article :where(strong, b) {
  color: #ffffff;
  font-weight: 900;
}

.mb-article :where(a):not(.mb-btn),
.mbpk-article :where(a):not(.mb-btn) {
  color: var(--mb-gold-2);
  text-decoration-color: rgba(255, 223, 120, 0.45);
  text-underline-offset: 0.18em;
  transition: color var(--mb-speed) ease, text-decoration-color var(--mb-speed) ease;
}

.mb-article :where(a):not(.mb-btn):hover,
.mb-article :where(a):not(.mb-btn):focus-visible,
.mbpk-article :where(a):not(.mb-btn):hover,
.mbpk-article :where(a):not(.mb-btn):focus-visible {
  color: #ffffff;
  text-decoration-color: rgba(255, 255, 255, 0.78);
}

.mb-article :where(hr, .mb-divider),
.mbpk-article :where(hr, .mb-divider) {
  width: 100%;
  max-width: var(--mb-container);
  margin: clamp(26px, 5vw, 56px) auto;
  border: 0;
  block-size: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 181, 49, 0.38), rgba(240, 0, 101, 0.32), transparent);
}

/* Explicit readability measure only. Section copy remains full column width by default. */
.mb-article .mb-measure,
.mbpk-article .mb-measure {
  max-width: min(72ch, 100%);
  margin-inline: auto;
}

/******************************************************************************/
/* Lists                                                                       */
/******************************************************************************/

.mb-article :where(ul, ol),
.mbpk-article :where(ul, ol) {
  width: 100%;
  margin-block: 0 1.1em;
  padding-inline-start: 1.35em;
  padding-inline-end: 0;
  color: var(--mb-text-soft);
}

.mb-article :where(li),
.mbpk-article :where(li) {
  margin-block: 0.35em;
  padding-inline-start: 0.15em;
}

.mb-article :where(li)::marker,
.mbpk-article :where(li)::marker {
  color: var(--mb-gold);
  font-weight: 900;
}

.mb-article :where(.mb-list, .mb-checklist),
.mbpk-article :where(.mb-list, .mb-checklist) {
  list-style: none;
  padding-inline-start: 0;
}

.mb-article :where(.mb-list, .mb-checklist) > li,
.mbpk-article :where(.mb-list, .mb-checklist) > li {
  position: relative;
  padding-inline-start: 1.8em;
}

.mb-article :where(.mb-list, .mb-checklist) > li::before,
.mbpk-article :where(.mb-list, .mb-checklist) > li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.58em;
  inline-size: 0.78em;
  block-size: 0.78em;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff, var(--mb-gold) 42%, var(--mb-primary) 100%);
  box-shadow: 0 0 16px rgba(240, 0, 101, 0.36);
}

/******************************************************************************/
/* Buttons and CTA controls                                                    */
/******************************************************************************/

.mb-article :where(.mb-hero__actions, .mb-cta__actions, .mb-card__actions, .mb-actions),
.mbpk-article :where(.mb-hero__actions, .mb-cta__actions, .mb-card__actions, .mb-actions) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  min-height: 46px;
  padding: 0.86em 1.35em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--mb-radius-pill);
  background: linear-gradient(135deg, var(--mb-primary) 0%, var(--mb-primary-2) 100%);
  color: #ffffff;
  font: inherit;
  font-weight: 950;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(240, 0, 101, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transition:
    transform var(--mb-speed) ease,
    box-shadow var(--mb-speed) ease,
    border-color var(--mb-speed) ease,
    background-color var(--mb-speed) ease;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn:focus-visible,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn:focus-visible,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn:focus-visible {
  color: #ffffff;
  background: linear-gradient(135deg, #ff167d 0%, #ff58aa 100%);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 42px rgba(240, 0, 101, 0.46), 0 0 26px rgba(255, 181, 49, 0.14);
  transform: translateY(-1px);
  outline: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--secondary {
  background: rgba(255, 181, 49, 0.08);
  color: var(--mb-gold-2);
  border-color: var(--mb-border-strong);
  box-shadow: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--secondary:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--secondary:focus-visible {
  background: linear-gradient(135deg, var(--mb-gold) 0%, var(--mb-gold-2) 100%);
  color: #220007;
  border-color: rgba(255, 223, 120, 0.86);
  box-shadow: 0 16px 34px rgba(255, 181, 49, 0.24);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--ghost {
  background: rgba(255, 255, 255, 0.045);
  color: var(--mb-text);
  border-color: rgba(255, 255, 255, 0.13);
  box-shadow: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--ghost:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--ghost:focus-visible {
  background: rgba(240, 0, 101, 0.16);
  color: #ffffff;
  border-color: rgba(240, 0, 101, 0.34);
}

/******************************************************************************/
/* Hero                                                                        */
/******************************************************************************/

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

  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(24px, 5vw, 58px);
  padding-inline: 0;
  padding-block-start: 0;
  padding-block-end: clamp(12px, 2.4vw, 22px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  gap: 0;
  align-items: start;
  min-width: 0;
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 181, 49, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(75, 0, 24, 0.58), rgba(27, 0, 10, 0.42));
  border: 1px solid var(--mb-border);
  box-shadow: var(--mb-shadow-soft);
}

.mb-article .mb-hero__media,
.mbpk-article .mb-hero__media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border-radius: calc(var(--mb-radius-lg) - 1px);
  overflow: hidden;
  overflow: clip;
  background: #140005;
  box-shadow: 0 0 0 1px rgba(255, 181, 49, 0.18), var(--mb-glow);
}

.mb-article .mb-hero__media :where(img, picture, a),
.mbpk-article .mb-hero__media :where(img, picture, a) {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-article .mb-hero__media img,
.mbpk-article .mb-hero__media img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transform: scale(1.001);
  transition:
    transform 320ms ease,
    filter 320ms ease;
}

.mb-article .mb-hero__media:hover,
.mbpk-article .mb-hero__media:hover {
  cursor: pointer;
}

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

.mb-article .mb-hero__copy,
.mbpk-article .mb-hero__copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(10px, 2vw, 16px) var(--mb-hero-inset) clamp(10px, 2vw, 16px);
}

.mb-article .mb-hero__badge,
.mbpk-article .mb-hero__badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 30px;
  margin-block-end: 12px;
  padding: 0.42em 0.82em;
  border-radius: var(--mb-radius-pill);
  background: linear-gradient(135deg, rgba(240, 0, 101, 0.92), rgba(255, 43, 140, 0.82));
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(240, 0, 101, 0.28);
  cursor: default;
}

.mb-article .mb-hero__lead,
.mbpk-article .mb-hero__lead {
  width: 100%;
  max-width: 100%;
  margin-block-end: 0;
  color: var(--mb-text-soft);
  font-size: clamp(1rem, 2.2vw, 1.28rem);
  line-height: 1.62;
}

.mb-article .mb-hero > .mb-cta,
.mbpk-article .mb-hero > .mb-cta {
  grid-area: cta;
  width: calc(100% - (2 * var(--mb-hero-inset)));
  max-width: calc(100% - (2 * var(--mb-hero-inset)));
  margin-inline: var(--mb-hero-inset);
  margin-block: clamp(14px, 2.6vw, 24px) clamp(8px, 1.8vw, 16px);
}

/******************************************************************************/
/* Rows and media                                                              */
/******************************************************************************/

.mb-article .mb-row,
.mbpk-article .mb-row {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(24px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  gap: clamp(16px, 3vw, 32px);
  align-items: start;
  min-width: 0;
}

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

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

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

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

.mb-article .mb-copy,
.mb-article .mb-media,
.mbpk-article .mb-copy,
.mbpk-article .mb-media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-block-start: 0;
}

.mb-article .mb-copy,
.mbpk-article .mb-copy {
  padding: var(--mb-card-pad);
  border-radius: var(--mb-radius-lg);
  border: 1px solid rgba(255, 181, 49, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    rgba(31, 0, 11, 0.58);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

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

.mb-article .mb-media,
.mbpk-article .mb-media {
  padding: 0;
  border-radius: var(--mb-radius-lg);
  overflow: hidden;
  overflow: clip;
  background: #170006;
  border: 1px solid rgba(255, 181, 49, 0.18);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 26px rgba(240, 0, 101, 0.12);
}

.mb-article .mb-media :where(img, picture, a),
.mbpk-article .mb-media :where(img, picture, a) {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-article .mb-media img,
.mbpk-article .mb-media img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transform: scale(1.001);
  transition:
    transform 320ms ease,
    filter 320ms ease,
    opacity 320ms ease;
}

.mb-article .mb-media:hover,
.mbpk-article .mb-media:hover {
  cursor: pointer;
}

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

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

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

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

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

/******************************************************************************/
/* CTA sections                                                                */
/******************************************************************************/

.mb-article .mb-cta,
.mbpk-article .mb-cta {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(24px, 5vw, 56px);
  padding: clamp(18px, 4vw, 38px);
  border-radius: var(--mb-radius-lg);
  border: 1px solid var(--mb-border-strong);
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 181, 49, 0.18), transparent 30%),
    radial-gradient(circle at 16% 0%, rgba(240, 0, 101, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(83, 0, 28, 0.92), rgba(25, 0, 9, 0.94));
  box-shadow: var(--mb-shadow-soft);
  min-width: 0;
}

.mb-article .mb-cta__copy,
.mbpk-article .mb-cta__copy {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.mb-article .mb-cta__copy > :last-child,
.mbpk-article .mb-cta__copy > :last-child {
  margin-block-end: 0;
}

.mb-article .mb-cta__actions,
.mbpk-article .mb-cta__actions {
  margin-block-start: clamp(14px, 2.4vw, 24px);
}

/******************************************************************************/
/* Grids and cards                                                             */
/******************************************************************************/

.mb-article .mb-grid,
.mb-article .mb-slot-grid,
.mbpk-article .mb-grid,
.mbpk-article .mb-slot-grid {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(24px, 5vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.6vw, 26px);
  align-items: stretch;
  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 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

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

@media (min-width: 980px) {
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-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 {
    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 {
    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) {
    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) {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 0;
    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 {
    grid-column: 2;
    grid-row: 1;
    border-radius: 0 var(--mb-radius-lg) var(--mb-radius-lg) 0;
    min-height: 100%;
  }

  .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 {
    grid-column: 1;
    grid-row: 1;
  }

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

.mb-article .mb-card,
.mbpk-article .mb-card {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: var(--mb-radius-lg);
  border: 1px solid rgba(255, 181, 49, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
    rgba(35, 0, 12, 0.74);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.mb-article .mb-card__media,
.mbpk-article .mb-card__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border-radius: var(--mb-radius-lg) var(--mb-radius-lg) 0 0;
  overflow: hidden;
  overflow: clip;
  background: #130005;
}

.mb-article .mb-card__media :where(img, picture, a),
.mbpk-article .mb-card__media :where(img, picture, a) {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-article .mb-card__media img,
.mb-article .mb-card > img,
.mbpk-article .mb-card__media img,
.mbpk-article .mb-card > img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition:
    transform 320ms ease,
    filter 320ms ease;
}

.mb-article .mb-card:hover .mb-card__media img,
.mb-article .mb-card:hover > img,
.mbpk-article .mb-card:hover .mb-card__media img,
.mbpk-article .mb-card:hover > img {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.05);
}

.mb-article .mb-card__body,
.mbpk-article .mb-card__body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: var(--mb-card-pad);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mb-article .mb-card__title,
.mbpk-article .mb-card__title {
  margin-block-end: 0.35em;
}

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

.mb-article .mb-card__body > :last-child,
.mbpk-article .mb-card__body > :last-child {
  margin-block-end: 0;
}

/******************************************************************************/
/* FAQ                                                                         */
/******************************************************************************/

.mb-article .mb-faq,
.mbpk-article .mb-faq {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(24px, 5vw, 56px);
  display: grid;
  gap: 12px;
}

.mb-article .mb-faq details,
.mbpk-article .mb-faq details {
  break-inside: avoid;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(255, 181, 49, 0.16);
  background: rgba(30, 0, 11, 0.72);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.mb-article .mb-faq summary,
.mbpk-article .mb-faq summary {
  cursor: pointer;
  padding: 15px 18px;
  color: var(--mb-text);
  font-weight: 900;
  line-height: 1.28;
  list-style-position: outside;
}

.mb-article .mb-faq summary::marker,
.mbpk-article .mb-faq summary::marker {
  color: var(--mb-gold);
}

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

.mb-article .mb-faq details > :last-child,
.mbpk-article .mb-faq details > :last-child {
  padding-block-end: 16px;
  margin-block-end: 0;
}

/******************************************************************************/
/* Tables                                                                      */
/******************************************************************************/

.mb-article .mb-table-wrap,
.mbpk-article .mb-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block: 0 clamp(24px, 5vw, 56px);
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(255, 181, 49, 0.18);
  background: rgba(18, 0, 7, 0.72);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
  scrollbar-width: thin;
  scrollbar-color: var(--mb-primary) rgba(255, 255, 255, 0.08);
}

.mb-article .mb-table-wrap::-webkit-scrollbar,
.mbpk-article .mb-table-wrap::-webkit-scrollbar {
  height: 10px;
}

.mb-article .mb-table-wrap::-webkit-scrollbar-track,
.mbpk-article .mb-table-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.mb-article .mb-table-wrap::-webkit-scrollbar-thumb,
.mbpk-article .mb-table-wrap::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--mb-primary), var(--mb-gold));
  border-radius: 999px;
}

.mb-article table.mb-table,
.mbpk-article table.mb-table {
  width: 100%;
  min-width: 620px;
  direction: ltr;
  text-align: start;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--mb-text-soft);
  background: transparent;
}

.mb-article table.mb-table caption,
.mbpk-article table.mb-table caption {
  caption-side: top;
  padding: 12px 14px;
  color: var(--mb-text);
  font-weight: 900;
  text-align: start;
}

.mb-article table.mb-table :where(th, td),
.mbpk-article table.mb-table :where(th, td) {
  padding: 13px 14px;
  border-block-end: 1px solid rgba(255, 181, 49, 0.14);
  vertical-align: top;
  text-align: start;
}

.mb-article table.mb-table th,
.mbpk-article table.mb-table th {
  color: #ffffff;
  font-weight: 950;
  background: linear-gradient(180deg, rgba(240, 0, 101, 0.22), rgba(255, 181, 49, 0.06));
}

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

.mb-article table.mb-table tbody tr:hover,
.mbpk-article table.mb-table tbody tr:hover {
  background: rgba(240, 0, 101, 0.08);
}

/******************************************************************************/
/* Utility blocks                                                              */
/******************************************************************************/

.mb-article .mb-badge,
.mbpk-article .mb-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.36em 0.72em;
  border-radius: var(--mb-radius-pill);
  color: #ffffff;
  background: rgba(240, 0, 101, 0.2);
  border: 1px solid rgba(240, 0, 101, 0.34);
  font-weight: 900;
  font-size: 0.88em;
  line-height: 1.15;
}

.mb-article .mb-note,
.mbpk-article .mb-note {
  width: 100%;
  max-width: var(--mb-container);
  margin: 0 auto clamp(20px, 4vw, 42px);
  padding: clamp(14px, 2.6vw, 24px);
  border-radius: var(--mb-radius);
  border: 1px solid rgba(255, 181, 49, 0.2);
  background: rgba(255, 181, 49, 0.07);
  color: var(--mb-text-soft);
}

.mb-article .mb-embed,
.mbpk-article .mb-embed {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block: 0 clamp(24px, 5vw, 56px);
  border-radius: var(--mb-radius-lg);
}

.mb-article .mb-embed iframe,
.mbpk-article .mb-embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: inherit;
}

/******************************************************************************/
/* Direction support                                                           */
/******************************************************************************/

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

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

[dir="rtl"] .mb-site-nav__list,
[dir="rtl"] .mb-footer-nav__list {
  justify-content: flex-start;
}

/******************************************************************************/
/* Mobile safety                                                               */
/******************************************************************************/

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

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

  .mb-site-btn {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0.5em 0.78em;
    font-size: clamp(0.76rem, 2.8vw, 0.92rem);
  }

  .mb-site-header__actions {
    flex-shrink: 0;
  }
}

@media (max-width: 639.98px) {
  .mb-article,
  .mbpk-article,
  .mbpk-page .mb-article {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border-radius: 20px;
  }

  body.mb-site .mb-article {
    margin-block: 12px 24px;
  }

  .mb-site-header__inner,
  .mb-page-strip__inner,
  .mb-site-footer__inner {
    padding-inline: 10px;
  }

  .mb-site-brand {
    flex: 1 1 0;
    min-width: 0;
  }

  .mb-site-header__actions {
    gap: 6px;
    min-width: 0;
  }

  .mb-site-btn {
    max-width: 44vw;
    white-space: normal;
    overflow-wrap: anywhere;
  }

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

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

  .mb-footer-nav__list {
    justify-content: stretch;
  }

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

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

  .mb-article .mb-hero,
  .mbpk-article .mb-hero {
    --mb-hero-inset: 12px;
    border-radius: 18px;
  }

  .mb-article .mb-hero__media,
  .mb-article .mb-media,
  .mb-article .mb-card__media,
  .mbpk-article .mb-hero__media,
  .mbpk-article .mb-media,
  .mbpk-article .mb-card__media {
    max-width: 100%;
  }

  .mb-article .mb-copy,
  .mb-article .mb-cta,
  .mb-article .mb-card__body,
  .mbpk-article .mb-copy,
  .mbpk-article .mb-cta,
  .mbpk-article .mb-card__body {
    padding: 16px;
  }

  .mb-article .mb-hero > .mb-cta,
  .mbpk-article .mb-hero > .mb-cta {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    margin-inline: 12px;
  }

  .mb-article :where(.mb-hero__actions, .mb-cta__actions, .mb-card__actions, .mb-actions),
  .mbpk-article :where(.mb-hero__actions, .mb-cta__actions, .mb-card__actions, .mb-actions) {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  :is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn,
  :is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn,
  :is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 1em;
  }

  .mb-article table.mb-table,
  .mbpk-article table.mb-table {
    min-width: 620px;
  }

  .mb-article table.mb-table :where(th, td),
  .mbpk-article table.mb-table :where(th, td) {
    white-space: nowrap;
  }
}
/* Подпись 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%;
  }
}

