/* Mostbet-inspired dark premium global CSS for Elementor HTML blocks (AZ, LTR) */

/* Shared design tokens */
body.mb-site,
.mb-site-header,
.mb-page-strip,
.mb-site-footer,
.mb-article,
.mbpk-article {
  --mb-container: 1120px;
  --mb-gutter: clamp(14px, 3vw, 30px);
  --mb-section-pad: clamp(18px, 3vw, 34px);
  --mb-card-pad: clamp(16px, 2.4vw, 26px);
  --mb-hero-copy-pad: clamp(16px, 3vw, 32px);

  --mb-bg: #07080b;
  --mb-bg-2: #0d0f15;
  --mb-panel: #12141a;
  --mb-panel-2: #191b23;
  --mb-panel-3: #20232c;
  --mb-leather: #0b0c10;

  --mb-ink: #f2f2ee;
  --mb-ink-soft: #d8d9d5;
  --mb-muted: #b7bac2;
  --mb-muted-2: #8f939d;

  --mb-silver: #d8d8d1;
  --mb-silver-2: #aeb0ad;
  --mb-steel: #5d626c;

  --mb-red: #a40d2a;
  --mb-red-2: #7a0d25;
  --mb-burgundy: #4a0b1d;
  --mb-rose: #d34266;
  --mb-rose-soft: rgba(211, 66, 102, 0.18);

  --mb-line: rgba(232, 232, 224, 0.16);
  --mb-line-strong: rgba(232, 232, 224, 0.28);

  --mb-radius-sm: 12px;
  --mb-radius-md: 18px;
  --mb-radius-lg: 24px;
  --mb-radius-xl: 32px;
  --mb-radius-pill: 999px;

  --mb-shadow-soft: 0 18px 54px rgba(0, 0, 0, 0.38);
  --mb-shadow-red: 0 18px 58px rgba(164, 13, 42, 0.22);
  --mb-glow: 0 0 0 1px rgba(216, 216, 209, 0.14), 0 22px 70px rgba(164, 13, 42, 0.24);

  --mb-space-1: 0.35rem;
  --mb-space-2: 0.55rem;
  --mb-space-3: 0.85rem;
  --mb-space-4: 1.15rem;
  --mb-space-5: 1.65rem;
  --mb-space-6: 2.2rem;
  --mb-space-7: 3rem;
  --mb-space-8: 4rem;

  --mb-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* Page shell background for assembled sites */
body.mb-site {
  background:
    radial-gradient(circle at 78% 8%, rgba(164, 13, 42, 0.28), transparent 34rem),
    radial-gradient(circle at 12% 18%, rgba(216, 216, 209, 0.10), transparent 24rem),
    linear-gradient(135deg, #050609 0%, #0d0f15 44%, #160712 100%);
  color: var(--mb-ink);
  font-family: var(--mb-font);
}

/* 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-site-header *::before,
body.mb-site .mb-site-header *::after,
body.mb-site .mb-page-strip,
body.mb-site .mb-page-strip *,
body.mb-site .mb-page-strip *::before,
body.mb-site .mb-page-strip *::after,
body.mb-site .mb-site-footer,
body.mb-site .mb-site-footer *,
body.mb-site .mb-site-footer *::before,
body.mb-site .mb-site-footer *::after {
  box-sizing: border-box;
}

/* Header and top navigation */
.mb-site-header {
  width: 100%;
  color: var(--mb-ink);
  background:
    linear-gradient(180deg, rgba(16, 17, 23, 0.96), rgba(8, 9, 13, 0.92)),
    radial-gradient(circle at 82% 0%, rgba(164, 13, 42, 0.20), transparent 28rem);
  border-block-end: 1px solid var(--mb-line);
}

.mb-topbar {
  width: 100%;
  border-block-end: 1px solid rgba(232, 232, 224, 0.10);
  color: var(--mb-muted);
  font-size: 0.9rem;
}

.mb-topbar__inner,
.mb-site-header__inner,
.mb-page-strip__inner,
.mb-site-footer__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding-inline: var(--mb-gutter);
}

.mb-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--mb-space-3);
  padding-block: 0.55rem;
  min-width: 0;
}

