:root {
  --rm-max: 1240px;
  --rm-bg: #04030a;
  --rm-surface: rgba(255, 255, 255, 0.02);
  --rm-surface-strong: rgba(255, 255, 255, 0.05);
  --rm-surface-soft: rgba(255, 255, 255, 0.015);
  --rm-border: rgba(255, 255, 255, 0.08);
  --rm-border-strong: rgba(255, 255, 255, 0.14);
  --rm-text: #f9fafb;
  --rm-muted: rgba(161, 161, 170, 0.88);
  --rm-muted-soft: rgba(161, 161, 170, 0.62);
  --rm-accent: #7c3aed;
  --rm-accent-2: #a855f7;
  --rm-accent-3: #a78bfa;
  --rm-planned: #c4b5fd;
  --rm-building: #a78bfa;
  --rm-shipped: #f5f3ff;
  --rm-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  --rm-shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.roadmaps-page {
  background-color: var(--rm-bg);
  background: var(--rm-bg);
  color: var(--rm-text);
}

.roadmaps-shell {
  position: relative;
  overflow: hidden;
  padding: 126px 0 80px;
  background:
    radial-gradient(980px 560px at 18% 22%, rgba(124, 58, 237, 0.12), transparent 68%),
    radial-gradient(840px 520px at 58% 58%, rgba(88, 28, 135, 0.1), transparent 72%),
    radial-gradient(920px 540px at 82% 78%, rgba(107, 33, 168, 0.08), transparent 72%),
    transparent;
}

.roadmaps-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 520px;
  pointer-events: none;
  opacity: 1;
  background:
    radial-gradient(520px 280px at 14% 2%, rgba(124, 58, 237, 0.32), rgba(124, 58, 237, 0.14) 34%, transparent 72%),
    radial-gradient(760px 380px at 50% 16%, rgba(168, 85, 247, 0.18), rgba(168, 85, 247, 0.06) 36%, transparent 74%),
    radial-gradient(460px 250px at 28% 0%, rgba(124, 58, 237, 0.18), transparent 72%),
    radial-gradient(620px 280px at 32% 10%, rgba(91, 33, 182, 0.16), transparent 76%);
}

.roadmaps-shell::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 320px;
  pointer-events: none;
  background:
    radial-gradient(520px 260px at 18% 100%, rgba(124, 58, 237, 0.22), rgba(124, 58, 237, 0.08) 34%, transparent 74%),
    radial-gradient(460px 240px at 56% 100%, rgba(91, 33, 182, 0.16), transparent 74%),
    radial-gradient(620px 280px at 76% 86%, rgba(168, 85, 247, 0.1), rgba(168, 85, 247, 0.04) 36%, transparent 76%),
    linear-gradient(180deg, rgba(10, 10, 11, 0) 0%, rgba(10, 10, 11, 0.18) 32%, rgba(10, 10, 11, 1) 84%);
}

.roadmaps-page footer {
  position: relative;
  z-index: 2;
}

.roadmaps-shell .bg-glow {
  display: none !important;
}

.rm-wrap {
  width: min(var(--rm-max), calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rm-section {
  padding-top: 74px;
}

.rm-kicker,
.rm-section-kicker,
.rm-console-label,
.rm-pane-head,
.rm-cap-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rm-hero {
  display: block;
}

.rm-hero-copy {
  max-width: 980px;
}

.rm-hero-copy h1 {
  margin: 22px 0 18px;
  font-size: 64px;
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 900;
  max-width: 12.5ch;
}

.rm-hero-copy p {
  margin: 0;
  max-width: 700px;
  font-size: 17px;
  line-height: 1.75;
  color: var(--rm-muted);
}

.rm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  border: 1px solid var(--rm-border);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.rm-btn:hover {
  transform: translateY(-2px);
}

.rm-btn-primary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(242, 233, 255, 0.98));
  border-color: transparent;
  color: #07101d;
  box-shadow: 0 18px 36px rgba(124, 58, 237, 0.2);
}

.rm-btn-primary:hover,
.rm-btn-primary:focus-visible {
  background: linear-gradient(135deg, #ffffff, #f3e8ff);
  color: #07101d;
}

.rm-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.rm-btn-secondary:hover,
.rm-btn-secondary:focus-visible,
.rm-btn-ghost:hover,
.rm-btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.rm-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
}

.rm-proof {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  max-width: 700px;
}

.rm-proof-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.55;
}

.rm-proof-item i {
  margin-top: 2px;
  color: var(--rm-accent-3);
  font-size: 16px;
}

