/* ============================================================
   ShopRouteBoard marketing — /roadmap (DMS · VIN · Warranty)
   Page-specific styles. Built on the WOW V2 tokens defined in
   wow-marketing.css (.mk scope). Dark by default; one ivory beat.
   Desktop-first. Everything reads complete without JS; the demos
   replay on scroll / on click for motion users only.
   ============================================================ */

.rm { overflow-x: clip; }

/* shared status tones (dots, rails) */
.rm [data-tone="green"]  { --tone: var(--green); }
.rm [data-tone="cyan"]   { --tone: var(--accent-cy); }
.rm [data-tone="accent"] { --tone: var(--accent); }
.rm [data-tone="blue"]   { --tone: var(--blue); }
.rm [data-tone="faint"]  { --tone: var(--faint); }

.rm-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--tone, var(--accent)); flex: 0 0 auto; box-shadow: 0 0 0 4px color-mix(in srgb, var(--tone, var(--accent)) 18%, transparent); }

.rm-sim { font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; color: var(--faint); margin: 14px 0 0; }

/* ---------------- HERO ---------------- */
.rm-hero { position: relative; padding-top: clamp(64px, 9vw, 108px); padding-bottom: 72px; overflow: hidden; }
.rm-hero-glow {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(80% 55% at 82% 0%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 60%),
    radial-gradient(60% 50% at 0% 100%, color-mix(in srgb, var(--accent-cy) 9%, transparent), transparent 62%);
}
.rm-hero .mk-wrap { position: relative; z-index: 1; }
.rm-hero .mk-h1 span.dim { display: block; color: var(--silver); }
.rm-hero .mk-h1 { margin-bottom: 24px; }
.rm-hero .mk-lead b { color: var(--white); font-weight: 600; }

.rm-legend {
  list-style: none; margin: 40px 0 0; padding: 18px; display: grid; gap: 2px;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line); border-radius: 14px; background: color-mix(in srgb, var(--panel) 70%, transparent);
}
.rm-legend-i { display: flex; flex-direction: column; gap: 6px; padding: 8px 14px; position: relative; }
.rm-legend-i + .rm-legend-i::before { content: ""; position: absolute; left: 0; top: 14%; height: 72%; width: 1px; background: var(--line); }
.rm-legend-i b { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--white); display: inline-flex; align-items: center; gap: 8px; }
.rm-legend-i > .rm-dot { position: absolute; } /* placed inline below instead */
.rm-legend-i .rm-dot { position: static; }
.rm-legend-i span { font-size: 12px; color: var(--silver); line-height: 1.35; }

/* ---------------- TODAY vs CONNECTED ---------------- */
.rm-vs { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: stretch; margin-top: 12px; }
.rm-vs-col { border: 1px solid var(--line); border-radius: 16px; padding: 26px 26px 22px; background: var(--graphite); }
.rm-vs-col.conn { background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 8%, var(--graphite)), var(--graphite)); border-color: color-mix(in srgb, var(--accent) 30%, var(--line)); }
.rm-vs-tag { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; color: var(--faint); display: inline-block; margin-bottom: 16px; }
.rm-vs-tag.on { color: var(--accent); }
.rm-flow { list-style: none; counter-reset: f; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.rm-flow li { counter-increment: f; position: relative; padding-left: 34px; font-size: 14.5px; color: var(--bright); line-height: 1.5; }
.rm-flow li::before {
  content: counter(f); position: absolute; left: 0; top: -1px; width: 23px; height: 23px; border-radius: 7px;
  display: grid; place-items: center; font-family: var(--mono); font-size: 11px; font-weight: 600;
  color: var(--silver); background: var(--panel2); border: 1px solid var(--line2);
}
.rm-vs-col.conn .rm-flow li::before { color: #06131F; background: var(--accent); border-color: var(--accent); }
.rm-flow li b { color: var(--white); font-weight: 600; }
.rm-vs-foot { margin: 20px 0 0; font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: var(--faint); }
.rm-vs-foot.on { color: var(--accent-cy); }
.rm-vs-arrow { align-self: center; color: var(--faint); }
.rm-vs-arrow svg { width: 30px; height: 30px; }

.rm-principle { margin: 34px 0 0; font-size: 15px; color: var(--silver); max-width: 70ch; }
.rm-principle span { font-family: var(--mono); font-size: 12px; letter-spacing: .12em; color: var(--accent-cy); margin-right: 8px; }

/* ---------------- PILLAR shell ---------------- */
.rm-pillar-head { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 6px; }
.rm-pillar-no {
  font-family: var(--disp); font-weight: 800; font-size: clamp(34px, 5vw, 58px); line-height: .8;
  color: transparent; -webkit-text-stroke: 1.5px var(--line2); letter-spacing: -.02em; flex: 0 0 auto; padding-top: 4px;
}
.rm-pillar-head .mk-eyebrow { margin-bottom: 10px; }

/* ---------------- demo frame chrome ---------------- */
.rm-demo { margin-top: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); overflow: hidden; }
.mk-sec.panel .rm-demo { background: var(--graphite); }
.rm-demo-hd {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 13px 18px; border-bottom: 1px solid var(--line);
  font-family: var(--mono); font-size: 11px; letter-spacing: .14em; color: var(--silver);
}
.rm-demo-btn {
  display: inline-flex; align-items: center; gap: 7px; cursor: pointer;
  font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase;
  color: var(--accent); background: transparent; border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line2));
  border-radius: 7px; padding: 7px 13px; min-height: 34px; transition: background .15s, border-color .15s, color .15s;
}
.rm-demo-btn:hover { background: color-mix(in srgb, var(--accent) 14%, transparent); border-color: var(--accent); }
.rm-demo-btn svg { width: 14px; height: 14px; }
.rm-demo .rm-sim { padding: 0 18px 16px; margin-top: 12px; }

