/* Mostbet-inspired global CSS for Elementor HTML blocks, LTR Azerbaijani */
body.mb-site {
  --mb-container: 1120px;
  --mb-shell-pad: clamp(16px, 4vw, 28px);
  --mb-black: #050506;
  --mb-ink: #08090b;
  --mb-panel: #0d0e12;
  --mb-panel-2: #141016;
  --mb-panel-3: #1b1212;
  --mb-text: #f8f7f3;
  --mb-muted: #cfc7c1;
  --mb-soft: #a9a09b;
  --mb-red: #ff3025;
  --mb-red-2: #d91813;
  --mb-orange: #ff6a2a;
  --mb-gold: #f3bf55;
  --mb-line: rgba(255, 255, 255, 0.13);
  --mb-line-strong: rgba(255, 255, 255, 0.22);
  --mb-shadow-red: 0 20px 60px rgba(255, 48, 37, 0.22);
  --mb-shadow-gold: 0 18px 52px rgba(243, 191, 85, 0.16);
  direction: ltr;
  color: var(--mb-text);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  background-color: var(--mb-black);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 80% 10%, rgba(255, 106, 42, 0.23), transparent 34rem),
    radial-gradient(circle at 24% 42%, rgba(255, 48, 37, 0.16), transparent 30rem),
    linear-gradient(180deg, #050506 0%, #09080a 48%, #050506 100%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
  min-height: 100vh;
}

/* Shell header, navigation, page strip, and footer */
.mb-site-header,
.mb-page-strip,
.mb-site-footer {
  --mb-container: 1120px;
  --mb-shell-pad: clamp(16px, 4vw, 28px);
  --mb-black: #050506;
  --mb-panel: #0d0e12;
  --mb-panel-2: #141016;
  --mb-text: #f8f7f3;
  --mb-muted: #cfc7c1;
  --mb-red: #ff3025;
  --mb-red-2: #d91813;
  --mb-orange: #ff6a2a;
  --mb-gold: #f3bf55;
  --mb-line: rgba(255, 255, 255, 0.13);
  box-sizing: border-box;
  direction: ltr;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

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

.mb-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.94), rgba(9, 8, 10, 0.86)),
    radial-gradient(circle at 78% 0%, rgba(255, 48, 37, 0.15), transparent 30rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(14px);
}

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

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

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

.mb-site-brand__text {
  min-width: 0;
  color: var(--mb-text);
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.mb-site-menu,
.mb-site-footer__nav,
.mb-footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
}

body.mb-site .mb-footer-nav {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  background: none;
}

.mb-site-menu a,
.mb-site-footer__nav a,
.mb-footer-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-muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.15;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.mb-site-menu a:hover,
.mb-site-menu a:focus-visible,
.mb-site-footer__nav a:hover,
.mb-site-footer__nav a:focus-visible {
  color: #09090a;
  background: #ffffff;
  outline: none;
  transform: translateY(-1px);
}

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

.mb-site-btn,
.mb-site-drawer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 10px 16px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--mb-red) 0%, var(--mb-red-2) 58%, var(--mb-orange) 100%);
  box-shadow: 0 14px 34px rgba(255, 48, 37, 0.28);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.mb-site-btn:hover,
.mb-site-btn:focus-visible,
.mb-site-drawer__cta:hover,
.mb-site-drawer__cta:focus-visible {
  color: #ffffff;
  filter: brightness(1.08);
  box-shadow: 0 18px 44px rgba(255, 48, 37, 0.36);
  transform: translateY(-1px);
  outline: none;
}