.rm-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 30px;
  padding-top: 18px;
  max-width: 980px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rm-meta-chip {
  min-width: 150px;
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rm-meta-chip strong,
.rm-meta-chip span,
.rm-meta-chip small {
  display: block;
}

.rm-meta-chip strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
}

.rm-meta-chip span {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.rm-meta-chip small {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.45;
  color: var(--rm-muted-soft);
}

.rm-console {
  position: relative;
}

.rm-console-shell {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--rm-border-strong);
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.24), transparent 28%),
    radial-gradient(circle at top right, rgba(168, 85, 247, 0.14), transparent 24%),
    radial-gradient(circle at 48% 100%, rgba(91, 33, 182, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(18, 18, 20, 0.95), rgba(12, 12, 14, 0.98));
  box-shadow: var(--rm-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 22px;
  transform-style: preserve-3d;
  transition: transform 0.22s ease;
}

.rm-console-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 10px);
  opacity: 0.52;
}

.rm-console-top,
.rm-console-grid,
.rm-console-foot {
  position: relative;
  z-index: 1;
}

.rm-console-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.rm-console-top strong {
  display: block;
  margin-top: 14px;
  font-size: 20px;
  line-height: 1.25;
}

.rm-live-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  white-space: nowrap;
}

.rm-console-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.rm-console-pane,
.rm-chart-card,
.rm-publish-card,
.rm-foot-card,
.rm-pillar-card,
.rm-board-card,
.rm-capability-main,
.rm-cap-main-card,
.rm-cap-card,
.rm-cta {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--rm-border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.12), transparent 54%),
    radial-gradient(circle at bottom right, rgba(91, 33, 182, 0.05), transparent 42%);
  box-shadow: var(--rm-shadow-soft);
}

