.irp-movel-v1 {
  --mv-paper: #f2eee4;
  --mv-light: #fbf9f3;
  --mv-ink: #111413;
  --mv-soft: #555d5a;
  --mv-navy: #17384a;
  --mv-deep: #0c202b;
  --mv-pale: #d6e0e1;
  --mv-amber: #b97627;
  --mv-line: rgba(17, 20, 19, 0.2);
  --mv-page: max(28px, calc((100vw - 1320px) / 2));
  --mv-section: clamp(96px, 10vw, 164px);
  --mv-serif: "Bodoni Moda", "Bodoni 72", Didot, serif;
  --mv-sans: "Manrope", Arial, sans-serif;
  --mv-ease: cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow-x: clip;
  color: var(--mv-soft);
  background: var(--mv-paper);
  font: 400 clamp(1rem, 1.13vw, 1.16rem)/1.66 var(--mv-sans);
}

.irp-movel-v1 *,
.irp-movel-v1 *::before,
.irp-movel-v1 *::after { box-sizing: border-box; }
.irp-movel-v1 ::selection { color: var(--mv-light); background: var(--mv-navy); }
.irp-movel-v1 :focus-visible { outline: 3px solid var(--mv-amber); outline-offset: 4px; }
.irp-movel-v1 h1,
.irp-movel-v1 h2,
.irp-movel-v1 h3,
.irp-movel-v1 p { margin-top: 0; }
.irp-movel-v1 h1,
.irp-movel-v1 h2,
.irp-movel-v1 h3 {
  color: var(--mv-ink);
  font-family: var(--mv-serif);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.irp-movel-v1 h2 {
  margin-bottom: 30px;
  font-size: clamp(3.25rem, 6vw, 6rem);
  line-height: 0.95;
  text-wrap: balance;
}
.irp-movel-v1 h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 3.15rem);
  line-height: 0.98;
}
.irp-movel-v1 a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.28em;
}
.irp-movel-v1 img { display: block; max-width: 100%; }
.irp-movel-v1 section[id] { scroll-margin-top: 92px; }

.mv-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms var(--mv-ease);
}
.mv-action i { position: relative; width: 24px; height: 12px; margin-left: 22px; }
.mv-action i::before,
.mv-action i::after { position: absolute; right: 0; content: ""; }
.mv-action i::before { top: 5px; width: 24px; border-top: 1px solid currentColor; }
.mv-action i::after { top: 2px; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.mv-action:hover { transform: translateY(-2px); }
.irp-movel-v1 .mv-action--light { color: var(--mv-ink); background: var(--mv-light); }
.irp-movel-v1 .mv-action--light:hover { color: var(--mv-light); background: var(--mv-amber); }
.irp-movel-v1 .mv-action--dark { color: var(--mv-light); background: var(--mv-ink); }
.irp-movel-v1 .mv-action--dark:hover { background: var(--mv-navy); }

.mv-hero {
  display: grid;
  grid-template-columns: minmax(460px, 0.88fr) minmax(500px, 1.12fr);
  min-height: max(820px, calc(100svh - 65px));
  color: var(--mv-pale);
  background: var(--mv-deep);
}
.mv-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 82px clamp(52px, 7vw, 112px) 62px var(--mv-page);
}
.mv-hero h1 {
  max-width: 10.8ch;
  margin: 0;
  color: var(--mv-light);
  font-size: clamp(4.4rem, 5.75vw, 6rem);
  line-height: 0.93;
  text-wrap: balance;
}
.mv-hero__copy > p:not(.mv-hero__principle) {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(251, 249, 243, 0.8);
  font-size: clamp(1.04rem, 1.35vw, 1.3rem);
  line-height: 1.58;
}
.mv-hero .mv-action { align-self: flex-start; margin-top: 34px; }
.mv-hero__principle {
  max-width: 440px;
  margin: auto 0 0;
  padding-top: 54px;
  color: rgba(251, 249, 243, 0.7);
  font-size: 0.82rem;
}
.mv-hero__principle strong {
  display: block;
  margin-bottom: 5px;
  color: var(--mv-amber);
  font: 400 clamp(1.6rem, 2vw, 2.1rem)/1 var(--mv-serif);
  letter-spacing: -0.03em;
}
.mv-hero__figure {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #121515;
}
.mv-hero__figure picture,
.mv-hero__figure img { width: 100%; height: 100%; }
.mv-hero__figure picture { display: block; }
.mv-hero__figure img { object-fit: contain; object-position: center; }
.mv-hero__figure figcaption {
  position: absolute;
  right: 24px;
  bottom: 18px;
  left: 24px;
  margin: 0;
  color: rgba(251, 249, 243, 0.76);
  font-size: 0.68rem;
  line-height: 1.45;
  text-align: right;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.82);
}