.mb-site-burger {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: var(--mb-text);
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.mb-site-burger span,
.mb-site-burger::before,
.mb-site-burger::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.mb-site-burger {
  gap: 4px;
}

/* Off-canvas drawer chrome is owned by shell.css — do not restyle .mb-site-drawer here. */

.mb-page-strip {
  color: var(--mb-muted);
  background:
    radial-gradient(circle at 14% 0%, rgba(243, 191, 85, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(14, 12, 14, 0.86), rgba(8, 8, 9, 0.72));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.mb-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: var(--mb-soft, #a9a09b);
  font-size: 0.9rem;
  line-height: 1.35;
}

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

.mb-breadcrumbs a:hover,
.mb-breadcrumbs a:focus-visible {
  color: #ffffff;
  outline: none;
}

.mb-site-footer {
  margin-block-start: clamp(28px, 6vw, 72px);
  color: var(--mb-muted);
  background:
    radial-gradient(circle at 74% 0%, rgba(255, 48, 37, 0.16), transparent 32rem),
    linear-gradient(180deg, rgba(8, 8, 9, 0.85), #050506);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mb-site-footer__inner {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 54px) var(--mb-shell-pad);
  display: grid;
  gap: 22px;
}

.mb-site-footer__brand {
  color: var(--mb-text);
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  font-weight: 950;
  line-height: 1.08;
}

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

.mb-site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-block-start: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  font-size: 0.9rem;
}

/* Article root and base typography */
.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  --mb-container: 1120px;
  --mb-page-pad: clamp(16px, 4vw, 30px);
  --mb-section-pad: clamp(16px, 4vw, 28px);
  --mb-hero-gutter: clamp(16px, 4vw, 28px);
  --mb-gap: clamp(18px, 4vw, 34px);
  --mb-section-gap: clamp(30px, 6vw, 70px);
  --mb-radius-sm: 14px;
  --mb-radius: 22px;
  --mb-radius-lg: 32px;
  --mb-black: #050506;
  --mb-ink: #08090b;
  --mb-panel: #0d0e12;
  --mb-panel-2: #141016;
  --mb-panel-3: #1b1212;
  --mb-text: #f8f7f3;
  --mb-heading: #ffffff;
  --mb-muted: #cfc7c1;
  --mb-soft: #a9a09b;
  --mb-red: #ff3025;
  --mb-red-2: #d91813;
  --mb-orange: #ff6a2a;
  --mb-gold: #f3bf55;
  --mb-gold-2: #d69b36;
  --mb-line: rgba(255, 255, 255, 0.13);
  --mb-line-strong: rgba(255, 255, 255, 0.22);
  --mb-shadow-red: 0 20px 60px rgba(255, 48, 37, 0.22);
  --mb-shadow-gold: 0 18px 52px rgba(243, 191, 85, 0.16);
  box-sizing: border-box;
  direction: ltr;
  text-align: left;
  width: min(100%, calc(var(--mb-container) + var(--mb-page-pad) + var(--mb-page-pad)));
  max-width: calc(var(--mb-container) + var(--mb-page-pad) + var(--mb-page-pad));
  margin-inline: auto;
  padding: var(--mb-page-pad);
  color: var(--mb-text);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 86% 8%, rgba(243, 191, 85, 0.14), transparent 32rem),
    radial-gradient(circle at 12% 18%, rgba(255, 48, 37, 0.15), transparent 30rem),
    linear-gradient(180deg, #09090b 0%, #0c0c10 48%, #08080a 100%);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.08rem);
  line-height: 1.72;
  overflow-wrap: break-word;
}

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

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

.mb-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-article :is(h1, h2, h3, h4, h5, h6),
.mbpk-page .mb-article :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
  margin-block-end: 0.62em;
  max-width: 100%;
  color: var(--mb-heading);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.mb-article h1,
.mbpk-article h1,
.mbpk-page .mb-article h1 {
  font-size: clamp(2.15rem, 7vw, 4.75rem);
  color: var(--mb-red);
  text-shadow: 0 0 26px rgba(255, 48, 37, 0.22);
}

.mb-article h2,
.mbpk-article h2,
.mbpk-page .mb-article h2 {
  font-size: clamp(1.65rem, 4vw, 2.8rem);
}

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

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

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

.mb-article :is(p, li, dd, figcaption, summary, td, th),
.mbpk-article :is(p, li, dd, figcaption, summary, td, th),
.mbpk-page .mb-article :is(p, li, dd, figcaption, summary, td, th) {
  overflow-wrap: break-word;
}

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

.mb-article strong,
.mbpk-article strong,
.mbpk-page .mb-article strong {
  color: #ffffff;
  font-weight: 900;
}

.mb-article em,
.mbpk-article em,
.mbpk-page .mb-article em {
  color: #f1ebe6;
}

.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(243, 191, 85, 0.45);
  text-underline-offset: 0.18em;
  transition: color 160ms ease, text-decoration-color 160ms 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-red);
  outline: none;
}

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

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

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

