.mb-numbered-hero {
  padding: 28px 0 88px;
}

.mb-numbered-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: 68px;
  align-items: center;
}

.mb-numbered-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid rgba(var(--mb-brand-rgb), .18);
  border-radius: 999px;
  color: var(--mb-brand-dark);
  background: rgba(var(--mb-brand-rgb), .09);
  font-size: .87rem;
  font-weight: 850;
}

.mb-numbered-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mb-brand);
  box-shadow: 0 0 0 4px rgba(var(--mb-brand-rgb), .11);
}

.mb-numbered-title {
  margin: 0;
  max-width: 790px;
  font-size: clamp(2.8rem, 5.7vw, 5.25rem);
  line-height: .95;
  letter-spacing: -.07em;
}

.mb-numbered-title span {
  color: var(--mb-brand);
}

.mb-numbered-copy {
  max-width: 710px;
  margin: 25px 0 0;
  color: #536176;
  font-size: clamp(1.05rem, 1.65vw, 1.2rem);
  line-height: 1.72;
}

.mb-numbered-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mb-numbered-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 27px;
  color: #475569;
  font-size: .91rem;
  font-weight: 720;
}

/* Hero seatmap */
.mb-numbered-seatmap-shell {
  position: relative;
}

.mb-numbered-seatmap-shell::before {
  content: "";
  position: absolute;
  inset: -26px;
  z-index: 0;
  border-radius: 48px;
  background: linear-gradient(145deg, rgba(var(--mb-brand-rgb), .22), rgba(var(--mb-accent-rgb), .24));
  transform: rotate(-2deg);
}

.mb-numbered-seatmap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 85px rgba(15,23,42,.18);
}

.mb-numbered-seatmap-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #edf0f6;
}

.mb-numbered-seatmap-head small,
.mb-numbered-seatmap-head strong {
  display: block;
}

.mb-numbered-seatmap-head small {
  color: #8a96a7;
  font-size: .72rem;
  font-weight: 760;
}

.mb-numbered-seatmap-head strong {
  margin-top: 4px;
  font-size: 1rem;
}

.mb-numbered-seatmap-head > span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--mb-brand-dark);
  background: var(--mb-brand-soft);
  font-size: .72rem;
  font-weight: 850;
}

.mb-numbered-seatmap-body {
  padding: 24px 20px 26px;
  background: #f8f9fc;
}

.mb-numbered-stage {
  width: 70%;
  margin: 0 auto 28px;
  padding: 9px;
  border-radius: 4px 4px 24px 24px;
  color: #fff;
  background: var(--mb-dark);
  text-align: center;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.mb-generated-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: center;
  margin-top: 9px;
}

.mb-generated-row > span {
  color: #8894a5;
  font-size: .67rem;
  font-weight: 850;
  text-align: center;
}

.mb-generated-seats {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.mb-generated-seat {
  width: 18px;
  height: 19px;
  border: 1px solid rgba(var(--mb-brand-rgb), .18);
  border-radius: 7px 7px 4px 4px;
  background: var(--mb-brand-soft);
}

.mb-generated-seat.is-cat2 {
  border-color: rgba(var(--mb-accent-rgb), .35);
  background: var(--mb-accent-soft);
}

.mb-generated-seat.is-selected {
  border-color: var(--mb-brand);
  background: var(--mb-brand);
  box-shadow: 0 0 0 3px rgba(var(--mb-brand-rgb), .10);
}

.mb-generated-seat.is-unavailable {
  border-color: #d7dde5;
  background: #dfe4ea;
  opacity: .72;
}

.mb-generated-seat.is-empty {
  visibility: hidden;
}

.mb-numbered-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 22px;
  color: #657184;
  font-size: .7rem;
  font-weight: 730;
}

.mb-numbered-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mb-numbered-legend i {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(var(--mb-brand-rgb), .18);
  border-radius: 4px;
  background: var(--mb-brand-soft);
}

.mb-numbered-legend i.is-cat2 {
  border-color: rgba(var(--mb-accent-rgb), .35);
  background: var(--mb-accent-soft);
}

.mb-numbered-legend i.is-selected {
  border-color: var(--mb-brand);
  background: var(--mb-brand);
}

