@font-face {
  font-family: "Quatrix";
  src: url("/fonts/Quatrix.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "FigtreeSales";
  src: url("/fonts/Figtree-Variable.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 900;
}

:root {
  --rm-ink: #1d1917;
  --rm-ink-soft: #342a25;
  --rm-cream: #eee5dc;
  --rm-cream-light: #f8f3ed;
  --rm-paper: rgba(255, 255, 255, 0.66);
  --rm-copper: #a36f4f;
  --rm-copper-dark: #75462f;
  --rm-copper-light: #d9a47c;
  --rm-border: rgba(117, 70, 47, 0.18);
  --rm-shadow: 0 32px 80px -52px rgba(55, 36, 27, 0.66);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--rm-cream);
  color: var(--rm-ink);
  font-family: Inter, Figtree, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 12% 4%, rgba(217, 164, 124, 0.25), transparent 28rem),
    radial-gradient(circle at 88% 10%, rgba(163, 111, 79, 0.12), transparent 34rem),
    linear-gradient(180deg, #f3ece4 0%, var(--rm-cream) 44%, #e9ddd1 100%);
  content: "";
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(163, 111, 79, 0.44);
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.rm-shell {
  width: min(1160px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.rm-header {
  display: flex;
  position: relative;
  z-index: 10;
  min-height: 94px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(117, 70, 47, 0.12);
}

.rm-brand {
  display: inline-flex;
  align-items: center;
}

.rm-brand img {
  width: 176px;
  height: auto;
  mix-blend-mode: multiply;
}

.rm-header > span {
  color: rgba(29, 25, 23, 0.58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

h1,
h2,
h3 {
  font-family: "Quatrix", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.rm-eyebrow {
  margin: 0 0 1rem;
  color: var(--rm-copper-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.rm-eyebrow--left {
  text-align: left;
}

.rm-lead {
  color: rgba(29, 25, 23, 0.72);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.7;
}

.rm-button {
  display: inline-flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid rgba(117, 70, 47, 0.32);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--rm-copper-light), var(--rm-copper) 56%, var(--rm-copper-dark));
  box-shadow: 0 22px 44px -24px rgba(72, 43, 29, 0.78), inset 0 1px rgba(255, 255, 255, 0.23);
  color: #fffaf5;
  padding: 1rem 1.35rem;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.rm-button:hover {
  filter: saturate(1.08) brightness(0.99);
  transform: translateY(-2px);
  box-shadow: 0 28px 52px -24px rgba(72, 43, 29, 0.84), inset 0 1px rgba(255, 255, 255, 0.23);
}

.rm-button--light {
  border-color: rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, #edc5a5, #c88c62 60%, #8b5639);
}

.rm-button--ghost {
  border-color: var(--rm-border);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: none;
  color: var(--rm-ink);
}

.rm-button--ghost:hover {
  background: #fff;
  box-shadow: none;
}

.rm-button--compact {
  min-height: 50px;
  padding: 0.75rem 1rem;
  font-size: 12px;
}

/* Bridge */
.rm-bridge-simple {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.62fr);
  align-items: center;
  gap: clamp(2.8rem, 7vw, 7rem);
  min-height: calc(100svh - 94px);
  padding-block: clamp(2.2rem, 4vw, 3.6rem);
}

.rm-bridge-simple__copy {
  max-width: 720px;
}

.rm-bridge-simple h1 {
  margin: 0;
  font-size: clamp(3.5rem, 6vw, 4.9rem);
  line-height: 0.93;
  text-wrap: balance;
}

.rm-bridge-simple h1 em {
  display: block;
  color: var(--rm-copper-dark);
  font-style: oblique 9deg;
}

.rm-bridge-simple .rm-lead {
  max-width: 650px;
  margin: 1.2rem 0 0;
}

.rm-bridge-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.2rem 0;
  padding: 0;
  list-style: none;
}

.rm-bridge-facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--rm-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: rgba(29, 25, 23, 0.72);
  padding: 0.65rem 0.9rem;
  font-size: 13px;
  font-weight: 700;
}

.rm-bridge-facts span {
  color: var(--rm-copper);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.rm-bridge-simple__cta {
  width: min(100%, 470px);
}

.rm-bridge-simple__copy > small {
  display: block;
  width: min(100%, 470px);
  margin-top: 0.8rem;
  color: rgba(29, 25, 23, 0.5);
  font-size: 12px;
  text-align: center;
}

.rm-portrait-card--bridge-simple {
  width: min(100%, 360px);
}

.rm-bridge-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.72fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  min-height: 670px;
  padding-block: clamp(3.2rem, 7vw, 6.5rem);
}

.rm-bridge-hero__copy h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
  line-height: 0.9;
  text-wrap: balance;
}

.rm-bridge-hero__copy h1 em,
.rm-sales-hero h1 em,
.rm-offer-card h2 em {
  display: block;
  color: var(--rm-copper-dark);
  font-style: oblique 9deg;
}

.rm-bridge-hero__copy .rm-eyebrow {
  text-align: left;
}

.rm-bridge-hero__copy .rm-lead {
  max-width: 650px;
  margin: 1.6rem 0 0;
}

.rm-soft-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.8rem;
}

.rm-soft-proof span {
  border: 1px solid var(--rm-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
  color: rgba(29, 25, 23, 0.64);
  padding: 0.6rem 0.9rem;
  font-size: 13px;
  font-weight: 700;
}

.rm-portrait-card {
  overflow: hidden;
  border: 1px solid var(--rm-border);
  background: linear-gradient(155deg, #e2c7ad, #f7eee5 48%, #c99973);
  box-shadow: var(--rm-shadow);
}

.rm-portrait-card--bridge {
  width: min(100%, 390px);
  justify-self: center;
  border-radius: 190px 190px 28px 28px;
}

.rm-portrait-card__image {
  position: relative;
  overflow: hidden;
}

.rm-portrait-card--bridge .rm-portrait-card__image {
  height: 430px;
}

.rm-portrait-card--bridge .rm-portrait-card__image::after,
.rm-portrait-card--sales .rm-portrait-card__image::after {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(transparent, rgba(48, 31, 23, 0.3));
  content: "";
}

.rm-portrait-card--bridge .rm-portrait-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 13%;
}

.rm-portrait-card__caption {
  display: grid;
  gap: 0.25rem;
  background: rgba(255, 250, 245, 0.78);
  padding: 1.35rem 1.5rem 1.5rem;
  text-align: center;
}

.rm-portrait-card__caption strong {
  color: var(--rm-copper-dark);
  font-family: "Quatrix", Georgia, serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.rm-portrait-card__caption span {
  color: rgba(29, 25, 23, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.rm-choice-section {
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.rm-choice-section > h2 {
  max-width: 740px;
  margin: 0 auto 2.7rem;
  font-size: clamp(3rem, 5.8vw, 5.2rem);
  line-height: 0.96;
  text-align: center;
  text-wrap: balance;
}

.rm-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.rm-choice {
  display: grid;
  position: relative;
  min-height: 270px;
  align-content: start;
  border: 1px solid var(--rm-border);
  border-radius: 26px;
  background: var(--rm-paper);
  box-shadow: var(--rm-shadow);
  color: var(--rm-ink);
  padding: 1.7rem;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.rm-choice:hover,
.rm-choice[aria-pressed="true"] {
  border-color: rgba(117, 70, 47, 0.48);
  background: rgba(255, 255, 255, 0.88);
  transform: translateY(-4px);
}

.rm-choice[aria-pressed="true"] {
  box-shadow: 0 0 0 2px rgba(163, 111, 79, 0.13), var(--rm-shadow);
}

.rm-choice__number {
  color: var(--rm-copper-light);
  font-family: "Quatrix", Georgia, serif;
  font-size: 3.8rem;
  line-height: 0.9;
}

.rm-choice strong {
  margin-top: 2.3rem;
  color: var(--rm-copper-dark);
  font-family: "Quatrix", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.rm-choice small {
  margin-top: 0.7rem;
  color: rgba(29, 25, 23, 0.67);
  font-size: 15px;
  line-height: 1.55;
}

.rm-choice i {
  position: absolute;
  right: 1.5rem;
  bottom: 1.3rem;
  color: var(--rm-copper-dark);
  font-size: 1.4rem;
  font-style: normal;
}

.rm-choice-result {
  display: grid;
  grid-template-columns: 1fr 330px;
  align-items: center;
  gap: 2.3rem;
  margin-top: 1.2rem;
  border: 1px solid rgba(117, 70, 47, 0.24);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 243, 237, 0.62));
  box-shadow: var(--rm-shadow);
  padding: clamp(1.5rem, 4vw, 2.8rem);
}

.rm-choice-result h3 {
  margin: 0;
  color: var(--rm-copper-dark);
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  line-height: 1;
}

.rm-choice-result p:not(.rm-eyebrow) {
  max-width: 680px;
  margin: 0.9rem 0 0;
  color: rgba(29, 25, 23, 0.7);
  font-size: 17px;
  line-height: 1.65;
}

.rm-choice-result > small {
  grid-column: 2;
  color: rgba(29, 25, 23, 0.5);
  font-size: 12px;
  text-align: center;
}

/* Sales hero */
.rm-sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.6fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  padding-block: clamp(1.2rem, 1.7vw, 2.6rem);
}

.rm-availability {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
  border: 1px solid rgba(63, 113, 73, 0.18);
  border-radius: 999px;
  background: rgba(229, 243, 231, 0.7);
  color: #35653d;
  padding: 0.55rem 0.8rem;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.rm-availability span {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #56a266;
  box-shadow: 0 0 0 4px rgba(86, 162, 102, 0.12);
}

.rm-sales-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 4.1vw, 4rem);
  line-height: 0.93;
  text-wrap: balance;
}

.rm-sales-hero__copy > .rm-eyebrow {
  margin-bottom: 0.7rem;
}

.rm-sales-hero h1 em {
  display: inline;
}

.rm-positioning-line {
  max-width: 680px;
  margin: 1rem 0 0;
  border-left: 3px solid var(--rm-copper);
  color: var(--rm-copper-dark);
  padding: 0.2rem 0 0.2rem 1rem;
  font-family: "Quatrix", Georgia, serif;
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  line-height: 1.2;
}

.rm-sales-hero .rm-lead {
  max-width: 710px;
  margin: 0.75rem 0 1rem;
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  line-height: 1.5;
}

.rm-sales-hero .rm-whatsapp-cta {
  width: min(100%, 580px);
  min-height: 56px;
}

.rm-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 1.15rem 0 0;
  padding: 0;
  color: rgba(29, 25, 23, 0.58);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.025em;
  list-style: none;
}

.rm-hero-facts li {
  display: inline-flex;
  align-items: center;
}

.rm-hero-facts li + li::before {
  margin-inline: 0.6rem;
  color: var(--rm-copper);
  content: "·";
}

.rm-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1rem;
  color: rgba(29, 25, 23, 0.6);
  font-size: 13px;
}

.rm-trust-row--center {
  justify-content: center;
}

.rm-portrait-card--sales {
  position: relative;
  width: min(100%, 400px);
  justify-self: center;
  border-radius: 190px 190px 28px 28px;
  padding-bottom: 1.25rem;
}

.rm-portrait-card--sales .rm-portrait-card__image {
  height: 480px;
}

.rm-portrait-card--sales .rm-portrait-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 10%;
}

.rm-portrait-card--sales blockquote {
  margin: 1.4rem 1.5rem 0.65rem;
  color: rgba(29, 25, 23, 0.76);
  font-family: "Quatrix", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.25;
  text-align: center;
}

.rm-portrait-card__signature {
  width: 190px;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.rm-sales-portrait-note {
  margin: 0.55rem 1.2rem 0;
  color: rgba(29, 25, 23, 0.52);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.rm-authority {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--rm-border);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--rm-shadow);
}

.rm-authority > div {
  display: flex;
  min-height: 148px;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
}

.rm-authority > div + div {
  border-left: 1px solid var(--rm-border);
}

.rm-authority strong {
  color: var(--rm-copper-dark);
  font-family: "Quatrix", Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 400;
}

.rm-authority span {
  color: rgba(29, 25, 23, 0.62);
  font-size: 14px;
  line-height: 1.5;
}

.rm-dark-section {
  margin-top: clamp(5rem, 9vw, 8.5rem);
  background:
    radial-gradient(circle at 50% 115%, rgba(163, 111, 79, 0.38), transparent 38%),
    linear-gradient(145deg, #181412, #38271f 62%, #65402e);
  color: var(--rm-cream-light);
}

.rm-fragment-section {
  margin-top: 0;
}

.rm-fragment-copy {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-fragment-copy .rm-eyebrow {
  color: var(--rm-copper-light);
}

.rm-fragment-copy h2 {
  max-width: 1050px;
  margin: 0 auto;
  font-size: clamp(3.2rem, 6.5vw, 6.2rem);
  line-height: 0.94;
  text-align: center;
  text-wrap: balance;
}

.rm-fragment-copy h2 em {
  display: block;
  color: var(--rm-copper-light);
  font-style: oblique 9deg;
}

.rm-fragment-copy__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  max-width: 940px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}

.rm-fragment-copy__columns p {
  margin: 0 0 1rem;
  color: rgba(248, 243, 237, 0.75);
  font-size: 17px;
  line-height: 1.75;
}

.rm-fragment-copy__columns strong {
  display: inline-block;
  margin-top: 0.45rem;
  color: #f3c8a6;
  font-family: "Quatrix", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.rm-fragment-copy > blockquote {
  max-width: 850px;
  margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
  border-block: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff8f1;
  padding: 1.4rem 1rem;
  font-family: "Quatrix", Georgia, serif;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  line-height: 1.2;
  text-align: center;
}

.rm-return-copy {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-return-copy .rm-eyebrow {
  color: var(--rm-copper-light);
}

.rm-return-copy h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(3.2rem, 7vw, 6.7rem);
  line-height: 0.93;
  text-align: center;
  text-wrap: balance;
}

.rm-return-copy h2 em {
  color: var(--rm-copper-light);
  font-style: oblique 9deg;
}

.rm-return-copy__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 850px;
  margin: 3rem auto 0;
}

.rm-return-copy__columns p {
  margin: 0;
  color: rgba(248, 243, 237, 0.72);
  font-size: 18px;
  line-height: 1.75;
}

.rm-clarity,
.rm-outcomes,
.rm-proof,
.rm-bio,
.rm-offer,
.rm-faq {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-section-heading {
  max-width: 930px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.rm-section-heading--wide {
  max-width: 1000px;
}

.rm-section-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.96;
  text-wrap: balance;
}

.rm-section-heading > p:not(.rm-eyebrow) {
  max-width: 760px;
  margin: 1.4rem auto 0;
  color: rgba(29, 25, 23, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.rm-category {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-category-definition {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 980px;
  margin: 0 auto 1rem;
}

.rm-category-definition p {
  margin: 0;
  border: 1px solid var(--rm-border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: var(--rm-shadow);
  color: rgba(29, 25, 23, 0.7);
  padding: 1.7rem;
  font-size: 16px;
  line-height: 1.7;
}

.rm-category-definition strong {
  color: var(--rm-copper-dark);
}

.rm-movements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 980px;
  margin: 1rem auto 0;
}

.rm-movements-grid article {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  border-radius: 24px;
  background: linear-gradient(145deg, #211a17, #5c3c2d);
  color: var(--rm-cream-light);
  padding: 1.6rem;
}

.rm-movements-grid article::after {
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(217, 164, 124, 0.25);
  border-radius: 99px;
  content: "";
}

.rm-movements-grid span {
  color: var(--rm-copper-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.rm-movements-grid h3 {
  margin: 2.5rem 0 0.55rem;
  color: #fff9f3;
  font-size: 2.2rem;
  line-height: 1;
}

.rm-movements-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(248, 243, 237, 0.7);
  font-size: 15px;
  line-height: 1.6;
}

.rm-pillars {
  background: rgba(255, 255, 255, 0.38);
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-pillars__intro {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6.5rem);
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.rm-pillars__intro h2 {
  margin: 0;
  font-size: clamp(3.6rem, 6.2vw, 6rem);
  line-height: 0.92;
}

.rm-pillars__intro h2 em {
  display: block;
  color: var(--rm-copper-dark);
  font-style: oblique 9deg;
}

.rm-pillars__intro > div > p:not(.rm-eyebrow) {
  color: rgba(29, 25, 23, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

.rm-pillars figure {
  margin: 0;
}

.rm-pillars figure img {
  width: 100%;
  aspect-ratio: 1.36;
  border: 1px solid rgba(117, 70, 47, 0.15);
  border-radius: 30px;
  box-shadow: var(--rm-shadow);
  object-fit: cover;
}

.rm-pillars figcaption {
  max-width: 610px;
  margin: 0.8rem auto 0;
  color: rgba(29, 25, 23, 0.52);
  font-size: 12px;
  line-height: 1.55;
  text-align: center;
}

.rm-pillars__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rm-pillars__grid article {
  min-height: 250px;
  border: 1px solid var(--rm-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--rm-shadow);
  padding: clamp(1.5rem, 4vw, 2.2rem);
}

.rm-pillars__grid span {
  color: var(--rm-copper-light);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.rm-pillars__grid h3 {
  margin: 2.4rem 0 0.8rem;
  color: var(--rm-copper-dark);
  font-size: clamp(2rem, 3.4vw, 2.8rem);
  line-height: 1;
}

.rm-pillars__grid p {
  margin: 0;
  color: rgba(29, 25, 23, 0.67);
  font-size: 16px;
  line-height: 1.68;
}

.rm-pillars__safety {
  max-width: 900px;
  margin: 2rem auto 0;
  border-left: 3px solid var(--rm-copper);
  background: rgba(255, 255, 255, 0.5);
  color: rgba(29, 25, 23, 0.68);
  padding: 1.2rem 1.4rem;
  font-size: 16px;
  line-height: 1.65;
}

.rm-pillars__safety strong {
  color: var(--rm-copper-dark);
}

.rm-evidence {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-evidence__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rm-evidence__grid article {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  border-top: 3px solid var(--rm-copper);
  background: rgba(255, 255, 255, 0.55);
  box-shadow: var(--rm-shadow);
  padding: clamp(1.4rem, 4vw, 2rem);
}

.rm-evidence__grid span {
  color: var(--rm-copper-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.rm-evidence__grid p {
  margin: 1.4rem 0;
  color: rgba(29, 25, 23, 0.72);
  font-family: "Quatrix", Georgia, serif;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  line-height: 1.18;
}

.rm-evidence__grid a {
  margin-top: auto;
  color: var(--rm-copper-dark);
  font-size: 12px;
  font-weight: 800;
  text-underline-offset: 0.25em;
}

.rm-evidence__note {
  max-width: 880px;
  margin: 1.4rem auto 0;
  color: rgba(29, 25, 23, 0.5);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.rm-clarity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}

.rm-clarity-grid article,
.rm-dimensions__grid article {
  min-height: 255px;
  border: 1px solid var(--rm-border);
  border-radius: 24px;
  background: var(--rm-paper);
  box-shadow: var(--rm-shadow);
  padding: 1.7rem;
}

.rm-clarity-grid span,
.rm-dimensions__grid span {
  color: var(--rm-copper-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.rm-clarity-grid h3,
.rm-dimensions__grid h3 {
  margin: 3rem 0 0.8rem;
  color: var(--rm-copper-dark);
  font-size: 2.1rem;
  line-height: 1;
}

.rm-clarity-grid p,
.rm-dimensions__grid p {
  margin: 0;
  color: rgba(29, 25, 23, 0.68);
  font-size: 15px;
  line-height: 1.65;
}

.rm-pdi {
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-pdi__copy h2 {
  margin: 0;
  font-size: clamp(3.2rem, 5.8vw, 5.5rem);
  line-height: 0.95;
}

.rm-pdi__copy h2 em {
  display: block;
  color: var(--rm-copper-dark);
  font-style: oblique 9deg;
}

.rm-pdi__copy > p:not(.rm-eyebrow) {
  color: rgba(29, 25, 23, 0.68);
  font-size: 17px;
  line-height: 1.72;
}

.rm-pdi__copy blockquote {
  margin: 2rem 0 0;
  border-left: 3px solid var(--rm-copper);
  color: var(--rm-copper-dark);
  padding: 0.4rem 0 0.4rem 1.2rem;
  font-family: "Quatrix", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  line-height: 1.22;
}

.rm-pdi-document {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(117, 70, 47, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(163, 111, 79, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(163, 111, 79, 0.035) 1px, transparent 1px),
    #fffdf9;
  background-size: 30px 30px;
  box-shadow: 0 44px 90px -46px rgba(55, 36, 27, 0.7);
  padding: clamp(1.6rem, 5vw, 3.2rem);
  transform: rotate(1deg);
}

.rm-pdi-document::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: linear-gradient(var(--rm-copper-light), var(--rm-copper-dark));
  content: "";
}

.rm-pdi-document__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--rm-border);
  padding-bottom: 1rem;
}

.rm-pdi-document__top img {
  width: 150px;
  height: auto;
  mix-blend-mode: multiply;
}

.rm-pdi-document__top span {
  color: var(--rm-copper-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.rm-pdi-document > p {
  margin: 1.5rem 0 0.55rem;
  color: var(--rm-copper);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.rm-pdi-document h3 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.rm-pdi-document ol {
  display: grid;
  gap: 0;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.rm-pdi-document li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.65rem;
  border-top: 1px solid var(--rm-border);
  color: rgba(29, 25, 23, 0.72);
  padding: 0.8rem 0;
  font-size: 14px;
  line-height: 1.45;
}

.rm-pdi-document li span {
  color: var(--rm-copper);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.rm-pdi-document > small {
  display: block;
  color: rgba(29, 25, 23, 0.46);
  font-size: 10px;
  line-height: 1.45;
}

.rm-process-section {
  background: rgba(255, 255, 255, 0.35);
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-process-card {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 2rem;
  max-width: 980px;
  margin: 0 auto;
  border: 1px solid var(--rm-border);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--rm-shadow);
  padding: clamp(1.7rem, 5vw, 3.6rem);
}

.rm-process-card__number {
  color: var(--rm-copper-light);
  font-family: "Quatrix", Georgia, serif;
  font-size: 5rem;
  line-height: 0.9;
}

.rm-process-card h3,
.rm-process-bridge h3 {
  margin: 0 0 1rem;
  color: var(--rm-copper-dark);
  font-size: clamp(2.3rem, 4.8vw, 3.8rem);
  line-height: 1;
}

.rm-process-card p:not(.rm-eyebrow),
.rm-process-bridge p:not(.rm-eyebrow) {
  color: rgba(29, 25, 23, 0.7);
  font-size: 16px;
  line-height: 1.7;
}

.rm-process-card ul {
  display: grid;
  gap: 0.55rem;
  margin: 1.3rem 0 0;
  padding-left: 1.15rem;
  color: rgba(29, 25, 23, 0.7);
  font-size: 15px;
  line-height: 1.55;
}

.rm-process-bridge {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: 2rem;
  max-width: 870px;
  margin: 1.3rem auto;
  border-left: 3px solid var(--rm-copper);
  padding: 2rem;
}

.rm-process-bridge > span {
  color: var(--rm-copper);
  font-family: "Quatrix", Georgia, serif;
  font-size: 4rem;
  text-align: center;
}

.rm-mid-cta {
  display: grid;
  grid-template-columns: 1fr 390px;
  align-items: center;
  gap: 2rem;
  max-width: 980px;
  margin: 2.2rem auto 0;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--rm-ink-soft), #6f4531);
  color: var(--rm-cream-light);
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.rm-mid-cta p {
  margin: 0;
  color: rgba(248, 243, 237, 0.75);
  font-size: 17px;
  line-height: 1.65;
}

.rm-outcomes {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: clamp(2rem, 7vw, 7rem);
}

.rm-outcomes h2 {
  margin: 0;
  font-size: clamp(3rem, 5.6vw, 5.2rem);
  line-height: 0.96;
}

.rm-outcomes ul,
.rm-offer-card ul {
  display: grid;
  gap: 0.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rm-outcomes li,
.rm-offer-card li {
  display: grid;
  grid-template-columns: 1.7rem 1fr;
  gap: 0.45rem;
  border-bottom: 1px solid var(--rm-border);
  padding: 0.95rem 0;
  color: rgba(29, 25, 23, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.rm-outcomes li span,
.rm-offer-card li span {
  color: var(--rm-copper-dark);
  font-weight: 900;
}

.rm-dimensions {
  background: rgba(255, 255, 255, 0.37);
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

.rm-dimensions__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rm-dimensions__grid article {
  min-height: 280px;
}

.rm-dimensions__grid h3 {
  font-size: 2.6rem;
}

.rm-dimensions__grid p {
  font-size: 16px;
}

.rm-testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 1rem;
}

.rm-testimonial {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--rm-border);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--rm-shadow);
  padding: 1.15rem;
}

.rm-testimonial--featured {
  transform: translateY(-12px);
}

.rm-testimonial > img {
  width: 100%;
  aspect-ratio: 1.28;
  border-radius: 17px;
  object-fit: cover;
}

.rm-stars {
  margin: 1.2rem 0 0.6rem;
  color: #cb8525;
  font-size: 17px;
  letter-spacing: 0.07em;
  text-align: center;
}

.rm-testimonial blockquote {
  flex: 1;
  margin: 0.4rem 0.35rem 1.2rem;
  color: rgba(29, 25, 23, 0.73);
  font-size: 15px;
  font-style: italic;
  line-height: 1.7;
  text-align: center;
}

.rm-testimonial p {
  display: grid;
  gap: 0.25rem;
  margin: 0;
  text-align: center;
}

.rm-testimonial p span {
  color: rgba(29, 25, 23, 0.5);
  font-size: 13px;
}

.rm-bio {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.rm-bio__visual {
  min-height: 560px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(145deg, #ead6c4, #c9946f);
  box-shadow: var(--rm-shadow);
}

.rm-bio__visual img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: 50% 12%;
}

.rm-bio h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(3rem, 5.6vw, 5.4rem);
  line-height: 0.96;
}

.rm-bio p:not(.rm-eyebrow) {
  color: rgba(29, 25, 23, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.rm-bio-callout {
  margin: 1.6rem 0;
  border-left: 3px solid var(--rm-copper);
  color: var(--rm-copper-dark);
  padding: 0.5rem 0 0.5rem 1.2rem;
  font-family: "Quatrix", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1.25;
}

.rm-bio article > img {
  width: 240px;
  height: auto;
  mix-blend-mode: multiply;
}

.rm-authority--inside {
  margin: 1.6rem 0;
  border-radius: 20px;
  box-shadow: none;
}

.rm-authority--inside > div {
  display: grid;
  min-height: 105px;
  align-content: center;
  gap: 0.25rem;
  padding: 0.9rem;
  text-align: center;
}

.rm-authority--inside strong {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
}

.rm-authority--inside span {
  font-size: 11px;
}

.rm-bio-quote {
  margin: 1.7rem 0;
  border-left: 3px solid var(--rm-copper);
  color: var(--rm-copper-dark);
  padding: 0.45rem 0 0.45rem 1.2rem;
  font-family: "Quatrix", Georgia, serif;
  font-size: 1.65rem;
  line-height: 1.25;
}

.rm-offer {
  scroll-margin-top: 2rem;
}

.rm-offer-card {
  max-width: 790px;
  margin: 0 auto;
  border: 1px solid rgba(117, 70, 47, 0.24);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.52));
  box-shadow: 0 38px 90px -48px rgba(55, 36, 27, 0.7);
  padding: clamp(1.8rem, 6vw, 4.5rem);
}

.rm-offer-card h2 {
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.96;
  text-align: center;
}

.rm-price {
  display: grid;
  place-items: center;
  margin: 1.8rem 0;
  border-block: 1px solid var(--rm-border);
  padding: 1.5rem;
}

.rm-price strong {
  font-family: "Quatrix", Georgia, serif;
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.85;
}

.rm-price span {
  margin-top: 0.65rem;
  color: rgba(29, 25, 23, 0.5);
  font-size: 13px;
}

.rm-offer-card .rm-whatsapp-cta {
  width: 100%;
  margin-top: 1.5rem;
}

.rm-offer-note {
  max-width: 580px;
  margin: 1rem auto 0;
  color: rgba(29, 25, 23, 0.55);
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}

.rm-faq {
  padding-top: 1rem;
}

.rm-faq__list {
  max-width: 880px;
  margin: 0 auto;
}

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

.rm-faq summary {
  padding: 1.4rem 0.2rem;
  font-family: "Quatrix", Georgia, serif;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
}

.rm-faq details p {
  margin: 0 0 1.5rem;
  color: rgba(29, 25, 23, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.rm-final-cta {
  background:
    radial-gradient(circle at 50% 120%, rgba(217, 164, 124, 0.3), transparent 44%),
    var(--rm-ink);
  color: var(--rm-cream-light);
  padding-block: clamp(5rem, 9vw, 8rem);
  text-align: center;
}

.rm-final-cta .rm-eyebrow {
  color: var(--rm-copper-light);
}

.rm-final-cta h2 {
  margin: 0;
  font-size: clamp(3.3rem, 7vw, 6.4rem);
  line-height: 0.93;
}

.rm-final-cta p:not(.rm-eyebrow) {
  margin: 1.2rem auto 1.8rem;
  color: rgba(248, 243, 237, 0.7);
  font-size: 18px;
}

.rm-final-cta .rm-whatsapp-cta {
  width: min(100%, 510px);
}

.rm-mobile-bar {
  display: none;
}

/* Footer and privacy */
.rm-footer {
  display: grid;
  place-items: center;
  gap: 0.7rem;
  border-top: 1px solid var(--rm-border);
  padding: 3rem 1.25rem;
  color: rgba(29, 25, 23, 0.56);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.rm-footer > img {
  width: min(270px, 70vw);
  height: auto;
  mix-blend-mode: multiply;
}

.rm-footer p {
  margin: 0;
}

.rm-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.rm-footer a,
.rm-footer button {
  border: 0;
  background: transparent;
  color: var(--rm-copper-dark);
  padding: 0;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.rm-footer--bridge {
  margin-top: 1rem;
}

.rm-privacy {
  max-width: 820px;
  padding-block: 4rem 7rem;
}

.rm-back-link {
  display: inline-block;
  margin-bottom: 3rem;
  color: var(--rm-copper-dark);
  font-weight: 700;
  text-decoration: none;
}

.rm-privacy h1 {
  margin: 0;
  font-size: clamp(3.8rem, 9vw, 6.8rem);
  line-height: 0.93;
}

.rm-privacy__updated {
  color: rgba(29, 25, 23, 0.52) !important;
  font-size: 13px !important;
}

.rm-privacy h2 {
  margin: 2.5rem 0 0.65rem;
  color: var(--rm-copper-dark);
  font-size: 2rem;
}

.rm-privacy p {
  color: rgba(29, 25, 23, 0.72);
  font-size: 16px;
  line-height: 1.75;
}

.rm-privacy code {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.55);
  padding: 0.12rem 0.35rem;
  font-size: 0.9em;
}

.rm-privacy a {
  color: var(--rm-copper-dark);
}

.rm-privacy__preference {
  margin-top: 0.5rem;
}

/* Cookie consent */
.rm-cookie {
  display: grid;
  position: fixed;
  z-index: 100;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  width: min(1080px, calc(100% - 2rem));
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 22px;
  background: rgba(30, 25, 22, 0.97);
  box-shadow: 0 28px 80px -28px rgba(0, 0, 0, 0.72);
  color: var(--rm-cream-light);
  padding: 1.25rem;
}

.rm-cookie__eyebrow {
  margin: 0 0 0.3rem;
  color: var(--rm-copper-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.rm-cookie h2 {
  margin: 0;
  font-size: 1.75rem;
}

.rm-cookie p:not(.rm-cookie__eyebrow) {
  max-width: 690px;
  margin: 0.4rem 0;
  color: rgba(248, 243, 237, 0.67);
  font-size: 13px;
  line-height: 1.55;
}

.rm-cookie a {
  color: var(--rm-copper-light);
  font-size: 12px;
}

.rm-cookie__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

@media (max-width: 980px) {
  .rm-bridge-simple,
  .rm-bridge-hero,
  .rm-sales-hero,
  .rm-pillars__intro,
  .rm-pdi,
  .rm-bio {
    grid-template-columns: 1fr;
  }

  .rm-bridge-simple__copy,
  .rm-bridge-hero__copy,
  .rm-sales-hero__copy {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
  }

  .rm-bridge-simple__copy .rm-eyebrow,
  .rm-bridge-hero__copy .rm-eyebrow,
  .rm-sales-hero__copy .rm-eyebrow {
    text-align: center;
  }

  .rm-bridge-simple__copy .rm-lead,
  .rm-bridge-hero__copy .rm-lead,
  .rm-sales-hero__copy .rm-lead {
    margin-inline: auto;
  }

  .rm-bridge-facts,
  .rm-soft-proof,
  .rm-trust-row,
  .rm-hero-facts {
    justify-content: center;
  }

  .rm-bridge-simple__cta {
    margin-inline: auto;
  }

  .rm-bridge-simple__copy > small {
    margin-inline: auto;
  }

  .rm-sales-hero .rm-whatsapp-cta {
    margin-inline: auto;
  }

  .rm-positioning-line {
    margin-inline: auto;
    border-top: 2px solid var(--rm-copper);
    border-left: 0;
    padding: 0.9rem 0 0;
  }

  .rm-choice-grid,
  .rm-testimonials {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin-inline: auto;
  }

  .rm-choice {
    min-height: 210px;
  }

  .rm-testimonial--featured {
    transform: none;
  }

  .rm-clarity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rm-pillars__intro > div,
  .rm-pdi__copy {
    max-width: 760px;
    margin-inline: auto;
  }

  .rm-pillars__intro figure,
  .rm-pdi-document {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .rm-bio__visual,
  .rm-bio__visual img {
    min-height: 470px;
    height: 470px;
  }

  .rm-bio article {
    max-width: 760px;
    margin-inline: auto;
  }

  .rm-cookie {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

@media (max-width: 720px) {
  .rm-page--sales {
    padding-bottom: 82px;
  }

  .rm-shell {
    width: min(100% - 1.5rem, 1160px);
  }

  .rm-header {
    min-height: 78px;
  }

  .rm-brand img {
    width: 142px;
  }

  .rm-header > span {
    max-width: 145px;
    font-size: 9px;
    line-height: 1.35;
    text-align: right;
  }

  .rm-bridge-simple,
  .rm-bridge-hero,
  .rm-sales-hero {
    gap: 2.7rem;
    padding-block: 3.2rem 4.5rem;
  }

  .rm-bridge-hero__copy h1,
  .rm-sales-hero h1 {
    font-size: clamp(3.2rem, 16vw, 4.8rem);
  }

  .rm-bridge-simple {
    gap: 2rem;
    padding-block: 2rem 3rem;
  }

  .rm-bridge-simple h1 {
    font-size: clamp(2.8rem, 13.5vw, 3.5rem);
    line-height: 0.95;
  }

  .rm-bridge-simple .rm-eyebrow {
    margin-bottom: 0.65rem;
  }

  .rm-bridge-simple .rm-lead {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.6;
  }

  .rm-bridge-facts {
    gap: 0.45rem;
    margin-block: 1rem;
  }

  .rm-bridge-facts li {
    padding: 0.5rem 0.7rem;
    font-size: 12px;
  }

  .rm-sales-hero h1 {
    font-size: clamp(2.85rem, 12.5vw, 4rem);
  }

  .rm-positioning-line {
    font-size: 1.45rem;
  }

  .rm-hero-facts {
    gap: 0.45rem 0.7rem;
  }

  .rm-hero-facts li + li::before {
    display: none;
  }

  .rm-hero-facts li {
    border: 1px solid var(--rm-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.46);
    padding: 0.45rem 0.65rem;
  }

  .rm-portrait-card--bridge,
  .rm-portrait-card--sales {
    width: min(100%, 340px);
  }

  .rm-portrait-card--bridge .rm-portrait-card__image,
  .rm-portrait-card--sales .rm-portrait-card__image {
    height: 400px;
  }

  .rm-choice-grid,
  .rm-authority,
  .rm-clarity-grid,
  .rm-category-definition,
  .rm-movements-grid,
  .rm-pillars__grid,
  .rm-evidence__grid,
  .rm-dimensions__grid,
  .rm-fragment-copy__columns,
  .rm-return-copy__columns,
  .rm-outcomes {
    grid-template-columns: 1fr;
  }

  .rm-choice {
    min-height: 190px;
  }

  .rm-choice strong {
    margin-top: 1.7rem;
  }

  .rm-choice-result {
    grid-template-columns: 1fr;
  }

  .rm-choice-result > small {
    grid-column: 1;
  }

  .rm-authority > div {
    min-height: 110px;
  }

  .rm-authority > div + div {
    border-top: 1px solid var(--rm-border);
    border-left: 0;
  }

  .rm-fragment-copy__columns {
    gap: 1.2rem;
  }

  .rm-fragment-copy h2,
  .rm-pillars__intro h2,
  .rm-pdi__copy h2 {
    font-size: clamp(2.85rem, 13vw, 4.4rem);
  }

  .rm-fragment-copy > blockquote {
    padding-inline: 0.25rem;
  }

  .rm-movements-grid article {
    min-height: 180px;
  }

  .rm-pillars__grid article {
    min-height: 220px;
  }

  .rm-pillars__intro {
    gap: 2rem;
  }

  .rm-evidence__grid article {
    min-height: 220px;
  }

  .rm-pdi-document {
    transform: none;
  }

  .rm-return-copy__columns {
    gap: 1.2rem;
  }

  .rm-section-heading {
    margin-bottom: 2.4rem;
  }

  .rm-section-heading h2,
  .rm-return-copy h2,
  .rm-outcomes h2,
  .rm-bio h2,
  .rm-offer-card h2,
  .rm-final-cta h2 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
  }

  .rm-process-card,
  .rm-process-bridge {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .rm-process-card__number,
  .rm-process-bridge > span {
    text-align: left;
  }

  .rm-process-card h3,
  .rm-process-bridge h3 {
    font-size: 2.55rem;
  }

  .rm-mid-cta {
    grid-template-columns: 1fr;
  }

  .rm-outcomes {
    gap: 2rem;
  }

  .rm-bio__visual,
  .rm-bio__visual img {
    min-height: 420px;
    height: 420px;
  }

  .rm-bio-callout {
    font-size: 1.5rem;
  }

  .rm-authority--inside {
    grid-template-columns: repeat(3, 1fr);
  }

  .rm-authority--inside > div {
    min-height: 96px;
    padding: 0.55rem;
  }

  .rm-authority--inside > div + div {
    border-top: 0;
    border-left: 1px solid var(--rm-border);
  }

  .rm-authority--inside span {
    font-size: 9px;
    line-height: 1.3;
  }

  .rm-mobile-bar {
    display: grid;
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 0.55rem;
    border-top: 1px solid rgba(117, 70, 47, 0.22);
    background: rgba(248, 243, 237, 0.96);
    box-shadow: 0 -18px 46px -30px rgba(29, 25, 23, 0.7);
    padding: 0.6rem max(0.65rem, env(safe-area-inset-right)) max(0.6rem, env(safe-area-inset-bottom)) max(0.65rem, env(safe-area-inset-left));
    backdrop-filter: blur(16px);
  }

  .rm-mobile-bar p {
    margin: 0;
    color: rgba(29, 25, 23, 0.64);
    font-size: 11px;
    line-height: 1.35;
  }

  .rm-mobile-bar p strong {
    display: block;
    color: var(--rm-ink);
    font-size: 17px;
  }

  .rm-mobile-bar .rm-button {
    min-height: 52px;
    padding: 0.7rem 0.8rem;
    font-size: 12px;
  }

  .rm-cookie {
    bottom: calc(0.65rem + env(safe-area-inset-bottom));
    width: calc(100% - 1rem);
    padding: 1rem;
  }

  .rm-cookie h2 {
    font-size: 1.5rem;
  }

  .rm-cookie__actions {
    grid-template-columns: 1fr;
  }
}

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

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

/* Sales refresh: a clean, editorial canvas. Kept strictly sales-scoped so the
   bridge and privacy documents retain their existing visual language. */
.rm-page--sales {
  --rm-ink: #191919;
  --rm-ink-soft: #342a25;
  --rm-cream: #fff;
  --rm-cream-light: #f8f3ed;
  --rm-copper: #966b4e;
  --rm-copper-dark: #7f5338;
  --rm-copper-light: #d7a37c;
  --rm-border: rgba(150, 107, 78, 0.18);
  background: #fff;
  color: var(--rm-ink);
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
}

.rm-page--sales::before {
  content: none;
}

.rm-page--sales .rm-shell {
  width: min(1180px, calc(100% - 2.5rem));
}

.rm-page--sales > .rm-header {
  display: none;
}

.rm-page--sales main {
  overflow: clip;
}

.rm-page--sales .rm-eyebrow {
  color: #8a5033;
}

.rm-page--sales h1 em,
.rm-page--sales h2 em {
  display: inline;
  background: linear-gradient(108deg, #6f3d29 4%, #ad6f49 48%, #d39769 96%);
  background-clip: text;
  color: #7d472f;
  font-style: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rm-page--sales .rm-final-cta h2 em,
.rm-page--sales .rm-evidence h2 em {
  background-image: linear-gradient(108deg, #fff3e8 3%, #efc5a5 48%, #d99a6c 96%);
  color: #f1c8a9;
}

.rm-pain-strip {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(150, 107, 78, 0.16);
  background: #f8f3ed;
  color: #191919;
  padding: 0.62rem max(1rem, env(safe-area-inset-right)) 0.62rem max(1rem, env(safe-area-inset-left));
}

.rm-pain-strip__track,
.rm-pain-strip ul {
  display: flex;
  width: min(100%, 1160px);
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rm-pain-strip span,
.rm-pain-strip li,
.rm-pain-strip p {
  margin: 0;
  color: rgba(25, 25, 25, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.45;
  text-align: center;
}

.rm-pain-strip span + span::before,
.rm-pain-strip li + li::before {
  margin-right: 1.45rem;
  color: #966b4e;
  content: "•";
}

.rm-page--sales .rm-sales-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: start;
  min-height: auto;
  gap: clamp(2.25rem, 5vw, 5.5rem);
  padding-block: clamp(3rem, 5.2vw, 5rem);
}

.rm-page--sales .rm-sales-hero h1 {
  max-width: 790px;
  font-size: clamp(3.6rem, 6.4vw, 6.3rem);
  line-height: 1.06;
  padding-bottom: 0.08em;
}

.rm-page--sales .rm-sales-hero .rm-lead {
  max-width: 680px;
  margin-block: 1.15rem 1.35rem;
  color: #5c514c;
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
  line-height: 1.65;
}

.rm-page--sales .rm-positioning-line {
  max-width: 690px;
  margin-top: 1.3rem;
  border-left-color: #b8754d;
  color: #191919;
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.rm-page--sales .rm-portrait-card--sales {
  border-color: rgba(105, 59, 38, 0.16);
  background: #191919;
  box-shadow: 0 30px 72px -42px rgba(54, 31, 20, 0.52);
}

.rm-page--sales .rm-portrait-card--sales .rm-portrait-card__image {
  background: radial-gradient(circle at 50% 32%, #f9efe6, #d4b293 58%, #a87555);
}

.rm-page--sales .rm-portrait-card--sales blockquote {
  color: rgba(248, 243, 237, 0.94);
}

.rm-page--sales .rm-portrait-card__signature {
  filter: invert(1);
  mix-blend-mode: normal;
  opacity: 0.82;
}

.rm-page--sales .rm-sales-portrait-note {
  color: rgba(248, 243, 237, 0.58);
}

.rm-offer-jump {
  display: inline-flex;
  width: min(100%, 578px);
  min-height: 61px;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  border: 1px solid #8b5236;
  border-radius: 16px;
  background: linear-gradient(135deg, #d7a37c, #966b4e 58%, #7f5338);
  box-shadow: 0 18px 38px -24px rgba(76, 41, 25, 0.72);
  color: #fffaf6;
  padding: 0.9rem 1.3rem;
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.rm-offer-jump:hover {
  border-color: #75462f;
  filter: saturate(1.08) brightness(0.98);
  box-shadow: 0 23px 44px -24px rgba(76, 41, 25, 0.82);
  transform: translateY(-2px);
}

.rm-offer-jump:focus-visible {
  outline: 3px solid rgba(180, 111, 72, 0.42);
  outline-offset: 4px;
}

.rm-page--sales .rm-hero-facts li {
  color: #625750;
}

.rm-page--sales .rm-fragment-section {
  border-block: 1px solid rgba(150, 107, 78, 0.14);
  background: #fff;
  color: #191919;
}

.rm-page--sales .rm-fragment-copy {
  padding-block: clamp(3.5rem, 5vw, 5rem);
}

.rm-page--sales .rm-fragment-copy .rm-eyebrow {
  color: #966b4e;
}

.rm-page--sales .rm-fragment-copy h2 {
  color: #191919;
  font-size: clamp(3rem, 5.5vw, 5.35rem);
  line-height: 1.03;
}

.rm-page--sales .rm-fragment-copy__columns {
  margin-top: clamp(1.8rem, 3.4vw, 2.65rem);
}

.rm-page--sales .rm-fragment-copy__columns p {
  color: rgba(25, 25, 25, 0.7);
  font-size: 17px;
  line-height: 1.7;
}

.rm-page--sales .rm-fragment-copy__columns strong {
  color: #7f5338;
}

.rm-page--sales .rm-fragment-copy > blockquote {
  max-width: 880px;
  margin-top: clamp(1.8rem, 3.4vw, 2.65rem);
  border: 1px solid rgba(150, 107, 78, 0.18);
  border-left: 4px solid #966b4e;
  border-radius: 0 24px 24px 0;
  background: #f8f3ed;
  color: #191919;
  padding: 1.35rem 1.5rem;
}

.rm-page--sales .rm-category,
.rm-page--sales .rm-pillars,
.rm-page--sales .rm-process-section,
.rm-page--sales .rm-pdi,
.rm-page--sales .rm-bio,
.rm-page--sales .rm-proof,
.rm-page--sales .rm-offer,
.rm-page--sales .rm-faq {
  padding-block: clamp(3.5rem, 5.2vw, 5rem);
}

.rm-page--sales .rm-section-heading {
  margin-bottom: clamp(2.2rem, 4.5vw, 3.3rem);
}

.rm-page--sales .rm-section-heading h2 {
  font-size: clamp(3rem, 5.6vw, 5.35rem);
}

.rm-page--sales .rm-category-definition p,
.rm-page--sales .rm-pillars__grid article,
.rm-page--sales .rm-process-card,
.rm-page--sales .rm-testimonial {
  border-color: rgba(110, 65, 43, 0.14);
  background: #fff;
  box-shadow: 0 26px 60px -48px rgba(54, 31, 20, 0.44);
}

.rm-page--sales .rm-category-definition p {
  border-radius: 26px;
  padding: 1.45rem;
}

.rm-page--sales .rm-movements-grid article {
  min-height: 180px;
  border: 1px solid rgba(150, 107, 78, 0.16);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 60px -48px rgba(54, 31, 20, 0.44);
  color: #191919;
}

.rm-page--sales .rm-movements-grid article::after {
  border-color: rgba(150, 107, 78, 0.16);
}

.rm-page--sales .rm-movements-grid span {
  color: #b47f5c;
}

.rm-page--sales .rm-movements-grid h3 {
  color: #7f5338;
}

.rm-page--sales .rm-movements-grid p {
  color: rgba(25, 25, 25, 0.68);
}

.rm-page--sales .rm-pillars {
  background: #fff;
}

.rm-page--sales .rm-pillars__intro {
  gap: clamp(2rem, 5vw, 5rem);
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.rm-page--sales .rm-pillars__grid {
  gap: 1.1rem;
}

.rm-page--sales .rm-pillars__grid article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  padding: 0;
}

.rm-page--sales .rm-pillars__grid article > figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16 / 8.5;
  background: #f3f3f3;
}

.rm-page--sales .rm-pillars__grid article > figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(41, 27, 21, 0.2));
  content: "";
  pointer-events: none;
}

.rm-page--sales .rm-pillars__grid article > figure img,
.rm-page--sales .rm-pillars__grid article > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}

.rm-page--sales .rm-pillars__grid article > :not(figure):not(img) {
  margin-right: clamp(1.3rem, 3vw, 1.8rem);
  margin-left: clamp(1.3rem, 3vw, 1.8rem);
}

.rm-page--sales .rm-pillar-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-block: 1.35rem 1.6rem;
}

.rm-page--sales .rm-pillar-card__content > span {
  color: #b37956;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.rm-page--sales .rm-pillar-card__content > h3 {
  margin: 0.65rem 0 0.75rem;
}

.rm-page--sales .rm-pillar-card__content > p {
  margin: 0;
}

.rm-page--sales .rm-pillars__grid article > span {
  margin-top: 1.35rem;
}

.rm-page--sales .rm-pillars__grid article > h3 {
  margin-top: 0.65rem;
}

.rm-page--sales .rm-pillars__grid article > p {
  margin-bottom: 1.6rem;
}

.rm-page--sales .rm-pillars__safety {
  margin-top: 1.6rem;
  background: #fff;
}

.rm-page--sales .rm-evidence {
  width: min(1180px, calc(100% - 2.5rem));
  margin-block: clamp(2.5rem, 4vw, 4rem);
  border: 1px solid rgba(150, 107, 78, 0.16);
  border-radius: 34px;
  background: #f8f3ed;
  color: #191919;
  padding: clamp(2.75rem, 4.5vw, 4.25rem);
}

.rm-page--sales .rm-evidence .rm-eyebrow {
  color: #966b4e;
}

.rm-page--sales .rm-evidence .rm-section-heading > p:not(.rm-eyebrow) {
  color: rgba(25, 25, 25, 0.68);
}

.rm-page--sales .rm-evidence__grid article {
  min-height: 0;
  border: 1px solid rgba(150, 107, 78, 0.16);
  border-top: 3px solid #b47f5c;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 60px -48px rgba(54, 31, 20, 0.44);
  padding: clamp(1.45rem, 2.6vw, 2rem);
}

.rm-page--sales .rm-evidence .rm-section-heading h2 {
  color: #191919;
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.45rem, 4.7vw, 4.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.rm-page--sales .rm-evidence__grid span {
  color: #966b4e;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.rm-page--sales .rm-evidence__stat {
  display: block;
  margin-top: 1rem;
  color: #7f5338;
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.25rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.rm-page--sales .rm-evidence__stat--words {
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  line-height: 1;
}

.rm-page--sales .rm-evidence__grid h3 {
  margin: 0.75rem 0 0;
  color: #191919;
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.rm-page--sales .rm-evidence__grid p:not(.rm-evidence__source) {
  margin: 0.9rem 0 1.25rem;
  color: rgba(25, 25, 25, 0.7);
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.rm-page--sales .rm-evidence__grid p.rm-evidence__source {
  margin: auto 0 0;
  border-top: 1px solid rgba(150, 107, 78, 0.13);
  color: rgba(25, 25, 25, 0.56);
  padding-top: 0.85rem;
  font-family: "FigtreeSales", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.rm-page--sales .rm-evidence cite {
  display: inline;
  color: inherit;
  font-style: italic;
}

.rm-page--sales .rm-evidence__note {
  color: rgba(25, 25, 25, 0.5);
}

.rm-page--sales .rm-process-section {
  background: #fff;
}

.rm-process-visual {
  display: block;
  max-width: 980px;
  margin: 0 auto 1.2rem;
  aspect-ratio: 16 / 7.2;
}

.rm-process-visual figure,
figure.rm-process-visual {
  position: relative;
  overflow: hidden;
  margin: 0 auto 1.2rem;
  border: 1px solid rgba(110, 65, 43, 0.14);
  border-radius: 24px;
  background: #f3f3f3;
  box-shadow: 0 24px 58px -44px rgba(54, 31, 20, 0.46);
}

.rm-process-visual figure {
  margin: 0;
}

.rm-process-visual img,
figure.rm-process-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rm-process-visual figcaption,
figure.rm-process-visual > figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  border-radius: 12px;
  background: rgba(34, 25, 21, 0.78);
  color: rgba(255, 250, 245, 0.92);
  padding: 0.8rem 0.9rem;
  font-size: 12px;
  line-height: 1.5;
  backdrop-filter: blur(10px);
}

.rm-page--sales .rm-process-card {
  grid-template-columns: 94px 1fr;
  border-radius: 30px;
  padding: clamp(1.5rem, 3.5vw, 2.7rem);
}

.rm-page--sales .rm-process-card__number {
  font-size: 4.25rem;
}

.rm-page--sales .rm-process-bridge {
  margin-block: 0.85rem;
  padding-block: 1.4rem;
}

.rm-page--sales .rm-mid-cta {
  margin-top: 1.6rem;
}

.rm-page--sales .rm-mid-cta .rm-offer-jump,
.rm-page--sales .rm-final-cta .rm-offer-jump {
  border-color: rgba(255, 255, 255, 0.62);
  background: linear-gradient(135deg, #edc5a5, #c88c62 60%, #8b5639);
  box-shadow: 0 18px 38px -24px rgba(0, 0, 0, 0.45);
  color: #fffaf5;
}

.rm-page--sales .rm-mid-cta .rm-offer-jump:hover,
.rm-page--sales .rm-final-cta .rm-offer-jump:hover {
  border-color: #fff;
  filter: saturate(1.08) brightness(1.02);
}

.rm-page--sales .rm-pdi {
  gap: clamp(2.2rem, 5vw, 5.2rem);
}

.rm-pdi__visual {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.rm-pdi-mockup,
.rm-page--sales .rm-pdi-document {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(105, 59, 38, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(163, 111, 79, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(163, 111, 79, 0.028) 1px, transparent 1px),
    #fff;
  background-size: 30px 30px;
  box-shadow: 0 35px 76px -46px rgba(54, 31, 20, 0.64);
  padding: clamp(1.55rem, 4vw, 2.8rem);
}

.rm-pdi-mockup {
  margin: 0;
  padding: 0;
  transform: rotate(0.65deg);
}

.rm-pdi-mockup > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 44%;
}

.rm-pdi-mockup > figcaption {
  border-top: 1px solid rgba(110, 65, 43, 0.12);
  color: #6c6059;
  padding: 0.8rem 1rem;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.rm-pdi-mockup::before,
.rm-page--sales .rm-pdi-document::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(#dcaa84, #815039);
  content: "";
}

.rm-pdi-mockup__header,
.rm-pdi-mockup > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(110, 65, 43, 0.14);
  padding-bottom: 1rem;
}

.rm-pdi-mockup__header span,
.rm-pdi-mockup > header span {
  color: #8a5033;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.rm-pdi-mockup h3 {
  max-width: 590px;
  margin: 1.15rem 0 0;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1;
}

.rm-pdi-mockup ul,
.rm-pdi-mockup ol {
  display: grid;
  gap: 0;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.rm-pdi-mockup li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.65rem;
  border-top: 1px solid rgba(110, 65, 43, 0.14);
  color: #5f544e;
  padding: 0.78rem 0;
  font-size: 14px;
  line-height: 1.48;
}

.rm-pdi-mockup li > span:first-child {
  color: #9a5d3d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.rm-pdi-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 0;
  border: 1px solid rgba(105, 59, 38, 0.14);
  border-radius: 16px;
  background: #fff;
  padding: 0.55rem 1.15rem;
  list-style: none;
}

.rm-pdi-list li {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  align-items: start;
  gap: 0.45rem;
  border-bottom: 1px solid rgba(110, 65, 43, 0.11);
  color: #5f544e;
  padding: 0.75rem 0.6rem;
  font-size: 13px;
  line-height: 1.45;
}

.rm-pdi-list li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.rm-pdi-list li span {
  color: #9a5d3d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.rm-page--sales .rm-offer {
  scroll-margin-top: 1rem;
}

.rm-page--sales .rm-offer-card {
  max-width: 880px;
  border-radius: 34px;
  border-color: rgba(105, 59, 38, 0.18);
  background: #fff;
  box-shadow: 0 34px 78px -48px rgba(54, 31, 20, 0.52);
}

.rm-page--sales .rm-mobile-bar {
  min-height: 86px;
  background: rgba(248, 243, 237, 0.96);
}

.rm-page--sales .rm-faq {
  padding-top: 0;
}

.rm-page--sales .rm-final-cta {
  padding-block: clamp(4.25rem, 7vw, 6.5rem);
}

@media (max-width: 980px) {
  .rm-page--sales .rm-sales-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .rm-page--sales .rm-sales-hero__copy {
    max-width: none;
    margin-inline: 0;
    text-align: left;
  }

  .rm-page--sales .rm-sales-hero__copy .rm-eyebrow {
    text-align: left;
  }

  .rm-page--sales .rm-sales-hero h1 {
    max-width: 820px;
    margin-inline: 0;
  }

  .rm-page--sales .rm-offer-jump {
    margin-inline: 0;
  }

  .rm-page--sales .rm-sales-hero .rm-lead {
    margin-inline: 0;
  }

  .rm-page--sales .rm-positioning-line {
    margin-inline: 0;
    border-top: 0;
    border-left: 3px solid #b8754d;
    padding: 0.2rem 0 0.2rem 1rem;
  }

  .rm-page--sales .rm-hero-facts {
    justify-content: flex-start;
  }

  .rm-process-visual {
    width: min(100%, 820px);
  }

  .rm-pdi__visual {
    width: min(100%, 820px);
    margin-inline: auto;
  }
}

@media (max-width: 720px) {
  .rm-page--sales {
    padding-bottom: 0;
    font-size: 17px;
  }

  .rm-page--sales .rm-shell {
    width: min(1180px, calc(100% - 2.5rem));
  }

  .rm-pain-strip {
    min-height: 54px;
    padding-block: 0.45rem;
  }

  .rm-pain-strip__track,
  .rm-pain-strip ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem 0.5rem;
    padding-inline: 0;
  }

  .rm-pain-strip__track::-webkit-scrollbar,
  .rm-pain-strip ul::-webkit-scrollbar {
    display: none;
  }

  .rm-pain-strip span,
  .rm-pain-strip li {
    min-width: 0;
    white-space: normal;
    font-size: 9px;
    letter-spacing: 0.035em;
    line-height: 1.25;
  }

  .rm-pain-strip span + span::before,
  .rm-pain-strip li + li::before {
    display: none;
  }

  .rm-page--sales .rm-sales-hero {
    gap: 1.35rem;
    padding-block: 2rem 3rem;
  }

  .rm-page--sales .rm-sales-hero h1 {
    font-size: clamp(3.2rem, 14vw, 4.5rem);
    line-height: 1.09;
  }

  .rm-page--sales .rm-sales-hero .rm-lead {
    margin-block: 0.85rem 1rem;
    font-size: 0.98rem;
    line-height: 1.52;
  }

  .rm-page--sales .rm-positioning-line {
    margin-top: 0.9rem;
  }

  .rm-page--sales .rm-hero-facts {
    margin-top: 0.75rem;
  }

  .rm-page--sales .rm-hero-facts li {
    padding: 0.35rem 0.55rem;
    font-size: 11px;
  }

  .rm-page--sales .rm-offer-jump {
    min-height: 61px;
    font-size: 18px;
  }

  .rm-page--sales .rm-fragment-copy,
  .rm-page--sales .rm-category,
  .rm-page--sales .rm-pillars,
  .rm-page--sales .rm-process-section,
  .rm-page--sales .rm-pdi,
  .rm-page--sales .rm-bio,
  .rm-page--sales .rm-proof,
  .rm-page--sales .rm-offer,
  .rm-page--sales .rm-faq {
    padding-block: 3.6rem;
  }

  .rm-page--sales .rm-section-heading {
    margin-bottom: 2rem;
  }

  .rm-page--sales .rm-pillars__grid article > figure,
  .rm-page--sales .rm-pillars__grid article > figure img,
  .rm-page--sales .rm-pillars__grid article > img {
    aspect-ratio: 16 / 9.5;
  }

  .rm-page--sales .rm-evidence {
    width: min(100% - 2.5rem, 1180px);
    margin-block: 3.2rem;
    border-radius: 28px;
    padding: 2.7rem 1rem;
  }

  .rm-page--sales .rm-evidence__grid article {
    min-height: 0;
    border-radius: 24px;
    padding: 1.2rem;
  }

  .rm-page--sales .rm-evidence__stat {
    margin-top: 0.8rem;
    font-size: 2.7rem;
  }

  .rm-page--sales .rm-evidence__stat--words {
    font-size: 2rem;
  }

  .rm-page--sales .rm-evidence__grid h3 {
    margin-top: 0.6rem;
    font-size: 1.08rem;
    line-height: 1.22;
  }

  .rm-page--sales .rm-evidence__grid p:not(.rm-evidence__source) {
    margin: 0.65rem 0 0.95rem;
    font-size: 15px;
    line-height: 1.5;
  }

  .rm-page--sales .rm-evidence__grid p.rm-evidence__source {
    padding-top: 0.65rem;
    font-size: 12px;
    line-height: 1.45;
  }

  .rm-process-visual img,
  figure.rm-process-visual > img {
    min-height: 0;
  }

  .rm-process-visual figcaption,
  figure.rm-process-visual > figcaption {
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
  }

  .rm-page--sales .rm-process-card {
    grid-template-columns: 1fr;
  }

  .rm-pdi-mockup,
  .rm-page--sales .rm-pdi-document {
    border-radius: 14px;
    transform: none;
  }

  .rm-page--sales .rm-pdi-document {
    padding: 1.4rem 1.15rem 1.4rem 1.45rem;
  }

  .rm-pdi-list {
    grid-template-columns: 1fr;
  }

  .rm-pdi-list li:nth-last-child(2) {
    border-bottom: 1px solid rgba(110, 65, 43, 0.11);
  }

  .rm-page--sales .rm-offer-card {
    border-radius: 28px;
  }
}

@media (min-width: 621px) and (max-width: 720px) {
  .rm-page--sales .rm-mobile-bar {
    display: none;
  }
}

@media (max-width: 620px) {
  .rm-page--sales {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }

  .rm-page--sales .rm-mobile-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(168px, 182px);
    gap: 0.65rem;
    min-height: 86px;
    padding: 0.7rem max(1rem, env(safe-area-inset-right)) max(0.7rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
  }

  .rm-page--sales .rm-mobile-bar p {
    color: rgba(25, 25, 25, 0.62);
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.18;
  }

  .rm-page--sales .rm-mobile-bar p strong {
    margin-top: 0.18rem;
    color: #191919;
    font-family: "Quatrix", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 400;
  }

  .rm-page--sales .rm-mobile-bar .rm-offer-jump {
    min-height: 52px;
    border-radius: 13px;
    padding-inline: 0.65rem;
    font-size: 13px;
    letter-spacing: 0.025em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rm-offer-jump {
    transition: none;
  }

  .rm-offer-jump:hover {
    transform: none;
  }
}