/* Copy blocks keep full column width unless .mb-measure is explicitly used */
.mb-copy,
.mb-hero__copy,
.mb-cta__copy,
.mb-card__copy,
.mb-card__body,
.mb-card__content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

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

/* Buttons and CTA links */
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-width: 0;
  max-width: 100%;
  min-height: 46px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn.mb-btn--primary {
  color: #09090a;
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 44px rgba(255, 255, 255, 0.10), 0 18px 46px rgba(255, 48, 37, 0.12);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn:focus-visible,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn.mb-btn--primary:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn.mb-btn--primary:focus-visible {
  color: #09090a;
  filter: brightness(0.96);
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(255, 255, 255, 0.13), 0 20px 54px rgba(255, 48, 37, 0.16);
  outline: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--accent,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--accent {
  color: #ffffff;
  background: linear-gradient(135deg, var(--mb-red) 0%, var(--mb-red-2) 56%, var(--mb-orange) 100%);
  border-color: rgba(255, 106, 42, 0.42);
  box-shadow: 0 18px 48px rgba(255, 48, 37, 0.28);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--accent:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .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;
  filter: brightness(1.09);
  box-shadow: 0 22px 58px rgba(255, 48, 37, 0.36);
  outline: none;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--secondary,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(243, 191, 85, 0.34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--secondary:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn--secondary:focus-visible,
: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: #09090a;
  background: var(--mb-gold);
  border-color: var(--mb-gold);
  outline: none;
}

.mb-hero__actions,
.mb-cta__actions,
.mb-card__actions,
.mb-actions {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

/* Hero: visual order is media, CTA, copy */
.mb-hero {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  padding-inline: 0;
  padding-block-start: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  align-items: start;
  row-gap: 0;
  min-width: 0;
}

.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-lg);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #08080a;
  box-shadow: var(--mb-shadow-red), var(--mb-shadow-gold);
  overflow: hidden;
  overflow: clip;
  cursor: pointer;
  transform: translateZ(0);
}

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

.mb-hero__media img,
.mb-hero__media video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 420ms ease, filter 420ms ease;
}

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

.mb-hero > .mb-cta {
  grid-area: cta;
  width: calc(100% - var(--mb-hero-gutter) - var(--mb-hero-gutter));
  max-width: none;
  margin-inline: var(--mb-hero-gutter);
  margin-block: clamp(16px, 3vw, 26px) clamp(12px, 2.4vw, 22px);
}

.mb-hero__copy {
  grid-area: copy;
  padding-inline: var(--mb-section-pad);
  padding-block: clamp(4px, 1.2vw, 10px) 0;
  min-width: 0;
}

.mb-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-block-end: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 48, 37, 0.42);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 48, 37, 0.12);
  box-shadow: inset 0 0 0 1px rgba(243, 191, 85, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mb-hero__lead {
  width: 100%;
  max-width: 100%;
  margin-block-end: 0;
  color: #eee7e2;
  font-size: clamp(1.06rem, 1.25vw, 1.22rem);
  line-height: 1.65;
}

/* Rows and media sections */
.mb-row {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  align-items: start;
  gap: var(--mb-gap);
  min-width: 0;
}

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

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

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

.mb-row > .mb-copy,
.mb-row > .mb-media,
.mb-row > * {
  min-width: 0;
  max-width: 100%;
}

.mb-copy {
  grid-area: copy;
  padding-block-start: 0;
  display: block;
}

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

.mb-media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #08080a;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34), 0 18px 50px rgba(255, 48, 37, 0.16);
  overflow: hidden;
  overflow: clip;
  cursor: pointer;
  transform: translateZ(0);
}

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