.mb-numbered-legend i.is-unavailable {
  border-color: #d7dde5;
  background: #dfe4ea;
}

.mb-numbered-floating {
  position: absolute;
  z-index: 3;
  right: -24px;
  bottom: 28px;
  width: 215px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 17px;
  background: rgba(255,255,255,.96);
  box-shadow: var(--mb-shadow-soft);
}

.mb-numbered-floating small,
.mb-numbered-floating strong,
.mb-numbered-floating span {
  display: block;
}

.mb-numbered-floating small {
  color: #7c8799;
  font-weight: 760;
}

.mb-numbered-floating strong {
  margin-top: 6px;
  font-size: 1.08rem;
}

.mb-numbered-floating span {
  margin-top: 5px;
  color: var(--mb-success);
  font-size: .74rem;
  font-weight: 850;
}

/* Features */
.mb-numbered-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.mb-numbered-feature-grid article {
  padding: 22px;
  border: 1px solid var(--mb-border);
  border-radius: 18px;
  background: #fff;
}

.mb-numbered-feature-grid article > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 11px;
  color: #fff;
  background: var(--mb-brand);
  font-size: .72rem;
  font-weight: 900;
}

.mb-numbered-feature-grid strong {
  display: block;
  margin-top: 17px;
  font-size: 1rem;
}

.mb-numbered-feature-grid p {
  margin: 8px 0 0;
  color: var(--mb-muted);
  font-size: .85rem;
  line-height: 1.55;
}

/* Splits */
.mb-numbered-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 68px;
  align-items: center;
}

.mb-numbered-split--reverse > :first-child {
  order: 2;
}

.mb-numbered-split--reverse > :last-child {
  order: 1;
}

.mb-numbered-checks {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.mb-numbered-checks li {
  color: #49576b;
  line-height: 1.55;
}

.mb-numbered-checks span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  border-radius: 50%;
  color: #fff;
  background: var(--mb-success);
  font-size: .75rem;
  font-weight: 900;
}

/* Config */
.mb-numbered-config {
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-numbered-config-head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 20px;
  border-bottom: 1px solid #edf0f6;
}

.mb-numbered-config-head span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--mb-brand-dark);
  background: var(--mb-brand-soft);
  font-size: .72rem;
  font-weight: 850;
}

.mb-numbered-level {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin: 14px 18px 0;
  padding: 17px;
  border: 1px solid #e8ebf2;
  border-radius: 15px;
  background: #f8f9fc;
}

.mb-numbered-level:last-child {
  margin-bottom: 18px;
}

.mb-numbered-level strong,
.mb-numbered-level small {
  display: block;
}

.mb-numbered-level strong {
  font-size: .9rem;
}

.mb-numbered-level small {
  margin-top: 5px;
  color: #7c8799;
  font-size: .75rem;
}

.mb-numbered-level b {
  color: var(--mb-brand-dark);
  font-size: .88rem;
}

.mb-numbered-level--special {
  border-color: rgba(var(--mb-accent-rgb), .28);
  background: var(--mb-accent-soft);
}

/* Selection */
.mb-numbered-selection {
  padding: 24px;
  border: 1px solid var(--mb-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-numbered-selection-head {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.mb-numbered-selection-head span {
  color: #7c8799;
  font-size: .76rem;
}

.mb-numbered-selection-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.mb-numbered-selection-row i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 38px;
  border: 1px solid rgba(var(--mb-brand-rgb), .18);
  border-radius: 10px 10px 5px 5px;
  color: #667085;
  background: var(--mb-brand-soft);
  font-size: .72rem;
  font-style: normal;
  font-weight: 850;
}

.mb-numbered-selection-row i.is-selected {
  color: #fff;
  border-color: var(--mb-brand);
  background: var(--mb-brand);
  transform: translateY(-5px);
}

.mb-numbered-selection-summary {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: end;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #edf0f4;
}

.mb-numbered-selection-summary small,
.mb-numbered-selection-summary strong {
  display: block;
}

.mb-numbered-selection-summary small {
  color: #7c8799;
  font-size: .72rem;
}

.mb-numbered-selection-summary strong {
  margin-top: 5px;
  font-size: .92rem;
}

.mb-numbered-selection-summary b {
  color: var(--mb-brand-dark);
}

/* Holds */
.mb-numbered-hold-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  background: rgba(255,255,255,.055);
}

.mb-numbered-hold-seat {
  display: grid;
  place-items: center;
  width: 100px;
  height: 92px;
  border-radius: 20px 20px 10px 10px;
  color: #fff;
  background: var(--mb-brand);
  box-shadow: 0 15px 28px rgba(0,0,0,.18);
}

.mb-numbered-hold-seat span {
  font-size: 1.6rem;
  font-weight: 900;
}

.mb-numbered-hold-card small,
.mb-numbered-hold-card strong {
  display: block;
}

.mb-numbered-hold-card small {
  color: #aeb9c9;
}

.mb-numbered-hold-card strong {
  margin-top: 7px;
  color: #fff;
  font-size: 1.1rem;
}

.mb-numbered-countdown {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 14px;
  color: var(--mb-accent);
  font-size: .78rem;
  font-weight: 850;
}

.mb-numbered-countdown i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mb-accent);
  box-shadow: 0 0 0 5px rgba(var(--mb-accent-rgb), .1);
}

