.mlp {
  --mlp-ink: #0b1930;
  --mlp-ink-soft: #34445f;
  --mlp-muted: #64748b;
  --mlp-line: #dce4f1;
  --mlp-surface: #f4f7fc;
  --mlp-surface-strong: #eaf1ff;
  --mlp-accent: #176cf3;
  --mlp-accent-dark: #0e52c7;
  --mlp-highlight: #43e6a8;
  --mlp-warm: #ff725e;
  --mlp-white: #ffffff;
  overflow: hidden;
  color: var(--mlp-ink);
  background: var(--mlp-white);
  font-family: Arial, Helvetica, sans-serif;
}

.mlp--beginner {
  --mlp-accent: #6558e8;
  --mlp-accent-dark: #493bc4;
  --mlp-surface-strong: #f0edff;
  --mlp-highlight: #42d8aa;
  --mlp-warm: #ff7b61;
}

.mlp--icd {
  --mlp-accent: #087a78;
  --mlp-accent-dark: #05615f;
  --mlp-surface-strong: #e4f7f4;
  --mlp-highlight: #6ce0bc;
  --mlp-warm: #ef6e51;
}

.mlp--cpt {
  --mlp-accent: #a94618;
  --mlp-accent-dark: #82340f;
  --mlp-surface-strong: #fff0e7;
  --mlp-highlight: #ffc45f;
  --mlp-warm: #e9595f;
}

.mlp *,
.mlp *::before,
.mlp *::after {
  box-sizing: border-box;
}

.mlp h1,
.mlp h2,
.mlp h3,
.mlp p {
  margin-top: 0;
}

.mlp h1,
.mlp h2,
.mlp h3 {
  color: var(--mlp-ink);
  font-weight: 750;
  letter-spacing: -0.035em;
}

.mlp h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.2rem, 6.5vw, 6.7rem);
  line-height: 0.98;
}

.mlp.mlp--cases h1,
.mlp.mlp--beginner h1 {
  font-size: clamp(3rem, 5.8vw, 6rem);
}

.mlp--icd h1,
.mlp--cpt h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 4.5vw, 5rem);
  line-height: 0.97;
}

.mlp h2 {
  font-size: clamp(2.25rem, 4.2vw, 4.6rem);
  line-height: 1.02;
}

.mlp h3 {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  line-height: 1.2;
}

.mlp p {
  color: var(--mlp-ink-soft);
  line-height: 1.68;
}

.mlp a:focus-visible,
.mlp button:focus-visible,
.mlp input:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--mlp-accent) 35%, transparent);
  outline-offset: 3px;
}

