/* Global theme tokens derived from the reference: deep navy stage, electric blue glow, orange CTA, gold highlights. */
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", "Segoe UI", Arial, sans-serif;
  --mb-container: 1120px;

  --mb-bg: #031629;
  --mb-bg-2: #06284c;
  --mb-bg-3: #0c3b6d;

  --mb-panel: #061f3c;
  --mb-panel-2: #0a2d55;
  --mb-panel-3: #103f73;

  --mb-primary: #ff4716;
  --mb-primary-2: #ff7a18;
  --mb-red: #ff3210;
  --mb-gold: #ffc447;
  --mb-gold-2: #ffe18a;
  --mb-teal: #00c8ff;

  --mb-text: #f7fbff;
  --mb-text-soft: #d9e8f7;
  --mb-muted: #a9bdd1;
  --mb-muted-2: #7893ad;

  --mb-border: rgba(125, 203, 255, 0.22);
  --mb-border-strong: rgba(255, 196, 71, 0.42);
  --mb-line: rgba(125, 203, 255, 0.22);
  --mb-line-strong: rgba(255, 196, 71, 0.42);

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

  --mb-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --mb-shadow-soft: 0 14px 42px rgba(0, 0, 0, 0.28);
  --mb-glow: 0 0 34px rgba(0, 200, 255, 0.22), 0 0 52px rgba(255, 122, 24, 0.13);

  --mb-gap: clamp(18px, 3vw, 34px);
  --mb-section-space: clamp(26px, 5vw, 56px);
  --mb-pad: clamp(16px, 3vw, 30px);
  --mb-hero-pad: clamp(16px, 3.2vw, 34px);

  color-scheme: dark;
}

body.mb-site {
  direction: ltr;
  font-family: var(--mb-font);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 74% 6%, rgba(0, 200, 255, 0.32), transparent 28rem),
    radial-gradient(circle at 18% 18%, rgba(255, 122, 24, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 70%, rgba(255, 196, 71, 0.12), transparent 24rem),
    linear-gradient(180deg, #031629 0%, #062545 46%, #031629 100%);
  min-width: 0;
}

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

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

/* Site chrome */
.mb-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--mb-text);
  background:
    linear-gradient(90deg, rgba(3, 22, 41, 0.88), rgba(8, 43, 80, 0.78)),
    rgba(3, 22, 41, 0.78);
  border-bottom: 1px solid var(--mb-border);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
}

.mb-site-header__inner {
  width: 100%;
  max-width: var(--mb-container);
  min-height: 66px;
  margin-inline: auto;
  padding-inline: clamp(12px, 3vw, 22px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 2vw, 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: clamp(26px, 7.5vw, 40px);
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  aspect-ratio: 800 / 128;
  flex: 0 1 auto;
}

.mb-site-brand__name,
.mb-site-brand__title {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--mb-text);
  font-size: clamp(15px, 2.4vw, 20px);
  font-weight: 850;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

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

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

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

.mb-site-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(125, 203, 255, 0.18);
  border-radius: 999px;
  background: rgba(6, 31, 60, 0.72);
  color: var(--mb-text-soft);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mb-site-nav__link:hover,
.mb-site-nav__link:focus-visible,
.mb-site-nav__link[aria-current="page"] {
  color: #061f3c;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  border-color: rgba(255, 196, 71, 0.72);
  transform: translateY(-1px);
  outline: none;
}

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

.mb-site-btn,
.mb-site-menu-toggle {
  min-width: 0;
  max-width: 100%;
  flex: 0 1 auto;
}

.mb-site-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 196, 71, 0.46);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mb-primary-2) 0%, var(--mb-primary) 62%, #de2d09 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(255, 71, 22, 0.32);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(70, 10, 0, 0.4);
  white-space: normal;
  overflow-wrap: anywhere;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.mb-site-btn:hover,