.mv-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 28px var(--mv-page) 0;
  color: rgba(17, 20, 19, 0.58);
  font-size: 0.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.mv-breadcrumb a { text-decoration: none; }
.mv-breadcrumb a:hover { color: var(--mv-navy); }

.mv-family { padding: var(--mv-section) var(--mv-page); }
.mv-family > header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.65fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
}
.mv-family h2 { max-width: 9.4ch; }
.mv-family > header p { max-width: 55ch; margin-bottom: 8px; }
.mv-family ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 90px 0 0;
  padding: 0;
  border-top: 1px solid var(--mv-line);
  list-style: none;
}
.mv-family li {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 22px;
  min-height: 360px;
  padding: 34px 38px 44px 0;
  border-bottom: 1px solid var(--mv-line);
}
.mv-family li + li { padding-left: 38px; border-left: 1px solid var(--mv-line); }
.mv-family li > span { color: var(--mv-amber); font: 400 2.25rem/1 var(--mv-serif); }
.mv-family li div { align-self: end; }
.mv-family li p { margin-bottom: 0; }

.mv-diagnosis {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  gap: clamp(70px, 10vw, 170px);
  padding: var(--mv-section) var(--mv-page);
  color: rgba(251, 249, 243, 0.78);
  background: var(--mv-navy);
}
.mv-diagnosis__heading { align-self: start; }
.mv-diagnosis h2 { max-width: 10.5ch; color: var(--mv-light); }
.mv-diagnosis__heading p { max-width: 52ch; }
.mv-diagnosis dl { margin: 0; border-top: 1px solid rgba(214, 224, 225, 0.28); }
.mv-diagnosis dl > div {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 38px;
  padding: 29px 0;
  border-bottom: 1px solid rgba(214, 224, 225, 0.28);
}
.mv-diagnosis dt { color: var(--mv-light); font: 400 clamp(1.65rem, 2.25vw, 2.35rem)/1.05 var(--mv-serif); letter-spacing: -0.03em; }
.mv-diagnosis dd { align-self: center; margin: 0; }

.mv-timing {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  min-height: 840px;
  background: var(--mv-light);
}
.mv-timing figure,
.mv-care figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.mv-timing figure picture,
.mv-timing figure img,
.mv-care figure picture,
.mv-care figure img { display: block; width: 100%; height: 100%; }
.mv-timing figure img,
.mv-care figure img { object-fit: contain; }
.mv-timing figure img { object-position: 52% center; }
.mv-timing figcaption,
.mv-care figcaption {
  position: absolute;
  right: 22px;
  bottom: 18px;
  left: 22px;
  margin: 0;
  color: rgba(17, 20, 19, 0.7);
  font-size: 0.7rem;
  line-height: 1.45;
}
.mv-timing__copy {
  align-self: center;
  padding: var(--mv-section) var(--mv-page) var(--mv-section) clamp(52px, 7vw, 112px);
}
.mv-timing__copy h2 { max-width: 9.5ch; }
.mv-timing__copy > p { max-width: 55ch; }
.mv-note {
  margin: 46px 0 0;
  padding: 28px 0;
  border-top: 1px solid var(--mv-line);
  border-bottom: 1px solid var(--mv-line);
}
.mv-note strong { display: block; margin-bottom: 8px; color: var(--mv-navy); }

.mv-wear {
  padding: var(--mv-section) var(--mv-page);
  color: rgba(251, 249, 243, 0.76);
  background: var(--mv-deep);
}
.mv-wear > header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(370px, 0.65fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
}
.mv-wear h2 { max-width: 11.5ch; color: var(--mv-light); }
.mv-wear > header p { max-width: 56ch; margin-bottom: 8px; }
.mv-wear ol {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 92px 0 0;
  padding: 0;
  border-top: 1px solid rgba(214, 224, 225, 0.27);
  list-style: none;
}
.mv-wear li { position: relative; min-height: 300px; padding: 40px 34px 36px 0; }
.mv-wear li + li { padding-left: 34px; border-left: 1px solid rgba(214, 224, 225, 0.27); }
.mv-wear li::before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 13px;
  height: 13px;
  border: 3px solid var(--mv-deep);
  border-radius: 50%;
  background: var(--mv-amber);
  box-shadow: 0 0 0 1px var(--mv-amber);
  content: "";
}
.mv-wear li:first-child::before { left: 0; }
.mv-wear li span { display: block; margin-top: 86px; color: var(--mv-light); font: 400 clamp(2rem, 2.8vw, 2.8rem)/1 var(--mv-serif); letter-spacing: -0.03em; }
.mv-wear li p { margin: 20px 0 0; font-size: 0.94rem; }

