/* Mostbet-inspired global CSS for Elementor HTML blocks, Azerbaijani 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-dir: ltr;
  --mb-align: left;

  --mb-bg: #1b0208;
  --mb-bg-2: #39000b;
  --mb-bg-3: #5b0616;
  --mb-panel: #280711;
  --mb-panel-2: #3c0918;
  --mb-panel-3: #520b20;

  --mb-primary: #df145c;
  --mb-primary-2: #ff3b77;
  --mb-red: #d40f35;
  --mb-gold: #ffc247;
  --mb-gold-2: #ff7a1a;
  --mb-teal: #2a8bd6;

  --mb-text: #fff9f7;
  --mb-text-soft: #f4d6d8;
  --mb-muted: #c3a1a8;
  --mb-muted-2: #93747b;

  --mb-line: rgba(255, 194, 71, 0.2);
  --mb-line-strong: rgba(255, 194, 71, 0.42);
  --mb-border: rgba(255, 194, 71, 0.2);
  --mb-border-strong: rgba(255, 194, 71, 0.42);

  --mb-radius-sm: 12px;
  --mb-radius: 20px;
  --mb-radius-lg: 30px;
  --mb-section-pad: clamp(1rem, 3vw, 1.65rem);
  --mb-gap: clamp(1.1rem, 3.4vw, 2.4rem);
  --mb-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  --mb-glow: 0 0 0 1px rgba(255, 194, 71, 0.18), 0 18px 58px rgba(223, 20, 92, 0.24);
}

body.mb-site {
  font-family: var(--mb-font);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 194, 71, 0.28) 0 1px, transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(255, 58, 119, 0.36), transparent 34%),
    radial-gradient(circle at 18% 18%, rgba(212, 15, 53, 0.36), transparent 38%),
    linear-gradient(135deg, #130106 0%, #2d020c 42%, #4b0616 100%);
}

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

:is(.mb-site-header, .mb-page-strip, .mb-site-footer, .mb-site-drawer, .mb-topbar),
:is(.mb-site-header, .mb-page-strip, .mb-site-footer, .mb-site-drawer, .mb-topbar) * {
  box-sizing: border-box;
}

/* Header and top chrome */

.mb-topbar {
  width: 100%;
  color: var(--mb-text-soft);
  background: linear-gradient(90deg, rgba(27, 2, 8, 0.92), rgba(70, 5, 20, 0.9));
  border-bottom: 1px solid rgba(255, 194, 71, 0.14);
}

.mb-topbar__inner {
  width: min(100%, var(--mb-container));
  margin-inline: auto;
  padding: 0.45rem clamp(1rem, 4vw, 1.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-width: 0;
  max-width: 100%;
  font-size: 0.86rem;
  line-height: 1.35;
}

.mb-site-header {
  position: relative;
  z-index: 30;
  color: var(--mb-text);
  background: linear-gradient(180deg, rgba(36, 2, 11, 0.9), rgba(26, 1, 7, 0.76));
  border-bottom: 1px solid rgba(255, 194, 71, 0.18);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.mb-site-header__inner {
  width: min(100%, var(--mb-container));
  max-width: 100%;
  margin-inline: auto;
  padding: 0.72rem clamp(1rem, 4vw, 1.5rem);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.5rem, 2vw, 1rem);
  min-width: 0;
}

.mb-site-brand {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  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__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--mb-text);
  font-weight: 900;
  letter-spacing: -0.03em;
  font-size: clamp(1rem, 2.4vw, 1.35rem);
}

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

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

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

.mb-site-nav__link,
.mb-top-menu__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  padding: 0.54rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 194, 71, 0.18);
  background: rgba(255, 255, 255, 0.045);
  color: var(--mb-text-soft);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.mb-site-nav__link:hover,
.mb-site-nav__link:focus-visible,
.mb-top-menu__link:hover,
.mb-top-menu__link:focus-visible {
  color: var(--mb-text);
  background: rgba(223, 20, 92, 0.28);
  border-color: rgba(255, 194, 71, 0.44);
  transform: translateY(-1px);
  outline: none;
}

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

