/* Mostbet-inspired global CSS for Elementor HTML blocks, Tajik LTR */

body.mb-site,
.mb-site-header,
.mb-page-strip,
.mb-site-footer,
.mb-site-drawer,
.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  --mb-font: "Inter", "Noto Sans", "Segoe UI", Arial, sans-serif;
  --mb-container: 1120px;
  --mb-content-pad: clamp(16px, 4vw, 34px);
  --mb-section-gap: clamp(28px, 5vw, 58px);
  --mb-card-gap: clamp(16px, 2.8vw, 28px);

  --mb-bg: #031713;
  --mb-bg-2: #06261f;
  --mb-bg-3: #0a3a2e;
  --mb-panel: #08241e;
  --mb-panel-2: #0d3329;
  --mb-panel-3: #104a39;

  --mb-primary: #f2c85b;
  --mb-primary-2: #f59b32;
  --mb-gold: #f2c85b;
  --mb-gold-2: #d88a24;
  --mb-teal: #2ed49a;
  --mb-red: #ed6426;

  --mb-text: #fff8e8;
  --mb-text-soft: #e7dfc6;
  --mb-muted: #a9c1b6;
  --mb-muted-2: #7f9b90;

  --mb-line: rgba(242, 200, 91, 0.26);
  --mb-line-strong: rgba(242, 200, 91, 0.48);
  --mb-border: rgba(242, 200, 91, 0.26);
  --mb-border-strong: rgba(242, 200, 91, 0.48);

  --mb-radius-sm: 12px;
  --mb-radius: 20px;
  --mb-radius-lg: 30px;
  --mb-pill: 999px;

  --mb-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  --mb-shadow-gold: 0 14px 34px rgba(242, 200, 91, 0.22);
  --mb-shadow-teal: 0 16px 44px rgba(46, 212, 154, 0.14);
}

body.mb-site {
  font-family: var(--mb-font);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(20, 108, 79, 0.48) 0, rgba(20, 108, 79, 0) 34rem),
    radial-gradient(circle at 10% 18%, rgba(242, 200, 91, 0.12) 0, rgba(242, 200, 91, 0) 18rem),
    radial-gradient(circle at 86% 20%, rgba(46, 212, 154, 0.14) 0, rgba(46, 212, 154, 0) 20rem),
    linear-gradient(180deg, #031713 0%, #061f1a 42%, #03110f 100%);
}

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

/* Site chrome */

