.rmvf-page {
  --rmvf-ink: #111827;
  --rmvf-muted: #5b6472;
  --rmvf-line: #dfe5eb;
  --rmvf-soft: #f4f7f9;
  --rmvf-panel: #fff;
  --rmvf-accent: #0f766e;
  --rmvf-accent-dark: #0a514c;
  --rmvf-lime: #d9f99d;
  --rmvf-navy: #101c2c;
  color: var(--rmvf-ink);
  background: #fff;
  font-size: 16px;
  line-height: 1.65;
}

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

.rmvf-shell {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.rmvf-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 0 clamp(62px, 8vw, 108px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 12%, rgba(217, 249, 157, .18), transparent 27%),
    radial-gradient(circle at 4% 86%, rgba(45, 212, 191, .16), transparent 31%),
    linear-gradient(135deg, #0a121f 0%, var(--rmvf-navy) 58%, #102c32 100%);
}

.rmvf-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: .2;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.rmvf-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(290px, .65fr);
  gap: clamp(38px, 7vw, 92px);
  align-items: end;
}

.rmvf-kicker-row {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.rmvf-kicker,
.rmvf-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rmvf-kicker { color: var(--rmvf-lime); }
.rmvf-eyebrow { color: var(--rmvf-accent); }

.rmvf-lang {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.rmvf-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 6.2vw, 78px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.rmvf-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #dbe4ed;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.rmvf-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  margin-top: 34px;
  color: #c5ced8;
  font-size: 14px;
}

.rmvf-hero-meta strong { color: #fff; font-size: 18px; }

.rmvf-trust-card {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 28px 80px rgba(0,0,0,.2);
  backdrop-filter: blur(14px);
}

.rmvf-trust-card strong { display: block; margin: 12px 0 8px; font-size: 18px; }
.rmvf-trust-card p { margin: 0; color: #cbd5df; font-size: 14px; }
.rmvf-trust-dot { display: block; width: 12px; height: 12px; border-radius: 50%; background: var(--rmvf-lime); box-shadow: 0 0 0 7px rgba(217,249,157,.12); }

.rmvf-content { padding: 72px 0 84px; }
.rmvf-content > section,
.rmvf-content > nav { margin-top: 86px; }
.rmvf-content > :first-child { margin-top: 0; }

.rmvf-section-heading { max-width: 800px; margin-bottom: 28px; }
.rmvf-section-heading h2,
.rmvf-results-bar h2 {
  margin: 8px 0 0;
  color: var(--rmvf-ink);
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.rmvf-section-heading p:not(.rmvf-eyebrow) { margin: 14px 0 0; color: var(--rmvf-muted); }

.rmvf-filter {
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid var(--rmvf-line);
  border-radius: 24px;
  background: var(--rmvf-panel);
  box-shadow: 0 18px 60px rgba(16,28,44,.07);
}

.rmvf-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rmvf-control { min-width: 0; }
.rmvf-control label { display: block; margin-bottom: 7px; color: #253245; font-size: 13px; font-weight: 800; }
.rmvf-control input,
.rmvf-control select {
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 10px 13px;
  border: 1px solid #cbd3dc;
  border-radius: 10px;
  color: var(--rmvf-ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  box-shadow: none;
}
.rmvf-control input:focus,
.rmvf-control select:focus { outline: 3px solid rgba(15,118,110,.16); border-color: var(--rmvf-accent); }
.rmvf-control small { display: block; margin-top: 6px; color: var(--rmvf-muted); font-size: 12px; }
.rmvf-actions { display: flex; align-items: end; }

.rmvf-button {
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid #bdc7d1;
  border-radius: 10px;
  color: #273344;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}
.rmvf-button:hover { border-color: var(--rmvf-accent); color: var(--rmvf-accent-dark); }

.rmvf-fit-note {
  margin-top: 22px;
  padding: 14px 16px;
  border-left: 4px solid var(--rmvf-accent);
  border-radius: 4px 10px 10px 4px;
  color: #344155;
  background: #eef8f6;
  font-size: 14px;
}

.rmvf-results-bar {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 22px;
}
.rmvf-results-bar h2 { margin-top: 7px; }
.rmvf-count { flex: none; margin: 0; padding: 8px 12px; border-radius: 999px; color: #17433f; background: #dff4ef; font-size: 13px; font-weight: 800; }

.rmvf-table-wrap {
  overflow: auto;
  border: 1px solid var(--rmvf-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(16,28,44,.06);
}
.rmvf-table-wrap:focus { outline: 3px solid rgba(15,118,110,.18); outline-offset: 3px; }

.rmvf-table {
  width: 100%;
  min-width: 1110px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  color: var(--rmvf-ink);
  font-size: 14px;
}
.rmvf-table thead { color: #dbe7ed; background: #122234; }
.rmvf-table th,
.rmvf-table td { padding: 18px 15px; border: 0; border-bottom: 1px solid var(--rmvf-line); text-align: left; vertical-align: top; }
.rmvf-table thead th { position: sticky; top: 0; z-index: 1; padding-top: 15px; padding-bottom: 15px; color: #eaf0f4; background: #122234; font-size: 12px; line-height: 1.35; letter-spacing: .025em; }
.rmvf-table tbody tr:last-child th,
.rmvf-table tbody tr:last-child td { border-bottom: 0; }
.rmvf-table tbody tr:hover { background: #f8fbfb; }
.rmvf-table tbody th { min-width: 200px; }
.rmvf-table tbody th strong { display: block; margin-top: 2px; font-size: 15px; }
.rmvf-brand { display: block; color: var(--rmvf-accent); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.rmvf-measure { white-space: nowrap; font-variant-numeric: tabular-nums; }
.rmvf-na { color: #8a94a2; }
.rmvf-table td small { display: block; max-width: 150px; margin-top: 5px; color: var(--rmvf-muted); line-height: 1.35; }
.rmvf-table details { max-width: 220px; margin-top: 9px; }
.rmvf-table summary { color: #556172; font-size: 12px; font-weight: 700; cursor: pointer; }
.rmvf-table details p { margin: 7px 0 0; color: var(--rmvf-muted); font-size: 12px; font-weight: 400; line-height: 1.45; }
.rmvf-source-link,
.rmvf-profile-link { display: block; width: fit-content; color: var(--rmvf-accent-dark); font-size: 13px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.rmvf-profile-link { margin-top: 7px; color: #334155; }
.rmvf-row[hidden] { display: none; }

.rmvf-empty { margin-top: 20px; padding: 22px; border: 1px dashed #b8c3cd; border-radius: 14px; text-align: center; background: var(--rmvf-soft); }
.rmvf-empty p { margin: 5px 0 0; color: var(--rmvf-muted); }

.rmvf-method {
  padding: clamp(30px, 5vw, 58px);
  border-radius: 24px;
  color: #fff;
  background: var(--rmvf-navy);
}
.rmvf-method .rmvf-eyebrow { color: var(--rmvf-lime); }
.rmvf-method .rmvf-section-heading h2 { color: #fff; }
.rmvf-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.13); }
.rmvf-method-grid article { padding: 28px; background: #14253a; }
.rmvf-method-grid article > span { color: var(--rmvf-lime); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.rmvf-method-grid h3 { margin: 10px 0 8px; color: #fff; font-size: 21px; }
.rmvf-method-grid p { margin: 0; color: #c9d3dd; font-size: 14px; }

.rmvf-source-register {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rmvf-source-register a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 15px;
  border: 1px solid var(--rmvf-line);
  border-radius: 10px;
  color: #253245;
  background: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}
.rmvf-source-register a:hover { border-color: var(--rmvf-accent); color: var(--rmvf-accent-dark); background: #f7fbfa; }

.rmvf-faq-list { border-top: 1px solid var(--rmvf-line); }
.rmvf-faq-list details { border-bottom: 1px solid var(--rmvf-line); }
.rmvf-faq-list summary { padding: 20px 36px 20px 0; color: #1e2b3c; font-size: 18px; font-weight: 800; cursor: pointer; }
.rmvf-faq-list p { max-width: 850px; margin: -5px 0 22px; color: var(--rmvf-muted); }

.rmvf-related { padding: 34px; border-radius: 20px; background: var(--rmvf-soft); }
.rmvf-related ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.rmvf-related a { display: flex; justify-content: space-between; gap: 20px; height: 100%; padding: 16px; border-radius: 10px; color: #1c2b3d; background: #fff; font-weight: 800; text-decoration: none; }
.rmvf-related a:hover { color: var(--rmvf-accent-dark); box-shadow: 0 7px 24px rgba(16,28,44,.08); }
.rmvf-updated { max-width: 900px; margin: 52px auto 0; color: #697483; font-size: 13px; text-align: center; }

@media (max-width: 900px) {
  .rmvf-hero-grid { grid-template-columns: 1fr; }
  .rmvf-trust-card { max-width: 620px; }
  .rmvf-controls { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rmvf-method-grid { grid-template-columns: 1fr; }
  .rmvf-source-register { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .rmvf-shell { width: min(100% - 24px, 1240px); }
  .rmvf-hero { padding: 58px 0 62px; }
  .rmvf-kicker-row { align-items: flex-start; }
  .rmvf-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .rmvf-content { padding-top: 44px; }
  .rmvf-content > section,
  .rmvf-content > nav { margin-top: 60px; }
  .rmvf-controls { grid-template-columns: 1fr; }
  .rmvf-filter { padding: 22px 16px; border-radius: 16px; }
  .rmvf-results-bar { align-items: flex-start; flex-direction: column; }
  .rmvf-table-wrap { overflow: visible; border: 0; border-radius: 0; box-shadow: none; }
  .rmvf-table { min-width: 0; border-collapse: separate; border-spacing: 0 14px; }
  .rmvf-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .rmvf-table tbody,
  .rmvf-table tr,
  .rmvf-table th,
  .rmvf-table td { display: block; width: 100%; }
  .rmvf-table tbody tr { overflow: hidden; border: 1px solid var(--rmvf-line); border-radius: 15px; background: #fff; box-shadow: 0 9px 30px rgba(16,28,44,.05); }
  .rmvf-table tbody th { padding: 18px; border-bottom: 1px solid var(--rmvf-line); background: #f7fafb; }
  .rmvf-table tbody td { display: grid; grid-template-columns: minmax(115px, .8fr) 1.2fr; gap: 12px; padding: 12px 18px; border-bottom: 1px solid #edf0f3; }
  .rmvf-table tbody td::before { content: attr(data-label); color: #667181; font-size: 12px; font-weight: 800; }
  .rmvf-table tbody td:last-child { border-bottom: 0; }
  .rmvf-table tbody tr:hover { background: #fff; }
  .rmvf-method { padding: 28px 18px; border-radius: 16px; }
  .rmvf-method-grid article { padding: 23px; }
  .rmvf-related { padding: 22px 16px; }
  .rmvf-related ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rmvf-page * { scroll-behavior: auto !important; transition: none !important; }
}

.rmvf-inline-card {
  clear: both;
  margin: 34px 0;
  padding: 22px 24px;
  border: 1px solid #d9e2e8;
  border-left: 5px solid #0f766e;
  border-radius: 12px;
  color: #172234;
  background: #f5faf9;
  box-shadow: 0 10px 32px rgba(16, 28, 44, .06);
}
.rmvf-inline-card__eyebrow { display: block; margin-bottom: 7px; color: #0f766e; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rmvf-inline-card > strong { display: block; font-size: 20px; line-height: 1.3; }
.rmvf-inline-card p { margin: 8px 0 13px; color: #566273; font-size: 14px; line-height: 1.55; }
.rmvf-inline-card a { color: #0a514c; font-size: 14px; font-weight: 850; text-underline-offset: 4px; }