.mb-site-btn,
.mb-site-menu-toggle {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  font-family: var(--mb-font);
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.mb-site-btn {
  padding: 0.66rem 1rem;
  min-height: 38px;
  background: linear-gradient(180deg, var(--mb-primary-2), var(--mb-primary));
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(223, 20, 92, 0.34);
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
}

.mb-site-btn:hover,
.mb-site-btn:focus-visible {
  color: #ffffff;
  background: linear-gradient(180deg, #ff5587, #cf0f4f);
  border-color: rgba(255, 194, 71, 0.46);
  box-shadow: 0 16px 36px rgba(223, 20, 92, 0.46);
  transform: translateY(-1px);
  outline: none;
}

.mb-site-btn--apk {
  background: rgba(255, 194, 71, 0.08);
  color: var(--mb-gold);
  border-color: rgba(255, 194, 71, 0.42);
  box-shadow: none;
}

.mb-site-btn--apk:hover,
.mb-site-btn--apk:focus-visible {
  color: #220208;
  background: linear-gradient(180deg, var(--mb-gold), var(--mb-gold-2));
  border-color: rgba(255, 194, 71, 0.72);
}

.mb-site-menu-toggle {
  width: 38px;
  height: 38px;
  padding: 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--mb-text);
  border-color: rgba(255, 194, 71, 0.28);
}

.mb-site-menu-toggle:hover,
.mb-site-menu-toggle:focus-visible {
  color: #220208;
  background: linear-gradient(180deg, var(--mb-gold), var(--mb-gold-2));
  border-color: rgba(255, 194, 71, 0.72);
  outline: none;
}

/* Off-canvas drawer colors and viewport sizing */

.mb-site-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  color: var(--mb-text);
  font-family: var(--mb-font);
}

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

.mb-site-drawer__panel {
  height: 100%;
  min-height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: none;
  background:
    radial-gradient(circle at 80% 5%, rgba(255, 194, 71, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(63, 4, 18, 0.98), rgba(24, 1, 7, 0.99));
  color: var(--mb-text);
}

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

.mb-site-drawer__link {
  color: var(--mb-text-soft);
  text-decoration: none;
  border-color: rgba(255, 194, 71, 0.18);
}

.mb-site-drawer__link:hover,
.mb-site-drawer__link:focus-visible {
  color: var(--mb-text);
  background: rgba(223, 20, 92, 0.22);
  border-color: rgba(255, 194, 71, 0.42);
  outline: none;
}

.mb-site-drawer__cta,
.mb-site-drawer__cta--apk {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
}

.mb-site-drawer__cta {
  color: #ffffff;
  background: linear-gradient(180deg, var(--mb-primary-2), var(--mb-primary));
}

.mb-site-drawer__cta:hover,
.mb-site-drawer__cta:focus-visible {
  color: #ffffff;
  background: linear-gradient(180deg, #ff5587, #cf0f4f);
  outline: none;
}

.mb-site-drawer__cta--apk {
  color: #220208;
  background: linear-gradient(180deg, var(--mb-gold), var(--mb-gold-2));
}

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

/* Page strip and breadcrumbs */

.mb-page-strip {
  width: 100%;
  color: var(--mb-muted);
  background: rgba(18, 1, 6, 0.7);
  border-bottom: 1px solid rgba(255, 194, 71, 0.12);
}

.mb-page-strip__inner {
  width: min(100%, var(--mb-container));
  max-width: 100%;
  margin-inline: auto;
  padding: 8px clamp(1rem, 4vw, 1.5rem);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  font-size: 0.88rem;
  line-height: 1.35;
}

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

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

/* Footer */

.mb-site-footer {
  color: var(--mb-text-soft);
  background:
    radial-gradient(circle at 15% 0%, rgba(223, 20, 92, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(24, 1, 7, 0.96), rgba(10, 0, 3, 1));
  border-top: 1px solid rgba(255, 194, 71, 0.18);
}

.mb-site-footer__inner {
  width: min(100%, var(--mb-container));
  max-width: 100%;
  margin-inline: auto;
  padding: clamp(1.6rem, 4vw, 2.5rem) clamp(1rem, 4vw, 1.5rem);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  min-width: 0;
}

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

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

.mb-site-footer__copy {
  margin-block: 0.75rem 0;
  color: var(--mb-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

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

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

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

.mb-footer-nav__link {
  min-height: 38px;
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 194, 71, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--mb-text-soft);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  line-height: 1.15;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.mb-footer-nav__link:hover,
.mb-footer-nav__link:focus-visible {
  color: var(--mb-text);
  background: rgba(223, 20, 92, 0.22);
  border-color: rgba(255, 194, 71, 0.42);
  outline: none;
}

/* Article root */

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article),
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) * {
  box-sizing: border-box;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) {
  direction: ltr;
  text-align: left;
  width: min(100%, var(--mb-container));
  max-width: 100%;
  margin-inline: auto;
  padding: clamp(1rem, 4vw, 2rem);
  color: var(--mb-text);
  background:
    radial-gradient(circle at 82% 0%, rgba(255, 194, 71, 0.2), transparent 30%),
    radial-gradient(circle at 10% 12%, rgba(223, 20, 92, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(48, 3, 14, 0.98), rgba(24, 1, 7, 0.98) 54%, rgba(33, 2, 10, 0.98));
  border: 1px solid rgba(255, 194, 71, 0.18);
  border-radius: clamp(18px, 3vw, 30px);
  box-shadow: var(--mb-shadow);
  font-family: var(--mb-font);
  font-size: clamp(1rem, 0.96rem + 0.18vw, 1.08rem);
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: normal;
}

body.mb-site :is(.mb-article, .mbpk-article, .mbpk-page .mb-article) {
  margin-block: clamp(1rem, 3vw, 2rem);
}

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

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) > :first-child {
  margin-block-start: 0;
}

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

/* Typography */

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

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

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

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) h3 {
  font-size: clamp(1.35rem, 3vw, 1.95rem);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) h4 {
  font-size: clamp(1.16rem, 2.2vw, 1.45rem);
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) h5,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) h6 {
  font-size: 1.05rem;
}

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

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

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

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :where(em) {
  color: #ffe6d0;
}

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a:not(.mb-btn) {
  color: var(--mb-gold);
  text-decoration-color: rgba(255, 194, 71, 0.45);
  text-underline-offset: 0.18em;
}

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

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

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

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

/* Lists */

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

:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) :where(li) {
  margin-block: 0.38em;
  padding-inline-start: 0.16em;
  max-width: 100%;
}

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

