/* Mostbet-inspired global CSS for Elementor HTML blocks */
/* Palette source: dark navy gaming banner, electric blue glow, gold coins, orange-red CTA, white text */

/* Shell tokens and page-wide background */
body.mb-site {
  --mb-container: 1120px;
  --mb-page-pad: clamp(16px, 4vw, 32px);
  --mb-section-pad-i: clamp(16px, 4vw, 34px);

  --mb-bg: #03182d;
  --mb-bg-2: #061f3a;
  --mb-bg-3: #082b50;
  --mb-panel: rgba(7, 34, 63, 0.94);
  --mb-panel-2: rgba(10, 45, 82, 0.96);
  --mb-panel-3: rgba(14, 58, 104, 0.92);

  --mb-text: #ffffff;
  --mb-text-soft: rgba(255, 255, 255, 0.86);
  --mb-muted: rgba(220, 235, 255, 0.68);
  --mb-muted-2: rgba(194, 216, 244, 0.52);

  --mb-primary: #ff4f1f;
  --mb-primary-2: #e81812;
  --mb-primary-3: #ff7a22;
  --mb-gold: #ffcf59;
  --mb-gold-2: #f59b22;
  --mb-teal: #18c7ff;
  --mb-blue: #1b79d8;

  --mb-border: rgba(74, 169, 255, 0.22);
  --mb-line: rgba(74, 169, 255, 0.22);
  --mb-border-strong: rgba(255, 207, 89, 0.44);
  --mb-line-strong: rgba(255, 207, 89, 0.44);

  --mb-radius-sm: 12px;
  --mb-radius: 18px;
  --mb-radius-lg: 28px;
  --mb-radius-xl: 34px;

  --mb-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --mb-glow: 0 0 0 1px rgba(255, 207, 89, 0.18), 0 20px 60px rgba(24, 199, 255, 0.16);
  --mb-cta-shadow: 0 14px 34px rgba(255, 79, 31, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28);

  direction: ltr;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 20% 0%, rgba(24, 199, 255, 0.22), transparent 34rem),
    radial-gradient(circle at 86% 18%, rgba(255, 207, 89, 0.18), transparent 30rem),
    radial-gradient(circle at 50% 100%, rgba(232, 24, 18, 0.14), transparent 34rem),
    linear-gradient(135deg, #020d1b 0%, #03182d 38%, #07213d 100%);
}

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

/* Site header and top chrome */
body.mb-site .mb-topbar {
  width: 100%;
  max-width: 100%;
  color: var(--mb-muted);
  background: rgba(2, 13, 27, 0.72);
  border-block-end: 1px solid rgba(74, 169, 255, 0.14);
}

body.mb-site .mb-topbar__inner {
  width: min(100%, var(--mb-container));
  margin-inline: auto;
  padding: 7px var(--mb-page-pad);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  font-size: 0.86rem;
  line-height: 1.45;
}

body.mb-site .mb-site-header {
  width: 100%;
  max-width: 100%;
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--mb-text);
  background:
    linear-gradient(180deg, rgba(5, 25, 46, 0.92), rgba(5, 22, 42, 0.82));
  border-block-end: 1px solid rgba(255, 207, 89, 0.16);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

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

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

body.mb-site .mb-site-brand__logo {
  display: block;
  max-height: 40px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  aspect-ratio: 800 / 128;
}

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

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

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

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

body.mb-site .mb-site-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--mb-text-soft);
  text-decoration: none;
  line-height: 1.15;
  font-weight: 750;
  background: rgba(12, 50, 88, 0.56);
  border: 1px solid rgba(74, 169, 255, 0.18);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

body.mb-site .mb-site-nav__link:hover,
body.mb-site .mb-site-nav__link:focus-visible,
body.mb-site .mb-site-nav__link[aria-current="page"] {
  color: #071325;
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-gold-2));
  border-color: rgba(255, 207, 89, 0.64);
  outline: none;
  transform: translateY(-1px);
}

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