.mb-media img,
.mb-media video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 420ms ease, filter 420ms ease, box-shadow 420ms ease;
}

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

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

/* CTA blocks */
.mb-cta {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  padding: clamp(18px, 4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 3vw, 24px);
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 82% 18%, rgba(243, 191, 85, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 20%, rgba(255, 48, 37, 0.22), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.30), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.mb-cta--compact {
  padding: clamp(16px, 3vw, 24px);
  border-radius: var(--mb-radius);
}

.mb-cta--center {
  text-align: center;
}

.mb-cta--center .mb-cta__actions {
  justify-content: center;
}

.mb-cta__title {
  margin-block-end: 0.35em;
}

.mb-cta__copy {
  color: var(--mb-muted);
}

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

/* 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 var(--mb-section-gap);
  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-card {
  position: relative;
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--mb-radius);
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 48, 37, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
}

.mb-card__media {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius);
  background: #08080a;
  overflow: hidden;
  overflow: clip;
  cursor: pointer;
}

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

.mb-card__media img,
.mb-card__media video {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 420ms ease, filter 420ms ease;
}

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

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

.mb-card__title {
  margin-block-end: 0.45em;
}

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

.mb-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-end: 12px;
}

.mb-card__tag,
.mb-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 5px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 48, 37, 0.14);
  border: 1px solid rgba(255, 48, 37, 0.32);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

/* Lists */
.mb-article ul,
.mb-article ol,
.mbpk-article ul,
.mbpk-article ol,
.mbpk-page .mb-article ul,
.mbpk-page .mb-article ol {
  width: 100%;
  padding-inline-start: 1.35em;
  padding-inline-end: 0;
  color: var(--mb-muted);
}

.mb-article li,
.mbpk-article li,
.mbpk-page .mb-article li {
  margin-block-end: 0.48em;
  padding-inline-start: 0.12em;
}

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

.mb-list,
.mb-checklist {
  width: 100%;
  max-width: 100%;
  margin-block: 0 1.1em;
}

.mb-checklist {
  list-style: none;
  padding-inline-start: 0 !important;
  display: grid;
  gap: 10px;
}

.mb-checklist li {
  position: relative;
  padding: 12px 14px 12px 42px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.mb-checklist li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #09090a;
  background: var(--mb-gold);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
}

/* FAQ */
.mb-faq {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 var(--mb-section-gap);
  display: grid;
  gap: 12px;
  min-width: 0;
}

.mb-faq__title {
  margin-block-end: 0.35em;
}

.mb-faq details {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--mb-radius);
  background:
    radial-gradient(circle at 94% 0%, rgba(243, 191, 85, 0.10), transparent 18rem),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

.mb-faq summary {
  min-width: 0;
  padding: 18px 46px 18px 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  position: relative;
}

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

.mb-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--mb-gold);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

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

.mb-faq details > :not(summary) {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--mb-muted);
}

/* Tables: scroll only inside the wrapper on small screens */
.mb-table-wrap {
  width: 100%;
  max-width: 100%;
  margin-block: clamp(18px, 3vw, 28px) var(--mb-section-gap);
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-inline: contain;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--mb-radius);
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 48, 37, 0.10), transparent 22rem),
    rgba(255, 255, 255, 0.045);
}

table.mb-table {
  width: 100%;
  min-width: 600px;
  max-width: none;
  direction: ltr;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--mb-muted);
  background: transparent;
}