.mb-list,
.mb-check-list {
  width: 100%;
  max-width: 100%;
}

.mb-check-list {
  list-style: none;
  padding-inline-start: 0;
}

.mb-check-list > li {
  position: relative;
  padding-inline-start: 1.7rem;
}

.mb-check-list > li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.55em;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  background: radial-gradient(circle, #ffffff 0 18%, var(--mb-gold) 20% 48%, var(--mb-primary) 50% 100%);
  box-shadow: 0 0 14px rgba(255, 194, 71, 0.45);
}

/* Hero */

.mb-hero {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block: 0 clamp(1.7rem, 5vw, 3.25rem);
  padding-inline: 0;
  padding-block-start: 0;
  padding-block-end: clamp(1rem, 3vw, 1.65rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "cta"
    "copy";
  gap: 0;
  min-width: 0;
  color: var(--mb-text);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 194, 71, 0.2), transparent 35%),
    radial-gradient(circle at 18% 20%, rgba(223, 20, 92, 0.26), transparent 36%),
    linear-gradient(180deg, rgba(76, 5, 22, 0.9), rgba(34, 2, 10, 0.95));
  border: 1px solid rgba(255, 194, 71, 0.22);
  border-radius: var(--mb-radius-lg);
  box-shadow: var(--mb-glow);
}

.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);
  overflow: hidden;
  overflow: clip;
  background: #100105;
  border: 1px solid rgba(255, 194, 71, 0.22);
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.5), 0 0 44px rgba(223, 20, 92, 0.22);
}

.mb-hero__media img,
.mb-hero__media picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease;
  cursor: pointer;
}

.mb-hero__media:hover img {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}

.mb-hero > .mb-cta {
  grid-area: cta;
  width: calc(100% - var(--mb-section-pad) - var(--mb-section-pad));
  max-width: calc(100% - var(--mb-section-pad) - var(--mb-section-pad));
  margin-inline: var(--mb-section-pad);
  margin-block-start: clamp(1rem, 3vw, 1.5rem);
  margin-block-end: clamp(1rem, 3vw, 1.5rem);
}

.mb-hero__copy {
  grid-area: copy;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-inline: var(--mb-section-pad);
  color: var(--mb-text-soft);
}

