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

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

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

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

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

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

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

/* Hero checkout */
.mb-online-checkout {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 85px rgba(15,23,42,.18);
}

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

.mb-online-checkout-head small,
.mb-online-checkout-head strong {
  display: block;
}

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

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

.mb-online-checkout-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-online-checkout-body {
  padding: 20px;
  background: #f8f9fc;
}

.mb-online-checkout-event {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid #e8ebf2;
  border-radius: 15px;
  background: #fff;
}

.mb-online-date {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 13px;
  color: var(--mb-brand-dark);
  background: var(--mb-brand-soft);
  font-size: .72rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.1;
}

.mb-online-checkout-event strong,
.mb-online-checkout-event span {
  display: block;
}

.mb-online-checkout-event strong {
  font-size: .88rem;
}

.mb-online-checkout-event span {
  margin-top: 5px;
  color: #7c8799;
  font-size: .76rem;
}

.mb-online-summary {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e8ebf2;
}

.mb-online-summary > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #667085;
  font-size: .8rem;
}

.mb-online-summary strong {
  color: #253244;
}

.mb-online-total {
  padding-top: 10px;
  border-top: 1px solid #edf0f4;
}

.mb-online-total span,
.mb-online-total strong {
  color: var(--mb-text) !important;
  font-size: .95rem !important;
  font-weight: 900;
}

.mb-online-pay-button {
  margin-top: 14px;
  padding: 15px;
  border-radius: 13px;
  color: #fff;
  background: var(--mb-brand);
  text-align: center;
  font-size: .87rem;
  font-weight: 900;
}

.mb-online-secure {
  margin-top: 12px;
  color: #687587;
  text-align: center;
  font-size: .73rem;
  font-weight: 750;
}

.mb-online-secure span {
  color: var(--mb-success);
}

/* Benefits */
.mb-online-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

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

.mb-online-benefits 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-online-benefits strong {
  display: block;
  margin-top: 17px;
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Ticket types */
.mb-online-ticket-types {
  display: grid;
  gap: 11px;
}

.mb-online-ticket-types > div {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 15px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--mb-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(15,23,42,.035);
}

.mb-online-ticket-types span {
  font-size: .85rem;
  font-weight: 800;
}

.mb-online-ticket-types strong {
  color: var(--mb-brand-dark);
  font-size: .92rem;
}

.mb-online-ticket-types small {
  color: #7c8799;
  font-size: .72rem;
}

.mb-online-ticket-types .mb-online-promo {
  border-color: rgba(var(--mb-accent-rgb), .3);
  background: var(--mb-accent-soft);
}

/* Modes */
.mb-online-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

.mb-online-mode-card > span {
  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-online-mode-card strong {
  display: block;
  margin-top: 20px;
  font-size: 1rem;
}

.mb-online-counter {
  display: inline-grid;
  grid-template-columns: 42px 52px 42px;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid var(--mb-border);
  border-radius: 12px;
}

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

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

.mb-online-seat-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 7px;
  margin-top: 29px;
}

.mb-online-seat-grid i {
  height: 25px;
  border: 1px solid rgba(var(--mb-brand-rgb), .18);
  border-radius: 8px 8px 4px 4px;
  background: var(--mb-brand-soft);
}

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

/* Journey */
.mb-online-journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 38px;
}

.mb-online-journey > 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-online-journey 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-online-journey strong,
.mb-online-journey small {
  display: block;
}

.mb-online-journey strong {
  color: #fff;
  font-size: .86rem;
}

.mb-online-journey small {
  margin-top: 5px;
  color: #b8c3d2;
  font-size: .72rem;
  line-height: 1.45;
}

/* Phone */
.mb-online-phone {
  width: 300px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 38px;
  background: #0d1320;
  box-shadow: 0 28px 65px rgba(15,23,42,.23);
}

.mb-online-phone-notch {
  width: 95px;
  height: 22px;
  margin: 0 auto -12px;
  position: relative;
  z-index: 2;
  border-radius: 0 0 15px 15px;
  background: #0d1320;
}

.mb-online-phone-screen {
  min-height: 525px;
  padding: 26px 18px 20px;
  border-radius: 30px;
  background: #f7f8fb;
}

.mb-online-phone-brand {
  display: block;
  color: var(--mb-brand-dark);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.mb-online-phone-event {
  height: 170px;
  margin-top: 18px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 70% 30%, rgba(var(--mb-accent-rgb), .55), transparent 6rem),
    linear-gradient(145deg, #1b263d, #0f172a);
}

.mb-online-phone-screen > strong {
  display: block;
  margin-top: 18px;
  font-size: 1.06rem;
}

.mb-online-phone-screen > small {
  display: block;
  margin-top: 6px;
  color: #7b8797;
}

.mb-online-phone-card {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 22px;
  padding: 15px;
  border: 1px solid #e3e7ee;
  border-radius: 13px;
  background: #fff;
}

.mb-online-phone-card span {
  color: #5e6a7b;
  font-size: .78rem;
}

.mb-online-phone-card strong {
  font-size: .84rem;
}

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

/* Payment */
.mb-online-payment-card {
  padding: 24px;
  border: 1px solid var(--mb-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--mb-shadow-soft);
}

.mb-online-payment-card > small {
  display: block;
  color: #7c8799;
  font-weight: 800;
}

.mb-online-payment-card > div:not(.mb-online-payment-button) {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f4;
  color: #697587;
  font-size: .83rem;
}

.mb-online-payment-card strong {
  color: #273446;
}

.mb-online-payment-total span,
.mb-online-payment-total strong {
  color: var(--mb-text) !important;
  font-size: .95rem;
  font-weight: 900;
}

.mb-online-payment-button {
  margin-top: 18px;
  padding: 15px;
  border-radius: 13px;
  color: #075f43;
  background: #dcf8ed;
  text-align: center;
  font-size: .83rem;
  font-weight: 900;
}

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

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

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

.mb-online-ticket-content small,
.mb-online-ticket-content strong,
.mb-online-ticket-content span,
.mb-online-ticket-content b {
  display: block;
}

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

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

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

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

.mb-online-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-online-qr i {
  background: #111827;
  border-radius: 1px;
}

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

/* Tracking */
.mb-online-tracking {
  display: grid;
  gap: 12px;
}

.mb-online-tracking div {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.055);
}

.mb-online-tracking span {
  color: #bcc6d4;
  font-size: .8rem;
}

.mb-online-tracking strong {
  color: #fff;
  font-size: .87rem;
}

.mb-online-tracking b {
  color: var(--accent, var(--mb-accent));
}

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

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

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

.mb-online-audience-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-online-audience-grid strong {
  margin-top: 20px;
  font-size: 1.12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-online-audience-grid {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

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

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

  .mb-online-fields,
  .mb-online-modes {
    grid-template-columns: 1fr;
  }

  .mb-online-journey {
    grid-template-columns: 1fr;
  }
}

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

  .mb-online-benefits {
    grid-template-columns: 1fr;
  }

  .mb-online-ticket-types > div {
    grid-template-columns: 1fr auto;
  }

  .mb-online-ticket-types small {
    grid-column: 1 / -1;
  }

  .mb-online-ticket-content {
    grid-template-columns: 1fr;
  }

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

  .mb-online-tracking div {
    grid-template-columns: 75px 1fr auto;
  }
}