.mb-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--mb-space-5);
  padding-block: clamp(0.85rem, 2vw, 1.25rem);
  min-width: 0;
}

.mb-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  color: var(--mb-ink);
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.mb-brand__mark {
  display: inline-grid;
  place-items: center;
  inline-size: 2.35rem;
  block-size: 2.35rem;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--mb-ink);
  background:
    radial-gradient(circle at 32% 30%, #f7f7f2 0 0.22rem, transparent 0.24rem),
    linear-gradient(135deg, var(--mb-red), var(--mb-burgundy));
  box-shadow: 0 0 0 1px rgba(242, 242, 238, 0.20), 0 12px 30px rgba(164, 13, 42, 0.30);
}

.mb-brand__text {
  min-width: 0;
  overflow-wrap: anywhere;
}

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

.mb-site-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  max-width: 100%;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-pill);
  background: rgba(216, 216, 209, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mb-site-nav__link,
.mb-footer-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  padding: 0.72rem 1rem;
  border-radius: var(--mb-radius-pill);
  color: var(--mb-ink-soft);
  text-decoration: none;
  font-weight: 750;
  line-height: 1.15;
  overflow-wrap: anywhere;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.mb-site-nav__link:hover,
.mb-site-nav__link:focus-visible,
.mb-site-nav__link.is-active,
.mb-footer-nav__link:hover,
.mb-footer-nav__link:focus-visible,
.mb-footer-nav__link.is-active {
  color: #090a0d;
  background: linear-gradient(180deg, var(--mb-silver), var(--mb-silver-2));
  box-shadow: 0 10px 28px rgba(216, 216, 209, 0.16);
  outline: none;
}

/* Page title strip and breadcrumbs */
.mb-page-strip {
  width: 100%;
  color: var(--mb-ink);
  background:
    linear-gradient(90deg, rgba(164, 13, 42, 0.18), rgba(216, 216, 209, 0.05), rgba(164, 13, 42, 0.12)),
    #090a0e;
  border-block-end: 1px solid var(--mb-line);
}

.mb-page-strip__inner {
  display: grid;
  gap: 0.5rem;
  padding-block: clamp(1rem, 2.5vw, 1.65rem);
}

.mb-page-title {
  margin: 0;
  color: var(--mb-ink);
  font-size: clamp(1.45rem, 3.2vw, 2.25rem);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.mb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  color: var(--mb-muted);
  font-size: 0.92rem;
}

.mb-breadcrumbs a {
  color: var(--mb-silver);
  text-decoration: none;
}

.mb-breadcrumbs a:hover,
.mb-breadcrumbs a:focus-visible {
  color: var(--mb-rose);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* Footer */
.mb-site-footer {
  width: 100%;
  margin-block-start: clamp(2.5rem, 6vw, 5rem);
  color: var(--mb-muted);
  background:
    radial-gradient(circle at 15% 0%, rgba(216, 216, 209, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(13, 15, 21, 0.94), rgba(5, 6, 9, 0.98));
  border-block-start: 1px solid var(--mb-line);
}

.mb-site-footer__inner {
  display: grid;
  gap: var(--mb-space-5);
  padding-block: clamp(1.8rem, 4vw, 3rem);
}

.mb-site-footer__brand {
  color: var(--mb-ink);
  font-weight: 900;
  font-size: 1.15rem;
}

.mb-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 100%;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-pill);
  background: rgba(216, 216, 209, 0.055);
}

.mb-site-footer__copy {
  margin: 0;
  max-width: 100%;
  color: var(--mb-muted-2);
  line-height: 1.7;
}

/* Main article container */
.mb-article,
.mbpk-article {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: var(--mb-gutter);
  box-sizing: border-box;
  direction: ltr;
  text-align: left;
  color: var(--mb-ink-soft);
  font-family: var(--mb-font);
  font-size: clamp(1rem, 0.35vw + 0.96rem, 1.075rem);
  line-height: 1.72;
  background:
    radial-gradient(circle at 82% 2%, rgba(164, 13, 42, 0.18), transparent 28rem),
    radial-gradient(circle at 12% 12%, rgba(216, 216, 209, 0.075), transparent 20rem),
    linear-gradient(180deg, rgba(20, 22, 29, 0.98), rgba(8, 9, 13, 0.98));
  border: 1px solid var(--mb-line);
  border-radius: clamp(18px, 3vw, var(--mb-radius-xl));
  box-shadow: var(--mb-shadow-soft);
  overflow-wrap: break-word;
}

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

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

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

/* Scoped base content */
.mb-article img,
.mbpk-article img {
  max-width: 100%;
  height: auto;
}

.mb-article :is(p, li, dd, blockquote, figcaption, h1, h2, h3, h4, h5, h6),
.mbpk-article :is(p, li, dd, blockquote, figcaption, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: anywhere;
}

.mb-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-article :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
  margin-block-end: 0.62em;
  max-width: 100%;
  color: var(--mb-ink);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.mb-article h1,
.mbpk-article h1 {
  font-size: clamp(2rem, 5.4vw, 4.2rem);
}

.mb-article h2,
.mbpk-article h2 {
  font-size: clamp(1.55rem, 3.3vw, 2.55rem);
}

.mb-article h3,
.mbpk-article h3 {
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
}

.mb-article h4,
.mbpk-article h4 {
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
}

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

.mb-article :is(p, li),
.mbpk-article :is(p, li) {
  color: var(--mb-ink-soft);
}

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

.mb-article li + li,
.mbpk-article li + li {
  margin-block-start: 0.45rem;
}

.mb-article a:not(.mb-btn),
.mbpk-article a:not(.mb-btn) {
  color: var(--mb-silver);
  text-decoration-color: rgba(216, 216, 209, 0.45);
  text-underline-offset: 0.22em;
  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 {
  color: var(--mb-rose);
  text-decoration-color: var(--mb-rose);
}

.mb-article strong,
.mbpk-article strong {
  color: var(--mb-ink);
  font-weight: 850;
}

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

.mb-article .mb-accent,
.mbpk-article .mb-accent {
  color: var(--mb-rose);
}

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

/* Media blocks */
.mb-hero__media,
.mb-media,
.mb-card__media,
img.mb-media {
  max-width: 100%;
  min-width: 0;
}

.mb-hero__media,
.mb-media,
.mb-card__media {
  position: relative;
  width: 100%;
  padding: 0;
  border: 1px solid var(--mb-line-strong);
  background: #090a0d;
  overflow: hidden;
  overflow: clip;
  cursor: pointer;
  box-shadow: var(--mb-glow);
}

.mb-hero__media {
  aspect-ratio: 16 / 9;
  border-radius: var(--mb-radius-xl);
}

.mb-media,
.mb-card__media,
img.mb-media {
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius-lg);
}

.mb-hero__media > picture,
.mb-media > picture,
.mb-card__media > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mb-hero__media img,
.mb-hero__media > picture > img,
.mb-media img,
.mb-media > picture > img,
.mb-card__media img,
.mb-card__media > picture > img,
img.mb-media {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  border: 0;
  transition: transform 260ms ease, filter 260ms ease;
}

.mb-hero__media:hover img,
.mb-hero__media:focus-within img,
.mb-media:hover img,
.mb-media:focus-within img,
.mb-card:hover .mb-card__media img,
.mb-card:focus-within .mb-card__media img,
img.mb-media:hover {
  transform: scale(1.035);
  filter: saturate(1.08) contrast(1.04);
}

/* Hero */
.mb-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--mb-space-5);
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-space-8);
  padding-block-start: 0;
  padding-inline: 0;
  min-width: 0;
}

