body[data-page="home"] {
  --mp-bg: #050a12;
  --mp-surface: #08111f;
  --mp-surface-2: #0d1728;
  --mp-surface-3: #111d31;
  --mp-line: rgba(148, 163, 184, 0.16);
  --mp-line-strong: rgba(148, 163, 184, 0.28);
  --mp-text: #f8fafc;
  --mp-muted: #bac6d6;
  --mp-soft: #9aa8ba;
  --mp-ai: #22e6c3;
  --mp-gold: #ffb84d;
  --mp-blue: #4da3ff;
  --mp-purple: #7b61ff;
  --mp-radius: 16px;
  background:
    linear-gradient(180deg, rgba(7, 19, 34, 0.92), #050a12 42rem),
    #050a12;
  color: var(--mp-text);
}

body[data-page="home"],
body[data-page="home"] * {
  box-sizing: border-box;
}

body[data-page="home"] h1,
body[data-page="home"] h2,
body[data-page="home"] h3,
body[data-page="home"] .mp-button,
body[data-page="home"] .mp-brand__word {
  letter-spacing: 0;
}

body[data-page="home"] .mp-site-header {
  background: rgba(5, 10, 18, 0.82);
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: none;
  backdrop-filter: blur(18px) saturate(160%);
}

body[data-page="home"] .mp-site-header__inner {
  min-height: 72px;
}

body[data-page="home"] .mp-brand {
  gap: 10px;
}

body[data-page="home"] .mp-brand img.mp-brand__mark {
  width: 40px;
  height: 40px;
}

body[data-page="home"] .mp-brand img.mp-brand__approved-mark {
  width: 38px;
  height: 38px;
}

body[data-page="home"] .mp-brand img.mp-brand__full {
  width: auto;
  height: 42px;
  max-width: 188px;
}

body[data-page="home"] .mp-brand__word {
  font-size: 1.05rem;
}

body[data-page="home"] .mp-nav {
  background: rgba(8, 17, 31, 0.97);
  border-color: rgba(148, 163, 184, 0.18);
  border-radius: 16px;
}

body[data-page="home"] .mp-nav__link {
  min-height: 40px;
  padding: 0 9px;
  border-radius: 999px;
  background: transparent;
  color: var(--mp-muted);
  animation: none;
  font-size: 0.88rem;
  font-weight: 800;
}

body[data-page="home"] .mp-nav__link:hover,
body[data-page="home"] .mp-nav__link:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

body[data-page="home"] .mp-header-actions .mp-button,
body[data-page="home"] .mp-nav__cta .mp-button {
  min-height: 42px;
  padding: 0 16px;
}

body[data-page="home"] .mp-header-actions .mp-store-icon,
body[data-page="home"] .mp-nav__cta .mp-store-icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

body[data-page="home"] .mp-button--primary {
  background: linear-gradient(135deg, #ffcf70, var(--mp-gold));
  color: #15100b;
  box-shadow: 0 14px 34px rgba(255, 184, 77, 0.24);
}

body[data-page="home"] .mp-button--primary:hover {
  box-shadow: 0 18px 42px rgba(255, 184, 77, 0.34);
}

body[data-page="home"] .mp-button--secondary {
  border-color: rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.045);
  color: #f8fafc;
}

.mp-visual-home {
  position: relative;
  overflow-x: clip;
  background:
    linear-gradient(rgba(148, 163, 184, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
}

.mp-visual-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(34, 230, 195, 0.07), transparent 18rem);
}

.mp-visual-hero {
  position: relative;
  padding: 58px 0 76px;
}

.mp-visual-hero__grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.mp-visual-hero__copy {
  max-width: 650px;
}

.mp-visual-badge,
.mp-visual-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(34, 230, 195, 0.24);
  border-radius: 999px;
  background: rgba(34, 230, 195, 0.08);
  color: #a7fff1;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-visual-hero h1 {
  margin-top: 18px;
  max-width: 680px;
  color: #ffffff;
  font-size: 3.25rem;
  line-height: 1.03;
}

.mp-visual-lead {
  max-width: 560px;
  margin-top: 18px;
  color: var(--mp-muted);
  font-size: 1.08rem;
  line-height: 1.72;
}

.mp-hero-short-answer {
  max-width: 600px;
  margin-top: 16px;
  color: #dbe8f4;
  font-size: 0.98rem;
  line-height: 1.65;
}

.mp-home-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.mp-home-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(34, 230, 195, 0.2);
  border-radius: 999px;
  background: rgba(34, 230, 195, 0.075);
  color: #dffcf7;
  font-size: 0.8rem;
  font-weight: 900;
}

.mp-hero-actions,
.mp-store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mp-hero-actions .mp-button {
  min-width: 154px;
}

.mp-hero-microcopy {
  margin-top: 16px;
  color: #c7d2df;
  font-size: 0.92rem;
  font-weight: 800;
}

