:root {
  --ink: #15263b;
  --ink-2: #233b54;
  --cream: #fbf6ec;
  --sand: #f1e6d3;
  --paper: #fffdfa;
  --coral: #e85a42;
  --teal: #0f7e6f;
  --mint: #dff4eb;
  --amber: #d69429;
  --muted: #675f55;
  --line: #e4d9c8;
  --shadow: 0 24px 70px rgba(34, 29, 24, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

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

h1,
h2,
h3,
.mp-brand {
  font-family: "Bricolage Grotesque", Inter, sans-serif;
}

.mp-skip {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  padding: 10px 14px;
  font-weight: 800;
  text-decoration: none;
}

.mp-skip:focus {
  transform: translateY(0);
}

.mp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  border-bottom: 1px solid rgba(21, 38, 59, 0.14);
  padding: 18px 0;
}

.mp-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.mp-brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.mp-brand em {
  color: var(--coral);
  font-style: italic;
}

.mp-header nav,
.mp-footer nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.mp-header nav a,
.mp-footer nav a {
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.mp-header nav a:hover,
.mp-footer nav a:hover {
  color: var(--coral);
}

.mp-header .mp-nav-cta {
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  padding: 11px 14px;
}

.mp-header .mp-nav-cta:hover {
  color: #fff;
  transform: translateY(-1px);
}

.mp-hero {
  position: relative;
  display: grid;
  overflow: hidden;
  overflow: clip;
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 126px) 0 82px;
}

.mp-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -260px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 90, 66, 0.12), transparent 68%);
}

.mp-eyebrow {
  margin-bottom: 16px;
  color: var(--coral);
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mp-eyebrow span {
  color: #80766b;
}

.mp-hero h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(3.6rem, 6.2vw, 6.45rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.mp-lede {
  max-width: 690px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.62;
}

.mp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 13px 20px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.mp-button:hover {
  transform: translateY(-1px);
}

.mp-button.is-primary {
  background: var(--coral);
  box-shadow: 0 14px 34px rgba(232, 90, 66, 0.23);
  color: #fff;
}

.mp-button.is-secondary {
  border-color: rgba(21, 38, 59, 0.32);
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
}

.mp-button.is-dark {
  background: var(--ink);
  color: #fff;
}

.mp-button.is-light {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mp-fine {
  margin: 12px 0 0;
  color: #847a6f;
  font-size: 0.76rem;
  line-height: 1.5;
}

.mp-prompt-card {
  position: relative;
  border-radius: 24px;
  background: var(--ink);
  box-shadow: 0 30px 76px rgba(21, 38, 59, 0.24);
  color: #fff;
  padding: clamp(28px, 4vw, 44px);
}

.mp-prompt-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #a8e3d5;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mp-prompt-top time {
  color: #a9bdcc;
}

.mp-prompt-card blockquote {
  margin: 25px 0 30px;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.mp-engine-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 22px;
}

.mp-engine-list span {
  display: grid;
  gap: 3px;
  color: #adc1ce;
  font-size: 0.67rem;
  line-height: 1.35;
}

.mp-engine-list b {
  color: #fff;
  font-size: 0.77rem;
}

.mp-receipt-stamp {
  position: absolute;
  right: 22px;
  bottom: -18px;
  transform: rotate(-2deg);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(21, 38, 59, 0.2);
  color: var(--coral);
  padding: 10px 13px;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.mp-scope {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(21, 38, 59, 0.13);
  border-bottom: 1px solid rgba(21, 38, 59, 0.13);
  background: rgba(21, 38, 59, 0.11);
}

.mp-scope article {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.55);
  padding: 24px 16px;
}

.mp-scope strong {
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: 1.85rem;
}

.mp-scope span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 750;
}

.mp-disclosure {
  width: min(calc(100% - 48px), 1040px);
  margin: 48px auto 0;
  border-left: 4px solid var(--teal);
  color: #6f675e;
  padding: 2px 0 2px 18px;
  font-size: 0.83rem;
  line-height: 1.65;
}

.mp-disclosure strong {
  color: var(--ink);
}

.mp-section {
  width: min(calc(100% - 48px), 1240px);
  margin: clamp(80px, 10vw, 138px) auto;
}

.mp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.64fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 40px;
}

.mp-section-heading.is-narrow {
  grid-template-columns: minmax(0, 820px);
}

.mp-section-heading h2,
.mp-source-intro h2,
.mp-actions-section h2,
.mp-method h2,
.mp-final-cta h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4.7vw, 4.6rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.mp-section-heading > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.mp-table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.mp-table-wrap table {
  width: 100%;
  border-collapse: collapse;
}

.mp-table-wrap caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.mp-table-wrap th,
.mp-table-wrap td {
  border-bottom: 1px solid #eee4d5;
  padding: 20px 18px;
  vertical-align: middle;
  text-align: left;
}

.mp-table-wrap thead th {
  background: var(--ink);
  color: #c5d4de;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-table-wrap tbody th {
  min-width: 155px;
  color: var(--ink);
  font-size: 0.94rem;
}