body.mb-site .mb-site-btn,
body.mb-site a.mb-site-btn {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: linear-gradient(180deg, #ff7426 0%, var(--mb-primary) 48%, var(--mb-primary-2) 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: 850;
  font-size: 0.94rem;
  line-height: 1.1;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  box-shadow: var(--mb-cta-shadow);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

body.mb-site .mb-site-btn:hover,
body.mb-site .mb-site-btn:focus-visible {
  color: #ffffff;
  filter: brightness(1.06);
  transform: translateY(-1px);
  outline: 2px solid rgba(255, 207, 89, 0.72);
  outline-offset: 3px;
}

body.mb-site .mb-site-menu-toggle {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(74, 169, 255, 0.28);
  background: rgba(9, 40, 74, 0.86);
  color: var(--mb-text);
  cursor: pointer;
}

/* Off-canvas drawer sizing and visual tokens */
body.mb-site .mb-site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100dvh;
  min-height: 100dvh;
  z-index: 100;
  color: var(--mb-text);
}

body.mb-site .mb-site-drawer__panel {
  height: 100%;
  min-height: 100dvh;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 20% 0%, rgba(24, 199, 255, 0.20), transparent 22rem),
    linear-gradient(180deg, rgba(6, 31, 58, 0.98), rgba(3, 18, 35, 0.98));
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

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

body.mb-site .mb-site-drawer__nav,
body.mb-site .mb-site-drawer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}

body.mb-site .mb-site-drawer__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 13px 14px;
  border-radius: 16px;
  color: var(--mb-text-soft);
  text-decoration: none;
  background: rgba(10, 45, 82, 0.72);
  border: 1px solid rgba(74, 169, 255, 0.18);
  font-weight: 750;
}

body.mb-site .mb-site-drawer__link:hover,
body.mb-site .mb-site-drawer__link:focus-visible {
  color: #071325;
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-gold-2));
  outline: none;
}

body.mb-site .mb-site-drawer__cta,
body.mb-site a.mb-site-drawer__cta {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  border-radius: 999px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 850;
  text-align: center;
  background: linear-gradient(180deg, #ff7426 0%, var(--mb-primary) 50%, var(--mb-primary-2) 100%);
  box-shadow: var(--mb-cta-shadow);
}

/* Breadcrumb strip */
body.mb-site .mb-page-strip {
  width: 100%;
  max-width: 100%;
  color: var(--mb-muted);
  background: rgba(3, 18, 35, 0.52);
  border-block-end: 1px solid rgba(74, 169, 255, 0.12);
}

body.mb-site .mb-page-strip__inner {
  width: min(100%, var(--mb-container));
  max-width: 100%;
  margin-inline: auto;
  padding: 8px var(--mb-page-pad);
  min-width: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

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

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

/* Footer */
body.mb-site .mb-site-footer {
  width: 100%;
  max-width: 100%;
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 207, 89, 0.12), transparent 26rem),
    linear-gradient(180deg, rgba(3, 18, 35, 0.92), rgba(2, 11, 22, 0.98));
  border-block-start: 1px solid rgba(255, 207, 89, 0.16);
}

body.mb-site .mb-site-footer__inner {
  width: min(100%, var(--mb-container));
  max-width: 100%;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 48px) var(--mb-page-pad);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: start;
  min-width: 0;
}

body.mb-site .mb-site-footer__brand,
body.mb-site .mb-site-footer__copy {
  min-width: 0;
  max-width: 100%;
}

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

body.mb-site .mb-footer-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

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

body.mb-site .mb-footer-nav__link {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--mb-text-soft);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  background: rgba(10, 45, 82, 0.62);
  border: 1px solid rgba(74, 169, 255, 0.16);
}

body.mb-site .mb-footer-nav__link:hover,
body.mb-site .mb-footer-nav__link:focus-visible {
  color: #071325;
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-gold-2));
  outline: none;
}