.mv-care {
  display: grid;
  grid-template-columns: minmax(460px, 0.88fr) minmax(0, 1.12fr);
  min-height: 820px;
  background: var(--mv-paper);
}
.mv-care__copy {
  align-self: center;
  padding: var(--mv-section) clamp(52px, 7vw, 112px) var(--mv-section) var(--mv-page);
}
.mv-care__copy h2 { max-width: 9.3ch; font-size: clamp(3.25rem, 5.3vw, 5.35rem); }
.mv-care__copy > p,
.mv-care__copy li { max-width: 58ch; }
.mv-care__copy ul { margin: 38px 0 0; padding: 26px 0 0; border-top: 1px solid var(--mv-line); list-style: none; }
.mv-care__copy li { position: relative; padding: 8px 0 8px 24px; }
.mv-care__copy li::before { position: absolute; top: 1.1em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--mv-amber); content: ""; }
.mv-care__source { margin: 34px 0 0; padding-top: 24px; border-top: 1px solid var(--mv-line); font-size: 0.9rem; }
.mv-care figure img { object-position: 56% center; }

.mv-legacy {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(60px, 10vw, 170px);
  padding: var(--mv-section) var(--mv-page);
  background: var(--mv-light);
}
.mv-legacy__heading h2 { max-width: 9.8ch; }
.mv-legacy__heading p { max-width: 49ch; }
.mv-legacy blockquote {
  grid-column: 2;
  margin: 0;
  padding: 0 0 58px;
  border-bottom: 1px solid var(--mv-line);
  color: rgba(17, 20, 19, 0.53);
  font: 400 clamp(3rem, 5.5vw, 5.7rem)/0.98 var(--mv-serif);
  letter-spacing: -0.04em;
}
.mv-legacy__current {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.mv-legacy__current p { margin-bottom: 0; }
.mv-legacy__current a { color: var(--mv-navy); font-weight: 700; }

.mv-limits {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(70px, 10vw, 170px);
  padding: var(--mv-section) var(--mv-page);
  background: var(--mv-paper);
}
.mv-limits__intro { position: sticky; top: 100px; align-self: start; }
.mv-limits__intro h2 { max-width: 9.5ch; }
.mv-limits__intro p { max-width: 50ch; }
.mv-limits__list { border-top: 1px solid var(--mv-line); }
.mv-limits__list p {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 40px;
  margin: 0;
  padding: 34px 0;
  border-bottom: 1px solid var(--mv-line);
}
.mv-limits__list strong { color: var(--mv-ink); font: 400 clamp(1.6rem, 2.25vw, 2.4rem)/1.05 var(--mv-serif); letter-spacing: -0.03em; }
.mv-limits__list span { align-self: center; }

.mv-alert {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(50px, 9vw, 150px);
  align-items: end;
  padding: var(--mv-section) var(--mv-page);
  background: var(--mv-amber);
}
.mv-alert h2 { max-width: 11ch; }
.mv-alert p { max-width: 72ch; margin-bottom: 0; color: rgba(17, 20, 19, 0.76); }
.mv-alert .mv-action { white-space: nowrap; }

.mv-faq { padding: var(--mv-section) var(--mv-page); background: var(--mv-light); }
.mv-faq h2 { max-width: 8ch; }
.mv-faq__list { max-width: 1020px; margin: 66px 0 0 auto; border-top: 1px solid var(--mv-line); }
.mv-faq details { border-bottom: 1px solid var(--mv-line); }
.mv-faq summary {
  position: relative;
  padding: 30px 72px 30px 0;
  color: var(--mv-ink);
  cursor: pointer;
  font: 400 clamp(1.65rem, 2.6vw, 2.65rem)/1.08 var(--mv-serif);
  letter-spacing: -0.03em;
  list-style: none;
}
.mv-faq summary::-webkit-details-marker { display: none; }
.mv-faq summary::before,
.mv-faq summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 25px;
  border-top: 1px solid var(--mv-navy);
  content: "";
  transition: transform 220ms var(--mv-ease);
}
.mv-faq summary::after { transform: rotate(90deg); }
.mv-faq details[open] summary::after { transform: rotate(0); }
.mv-faq details > p { max-width: 68ch; margin: -4px 80px 0 0; padding: 0 0 34px; }