.mb-hero__copy {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-inline: var(--mb-hero-copy-pad);
}

.mb-hero__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-block-end: var(--mb-space-3);
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(216, 216, 209, 0.22);
  border-radius: var(--mb-radius-pill);
  color: var(--mb-silver);
  background: rgba(216, 216, 209, 0.07);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none;
}

.mb-hero__copy h1 {
  margin-block-end: var(--mb-space-4);
  color: var(--mb-ink);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.mb-hero__copy p,
.mb-hero__lead,
.mb-hero__text {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  color: var(--mb-muted);
  font-size: clamp(1.05rem, 0.7vw + 0.96rem, 1.28rem);
  line-height: 1.72;
}

.mb-hero__actions,
.mb-cta__actions,
.mb-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-block-start: var(--mb-space-5);
}

.mb-hero > .mb-cta {
  width: calc(100% - var(--mb-hero-copy-pad) - var(--mb-hero-copy-pad));
  max-width: calc(100% - var(--mb-hero-copy-pad) - var(--mb-hero-copy-pad));
  margin-inline: var(--mb-hero-copy-pad);
  margin-block-start: var(--mb-space-5);
  box-sizing: border-box;
}

/* Buttons */
.mb-btn,
.mb-article .mb-btn,
.mbpk-article .mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  max-width: 100%;
  min-width: 0;
  min-height: 2.9rem;
  padding: 0.86rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--mb-radius-pill);
  color: #08090c;
  background:
    linear-gradient(180deg, #eeeeea 0%, var(--mb-silver) 46%, #9fa19f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 32px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(216, 216, 209, 0.12);
  font-weight: 900;
  line-height: 1.16;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn:visited {
  color: #08090c;
  text-decoration: none;
}

.mb-btn:hover,
.mb-btn:focus-visible,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn:focus-visible {
  color: #08090c;
  background:
    linear-gradient(180deg, #ffffff 0%, #e6e6df 48%, #b4b6b2 100%);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 42px rgba(0, 0, 0, 0.40),
    0 0 30px rgba(216, 216, 209, 0.18);
  transform: translateY(-1px);
  outline: none;
}

.mb-btn--accent,
.mb-article .mb-btn--accent,
.mbpk-article .mb-btn--accent {
  color: #ffffff;
  background: linear-gradient(180deg, var(--mb-rose), var(--mb-red) 56%, var(--mb-burgundy));
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 18px 42px rgba(164, 13, 42, 0.34);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--accent,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--accent:visited {
  color: #ffffff;
}

.mb-btn--accent:hover,
.mb-btn--accent:focus-visible,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--accent:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--accent:focus-visible {
  color: #ffffff;
  background: linear-gradient(180deg, #ea5879, #b8173b 54%, #650d25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 22px 54px rgba(164, 13, 42, 0.46);
}

.mb-btn--secondary,
.mb-article .mb-btn--secondary,
.mbpk-article .mb-btn--secondary {
  color: var(--mb-ink);
  background: rgba(216, 216, 209, 0.065);
  border-color: rgba(216, 216, 209, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--secondary,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--secondary:visited {
  color: var(--mb-ink);
}

.mb-btn--secondary:hover,
.mb-btn--secondary:focus-visible,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--secondary:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--secondary:focus-visible {
  color: var(--mb-ink);
  background: rgba(216, 216, 209, 0.12);
  border-color: rgba(216, 216, 209, 0.42);
}

/* Rows */
.mb-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  align-items: start;
  gap: clamp(1.1rem, 3vw, 2.2rem);
  width: 100%;
  max-width: var(--mb-container);
  min-width: 0;
  margin-inline: auto;
  margin-block-end: var(--mb-space-7);
  padding: var(--mb-section-pad);
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-xl);
  background:
    linear-gradient(135deg, rgba(216, 216, 209, 0.065), rgba(164, 13, 42, 0.075)),
    linear-gradient(180deg, var(--mb-panel), #0c0e13);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.mb-row--reverse {
  grid-template-areas:
    "copy"
    "media";
}

.mb-row--stack,
.mb-row--long {
  grid-template-areas:
    "media"
    "copy";
}

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

.mb-copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-block-start: 0;
  color: var(--mb-ink-soft);
}

.mb-row > .mb-media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
  padding-block-start: 0;
}

.mb-row--stack > .mb-media,
.mb-row--long > .mb-media {
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
}

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

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

/* CTA */
.mb-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--mb-space-5);
  width: 100%;
  max-width: var(--mb-container);
  min-width: 0;
  margin-inline: auto;
  margin-block-end: var(--mb-space-7);
  padding: var(--mb-section-pad);
  border: 1px solid rgba(216, 216, 209, 0.20);
  border-radius: var(--mb-radius-xl);
  background:
    radial-gradient(circle at 88% 20%, rgba(211, 66, 102, 0.22), transparent 22rem),
    linear-gradient(135deg, rgba(74, 11, 29, 0.74), rgba(18, 20, 26, 0.98) 54%, rgba(216, 216, 209, 0.06));
  box-shadow: var(--mb-shadow-red);
}

.mb-cta__copy {
  min-width: 0;
}

.mb-cta__title {
  margin-block-end: var(--mb-space-3);
}

.mb-cta__actions {
  align-self: start;
}

/* Grids and cards */
.mb-grid,
.mb-slot-grid {
  min-width: 0;
}

.mb-article .mb-grid,
.mbpk-article .mb-grid,
.mb-article .mb-slot-grid,
.mbpk-article .mb-slot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 1.55rem);
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-space-7);
  min-width: 0;
}

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