.mlp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--mlp-accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mlp-eyebrow::before {
  width: 1.8rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.mlp-btn {
  display: inline-flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.72rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.mlp-btn:hover {
  transform: translateY(-2px);
}

.mlp-btn--primary {
  color: #fff;
  background: var(--mlp-accent);
  box-shadow: 0 0.8rem 1.8rem color-mix(in srgb, var(--mlp-accent) 24%, transparent);
}

.mlp-btn--primary:hover {
  color: #fff;
  background: var(--mlp-accent-dark);
}

.mlp-btn--secondary {
  color: var(--mlp-ink);
  border-color: var(--mlp-ink);
  background: transparent;
}

.mlp-btn--secondary:hover {
  color: var(--mlp-ink);
  background: var(--mlp-white);
}

.mlp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.mlp-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: grid;
  align-items: center;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  background:
    radial-gradient(circle at 78% 20%, color-mix(in srgb, var(--mlp-highlight) 24%, transparent), transparent 25rem),
    linear-gradient(145deg, #f8faff 0%, var(--mlp-white) 52%, var(--mlp-surface-strong) 100%);
}

.mlp-hero::before {
  position: absolute;
  z-index: -1;
  right: -10rem;
  bottom: -13rem;
  width: 34rem;
  height: 34rem;
  border: 1px solid color-mix(in srgb, var(--mlp-accent) 18%, transparent);
  border-radius: 50%;
  content: "";
}

.mlp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(32rem, 1.08fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.mlp-hero-copy > p {
  max-width: 40rem;
  margin-bottom: 0;
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
}

.mlp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin-top: 1.4rem;
  color: var(--mlp-muted);
  font-size: 0.82rem;
}

.mlp-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.mlp-hero-meta i {
  color: var(--mlp-accent);
}

.mlp-studio {
  position: relative;
  overflow: hidden;
  border: 6px solid var(--mlp-white);
  border-radius: 1.2rem;
  background: var(--mlp-white);
  box-shadow: 0 2rem 5rem rgba(22, 39, 73, 0.18);
  transform: rotate(1deg);
}

.mlp-studio-topbar {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 3.2rem;
  padding: 0.75rem 1rem;
  color: #fff;
  background: var(--mlp-ink);
  font-size: 0.72rem;
}

.mlp-studio-topbar strong {
  margin-right: auto;
}

.mlp-studio-progress {
  width: 7rem;
  height: 0.35rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
}

.mlp-studio-progress span {
  display: block;
  width: 42%;
  height: 100%;
  background: var(--mlp-highlight);
}

.mlp-studio-body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 29rem;
}

.mlp-note,
.mlp-coach-panel {
  padding: clamp(1.2rem, 2vw, 1.8rem);
}

.mlp-ui-label {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--mlp-accent);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mlp-note h2,
.mlp-coach-panel h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.mlp-note p,
.mlp-note li,
.mlp-coach-panel p {
  font-size: 0.78rem;
  line-height: 1.55;
}

.mlp-note ul {
  margin: 0;
  padding-left: 1.1rem;
}

.mlp-note mark {
  display: block;
  margin-top: 1rem;
  padding: 0.8rem;
  color: var(--mlp-ink);
  border-left: 3px solid var(--mlp-highlight);
  background: color-mix(in srgb, var(--mlp-highlight) 13%, white);
}

.mlp-coach-panel {
  border-left: 1px solid var(--mlp-line);
  background: var(--mlp-surface);
}

.mlp-answer {
  width: 100%;
  margin-top: 0.55rem;
  padding: 0.75rem;
  color: var(--mlp-ink);
  text-align: left;
  border: 1px solid var(--mlp-line);
  border-radius: 0.55rem;
  background: var(--mlp-white);
  font-size: 0.76rem;
}

.mlp-answer:hover,
.mlp-answer.is-selected {
  border-color: var(--mlp-accent);
  box-shadow: inset 3px 0 var(--mlp-accent);
}

.mlp-coach-bubble {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.8rem 0.8rem 0.8rem 0.2rem;
  background: var(--mlp-white);
  box-shadow: 0 0.5rem 1.4rem rgba(22, 39, 73, 0.08);
}

.mlp-coach-bubble strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--mlp-accent);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.mlp-proof {
  border-block: 1px solid var(--mlp-line);
  background: var(--mlp-white);
}

.mlp-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mlp-proof-grid div {
  min-height: 8.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  border-right: 1px solid var(--mlp-line);
}

.mlp-proof-grid div:last-child {
  border-right: 0;
}

.mlp-proof-grid strong {
  margin-bottom: 0.25rem;
  color: var(--mlp-ink);
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
}

.mlp-proof-grid span {
  color: var(--mlp-muted);
  font-size: 0.82rem;
}

.mlp-section {
  padding: clamp(5rem, 9vw, 8.5rem) 0;
}

.mlp-section--soft {
  background: var(--mlp-surface);
}

.mlp-section--dark {
  color: #fff;
  background: var(--mlp-ink);
}

.mlp-section--dark h2,
.mlp-section--dark h3 {
  color: #fff;
}

.mlp-section--dark p {
  color: #c7d2e5;
}

.mlp-heading {
  max-width: 54rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.mlp-heading--center {
  margin-inline: auto;
  text-align: center;
}

.mlp-heading p {
  max-width: 45rem;
  margin-top: 1.2rem;
  margin-bottom: 0;
  font-size: 1.08rem;
}

.mlp-heading--center p {
  margin-inline: auto;
}

.mlp-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.mlp-editorial-list {
  border-top: 1px solid var(--mlp-line);
}

.mlp-editorial-list article {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--mlp-line);
}