/* Main article container */
.mb-article,
.mbpk-article {
  --mb-container: 1120px;
  --mb-page-pad: clamp(16px, 4vw, 32px);
  --mb-section-pad-i: clamp(16px, 4vw, 34px);

  --mb-bg: #03182d;
  --mb-bg-2: #061f3a;
  --mb-bg-3: #082b50;
  --mb-panel: rgba(7, 34, 63, 0.94);
  --mb-panel-2: rgba(10, 45, 82, 0.96);
  --mb-panel-3: rgba(14, 58, 104, 0.92);

  --mb-text: #ffffff;
  --mb-text-soft: rgba(255, 255, 255, 0.86);
  --mb-muted: rgba(220, 235, 255, 0.68);
  --mb-muted-2: rgba(194, 216, 244, 0.52);

  --mb-primary: #ff4f1f;
  --mb-primary-2: #e81812;
  --mb-primary-3: #ff7a22;
  --mb-gold: #ffcf59;
  --mb-gold-2: #f59b22;
  --mb-teal: #18c7ff;
  --mb-blue: #1b79d8;

  --mb-border: rgba(74, 169, 255, 0.22);
  --mb-line: rgba(74, 169, 255, 0.22);
  --mb-border-strong: rgba(255, 207, 89, 0.44);
  --mb-line-strong: rgba(255, 207, 89, 0.44);

  --mb-radius-sm: 12px;
  --mb-radius: 18px;
  --mb-radius-lg: 28px;
  --mb-radius-xl: 34px;

  --mb-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --mb-glow: 0 0 0 1px rgba(255, 207, 89, 0.18), 0 20px 60px rgba(24, 199, 255, 0.16);
  --mb-cta-shadow: 0 14px 34px rgba(255, 79, 31, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.28);

  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding-block: clamp(14px, 3vw, 30px) clamp(34px, 6vw, 64px);
  padding-inline: 0;
  box-sizing: border-box;
  direction: ltr;
  text-align: left;
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 18% 2%, rgba(24, 199, 255, 0.18), transparent 27rem),
    radial-gradient(circle at 92% 4%, rgba(255, 207, 89, 0.14), transparent 24rem),
    linear-gradient(180deg, rgba(5, 24, 45, 0.98), rgba(3, 17, 32, 0.98));
  border: 1px solid rgba(74, 169, 255, 0.16);
  border-radius: var(--mb-radius-xl);
  box-shadow: var(--mb-shadow);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.72;
  overflow-wrap: break-word;
}

body.mb-site .mb-article {
  margin-block: clamp(14px, 3vw, 28px);
}

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