/* ---------------- DMS demo ---------------- */
.rm-dms-grid { display: grid; grid-template-columns: 1fr 72px 1.1fr; align-items: center; gap: 0; padding: 26px 18px; }
.rm-src-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--faint); margin-bottom: 14px; }
.rm-src-tag svg { width: 16px; height: 16px; color: var(--silver); }
.rm-kv { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; }
.rm-kv > div { display: flex; flex-direction: column; gap: 2px; border-bottom: 1px solid var(--line); padding-bottom: 8px; }
.rm-kv dt { font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; color: var(--faint); margin: 0; }
.rm-kv dd { margin: 0; font-family: var(--mono); font-size: 14px; color: var(--white); }

.rm-dms-wire { position: relative; height: 100%; min-height: 60px; }
.rm-dms-wire::before { content: ""; position: absolute; top: 50%; left: 8px; right: 8px; height: 2px; background: var(--line2); border-radius: 2px; }
.rm-pulse { position: absolute; top: 50%; left: 8px; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); opacity: 0; }

.rm-dms-card { border: 1px solid var(--line2); border-radius: 13px; background: var(--panel2); padding: 15px 16px; box-shadow: 0 18px 40px -28px rgba(0,0,0,.8); }
.mk-sec.panel .rm-dms-card { background: var(--panel); }
.rm-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 9px; }
.rm-card-pri { font-family: var(--mono); font-size: 9.5px; letter-spacing: .12em; color: var(--green); border: 1px solid color-mix(in srgb, var(--green) 40%, transparent); border-radius: 5px; padding: 3px 7px; }
.rm-card-ro { font-family: var(--mono); font-size: 11px; color: var(--silver); }
.rm-card-veh { display: block; font-family: var(--disp); font-weight: 700; font-size: 19px; color: var(--white); letter-spacing: -.01em; margin-bottom: 9px; }
.rm-card-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 13px; }
.rm-card-meta span { font-family: var(--mono); font-size: 10.5px; letter-spacing: .06em; color: var(--bright); background: var(--graphite); border: 1px solid var(--line); border-radius: 6px; padding: 4px 8px; }
.rm-card-badge { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; color: var(--accent-cy); }
.rm-card-badge svg { width: 14px; height: 14px; }
/* replay: fields fade/slide in when JS plays. Pre-state is added by JS only,
   so the card reads complete with no JS. */
.rm-dms-card [data-fill].rm-pre,
.rm-dms-card .rm-card-badge.rm-pre { opacity: 0; transform: translateY(5px); }
.rm-dms-card [data-fill],
.rm-dms-card .rm-card-badge { transition: opacity .4s ease, transform .4s ease; }
.rm-pulse.is-run { animation: rm-pulse-run 1s ease forwards; }
@keyframes rm-pulse-run { 0% { opacity: 0; left: 8px; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { opacity: 0; left: calc(100% - 18px); } }

/* ---------------- status line ---------------- */
.rm-statline { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 26px; }
.rm-statline.tight { margin-top: 16px; }
.rm-stat { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; color: var(--silver); }
.rm-stat i { width: 8px; height: 8px; border-radius: 50%; background: var(--tone, var(--accent)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--tone, var(--accent)) 18%, transparent); }
.rm-stat b { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--white); }