.mv-closing {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: clamp(52px, 10vw, 170px);
  align-items: end;
  padding: var(--mv-section) var(--mv-page);
  color: rgba(251, 249, 243, 0.76);
  background: var(--mv-navy);
}
.mv-closing h2 { max-width: 12ch; color: var(--mv-light); }
.mv-closing p { max-width: 58ch; margin-bottom: 0; }
.mv-closing .mv-action { white-space: nowrap; }

.mv-references { padding: clamp(80px, 8vw, 122px) var(--mv-page); background: #e8e1d4; }
.mv-references > header {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(380px, 1.28fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}
.mv-references h2 { max-width: 9ch; margin-bottom: 0; font-size: clamp(2.8rem, 4.8vw, 4.8rem); }
.mv-references > header p { max-width: 58ch; margin-bottom: 4px; font-size: 0.92rem; }
.mv-references ol { max-width: 1040px; margin: 64px 0 0 auto; padding: 0; counter-reset: references; list-style: none; }
.mv-references li {
  position: relative;
  padding: 22px 0 22px 56px;
  border-top: 1px solid rgba(17, 20, 19, 0.18);
  counter-increment: references;
  font-size: 0.82rem;
  line-height: 1.65;
}
.mv-references li::before { position: absolute; top: 21px; left: 0; color: var(--mv-amber); content: counter(references, decimal-leading-zero); font: 400 1.45rem/1 var(--mv-serif); }
.mv-references li:last-child { border-bottom: 1px solid rgba(17, 20, 19, 0.18); }
.mv-references a { color: var(--mv-navy); font-weight: 700; }

@media (max-width: 1120px) {
  .mv-hero { grid-template-columns: minmax(400px, 0.95fr) minmax(430px, 1.05fr); }
  .mv-hero h1 { font-size: clamp(4rem, 6vw, 5.2rem); }
  .mv-diagnosis { grid-template-columns: 0.85fr 1.15fr; gap: 70px; }
  .mv-family li { grid-template-columns: 34px 1fr; gap: 14px; padding-right: 24px; }
  .mv-family li + li { padding-left: 24px; }
  .mv-wear li { padding-right: 22px; }
  .mv-wear li + li { padding-left: 22px; }
  .mv-legacy { gap: 70px; }
  .mv-limits { gap: 70px; }
}

@media (max-width: 900px) {
  .irp-movel-v1 {
    --mv-page: 32px;
    --mv-section: 92px;
    font-size: 1rem;
  }
  .irp-movel-v1 h2 { font-size: clamp(3.1rem, 11vw, 4.9rem); }
  .mv-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .mv-hero__copy {
    min-height: 650px;
    padding: 76px var(--mv-page) 54px;
  }
  .mv-hero h1 { max-width: 11ch; font-size: clamp(4rem, 11.5vw, 5.6rem); }
  .mv-hero__principle { margin-top: 76px; }
  .mv-hero__figure { min-height: 0; }
  .mv-hero__figure picture,
  .mv-hero__figure img { height: auto; }
  .mv-hero__figure img { width: 100%; object-fit: contain; }
  .mv-family > header,
  .mv-wear > header,
  .mv-references > header { grid-template-columns: 1fr; gap: 30px; align-items: start; }
  .mv-family ol { grid-template-columns: 1fr; }
  .mv-family li,
  .mv-family li + li {
    grid-template-columns: 46px 1fr;
    gap: 22px;
    min-height: 260px;
    padding: 34px 0;
    border-left: 0;
  }
  .mv-family li div { align-self: center; }
  .mv-diagnosis { grid-template-columns: 1fr; gap: 56px; }
  .mv-timing { grid-template-columns: 1fr; min-height: 0; }
  .mv-timing__copy { grid-row: 1; padding: var(--mv-section) var(--mv-page); }
  .mv-timing figure { grid-row: 2; min-height: 0; }
  .mv-timing figure picture,
  .mv-timing figure img { height: auto; }
  .mv-wear ol { grid-template-columns: 1fr 1fr; }
  .mv-wear li,
  .mv-wear li + li { min-height: 270px; padding: 36px 28px 34px; border-bottom: 1px solid rgba(214, 224, 225, 0.27); }
  .mv-wear li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .mv-wear li:nth-child(even)::before { left: -7px; }
  .mv-wear li:nth-child(n + 3)::before { display: none; }
  .mv-care { grid-template-columns: 1fr; min-height: 0; }
  .mv-care__copy { padding: var(--mv-section) var(--mv-page); }
  .mv-care figure { min-height: 0; }
  .mv-care figure picture,
  .mv-care figure img { height: auto; }
  .mv-legacy { grid-template-columns: 1fr; gap: 54px; }
  .mv-legacy blockquote,
  .mv-legacy__current { grid-column: 1; }
  .mv-limits { grid-template-columns: 1fr; gap: 60px; }
  .mv-limits__intro { position: static; }
  .mv-alert,
  .mv-closing { grid-template-columns: 1fr; gap: 48px; }
  .mv-alert .mv-action,
  .mv-closing .mv-action { justify-self: start; }
  .mv-faq__list,
  .mv-references ol { margin-left: 0; }
}

@media (max-width: 620px) {
  .irp-movel-v1 {
    --mv-page: 24px;
    --mv-section: 80px;
    line-height: 1.62;
  }
  .irp-movel-v1 h2 { margin-bottom: 24px; font-size: clamp(3rem, 14.5vw, 4.25rem); letter-spacing: -0.035em; }
  .irp-movel-v1 h3 { font-size: 2.25rem; }
  .mv-action { width: 100%; padding-right: 20px; padding-left: 20px; }
  .mv-hero__copy { min-height: 620px; padding-top: 66px; }
  .mv-hero h1 { max-width: 10.7ch; font-size: clamp(3.55rem, 15.7vw, 4.75rem); letter-spacing: -0.035em; }
  .mv-hero__copy > p:not(.mv-hero__principle) { font-size: 1rem; }
  .mv-hero__principle { margin-top: 66px; padding-top: 0; }
  .mv-hero__figure figcaption { right: 18px; bottom: 14px; left: 18px; font-size: 0.62rem; }
  .mv-breadcrumb { gap: 8px; padding-top: 22px; font-size: 0.64rem; }
  .mv-family > header p,
  .mv-wear > header p { margin-bottom: 0; }
  .mv-family ol { margin-top: 58px; }
  .mv-family li,
  .mv-family li + li { grid-template-columns: 36px 1fr; gap: 14px; min-height: 235px; }
  .mv-family li > span { font-size: 1.8rem; }
  .mv-diagnosis { gap: 42px; }
  .mv-diagnosis dl > div { grid-template-columns: 1fr; gap: 9px; padding: 24px 0; }
  .mv-diagnosis dt { font-size: 1.95rem; }
  .mv-timing figcaption,
  .mv-care figcaption { right: 16px; bottom: 12px; left: 16px; font-size: 0.62rem; }
  .mv-note { margin-top: 36px; }
  .mv-wear ol { grid-template-columns: 1fr; margin-top: 62px; }
  .mv-wear li,
  .mv-wear li + li { min-height: 0; padding: 34px 0; border-left: 0; }
  .mv-wear li::before,
  .mv-wear li:nth-child(even)::before { top: -7px; left: 0; }
  .mv-wear li:nth-child(n + 2)::before { display: none; }
  .mv-wear li span { margin-top: 38px; }
  .mv-care__copy h2 { font-size: clamp(3rem, 13.5vw, 4.1rem); }
  .mv-care__copy li { padding-left: 20px; }
  .mv-legacy { gap: 42px; }
  .mv-legacy blockquote { padding-bottom: 42px; font-size: clamp(2.75rem, 13.5vw, 4rem); }
  .mv-legacy__current { grid-template-columns: 1fr; gap: 24px; }
  .mv-limits__list p { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .mv-limits__list strong { font-size: 2rem; }
  .mv-alert .mv-action,
  .mv-closing .mv-action { justify-self: stretch; }
  .mv-faq h2 { max-width: none; }
  .mv-faq__list { margin-top: 48px; }
  .mv-faq summary { padding: 24px 48px 24px 0; font-size: 1.9rem; }
  .mv-faq summary::before,
  .mv-faq summary::after { width: 20px; }
  .mv-faq details > p { margin-right: 0; padding-bottom: 28px; }
  .mv-references h2 { font-size: 3rem; }
  .mv-references ol { margin-top: 46px; }
  .mv-references li { padding-left: 44px; }
}

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