/* Typography */
.mb-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-article :is(h1, h2, h3, h4, h5, h6) {
  max-width: 100%;
  margin-block-start: 0;
  margin-block-end: 0.62em;
  color: var(--mb-text);
  line-height: 1.14;
  letter-spacing: -0.025em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.mb-article h1,
.mbpk-article h1 {
  font-size: clamp(2.05rem, 5vw, 4.35rem);
  font-weight: 900;
}

.mb-article h2,
.mbpk-article h2 {
  font-size: clamp(1.55rem, 3.6vw, 2.75rem);
  font-weight: 890;
}

.mb-article h3,
.mbpk-article h3 {
  font-size: clamp(1.22rem, 2.5vw, 1.75rem);
  font-weight: 850;
}

.mb-article h4,
.mbpk-article h4 {
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  font-weight: 820;
}

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

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

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

.mb-article :is(.mb-lead, .mb-hero__lead),
.mbpk-article :is(.mb-lead, .mb-hero__lead) {
  color: var(--mb-text-soft);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.62;
}

.mb-article :is(.mb-kicker, .mb-eyebrow),
.mbpk-article :is(.mb-kicker, .mb-eyebrow) {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-block-end: 12px;
  padding: 6px 11px;
  border-radius: 999px;
  color: var(--mb-gold);
  background: rgba(255, 207, 89, 0.10);
  border: 1px solid rgba(255, 207, 89, 0.26);
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mb-article a:not(.mb-btn),
.mbpk-article a:not(.mb-btn),
.mbpk-page .mb-article a:not(.mb-btn) {
  color: var(--mb-gold);
  text-decoration-color: rgba(255, 207, 89, 0.42);
  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: rgba(255, 255, 255, 0.72);
}

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

/* Text blocks remain full column width by default */
.mb-article :is(.mb-copy, .mb-hero__copy, .mb-cta__copy, .mb-card__copy),
.mbpk-article :is(.mb-copy, .mb-hero__copy, .mb-cta__copy, .mb-card__copy),
.mbpk-page .mb-article :is(.mb-copy, .mb-hero__copy, .mb-cta__copy, .mb-card__copy) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-inline: 0;
}

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

/* Lists */
.mb-article :is(ul, ol),
.mbpk-article :is(ul, ol) {
  padding-inline-start: 1.25em;
  padding-inline-end: 0;
  text-align: left;
}

.mb-article li,
.mbpk-article li {
  margin-block: 0.32em;
  padding-inline-start: 0.15em;
}

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

/* Media and embedded content */
.mb-article :is(img, video, svg, canvas, iframe),
.mbpk-article :is(img, video, svg, canvas, iframe),
.mbpk-page .mb-article :is(img, video, svg, canvas, iframe) {
  max-width: 100%;
}

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

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

/* Hero: always single-column grid, 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 clamp(30px, 6vw, 64px);
  padding-inline: 0;
  padding-block-start: 0;
  padding-block-end: clamp(20px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  gap: 0;
  align-items: start;
  min-width: 0;
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 18% 22%, rgba(24, 199, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 0%, rgba(255, 207, 89, 0.14), transparent 20rem),
    linear-gradient(180deg, rgba(8, 38, 70, 0.88), rgba(5, 23, 43, 0.68));
  border: 1px solid rgba(74, 169, 255, 0.18);
  border-radius: var(--mb-radius-xl);
  box-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);
  overflow: clip;
  background: #061f3a;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.30);
}

.mb-article .mb-hero__media img,
.mbpk-article .mb-hero__media img,
.mbpk-page .mb-article .mb-hero__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease, filter 320ms ease;
  cursor: pointer;
}

.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) brightness(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%;
  min-width: 0;
  padding-inline: var(--mb-section-pad-i);
  padding-block-start: clamp(18px, 3.5vw, 30px);
  color: var(--mb-text-soft);
}

.mb-article .mb-hero__badge,
.mbpk-article .mb-hero__badge,
.mbpk-page .mb-article .mb-hero__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-block-end: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--mb-gold);
  background: rgba(255, 207, 89, 0.10);
  border: 1px solid rgba(255, 207, 89, 0.28);
  font-size: 0.86rem;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mb-article .mb-hero h1,
.mbpk-article .mb-hero h1,
.mbpk-page .mb-article .mb-hero h1 {
  margin-block-end: 0.38em;
}

.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% - var(--mb-section-pad-i) - var(--mb-section-pad-i));
  max-width: none;
  margin-inline: var(--mb-section-pad-i);
  margin-block-start: clamp(16px, 3vw, 28px);
  margin-block-end: 0;
}

/* Rows */
.mb-article .mb-row,
.mbpk-article .mb-row,
.mbpk-page .mb-article .mb-row {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(30px, 6vw, 58px);
  padding-inline: var(--mb-section-pad-i);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  gap: clamp(18px, 4vw, 36px);
  align-items: start;
  min-width: 0;
}

.mb-article .mb-row--reverse,
.mbpk-article .mb-row--reverse,
.mbpk-page .mb-article .mb-row--reverse {
  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-copy,
.mbpk-article .mb-copy,
.mbpk-page .mb-article .mb-copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-block-start: 0;
  align-self: start;
  color: var(--mb-text-soft);
}

.mb-article .mb-media,
.mbpk-article .mb-media,
.mbpk-page .mb-article .mb-media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  padding-block-start: 0;
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius-lg);
  overflow: clip;
  background: #061f3a;
  border: 1px solid rgba(74, 169, 255, 0.18);
  box-shadow: var(--mb-glow);
  align-self: start;
}

.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,
.mbpk-page .mb-article .mb-row--stack:not(.mb-hero) > .mb-media,
.mbpk-page .mb-article .mb-row--long:not(.mb-hero) > .mb-media {
  width: 100%;
  max-width: 100%;
}

.mb-article .mb-media img,
.mbpk-article .mb-media img,
.mbpk-page .mb-article .mb-media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease, filter 320ms ease, box-shadow 320ms ease;
  cursor: pointer;
}

.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) brightness(1.05);
}