.mb-site-header {
  color: var(--mb-text);
  background: rgba(3, 23, 19, 0.82);
  border-bottom: 1px solid rgba(242, 200, 91, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

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

.mb-site-brand {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mb-site-brand__link {
  min-width: 0;
  max-width: 100%;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 850;
  letter-spacing: 0.01em;
  color: var(--mb-text);
}

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

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

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

.mb-site-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 9px 14px;
  border: 1px solid rgba(242, 200, 91, 0.22);
  border-radius: var(--mb-pill);
  color: var(--mb-text-soft);
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
  font-size: 0.94rem;
  line-height: 1.2;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

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

.mb-site-btn,
.mb-site-drawer__cta {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: var(--mb-pill);
  border: 1px solid rgba(255, 242, 178, 0.7);
  background: linear-gradient(135deg, var(--mb-gold) 0%, var(--mb-primary-2) 100%);
  color: #071713;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  box-shadow: var(--mb-shadow-gold);
  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: #071713;
  filter: brightness(1.05);
  transform: translateY(-1px);
  outline: none;
}

.mb-site-btn--apk,
.mb-site-drawer__cta--apk {
  background: rgba(46, 212, 154, 0.08);
  color: var(--mb-text);
  border-color: rgba(46, 212, 154, 0.55);
  box-shadow: none;
}

.mb-site-btn--apk:hover,
.mb-site-btn--apk:focus-visible,
.mb-site-drawer__cta--apk:hover,
.mb-site-drawer__cta--apk:focus-visible {
  color: var(--mb-text);
  background: rgba(46, 212, 154, 0.16);
}

.mb-site-burger {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--mb-pill);
  border: 1px solid rgba(242, 200, 91, 0.28);
  background: rgba(255, 255, 255, 0.055);
  color: var(--mb-text);
}

/* Drawer sizing is viewport-based so backdrop-filter on the header cannot shrink it. */

.mb-site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  color: var(--mb-text);
  background: rgba(0, 0, 0, 0.62);
  z-index: 9999;
}

.mb-site-drawer__panel {
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(46, 212, 154, 0.18), transparent 18rem),
    linear-gradient(180deg, #08241e, #031713);
  border-color: var(--mb-line);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

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

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

.mb-site-drawer__link:hover,
.mb-site-drawer__link:focus-visible,
.mb-site-drawer__link[aria-current="page"] {
  color: var(--mb-gold);
  outline: none;
}

.mb-site-drawer__cta,
.mb-site-drawer__cta--apk {
  width: 100%;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
}

/* Compact page strip and title strip */

.mb-page-strip,
.mb-page-title-strip {
  color: var(--mb-text-soft);
  background: rgba(3, 23, 19, 0.72);
  border-bottom: 1px solid rgba(242, 200, 91, 0.14);
}

.mb-page-strip__inner,
.mb-page-title-strip__inner {
  box-sizing: border-box;
  width: min(calc(100% - 32px), var(--mb-container));
  max-width: var(--mb-container);
  margin-inline: auto;
  padding-block: 8px;
  padding-inline: 0;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  line-height: 1.35;
}

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

.mb-page-strip a:hover,
.mb-page-title-strip a:hover {
  color: var(--mb-text);
}

/* Footer */

.mb-site-footer {
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 20% 0%, rgba(242, 200, 91, 0.08), transparent 20rem),
    linear-gradient(180deg, rgba(3, 23, 19, 0.88), #020d0b);
  border-top: 1px solid rgba(242, 200, 91, 0.2);
}

.mb-site-footer__inner {
  box-sizing: border-box;
  width: min(calc(100% - 32px), var(--mb-container));
  max-width: var(--mb-container);
  margin-inline: auto;
  padding-block: clamp(26px, 4vw, 44px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 34px);
  min-width: 0;
}

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

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

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

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

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

.mb-footer-nav__link {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid rgba(242, 200, 91, 0.18);
  border-radius: var(--mb-pill);
  color: var(--mb-text-soft);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
}

.mb-footer-nav__link:hover,
.mb-footer-nav__link:focus-visible {
  color: #081711;
  background: linear-gradient(135deg, var(--mb-gold), var(--mb-primary-2));
  border-color: rgba(255, 242, 178, 0.65);
  outline: none;
}

/* Article root and scoped safety */

.mb-article,
.mbpk-article,
.mbpk-page .mb-article {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  padding: clamp(16px, 3.4vw, 34px);
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
  font-family: var(--mb-font);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(46, 212, 154, 0.14), transparent 22rem),
    radial-gradient(circle at 8% 18%, rgba(242, 200, 91, 0.1), transparent 18rem),
    linear-gradient(180deg, rgba(8, 36, 30, 0.98) 0%, rgba(5, 24, 20, 0.98) 100%);
  border: 1px solid rgba(242, 200, 91, 0.18);
  border-radius: var(--mb-radius-lg);
  box-shadow: var(--mb-shadow);
  overflow-wrap: break-word;
}

body.mb-site .mb-article {
  width: min(calc(100% - 24px), var(--mb-container));
  margin-block: clamp(18px, 3vw, 34px);
}

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

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

.mb-article :is(.mb-row, .mb-copy, .mb-media, .mb-hero, .mb-hero__copy, .mb-hero__media, .mb-cta, .mb-grid, .mb-slot-grid, .mb-card, .mb-card__body, .mb-card__media, .mb-faq, .mb-table-wrap, figure),
.mbpk-article :is(.mb-row, .mb-copy, .mb-media, .mb-hero, .mb-hero__copy, .mb-hero__media, .mb-cta, .mb-grid, .mb-slot-grid, .mb-card, .mb-card__body, .mb-card__media, .mb-faq, .mb-table-wrap, figure) {
  min-width: 0;
  max-width: 100%;
}

/* Typography */

.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) {
  color: var(--mb-text);
  font-family: var(--mb-font);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-block-start: 0;
  margin-block-end: 0.62em;
  text-wrap: balance;
}

.mb-article h1,
.mbpk-article h1,
.mbpk-page .mb-article h1 {
  font-size: clamp(2rem, 5vw, 4.25rem);
}

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

.mb-article h3,
.mbpk-article h3,
.mbpk-page .mb-article h3 {
  font-size: clamp(1.22rem, 2.2vw, 1.7rem);
}

.mb-article :is(h4, h5, h6),
.mbpk-article :is(h4, h5, h6),
.mbpk-page .mb-article :is(h4, h5, h6) {
  font-size: clamp(1.04rem, 1.6vw, 1.26rem);
}