/* ---------------- DMS targets rail ---------------- */
.rm-targets { position: relative; margin-top: 30px; border: 1px dashed var(--line2); border-radius: 14px; padding: 22px 22px 20px; }
.rm-targets-lead { margin: 0 0 16px; font-size: 14px; color: var(--silver); max-width: 64ch; }
.rm-targets-lead b { color: var(--white); font-weight: 600; }
.rm-target-rail { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.rm-target-rail li { font-family: var(--mono); font-size: 12px; letter-spacing: .06em; color: var(--bright); background: var(--panel2); border: 1px solid var(--line2); border-radius: 8px; padding: 9px 14px; }
.mk-sec.panel .rm-target-rail li { background: var(--panel); }
.rm-target-rail li.more { color: var(--faint); border-style: dashed; }
.rm-tag-exploring { position: absolute; top: -10px; right: 18px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; color: var(--faint); background: var(--graphite); border: 1px solid var(--line2); border-radius: 20px; padding: 4px 11px; }
.mk-sec.panel .rm-tag-exploring { background: var(--panel); }

/* our own DMS for independent shops — a distinct strategic direction */
.rm-owndms {
  position: relative; margin-top: 22px; display: grid; grid-template-columns: auto 1fr; gap: 20px;
  align-items: start; padding: 26px 26px 24px; border-radius: 16px;
  border: 1px solid color-mix(in srgb, var(--accent) 34%, var(--line));
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 11%, var(--graphite)), var(--graphite) 62%);
}
.mk-sec.panel .rm-owndms { background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 11%, var(--panel)), var(--panel) 62%); }
.rm-owndms-chip { position: absolute; top: -11px; right: 20px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; color: var(--faint); background: var(--graphite); border: 1px solid var(--line2); border-radius: 20px; padding: 5px 12px; }
.mk-sec.panel .rm-owndms-chip { background: var(--panel); }
.rm-owndms-chip i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.rm-owndms-ic { flex: 0 0 auto; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 13px; background: color-mix(in srgb, var(--accent) 16%, var(--graphite)); border: 1px solid color-mix(in srgb, var(--accent) 40%, var(--line)); color: var(--accent-cy); }
.rm-owndms-ic svg { width: 26px; height: 26px; }
.rm-owndms-body h3 { font-family: var(--disp); font-weight: 800; font-size: clamp(19px, 2.2vw, 25px); letter-spacing: -.015em; line-height: 1.06; color: var(--white); margin: 2px 0 12px; }
.rm-owndms-body p { font-size: 15px; line-height: 1.6; color: var(--bright); margin: 0 0 16px; max-width: 72ch; }
.rm-owndms-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.rm-owndms-tags span { font-family: var(--mono); font-size: 11px; letter-spacing: .04em; color: var(--silver); background: color-mix(in srgb, var(--graphite) 70%, transparent); border: 1px solid var(--line2); border-radius: 8px; padding: 7px 12px; }

/* ---------------- VIN demo ---------------- */
.rm-vin-pipe { list-style: none; margin: 0; padding: 26px 18px 6px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rm-vin-step { position: relative; border: 1px solid var(--line); border-radius: 12px; padding: 15px 15px 16px; background: var(--panel2); min-height: 118px; }
.mk-sec.panel .rm-vin-step { background: var(--panel); }
.rm-vin-step:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -14px; width: 14px; height: 2px; background: var(--line2); z-index: 1; }
.rm-vin-k { font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; color: var(--faint); display: block; margin-bottom: 12px; }
.rm-vin-mono { font-family: var(--mono); font-size: 13px; color: var(--accent-cy); letter-spacing: .02em; word-break: break-all; }
.rm-vin-step b { color: var(--white); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 7px; }
.rm-vin-step b svg { width: 15px; height: 15px; color: var(--green); }
.rm-vin-veh b { display: block; font-family: var(--disp); font-size: 17px; margin-bottom: 4px; }
.rm-vin-veh span { font-family: var(--mono); font-size: 11.5px; color: var(--silver); }
.rm-vin-rec { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 8px; }
.rm-vin-rec span { font-family: var(--mono); font-size: 10px; letter-spacing: .04em; color: var(--bright); }
/* active pulse as the decode "runs" */
.rm-vin-step.is-hot { border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent); }

.rm-vin-fan { display: flex; align-items: center; gap: 20px; padding: 8px 18px 22px; }
.rm-fan-src { flex: 0 0 auto; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; background: color-mix(in srgb, var(--accent) 16%, var(--graphite)); border: 1px solid color-mix(in srgb, var(--accent) 40%, var(--line)); color: var(--accent-cy); }
.rm-fan-src svg { width: 22px; height: 22px; }
.rm-vin-fan ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.rm-vin-fan li { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 12px; letter-spacing: .04em; color: var(--bright); background: var(--panel2); border: 1px solid var(--line2); border-radius: 9px; padding: 9px 13px; }
.mk-sec.panel .rm-vin-fan li { background: var(--panel); }
.rm-vin-fan li svg { width: 15px; height: 15px; color: var(--accent); }