.mb-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-block-end: 0.9rem;
  padding: 0.42rem 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 194, 71, 0.42);
  background: rgba(255, 194, 71, 0.08);
  color: var(--mb-gold);
  font-size: 0.82rem;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(255, 194, 71, 0.12);
}

.mb-hero__lead,
.mb-lead {
  width: 100%;
  max-width: 100%;
  margin-block: 0 1.1rem;
  color: var(--mb-text-soft);
  font-size: clamp(1.08rem, 1rem + 0.55vw, 1.35rem);
  line-height: 1.58;
}

.mb-hero__actions {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
  justify-content: flex-start;
}

/* Rows and media sections */

.mb-row {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: clamp(1.5rem, 4.8vw, 3rem);
  padding: var(--mb-section-pad);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "media"
    "copy";
  gap: var(--mb-gap);
  align-items: start;
  min-width: 0;
  color: var(--mb-text-soft);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    linear-gradient(180deg, rgba(61, 7, 24, 0.78), rgba(31, 3, 11, 0.72));
  border: 1px solid rgba(255, 194, 71, 0.15);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.26);
}

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

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

.mb-row--reverse.mb-row--stack:not(.mb-hero),
.mb-row--reverse.mb-row--long:not(.mb-hero) {
  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-text-soft);
}

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

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

.mb-media {
  grid-area: media;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  padding-block-start: 0;
  aspect-ratio: 2 / 3;
  border-radius: var(--mb-radius);
  overflow: hidden;
  overflow: clip;
  background: #120106;
  border: 1px solid rgba(255, 194, 71, 0.2);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.38), 0 0 34px rgba(223, 20, 92, 0.18);
}

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

.mb-media img,
.mb-media picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 260ms ease, filter 260ms ease, box-shadow 260ms ease;
  cursor: pointer;
}

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

@supports not (overflow: clip) {
  .mb-hero__media,
  .mb-media,
  .mb-card__media {
    overflow: hidden;
  }
}

/* CTA and buttons */

.mb-cta {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: clamp(1.6rem, 5vw, 3.2rem);
  padding: clamp(1.1rem, 4vw, 2rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.9rem, 2.5vw, 1.25rem);
  min-width: 0;
  border-radius: var(--mb-radius-lg);
  border: 1px solid rgba(255, 194, 71, 0.28);
  background:
    radial-gradient(circle at 86% 20%, rgba(255, 194, 71, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(223, 20, 92, 0.32), rgba(82, 6, 26, 0.9) 45%, rgba(35, 2, 10, 0.92));
  box-shadow: var(--mb-glow);
  color: var(--mb-text);
}

.mb-cta__copy {
  width: 100%;
  min-width: 0;
  color: var(--mb-text-soft);
}

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

.mb-cta__actions,
.mb-actions {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
  justify-content: flex-start;
}

.mb-btn,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--primary,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--accent,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  max-width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0.88rem 1.3rem;
  box-sizing: border-box;
  border-radius: 999px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, var(--mb-primary-2), var(--mb-primary));
  color: #ffffff;
  font-family: var(--mb-font);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: anywhere;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(223, 20, 92, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, filter 180ms ease;
}

.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,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn:focus-visible {
  color: #ffffff;
  background: linear-gradient(180deg, #ff5587, #ca0c4a);
  border-color: rgba(255, 194, 71, 0.52);
  box-shadow: 0 18px 44px rgba(223, 20, 92, 0.52), 0 0 24px rgba(255, 194, 71, 0.16);
  transform: translateY(-1px);
  outline: none;
}

.mb-btn--accent,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--accent,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn--accent {
  color: #210208;
  background: linear-gradient(180deg, var(--mb-gold), var(--mb-gold-2));
  border-color: rgba(255, 194, 71, 0.68);
  box-shadow: 0 14px 34px rgba(255, 122, 26, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.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,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn--accent:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn--accent:focus-visible {
  color: #210208;
  background: linear-gradient(180deg, #ffd978, #ff8b26);
  border-color: rgba(255, 230, 142, 0.92);
  box-shadow: 0 18px 44px rgba(255, 122, 26, 0.34), 0 0 24px rgba(255, 194, 71, 0.2);
}

.mb-btn--secondary,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) a.mb-btn--secondary,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn--secondary {
  color: var(--mb-gold);
  background: rgba(255, 194, 71, 0.08);
  border-color: rgba(255, 194, 71, 0.44);
  box-shadow: none;
}

.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,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn--secondary:hover,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) button.mb-btn--secondary:focus-visible {
  color: #210208;
  background: linear-gradient(180deg, var(--mb-gold), var(--mb-gold-2));
  border-color: rgba(255, 194, 71, 0.78);
}

/* Card grids */

.mb-grid,
.mb-slot-grid {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: clamp(1.6rem, 5vw, 3rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 1.35rem);
  min-width: 0;
}

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

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

.mb-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-content: start;
  color: var(--mb-text-soft);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018)),
    rgba(45, 5, 16, 0.82);
  border: 1px solid rgba(255, 194, 71, 0.16);
  border-radius: var(--mb-radius);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.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: #110105;
  border: 1px solid rgba(255, 194, 71, 0.18);
}

