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

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

.mb-solution-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-solution-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-solution-title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.8rem,6vw,5.5rem);
  line-height: .94;
  letter-spacing: -.075em;
}

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

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

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

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

.mb-solution-flow {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 85px rgba(15,23,42,.18);
}

.mb-solution-flow-head {
  padding: 20px;
  border-bottom: 1px solid #edf0f6;
}

.mb-solution-flow-head small,
.mb-solution-flow-head strong {
  display: block;
}

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

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

.mb-solution-flow-list {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: #f8f9fc;
}

.mb-solution-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  padding: 13px;
  border: 1px solid #e8ebf2;
  border-radius: 14px;
  background: #fff;
}

.mb-solution-step > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--mb-brand);
  font-size: .72rem;
  font-weight: 900;
}

.mb-solution-step strong,
.mb-solution-step small {
  display: block;
}

.mb-solution-step strong {
  font-size: .86rem;
}

.mb-solution-step small {
  margin-top: 4px;
  color: #7c8799;
  font-size: .73rem;
}

.mb-solution-section-head {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 34px;
}

.mb-solution-feature-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

.mb-solution-feature-card {
  display: flex;
  flex-direction: column;
  min-height: 275px;
  padding: 24px;
  border: 1px solid var(--mb-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,23,42,.045);
}

.mb-solution-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: var(--mb-brand);
  background: var(--mb-brand-soft);
}

.mb-solution-feature-card h3 {
  margin: 22px 0 0;
  font-size: 1.14rem;
  letter-spacing: -.03em;
}