/* ---------------- Warranty demo ---------------- */
.rm-war-grid { display: grid; grid-template-columns: 1fr 54px 1fr; align-items: stretch; gap: 0; padding: 24px 18px; }
.rm-war-side { border: 1px solid var(--line); border-radius: 13px; padding: 16px; background: var(--panel2); }
.mk-sec.panel .rm-war-side { background: var(--panel); }
.rm-war-side.clean { border-color: color-mix(in srgb, var(--accent) 30%, var(--line)); background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--panel2)), var(--panel2)); }
.mk-sec.panel .rm-war-side.clean { background: linear-gradient(180deg, color-mix(in srgb, var(--accent) 7%, var(--panel)), var(--panel)); }
.rm-war-tag { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; color: var(--faint); margin-bottom: 13px; }
.rm-war-tag svg { width: 15px; height: 15px; }
.rm-war-tag.on { color: var(--accent-cy); }
.rm-war-tag.on svg { color: var(--accent-cy); }
.rm-war-notes { margin: 0; font-family: var(--mono); font-size: 12px; line-height: 1.65; color: var(--silver); white-space: pre-wrap; word-break: break-word; }
.rm-war-out p { margin: 0 0 11px; font-size: 13.5px; line-height: 1.55; color: var(--bright); }
.rm-war-out p:last-child { margin-bottom: 0; }
.rm-war-out b { color: var(--white); font-family: var(--mono); font-size: 11px; letter-spacing: .08em; display: inline-block; margin-right: 4px; }
.rm-war-out mark { background: color-mix(in srgb, var(--accent-cy) 22%, transparent); color: var(--white); border-radius: 3px; padding: 0 3px; font-family: var(--mono); font-size: 12px; }
.rm-war-mid { display: grid; place-items: center; gap: 10px; color: var(--faint); }
.rm-war-engine { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; background: var(--graphite); border: 1px solid var(--line2); color: var(--accent); }
.rm-war-engine svg, .rm-war-arrow svg { width: 20px; height: 20px; }
.rm-war-arrow { color: var(--line2); }

.rm-war-rails { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; margin-top: 26px; }
.rm-war-ask { border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; background: color-mix(in srgb, var(--panel) 60%, transparent); }
.rm-war-ask-tag { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; color: var(--amber); display: block; margin-bottom: 14px; line-height: 1.5; }
.rm-war-ask ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.rm-war-ask li { position: relative; padding-left: 22px; font-size: 13.5px; color: var(--bright); }
.rm-war-ask li::before { content: "?"; position: absolute; left: 0; top: 0; font-family: var(--mono); font-weight: 600; color: var(--amber); }
.rm-war-oem p { margin: 0 0 4px; font-size: 14.5px; color: var(--silver); line-height: 1.55; }
.rm-war-oem p b { color: var(--white); font-weight: 600; }

/* ---------------- HOW IT CONNECTS ---------------- */
.rm-pipe { list-style: none; margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; counter-reset: none; }
.rm-pipe-step { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px; padding: 22px 12px; border: 1px solid var(--line); border-radius: 14px; background: var(--graphite); }
.rm-pipe-step[data-group="in"]  { border-color: color-mix(in srgb, var(--accent-cy) 34%, var(--line)); }
.rm-pipe-step[data-group="op"]  { border-color: color-mix(in srgb, var(--accent) 34%, var(--line)); }
.rm-pipe-step[data-group="doc"] { border-color: color-mix(in srgb, var(--blue) 34%, var(--line)); }
.rm-pipe-step:not(:last-child)::after {
  content: ""; position: absolute; right: -12px; top: 50%; width: 12px; height: 2px; background: var(--line2); z-index: 2;
}
.rm-pipe-ic { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; background: var(--panel2); border: 1px solid var(--line2); color: var(--accent); }
.rm-pipe-step[data-group="in"] .rm-pipe-ic { color: var(--accent-cy); }
.rm-pipe-step[data-group="doc"] .rm-pipe-ic { color: var(--blue); }
.rm-pipe-ic svg { width: 20px; height: 20px; }
.rm-pipe-step b { font-family: var(--disp); font-weight: 700; font-size: 14px; color: var(--white); }
.rm-pipe-step span { font-size: 11.5px; color: var(--silver); line-height: 1.35; }
.rm-connect-foot { margin: 28px 0 0; font-size: 15px; color: var(--bright); max-width: 74ch; }
.rm-pipe-step.is-lit { transform: translateY(-3px); }
.rm-pipe-step.is-lit .rm-pipe-ic { box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent); }
.rm-pipe-step { transition: transform .3s ease; }
.rm-war-out mark.is-hot { background: color-mix(in srgb, var(--accent-cy) 46%, transparent); transition: background .35s ease; }