.rm-step-card,
.rm-acc-item {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.rm-console-pane {
  padding: 16px;
}

.rm-pane-head {
  margin-bottom: 14px;
}

.rm-pane-head-inline {
  margin-bottom: 16px;
}

.rm-feed-list {
  display: grid;
  gap: 10px;
}

.rm-feed-card {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.rm-feed-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.rm-feed-source {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.rm-feed-state,
.rm-column-label,
.rm-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.is-planned {
  --rm-state-bg: rgba(247, 202, 132, 0.14);
  --rm-state-border: rgba(247, 202, 132, 0.24);
  --rm-state-text: #f6d29b;
}

.is-building {
  --rm-state-bg: rgba(167, 139, 250, 0.14);
  --rm-state-border: rgba(167, 139, 250, 0.24);
  --rm-state-text: #d8c7ff;
}

.is-shipped {
  --rm-state-bg: rgba(245, 243, 255, 0.14);
  --rm-state-border: rgba(196, 181, 253, 0.26);
  --rm-state-text: #f5f3ff;
}

.rm-feed-state,
.rm-column-label,
.rm-status {
  background: var(--rm-state-bg, rgba(255, 255, 255, 0.06));
  border-color: var(--rm-state-border, rgba(255, 255, 255, 0.12));
  color: var(--rm-state-text, rgba(255, 255, 255, 0.84));
}

.rm-feed-card h3,
.rm-pillar-card h3,
.rm-step-card h3,
.rm-board-card h3,
.rm-cap-card h3,
.rm-cap-main-copy h3 {
  margin: 0;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0;
}

.rm-feed-card h3 {
  font-size: 15px;
}

.rm-feed-card p,
.rm-pillar-card p,
.rm-step-card p,
.rm-board-card p,
.rm-cap-card p,
.rm-cap-main-copy p,
.rm-cap-main-card p,
.rm-acc-inner p,
.rm-cta-copy p,
.rm-publish-column p {
  margin: 0;
  color: var(--rm-muted);
  font-size: 14px;
  line-height: 1.68;
}

.rm-feed-card p {
  margin-top: 8px;
  font-size: 13px;
}

.rm-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rm-metric-card {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.1), transparent 58%);
}

.rm-metric-card strong,
.rm-metric-card span,
.rm-metric-card small {
  display: block;
}

.rm-metric-card strong {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
}

.rm-metric-card span {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.rm-metric-card small {
  margin-top: 6px;
  color: var(--rm-muted-soft);
  font-size: 12px;
  line-height: 1.45;
}

.rm-metric-card.is-planned strong {
  color: var(--rm-planned);
}

.rm-metric-card.is-building strong {
  color: var(--rm-building);
}

.rm-metric-card.is-shipped strong {
  color: var(--rm-shipped);
}

.rm-chart-card,
.rm-publish-card {
  margin-top: 12px;
  padding: 16px;
}

.rm-chart-copy {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.rm-chart-copy span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.rm-chart-copy strong {
  display: block;
  max-width: 18ch;
  font-size: 17px;
  line-height: 1.3;
}

.rm-mini-chart {
  width: 100%;
  height: 168px;
  display: block;
}

.rm-chart-grid line {
  stroke: rgba(255, 255, 255, 0.07);
  stroke-width: 1;
}

.rm-chart-area {
  fill: url(#rmChartArea);
}

.rm-chart-line {
  fill: none;
  stroke: url(#rmChartPrimary);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}

.reveal.is-in .rm-chart-line {
  stroke-dashoffset: 0;
}

.rm-chart-points circle {
  fill: #08111d;
  stroke: #c4b5fd;
  stroke-width: 2.5;
  opacity: 0;
  transform-origin: center;
  transform: scale(0.65);
  transition:
    opacity 0.5s ease 0.5s,
    transform 0.5s ease 0.5s;
}

.reveal.is-in .rm-chart-points circle {
  opacity: 1;
  transform: scale(1);
}

.rm-chart-legend {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.rm-chart-legend span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.rm-publish-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rm-publish-column {
  padding: 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.08), transparent 60%);
}

.rm-publish-column strong {
  display: block;
  margin: 12px 0 8px;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}

.rm-console-foot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.rm-foot-card {
  padding: 16px;
}

.rm-foot-card span,
.rm-board-meta span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.rm-foot-card strong,
.rm-board-meta strong {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.55;
  color: #ffffff;
}

.rm-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.rm-section-head h2 {
  margin: 14px 0 0;
  max-width: 760px;
  font-size: 40px;
  line-height: 1.02;
  letter-spacing: 0;
}

.rm-section-head p {
  margin: 0;
  max-width: 420px;
  color: var(--rm-muted);
  font-size: 15px;
  line-height: 1.7;
}

.rm-preview-section .rm-section-head p {
  max-width: 520px;
}

.rm-preview-section .rm-console {
  margin-top: 8px;
}

.rm-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rm-pillar-card,
.rm-cap-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 6px 18px;
  align-items: start;
  padding: 24px;
}

.rm-lift {
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.rm-lift:hover {
  transform: translateY(-4px);
  border-color: var(--rm-border-strong);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}

.rm-step-card.rm-lift:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.rm-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  color: #c4b5fd;
  font-size: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.rm-pillar-card .rm-icon,
.rm-cap-card .rm-icon {
  grid-row: 1 / span 2;
}

.rm-pillar-card h3,
.rm-cap-card h3,
.rm-step-card h3,
.rm-board-card h3 {
  margin: 4px 0 0;
  font-size: 21px;
}

.rm-pillar-card p,
.rm-cap-card p {
  grid-column: 2;
  max-width: 42ch;
}

.rm-step-grid {
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rm-step-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 8px 26px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rm-step-num {
  grid-row: 1 / span 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.rm-step-card > :not(.rm-step-num) {
  grid-column: 2;
}

.rm-step-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.rm-step-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.55;
}

.rm-step-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rm-accent), var(--rm-accent-2));
}

.rm-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.rm-lane-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rm-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.rm-filter-btn strong {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
}

.rm-filter-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.16);
}

.rm-filter-btn.is-active {
  border-color: rgba(167, 139, 250, 0.28);
  background:
    linear-gradient(180deg, rgba(167, 139, 250, 0.14), rgba(124, 58, 237, 0.1)),
    rgba(255, 255, 255, 0.04);
}

.rm-filter-btn.is-active strong {
  color: #ffffff;
}

.rm-filter-note {
  padding: 0;
  border: 0;
  background: none;
  color: var(--rm-muted);
  font-size: 13px;
}

.rm-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 8px;
}

.rm-board-card {
  display: block;
  padding: 24px;
}

.rm-board-card.is-hidden {
  display: none;
}

.rm-board-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.rm-micro {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.rm-board-progress {
  position: relative;
  margin-top: 18px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.rm-board-progress::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rm-progress, 50%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rm-accent), var(--rm-accent-2));
}