table.mb-table caption {
  caption-side: top;
  padding: 14px 16px;
  color: #ffffff;
  font-weight: 900;
  text-align: left;
}

table.mb-table th,
table.mb-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  vertical-align: top;
  line-height: 1.45;
}

table.mb-table th {
  color: #ffffff;
  background: rgba(255, 48, 37, 0.14);
  font-weight: 950;
}

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

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

/* Standalone separators only, not inside grids */
.mb-divider {
  width: 100%;
  max-width: var(--mb-container);
  height: 1px;
  margin: 0 auto var(--mb-section-gap);
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 48, 37, 0.75), rgba(243, 191, 85, 0.55), transparent);
}

.mb-note,
.mb-alert {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(20px, 4vw, 34px);
  padding: 16px 18px;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(243, 191, 85, 0.30);
  color: #f5eee6;
  background: rgba(243, 191, 85, 0.08);
}

.mb-alert {
  border-color: rgba(255, 48, 37, 0.34);
  background: rgba(255, 48, 37, 0.10);
}

.mb-kicker {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-block-end: 10px;
  color: var(--mb-gold);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Tablet grids: maximum two card columns below 980px */
@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));
  }
}

/* Desktop layout */
@media (min-width: 768px) {
  .mb-hero {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "cta"
      "copy";
  }

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

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

  .mb-cta__actions {
    justify-content: flex-end;
  }

  .mb-cta--center .mb-cta__actions {
    justify-content: center;
  }
}

@media (min-width: 900px) {
  .mb-row {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    grid-template-areas: "copy media";
  }

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

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

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

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

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

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

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

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

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

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

/* Mobile safety: no viewport overflow, buttons fit their containers */
@media (max-width: 899.98px) {
  .mb-site-nav {
    display: none;
  }
}

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

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

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

  .mb-site-brand__text {
    font-size: clamp(0.95rem, 4vw, 1.1rem);
  }

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

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

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

  .mb-page-strip__inner {
    padding-block: 11px;
  }

  .mb-site-footer__bottom {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

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

  .mb-article :is(h1, h2, h3, h4, h5, h6),
  .mbpk-article :is(h1, h2, h3, h4, h5, h6),
  .mbpk-page .mb-article :is(h1, h2, h3, h4, h5, h6) {
    letter-spacing: -0.025em;
  }

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

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

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

  .mb-row,
  .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.mb-row--reverse {
    grid-template-areas:
      "copy"
      "media";
  }

  .mb-hero__actions,
  .mb-cta__actions,
  .mb-card__actions,
  .mb-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-items: stretch;
    gap: 10px;
  }

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

  .mb-hero > .mb-cta {
    width: calc(100% - var(--mb-hero-gutter) - var(--mb-hero-gutter));
    margin-inline: var(--mb-hero-gutter);
    padding: 16px;
  }

  .mb-cta {
    padding: 18px;
  }

  .mb-card__body,
  .mb-card__content {
    padding: 16px;
  }

  .mb-checklist li {
    padding-inline-start: 40px;
  }

  .mb-table-wrap {
    margin-block-end: clamp(28px, 7vw, 44px);
  }

  table.mb-table {
    min-width: 600px;
  }

  table.mb-table th,
  table.mb-table td {
    white-space: nowrap;
    padding: 12px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mb-site-menu a,
  .mb-site-footer__nav a,
  .mb-site-btn,
  .mb-site-drawer__cta,
  :is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn,
  .mb-hero__media img,
  .mb-media img,
  .mb-card__media img {
    transition: none;
  }

  .mb-site-menu a:hover,
  .mb-site-footer__nav a:hover,
  .mb-site-btn:hover,
  .mb-site-drawer__cta:hover,
  :is(.mb-article, .mbpk-article, .mbpk-page .mb-article) .mb-btn:hover,
  .mb-hero__media:hover img,
  .mb-media:hover img,
  .mb-card:hover .mb-card__media img {
    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%;
  }
}