/* ---------------- ROADMAP BOARD (status ladder) ---------------- */
.rm-board { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.rm-col { display: grid; grid-template-columns: 208px 1fr; gap: 26px; align-items: start; border: 1px solid var(--line); border-left: 3px solid var(--tone, var(--line2)); border-radius: 14px; background: var(--panel); padding: 22px 24px; }
.rm-col-hd { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 9px; border: none; padding: 0; margin: 0; }
.rm-col-hd b { font-family: var(--mono); font-size: 13px; letter-spacing: .12em; color: var(--white); }
.rm-col-hd > span:not(.rm-dot) { grid-column: 1 / -1; font-size: 12px; color: var(--faint); line-height: 1.4; margin-top: 8px; }
.rm-col-items { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(212px, 1fr)); gap: 10px; }
.rm-item { border: 1px solid var(--line); border-radius: 10px; padding: 13px 13px 14px; background: var(--graphite); }
.rm-item-pill { font-family: var(--mono); font-size: 9px; letter-spacing: .1em; color: var(--faint); text-transform: uppercase; display: inline-block; margin-bottom: 7px; border: 1px solid var(--line2); border-radius: 20px; padding: 2px 8px; }
.rm-item b { display: block; font-family: var(--disp); font-weight: 700; font-size: 14.5px; color: var(--white); line-height: 1.15; margin-bottom: 6px; letter-spacing: -.01em; }
.rm-item-val { display: block; font-size: 12.5px; color: var(--silver); line-height: 1.45; }

/* ---------------- TRUST (ivory) ---------------- */
.rm-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 14px; }
.rm-trust-card { border: 1px solid var(--ivory-line); border-radius: 16px; padding: 26px 24px; background: #FBF9F4; }
.rm-trust-card svg { width: 26px; height: 26px; color: var(--ink); opacity: .7; margin-bottom: 14px; }
.rm-trust-card b { display: block; font-family: var(--disp); font-weight: 700; font-size: 19px; color: var(--ink); line-height: 1.1; margin-bottom: 10px; letter-spacing: -.01em; }
.rm-trust-card span { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }

/* ---------------- FINAL CTA ---------------- */
.rm-final { background: radial-gradient(90% 120% at 50% -10%, color-mix(in srgb, var(--accent) 14%, var(--graphite)), var(--graphite)); }

/* ======================= RESPONSIVE ======================= */
@media (max-width: 1080px) {
  .rm-col { grid-template-columns: 168px 1fr; gap: 18px; }
  .rm-vin-pipe { grid-template-columns: repeat(2, 1fr); }
  .rm-vin-step:not(:last-child)::after { display: none; }
  .rm-pipe { grid-template-columns: repeat(3, 1fr); }
  .rm-pipe-step:not(:last-child)::after { display: none; }
  .rm-legend { grid-template-columns: repeat(2, 1fr); }
  .rm-legend-i + .rm-legend-i::before { display: none; }
}
@media (max-width: 820px) {
  .rm-vs { grid-template-columns: 1fr; }
  .rm-vs-arrow { transform: rotate(90deg); justify-self: center; }
  .rm-dms-grid { grid-template-columns: 1fr; gap: 20px; }
  .rm-dms-wire { display: none; }
  .rm-war-grid { grid-template-columns: 1fr; gap: 16px; }
  .rm-war-mid { flex-direction: row; transform: rotate(90deg); margin: 4px 0; }
  .rm-war-rails { grid-template-columns: 1fr; }
  .rm-trust-grid { grid-template-columns: 1fr; }
  .rm-pillar-no { font-size: 30px; }
  .rm-owndms { grid-template-columns: 1fr; gap: 16px; }
  .rm-col { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 560px) {
  .rm-vin-pipe, .rm-pipe, .rm-legend { grid-template-columns: 1fr; }
  .rm-kv { grid-template-columns: 1fr; }
  .rm-vin-rec { grid-template-columns: 1fr 1fr; }
}

/* ======================= REDUCED MOTION ======================= */
@media (prefers-reduced-motion: reduce) {
  .rm * { animation: none !important; transition: none !important; }
  .rm-dms-card [data-fill].rm-pre,
  .rm-dms-card .rm-card-badge.rm-pre { opacity: 1 !important; transform: none !important; }
}