.mb-site-btn:focus-visible {
  color: #ffffff;
  filter: brightness(1.06) saturate(1.04);
  box-shadow: 0 12px 30px rgba(255, 71, 22, 0.42), 0 0 22px rgba(255, 196, 71, 0.18);
  transform: translateY(-1px);
  outline: none;
}

.mb-site-btn--apk {
  background: rgba(6, 31, 60, 0.78);
  color: var(--mb-gold-2);
  border-color: rgba(255, 196, 71, 0.54);
  box-shadow: none;
  text-shadow: none;
}

.mb-site-btn--apk:hover,
.mb-site-btn--apk:focus-visible {
  color: #061f3c;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
}

.mb-site-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(125, 203, 255, 0.24);
  border-radius: 999px;
  background: rgba(6, 31, 60, 0.76);
  color: var(--mb-text);
  cursor: pointer;
}

/* Drawer sizing is viewport-based so blurred headers do not shrink fixed overlays. */
.mb-site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 999;
  color: var(--mb-text);
  background: rgba(0, 8, 18, 0.62);
}

@supports not (height: 100dvh) {
  .mb-site-drawer {
    height: 100vh;
  }
}

.mb-site-drawer__panel {
  height: 100%;
  min-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 85% 0%, rgba(0, 200, 255, 0.2), transparent 18rem),
    linear-gradient(180deg, #061f3c, #031629);
}

@supports not (min-height: 100dvh) {
  .mb-site-drawer__panel {
    min-height: 100vh;
  }
}

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

.mb-site-drawer__link {
  color: var(--mb-text-soft);
  text-decoration: none;
}

.mb-site-drawer__link:hover,
.mb-site-drawer__link:focus-visible {
  color: var(--mb-gold-2);
  outline: none;
}

.mb-site-drawer__cta,
.mb-site-drawer__cta--apk {
  box-sizing: border-box;
  max-width: 100%;
  color: #ffffff;
  background: linear-gradient(180deg, var(--mb-primary-2), var(--mb-primary));
  border: 1px solid rgba(255, 196, 71, 0.48);
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.mb-site-drawer__cta:hover,
.mb-site-drawer__cta:focus-visible {
  color: #ffffff;
  filter: brightness(1.06);
  outline: none;
}

.mb-site-drawer__cta--apk {
  color: var(--mb-gold-2);
  background: rgba(6, 31, 60, 0.78);
}

.mb-site-drawer__cta--apk:hover,
.mb-site-drawer__cta--apk:focus-visible {
  color: #061f3c;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
}

.mb-page-strip {
  color: var(--mb-muted);
  background: rgba(3, 22, 41, 0.68);
  border-block: 1px solid rgba(125, 203, 255, 0.14);
}

.mb-page-strip__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding-block: 8px;
  padding-inline: clamp(12px, 3vw, 22px);
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 13px;
  line-height: 1.35;
}

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

.mb-page-strip a:hover,
.mb-page-strip a:focus-visible {
  color: var(--mb-gold-2);
  outline: none;
}

.mb-site-footer {
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 122, 24, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(3, 22, 41, 0.86), #020d19);
  border-top: 1px solid var(--mb-border);
}

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

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

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

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

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

.mb-footer-nav__link {
  width: 100%;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border: 1px solid rgba(125, 203, 255, 0.18);
  border-radius: 999px;
  background: rgba(6, 31, 60, 0.56);
  color: var(--mb-text-soft);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.mb-footer-nav__link:hover,
.mb-footer-nav__link:focus-visible {
  color: #061f3c;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  outline: none;
}

/* Article root */
.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: clamp(14px, 3vw, 30px);
  box-sizing: border-box;
  min-width: 0;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 78% 0%, rgba(0, 200, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 12% 14%, rgba(255, 122, 24, 0.11), transparent 20rem),
    linear-gradient(180deg, rgba(6, 31, 60, 0.98), rgba(3, 22, 41, 0.99));
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-xl);
  box-shadow: var(--mb-shadow);
  font-family: var(--mb-font);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.72;
  overflow-wrap: break-word;
}

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

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

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

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

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