.mlp-editorial-list article > span {
  color: var(--mlp-accent);
  font-size: 0.72rem;
  font-weight: 800;
}

.mlp-editorial-list h3,
.mlp-editorial-list p {
  margin-bottom: 0;
}

.mlp-editorial-list p {
  margin-top: 0.35rem;
  font-size: 0.92rem;
}

.mlp-case-shell {
  overflow: hidden;
  border: 1px solid var(--mlp-line);
  border-radius: 1.2rem;
  background: var(--mlp-white);
  box-shadow: 0 1.5rem 4rem rgba(22, 39, 73, 0.12);
}

.mlp-case-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.3rem;
  color: #fff;
  background: var(--mlp-ink);
  font-size: 0.76rem;
}

.mlp-case-head strong {
  margin-right: auto;
}

.mlp-case-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mlp-case-document,
.mlp-case-decision {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.mlp-case-document {
  border-right: 1px solid var(--mlp-line);
}

.mlp-case-document h3,
.mlp-case-decision h3 {
  margin-bottom: 1rem;
  font-size: 1.45rem;
}

.mlp-case-document p {
  font-size: 0.9rem;
}

.mlp-case-document mark {
  display: block;
  padding: 0.75rem;
  color: var(--mlp-ink);
  background: color-mix(in srgb, var(--mlp-highlight) 16%, white);
}

.mlp-case-choice {
  width: 100%;
  margin-bottom: 0.7rem;
  padding: 0.9rem 1rem;
  color: var(--mlp-ink);
  text-align: left;
  border: 1px solid var(--mlp-line);
  border-radius: 0.65rem;
  background: var(--mlp-white);
  font-weight: 700;
  transition: border-color 160ms ease, transform 160ms ease;
}

.mlp-case-choice:hover {
  border-color: var(--mlp-accent);
  transform: translateX(0.2rem);
}

.mlp-case-choice span {
  display: block;
  margin-top: 0.2rem;
  color: var(--mlp-muted);
  font-size: 0.78rem;
  font-weight: 400;
}

.mlp-case-choice.is-correct {
  border-color: #1a9a65;
  background: #effcf6;
}

.mlp-case-choice.is-incorrect {
  border-color: var(--mlp-warm);
  background: #fff5f2;
}

.mlp-case-feedback {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: var(--mlp-surface-strong);
}

.mlp-case-feedback strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--mlp-accent-dark);
}

.mlp-case-feedback p {
  margin: 0;
  font-size: 0.86rem;
}

.mlp-case-footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.3rem;
  border-top: 1px solid var(--mlp-line);
  background: var(--mlp-surface);
}

.mlp-case-footer span {
  margin-right: auto;
  color: var(--mlp-muted);
  font-size: 0.78rem;
}

.mlp-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 1rem;
}

.mlp-compare article {
  padding: clamp(1.8rem, 4vw, 3rem);
}

.mlp-compare article + article {
  border-left: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
}

.mlp-compare ul {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.mlp-compare li {
  display: flex;
  gap: 0.7rem;
  padding: 0.75rem 0;
  color: #d9e2f1;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.mlp-compare i {
  color: var(--mlp-highlight);
}

.mlp-journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid var(--mlp-line);
}

.mlp-journey article {
  position: relative;
  min-height: 13rem;
  padding: 1.7rem 1.2rem;
  border-right: 1px solid var(--mlp-line);
}

.mlp-journey article:last-child {
  border-right: 0;
}

.mlp-journey span {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1.3rem;
  color: var(--mlp-accent);
  border-radius: 50%;
  background: var(--mlp-surface-strong);
  font-size: 0.74rem;
  font-weight: 800;
  place-items: center;
}

.mlp-journey h3 {
  margin-bottom: 0.5rem;
}

.mlp-journey p {
  margin: 0;
  font-size: 0.85rem;
}

.mlp-signals {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border: 1px solid var(--mlp-line);
  border-radius: 1rem;
  background: var(--mlp-white);
  box-shadow: 0 1.2rem 3rem rgba(22, 39, 73, 0.1);
}

