:root{
  --mb-ink: #10232d;
  --mb-ink-soft: #637985;
  --mb-navy: #0b2330;
  --mb-navy-2: #153947;
  --mb-orange: #F26A21;
  --mb-orange-dark: #C8540F;
  --mb-orange-soft: #FDEEE4;
  --mb-line: #dbe6ea;
  --mb-surface: #ffffff;
  --mb-surface-soft: #f5f8fa;
  --mb-success: #2f9a78;
  --mb-shadow: 0 18px 55px rgba(10, 37, 50, 0.10);
  --mb-radius-lg: 24px;
  --mb-radius-md: 16px;
  --mb-radius-sm: 10px;
}.mb-app *{ box-sizing: border-box; }.mb-app{ scroll-behavior: smooth; }.mb-app{
  margin: 0;
  color: var(--mb-ink);
  background: var(--mb-surface);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}.mb-app button, .mb-app select{ font: inherit; }.mb-app button{ cursor: pointer; }.mb-app a{ color: inherit; }.mb-app .skip-link{
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: white;
  background: var(--mb-navy);
  border-radius: 8px;
  transform: translateY(-150%);
}.mb-app .skip-link:focus{ transform: translateY(0); }.mb-app .site-header{
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
}.mb-app .brand{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--mb-navy);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-decoration: none;
}.mb-app .brand-mark{
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: white;
  background: var(--mb-orange);
  border-radius: 10px 10px 10px 2px;
  font-weight: 900;
  letter-spacing: 0;
}.mb-app .privacy-pill{
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
  color: #526070;
  background: #f1f4f7;
  border: 1px solid var(--mb-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}.mb-app .privacy-pill span{ color: var(--mb-success); font-size: 9px; }.mb-app .mb-hero-wrap{
  position: relative;
  background: linear-gradient(125deg,#081f2b 0%,#0d3344 56%,#134d61 100%);
  color: #fff;
}
.mb-app .mb-hero-wrap::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}
.mb-app .mb-hero{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 76px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 590px;
  margin: 0 auto;
  padding: 54px 0 94px;
}
.mb-app .mb-hero .hero-text{ color: #c7d8df; }
.mb-app .mb-hero .trust-list{ color: #a9c1cb; }
.mb-app .mb-hero .trust-list span{ color: #a9c1cb; }
.mb-app .mb-eyebrow{
  margin: 0 0 12px;
  color: var(--mb-orange-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
}.mb-app h1, .mb-app h2, .mb-app h3, .mb-app p{ margin-top: 0; }.mb-app h1, .mb-app h2, .mb-app h3{ line-height: 1.08; letter-spacing: -0.035em; }.mb-app h1{ max-width: 700px; margin-bottom: 22px; font-size: clamp(44px, 5.4vw, 72px); }.mb-app h2{ margin-bottom: 14px; font-size: clamp(32px, 4vw, 50px); }.mb-app h3{ font-size: 22px; }.mb-app .mb-hero h1{ color: #fff; }.mb-app .mb-hero .mb-eyebrow{ color: #ffb98a; }.mb-app .hero-text{
  max-width: 640px;
  margin-bottom: 30px;
  color: var(--mb-ink-soft);
  font-size: 19px;
}.mb-app .button{
  display: inline-flex;
  min-height: 50px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}.mb-app .button:hover{ transform: translateY(-1px); }.mb-app .button:focus-visible, .mb-app .text-button:focus-visible, .mb-app select:focus-visible{
  outline: 3px solid rgba(245, 130, 32, 0.32);
  outline-offset: 3px;
}.mb-app .button-primary{ color: white; background: var(--mb-orange); box-shadow: 0 10px 24px rgba(245, 130, 32, 0.24); }.mb-app .button-primary:hover{ background: var(--mb-orange-dark); }.mb-app .button-secondary{ color: var(--mb-ink); background: white; border-color: var(--mb-line); }.mb-app .button-secondary:hover{ background: var(--mb-surface-soft); }.mb-app .trust-list{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 22px 0 0;
  padding: 0;
  color: #647082;
  font-size: 13px;
  list-style: none;
}.mb-app .trust-list span{ color: var(--mb-success); font-weight: 900; }.mb-app .hero-card{
  position: relative;
  min-height: 450px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(245,130,32,.22), transparent 25%),
    linear-gradient(145deg, var(--mb-navy), #1b2b43);
  border-radius: 34px;
  box-shadow: var(--mb-shadow);
}.mb-app .hero-card::after{
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}.mb-app .route-line{ position: absolute; z-index: 1; border: 2px dashed rgba(245,130,32,.42); border-radius: 50%; }.mb-app .route-line-one{ inset: 88px -80px 66px 120px; transform: rotate(-12deg); }.mb-app .route-line-two{ inset: 32px 158px 190px -90px; transform: rotate(20deg); }.mb-app .route-dot{ position: absolute; z-index: 2; width: 13px; height: 13px; background: var(--mb-orange); border: 3px solid #ffd2aa; border-radius: 50%; box-shadow: 0 0 0 6px rgba(245,130,32,.15); }.mb-app .dot-one{ top: 90px; left: 44%; }.mb-app .dot-two{ top: 215px; right: 19%; }.mb-app .dot-three{ bottom: 76px; left: 26%; }.mb-app .mini-card{
  position: absolute;
  z-index: 3;
  display: flex;
  width: 230px;
  gap: 12px;
  align-items: center;
  padding: 15px;
  color: white;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 15px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(0,0,0,.17);
}.mb-app .mini-card strong, .mb-app .mini-card small{ display: block; }.mb-app .mini-card small{ margin-top: 2px; color: #c6ced9; }.mb-app .mini-card-top{ top: 65px; left: 48px; }.mb-app .mini-card-middle{ top: 182px; right: 42px; }.mb-app .mini-card-bottom{ bottom: 75px; left: 72px; }.mb-app .mini-icon{ display: grid; flex: 0 0 39px; height: 39px; place-items: center; color: var(--mb-orange); background: rgba(245,130,32,.15); border: 1px solid rgba(245,130,32,.4); border-radius: 10px; font-weight: 900; }.mb-app .hero-status{ position: absolute; right: 27px; bottom: 22px; z-index: 4; color: #cfd5dd; font-size: 11px; }.mb-app .hero-status span{ display: inline-block; width: 7px; height: 7px; margin-right: 6px; background: #41c995; border-radius: 50%; }.mb-app .advisor-section{
  padding: 88px 20px 110px;
  background: var(--mb-surface-soft);
  border-top: 1px solid #eef1f4;
}.mb-app .section-heading{ max-width: 760px; margin: 0 auto 42px; text-align: center; }.mb-app .section-heading > p:last-child{ color: var(--mb-ink-soft); }.mb-app .advisor-shell{
  max-width: 1030px;
  margin: 0 auto;
  padding: 34px;
  background: white;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-lg);
  box-shadow: 0 16px 50px rgba(16, 24, 38, .07);
}.mb-app .progress-meta{ display: flex; justify-content: space-between; margin-bottom: 9px; color: #667285; font-size: 12px; font-weight: 750; }.mb-app .progress-track{ height: 6px; overflow: hidden; background: #edf0f3; border-radius: 999px; }.mb-app .progress-track span{ display: block; width: 33.333%; height: 100%; background: linear-gradient(90deg, var(--mb-orange), #ffad61); border-radius: inherit; transition: width 250ms ease; }.mb-app fieldset{ min-width: 0; margin: 36px 0 0; padding: 0; border: 0; }.mb-app legend{ width: 100%; padding: 0; font-size: clamp(24px, 3vw, 32px); font-weight: 850; line-height: 1.2; letter-spacing: -.025em; text-align: center; }.mb-app .question-help{ margin: 8px 0 26px; color: #6a7483; text-align: center; }.mb-app .choice-grid{ display: grid; gap: 14px; }.mb-app .choice-grid-four{ grid-template-columns: repeat(4, minmax(0, 1fr)); }.mb-app .choice-grid-two{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.mb-app .choice-card{
  position: relative;
  display: flex;
  min-height: 174px;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 20px 16px;
  border: 1px solid var(--mb-line);
  border-radius: var(--mb-radius-md);
  text-align: center;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}.mb-app .choice-card:hover{ border-color: #f1b27c; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(16,24,38,.06); }.mb-app .choice-card:has(input:checked){ background: var(--mb-orange-soft); border-color: var(--mb-orange); box-shadow: inset 0 0 0 1px var(--mb-orange); }.mb-app .choice-card:has(input:checked)::after{ position: absolute; top: 12px; right: 12px; display: grid; width: 23px; height: 23px; place-items: center; color: white; background: var(--mb-orange); border-radius: 50%; content: "✓"; font-size: 13px; font-weight: 900; }.mb-app .choice-card.is-active{ background: var(--mb-orange-soft); border-color: var(--mb-orange); }.mb-app .choice-card input{ position: absolute; width: 1px; height: 1px; opacity: 0; }.mb-app .choice-card strong{ display: block; line-height: 1.25; }.mb-app .choice-card small{ display: block; color: #697486; line-height: 1.4; }.mb-app .choice-icon{ display: grid; width: 43px; height: 43px; place-items: center; color: var(--mb-orange-dark); background: var(--mb-orange-soft); border-radius: 12px; font-size: 19px; font-weight: 900; }.mb-app .choice-card.compact{ min-height: 103px; flex-direction: row; gap: 14px; align-items: center; justify-content: flex-start; padding: 17px; text-align: left; }.mb-app .choice-card.compact .choice-icon{ flex: 0 0 43px; }.mb-app .selection-counter{ margin: 14px 0 0; color: #687384; font-size: 12px; text-align: right; }.mb-app .selection-counter.is-limit{ color: var(--mb-orange-dark); font-weight: 750; }.mb-app .setup-question{ max-width: 520px; margin: 26px auto 0; padding-top: 25px; border-top: 1px solid var(--mb-line); }.mb-app .setup-question label{ display: block; margin-bottom: 9px; font-weight: 800; }.mb-app .setup-question select{ width: 100%; min-height: 50px; padding: 0 42px 0 14px; color: var(--mb-ink); background: white; border: 1px solid #cfd6df; border-radius: 11px; }.mb-app .form-error{ min-height: 25px; margin-top: 15px; color: #bd3b27; font-size: 13px; font-weight: 700; text-align: center; }.mb-app .form-actions{ display: flex; gap: 12px; justify-content: center; margin-top: 12px; }.mb-app .result-section{ max-width: 1180px; margin: 0 auto; padding: 92px 20px 100px; }.mb-app .result-heading{ display: flex; gap: 40px; align-items: flex-end; justify-content: space-between; }.mb-app .result-heading > div:first-child{ max-width: 700px; }.mb-app .result-heading p:last-child{ color: var(--mb-ink-soft); }.mb-app .fit-score{ display: flex; width: 135px; height: 135px; flex: 0 0 135px; flex-direction: column; align-items: center; justify-content: center; background: var(--mb-orange-soft); border: 1px solid #ffd1aa; border-radius: 50%; text-align: center; }.mb-app .fit-score strong{ color: var(--mb-orange-dark); font-size: 29px; line-height: 1; }.mb-app .fit-score span{ width: 90px; margin-top: 7px; color: #806046; font-size: 10px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }.mb-app .profile-summary{ display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 38px; }.mb-app .summary-chip{ padding: 7px 11px; color: #4e5a69; background: #f3f5f7; border: 1px solid var(--mb-line); border-radius: 999px; font-size: 12px; font-weight: 700; }.mb-app .recommendation-layout{ display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .75fr); gap: 30px; }.mb-app .module-list{ display: grid; gap: 13px; }.mb-app .mb-module-card{ display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; gap: 15px; align-items: start; padding: 20px; background: white; border: 1px solid var(--mb-line); border-radius: var(--mb-radius-md); box-shadow: 0 8px 22px rgba(16,24,38,.045); }.mb-app .module-rank{ display: grid; width: 42px; height: 42px; place-items: center; color: white; background: var(--mb-navy); border-radius: 12px; font-size: 13px; font-weight: 900; }.mb-app .mb-module-card h4{ margin: 1px 0 5px; font-size: 17px; line-height: 1.3; }.mb-app .mb-module-card p{ margin: 0; color: #626e7f; font-size: 14px; }.mb-app .module-tag{ padding: 5px 8px; color: var(--mb-orange-dark); background: var(--mb-orange-soft); border-radius: 999px; font-size: 10px; font-weight: 850; white-space: nowrap; }.mb-app .result-aside{ display: grid; align-content: start; gap: 13px; }.mb-app .aside-card{ padding: 22px; background: var(--mb-surface-soft); border: 1px solid var(--mb-line); border-radius: var(--mb-radius-md); }.mb-app .aside-card p:last-child{ margin-bottom: 0; color: #596576; font-size: 14px; }.mb-app .start-card{ color: white; background: var(--mb-navy); border-color: var(--mb-navy); }.mb-app .start-card .mb-eyebrow{ color: #ffad61; }.mb-app .start-card strong{ display: block; margin-bottom: 7px; font-size: 20px; }.mb-app .start-card p:last-child{ color: #c6ced8; }.mb-app .optional-item + .optional-item{ margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--mb-line); }.mb-app .optional-item strong, .mb-app .optional-item small{ display: block; }.mb-app .optional-item small{ margin-top: 3px; color: #6a7483; }.mb-app .roadmap-label{ display: inline-block; margin-left: 6px; padding: 2px 5px; color: #77543a; background: #ffe5cc; border-radius: 4px; font-size: 8px; font-weight: 900; letter-spacing: .06em; vertical-align: 2px; }.mb-app .result-actions{ display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }.mb-app .text-button{ min-height: 44px; padding: 8px 12px; color: #5e6878; background: transparent; border: 0; font-weight: 750; text-decoration: underline; text-decoration-color: #c9cfd7; text-underline-offset: 4px; }.mb-app .result-note{ margin: 18px 0 0; color: #778191; font-size: 12px; }.mb-app footer{ display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 30px max(20px, calc((100vw - 1180px) / 2)); color: #c9d0da; background: var(--mb-navy); font-size: 12px; }.mb-app footer p{ margin: 0; }.mb-app .brand-footer{ color: white; font-size: 14px; }.mb-app .brand-footer .brand-mark{ width: 29px; height: 29px; font-size: 13px; }.mb-app .toast{ position: fixed; right: 20px; bottom: 20px; z-index: 50; padding: 12px 16px; color: white; background: var(--mb-navy); border-radius: 10px; box-shadow: var(--mb-shadow); font-size: 13px; font-weight: 750; opacity: 0; transform: translateY(12px); pointer-events: none; transition: 180ms ease; }.mb-app .toast.is-visible{ opacity: 1; transform: translateY(0); }.mb-app [hidden]{ display: none !important; }

.mb-app .mb-pill{ display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; }
.mb-app .pill-dot{ width: 7px; height: 7px; border-radius: 50%; background: #ff6b4a; display: inline-block; }
.mb-app .hero-accent{ color: var(--mb-orange); }
.mb-app .hero-cta-row{ display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.mb-app .mb-hero .button-secondary{ color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.22); }
.mb-app .mb-hero .button-secondary:hover{ background: rgba(255,255,255,.12); }
.mb-app .dash-mock{ background: #fff; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.35); overflow: hidden; }
.mb-app .dash-mock-bar{ display: flex; align-items: center; gap: 7px; padding: 12px 16px; background: #f3f5f7; border-bottom: 1px solid #e4ecef; }
.mb-app .dash-mock-bar i{ width: 9px; height: 9px; border-radius: 50%; background: #d7dee2; }
.mb-app .dash-mock-title{ margin-left: 8px; font-size: 12px; font-weight: 800; color: #556270; }
.mb-app .dash-mock-live{ margin-left: auto; color: var(--mb-success); font-size: 11px; font-weight: 800; }
.mb-app .dash-mock-body{ padding: 22px; }
.mb-app .dash-mock-head{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.mb-app .dash-mock-head small{ display: block; color: #8996a3; font-size: 11px; }
.mb-app .dash-mock-head strong{ display: block; font-size: 17px; color: var(--mb-ink); margin-top: 2px; }
.mb-app .dash-mock-new-btn{ background: var(--mb-orange); color: #fff; font-size: 11px; font-weight: 800; padding: 8px 12px; border-radius: 8px; white-space: nowrap; }
.mb-app .dash-mock-kpis{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 14px; }
.mb-app .dash-mock-kpis > div{ background: #fff; border: 1px solid #e6ecef; border-radius: 8px; padding: 12px; }
.mb-app .dash-mock-kpis small{ display: block; color: #8996a3; font-size: 9px; }
.mb-app .dash-mock-kpis strong{ display: block; font-size: 16px; color: var(--mb-ink); margin-top: 4px; }
.mb-app .dash-mock-kpis em{ display: block; margin-top: 3px; font-style: normal; font-size: 10px; font-weight: 800; color: var(--mb-success); }
.mb-app .dash-mock-kpis em.neutral{ color: #8996a3; }
.mb-app .dash-mock-panels{ display: grid; grid-template-columns: 1.5fr 1fr; gap: 12px; }
.mb-app .dash-mock-chart, .mb-app .dash-mock-status{ background: #fff; border: 1px solid #e6ecef; border-radius: 8px; padding: 14px; }
.mb-app .dash-mock-panel-head{ display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; }
.mb-app .dash-mock-panel-head span{ font-size: 11px; font-weight: 800; color: var(--mb-ink); }
.mb-app .dash-mock-panel-head small{ font-size: 9px; color: #8996a3; }
.mb-app .dash-mock-bars{ display: flex; align-items: flex-end; gap: 8px; height: 70px; }
.mb-app .dash-mock-bars i{ flex: 1; background: linear-gradient(var(--mb-orange), #ffb27a); border-radius: 3px 3px 0 0; }
.mb-app .dash-mock-status-row{ display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.mb-app .dash-mock-status-row:first-of-type{ margin-top: 0; }
.mb-app .dash-mock-status-row strong{ display: block; font-size: 11px; color: var(--mb-ink); }
.mb-app .dash-mock-status-row small{ display: block; font-size: 9px; color: #8996a3; }
.mb-app .dash-mock-status-row .dot{ width: 8px; height: 8px; border-radius: 50%; flex: none; }
.mb-app .dash-mock-status-row .dot.green{ background: var(--mb-success); }
.mb-app .dash-mock-status-row .dot.orange{ background: var(--mb-orange); }
.mb-app .dash-mock-status-row .dot.blue{ background: #4c8dff; }
@media (max-width: 920px) {.mb-app .mb-hero{ grid-template-columns: 1fr; gap: 40px; padding-top: 35px; }.mb-app .hero-card{ min-height: 390px; }.mb-app .choice-grid-four{ grid-template-columns: repeat(2, minmax(0, 1fr)); }.mb-app .recommendation-layout{ grid-template-columns: 1fr; }
}

@media (max-width: 640px) {.mb-app .site-header{ width: min(100% - 28px, 1180px); padding: 18px 0; }.mb-app .privacy-pill{ padding: 7px 9px; font-size: 10px; }.mb-app .mb-hero{ width: min(100% - 28px, 1180px); min-height: 0; padding: 45px 0 65px; }.mb-app h1{ font-size: 42px; }.mb-app .hero-text{ font-size: 17px; }.mb-app .hero-card{ min-height: 340px; border-radius: 24px; }.mb-app .mini-card{ width: 205px; }.mb-app .mini-card-top{ top: 44px; left: 20px; }.mb-app .mini-card-middle{ top: 145px; right: 16px; }.mb-app .mini-card-bottom{ bottom: 42px; left: 30px; }.mb-app .hero-status{ display: none; }.mb-app .advisor-section{ padding: 67px 14px 75px; }.mb-app .advisor-shell{ padding: 22px 15px; border-radius: 18px; }.mb-app .choice-grid-four, .mb-app .choice-grid-two{ grid-template-columns: 1fr; }.mb-app .choice-card{ min-height: 135px; }.mb-app .choice-card.compact{ min-height: 93px; }.mb-app .form-actions{ align-items: stretch; }.mb-app .form-actions .button{ flex: 1; }.mb-app .result-section{ padding: 70px 14px; }.mb-app .result-heading{ align-items: flex-start; }.mb-app .fit-score{ width: 96px; height: 96px; flex-basis: 96px; }.mb-app .fit-score strong{ font-size: 22px; }.mb-app .fit-score span{ width: 76px; font-size: 8px; }.mb-app .mb-module-card{ grid-template-columns: 42px minmax(0,1fr); }.mb-app .module-tag{ grid-column: 2; justify-self: start; }.mb-app .result-actions .button{ width: 100%; }.mb-app .text-button{ width: 100%; }.mb-app footer{ flex-direction: column; align-items: flex-start; }
}

@media print {.mb-app .site-header, .mb-app .mb-hero, .mb-app .advisor-section, .mb-app footer, .mb-app .result-actions, .mb-app .result-note, .mb-app .toast{ display: none !important; }.mb-app .result-section{ max-width: none; padding: 0; }.mb-app .result-heading h2{ font-size: 30px; }.mb-app .recommendation-layout{ grid-template-columns: 1.25fr .75fr; }.mb-app .mb-module-card, .mb-app .aside-card{ break-inside: avoid; box-shadow: none; }
}