.mp-hero-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.mp-hero-flow span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 999px;
  background: rgba(13, 23, 40, 0.72);
  color: #dbe8f4;
  font-size: 0.82rem;
  font-weight: 900;
}

.mp-hero-flow span + span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--mp-ai);
  box-shadow: 0 0 16px rgba(34, 230, 195, 0.72);
}

.mp-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 580px;
}

.mp-hero-phone {
  width: min(350px, 78vw);
  padding: 10px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.5),
    0 0 54px rgba(34, 230, 195, 0.16);
}

.mp-phone-shell {
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(13, 23, 40, 0.94), rgba(5, 10, 18, 0.98)),
    #08111f;
  padding: 18px;
}

.mp-phone-status,
.mp-app-topline,
.mp-match-card,
.mp-signal-panel,
.mp-decision-card,
.mp-float-card,
.mp-journey-step,
.mp-preview-card,
.mp-flow-feature-card,
.mp-review-process article,
.mp-board-module,
.mp-trust-card,
.mp-final-card,
.mp-faq-item {
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(13, 23, 40, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mp-phone-status,
.mp-app-topline,
.mp-match-card,
.mp-panel-heading,
.mp-signal-row,
.mp-mock-row,
.mp-player-compare,
.mp-captain-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mp-phone-status {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #dbe8f4;
  font-size: 0.78rem;
  font-weight: 900;
}

.mp-phone-status span:last-child {
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
}

.mp-app-topline {
  margin-top: 18px;
  color: var(--mp-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.mp-app-topline strong {
  color: var(--mp-gold);
}

.mp-match-card,
.mp-signal-panel,
.mp-decision-card {
  margin-top: 16px;
  border-radius: 16px;
  padding: 16px;
}

.mp-card-label,
.mp-decision-card span,
.mp-panel-heading span,
.mp-float-card span,
.mp-board-module span,
.mp-mock-label,
.mp-trust-card span {
  display: block;
  color: var(--mp-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-match-card strong,
.mp-decision-card strong,
.mp-float-card strong,
.mp-board-module strong,
.mp-mini-phone strong,
.mp-captain-card strong {
  display: block;
  color: #ffffff;
  font-weight: 900;
}

.mp-match-card small {
  display: block;
  margin-top: 4px;
  color: var(--mp-muted);
  font-weight: 800;
}

.mp-team-pair {
  display: grid;
  gap: 8px;
}

.mp-team-pair span,
.mp-journey-visual--match span,
.mp-journey-visual--decision span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(123, 97, 255, 0.32), rgba(77, 163, 255, 0.14));
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 900;
}

.mp-signal-panel {
  background:
    linear-gradient(180deg, rgba(34, 230, 195, 0.08), transparent),
    rgba(13, 23, 40, 0.82);
}

.mp-panel-heading strong {
  color: var(--mp-ai);
  font-size: 0.82rem;
}

.mp-signal-row {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(148, 163, 184, 0.11);
  color: #dbe8f4;
  font-size: 0.86rem;
  font-weight: 850;
}

.mp-signal-row strong {
  color: var(--mp-gold);
}

.mp-signal-bars {
  display: inline-flex;
  align-items: end;
  gap: 4px;
  height: 24px;
}

.mp-signal-bars i {
  display: block;
  width: 6px;
  border-radius: 999px;
  background: rgba(34, 230, 195, 0.86);
}

.mp-signal-bars i:nth-child(1) {
  height: 10px;
}

.mp-signal-bars i:nth-child(2) {
  height: 16px;
}

.mp-signal-bars i:nth-child(3) {
  height: 22px;
}

.mp-signal-bars i:nth-child(4) {
  height: 14px;
}

.mp-signal-bars--hot i {
  background: rgba(255, 184, 77, 0.92);
}

.mp-decision-card {
  background:
    linear-gradient(135deg, rgba(255, 184, 77, 0.13), rgba(123, 97, 255, 0.12)),
    rgba(13, 23, 40, 0.82);
}

.mp-decision-card p {
  margin-top: 8px;
  color: var(--mp-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.mp-float-card {
  position: absolute;
  width: 154px;
  border-radius: 16px;
  padding: 14px;
  backdrop-filter: blur(14px);
}

.mp-float-card--top {
  top: 72px;
  right: -70px;
  display: none;
}

.mp-float-card--mid {
  left: -114px;
  top: 318px;
}

.mp-float-card--low {
  right: -70px;
  bottom: 104px;
  display: none;
}

.mp-product-journey,
.mp-answer-section,
.mp-mid-cta,
.mp-app-preview,
.mp-flow-section,
.mp-decision-board-section,
.mp-trust-section,
.mp-final-download,
.mp-landing-faq {
  padding: 76px 0;
}

.mp-product-journey,
.mp-answer-section,
.mp-mid-cta,
.mp-app-preview,
.mp-flow-section,
.mp-decision-board-section,
.mp-final-download,
.mp-landing-faq {
  scroll-margin-top: 92px;
}

.mp-answer-section {
  padding-top: 10px;
}

.mp-answer-card,
.mp-mid-cta__panel {
  display: grid;
  gap: 24px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(34, 230, 195, 0.08), rgba(77, 163, 255, 0.055)),
    rgba(8, 17, 31, 0.78);
  padding: clamp(22px, 4vw, 34px);
}

.mp-answer-card h2,
.mp-mid-cta__panel h2 {
  margin-top: 14px;
  color: #ffffff;
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  line-height: 1.08;
}

.mp-answer-card p,
.mp-mid-cta__panel p {
  color: var(--mp-muted);
  line-height: 1.7;
}

.mp-mid-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.mp-section-intro {
  max-width: 690px;
  margin-bottom: 30px;
}

.mp-section-intro h2,
.mp-final-download h2 {
  margin-top: 14px;
  color: #ffffff;
  font-size: 2.25rem;
  line-height: 1.08;
}

.mp-journey-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mp-journey-step {
  position: relative;
  min-width: 0;
  border-radius: 16px;
  padding: 16px;
}

.mp-journey-step h3,
.mp-preview-card h3,
.mp-flow-feature-card h3,
.mp-trust-card h3 {
  margin-top: 14px;
  color: #ffffff;
  font-size: 1.02rem;
  line-height: 1.2;
}

.mp-journey-step p,
.mp-preview-card p,
.mp-flow-feature-card p,
.mp-trust-card p,
.mp-final-download p {
  margin-top: 8px;
  color: var(--mp-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.mp-journey-visual {
  min-height: 154px;
  overflow: hidden;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(34, 230, 195, 0.08), rgba(77, 163, 255, 0.08)),
    rgba(5, 10, 18, 0.7);
  padding: 14px;
}

.mp-journey-visual--match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 10px;
}

.mp-journey-visual--match small {
  grid-column: 1 / -1;
  align-self: end;
  color: var(--mp-gold);
  font-weight: 900;
}

.mp-journey-visual--scan {
  display: grid;
  gap: 8px;
}

.mp-journey-visual--scan span,
.mp-journey-visual--insight span,
.mp-journey-visual--build span,
.mp-journey-visual--review span,
.mp-risk-chip {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #dbe8f4;
  font-size: 0.78rem;
  font-weight: 900;
}

.mp-journey-visual--scan span:nth-child(2),
.mp-journey-visual--scan span:nth-child(4) {
  margin-left: 22px;
}

.mp-journey-visual--insight,
.mp-journey-visual--build,
.mp-journey-visual--review {
  display: grid;
  align-content: center;
  gap: 10px;
}

.mp-journey-visual--insight strong,
.mp-journey-visual--build strong,
.mp-journey-visual--review strong {
  color: var(--mp-ai);
  font-size: 0.92rem;
}

.mp-journey-visual--decision,
.mp-journey-visual--finalize {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-items: center;
  gap: 12px;
}

.mp-journey-visual--decision strong,
.mp-journey-visual--finalize strong {
  grid-column: 1 / -1;
  color: var(--mp-ai);
}

.mp-journey-visual--decision span,
.mp-journey-visual--finalize span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
}

.mp-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mp-app-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mp-app-screen-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(13, 23, 40, 0.72);
  padding: 16px;
}

.mp-app-screen-card h3 {
  color: #ffffff;
  font-size: 1.05rem;
}

.mp-app-screen-card > p {
  color: var(--mp-muted);
  font-size: 0.93rem;
  line-height: 1.55;
}

.mp-preview-phone {
  position: relative;
  display: flex;
  min-height: 560px;
  max-height: 640px;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(13, 23, 40, 0.97), rgba(5, 10, 18, 0.99)),
    #08111f;
  padding: 14px;
}

.mp-preview-phone--modal {
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(5, 10, 18, 0.55), rgba(5, 10, 18, 0.98)),
    #08111f;
}

.mp-preview-status,
.mp-preview-outlook,
.mp-preview-actions,
.mp-preview-sticky-actions,
.mp-preview-bottom-nav,
.mp-choice-row,
.mp-summary-chip-row {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.mp-preview-status {
  min-height: 44px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 900;
}

.mp-preview-status span,
.mp-preview-status button {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid rgba(34, 230, 195, 0.22);
  border-radius: 999px;
  background: rgba(34, 230, 195, 0.08);
  color: #a7fff1;
  font-size: 0.72rem;
  font-weight: 900;
  padding: 0 9px;
}

.mp-preview-status button,
.mp-preview-actions button,
.mp-preview-sticky-actions button,
.mp-preview-stack button,
.mp-segmented-control button,
.mp-choice-row button,
.mp-preview-primary-button,
.mp-modal-option,
.mp-verdict-summary {
  cursor: pointer;
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: #ffffff;
}

.mp-preview-primary-match,
.mp-preview-stack,
.mp-preview-shifts,
.mp-role-section,
.mp-preview-modal,
.mp-priority-card,
.mp-preview-details {
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background: rgba(13, 23, 40, 0.72);
  padding: 14px;
}

.mp-preview-primary-match {
  border-left: 4px solid var(--mp-blue);
  background:
    linear-gradient(135deg, rgba(77, 163, 255, 0.16), rgba(34, 230, 195, 0.08)),
    rgba(13, 23, 40, 0.86);
}

.mp-preview-primary-match p,
.mp-preview-primary-match span,
.mp-preview-stack h4,
.mp-preview-shifts h4,
.mp-role-section h4 {
  color: var(--mp-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mp-preview-primary-match h3 {
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.35rem;
}

.mp-preview-primary-match > span {
  display: block;
  margin-top: 4px;
  letter-spacing: 0;
  text-transform: none;
}

.mp-preview-outlook {
  margin-top: 14px;
}

.mp-preview-outlook div,
.mp-scan-grid span,
.mp-summary-chip-row span {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  padding: 10px;
}

.mp-preview-outlook span,
.mp-scan-grid span {
  display: block;
  color: var(--mp-soft);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-preview-outlook strong,
.mp-scan-grid strong {
  display: block;
  margin-top: 4px;
  color: #ffffff;
  font-size: 0.9rem;
}

.mp-info-dot {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
}

.mp-preview-actions button,
.mp-preview-sticky-actions button,
.mp-preview-stack button,
.mp-choice-row button,
.mp-preview-primary-button,
.mp-verdict-summary {
  min-height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  font-weight: 900;
  padding: 0 12px;
}

.mp-preview-actions button:first-child,
.mp-preview-sticky-actions button:last-child,
.mp-preview-primary-button,
.mp-verdict-summary {
  background: linear-gradient(135deg, #4da3ff, #2f7ff0);
}

.mp-preview-stack {
  display: grid;
  gap: 8px;
}

.mp-preview-stack p,
.mp-preview-shifts p,
.mp-role-section p,
.mp-preview-details p,
.mp-priority-card p,
.mp-preview-modal p {
  color: var(--mp-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.mp-preview-stack button {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  text-align: left;
}

.mp-preview-stack button span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(34, 230, 195, 0.12);
  color: #a7fff1;
}

.mp-preview-shifts strong,
.mp-role-section strong,
.mp-preview-modal strong,
.mp-priority-card h4 {
  color: #ffffff;
}

.mp-preview-bottom-nav,
.mp-preview-sticky-actions {
  margin-top: auto;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding-top: 10px;
}

.mp-preview-bottom-nav a {
  display: grid;
  place-items: center;
  min-width: 52px;
  min-height: 44px;
  color: #dbe8f4;
  font-size: 0.74rem;
  font-weight: 900;
}

.mp-scan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mp-segmented-control {
  display: grid;
  gap: 8px;
}

.mp-segmented-control button,
.mp-choice-row button {
  min-height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  text-align: left;
  padding: 9px 11px;
  font-weight: 900;
}

.mp-segmented-control button span {
  display: block;
  margin-top: 3px;
  color: var(--mp-muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
}

.mp-segmented-control .is-selected,
.mp-choice-row .is-selected {
  border-color: rgba(34, 230, 195, 0.34);
  background: rgba(34, 230, 195, 0.1);
}

.mp-preview-details summary {
  min-height: 44px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 900;
}

.mp-validation-warning {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 8px;
  color: #ffe1a3 !important;
}

.mp-summary-chip-row {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.mp-summary-chip-row span {
  flex: 0 1 auto;
  color: #dffcf7;
  font-size: 0.72rem;
  font-weight: 900;
}

.mp-role-section {
  display: grid;
  gap: 8px;
}

.mp-role-section details summary {
  min-height: 36px;
  color: #a7fff1;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
}

.mp-preview-modal {
  position: relative;
  display: grid;
  gap: 12px;
  border-radius: 22px;
  background: #0b1220;
}

.mp-preview-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 900;
}

.mp-preview-modal h3 {
  padding-right: 50px;
  color: #ffffff;
  font-size: 1.6rem;
}

.mp-modal-option {
  display: grid;
  min-height: 78px;
  gap: 4px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
  padding: 14px;
  text-align: left;
}

.mp-modal-option span,
.mp-quick-tip {
  color: var(--mp-muted);
}

.mp-quick-tip {
  border: 1px solid rgba(77, 163, 255, 0.28);
  border-radius: 14px;
  background: rgba(77, 163, 255, 0.08);
  padding: 12px;
}

.mp-priority-list {
  gap: 8px;
}

.mp-verdict-summary {
  width: 100%;
}

.mp-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mp-preview-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  border-radius: 16px;
  padding: 16px;
}

.mp-screen-phone {
  position: relative;
  height: 360px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 20px;
  background: #08111f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.mp-screen-phone::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 22%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(8, 17, 31, 0.78));
}

.mp-screen-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: brightness(1.12) saturate(1.07);
}

.mp-flow-section {
  position: relative;
  overflow: hidden;
}

.mp-flow-section--builder {
  background:
    radial-gradient(circle at 82% 24%, rgba(34, 230, 195, 0.12), transparent 30rem),
    rgba(8, 17, 31, 0.28);
}

.mp-flow-section--review {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 184, 77, 0.1), transparent 28rem),
    rgba(5, 10, 18, 0.22);
}

.mp-flow-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.86fr);
  gap: 46px;
  align-items: center;
}

.mp-flow-layout--reverse .mp-flow-copy {
  order: 2;
}

.mp-flow-copy h2 {
  max-width: 620px;
  margin-top: 14px;
  color: #ffffff;
  font-size: clamp(2.18rem, 4vw, 3.45rem);
  line-height: 1.05;
}

.mp-flow-copy > p:not(.mp-visual-kicker) {
  max-width: 600px;
  margin-top: 16px;
  color: var(--mp-muted);
  font-size: 1.03rem;
  line-height: 1.62;
}

.mp-flow-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.mp-flow-feature-card {
  min-width: 0;
  min-height: 152px;
  border-radius: 16px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(13, 23, 40, 0.78);
}

.mp-flow-feature-card h3 {
  margin-top: 0;
}

.mp-flow-feature-card p {
  font-size: 0.94rem;
  line-height: 1.58;
}

.mp-flow-screens {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}

.mp-flow-screens::before {
  content: "";
  position: absolute;
  inset: 12% 5% 8%;
  z-index: -1;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(34, 230, 195, 0.14), rgba(77, 163, 255, 0.08)),
    rgba(13, 23, 40, 0.44);
  filter: blur(1px);
}

.mp-flow-phone {
  position: absolute;
  width: min(278px, 50%);
  height: 590px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 30px;
  background: #050a12;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mp-flow-phone::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 16%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(5, 10, 18, 0.72));
}

.mp-flow-phone--front {
  left: 4%;
  top: 10px;
  z-index: 2;
}

.mp-flow-phone--back {
  right: 2%;
  top: 72px;
  z-index: 1;
  opacity: 0.9;
  transform: scale(0.92);
}

.mp-flow-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: brightness(1.16) saturate(1.08);
}