.mlp-signal-row {
  display: grid;
  grid-template-columns: 9rem 1fr 5rem;
  gap: 1rem;
  align-items: center;
  padding: 0.75rem 0;
}

.mlp-signal-row span,
.mlp-signal-row small {
  font-size: 0.78rem;
}

.mlp-signal-row small {
  color: var(--mlp-muted);
  text-align: right;
}

.mlp-signal-row i {
  height: 0.45rem;
  border-radius: 999px;
  background: var(--mlp-line);
}

.mlp-signal-row b {
  display: block;
  width: var(--signal-width);
  height: 100%;
  border-radius: inherit;
  background: var(--mlp-accent);
}

.mlp-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.mlp-selector button {
  min-height: 4.7rem;
  padding: 0.8rem;
  color: var(--mlp-ink);
  border: 1px solid var(--mlp-line);
  border-radius: 0.75rem;
  background: var(--mlp-white);
  font-weight: 700;
}

.mlp-selector button.is-active {
  color: #fff;
  border-color: var(--mlp-accent);
  background: var(--mlp-accent);
}

.mlp-selector-result {
  min-height: 11rem;
  padding: 1.5rem;
  border-radius: 0.9rem;
  background: var(--mlp-surface-strong);
}

.mlp-selector-result h3 {
  margin-bottom: 0.6rem;
}

.mlp-selector-result p {
  margin-bottom: 0;
}

.mlp-selector-result a {
  color: var(--mlp-accent-dark);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--mlp-accent) 45%, transparent);
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.16em;
}

.mlp-selector-result a:hover {
  color: var(--mlp-accent);
  text-decoration-color: currentColor;
}

.mlp-offer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at 90% 10%, color-mix(in srgb, var(--mlp-highlight) 20%, transparent), transparent 18rem),
    var(--mlp-ink);
}

.mlp-offer h2 {
  max-width: 15ch;
  color: #fff;
}

.mlp-offer p {
  max-width: 40rem;
  margin-bottom: 0;
  color: #cbd6e7;
}

.mlp-offer-price {
  min-width: 15rem;
  padding: 1.6rem;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 1rem;
  background: rgba(255,255,255,0.08);
  text-align: center;
}

.mlp-offer-price strong {
  display: block;
  color: #fff;
  font-size: 2rem;
}

.mlp-offer-price span {
  color: #cbd6e7;
  font-size: 0.8rem;
}

.mlp-faq {
  max-width: 56rem;
  margin-inline: auto;
  border-top: 1px solid var(--mlp-line);
}

.mlp-faq details {
  border-bottom: 1px solid var(--mlp-line);
}

.mlp-faq summary {
  position: relative;
  padding: 1.35rem 2.5rem 1.35rem 0;
  color: var(--mlp-ink);
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.mlp-faq summary::after {
  position: absolute;
  right: 0.4rem;
  color: var(--mlp-accent);
  font-size: 1.35rem;
  content: "+";
}

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

.mlp-faq p {
  max-width: 48rem;
  padding: 0 2.5rem 1.35rem 0;
}

.mlp-decision-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.5rem);
  margin-top: 2.5rem;
}

.mlp-decision-flow > article {
  min-height: 14rem;
  padding: clamp(1.4rem, 2.5vw, 2rem);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 1rem;
  background: rgba(255,255,255,0.06);
}

.mlp-decision-flow > article > span {
  display: block;
  margin-bottom: 1.4rem;
  color: var(--mlp-highlight);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mlp-decision-flow > article h3 {
  color: #fff;
}

.mlp-decision-flow > article p {
  margin-bottom: 0;
}

.mlp-decision-flow > i {
  color: var(--mlp-highlight);
  font-size: 1.3rem;
}

.mlp-conversion-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-radius: 1rem;
  background: #fff;
}

.mlp-conversion-band > div:first-child {
  display: grid;
  gap: 0.3rem;
}

.mlp-conversion-band strong {
  color: var(--mlp-ink);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.mlp-conversion-band span {
  color: var(--mlp-ink-soft);
}

.mlp-conversion-band .mlp-actions {
  align-items: center;
  flex-shrink: 0;
  margin-top: 0;
}

.mlp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--mlp-ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.mlp-text-link:hover {
  color: var(--mlp-accent);
}

.mlp-domain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  border-top: 1px solid var(--mlp-line);
  border-left: 1px solid var(--mlp-line);
}