.mb-article :is(p, li, dd, figcaption),
.mbpk-article :is(p, li, dd, figcaption),
.mbpk-page .mb-article :is(p, li, dd, figcaption) {
  color: var(--mb-text-soft);
  font-size: clamp(1rem, 1.15vw, 1.075rem);
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.mb-article p,
.mbpk-article p,
.mbpk-page .mb-article p {
  margin-block-start: 0;
  margin-block-end: 1em;
}

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

.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-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.mb-article a:not(.mb-btn):hover,
.mbpk-article a:not(.mb-btn):hover,
.mbpk-page .mb-article a:not(.mb-btn):hover {
  color: #ffe7a2;
}

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

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

/* Lists */

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

.mb-article li,
.mbpk-article li,
.mbpk-page .mb-article li {
  margin-block: 0.34em;
  padding-inline-start: 0.18em;
}

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

/* Hero: single-column grid at every breakpoint, visual order image -> CTA -> copy */

.mb-article .mb-hero,
.mbpk-article .mb-hero,
.mbpk-page .mb-article .mb-hero {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-gap);
  padding-inline: 0;
  padding-block-start: 0;
  padding-block-end: clamp(18px, 3vw, 30px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  gap: 0;
  align-items: start;
  background:
    radial-gradient(circle at 50% 24%, rgba(242, 200, 91, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(13, 51, 41, 0.95), rgba(5, 24, 20, 0.96));
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-lg);
  box-shadow: var(--mb-shadow-teal);
}

.mb-hero__media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--mb-radius-lg);
  overflow: hidden;
  overflow: clip;
  background: #031713;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

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

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

.mb-hero__media:hover img {
  transform: scale(1.025);
  filter: saturate(1.08) brightness(1.04);
}

.mb-hero__copy {
  grid-area: copy;
  width: 100%;
  min-width: 0;
  padding-inline: var(--mb-content-pad);
  padding-block: clamp(6px, 1.5vw, 14px) 0;
  max-width: 100%;
}

.mb-hero__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-block-end: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(46, 212, 154, 0.5);
  border-radius: var(--mb-pill);
  background: rgba(46, 212, 154, 0.1);
  color: var(--mb-teal);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow: none;
}

.mb-hero__lead,
.mb-article .mb-hero__lead,
.mbpk-article .mb-hero__lead,
.mbpk-page .mb-article .mb-hero__lead {
  width: 100%;
  max-width: 100%;
  margin-block: 0;
  color: var(--mb-muted);
  font-size: clamp(1.06rem, 1.8vw, 1.32rem);
  line-height: 1.65;
}

.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-content-pad) - var(--mb-content-pad));
  max-width: 100%;
  margin-inline: var(--mb-content-pad);
  margin-block: clamp(18px, 3vw, 28px) clamp(12px, 2vw, 20px);
}