.mp-review-process {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.mp-review-process article {
  min-width: 0;
  min-height: 84px;
  border-radius: 14px;
  padding: 14px;
  background: rgba(13, 23, 40, 0.72);
}

.mp-review-process span {
  display: block;
  color: var(--mp-ai);
  font-size: 0.78rem;
  font-weight: 900;
}

.mp-review-process strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.35;
}

.mp-mini-phone {
  display: grid;
  min-height: 330px;
  align-content: start;
  gap: 14px;
  overflow: hidden;
  border-radius: 20px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    #08111f;
  border: 1px solid rgba(148, 163, 184, 0.14);
}

.mp-mock-meter,
.mp-player-compare div {
  overflow: hidden;
  height: 9px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.15);
}

.mp-mock-meter i,
.mp-player-compare i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mp-ai), var(--mp-blue));
}

.mp-mock-row,
.mp-captain-card {
  min-height: 46px;
  padding: 0 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--mp-muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.mp-mock-row b,
.mp-captain-card strong {
  color: #ffffff;
}

.mp-player-compare {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  min-height: 42px;
  color: #dbe8f4;
  font-size: 0.82rem;
  font-weight: 900;
}

.mp-risk-chip {
  width: fit-content;
  background: rgba(255, 184, 77, 0.13);
  color: #ffe5ad;
}

.mp-confidence-ring {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  margin: 8px auto 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #08111f 49%, transparent 50%),
    conic-gradient(var(--mp-ai) 0 76%, rgba(148, 163, 184, 0.16) 76% 100%);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 900;
}

.mp-decision-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(34, 230, 195, 0.08), transparent 36%),
    linear-gradient(315deg, rgba(255, 184, 77, 0.08), transparent 40%),
    rgba(8, 17, 31, 0.82);
}