/* CTA and buttons */
.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: 0 clamp(30px, 6vw, 58px);
  padding: clamp(20px, 4vw, 34px);
  min-width: 0;
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 207, 89, 0.18), transparent 20rem),
    radial-gradient(circle at 86% 20%, rgba(24, 199, 255, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(9, 40, 74, 0.94), rgba(5, 23, 43, 0.94));
  border: 1px solid rgba(255, 207, 89, 0.22);
  border-radius: var(--mb-radius-lg);
  box-shadow: var(--mb-glow);
}

.mb-article .mb-cta__copy,
.mbpk-article .mb-cta__copy,
.mbpk-page .mb-article .mb-cta__copy {
  min-width: 0;
}

.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-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-block-start: clamp(16px, 3vw, 24px);
}

.mb-article .mb-btn,
.mbpk-article .mb-btn,
.mbpk-page .mb-article .mb-btn,
.mb-article a.mb-btn,
.mbpk-article a.mb-btn,
.mbpk-page .mb-article a.mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  max-width: 100%;
  min-width: 0;
  padding: 13px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: linear-gradient(180deg, #ff7426 0%, var(--mb-primary) 48%, var(--mb-primary-2) 100%);
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.01em;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: var(--mb-cta-shadow);
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.mb-article .mb-btn:hover,
.mb-article .mb-btn:focus-visible,
.mbpk-article .mb-btn:hover,
.mbpk-article .mb-btn:focus-visible,
.mbpk-page .mb-article .mb-btn:hover,
.mbpk-page .mb-article .mb-btn:focus-visible {
  color: #ffffff;
  filter: brightness(1.08);
  transform: translateY(-2px);
  border-color: rgba(255, 207, 89, 0.54);
  outline: 2px solid rgba(255, 207, 89, 0.66);
  outline-offset: 3px;
}

.mb-article .mb-btn--secondary,
.mbpk-article .mb-btn--secondary,
.mbpk-page .mb-article .mb-btn--secondary,
.mb-article a.mb-btn--secondary,
.mbpk-article a.mb-btn--secondary,
.mbpk-page .mb-article a.mb-btn--secondary {
  color: var(--mb-gold);
  background: rgba(255, 207, 89, 0.08);
  border-color: rgba(255, 207, 89, 0.42);
  box-shadow: none;
}

.mb-article .mb-btn--secondary:hover,
.mb-article .mb-btn--secondary:focus-visible,
.mbpk-article .mb-btn--secondary:hover,
.mbpk-article .mb-btn--secondary:focus-visible,
.mbpk-page .mb-article .mb-btn--secondary:hover,
.mbpk-page .mb-article .mb-btn--secondary:focus-visible {
  color: #071325;
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-gold-2));
  border-color: rgba(255, 207, 89, 0.72);
}

.mb-article .mb-btn--gold,
.mbpk-article .mb-btn--gold,
.mbpk-page .mb-article .mb-btn--gold,
.mb-article a.mb-btn--gold,
.mbpk-article a.mb-btn--gold,
.mbpk-page .mb-article a.mb-btn--gold {
  color: #071325;
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-gold-2));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 34px rgba(255, 207, 89, 0.24);
}

.mb-article .mb-btn--gold:hover,
.mb-article .mb-btn--gold:focus-visible,
.mbpk-article .mb-btn--gold:hover,
.mbpk-article .mb-btn--gold:focus-visible,
.mbpk-page .mb-article .mb-btn--gold:hover,
.mbpk-page .mb-article .mb-btn--gold:focus-visible {
  color: #071325;
  filter: brightness(1.06);
}

/* Grids and cards */
.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: 0 clamp(30px, 6vw, 58px);
  padding-inline: var(--mb-section-pad-i);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(16px, 3vw, 24px);
  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,
.mbpk-page .mb-article .mb-grid > .mb-card,
.mbpk-page .mb-article .mb-slot-grid > .mb-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.mb-article .mb-card,
.mbpk-article .mb-card,
.mbpk-page .mb-article .mb-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  align-content: start;
  min-width: 0;
  max-width: 100%;
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 30% 0%, rgba(24, 199, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(10, 45, 82, 0.88), rgba(6, 28, 52, 0.92));
  border: 1px solid rgba(74, 169, 255, 0.18);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.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);
  overflow: clip;
  background: #061f3a;
}