/* 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-end: var(--mb-section-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  gap: clamp(18px, 4vw, 42px);
  align-items: start;
  padding: clamp(16px, 3vw, 30px);
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at 92% 10%, rgba(46, 212, 154, 0.1), transparent 18rem);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  break-inside: avoid;
}

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

.mb-copy {
  grid-area: copy;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding-block-start: 0;
  align-self: start;
}

.mb-media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  padding-block-start: 0;
  align-self: start;
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius);
  overflow: hidden;
  overflow: clip;
  background: #031713;
  border: 1px solid rgba(242, 200, 91, 0.18);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(46, 212, 154, 0.06);
}

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

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

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

.mb-media:hover img {
  transform: scale(1.035);
  filter: saturate(1.08) brightness(1.04);
}

/* 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-end: var(--mb-section-gap);
  min-width: 0;
  padding: clamp(18px, 3.4vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(14px, 2.5vw, 24px);
  align-items: center;
  border: 1px solid rgba(242, 200, 91, 0.38);
  border-radius: var(--mb-radius-lg);
  background:
    radial-gradient(circle at 20% 20%, rgba(242, 200, 91, 0.18), transparent 16rem),
    radial-gradient(circle at 90% 0%, rgba(46, 212, 154, 0.13), transparent 18rem),
    linear-gradient(135deg, rgba(16, 74, 57, 0.92), rgba(6, 31, 26, 0.98));
  box-shadow: var(--mb-shadow-gold);
  break-inside: avoid;
}

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

.mb-cta__actions,
.mb-hero__actions {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.mb-cta__actions > *,
.mb-hero__actions > * {
  min-width: 0;
  max-width: 100%;
}

.mb-article :is(a.mb-btn, button.mb-btn, .mb-btn),
.mbpk-article :is(a.mb-btn, button.mb-btn, .mb-btn),
.mbpk-page .mb-article :is(a.mb-btn, button.mb-btn, .mb-btn) {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 20px;
  border: 1px solid rgba(255, 242, 178, 0.72);
  border-radius: var(--mb-pill);
  background: linear-gradient(135deg, var(--mb-gold) 0%, var(--mb-primary-2) 55%, #e77722 100%);
  color: #071713;
  text-decoration: none;
  text-align: center;
  font-family: var(--mb-font);
  font-weight: 900;
  line-height: 1.18;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: 0 15px 34px rgba(242, 154, 50, 0.26);
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.mb-article :is(a.mb-btn, button.mb-btn, .mb-btn):hover,
.mb-article :is(a.mb-btn, button.mb-btn, .mb-btn):focus-visible,
.mbpk-article :is(a.mb-btn, button.mb-btn, .mb-btn):hover,
.mbpk-article :is(a.mb-btn, button.mb-btn, .mb-btn):focus-visible,
.mbpk-page .mb-article :is(a.mb-btn, button.mb-btn, .mb-btn):hover,
.mbpk-page .mb-article :is(a.mb-btn, button.mb-btn, .mb-btn):focus-visible {
  color: #071713;
  filter: brightness(1.06);
  transform: translateY(-1px);
  border-color: rgba(255, 246, 202, 0.95);
  box-shadow: 0 18px 42px rgba(242, 154, 50, 0.34);
  outline: none;
}

.mb-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary),
.mbpk-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary),
.mbpk-page .mb-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary) {
  color: var(--mb-text);
  background: rgba(255, 255, 255, 0.045);
  border-color: rgba(242, 200, 91, 0.4);
  box-shadow: none;
}

.mb-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary):hover,
.mb-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary):focus-visible,
.mbpk-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary):hover,
.mbpk-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary):focus-visible,
.mbpk-page .mb-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary):hover,
.mbpk-page .mb-article :is(a.mb-btn--secondary, button.mb-btn--secondary, .mb-btn--secondary):focus-visible {
  color: var(--mb-text);
  background: rgba(242, 200, 91, 0.12);
  border-color: rgba(242, 200, 91, 0.62);
}

.mb-article :is(a.mb-btn--accent, button.mb-btn--accent, .mb-btn--accent),
.mbpk-article :is(a.mb-btn--accent, button.mb-btn--accent, .mb-btn--accent),
.mbpk-page .mb-article :is(a.mb-btn--accent, button.mb-btn--accent, .mb-btn--accent) {
  color: #041713;
  background: linear-gradient(135deg, var(--mb-teal), #89ffd1);
  border-color: rgba(174, 255, 218, 0.78);
  box-shadow: 0 16px 36px rgba(46, 212, 154, 0.23);
}

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

/* 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-end: var(--mb-section-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--mb-card-gap);
  align-items: stretch;
}

.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 {
  min-width: 0;
  max-width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius);
  background:
    radial-gradient(circle at 90% 0%, rgba(242, 200, 91, 0.1), transparent 12rem),
    linear-gradient(180deg, rgba(13, 51, 41, 0.94), rgba(6, 31, 26, 0.96));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
  break-inside: avoid;
}

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

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

.mb-card__media img,
.mb-card > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 0;
  transition: transform 280ms ease, filter 280ms ease;
}

.mb-card:hover .mb-card__media img,
.mb-card:hover > img {
  transform: scale(1.035);
  filter: saturate(1.08) brightness(1.04);
}

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

.mb-card__title {
  margin-block-start: 0;
  margin-block-end: 0.55em;
}

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

/* FAQ */

.mb-article .mb-faq,
.mbpk-article .mb-faq,
.mbpk-page .mb-article .mb-faq {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: var(--mb-section-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.mb-faq details {
  min-width: 0;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius);
  background: rgba(255, 255, 255, 0.045);
  padding: clamp(14px, 2.4vw, 22px);
  break-inside: avoid;
}

.mb-faq summary {
  cursor: pointer;
  color: var(--mb-text);
  font-weight: 850;
  line-height: 1.35;
  text-align: left;
  outline: none;
}

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

.mb-faq details[open] {
  border-color: rgba(242, 200, 91, 0.42);
  background: rgba(242, 200, 91, 0.065);
}

.mb-faq details > :not(summary) {
  margin-block-start: 12px;
}

/* Tables */

.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;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: block;
  touch-action: pan-x;
  margin-block: clamp(18px, 3vw, 30px) var(--mb-section-gap);
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius);
  background: rgba(3, 23, 19, 0.78);
  scrollbar-color: var(--mb-gold) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