.mb-article :where(iframe),
.mbpk-article :where(iframe),
.mbpk-page .mb-article :where(iframe) {
  width: 100%;
  border: 0;
}

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

/* Typography */
.mb-article :where(h1, h2, h3, h4, h5, h6),
.mbpk-article :where(h1, h2, h3, h4, h5, h6),
.mbpk-page .mb-article :where(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
  margin-block-end: 0.65em;
  max-width: 100%;
  color: var(--mb-text);
  font-family: var(--mb-font);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.mb-article h1,
.mbpk-article h1,
.mbpk-page .mb-article h1 {
  font-size: clamp(34px, 6vw, 68px);
}

.mb-article h2,
.mbpk-article h2,
.mbpk-page .mb-article h2 {
  font-size: clamp(28px, 4vw, 46px);
}

.mb-article h3,
.mbpk-article h3,
.mbpk-page .mb-article h3 {
  font-size: clamp(22px, 3vw, 32px);
}

.mb-article h4,
.mbpk-article h4,
.mbpk-page .mb-article h4 {
  font-size: clamp(19px, 2.4vw, 25px);
}

.mb-article :where(p),
.mbpk-article :where(p),
.mbpk-page .mb-article :where(p) {
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 1em;
  color: var(--mb-text-soft);
}

.mb-article :where(p:last-child),
.mbpk-article :where(p:last-child),
.mbpk-page .mb-article :where(p:last-child) {
  margin-block-end: 0;
}

.mb-article :where(strong, b),
.mbpk-article :where(strong, b),
.mbpk-page .mb-article :where(strong, b) {
  color: var(--mb-text);
  font-weight: 850;
}

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

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

.mb-article a:not(.mb-btn),
.mbpk-article a:not(.mb-btn),
.mbpk-page .mb-article a:not(.mb-btn) {
  color: var(--mb-gold-2);
  text-decoration-color: rgba(255, 196, 71, 0.48);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.mb-article a:not(.mb-btn):hover,
.mb-article a:not(.mb-btn):focus-visible,
.mbpk-article a:not(.mb-btn):hover,
.mbpk-article a:not(.mb-btn):focus-visible,
.mbpk-page .mb-article a:not(.mb-btn):hover,
.mbpk-page .mb-article a:not(.mb-btn):focus-visible {
  color: #ffffff;
  text-decoration-color: var(--mb-teal);
  outline: none;
}

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

.mb-article :where(li),
.mbpk-article :where(li),
.mbpk-page .mb-article :where(li) {
  max-width: 100%;
  padding-inline-start: 0.15em;
}

.mb-article :where(li + li),
.mbpk-article :where(li + li),
.mbpk-page .mb-article :where(li + li) {
  margin-block-start: 0.45em;
}

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

.mb-article :where(blockquote),
.mbpk-article :where(blockquote),
.mbpk-page .mb-article :where(blockquote) {
  margin: 0 0 var(--mb-section-space);
  padding: 16px 18px;
  border-inline-start: 4px solid var(--mb-gold);
  border-radius: var(--mb-radius);
  background: rgba(255, 196, 71, 0.08);
  color: var(--mb-text-soft);
}

.mb-article :where(pre),
.mbpk-article :where(pre),
.mbpk-page .mb-article :where(pre) {
  max-width: 100%;
  overflow-x: auto;
  padding: 16px;
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius);
  background: rgba(0, 10, 20, 0.42);
  color: var(--mb-text-soft);
  -webkit-overflow-scrolling: touch;
}

.mb-divider,
.mb-article .mb-divider,
.mbpk-article .mb-divider,
.mbpk-page .mb-article .mb-divider {
  width: 100%;
  max-width: var(--mb-container);
  height: 1px;
  margin: var(--mb-section-space) auto;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 200, 255, 0.38), rgba(255, 196, 71, 0.34), transparent);
}