.rm-board-card.is-planned .rm-board-progress::after {
  background: linear-gradient(90deg, #7c3aed, #c4b5fd);
}

.rm-board-card.is-building .rm-board-progress::after {
  background: linear-gradient(90deg, #8b5cf6, #c084fc);
}

.rm-board-card.is-shipped .rm-board-progress::after {
  background: linear-gradient(90deg, #a78bfa, #f5f3ff);
}

.rm-board-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rm-capability-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 42px;
  align-items: start;
}

.rm-capability-main {
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rm-cap-main-copy h3 {
  font-size: 40px;
  max-width: 14ch;
}

.rm-cap-main-copy p {
  margin-top: 14px;
  max-width: 62ch;
}

.rm-cap-main-grid,
.rm-capability-grid {
  display: grid;
  gap: 16px;
}

.rm-cap-main-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rm-cap-main-card {
  padding: 18px;
}

.rm-cap-main-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  color: #ffffff;
}

.rm-capability-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rm-accordion {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rm-acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rm-acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.rm-acc-btn i {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.56);
  transition:
    transform 0.22s ease,
    color 0.22s ease;
}

.rm-acc-item.is-open .rm-acc-btn i {
  transform: rotate(45deg);
  color: #ffffff;
}

.rm-acc-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.26s ease,
    opacity 0.26s ease;
}

.rm-acc-item.is-open .rm-acc-panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

.rm-acc-inner {
  min-height: 0;
  overflow: hidden;
  max-width: 74ch;
  padding: 0 0 24px;
}

.rm-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 32px;
}

.rm-cta.glass-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.14), transparent 54%),
    radial-gradient(circle at bottom right, rgba(91, 33, 182, 0.08), transparent 42%);
  border-radius: 8px;
}

.rm-cta-copy h2 {
  margin: 14px 0 12px;
  font-size: 40px;
  line-height: 1.04;
  letter-spacing: 0;
  max-width: 14ch;
}

.rm-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1200px) {
  .rm-pillar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .rm-cap-main-grid,
  .rm-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rm-section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .rm-section-head p {
    max-width: 720px;
  }
}

@media (max-width: 960px) {
  .roadmaps-shell {
    padding: 112px 0 98px;
  }

  .rm-wrap {
    width: min(var(--rm-max), calc(100% - 32px));
  }

  .rm-console-top,
  .rm-filter-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .rm-console-grid,
  .rm-board-grid,
  .rm-publish-columns,
  .rm-cap-main-grid,
  .rm-capability-grid,
  .rm-board-meta {
    grid-template-columns: 1fr;
  }

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

  .rm-console-foot,
  .rm-cta {
    grid-template-columns: 1fr;
  }

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

  .rm-pillar-card,
  .rm-cap-card,
  .rm-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rm-step-num,
  .rm-step-card > :not(.rm-step-num) {
    grid-column: auto;
    grid-row: auto;
  }

  .rm-pillar-card p,
  .rm-cap-card p {
    grid-column: auto;
  }

  .rm-pillar-card .rm-icon,
  .rm-cap-card .rm-icon {
    grid-row: auto;
  }

  .rm-meta-chip {
    min-width: calc(50% - 14px);
  }

  .rm-cta-actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .rm-hero-copy h1 {
    font-size: 42px;
  }

  .rm-actions,
  .rm-cta-actions {
    flex-direction: column;
  }

  .rm-meta-chip {
    min-width: 100%;
  }

  .rm-btn {
    width: 100%;
  }

  .rm-console-shell,
  .rm-console-pane,
  .rm-chart-card,
  .rm-publish-card,
  .rm-pillar-card,
  .rm-step-card,
  .rm-board-card,
  .rm-cap-card,
  .rm-capability-main,
  .rm-cap-main-card,
  .rm-cta,
  .rm-acc-item {
    border-radius: 8px;
  }

  .rm-acc-btn,
  .rm-acc-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .rm-chart-copy strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rm-btn,
  .rm-lift,
  .rm-filter-btn,
  .rm-console-shell,
  .rm-chart-line,
  .rm-chart-points circle,
  .rm-acc-btn i,
  .rm-acc-panel {
    transition: none !important;
  }
}

.roadmaps-page *,
.roadmaps-page *::before,
.roadmaps-page *::after {
  letter-spacing: 0 !important;
}

.roadmaps-shell {
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #04030a 0%, #080512 48%, #04030a 100%);
  background-size: 36px 36px, 36px 36px, auto;
}

.roadmaps-shell::before {
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.18), rgba(4, 3, 10, 0));
}

.roadmaps-shell::after {
  background: linear-gradient(180deg, rgba(4, 3, 10, 0), rgba(4, 3, 10, 1));
}

.rm-hero-copy h1 {
  font-size: 64px;
  line-height: 1.02;
}

.rm-section-head h2,
.rm-cap-main-copy h3,
.rm-cta-copy h2 {
  font-size: 40px;
  line-height: 1.08;
}

.rm-btn,
.rm-filter-btn,
.rm-console-shell,
.rm-console-pane,
.rm-chart-card,
.rm-publish-card,
.rm-foot-card,
.rm-pillar-card,
.rm-board-card,
.rm-capability-main,
.rm-cap-main-card,
.rm-cap-card,
.rm-cta,
.rm-feed-card,
.rm-metric-card,
.rm-publish-column,
.rm-icon,
.rm-acc-item {
  border-radius: 8px !important;
}