.mb-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-lg);
  color: var(--mb-ink-soft);
  background:
    linear-gradient(180deg, rgba(216, 216, 209, 0.055), rgba(216, 216, 209, 0.025)),
    var(--mb-panel);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.mb-card:hover,
.mb-card:focus-within {
  border-color: rgba(216, 216, 209, 0.32);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34), 0 0 34px rgba(164, 13, 42, 0.16);
  transform: translateY(-2px);
}

.mb-card__media {
  flex: 0 0 auto;
  border-width: 0 0 1px 0;
  border-radius: var(--mb-radius-lg) var(--mb-radius-lg) 0 0;
  box-shadow: none;
}

.mb-card__body {
  display: grid;
  gap: var(--mb-space-3);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: var(--mb-card-pad);
}

.mb-card__title,
.mb-card h3 {
  margin-block-end: var(--mb-space-2);
  color: var(--mb-ink);
}

.mb-card__copy {
  color: var(--mb-muted);
  line-height: 1.68;
}

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

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

.mb-card > :not(.mb-card__media):not(.mb-card__body):first-child {
  margin-block-start: var(--mb-card-pad);
}

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

/* FAQ */
.mb-faq {
  display: grid;
  gap: 0.85rem;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-space-7);
  min-width: 0;
}

.mb-faq details {
  min-width: 0;
  padding: clamp(1rem, 2.4vw, 1.35rem);
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-md);
  background:
    linear-gradient(180deg, rgba(216, 216, 209, 0.055), rgba(216, 216, 209, 0.025)),
    var(--mb-panel);
  break-inside: avoid;
}