.mp-board-module {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 158px;
  border-radius: 16px;
  padding: 18px;
}

.mp-board-module--primary {
  grid-column: span 6;
  min-height: 164px;
  background:
    linear-gradient(135deg, rgba(34, 230, 195, 0.12), rgba(123, 97, 255, 0.09)),
    rgba(13, 23, 40, 0.82);
}

.mp-board-module:not(.mp-board-module--primary) {
  grid-column: span 4;
}

.mp-board-module small {
  display: block;
  margin-top: 12px;
  color: var(--mp-muted);
  font-size: 0.91rem;
  line-height: 1.5;
}

.mp-board-module span {
  color: #8f9db0;
}

.mp-board-module strong {
  margin-top: 8px;
  font-size: 1.02rem;
  line-height: 1.25;
}

.mp-board-module--primary strong {
  margin-top: 0;
  color: #a7fff1;
  font-size: 1.28rem;
  line-height: 1.22;
}

.mp-board-module--primary small {
  max-width: 580px;
}

.mp-mini-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 50px;
  margin-top: auto;
  padding-top: 16px;
}

.mp-mini-chart i {
  flex: 1;
  min-width: 10px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--mp-ai), rgba(34, 230, 195, 0.2));
}

.mp-mini-chart i:nth-child(1) {
  height: 42%;
}