/* Pricing */
.mb-numbered-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.mb-numbered-price-grid article {
  padding: 24px;
  border: 1px solid var(--mb-border);
  border-radius: 19px;
  background: #fff;
}

.mb-numbered-price-dot {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 5px;
  background: var(--mb-brand);
}

.mb-numbered-price-dot.is-cat2 {
  background: var(--mb-accent);
}

.mb-numbered-price-dot.is-cat3 {
  background: var(--mb-dark);
}

.mb-numbered-price-grid small,
.mb-numbered-price-grid strong {
  display: block;
}

.mb-numbered-price-grid small {
  margin-top: 18px;
  color: #7d899a;
  font-weight: 760;
}

.mb-numbered-price-grid strong {
  margin-top: 8px;
  font-size: 1.7rem;
}

.mb-numbered-price-grid p {
  margin: 7px 0 0;
  color: var(--mb-muted);
  font-size: .84rem;
}

/* Tabs */
.mb-numbered-tabs {
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-numbered-tab-head {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-bottom: 1px solid #edf0f4;
}

.mb-numbered-tab-head span {
  padding: 9px 12px;
  border-radius: 10px;
  color: #697587;
  background: #f3f5f8;
  font-size: .75rem;
  font-weight: 820;
}

.mb-numbered-tab-head span.is-active {
  color: #fff;
  background: var(--mb-brand);
}

.mb-numbered-tab-body {
  padding: 26px 20px 28px;
  background: #f8f9fc;
}

.mb-numbered-stage-small {
  width: 65%;
  margin: 0 auto 24px;
  padding: 7px;
  border-radius: 4px 4px 18px 18px;
  color: #fff;
  background: var(--mb-dark);
  text-align: center;
  font-size: .64rem;
  font-weight: 900;
}

.mb-numbered-mini-rows {
  display: grid;
  gap: 10px;
}

.mb-numbered-mini-rows div {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.mb-numbered-mini-rows i {
  width: 25px;
  height: 23px;
  border: 1px solid rgba(var(--mb-brand-rgb), .18);
  border-radius: 8px 8px 4px 4px;
  background: var(--mb-brand-soft);
}

/* Admin */
.mb-numbered-admin-card {
  padding: 26px;
  border: 1px solid var(--mb-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-numbered-admin-card > small,
.mb-numbered-admin-card > strong {
  display: block;
}

.mb-numbered-admin-card > small {
  color: #7c8799;
  font-weight: 760;
}

.mb-numbered-admin-card > strong {
  margin-top: 8px;
  font-size: 1.2rem;
}

.mb-numbered-admin-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.mb-numbered-admin-meta span {
  padding: 8px 10px;
  border-radius: 999px;
  color: #58667a;
  background: #f1f4f8;
  font-size: .72rem;
  font-weight: 760;
}

.mb-numbered-admin-button {
  margin-top: 24px;
  padding: 14px;
  border-radius: 12px;
  color: #fff;
  background: var(--mb-brand);
  text-align: center;
  font-size: .82rem;
  font-weight: 900;
}

/* Dark usecases */
.mb-numbered-usecases {
  display: grid;
  gap: 12px;
}

.mb-numbered-usecases div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
}

.mb-numbered-usecases span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  color: var(--mb-dark);
  background: var(--mb-accent);
  font-weight: 900;
}

.mb-numbered-usecases strong {
  color: #fff;
}

/* Related links */
.mb-numbered-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.mb-numbered-links a {
  display: flex;
  flex-direction: column;
  min-height: 235px;
  padding: 24px;
  border: 1px solid var(--mb-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
  text-decoration: none;
}

.mb-numbered-links a > span {
  color: var(--mb-brand);
  font-size: .72rem;
  font-weight: 900;
}

.mb-numbered-links strong {
  margin-top: 18px;
  font-size: 1.1rem;
}

.mb-numbered-links small {
  margin-top: 8px;
  color: var(--mb-muted);
  line-height: 1.5;
}

.mb-numbered-links b {
  margin-top: auto;
  padding-top: 20px;
  color: var(--mb-brand-dark);
  font-size: .84rem;
}

/* Cost */
.mb-numbered-cost {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 38px;
  align-items: center;
  padding: clamp(30px,5vw,58px);
  border: 1px solid rgba(var(--mb-brand-rgb),.13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 10%, rgba(var(--mb-accent-rgb),.18), transparent 15rem),
    #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-numbered-cost-visual {
  padding: 30px;
  border-radius: 22px;
  color: #fff;
  background: var(--mb-dark);
}

.mb-numbered-cost-visual span,
.mb-numbered-cost-visual strong,
.mb-numbered-cost-visual small {
  display: block;
}

.mb-numbered-cost-visual span {
  color: #b8c3d2;
  font-size: .78rem;
}

.mb-numbered-cost-visual strong {
  margin-top: 10px;
  color: var(--mb-accent);
  font-size: clamp(2.3rem,5vw,4.4rem);
  line-height: .96;
  letter-spacing: -.06em;
}

.mb-numbered-cost-visual small {
  margin-top: 12px;
  color: #fff;
  line-height: 1.5;
}

/* FAQ */
.mb-numbered-faq {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.mb-numbered-faq details {
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 17px;
  background: #fff;
}

.mb-numbered-faq summary {
  position: relative;
  padding: 21px 58px 21px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 830;
}

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

.mb-numbered-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--mb-brand);
  font-size: 1.55rem;
}

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

.mb-numbered-faq details > div {
  padding: 0 22px 22px;
  color: var(--mb-muted);
  line-height: 1.7;
}

.mb-numbered-final {
  text-align: center;
}

.mb-numbered-final .mb-heading,
.mb-numbered-final .mb-lead {
  margin-left: auto;
  margin-right: auto;
}

.mb-numbered-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 980px) {
  .mb-numbered-hero-grid,
  .mb-numbered-split,
  .mb-numbered-cost {
    grid-template-columns: 1fr;
  }

  .mb-numbered-split--reverse > :first-child,
  .mb-numbered-split--reverse > :last-child {
    order: initial;
  }

  .mb-numbered-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mb-numbered-seatmap-shell {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 780px) {
  .mb-numbered-hero {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .mb-numbered-title {
    font-size: clamp(2.55rem,12vw,4.4rem);
  }

  .mb-numbered-price-grid,
  .mb-numbered-links {
    grid-template-columns: 1fr;
  }

  .mb-numbered-floating {
    right: -4px;
  }
}

@media (max-width: 620px) {
  .mb-numbered-actions .mb-btn,
  .mb-numbered-final-actions .mb-btn {
    width: 100%;
  }

  .mb-numbered-feature-grid {
    grid-template-columns: 1fr;
  }

  .mb-generated-seat {
    width: 14px;
    height: 16px;
  }

  .mb-generated-seats {
    gap: 4px;
  }

  .mb-numbered-floating {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 24px);
    margin: -4px 12px 14px;
  }

  .mb-numbered-selection-row {
    gap: 6px;
  }

  .mb-numbered-selection-row i {
    width: 34px;
    height: 34px;
  }

  .mb-numbered-hold-card {
    grid-template-columns: 76px 1fr;
  }

  .mb-numbered-hold-seat {
    width: 76px;
    height: 72px;
  }
}
