:root {
  --rm-navy-950: #050f27;
  --rm-navy-900: #071a42;
  --rm-navy-800: #0b2a66;
  --rm-blue: #2f73ff;
  --rm-cyan: #4fd1ff;
  --rm-violet: #7667ff;
  --rm-green: #14b87a;
  --rm-text: #101828;
  --rm-muted: #667085;
  --rm-line: #dce5f2;
  --rm-soft: #f5f8fd;
}

.roadmap-page {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--rm-text);
  background: #fff;
}

.roadmap-page .site-header {
  border-bottom-color: rgba(255, 255, 255, .10);
}

.roadmap-page .site-header:not(.scrolled) {
  background: rgba(5, 15, 39, .72);
  backdrop-filter: blur(18px);
}

.roadmap-page .site-header:not(.scrolled) .brand,
.roadmap-page .site-header:not(.scrolled) .desktop-nav a,
.roadmap-page .site-header:not(.scrolled) .btn-ghost {
  color: #fff;
}

.roadmap-page .site-header:not(.scrolled) .desktop-nav a {
  opacity: .76;
}

.roadmap-page .site-header:not(.scrolled) .desktop-nav a:hover,
.roadmap-page .site-header:not(.scrolled) .desktop-nav a.active {
  opacity: 1;
}

.roadmap-page .site-header:not(.scrolled) .menu-toggle {
  color: #fff;
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}


.roadmap-page .mobile-menu a.active {
  color: #2563eb;
  font-weight: 800;
}

.roadmap-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 690px;
  padding: 155px 0 94px;
  color: #fff;
  background:
    radial-gradient(circle at 72% 26%, rgba(64, 132, 255, .32), transparent 29%),
    radial-gradient(circle at 88% 75%, rgba(118, 103, 255, .24), transparent 25%),
    linear-gradient(135deg, #050f27 0%, #071a42 45%, #0b2a66 100%);
}

.roadmap-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 96px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,.025));
}

.roadmap-hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.84) 70%, transparent 100%);
}

.roadmap-hero-glow {
  position: absolute;
  z-index: -2;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(78px);
  pointer-events: none;
}

.roadmap-hero-glow.glow-one {
  top: 80px;
  right: 4%;
  background: rgba(55, 124, 255, .18);
}

.roadmap-hero-glow.glow-two {
  bottom: -210px;
  left: 30%;
  background: rgba(78, 211, 255, .12);
}

.roadmap-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .82fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: center;
}

.roadmap-hero-copy {
  max-width: 700px;
}

.roadmap-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.roadmap-back-link:hover {
  color: #fff;
  transform: translateX(-2px);
}

.roadmap-back-link svg { width: 15px; height: 15px; }

.roadmap-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(122, 185, 255, .24);
  border-radius: 999px;
  background: rgba(68, 132, 255, .12);
  color: #cde4ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .75px;
  text-transform: uppercase;
}

.roadmap-eyebrow svg { width: 15px; height: 15px; }

.roadmap-hero h1 {
  max-width: 760px;
  margin: 22px 0 20px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -3.2px;
  text-wrap: balance;
}

.roadmap-hero h1 span {
  background: linear-gradient(90deg, #72b6ff 0%, #67ddff 46%, #9d92ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.roadmap-hero-copy > p {
  max-width: 650px;
  color: rgba(232, 240, 255, .72);
  font-size: 16px;
  line-height: 1.85;
}

.roadmap-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.roadmap-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 25px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.055));
  box-shadow: 0 28px 80px rgba(0,0,0,.25);
  backdrop-filter: blur(22px);
}

.roadmap-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
}

.roadmap-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.roadmap-panel-top small,
.roadmap-status-row small {
  display: block;
  color: rgba(222, 232, 249, .54);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.roadmap-panel-top strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -.35px;
}

.roadmap-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(75, 230, 167, .23);
  border-radius: 999px;
  background: rgba(20,184,122,.12);
  color: #9ff1cd;
  font-size: 10px;
  font-weight: 800;
}

.roadmap-live-pill > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #31df9d;
  box-shadow: 0 0 0 5px rgba(49,223,157,.10);
}

.roadmap-progress-track {
  position: relative;
  height: 5px;
  margin: 26px 6px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}