/* Buttons */
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn, a.mb-btn, button.mb-btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid rgba(255, 196, 71, 0.52);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mb-primary-2) 0%, var(--mb-primary) 58%, #db2d09 100%);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(255, 71, 22, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
  font-family: var(--mb-font);
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(70, 10, 0, 0.45);
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease, background 180ms ease, border-color 180ms ease;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn, a.mb-btn, button.mb-btn):hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn, a.mb-btn, button.mb-btn):focus-visible {
  color: #ffffff;
  filter: brightness(1.07) saturate(1.06);
  border-color: rgba(255, 225, 138, 0.78);
  box-shadow: 0 18px 42px rgba(255, 71, 22, 0.44), 0 0 26px rgba(255, 196, 71, 0.18);
  transform: translateY(-1px);
  outline: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--secondary, a.mb-btn--secondary, button.mb-btn--secondary) {
  background: rgba(6, 31, 60, 0.76);
  color: var(--mb-gold-2);
  border-color: rgba(255, 196, 71, 0.5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  text-shadow: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--secondary, a.mb-btn--secondary, button.mb-btn--secondary):hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--secondary, a.mb-btn--secondary, button.mb-btn--secondary):focus-visible {
  color: #061f3c;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  border-color: rgba(255, 225, 138, 0.9);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--accent, a.mb-btn--accent, button.mb-btn--accent) {
  color: #061f3c;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  border-color: rgba(255, 225, 138, 0.88);
  text-shadow: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--accent, a.mb-btn--accent, button.mb-btn--accent):hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn--accent, a.mb-btn--accent, button.mb-btn--accent):focus-visible {
  color: #061f3c;
  filter: brightness(1.04) saturate(1.04);
}

/* CTA blocks */
.mb-article .mb-cta,
.mbpk-article .mb-cta,
.mbpk-page .mb-article .mb-cta {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-space);
  padding: clamp(18px, 4vw, 34px);
  border: 1px solid var(--mb-border-strong);
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 196, 71, 0.16), transparent 18rem),
    radial-gradient(circle at 10% 10%, rgba(0, 200, 255, 0.12), transparent 18rem),
    linear-gradient(135deg, rgba(10, 45, 85, 0.94), rgba(6, 31, 60, 0.94));
  box-shadow: var(--mb-shadow-soft);
  min-width: 0;
}

.mb-article .mb-cta__copy,
.mbpk-article .mb-cta__copy,
.mbpk-page .mb-article .mb-cta__copy {
  width: 100%;
  max-width: 100%;
  color: var(--mb-text-soft);
}

.mb-article .mb-cta__actions,
.mb-article .mb-hero__actions,
.mbpk-article .mb-cta__actions,
.mbpk-article .mb-hero__actions,
.mbpk-page .mb-article .mb-cta__actions,
.mbpk-page .mb-article .mb-hero__actions {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-block-start: 18px;
}

.mb-article .mb-cta__actions .mb-btn,
.mb-article .mb-hero__actions .mb-btn,
.mbpk-article .mb-cta__actions .mb-btn,
.mbpk-article .mb-hero__actions .mb-btn,
.mbpk-page .mb-article .mb-cta__actions .mb-btn,
.mbpk-page .mb-article .mb-hero__actions .mb-btn {
  flex: 1 1 220px;
  min-width: 0;
}

/* Hero: single-column grid at every breakpoint, visual order image -> CTA -> copy. */
.mb-article .mb-hero,
.mbpk-article .mb-hero,
.mbpk-page .mb-article .mb-hero {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-space);
  padding-inline: 0;
  padding-block-start: 0;
  padding-block-end: clamp(18px, 3.5vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  gap: 0;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(125, 203, 255, 0.22);
  border-radius: var(--mb-radius-xl);
  background:
    radial-gradient(circle at 76% 10%, rgba(0, 200, 255, 0.18), transparent 22rem),
    linear-gradient(180deg, rgba(10, 45, 85, 0.9), rgba(4, 24, 45, 0.98));
  box-shadow: var(--mb-shadow), var(--mb-glow);
}