.mb-solution-feature-card p {
  margin: 11px 0 0;
  color: var(--mb-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.mb-solution-feature-card a {
  margin-top: auto;
  padding-top: 20px;
  color: var(--mb-brand-dark) !important;
  text-decoration: none;
  font-size: .85rem;
  font-weight: 850;
}

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

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

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

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

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

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

.mb-event-builder {
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

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

.mb-event-builder-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-event-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 18px;
  background: #f8f9fc;
}

.mb-event-fields div {
  padding: 16px;
  border: 1px solid #e8ebf2;
  border-radius: 14px;
  background: #fff;
}

.mb-event-fields small,
.mb-event-fields strong {
  display: block;
}

.mb-event-fields small {
  color: #7c8799;
  font-size: .7rem;
  font-weight: 750;
}

.mb-event-fields strong {
  margin-top: 7px;
  font-size: .88rem;
}

.mb-booking-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mb-booking-mode {
  min-height: 240px;
  padding: 24px;
  border: 1px solid var(--mb-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-mode-tag {
  display: inline-block;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--mb-brand-dark);
  background: var(--mb-brand-soft);
  font-size: .69rem;
  font-weight: 850;
}

.mb-booking-mode strong {
  display: block;
  margin-top: 22px;
  font-size: 1.15rem;
}

.mb-qty-control {
  display: inline-grid;
  grid-template-columns: 40px 50px 40px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 12px;
}

.mb-qty-control i,
.mb-qty-control b {
  display: grid;
  place-items: center;
  height: 42px;
  font-style: normal;
}

.mb-qty-control i {
  color: var(--mb-brand);
  background: #f8f9fc;
  font-weight: 900;
}

.mb-mini-seat-row {
  display: flex;
  gap: 7px;
  margin-top: 32px;
}

.mb-mini-seat-row i {
  width: 27px;
  height: 26px;
  border-radius: 8px 8px 4px 4px;
  background: var(--mb-brand-soft);
  border: 1px solid rgba(var(--mb-brand-rgb),.18);
}

.mb-mini-seat-row i.is-selected {
  background: var(--mb-brand);
  border-color: var(--mb-brand);
}

.mb-purchase-flow {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
  margin-top: 38px;
}

.mb-purchase-flow > div {
  padding: 21px 15px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
  text-align: center;
}

.mb-purchase-flow span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
  border-radius: 10px;
  color: var(--mb-dark);
  background: var(--mb-accent);
  font-size: .74rem;
  font-weight: 900;
}

.mb-purchase-flow strong,
.mb-purchase-flow small {
  display: block;
}

.mb-purchase-flow strong {
  color: #fff;
  font-size: .86rem;
}

.mb-purchase-flow small {
  margin-top: 5px;
  color: #b8c3d2;
  font-size: .72rem;
}

.mb-solution-ticket {
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-solution-ticket-brand {
  padding: 15px 18px;
  color: #fff;
  background: var(--mb-brand);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.mb-solution-ticket-body {
  display: grid;
  grid-template-columns: 1fr 92px;
  gap: 18px;
  align-items: center;
  padding: 26px;
}

.mb-solution-ticket-body small,
.mb-solution-ticket-body strong,
.mb-solution-ticket-body span,
.mb-solution-ticket-body b {
  display: block;
}

.mb-solution-ticket-body small {
  color: #8a96a7;
  font-size: .68rem;
  font-weight: 800;
}

.mb-solution-ticket-body strong {
  margin-top: 7px;
  font-size: 1.18rem;
}

.mb-solution-ticket-body span {
  margin-top: 9px;
  color: var(--mb-muted);
  font-size: .82rem;
}

.mb-solution-ticket-body b {
  margin-top: 10px;
  color: var(--mb-brand-dark);
}

.mb-solution-qr {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 3px;
  width: 92px;
  height: 92px;
  padding: 8px;
  border: 1px solid #e8ebf2;
  border-radius: 10px;
}

.mb-solution-qr i {
  background: #111827;
  border-radius: 1px;
}

.mb-solution-qr i:nth-child(3),
.mb-solution-qr i:nth-child(6),
.mb-solution-qr i:nth-child(8),
.mb-solution-qr i:nth-child(12),
.mb-solution-qr i:nth-child(17),
.mb-solution-qr i:nth-child(21),
.mb-solution-qr i:nth-child(24) {
  opacity: 0;
}

.mb-sales-dashboard {
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

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

.mb-sales-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-sales-kpis {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
  padding: 18px 18px 8px;
  background: #f8f9fc;
}

.mb-sales-kpis div {
  padding: 14px;
  border: 1px solid #e8ebf2;
  border-radius: 14px;
  background: #fff;
}

.mb-sales-kpis small,
.mb-sales-kpis strong {
  display: block;
}

.mb-sales-kpis small {
  color: #7d899a;
  font-size: .7rem;
  font-weight: 750;
}

.mb-sales-kpis strong {
  margin-top: 7px;
  font-size: 1.18rem;
}

.mb-sales-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 165px;
  padding: 20px 24px;
  background: #f8f9fc;
}

.mb-sales-bars i {
  flex: 1;
  border-radius: 7px 7px 3px 3px;
  background: linear-gradient(180deg,var(--mb-brand),var(--mb-brand-light));
}

.mb-marketing-stack {
  display: grid;
  gap: 12px;
}

.mb-marketing-stack div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
}

.mb-marketing-stack span {
  color: #bac5d3;
}

.mb-marketing-stack strong {
  color: var(--mb-accent);
}

.mb-audience-link-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
}

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

.mb-audience-link-grid a > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  color: var(--mb-brand-dark);
  background: var(--mb-brand-soft);
  font-weight: 900;
}

.mb-audience-link-grid strong {
  margin-top: 20px;
  font-size: 1.12rem;
}

.mb-audience-link-grid small {
  margin-top: 8px;
  color: var(--mb-muted);
  font-size: .84rem;
  line-height: 1.5;
}

.mb-audience-link-grid b {
  margin-top: auto;
  padding-top: 22px;
  color: var(--mb-brand-dark);
  font-size: .84rem;
}

.mb-solution-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-solution-price {
  padding: 28px;
  border-radius: 22px;
  color: #fff;
  background: var(--mb-dark);
}

.mb-solution-price small,
.mb-solution-price strong,
.mb-solution-price span {
  display: block;
}

.mb-solution-price small {
  color: #b9c4d5;
  font-weight: 750;
}

.mb-solution-price strong {
  margin-top: 8px;
  color: var(--mb-accent);
  font-size: clamp(2.8rem,6vw,5.4rem);
  line-height: .95;
  letter-spacing: -.07em;
}

.mb-solution-price span {
  margin-top: 7px;
  font-size: 1rem;
  font-weight: 800;
}

.mb-solution-faq {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1050px) {
  .mb-solution-section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mb-solution-feature-grid,
  .mb-audience-link-grid {
    grid-template-columns: 1fr;
  }
}

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

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

  .mb-solution-flow {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }

  .mb-purchase-flow {
    grid-template-columns: repeat(3,1fr);
  }
}

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

  .mb-solution-title {
    font-size: clamp(2.65rem,13vw,4.6rem);
  }

  .mb-event-fields,
  .mb-booking-modes,
  .mb-sales-kpis {
    grid-template-columns: 1fr;
  }

  .mb-purchase-flow {
    grid-template-columns: 1fr;
  }
}

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

  .mb-solution-ticket-body {
    grid-template-columns: 1fr;
  }

  .mb-solution-qr {
    width: 80px;
    height: 80px;
  }
}