.mb-faq summary {
  color: var(--mb-ink);
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
}

.mb-faq summary::marker {
  color: var(--mb-rose);
}

.mb-faq details > :not(summary) {
  margin-block-start: var(--mb-space-3);
}

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

/* Tables: horizontal scroll stays inside the wrapper */
.mb-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-block: var(--mb-space-5) var(--mb-space-7);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-lg);
  background: rgba(9, 10, 13, 0.72);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

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

.mb-table caption {
  padding: 0.9rem 1rem;
  color: var(--mb-muted);
  text-align: inherit;
  font-weight: 750;
}

.mb-table th,
.mb-table td {
  padding: 0.9rem 1rem;
  border-block-end: 1px solid rgba(232, 232, 224, 0.11);
  border-inline-end: 1px solid rgba(232, 232, 224, 0.08);
  vertical-align: top;
  white-space: normal;
}

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

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

.mb-table thead th {
  color: var(--mb-ink);
  background:
    linear-gradient(180deg, rgba(216, 216, 209, 0.13), rgba(216, 216, 209, 0.06)),
    rgba(164, 13, 42, 0.18);
  font-weight: 900;
}

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

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

/* Quotes, code, dividers */
.mb-article blockquote,
.mbpk-article blockquote {
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border-inline-start: 4px solid var(--mb-red);
  border-radius: var(--mb-radius-md);
  color: var(--mb-ink-soft);
  background: rgba(216, 216, 209, 0.055);
}