.mb-article .mb-hero__media,
.mbpk-article .mb-hero__media,
.mbpk-page .mb-article .mb-hero__media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  padding: 0;
  border-radius: var(--mb-radius-xl);
  border: 1px solid rgba(125, 203, 255, 0.22);
  background: #04182d;
  overflow: hidden;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34), 0 0 40px rgba(0, 200, 255, 0.16);
  cursor: pointer;
}

@supports (overflow: clip) {
  .mb-article .mb-hero__media,
  .mbpk-article .mb-hero__media,
  .mbpk-page .mb-article .mb-hero__media {
    overflow: clip;
  }
}

.mb-article .mb-hero__media > a,
.mb-article .mb-hero__media picture,
.mbpk-article .mb-hero__media > a,
.mbpk-article .mb-hero__media picture,
.mbpk-page .mb-article .mb-hero__media > a,
.mbpk-page .mb-article .mb-hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mb-article .mb-hero__media img,
.mbpk-article .mb-hero__media img,
.mbpk-page .mb-article .mb-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

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

.mb-article .mb-hero__copy,
.mbpk-article .mb-hero__copy,
.mbpk-page .mb-article .mb-hero__copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  padding-inline: var(--mb-hero-pad);
  padding-block: clamp(4px, 1.8vw, 14px) 0;
  min-width: 0;
}

.mb-article .mb-hero__badge,
.mbpk-article .mb-hero__badge,
.mbpk-page .mb-article .mb-hero__badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-block-end: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(0, 200, 255, 0.38);
  border-radius: 999px;
  background: rgba(0, 200, 255, 0.1);
  color: var(--mb-gold-2);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
}

.mb-article .mb-hero__lead,
.mbpk-article .mb-hero__lead,
.mbpk-page .mb-article .mb-hero__lead {
  width: 100%;
  max-width: 100%;
  color: var(--mb-text-soft);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.mb-article .mb-hero > .mb-cta,
.mbpk-article .mb-hero > .mb-cta,
.mbpk-page .mb-article .mb-hero > .mb-cta {
  grid-area: cta;
  width: calc(100% - (2 * var(--mb-hero-pad)));
  max-width: none;
  margin-inline: var(--mb-hero-pad);
  margin-block: clamp(16px, 3vw, 26px) clamp(12px, 2.5vw, 22px);
}

/* Rows */
.mb-article .mb-row:not(.mb-hero),
.mbpk-article .mb-row:not(.mb-hero),
.mbpk-page .mb-article .mb-row:not(.mb-hero) {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-space);
  padding: var(--mb-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  align-items: start;
  gap: var(--mb-gap);
  min-width: 0;
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 90% 4%, rgba(0, 200, 255, 0.1), transparent 18rem),
    linear-gradient(180deg, rgba(10, 45, 85, 0.66), rgba(6, 31, 60, 0.68));
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.2);
}

.mb-article .mb-row--reverse:not(.mb-hero),
.mbpk-article .mb-row--reverse:not(.mb-hero),
.mbpk-page .mb-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),
.mbpk-page .mb-article .mb-row--stack:not(.mb-hero),
.mbpk-page .mb-article .mb-row--long:not(.mb-hero) {
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
}

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

.mb-article .mb-row:not(.mb-hero) > .mb-copy,
.mbpk-article .mb-row:not(.mb-hero) > .mb-copy,
.mbpk-page .mb-article .mb-row:not(.mb-hero) > .mb-copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-block-start: 0;
  align-self: start;
}

.mb-article .mb-row:not(.mb-hero) > .mb-media,
.mbpk-article .mb-row:not(.mb-hero) > .mb-media,
.mbpk-page .mb-article .mb-row:not(.mb-hero) > .mb-media {
  grid-area: media;
  padding-block-start: 0;
  align-self: start;
  justify-self: stretch;
}

/* Media blocks: non-hero images are vertical 2:3 and flush to rounded corners. */
.mb-article .mb-media,
.mbpk-article .mb-media,
.mbpk-page .mb-article .mb-media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 2 / 3;
  padding: 0;
  border: 1px solid rgba(125, 203, 255, 0.22);
  border-radius: var(--mb-radius-lg);
  background: #04182d;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28), 0 0 32px rgba(0, 200, 255, 0.12);
  cursor: pointer;
}