.mp-table-wrap tbody tr:last-child th,
.mp-table-wrap tbody tr:last-child td {
  border-bottom: 0;
}

.mp-table-wrap tbody tr:hover {
  background: #fffcf6;
}

.mp-table-wrap td {
  color: #5e574f;
  font-size: 0.78rem;
  line-height: 1.5;
}

.mp-table-wrap td small {
  display: block;
  margin-top: 4px;
  color: #857b70;
  font-size: 0.64rem;
}

.mp-brand-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--ink);
}

.mp-brand-dot.is-citadel { background: #9f3326; }
.mp-brand-dot.is-vallejo { background: #185f99; }
.mp-brand-dot.is-army { background: #3b7f3a; }
.mp-brand-dot.is-reaper { background: #4a445f; }
.mp-brand-dot.is-pro { background: #d69429; }

.mp-rate {
  display: grid;
  grid-template-columns: minmax(70px, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-width: 128px;
}

.mp-rate::before {
  content: "";
  grid-column: 1;
  grid-row: 1;
  height: 8px;
  border-radius: 999px;
  background: #ede5da;
}

.mp-rate b {
  grid-column: 1;
  grid-row: 1;
  width: var(--rate);
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.mp-rate span {
  color: var(--ink);
  font-weight: 850;
  white-space: nowrap;
}

.mp-read {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 0.68rem;
  font-weight: 850;
  white-space: nowrap;
}

.mp-read.is-strong { background: var(--mint); color: #0a6b5d; }
.mp-read.is-mixed { background: #fff1d4; color: #8b5b0e; }
.mp-read.is-specific { background: #e8eef8; color: #2a527c; }
.mp-read.is-gap { background: #fde7e2; color: #a13d30; }

.mp-yes { color: var(--teal); }
.mp-no { color: #6e675f; }

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

.mp-finding {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: clamp(24px, 3vw, 34px);
}

.mp-finding > span {
  color: var(--teal);
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mp-finding.is-hypothesis {
  border-color: #ecc9c0;
  background: #fff8f5;
}

.mp-finding.is-hypothesis > span {
  color: var(--coral);
}

.mp-finding h3 {
  margin: 52px 0 14px;
  font-size: clamp(1.45rem, 2.25vw, 2.1rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.mp-finding p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.mp-sources {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
  border-radius: 28px;
  background: var(--ink);
  color: #fff;
  padding: clamp(32px, 5vw, 66px);
}

.mp-source-intro .mp-eyebrow {
  color: #9ee6d6;
}

.mp-source-intro > p:not(.mp-eyebrow) {
  margin: 24px 0;
  color: #c0d1dc;
  line-height: 1.65;
}

.mp-source-stat {
  display: flex;
  align-items: baseline;
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
}

.mp-source-stat strong {
  color: #9ee6d6;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: 2.8rem;
}

.mp-source-stat span {
  max-width: 150px;
  color: #b4c7d3;
  font-size: 0.74rem;
  line-height: 1.4;
}

.mp-source-groups {
  display: grid;
  gap: 12px;
}

.mp-source-groups article {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  padding: 17px;
}

.mp-source-groups article > span {
  display: block;
  margin-bottom: 11px;
  color: #a9bdca;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mp-domain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.mp-domain-list b {
  border-radius: 999px;
  background: rgba(158, 230, 214, 0.12);
  color: #d9f5ed;
  padding: 6px 9px;
  font-size: 0.67rem;
  font-weight: 750;
}

.mp-source-groups .is-gateway p {
  margin: 12px 0 0;
  color: #a9bdca;
  font-size: 0.7rem;
  line-height: 1.5;
}

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

.mp-receipt-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.mp-receipt-grid header,
.mp-receipt-grid blockquote,
.mp-receipt-grid article > p,
.mp-receipt-grid footer {
  padding-right: 26px;
  padding-left: 26px;
}

.mp-receipt-grid header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #eee4d5;
  padding-top: 18px;
  padding-bottom: 18px;
}

.mp-receipt-grid header span {
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

.mp-receipt-grid header b {
  color: #7e7469;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.61rem;
}

.mp-receipt-grid blockquote {
  margin: 0;
  padding-top: 28px;
  padding-bottom: 18px;
  color: var(--ink);
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.mp-receipt-grid article > p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.mp-receipt-grid footer {
  border-top: 1px solid #eee4d5;
  background: #f8f1e7;
  color: #746b61;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.68rem;
  line-height: 1.45;
}

.mp-actions-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(52px, 8vw, 110px);
}

.mp-actions-section ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-actions-section li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid var(--line);
  padding: 20px 0 8px;
}

.mp-actions-section li > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--teal);
  color: #fff;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.68rem;
  font-weight: 700;
}

.mp-actions-section li strong {
  color: var(--ink);
}

.mp-actions-section li p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.mp-method {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(52px, 8vw, 110px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(54px, 7vw, 88px) 0;
}

.mp-method > div > p:not(.mp-eyebrow) {
  margin: 24px 0 18px;
  color: var(--muted);
  line-height: 1.65;
}

.mp-method a {
  color: var(--teal);
  font-weight: 850;
  text-decoration: none;
}

.mp-method dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.mp-method dl div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}

.mp-method dl div:last-child {
  border-bottom: 1px solid var(--line);
}

.mp-method dt {
  color: #80766b;
  font-family: "Spline Sans Mono", monospace;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mp-method dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.45;
}

.mp-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: center;
  gap: 60px;
  width: min(calc(100% - 48px), 1240px);
  margin: clamp(80px, 10vw, 136px) auto;
  border-radius: 28px;
  background: var(--coral);
  box-shadow: 0 26px 70px rgba(232, 90, 66, 0.25);
  color: #fff;
  padding: clamp(34px, 5vw, 64px);
}

.mp-final-cta .mp-eyebrow {
  color: #ffe0da;
}

.mp-final-cta > div:last-child {
  display: grid;
  gap: 11px;
}

.mp-final-cta > div:last-child p {
  margin: 2px 0 0;
  color: #ffe6df;
  font-size: 0.75rem;
  line-height: 1.5;
}

.mp-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
  border-top: 1px solid rgba(21, 38, 59, 0.14);
  padding: 28px 0 38px;
}

.mp-footer p {
  margin: 0;
  color: #7b7167;
  font-size: 0.74rem;
}

@media (max-width: 1000px) {
  .mp-hero,
  .mp-section-heading,
  .mp-sources,
  .mp-actions-section,
  .mp-method,
  .mp-final-cta {
    grid-template-columns: 1fr;
  }

  .mp-prompt-card {
    max-width: 720px;
  }

  .mp-section-heading {
    gap: 22px;
  }

  .mp-finding-grid,
  .mp-receipt-grid {
    grid-template-columns: 1fr;
  }

  .mp-finding {
    min-height: 230px;
  }

  .mp-actions-section,
  .mp-method,
  .mp-final-cta {
    gap: 38px;
  }
}

@media (max-width: 760px) {
  .mp-header,
  .mp-hero,
  .mp-section,
  .mp-final-cta,
  .mp-footer {
    width: min(calc(100% - 28px), 1240px);
  }

  .mp-header {
    padding: 13px 0;
  }

  .mp-header nav a:not(.mp-nav-cta) {
    display: none;
  }

  .mp-header nav {
    gap: 0;
  }

  .mp-brand img {
    width: 36px;
    height: 36px;
  }

  .mp-brand span {
    max-width: 90px;
  }

  .mp-hero {
    grid-template-columns: minmax(0, 1fr);
    padding: 58px 0 68px;
  }

  .mp-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

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

  .mp-button {
    width: 100%;
  }

  .mp-prompt-card {
    padding: 25px 21px 34px;
  }

  .mp-prompt-top {
    align-items: flex-start;
  }

  .mp-prompt-top time {
    max-width: 115px;
    text-align: right;
  }

  .mp-engine-list {
    grid-template-columns: 1fr;
  }

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

  .mp-scope article {
    justify-content: flex-start;
  }

  .mp-disclosure {
    width: min(calc(100% - 38px), 1040px);
  }

  .mp-section-heading h2,
  .mp-source-intro h2,
  .mp-actions-section h2,
  .mp-method h2,
  .mp-final-cta h2 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .mp-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .mp-table-wrap thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .mp-table-wrap table,
  .mp-table-wrap tbody,
  .mp-table-wrap tr,
  .mp-table-wrap th,
  .mp-table-wrap td {
    display: block;
    width: 100%;
  }

  .mp-table-wrap tbody {
    display: grid;
    gap: 12px;
  }

  .mp-table-wrap tbody tr {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
  }

  .mp-table-wrap tbody th,
  .mp-table-wrap tbody td {
    position: relative;
    border-bottom: 1px solid #eee4d5;
    padding: 14px 16px 14px 46%;
  }

  .mp-table-wrap tbody th::before,
  .mp-table-wrap tbody td::before {
    content: attr(data-label);
    position: absolute;
    top: 15px;
    left: 16px;
    width: 38%;
    color: #82776b;
    font-family: "Spline Sans Mono", monospace;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .mp-table-wrap tbody tr > *:last-child {
    border-bottom: 0;
  }

  .mp-rate {
    min-width: 0;
  }

  .mp-read {
    white-space: normal;
  }

  .mp-finding {
    min-height: 0;
  }

  .mp-finding h3 {
    margin-top: 36px;
  }

  .mp-sources {
    border-radius: 18px;
    padding: 28px 22px;
  }

  .mp-receipt-grid article {
    min-height: 0;
  }

  .mp-receipt-grid header {
    align-items: flex-start;
  }

  .mp-receipt-grid header b {
    max-width: 150px;
    text-align: right;
  }

  .mp-actions-section li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .mp-method dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .mp-final-cta {
    border-radius: 18px;
    padding: 30px 22px;
  }

  .mp-footer {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .mp-footer nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