.mb-article table.mb-table,
.mbpk-article table.mb-table,
.mbpk-page .mb-article table.mb-table {
  width: 100%;
  min-width: 600px;
  direction: ltr;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--mb-text-soft);
  font-size: 0.96rem;
  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-bottom: 1px solid rgba(242, 200, 91, 0.14);
  border-inline-end: 1px solid rgba(242, 200, 91, 0.1);
  vertical-align: top;
}

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

.mb-article table.mb-table td,
.mbpk-article table.mb-table td,
.mbpk-page .mb-article table.mb-table td {
  background: rgba(255, 255, 255, 0.035);
}

.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(46, 212, 154, 0.045);
}

.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-bottom: 0;
}

/* Utility blocks */

.mb-article .mb-divider,
.mbpk-article .mb-divider,
.mbpk-page .mb-article .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(242, 200, 91, 0.56), rgba(46, 212, 154, 0.34), transparent);
}

.mb-article figure,
.mbpk-article figure,
.mbpk-page .mb-article figure {
  margin: 0 0 var(--mb-section-gap);
}

.mb-article figcaption,
.mbpk-article figcaption,
.mbpk-page .mb-article figcaption {
  margin-block-start: 10px;
  color: var(--mb-muted);
  font-size: 0.92rem;
}

.mb-article img,
.mbpk-article img,
.mbpk-page .mb-article img {
  max-width: 100%;
  height: auto;
}

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

/* Tablet and desktop layout */

@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));
  }

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

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

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

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

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

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

  .mb-article .mb-cta:not(.mb-hero > .mb-cta),
  .mbpk-article .mb-cta:not(.mb-hero > .mb-cta),
  .mbpk-page .mb-article .mb-cta:not(.mb-hero > .mb-cta) {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .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: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(260px, 0.9fr);
    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-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: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;
  }
}

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

/* Mobile safeguards */

@media (max-width: 1023px) {
  .mb-site-header__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    gap: 7px;
  }

  .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-nav {
    display: none;
  }

  .mb-site-header__actions {
    flex: 0 0 auto;
    flex-shrink: 0;
    max-width: 68%;
    gap: 6px;
  }

  .mb-site-btn {
    display: inline-flex;
    min-width: 0;
    max-inline-size: 36vw;
    min-height: 30px;
    padding: 7px 10px;
    font-size: clamp(0.72rem, 2.7vw, 0.88rem);
    line-height: 1.05;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mb-site-btn--apk {
    max-inline-size: 34vw;
  }

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

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

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

@media (max-width: 639px) {
  body.mb-site .mb-article {
    width: min(calc(100% - 14px), var(--mb-container));
  }

  .mb-article,
  .mbpk-article,
  .mbpk-page .mb-article {
    padding: clamp(14px, 4vw, 18px);
    border-radius: 20px;
  }

  .mb-article .mb-hero,
  .mbpk-article .mb-hero,
  .mbpk-page .mb-article .mb-hero {
    border-radius: 20px;
    margin-block-end: clamp(26px, 8vw, 42px);
  }

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

  .mb-hero__copy {
    padding-inline: clamp(14px, 4vw, 18px);
  }

  .mb-article .mb-hero > .mb-cta,
  .mbpk-article .mb-hero > .mb-cta,
  .mbpk-page .mb-article .mb-hero > .mb-cta {
    width: calc(100% - clamp(14px, 4vw, 18px) - clamp(14px, 4vw, 18px));
    margin-inline: clamp(14px, 4vw, 18px);
  }

  .mb-article .mb-row,
  .mbpk-article .mb-row,
  .mbpk-page .mb-article .mb-row,
  .mb-article .mb-cta,
  .mbpk-article .mb-cta,
  .mbpk-page .mb-article .mb-cta {
    padding: clamp(14px, 4vw, 18px);
    border-radius: 20px;
    margin-block-end: clamp(26px, 8vw, 42px);
  }

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

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

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

  .mb-card {
    border-radius: 18px;
  }

  .mb-card__body {
    padding: 16px;
  }

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

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

  .mb-page-strip__inner,
  .mb-page-title-strip__inner,
  .mb-site-header__inner,
  .mb-site-footer__inner {
    width: min(calc(100% - 20px), var(--mb-container));
  }
}

/* Direction compatibility for explicitly marked RTL content */

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

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

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

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

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