.mb-article .mb-card__media img,
.mbpk-article .mb-card__media img,
.mbpk-page .mb-article .mb-card__media img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease, filter 320ms ease;
  cursor: pointer;
}

.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) brightness(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, 22px);
}

.mb-article .mb-card > :not(.mb-card__media):not(.mb-card__body),
.mbpk-article .mb-card > :not(.mb-card__media):not(.mb-card__body),
.mbpk-page .mb-article .mb-card > :not(.mb-card__media):not(.mb-card__body) {
  margin-inline: clamp(16px, 3vw, 22px);
}

.mb-article .mb-card > :not(.mb-card__media):not(.mb-card__body):first-child,
.mbpk-article .mb-card > :not(.mb-card__media):not(.mb-card__body):first-child,
.mbpk-page .mb-article .mb-card > :not(.mb-card__media):not(.mb-card__body):first-child {
  margin-block-start: clamp(16px, 3vw, 22px);
}

.mb-article .mb-card > :not(.mb-card__media):not(.mb-card__body):last-child,
.mbpk-article .mb-card > :not(.mb-card__media):not(.mb-card__body):last-child,
.mbpk-page .mb-article .mb-card > :not(.mb-card__media):not(.mb-card__body):last-child {
  margin-block-end: clamp(16px, 3vw, 22px);
}

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

.mb-article .mb-card__copy,
.mbpk-article .mb-card__copy,
.mbpk-page .mb-article .mb-card__copy {
  color: var(--mb-muted);
}

/* 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: 0 clamp(30px, 6vw, 58px);
  padding-inline: var(--mb-section-pad-i);
  min-width: 0;
}

.mb-article .mb-faq details,
.mbpk-article .mb-faq details,
.mbpk-page .mb-article .mb-faq details {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block-end: 12px;
  padding: 0;
  color: var(--mb-text-soft);
  background: rgba(10, 45, 82, 0.78);
  border: 1px solid rgba(74, 169, 255, 0.18);
  border-radius: var(--mb-radius);
}

.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;
  list-style-position: outside;
}

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

.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: 16px;
}

/* Tables with internal mobile scroll */
.mb-article .mb-table-wrap,
.mbpk-article .mb-table-wrap,
.mbpk-page .mb-article .mb-table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block: 0 clamp(30px, 6vw, 58px);
  padding: 0;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-inline: contain;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(74, 169, 255, 0.20);
  background: rgba(6, 28, 52, 0.88);
  scrollbar-width: thin;
  scrollbar-color: var(--mb-gold) rgba(255, 255, 255, 0.08);
}

.mb-article table.mb-table,
.mbpk-article table.mb-table,
.mbpk-page .mb-article table.mb-table {
  width: 100%;
  min-width: 580px;
  max-width: none;
  direction: ltr;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--mb-text-soft);
  background: transparent;
  font-size: 0.95rem;
  line-height: 1.45;
}

.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-block-end: 1px solid rgba(74, 169, 255, 0.16);
  border-inline-end: 1px solid rgba(74, 169, 255, 0.12);
  vertical-align: top;
}

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

.mb-article table.mb-table td,
.mbpk-article table.mb-table td,
.mbpk-page .mb-article table.mb-table td {
  background: rgba(10, 45, 82, 0.54);
}

.mb-article table.mb-table tr:nth-child(even) td,
.mbpk-article table.mb-table tr:nth-child(even) td,
.mbpk-page .mb-article table.mb-table tr:nth-child(even) td {
  background: rgba(14, 58, 104, 0.48);
}

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

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

/* Standalone dividers only */
.mb-article .mb-divider,
.mbpk-article .mb-divider,
.mbpk-page .mb-article .mb-divider {
  width: calc(100% - var(--mb-section-pad-i) - var(--mb-section-pad-i));
  max-width: calc(var(--mb-container) - var(--mb-section-pad-i) - var(--mb-section-pad-i));
  height: 1px;
  margin: clamp(28px, 5vw, 54px) auto;
  background: linear-gradient(90deg, transparent, rgba(255, 207, 89, 0.56), rgba(24, 199, 255, 0.40), transparent);
  border: 0;
}