.mlp-domain-grid article {
  min-height: 15rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border-right: 1px solid var(--mlp-line);
  border-bottom: 1px solid var(--mlp-line);
  background: rgba(255,255,255,0.76);
}

.mlp-domain-grid article > span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--mlp-accent);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.mlp-domain-grid h3 {
  margin-bottom: 0.65rem;
}

.mlp-domain-grid p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.mlp-offer-link {
  display: block;
  margin-top: 1rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.mlp-offer-link:hover {
  color: var(--mlp-highlight);
}

.mlp-reveal {
  opacity: 1;
}

.mlp-motion .mlp-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.mlp-motion .mlp-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  .mlp-hero {
    min-height: auto;
  }

  .mlp-hero-grid,
  .mlp-split {
    grid-template-columns: 1fr;
  }

  .mlp-hero-grid {
    gap: 3.5rem;
  }

  .mlp-hero h1 {
    max-width: 13ch;
  }

  .mlp-studio {
    transform: none;
  }

  .mlp-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mlp-proof-grid div:nth-child(2) {
    border-right: 0;
  }

  .mlp-proof-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--mlp-line);
  }

  .mlp-journey {
    grid-template-columns: repeat(2, 1fr);
  }

  .mlp-journey article:nth-child(2n) {
    border-right: 0;
  }

  .mlp-journey article {
    border-bottom: 1px solid var(--mlp-line);
  }

  .mlp-journey article:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .mlp-offer {
    grid-template-columns: 1fr;
  }

  .mlp-offer-price {
    justify-self: start;
  }

  .mlp-decision-flow {
    grid-template-columns: 1fr;
  }

  .mlp-decision-flow > article {
    min-height: auto;
  }

  .mlp-decision-flow > i {
    justify-self: center;
    transform: rotate(90deg);
  }

  .mlp-domain-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .mlp h1 {
    font-size: clamp(2.8rem, 13vw, 4.4rem);
  }

  .mlp h2 {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }

  .mlp-hero {
    padding-block: 3.5rem 4.5rem;
  }

  .mlp-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mlp-actions,
  .mlp-actions .mlp-btn {
    width: 100%;
  }

  .mlp-studio-body,
  .mlp-case-layout,
  .mlp-compare {
    grid-template-columns: 1fr;
  }

  .mlp-studio-body {
    min-height: auto;
  }

  .mlp-coach-panel,
  .mlp-case-document,
  .mlp-compare article + article {
    border-left: 0;
  }

  .mlp-coach-panel,
  .mlp-case-decision,
  .mlp-compare article + article {
    border-top: 1px solid var(--mlp-line);
  }

  .mlp-case-document {
    border-right: 0;
  }

  .mlp-case-footer {
    flex-wrap: wrap;
  }

  .mlp-case-footer span,
  .mlp-case-footer .mlp-btn {
    width: 100%;
  }

  .mlp-proof-grid,
  .mlp-selector,
  .mlp-journey {
    grid-template-columns: 1fr;
  }

  .mlp-proof-grid div,
  .mlp-proof-grid div:nth-child(2),
  .mlp-journey article,
  .mlp-journey article:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--mlp-line);
  }

  .mlp-proof-grid div:last-child,
  .mlp-journey article:last-child {
    border-bottom: 0;
  }

  .mlp-journey article:last-child {
    grid-column: auto;
  }

  .mlp-signal-row {
    grid-template-columns: 7rem 1fr;
  }

  .mlp-signal-row small {
    grid-column: 2;
    text-align: left;
  }

  .mlp-offer-price {
    width: 100%;
    min-width: 0;
  }

  .mlp-conversion-band {
    align-items: stretch;
    flex-direction: column;
  }

  .mlp-domain-grid {
    grid-template-columns: 1fr;
  }

  .mlp-domain-grid article {
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mlp *,
  .mlp *::before,
  .mlp *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .mlp-motion .mlp-reveal {
    opacity: 1;
    transform: none;
  }
}