@supports (overflow: clip) {
  .mb-article .mb-media,
  .mbpk-article .mb-media,
  .mbpk-page .mb-article .mb-media {
    overflow: clip;
  }
}

.mb-article .mb-media > a,
.mb-article .mb-media picture,
.mbpk-article .mb-media > a,
.mbpk-article .mb-media picture,
.mbpk-page .mb-article .mb-media > a,
.mbpk-page .mb-article .mb-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mb-article .mb-media img,
.mbpk-article .mb-media img,
.mbpk-page .mb-article .mb-media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

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

/* 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 {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-space);
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 3vw, 24px);
  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%;
  grid-column: auto;
}

.mb-article .mb-card,
.mbpk-article .mb-card,
.mbpk-page .mb-article .mb-card {
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 196, 71, 0.1), transparent 15rem),
    linear-gradient(180deg, rgba(10, 45, 85, 0.76), rgba(6, 31, 60, 0.82));
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.2);
}

.mb-article .mb-card__media,
.mbpk-article .mb-card__media,
.mbpk-page .mb-article .mb-card__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 2 / 3;
  padding: 0;
  border-radius: var(--mb-radius-lg) var(--mb-radius-lg) 0 0;
  background: #04182d;
  overflow: hidden;
  cursor: pointer;
}

@supports (overflow: clip) {
  .mb-article .mb-card__media,
  .mbpk-article .mb-card__media,
  .mbpk-page .mb-article .mb-card__media {
    overflow: clip;
  }
}

.mb-article .mb-card__media > a,
.mb-article .mb-card__media picture,
.mbpk-article .mb-card__media > a,
.mbpk-article .mb-card__media picture,
.mbpk-page .mb-article .mb-card__media > a,
.mbpk-page .mb-article .mb-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mb-article .mb-card__media img,
.mbpk-article .mb-card__media img,
.mbpk-page .mb-article .mb-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

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

.mb-article .mb-card__body,
.mbpk-article .mb-card__body,
.mbpk-page .mb-article .mb-card__body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: clamp(16px, 3vw, 24px);
}

.mb-article .mb-card__title,
.mbpk-article .mb-card__title,
.mbpk-page .mb-article .mb-card__title {
  margin-block-end: 0.5em;
  color: var(--mb-text);
}

.mb-article .mb-card__copy,
.mbpk-article .mb-card__copy,
.mbpk-page .mb-article .mb-card__copy {
  width: 100%;
  max-width: 100%;
  color: var(--mb-text-soft);
}

/* FAQ */
.mb-article .mb-faq,
.mbpk-article .mb-faq,
.mbpk-page .mb-article .mb-faq {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-space);
  min-width: 0;
}

.mb-article .mb-faq details,
.mbpk-article .mb-faq details,
.mbpk-page .mb-article .mb-faq details {
  border: 1px solid var(--mb-border);
  border-radius: var(--mb-radius);
  background: rgba(10, 45, 85, 0.54);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  break-inside: avoid;
}

.mb-article .mb-faq details + details,
.mbpk-article .mb-faq details + details,
.mbpk-page .mb-article .mb-faq details + details {
  margin-block-start: 12px;
}

.mb-article .mb-faq summary,
.mbpk-article .mb-faq summary,
.mbpk-page .mb-article .mb-faq summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--mb-text);
  font-weight: 850;
  line-height: 1.35;
}

.mb-article .mb-faq summary:focus-visible,
.mbpk-article .mb-faq summary:focus-visible,
.mbpk-page .mb-article .mb-faq summary:focus-visible {
  outline: 2px solid var(--mb-gold);
  outline-offset: 3px;
  border-radius: calc(var(--mb-radius) - 4px);
}

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