.mb-card__media img,
.mb-card__media picture {
  display: block;
  width: 100%;
  max-width: 100%;
}

.mb-card__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 240ms ease, filter 240ms ease;
  cursor: pointer;
}

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

.mb-card__body,
.mb-card > :not(.mb-card__media) {
  min-width: 0;
}

.mb-card__body {
  padding: clamp(1rem, 3vw, 1.25rem);
}

.mb-card > :not(.mb-card__media):not(.mb-card__body) {
  padding-inline: clamp(1rem, 3vw, 1.25rem);
}

.mb-card > :not(.mb-card__media):not(.mb-card__body):first-child {
  padding-block-start: clamp(1rem, 3vw, 1.25rem);
}

.mb-card > :not(.mb-card__media):not(.mb-card__body):last-child {
  padding-block-end: clamp(1rem, 3vw, 1.25rem);
}

.mb-card__title {
  color: var(--mb-text);
  margin-block: 0 0.55rem;
  font-weight: 900;
  line-height: 1.18;
  font-size: clamp(1.08rem, 1rem + 0.45vw, 1.35rem);
}

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

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

/* FAQ */

.mb-faq {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: clamp(1.6rem, 5vw, 3rem);
  display: grid;
  gap: 0.85rem;
  min-width: 0;
}

.mb-faq details {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(255, 194, 71, 0.17);
  background: rgba(44, 5, 16, 0.82);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.mb-faq summary {
  min-width: 0;
  padding: 1rem clamp(1rem, 3vw, 1.25rem);
  cursor: pointer;
  color: var(--mb-text);
  font-weight: 900;
  line-height: 1.35;
  list-style-position: outside;
  outline: none;
}

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

.mb-faq details[open] summary {
  border-bottom: 1px solid rgba(255, 194, 71, 0.14);
}

.mb-faq__answer,
.mb-faq details > :not(summary) {
  padding-inline: clamp(1rem, 3vw, 1.25rem);
  color: var(--mb-text-soft);
}

.mb-faq details > :last-child {
  padding-block-end: 1rem;
}

/* Tables */

.mb-table-wrap {
  width: 100%;
  max-width: 100%;
  margin-block: 0 clamp(1.6rem, 5vw, 3rem);
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-inline: contain;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(255, 194, 71, 0.2);
  background: rgba(18, 1, 6, 0.72);
  scrollbar-color: var(--mb-primary) rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
}

table.mb-table {
  width: 100%;
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0;
  direction: ltr;
  color: var(--mb-text-soft);
  background: transparent;
  font-size: 0.95rem;
  line-height: 1.45;
}

table.mb-table caption {
  caption-side: bottom;
  padding: 0.85rem 1rem;
  color: var(--mb-muted);
  text-align: start;
}

table.mb-table th,
table.mb-table td {
  padding: 0.88rem 1rem;
  border-inline-end: 1px solid rgba(255, 194, 71, 0.12);
  border-block-end: 1px solid rgba(255, 194, 71, 0.12);
  text-align: start;
  vertical-align: middle;
}

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

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

table.mb-table thead th {
  color: var(--mb-text);
  font-weight: 900;
  background: linear-gradient(180deg, rgba(223, 20, 92, 0.32), rgba(82, 6, 26, 0.82));
}

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

table.mb-table tbody tr:hover {
  background: rgba(255, 194, 71, 0.06);
}

/* Utility blocks */

.mb-section {
  width: 100%;
  max-width: var(--mb-container);
  margin-inline: auto;
  margin-block-end: clamp(1.5rem, 4.8vw, 3rem);
  min-width: 0;
}

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

.mb-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.36rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 194, 71, 0.36);
  background: rgba(255, 194, 71, 0.08);
  color: var(--mb-gold);
  font-weight: 900;
  font-size: 0.82rem;
  line-height: 1.15;
}