.roadmap-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 67%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22c98b, #4c8cff);
  box-shadow: 0 0 18px rgba(66, 141, 255, .25);
}

.progress-dot {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 3px solid #0c275e;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.progress-dot.dot-live { left: 2%; background: #31df9d; }
.progress-dot.dot-building-one { left: 34%; background: #5c96ff; }
.progress-dot.dot-building-two { left: 67%; background: #8b6cff; }
.progress-dot.dot-planned { left: 98%; background: #7c86a0; }

.roadmap-status-stack {
  display: grid;
  gap: 10px;
}

.roadmap-status-row {
  display: grid;
  grid-template-columns: 38px minmax(0,1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 15px;
  background: rgba(255,255,255,.045);
}

.roadmap-status-row .status-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

.roadmap-status-row .status-icon svg { width: 18px; height: 18px; }
.roadmap-status-row.is-live .status-icon { color: #70eab8; background: rgba(20,184,122,.12); }
.roadmap-status-row.is-building .status-icon { color: #8eb9ff; background: rgba(47,115,255,.13); }
.roadmap-status-row.is-building-alt .status-icon { color: #c0adff; background: rgba(124,92,255,.14); }
.roadmap-status-row.is-planned .status-icon { color: #c0c8db; background: rgba(148,163,184,.11); }

.roadmap-status-row strong {
  display: block;
  overflow: hidden;
  margin: 2px 0;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.roadmap-status-row span:not(.status-icon) {
  color: rgba(225,234,249,.58);
  font-size: 10.5px;
}

.roadmap-overview {
  position: relative;
  z-index: 3;
  margin-top: -34px;
}

.roadmap-overview-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 25px 28px;
  border: 1px solid #e3eaf4;
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 50px rgba(16, 35, 70, .10);
}

.overview-copy h2 {
  margin-top: 7px;
  font-size: 18px;
  letter-spacing: -.45px;
}

.roadmap-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.legend-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
}

.legend-chip i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.legend-chip.is-live { color: #087551; background: #e8fbf3; }
.legend-chip.is-live i { background: #14b87a; }
.legend-chip.is-building { color: #2459bd; background: #ebf2ff; }
.legend-chip.is-building i { background: #377cff; }
.legend-chip.is-planned { color: #59677d; background: #f0f3f7; }
.legend-chip.is-planned i { background: #98a5b8; }

.roadmap-timeline-section {
  position: relative;
  overflow: hidden;
  padding: 104px 0 112px;
  background:
    radial-gradient(circle at 0 20%, rgba(47,115,255,.055), transparent 22%),
    linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.timeline-heading {
  max-width: 700px;
  margin-bottom: 62px;
}

.timeline-heading h2 {
  margin: 10px 0 15px;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  text-wrap: balance;
}

.timeline-heading > p {
  max-width: 650px;
  color: var(--rm-muted);
  font-size: 14px;
  line-height: 1.8;
}

.product-timeline {
  position: relative;
  display: grid;
  gap: 38px;
  max-width: 1020px;
  margin-inline: auto;
}

.timeline-spine {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 35px;
  width: 3px;
  border-radius: 999px;
  background: #e3e9f3;
}

.timeline-spine span {
  display: block;
  width: 100%;
  height: 52%;
  border-radius: inherit;
  background: linear-gradient(180deg, #14b87a 0%, #377cff 78%, #9aa7ba 100%);
}

.timeline-stage {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 26px;
  align-items: start;
}

.timeline-marker {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 32px rgba(15,23,42,.12);
}

.timeline-marker span {
  font-size: 15px;
  font-weight: 800;
}

.stage-live .timeline-marker { color: #087a54; background: #dff8ee; }
.stage-building .timeline-marker { color: #245bc5; background: #e4eeff; }
.stage-building-alt .timeline-marker { color: #6847cc; background: #eee9ff; }
.stage-planned .timeline-marker { color: #66758a; background: #eef2f6; }

.stage-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe7f2;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(24, 43, 76, .075);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.stage-card:hover {
  transform: translateY(-3px);
  border-color: #cbd9ec;
  box-shadow: 0 25px 70px rgba(24,43,76,.11);
}

.stage-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
}

.stage-live .stage-card::before { background: #14b87a; }
.stage-building .stage-card::before { background: #377cff; }
.stage-building-alt .stage-card::before { background: #7c5cff; }
.stage-planned .stage-card::before { background: #9aa7ba; }

.stage-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 26px 19px 29px;
}

.stage-title-group {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.stage-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 14px;
}

.stage-icon svg { width: 21px; height: 21px; }
.stage-icon.is-live { color: #078056; background: #e2f8ef; }
.stage-icon.is-building { color: #2761cc; background: #e7efff; }
.stage-icon.is-building-alt { color: #6d4bd0; background: #f0ebff; }
.stage-icon.is-planned { color: #66758b; background: #eef2f6; }

.stage-title-group small {
  display: block;
  margin-bottom: 4px;
  color: #8a97a9;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.stage-title-group h3 {
  margin: 0;
  color: #101828;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.8px;
}

.stage-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
}

.stage-badge i { width: 6px; height: 6px; border-radius: 50%; }
.stage-badge.is-live { color: #087652; background: #e5f9f1; }
.stage-badge.is-live i { background: #14b87a; box-shadow: 0 0 0 4px rgba(20,184,122,.10); }
.stage-badge.is-building { color: #255dca; background: #eaf1ff; }
.stage-badge.is-building-alt { color: #6442c7; background: #f0ebff; }
.stage-badge.is-building i { background: #377cff; }
.stage-badge.is-building-alt i { background: #7c5cff; }
.stage-badge.is-planned { color: #5e6b7d; background: #eff2f6; }
.stage-badge.is-planned i { background: #98a5b8; }

.stage-period {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 26px 5px 29px;
  padding: 7px 10px;
  border-radius: 9px;
  font-size: 10.5px;
  font-weight: 700;
}

.stage-period svg { width: 14px; height: 14px; }
.stage-period.is-live { color: #087652; background: #f0fbf7; }
.stage-period.is-building { color: #285fc9; background: #f1f5ff; }
.stage-period.is-building-alt { color: #6442c7; background: #f7f4ff; }
.stage-period.is-planned { color: #627086; background: #f4f6f8; }

.stage-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  margin-top: 15px;
  border-top: 1px solid #edf1f6;
}

.stage-feature {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 11px;
  min-height: 92px;
  padding: 18px 20px 17px 29px;
  border-bottom: 1px solid #edf1f6;
}

.stage-feature:nth-child(odd) {
  border-right: 1px solid #edf1f6;
}

.stage-feature-grid.is-three .stage-feature:last-child {
  grid-column: 1 / -1;
  border-right: 0;
}

.stage-feature > svg {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  padding: 7px;
  box-sizing: content-box;
  border-radius: 9px;
}

.stage-live .stage-feature > svg { color: #079266; background: #edfaf5; }
.stage-building .stage-feature > svg { color: #2c68dc; background: #eef4ff; }
.stage-building-alt .stage-feature > svg { color: #6d4bd0; background: #f3efff; }
.stage-planned .stage-feature > svg { color: #718096; background: #f2f4f7; }

.stage-feature strong {
  display: block;
  margin-bottom: 4px;
  color: #172033;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.42;
}

.stage-feature span {
  display: block;
  color: #78869a;
  font-size: 10.5px;
  line-height: 1.55;
}

.stage-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 26px 16px 29px;
  background: #fbfcfe;
  color: #8a97a9;
  font-size: 10.5px;
}

.stage-footer strong {
  color: #536176;
  font-size: 10.5px;
}

.roadmap-cta-section {
  padding: 0 0 105px;
  background: #f7faff;
}

.roadmap-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: 58px minmax(0,1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 30px 32px;
  border-radius: 25px;
  color: #fff;
  background: linear-gradient(130deg, #061434 0%, #0a275f 57%, #133a85 100%);
  box-shadow: 0 25px 75px rgba(6,20,52,.18);
}

.final-cta-decoration {
  position: absolute;
  z-index: -1;
  top: -130px;
  right: -80px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96,151,255,.30), transparent 66%);
}

.final-cta-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 17px;
  color: #b9dcff;
  background: rgba(255,255,255,.08);
}

.final-cta-icon svg { width: 25px; height: 25px; }

.final-cta-copy > span {
  color: #8fbaff;
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: .9px;
  text-transform: uppercase;
}

.final-cta-copy h2 {
  margin: 5px 0 5px;
  color: #fff;
  font-size: 20px;
  letter-spacing: -.55px;
}

.final-cta-copy p {
  color: rgba(255,255,255,.61);
  font-size: 11.5px;
  line-height: 1.6;
}

.final-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.roadmap-footer { margin-top: 0; }

@media (max-width: 980px) {
  .roadmap-hero {
    padding-top: 135px;
  }

  .roadmap-hero-layout {
    grid-template-columns: 1fr;
  }

  .roadmap-hero-copy {
    max-width: 760px;
  }

  .roadmap-hero-panel {
    max-width: 700px;
  }

  .roadmap-final-cta {
    grid-template-columns: 58px minmax(0,1fr);
  }

  .final-cta-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-left: 78px;
  }
}

@media (max-width: 760px) {
  .roadmap-hero {
    min-height: auto;
    padding: 122px 0 78px;
  }

  .roadmap-hero h1 {
    font-size: clamp(37px, 11vw, 52px);
    letter-spacing: -2.3px;
  }

  .roadmap-hero-copy > p {
    font-size: 14px;
  }

  .roadmap-overview {
    margin-top: -25px;
  }

  .roadmap-overview-shell {
    display: grid;
    gap: 17px;
    padding: 21px;
  }

  .roadmap-legend {
    justify-content: flex-start;
  }

  .roadmap-timeline-section {
    padding: 78px 0 88px;
  }

  .timeline-heading {
    margin-bottom: 42px;
  }

  .timeline-heading h2 {
    font-size: 34px;
    letter-spacing: -1.4px;
  }

  .timeline-spine {
    left: 24px;
  }

  .timeline-stage {
    grid-template-columns: 50px minmax(0,1fr);
    gap: 14px;
  }

  .timeline-marker {
    width: 50px;
    height: 50px;
    border-width: 5px;
  }

  .timeline-marker span {
    font-size: 11px;
  }

  .stage-card {
    border-radius: 20px;
  }

  .stage-card-head {
    align-items: flex-start;
    padding: 20px 18px 17px 21px;
  }

  .stage-title-group {
    gap: 11px;
  }

  .stage-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .stage-title-group h3 {
    font-size: 17px;
  }

  .stage-badge {
    padding: 6px 8px;
    font-size: 8.5px;
  }

  .stage-period {
    margin-left: 21px;
    margin-right: 18px;
  }

  .stage-feature-grid {
    grid-template-columns: 1fr;
  }

  .stage-feature {
    min-height: 0;
    padding: 15px 17px 15px 21px;
  }

  .stage-feature:nth-child(odd) {
    border-right: 0;
  }

  .stage-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 14px 18px 15px 21px;
  }

  .roadmap-final-cta {
    grid-template-columns: 1fr;
    padding: 25px 22px;
  }

  .final-cta-actions {
    grid-column: auto;
    padding-left: 0;
  }
}

@media (max-width: 520px) {
  .roadmap-hero-actions,
  .final-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .roadmap-hero-actions .btn,
  .final-cta-actions .btn {
    width: 100%;
  }

  .roadmap-hero-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .roadmap-status-row strong {
    white-space: normal;
  }

  .roadmap-overview-shell {
    border-radius: 18px;
  }

  .roadmap-legend {
    display: grid;
    grid-template-columns: 1fr;
  }

  .timeline-heading h2 {
    font-size: 29px;
  }

  .product-timeline {
    gap: 30px;
  }

  .timeline-stage {
    grid-template-columns: 38px minmax(0,1fr);
    gap: 10px;
  }

  .timeline-spine {
    left: 18px;
  }

  .timeline-marker {
    width: 38px;
    height: 38px;
    border-width: 4px;
  }

  .timeline-marker span {
    font-size: 8.5px;
  }

  .stage-card-head {
    gap: 10px;
  }

  .stage-icon {
    display: none;
  }

  .stage-title-group h3 {
    font-size: 15.5px;
  }

  .stage-title-group small {
    font-size: 8.5px;
  }

  .stage-badge {
    align-self: flex-start;
  }

  .stage-feature {
    grid-template-columns: 30px minmax(0,1fr);
    gap: 8px;
  }
}