.mb-article pre,
.mbpk-article pre {
  max-width: 100%;
  margin-block: var(--mb-space-5);
  padding: 1rem;
  overflow-x: auto;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-md);
  color: var(--mb-ink);
  background: #07080b;
  -webkit-overflow-scrolling: touch;
}

.mb-article code,
.mbpk-article code {
  color: var(--mb-silver);
  background: rgba(216, 216, 209, 0.08);
  border-radius: 0.35rem;
  padding: 0.12em 0.32em;
}

.mb-article pre code,
.mbpk-article pre code {
  padding: 0;
  background: transparent;
}

.mb-divider,
hr.mb-divider {
  display: block;
  width: 100%;
  max-width: var(--mb-container);
  height: 1px;
  margin: var(--mb-space-7) auto;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(216, 216, 209, 0.22), rgba(164, 13, 42, 0.55), rgba(216, 216, 209, 0.22), transparent);
}

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

  .mb-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .mb-cta__actions {
    justify-content: flex-end;
    margin-block-start: 0;
  }
}

/* Desktop rows */
@media (min-width: 860px) {
  .mb-row {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    grid-template-areas: "copy media";
  }

  .mb-row--reverse {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    grid-template-areas: "media copy";
  }

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

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

/* Desktop card grids and orphan fixes */
@media (min-width: 980px) {
  .mb-article .mb-grid,
  .mbpk-article .mb-grid,
  .mb-article .mb-slot-grid,
  .mbpk-article .mb-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  .mb-article .mb-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),
  .mb-article .mb-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),
  .mb-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: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-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-card__media,
  .mbpk-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-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    border-radius: 0 var(--mb-radius-lg) var(--mb-radius-lg) 0;
    border-width: 0 0 0 1px;
  }

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

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

  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy,
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy,
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy,
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__copy {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    margin-block-start: 3.25rem;
  }

  [dir="rtl"] .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  [dir="rtl"] .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  [dir="rtl"] .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  [dir="rtl"] .mbpk-article .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);
    border-width: 0 1px 0 0;
  }

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

/* Mobile safety */
@media (max-width: 639px) {
  .mb-topbar__inner,
  .mb-site-header__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .mb-site-nav,
  .mb-site-nav__list,
  .mb-footer-nav {
    width: 100%;
  }

  .mb-site-nav__list,
  .mb-footer-nav {
    justify-content: stretch;
    border-radius: var(--mb-radius-lg);
  }

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

  .mb-site-nav__link,
  .mb-footer-nav__link {
    width: 100%;
  }

  .mb-article,
  .mbpk-article {
    max-width: 100%;
    padding-inline: clamp(14px, 4vw, 18px);
    border-radius: 18px;
  }

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

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

  .mb-hero__copy {
    padding-inline: clamp(12px, 3.5vw, 16px);
  }

  .mb-hero > .mb-cta {
    width: calc(100% - clamp(12px, 3.5vw, 16px) - clamp(12px, 3.5vw, 16px));
    max-width: calc(100% - clamp(12px, 3.5vw, 16px) - clamp(12px, 3.5vw, 16px));
    margin-inline: clamp(12px, 3.5vw, 16px);
  }

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

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

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

  .mb-media,
  .mb-card__media,
  img.mb-media {
    border-radius: 18px;
  }

  .mb-card__media {
    border-radius: 18px 18px 0 0;
  }

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

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .mb-article *,
  .mbpk-article *,
  .mb-site-header *,
  .mb-site-footer * {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .mb-hero__media:hover img,
  .mb-media:hover img,
  .mb-card:hover .mb-card__media img,
  img.mb-media:hover,
  .mb-card:hover,
  .mb-btn:hover {
    transform: 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%;
  }
}