.mb-article blockquote,
.mbpk-article blockquote,
.mbpk-page .mb-article blockquote {
  padding: clamp(16px, 3vw, 24px);
  border-inline-start: 4px solid var(--mb-gold);
  border-radius: var(--mb-radius);
  color: var(--mb-text-soft);
  background: rgba(255, 207, 89, 0.08);
}

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

/* Desktop layout */
@media (min-width: 980px) {
  .mb-article .mb-row,
  .mbpk-article .mb-row,
  .mbpk-page .mb-article .mb-row {
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    grid-template-areas: "copy media";
    gap: clamp(28px, 5vw, 52px);
  }

  .mb-article .mb-row--reverse,
  .mbpk-article .mb-row--reverse,
  .mbpk-page .mb-article .mb-row--reverse {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    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-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

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

  .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;
  }
}

/* Mobile */
@media (max-width: 767px) {
  body.mb-site .mb-site-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-block: 10px;
  }

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

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

  body.mb-site .mb-site-header__actions {
    flex-direction: row;
    gap: 7px;
  }

  body.mb-site .mb-site-btn,
  body.mb-site a.mb-site-btn {
    display: inline-flex;
    width: auto;
    max-width: min(42vw, 180px);
    padding: 8px 12px;
    font-size: 0.82rem;
    line-height: 1.1;
  }

  body.mb-site .mb-site-menu-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  body.mb-site .mb-site-footer__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  body.mb-site .mb-footer-nav__list > li {
    flex: 1 1 100%;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .mb-article,
  .mbpk-article {
    max-width: 100%;
    border-radius: 0;
    border-inline: 0;
  }

  body.mb-site .mb-article {
    margin-block: 0;
  }

  .mb-article .mb-hero,
  .mbpk-article .mb-hero,
  .mbpk-page .mb-article .mb-hero {
    border-radius: 0;
    border-inline: 0;
    margin-block-end: clamp(24px, 7vw, 38px);
  }

  .mb-article .mb-hero__media,
  .mbpk-article .mb-hero__media,
  .mbpk-page .mb-article .mb-hero__media {
    border-radius: 0 0 var(--mb-radius-lg) var(--mb-radius-lg);
  }

  .mb-article .mb-row,
  .mb-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mb-article .mb-faq,
  .mbpk-article .mb-row,
  .mbpk-article .mb-grid,
  .mbpk-article .mb-slot-grid,
  .mbpk-article .mb-faq,
  .mbpk-page .mb-article .mb-row,
  .mbpk-page .mb-article .mb-grid,
  .mbpk-page .mb-article .mb-slot-grid,
  .mbpk-page .mb-article .mb-faq {
    padding-inline: var(--mb-section-pad-i);
  }

  .mb-article .mb-cta,
  .mbpk-article .mb-cta,
  .mbpk-page .mb-article .mb-cta {
    width: calc(100% - var(--mb-section-pad-i) - var(--mb-section-pad-i));
    max-width: 100%;
    padding: clamp(18px, 5vw, 24px);
  }

  .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;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .mb-article .mb-btn,
  .mbpk-article .mb-btn,
  .mbpk-page .mb-article .mb-btn,
  .mb-article a.mb-btn,
  .mbpk-article a.mb-btn,
  .mbpk-page .mb-article a.mb-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 16px;
  }

  .mb-article .mb-table-wrap,
  .mbpk-article .mb-table-wrap,
  .mbpk-page .mb-article .mb-table-wrap {
    border-radius: var(--mb-radius-sm);
  }

  .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;
    padding: 12px 13px;
  }
}

/* Direction compatibility */
[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 :is(ul, ol),
.mb-article[dir="rtl"] :is(ul, ol),
[dir="rtl"] .mbpk-article :is(ul, ol),
.mbpk-article[dir="rtl"] :is(ul, ol) {
  padding-inline-start: 0;
  padding-inline-end: 1.25em;
  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;
  text-align: right;
}

@supports not (overflow: clip) {
  .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,
  .mbpk-page .mb-article .mb-hero__media,
  .mbpk-page .mb-article .mb-media,
  .mbpk-page .mb-article .mb-card__media {
    overflow: hidden;
  }
}

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