.mp-mini-chart i:nth-child(2) {
  height: 66%;
}

.mp-mini-chart i:nth-child(3) {
  height: 88%;
}

.mp-mini-chart i:nth-child(4) {
  height: 55%;
}

.mp-team-bars {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.mp-team-bars i {
  display: block;
  height: 11px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--mp-purple), transparent);
}

.mp-team-bars i:nth-child(2) {
  width: 72%;
  background: linear-gradient(90deg, var(--mp-gold), transparent);
}

.mp-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mp-home-feature-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(13, 23, 40, 0.78);
  padding: 20px;
}

.mp-home-feature-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(34, 230, 195, 0.1);
  color: #a7fff1;
  font-size: 0.78rem;
  font-weight: 900;
}

.mp-home-feature-card h3 {
  margin-top: 16px;
  color: #ffffff;
  font-size: 1.08rem;
}

.mp-home-feature-card p {
  margin-top: 10px;
  color: var(--mp-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.mp-home-feature-card .mp-card-cta {
  margin-top: auto;
  padding-top: 16px;
}

.mp-board-module--alert strong {
  color: #ffe5ad;
}

.mp-match-insights-section {
  padding-top: 20px;
}

.mp-section-note {
  max-width: 720px;
  margin-top: 12px;
  color: var(--mp-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.mp-insights-updated {
  margin-top: -10px;
  color: #c6d2e1;
  font-size: 0.9rem;
  font-weight: 800;
}

.mp-insight-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.mp-insight-card-grid--focused {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
}

.mp-match-insight-card {
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 8%, rgba(34, 230, 195, 0.12), transparent 9rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent),
    rgba(13, 23, 40, 0.78);
  padding: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.mp-sample-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(34, 230, 195, 0.22);
  border-radius: 999px;
  background: rgba(34, 230, 195, 0.08);
  color: #a7fff1;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mp-match-insight-card h3 {
  margin-top: 16px;
  color: #ffffff;
  font-size: 1.28rem;
  line-height: 1.16;
}

.mp-match-insight-card p {
  margin-top: 8px;
  color: var(--mp-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.mp-match-insight-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.mp-match-insight-card dl div {
  min-height: 58px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  padding: 10px 12px;
}

.mp-match-insight-card dt {
  color: var(--mp-soft);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-match-insight-card dd {
  margin: 4px 0 0;
  color: #ffffff;
  font-weight: 850;
  line-height: 1.35;
}

.mp-match-insight-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 18px;
  color: var(--mp-gold);
  font-size: 0.92rem;
  font-weight: 900;
}

.mp-match-insight-card a::after {
  content: "->";
  margin-left: 8px;
}

.mp-match-insight-card--hub {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mp-seo-support-copy {
  margin-top: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(77, 163, 255, 0.08), rgba(34, 230, 195, 0.06)),
    rgba(8, 17, 31, 0.68);
  padding: 22px;
}

.mp-seo-support-copy h3 {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.22;
}

.mp-seo-support-copy p {
  max-width: 900px;
  margin-top: 10px;
  color: var(--mp-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.mp-trust-section {
  background: rgba(8, 17, 31, 0.54);
}

.mp-trust-card {
  border-radius: 16px;
  padding: 22px;
}

.mp-trust-card span {
  color: var(--mp-ai);
}

.mp-trust-card h3 {
  color: #ffffff;
  font-size: 1.14rem;
}

.mp-trust-card p {
  color: #c6d2e1;
}

.mp-final-download {
  display: block;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-inline: 0;
  padding-top: 76px;
  padding-bottom: 82px;
}

.mp-final-download__grid {
  display: grid;
  width: 100%;
  margin-inline: 0;
  gap: clamp(22px, 4vw, 56px);
  align-items: stretch;
  border: 1px solid rgba(255, 184, 77, 0.2);
  border-inline: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 184, 77, 0.14), rgba(34, 230, 195, 0.06)),
    rgba(13, 23, 40, 0.86);
  padding:
    clamp(34px, 5vw, 58px)
    max(clamp(20px, 5vw, 72px), calc((100vw - var(--mp-container)) / 2 + 40px));
}

.mp-final-download__grid > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mp-store-link {
  display: inline-flex;
  min-width: 194px;
  min-height: 66px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    rgba(5, 10, 18, 0.76);
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.mp-store-link .mp-store-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
}

.mp-store-link--apple .mp-store-icon {
  color: #ffffff;
}

.mp-store-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mp-store-copy span {
  color: var(--mp-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.mp-store-copy strong {
  font-size: 1.02rem;
  line-height: 1.15;
}

.mp-store-link--secondary {
  justify-content: center;
  min-width: 168px;
}

.mp-store-link:hover {
  border-color: rgba(255, 184, 77, 0.5);
  transform: translateY(-2px);
}

.mp-final-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  padding: 28px;
  background:
    radial-gradient(circle at 84% 18%, rgba(34, 230, 195, 0.18), transparent 12rem),
    linear-gradient(180deg, rgba(34, 230, 195, 0.12), transparent),
    #08111f;
}

.mp-final-card span {
  color: var(--mp-soft);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-final-card strong {
  display: block;
  margin-top: 18px;
  color: #ffffff;
  font-size: 1.85rem;
  line-height: 1.04;
}

.mp-final-card p {
  max-width: 330px;
  color: #c6d2e1;
}

.mp-final-card__signals {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mp-final-card__signals i {
  display: flex;
  min-height: 42px;
  align-items: center;
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: #dbe8f4;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 850;
  padding: 0 12px;
}

.mp-landing-faq {
  padding-top: 0;
}

.mp-faq-list {
  display: grid;
  gap: 10px;
}

.mp-faq-item {
  overflow: hidden;
  border-radius: 16px;
}

.mp-faq-question {
  min-height: 66px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  text-align: left;
}

.mp-faq-answer {
  display: none;
  padding: 0 18px 18px;
  color: var(--mp-muted);
  font-size: 0.97rem;
  line-height: 1.62;
}

.mp-faq-item.is-open .mp-faq-answer {
  display: block;
}

body[data-page="home"] .mp-site-footer {
  margin-top: 0;
  padding: 36px 0 30px;
  background: #050a12;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
}

body[data-page="home"] .mp-footer-brand p {
  max-width: 420px;
}

body[data-page="home"] .mp-mobile-cta {
  background: rgba(5, 10, 18, 0.94);
  border-top-color: rgba(148, 163, 184, 0.18);
}

body[data-page="home"] .mp-header-actions .mp-button,
body[data-page="home"] .mp-nav__cta .mp-button {
  min-height: 44px;
}

@media (min-width: 760px) {
  .mp-visual-hero h1 {
    font-size: 4.8rem;
  }

  .mp-section-intro h2,
  .mp-final-download h2 {
    font-size: 3rem;
  }

  .mp-final-download__grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
  }

  .mp-answer-card,
  .mp-mid-cta__panel {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
    align-items: center;
  }
}

@media (min-width: 1160px) {
  body[data-page="home"] .mp-nav {
    background: transparent;
  }

  body[data-page="home"] .mp-nav__links {
    justify-content: center;
  }

  .mp-visual-hero {
    min-height: calc(100svh - 72px);
    display: flex;
    align-items: center;
    padding: 44px 0 70px;
  }

  .mp-visual-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.82fr);
    gap: 58px;
  }
}

@media (min-width: 760px) and (max-width: 1023px) {
  .mp-visual-hero h1 {
    font-size: 3.9rem;
  }

  .mp-visual-hero__grid {
    gap: 28px;
  }
}

@media (max-width: 1180px) {
  .mp-board-module--primary {
    grid-column: span 6;
  }

  .mp-board-module:not(.mp-board-module--primary) {
    grid-column: span 6;
  }
}

@media (max-width: 1023px) {
  body[data-page="home"] .mp-site-header__inner {
    gap: 10px;
  }

  body[data-page="home"] .mp-header-actions {
    display: flex;
    margin-left: auto;
  }

  body[data-page="home"] .mp-header-actions .mp-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .mp-hero-visual {
    min-height: auto;
    padding-top: 10px;
  }

  .mp-float-card {
    display: none;
  }

  .mp-journey-flow,
  .mp-preview-grid,
  .mp-app-screen-grid,
  .mp-home-feature-grid,
  .mp-insight-card-grid,
  .mp-insight-card-grid--focused,
  .mp-trust-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-trust-cards .mp-trust-card:last-child {
    grid-column: 1 / -1;
  }

  .mp-flow-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .mp-flow-layout--reverse .mp-flow-copy {
    order: 0;
  }

  .mp-flow-screens {
    width: min(100%, 590px);
    min-height: 620px;
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  body[data-page="home"] .mp-brand__word {
    font-size: 0.88rem;
  }

  body[data-page="home"] .mp-brand img.mp-brand__mark {
    width: 34px;
    height: 34px;
  }

  body[data-page="home"] .mp-brand img.mp-brand__approved-mark {
    width: 34px;
    height: 34px;
  }

  body[data-page="home"] .mp-brand img.mp-brand__full {
    height: 36px;
    max-width: 146px;
  }

  body[data-page="home"] .mp-header-actions .mp-button {
    min-width: 0;
    padding: 0 12px;
  }

  .mp-visual-hero {
    padding: 38px 0 56px;
  }

  .mp-visual-hero__grid {
    gap: 22px;
  }

  .mp-visual-hero h1 {
    font-size: 2.72rem;
  }

  .mp-visual-lead {
    font-size: 1rem;
  }

  .mp-hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mp-hero-actions .mp-button {
    min-width: 0;
    width: 100%;
    padding: 0 12px;
    font-size: 0.88rem;
  }

  .mp-hero-flow {
    gap: 6px;
    margin-top: 18px;
  }

  .mp-hero-flow span {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.76rem;
  }

  .mp-hero-phone {
    width: min(300px, 88vw);
  }

  .mp-phone-shell {
    min-height: 560px;
    padding: 14px;
  }

  .mp-product-journey,
  .mp-app-preview,
  .mp-flow-section,
  .mp-decision-board-section,
  .mp-match-insights-section,
  .mp-trust-section,
  .mp-final-download,
  .mp-landing-faq {
    padding: 56px 0;
  }

  .mp-section-intro h2,
  .mp-final-download h2 {
    font-size: 2.2rem;
  }

  .mp-journey-flow,
  .mp-preview-grid,
  .mp-app-screen-grid,
  .mp-home-feature-grid,
  .mp-insight-card-grid,
  .mp-insight-card-grid--focused,
  .mp-trust-cards {
    grid-template-columns: 1fr;
  }

  .mp-trust-cards .mp-trust-card:last-child {
    grid-column: auto;
  }

  .mp-screen-phone {
    height: 390px;
  }

  .mp-preview-phone {
    min-height: 540px;
    max-height: none;
  }

  .mp-preview-outlook,
  .mp-preview-actions,
  .mp-preview-sticky-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .mp-scan-grid,
  .mp-match-insight-card dl {
    grid-template-columns: 1fr;
  }

  .mp-flow-copy > p:not(.mp-visual-kicker) {
    font-size: 0.98rem;
  }

  .mp-flow-feature-grid,
  .mp-review-process {
    grid-template-columns: 1fr;
  }

  .mp-flow-screens {
    min-height: 560px;
  }

  .mp-flow-phone {
    height: 520px;
    border-radius: 26px;
  }

  .mp-flow-phone--front {
    left: 0;
    width: min(258px, 72vw);
  }

  .mp-flow-phone--back {
    right: 0;
    width: min(224px, 58vw);
    top: 58px;
  }

  .mp-decision-board {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .mp-board-module,
  .mp-board-module--primary,
  .mp-board-module:not(.mp-board-module--primary) {
    grid-column: auto;
  }

  .mp-store-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mp-store-link {
    width: 100%;
  }

  .mp-final-card {
    min-height: 250px;
  }
}

@media (max-width: 480px) {
  .mp-hero-actions,
  .mp-mid-cta__actions {
    grid-template-columns: 1fr;
  }

  .mp-flow-screens {
    display: flex;
    min-height: auto;
    justify-content: center;
  }

  .mp-flow-phone--front {
    position: relative;
    left: auto;
    width: min(280px, 86vw);
  }

  .mp-flow-phone--back {
    display: none;
  }

  .mp-preview-phone {
    min-height: 500px;
  }
}

@media (max-width: 430px) {
  body[data-page="home"] .mp-site-header__inner {
    min-height: 66px;
    gap: 8px;
  }

  body[data-page="home"] .mp-brand {
    min-width: 0;
    gap: 7px;
  }

  body[data-page="home"] .mp-brand__word {
    font-size: 0.8rem;
  }

  body[data-page="home"] .mp-brand img.mp-brand__full {
    height: 34px;
    max-width: 132px;
  }

  body[data-page="home"] .mp-brand img.mp-brand__approved-mark {
    width: 32px;
    height: 32px;
  }

  body[data-page="home"] .mp-header-actions {
    display: none;
  }

  body[data-page="home"] .mp-header-actions .mp-button {
    min-height: 38px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .mp-visual-hero h1 {
    font-size: 2.42rem;
  }

  .mp-section-intro h2,
  .mp-final-download h2 {
    font-size: 1.95rem;
  }

  .mp-phone-shell {
    min-height: 520px;
  }

  .mp-mini-phone {
    min-height: 292px;
  }

  .mp-screen-phone {
    height: 360px;
  }

  .mp-flow-screens {
    min-height: 510px;
  }

  .mp-flow-phone {
    height: 480px;
  }
}

@media (max-width: 380px) {
  body[data-page="home"] .mp-header-actions {
    display: none;
  }

  .mp-visual-hero {
    padding-top: 32px;
  }

  .mp-visual-hero h1 {
    font-size: 2.18rem;
  }

  .mp-visual-lead {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .mp-hero-actions .mp-button {
    padding: 0 9px;
    font-size: 0.82rem;
  }

  .mp-flow-screens {
    min-height: 482px;
  }

  .mp-flow-phone {
    height: 454px;
  }
}

body[data-page="home"] .mp-header-actions .mp-button,
body[data-page="home"] .mp-nav__cta .mp-button {
  min-height: 44px;
}

@media (prefers-reduced-motion: reduce) {
  .mp-visual-home *,
  .mp-visual-home *::before,
  .mp-visual-home *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