.rm-console-shell,
.rm-console-pane,
.rm-chart-card,
.rm-publish-card,
.rm-foot-card,
.rm-pillar-card,
.rm-board-card,
.rm-capability-main,
.rm-cap-main-card,
.rm-cap-card,
.rm-cta {
  background: rgba(11, 9, 18, 0.94) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.rm-feed-card,
.rm-metric-card,
.rm-publish-column {
  background: rgba(255, 255, 255, 0.035) !important;
}

.rm-btn-primary {
  background: #8b5cf6;
  color: #fff;
}

.rm-btn-primary:hover,
.rm-btn-primary:focus-visible {
  background: #a78bfa;
  color: #fff;
}

@media (max-width: 760px) {
  .rm-hero-copy h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  .rm-section-head h2,
  .rm-cap-main-copy h3,
  .rm-cta-copy h2 {
    font-size: 30px;
    line-height: 1.12;
  }
}

@media (max-width: 767px) {
  html,
  body.roadmaps-page {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }

  .roadmaps-page *,
  .roadmaps-page *::before,
  .roadmaps-page *::after {
    box-sizing: border-box;
    min-width: 0;
  }

  .roadmaps-shell {
    padding: 98px 0 64px;
    overflow: hidden;
    overflow: clip;
  }

  .rm-wrap {
    width: calc(100% - 2rem);
  }

  .rm-section {
    padding-top: 56px;
  }

  .rm-kicker,
  .rm-section-kicker,
  .rm-console-label,
  .rm-pane-head,
  .rm-cap-kicker {
    max-width: 100%;
    min-height: 32px;
    white-space: normal;
    line-height: 1.35;
  }

  .rm-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 1.06;
    overflow-wrap: anywhere;
  }

  .rm-hero-copy p,
  .rm-section-head p,
  .rm-feed-card p,
  .rm-pillar-card p,
  .rm-step-card p,
  .rm-board-card p,
  .rm-cap-card p,
  .rm-cap-main-copy p,
  .rm-cap-main-card p,
  .rm-acc-inner p,
  .rm-cta-copy p,
  .rm-publish-column p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .rm-section-head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .rm-section-head h2,
  .rm-cap-main-copy h3,
  .rm-cta-copy h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 9vw, 2.25rem);
    line-height: 1.1;
    overflow-wrap: anywhere;
  }

  .rm-actions,
  .rm-cta-actions,
  .rm-lane-filters {
    width: 100%;
  }

  .rm-btn,
  .rm-filter-btn {
    width: 100%;
    min-height: 46px;
    justify-content: center;
    text-align: center;
  }

  .rm-filter-btn {
    justify-content: space-between;
  }

  .rm-meta-row {
    gap: 14px;
  }

  .rm-meta-chip {
    width: 100%;
    min-width: 0;
  }

  .rm-console-shell,
  .rm-console-pane,
  .rm-chart-card,
  .rm-publish-card,
  .rm-foot-card,
  .rm-pillar-card,
  .rm-board-card,
  .rm-capability-main,
  .rm-cap-main-card,
  .rm-cap-card,
  .rm-cta {
    padding: 18px;
  }

  .rm-console-top,
  .rm-feed-top,
  .rm-chart-copy,
  .rm-board-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .rm-live-pill,
  .rm-feed-state,
  .rm-column-label,
  .rm-status,
  .rm-micro {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
  }

  .rm-mini-chart {
    height: 132px;
  }

  .rm-pillar-card,
  .rm-cap-card,
  .rm-step-card {
    gap: 12px;
  }

  .rm-step-num {
    min-width: 52px;
  }

  .rm-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .rm-step-card {
    padding: 24px 0;
  }

  .rm-board-meta {
    gap: 10px;
  }

  .rm-acc-btn,
  .rm-acc-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .rm-acc-btn {
    align-items: flex-start;
    line-height: 1.45;
  }

  .rm-acc-btn i {
    margin-top: 0.15rem;
  }
}

@media (max-width: 380px) {
  .rm-wrap {
    width: calc(100% - 1.25rem);
  }

  .rm-console-shell,
  .rm-console-pane,
  .rm-chart-card,
  .rm-publish-card,
  .rm-foot-card,
  .rm-pillar-card,
  .rm-board-card,
  .rm-capability-main,
  .rm-cap-main-card,
  .rm-cap-card,
  .rm-cta {
    padding: 16px;
  }
}