.mb-article .mb-faq details > :last-child,
.mbpk-article .mb-faq details > :last-child,
.mbpk-page .mb-article .mb-faq details > :last-child {
  padding-block-end: 18px;
}

/* Tables: horizontal scroll stays inside the wrapper on mobile. */
.mb-article .mb-table-wrap,
.mbpk-article .mb-table-wrap,
.mbpk-page .mb-article .mb-table-wrap {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  margin-block: 0 var(--mb-section-space);
  display: block;
  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(3, 22, 41, 0.62);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  scrollbar-width: thin;
  scrollbar-color: var(--mb-gold) rgba(6, 31, 60, 0.9);
}

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

.mb-article .mb-table-wrap::-webkit-scrollbar-track,
.mbpk-article .mb-table-wrap::-webkit-scrollbar-track,
.mbpk-page .mb-article .mb-table-wrap::-webkit-scrollbar-track {
  background: rgba(6, 31, 60, 0.9);
}

.mb-article .mb-table-wrap::-webkit-scrollbar-thumb,
.mbpk-article .mb-table-wrap::-webkit-scrollbar-thumb,
.mbpk-page .mb-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,
.mbpk-page .mb-article table.mb-table {
  width: 100%;
  min-width: 580px;
  border-collapse: separate;
  border-spacing: 0;
  direction: ltr;
  text-align: left;
  color: var(--mb-text-soft);
  font-size: 15px;
  line-height: 1.45;
}

.mb-article table.mb-table caption,
.mbpk-article table.mb-table caption,
.mbpk-page .mb-article table.mb-table caption {
  padding: 12px 14px;
  color: var(--mb-muted);
  text-align: left;
}

.mb-article table.mb-table th,
.mb-article table.mb-table td,
.mbpk-article table.mb-table th,
.mbpk-article table.mb-table td,
.mbpk-page .mb-article table.mb-table th,
.mbpk-page .mb-article table.mb-table td {
  padding: 13px 14px;
  border-inline-end: 1px solid rgba(125, 203, 255, 0.14);
  border-block-end: 1px solid rgba(125, 203, 255, 0.14);
  vertical-align: top;
}

.mb-article table.mb-table th:last-child,
.mb-article table.mb-table td:last-child,
.mbpk-article table.mb-table th:last-child,
.mbpk-article table.mb-table td:last-child,
.mbpk-page .mb-article table.mb-table th:last-child,
.mbpk-page .mb-article table.mb-table td:last-child {
  border-inline-end: 0;
}

.mb-article table.mb-table thead th,
.mbpk-article table.mb-table thead th,
.mbpk-page .mb-article table.mb-table thead th {
  color: #061f3c;
  background: linear-gradient(180deg, var(--mb-gold-2), var(--mb-gold));
  font-weight: 900;
}

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

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

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