.mb-divider,
:is(.mb-article, .mbpk-article, .mbpk-page .mb-article) hr {
  width: 100%;
  max-width: var(--mb-container);
  height: 1px;
  margin: clamp(1.6rem, 5vw, 3rem) auto;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 194, 71, 0.5), rgba(223, 20, 92, 0.38), transparent);
}

.mb-note {
  width: 100%;
  max-width: 100%;
  margin-block-end: 1.2rem;
  padding: 1rem;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(42, 139, 214, 0.35);
  background: rgba(42, 139, 214, 0.1);
  color: var(--mb-text-soft);
}

.mb-warning {
  width: 100%;
  max-width: 100%;
  margin-block-end: 1.2rem;
  padding: 1rem;
  border-radius: var(--mb-radius);
  border: 1px solid rgba(255, 194, 71, 0.38);
  background: rgba(255, 194, 71, 0.09);
  color: var(--mb-text-soft);
}

/* Direction compatibility */

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

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

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

/* Responsive behavior */

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

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

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

  .mb-site-btn {
    display: inline-flex;
  }

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

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

  .mb-site-header__inner {
    padding-block: 0.58rem;
    gap: 0.42rem;
  }

  .mb-site-btn {
    min-height: 34px;
    padding: 0.52rem 0.72rem;
    font-size: 0.86rem;
  }

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

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

  .mb-footer-nav__list > li {
    flex: 1 1 100%;
  }
}

@media (min-width: 640px) {
  .mb-grid,
  .mb-slot-grid,
  .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-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

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

@media (min-width: 780px) {
  .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:not(.mb-hero),
  .mb-row--long:not(.mb-hero) {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "media"
      "copy";
  }

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

@media (min-width: 980px) {
  .mb-grid,
  .mb-slot-grid,
  .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-grid--orphan-fix,
  .mb-slot-grid--orphan-fix,
  .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-grid--orphan-fix > .mb-card,
  .mb-slot-grid--orphan-fix > .mb-card,
  .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-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:nth-last-child(2):nth-child(3n+1),
  .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-page .mb-article .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2),
  .mbpk-page .mb-article .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+2) {
    grid-column: span 3;
  }

  .mb-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1),
  .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-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .mb-slot-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__media,
  .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-grid--orphan-fix > .mb-card:last-child:nth-child(3n+1) > .mb-card__body,
  .mb-slot-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__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;
  }

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

@media (max-width: 979px) {
  .mb-grid--orphan-fix > .mb-card,
  .mb-slot-grid--orphan-fix > .mb-card {
    grid-column: auto;
  }
}

@media (max-width: 639px) {
  body.mb-site {
    background:
      radial-gradient(circle at 85% 8%, rgba(255, 194, 71, 0.22), transparent 28%),
      radial-gradient(circle at 12% 18%, rgba(223, 20, 92, 0.26), transparent 34%),
      linear-gradient(180deg, #170106, #39040f 52%, #1b0208);
  }

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

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

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

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

  .mb-hero__copy {
    padding-inline: clamp(0.9rem, 4vw, 1rem);
  }

  .mb-hero > .mb-cta {
    width: calc(100% - clamp(0.9rem, 4vw, 1rem) - clamp(0.9rem, 4vw, 1rem));
    max-width: calc(100% - clamp(0.9rem, 4vw, 1rem) - clamp(0.9rem, 4vw, 1rem));
    margin-inline: clamp(0.9rem, 4vw, 1rem);
  }

  .mb-row,
  .mb-cta {
    padding: clamp(0.9rem, 4vw, 1rem);
  }

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

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

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

  .mb-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

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

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

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

  .mb-hero__media:hover img,
  .mb-media:hover img,
  .mb-card:hover .mb-card__media img,
  .mb-btn:hover,
  .mb-site-btn:hover,
  .mb-site-nav__link:hover,
  .mb-top-menu__link: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%;
  }
}