/* Responsive layout */
@media (max-width: 1023.98px) {
  .mb-site-header__inner {
    min-height: 52px;
    flex-direction: row;
    gap: 8px;
  }

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

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

  .mb-site-btn {
    min-height: 30px;
    max-width: clamp(72px, 24vw, 150px);
    padding: 7px 10px;
    font-size: 12px;
  }

  .mb-site-btn--apk {
    max-width: clamp(56px, 18vw, 110px);
  }

  .mb-site-menu-toggle {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 1024px) {
  .mb-site-nav {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .mb-site-footer__inner {
    flex-direction: column;
  }

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

  .mb-footer-nav__list > li {
    min-width: min(140px, 100%);
  }
}

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

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

  .mb-article .mb-hero,
  .mbpk-article .mb-hero,
  .mbpk-page .mb-article .mb-hero {
    border-radius: 20px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "cta"
      "copy";
  }

  .mb-article .mb-hero__media,
  .mbpk-article .mb-hero__media,
  .mbpk-page .mb-article .mb-hero__media {
    border-radius: 20px;
  }

  .mb-article .mb-row:not(.mb-hero),
  .mbpk-article .mb-row:not(.mb-hero),
  .mbpk-page .mb-article .mb-row:not(.mb-hero),
  .mb-article .mb-cta,
  .mbpk-article .mb-cta,
  .mbpk-page .mb-article .mb-cta {
    padding: clamp(15px, 4vw, 18px);
  }

  .mb-article .mb-cta__actions,
  .mb-article .mb-hero__actions,
  .mbpk-article .mb-cta__actions,
  .mbpk-article .mb-hero__actions,
  .mbpk-page .mb-article .mb-cta__actions,
  .mbpk-page .mb-article .mb-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  :is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :is(.mb-btn, a.mb-btn, button.mb-btn),
  .mb-article .mb-cta__actions .mb-btn,
  .mb-article .mb-hero__actions .mb-btn,
  .mbpk-article .mb-cta__actions .mb-btn,
  .mbpk-article .mb-hero__actions .mb-btn,
  .mbpk-page .mb-article .mb-cta__actions .mb-btn,
  .mbpk-page .mb-article .mb-hero__actions .mb-btn {
    width: 100%;
    max-width: 100%;
    flex: 1 1 auto;
    min-width: 0;
  }

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

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

@media (min-width: 640px) and (max-width: 979.98px) {
  .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: 760px) {
  .mb-article .mb-hero,
  .mbpk-article .mb-hero,
  .mbpk-page .mb-article .mb-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "cta"
      "copy";
  }

  .mb-article .mb-row:not(.mb-hero),
  .mbpk-article .mb-row:not(.mb-hero),
  .mbpk-page .mb-article .mb-row:not(.mb-hero) {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    grid-template-areas: "copy media";
    align-items: start;
  }

  .mb-article .mb-row--reverse:not(.mb-hero),
  .mbpk-article .mb-row--reverse:not(.mb-hero),
  .mbpk-page .mb-article .mb-row--reverse:not(.mb-hero) {
    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),
  .mbpk-page .mb-article .mb-row--stack:not(.mb-hero),
  .mbpk-page .mb-article .mb-row--long:not(.mb-hero) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "copy";
  }

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

@media (min-width: 980px) {
  .mb-article .mb-hero,
  .mbpk-article .mb-hero,
  .mbpk-page .mb-article .mb-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "cta"
      "copy";
  }

  .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-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-slot-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:last-child:nth-child(3n+2),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .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:last-child:nth-child(3n+2),
  .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;
    gap: 0;
  }

  .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: 0 var(--mb-radius-lg) var(--mb-radius-lg) 0;
  }

  .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),
  .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),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > :not(.mb-card__media):not(.mb-card__body),
  .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) {
    grid-column: 1;
    min-width: 0;
    padding-inline: clamp(16px, 3vw, 24px);
  }

  .mb-article[dir="rtl"] .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mb-article[dir="rtl"] .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-article[dir="rtl"] .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-article[dir="rtl"] .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-page .mb-article[dir="rtl"] .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mbpk-page .mb-article[dir="rtl"] .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media {
    grid-column: 1;
    border-radius: var(--mb-radius-lg) 0 0 var(--mb-radius-lg);
  }

  .mb-article[dir="rtl"] .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mb-article[dir="rtl"] .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-article[dir="rtl"] .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-article[dir="rtl"] .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-page .mb-article[dir="rtl"] .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mbpk-page .mb-article[dir="rtl"] .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mb-site-nav__link,
  .mb-site-btn,
  .mb-site-menu-toggle,
  .mb-footer-nav__link,
  .mb-article .mb-btn,
  .mb-article .mb-media img,
  .mb-article .mb-card__media img,
  .mb-article .mb-hero__media img,
  .mbpk-article .mb-btn,
  .mbpk-article .mb-media img,
  .mbpk-article .mb-card__media img,
  .mbpk-article .mb-hero__media img,
  .mbpk-page .mb-article .mb-btn,
  .mbpk-page .mb-article .mb-media img,
  .mbpk-page .mb-article .mb-card__media img,
  .mbpk-page .mb-article .mb-hero__media img {
    transition: none;
  }
}

/* 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%;
  }
}

