.roadmap-page {
  --roadmap-bg: #050914;
  --roadmap-panel: rgba(12, 20, 38, .78);
  --roadmap-panel-strong: rgba(17, 27, 49, .94);
  --roadmap-line: rgba(154, 177, 219, .16);
  --roadmap-line-strong: rgba(143, 177, 240, .3);
  --roadmap-copy: rgba(203, 215, 234, .76);
  --roadmap-available: #67e0b9;
  --roadmap-rollout: #5b91ff;
  --roadmap-development: #b783ff;
  min-width: 320px;
  color: var(--cb-display-ink-dark);
  background:
    radial-gradient(circle at 70% 8%, rgba(53, 90, 202, .19), transparent 27%),
    radial-gradient(circle at 15% 31%, rgba(40, 173, 175, .08), transparent 22%),
    var(--roadmap-bg);
  color-scheme: dark;
}

.roadmap-page::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .19;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 72%);
}

.roadmap-page main {
  display: block;
  overflow: clip;
}

.roadmap-shell {
  width: var(--cb-shell);
  margin-inline: auto;
}

.roadmap-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  height: var(--cb-topbar-h);
  color: #e5ecf8;
  border-bottom: 1px solid rgba(168, 189, 227, .12);
  background: rgba(5, 9, 20, .78);
  backdrop-filter: blur(22px) saturate(130%);
}

.roadmap-header .site-header__inner {
  width: min(calc(100% - 64px), 1520px);
  grid-template-columns: minmax(210px, 1fr) auto minmax(300px, 1fr);
  gap: clamp(18px, 2vw, 34px);
}

.roadmap-brand {
  justify-self: start;
  width: 230px;
}

.roadmap-header .brand img.cb-logo-2026 {
  width: 230px;
  height: 32px;
}

.roadmap-nav {
  gap: clamp(22px, 2vw, 38px);
  color: rgba(225, 235, 249, .76);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.012em;
}

.roadmap-nav a {
  position: relative;
  min-height: 44px;
  color: inherit;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
}

.roadmap-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  opacity: 0;
  transform: scaleX(.25);
  background: var(--cb-accent-gradient);
  transition: opacity .22s ease, transform .22s ease;
}

.roadmap-nav a:hover,
.roadmap-nav a:focus-visible,
.roadmap-nav a[aria-current="page"] {
  color: #fff;
  background: transparent;
}

.roadmap-nav a:hover::after,
.roadmap-nav a:focus-visible::after,
.roadmap-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.roadmap-nav a[data-solutions-trigger] {
  gap: 7px;
}

.roadmap-nav a[data-solutions-trigger] svg {
  width: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.roadmap-header__actions {
  justify-self: end;
  gap: 16px;
}

.roadmap-header .language-select select {
  min-width: 54px;
  min-height: 44px;
  color: #e4ecfa;
  border-color: rgba(171, 192, 231, .2);
  background-color: rgba(255, 255, 255, .04);
}

.roadmap-header .login-link {
  color: rgba(225, 235, 249, .74);
}

.roadmap-header .header-cta {
  min-height: 44px;
  padding-inline: 20px;
  white-space: nowrap;
}

.roadmap-page :where(a, button, select):focus-visible {
  outline: 3px solid rgba(103, 224, 185, .86);
  outline-offset: 4px;
}

.roadmap-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  width: var(--cb-shell);
  margin: 0 auto;
  padding-top: calc(var(--cb-topbar-h) + 28px);
  color: rgba(203, 215, 234, .55);
  font-size: 14px;
}

.roadmap-breadcrumb a {
  min-height: 32px;
  color: rgba(203, 215, 234, .72);
  text-underline-offset: 4px;
}

.roadmap-hero {
  position: relative;
  min-height: 760px;
  padding: 92px 0 110px;
}

.roadmap-hero::before {
  position: absolute;
  top: -220px;
  left: 50%;
  width: 940px;
  height: 940px;
  content: "";
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(64, 107, 255, .14), rgba(65, 187, 223, .045) 42%, transparent 70%);
  transform: translateX(-4%);
}

.roadmap-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
  align-items: center;
  gap: clamp(54px, 8vw, 130px);
}

.roadmap-eyebrow {
  margin: 0 0 20px;
  color: var(--cb-eyebrow-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-eyebrow-size);
  font-weight: var(--cb-eyebrow-weight);
  letter-spacing: var(--cb-eyebrow-tracking);
  line-height: 1.3;
  text-transform: uppercase;
}

.roadmap-hero h1,
.roadmap-section-head h2,
.roadmap-phase h2,
.roadmap-principles h2,
.roadmap-transparency h2,
.roadmap-cta h2 {
  margin: 0;
  color: var(--cb-display-ink-dark);
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
}

.roadmap-hero h1 {
  max-width: 840px;
  font-size: var(--cb-title-hero);
}

.roadmap-hero h1 span,
.roadmap-hero h1 em {
  display: block;
}

.roadmap-hero h1 em {
  padding-bottom: .08em;
  color: transparent;
  font-style: normal;
  background: var(--cb-accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.roadmap-lead {
  color: var(--cb-lead-ink-dark);
  font-family: var(--cb-display-font);
  font-size: var(--cb-lead-section);
  font-weight: var(--cb-lead-weight);
  letter-spacing: var(--cb-lead-tracking);
  line-height: 1.42;
}

.roadmap-hero__copy > .roadmap-lead {
  max-width: 760px;
  margin: 32px 0 0;
}

.roadmap-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 38px;
}

.roadmap-page .btn--primary {
  min-height: 50px;
  padding: 13px 24px;
  color: #06121d;
  border: 0;
  background: linear-gradient(100deg, #81a4ff, #63d6d6 56%, #76e5bd);
  box-shadow: 0 13px 38px rgba(70, 135, 242, .2);
}

.roadmap-page .btn--primary:hover {
  box-shadow: 0 17px 48px rgba(70, 135, 242, .28);
}

.roadmap-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: #dbe6f7;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.roadmap-link span {
  font-size: 21px;
  transition: transform .22s ease;
}

.roadmap-link:hover span,
.roadmap-link:focus-visible span {
  transform: translateX(5px);
}

.roadmap-orbit {
  position: relative;
  width: min(100%, 590px);
  aspect-ratio: 1;
  margin-inline: auto;
  isolation: isolate;
}

.roadmap-orbit__glow {
  position: absolute;
  inset: 13%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 129, 255, .22), rgba(66, 187, 223, .07) 48%, transparent 70%);
  filter: blur(14px);
}

.roadmap-orbit__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(134, 168, 230, .24);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.roadmap-orbit__ring::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #7fa0ff;
  box-shadow: 0 0 16px currentColor;
}

.roadmap-orbit__ring--one {
  width: 40%;
  height: 40%;
  color: var(--roadmap-available);
  border-color: rgba(103, 224, 185, .34);
}

.roadmap-orbit__ring--one::before { background: var(--roadmap-available); }

.roadmap-orbit__ring--two {
  width: 67%;
  height: 67%;
  color: var(--roadmap-rollout);
  border-color: rgba(91, 145, 255, .29);
  transform: translate(-50%, -50%) rotate(43deg);
}

.roadmap-orbit__ring--two::before { background: var(--roadmap-rollout); }

.roadmap-orbit__ring--three {
  width: 92%;
  height: 92%;
  color: var(--roadmap-development);
  border-style: dashed;
  border-color: rgba(183, 131, 255, .23);
  transform: translate(-50%, -50%) rotate(104deg);
}

.roadmap-orbit__ring--three::before { background: var(--roadmap-development); }

.roadmap-orbit__core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-content: center;
  width: 31%;
  aspect-ratio: 1;
  padding: 18px;
  text-align: center;
  border: 1px solid rgba(148, 182, 242, .31);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 27%, rgba(127, 160, 255, .26), transparent 36%),
    rgba(10, 18, 35, .94);
  box-shadow: inset 0 0 30px rgba(86, 126, 255, .1), 0 0 60px rgba(54, 96, 194, .18);
  transform: translate(-50%, -50%);
}

.roadmap-orbit__core strong {
  color: #f2f6ff;
  font-size: clamp(17px, 2vw, 24px);
  letter-spacing: -.04em;
}

.roadmap-orbit__core small {
  margin-top: 5px;
  color: rgba(203, 215, 234, .57);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roadmap-orbit__node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 14px;
  color: #dce7f9;
  border: 1px solid rgba(154, 177, 219, .2);
  border-radius: 999px;
  background: rgba(8, 15, 29, .9);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.roadmap-orbit__node i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 13px currentColor;
}

.roadmap-orbit__node--one {
  top: 21%;
  left: 3%;
  color: var(--roadmap-available);
}

.roadmap-orbit__node--two {
  top: 38%;
  right: -1%;
  color: var(--roadmap-rollout);
}

.roadmap-orbit__node--three {
  bottom: 14%;
  left: 12%;
  color: var(--roadmap-development);
}

.roadmap-index {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -48px;
  border: 1px solid var(--roadmap-line);
  border-radius: 22px;
  background: rgba(10, 17, 32, .82);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.roadmap-index a {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 2px 15px;
  min-height: 114px;
  padding: 27px 30px;
  color: #dce6f7;
  text-decoration: none;
}

.roadmap-index a + a {
  border-left: 1px solid var(--roadmap-line);
}

.roadmap-index a > span {
  grid-row: 1 / 3;
  align-self: center;
  color: rgba(139, 170, 229, .62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.roadmap-index strong {
  font-size: 16px;
}

.roadmap-index small {
  color: rgba(203, 215, 234, .57);
  font-size: 13px;
}

.roadmap-index i {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  font-style: normal;
  transition: transform .22s ease;
}

.roadmap-index a:hover i,
.roadmap-index a:focus-visible i {
  transform: translateX(5px);
}

.roadmap-horizons {
  padding: 160px 0 130px;
  scroll-margin-top: 100px;
}

.roadmap-section-head {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(380px, .72fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
}

.roadmap-section-head h2,
.roadmap-principles h2 {
  max-width: 820px;
  font-size: var(--cb-title-section);
}

.roadmap-section-head > .roadmap-lead {
  margin: 0;
  font-size: clamp(19px, 1.7vw, 25px);
}

.roadmap-section-head--stacked {
  display: block;
  max-width: 950px;
}

.roadmap-section-head--stacked .roadmap-lead {
  max-width: 820px;
  margin: 30px 0 0;
}

.roadmap-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 54px 0 72px;
}

.roadmap-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 6px 11px;
  color: rgba(214, 225, 243, .78);
  border: 1px solid rgba(154, 177, 219, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.25;
  text-transform: uppercase;
}

.roadmap-status i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 11px currentColor;
}

.roadmap-status--available { color: var(--roadmap-available); }
.roadmap-status--rollout { color: var(--roadmap-rollout); }
.roadmap-status--development { color: var(--roadmap-development); }

.roadmap-timeline {
  position: relative;
}

.roadmap-timeline::before {
  position: absolute;
  top: 44px;
  bottom: 44px;
  left: 42px;
  width: 1px;
  content: "";
  background: linear-gradient(var(--roadmap-available), var(--roadmap-rollout) 52%, var(--roadmap-development));
  opacity: .38;
}

.roadmap-phase {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 76px);
  padding: 0 0 118px;
  scroll-margin-top: 126px;
}

.roadmap-phase:last-child {
  padding-bottom: 0;
}

.roadmap-phase__rail {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.roadmap-phase__rail span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: #dfe8f8;
  border: 1px solid var(--roadmap-line-strong);
  border-radius: 50%;
  background: #0a1222;
  box-shadow: 0 0 0 8px var(--roadmap-bg);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .09em;
}

.roadmap-phase--available .roadmap-phase__rail span { border-color: rgba(103, 224, 185, .5); }
.roadmap-phase--rollout .roadmap-phase__rail span { border-color: rgba(91, 145, 255, .52); }
.roadmap-phase--development .roadmap-phase__rail span { border-color: rgba(183, 131, 255, .5); }

.roadmap-phase__header {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(340px, .76fr);
  align-items: end;
  gap: clamp(45px, 7vw, 110px);
  margin-bottom: 42px;
}

.roadmap-phase h2 {
  max-width: 720px;
  font-size: var(--cb-title-section-side);
}

.roadmap-phase__header .roadmap-lead {
  margin: 0;
  font-size: clamp(18px, 1.45vw, 23px);
}

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

.roadmap-phase--available .roadmap-card:last-child {
  grid-column: 1 / -1;
  min-height: 290px;
}

.roadmap-phase--available .roadmap-card:last-child .roadmap-card__copy {
  max-width: 760px;
}

.roadmap-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--roadmap-line);
  border-radius: 20px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--product-accent) 7%, transparent), transparent 44%),
    var(--roadmap-panel);
  transition: border-color .24s ease, transform .24s ease, background-color .24s ease;
}

.roadmap-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  content: "";
  opacity: .14;
  background: radial-gradient(circle at top right, var(--product-accent), transparent 68%);
  pointer-events: none;
}

.roadmap-card:hover {
  border-color: color-mix(in srgb, var(--product-accent) 45%, transparent);
  transform: translateY(-3px);
}

.roadmap-card--deskio { --product-accent: #65a3ff; }
.roadmap-card--serenia { --product-accent: #67e0b9; }
.roadmap-card--ovastack { --product-accent: #ffb45e; }
.roadmap-card--neoo { --product-accent: #8075ff; }
.roadmap-card--microsoft365 { --product-accent: #5b8def; }
.roadmap-card--echo { --product-accent: #4fd5d2; }
.roadmap-card--murphy { --product-accent: #a78bfa; }
.roadmap-card--forge { --product-accent: #9a72ff; }
.roadmap-card--vato { --product-accent: #7c8dff; }
.roadmap-card--solenio { --product-accent: #59d6ca; }
.roadmap-card--genome { --product-accent: #4fb5ff; }

.roadmap-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.roadmap-card__mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--product-accent);
  border: 1px solid color-mix(in srgb, var(--product-accent) 36%, transparent);
  border-radius: 13px;
  background: color-mix(in srgb, var(--product-accent) 9%, transparent);
  font-size: 20px;
  font-weight: 700;
}

.roadmap-card__category {
  margin: 26px 0 7px;
  color: color-mix(in srgb, var(--product-accent) 82%, #fff);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.roadmap-card h3 {
  margin: 0;
  color: #edf3ff;
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.roadmap-card__copy {
  margin: 17px 0 0;
  color: var(--roadmap-copy);
  font-size: 16px;
  line-height: 1.56;
}

.roadmap-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.roadmap-card__tags li {
  padding: 6px 9px;
  color: rgba(213, 225, 243, .7);
  border: 1px solid rgba(154, 177, 219, .13);
  border-radius: 7px;
  background: rgba(255, 255, 255, .025);
  font-size: 12px;
}

.roadmap-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 44px;
  margin-top: auto;
  padding-top: 21px;
  color: #e1eafb;
  border-top: 1px solid rgba(154, 177, 219, .11);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.roadmap-card__link span:last-child {
  color: var(--product-accent);
  font-size: 20px;
  transition: transform .22s ease;
}

.roadmap-card__link:hover span:last-child,
.roadmap-card__link:focus-visible span:last-child {
  transform: translateX(5px);
}

.roadmap-phase__note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 20px 0 0;
  color: rgba(203, 215, 234, .52);
  font-size: 13px;
  line-height: 1.5;
}

.roadmap-phase__note svg {
  flex: 0 0 auto;
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.roadmap-principles {
  position: relative;
  padding: 140px 0;
  border-top: 1px solid rgba(154, 177, 219, .1);
  border-bottom: 1px solid rgba(154, 177, 219, .1);
  scroll-margin-top: 100px;
  background:
    radial-gradient(circle at 76% 50%, rgba(78, 108, 222, .12), transparent 32%),
    rgba(8, 13, 26, .62);
}

.roadmap-principles__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 64px;
}

.roadmap-principles__grid article {
  min-height: 245px;
  padding: 28px;
  border: 1px solid var(--roadmap-line);
  border-radius: 18px;
  background: rgba(12, 20, 38, .62);
}

.roadmap-principles__grid article > span {
  color: rgba(116, 154, 226, .66);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.roadmap-principles__grid h3 {
  margin: 50px 0 13px;
  color: #e4ecfa;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.roadmap-principles__grid p {
  margin: 0;
  color: var(--roadmap-copy);
  font-size: 15px;
  line-height: 1.56;
}

.roadmap-transparency {
  padding: 110px 0;
}

.roadmap-transparency__panel {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
  align-items: end;
  gap: clamp(48px, 8vw, 130px);
  padding: 48px;
  border: 1px solid rgba(183, 131, 255, .22);
  border-radius: 22px;
  background:
    linear-gradient(130deg, rgba(183, 131, 255, .07), transparent 38%),
    rgba(12, 18, 35, .7);
}

.roadmap-transparency h2 {
  max-width: 620px;
  font-size: var(--cb-title-section-side);
}

.roadmap-transparency__panel > div:last-child > p {
  margin: 0;
  color: var(--roadmap-copy);
  font-size: 17px;
  line-height: 1.64;
}

.roadmap-transparency__panel small {
  display: block;
  margin-top: 24px;
  color: rgba(203, 215, 234, .48);
  font-size: 12px;
  letter-spacing: .04em;
}

.roadmap-cta {
  padding: 55px 0 145px;
}

.roadmap-cta__panel {
  position: relative;
  padding: clamp(48px, 6vw, 88px);
  overflow: hidden;
  border: 1px solid rgba(115, 157, 238, .22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 22%, rgba(80, 136, 255, .22), transparent 30%),
    linear-gradient(135deg, rgba(18, 31, 59, .95), rgba(8, 15, 29, .95));
}

.roadmap-cta__panel::after {
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(103, 224, 185, .16);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(91, 145, 255, .04),
    0 0 0 140px rgba(183, 131, 255, .025);
  pointer-events: none;
}

.roadmap-cta h2 {
  position: relative;
  z-index: 1;
  max-width: 930px;
  font-size: var(--cb-title-section);
}

.roadmap-cta .roadmap-lead {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 30px 0 0;
}

.roadmap-cta .roadmap-actions {
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}

.roadmap-cta__products {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 980px;
  margin: 9px 0 0;
  color: rgba(203, 215, 234, .55);
  font-size: 13px;
  line-height: 1.5;
}

.roadmap-cta__products span {
  min-width: 175px;
  color: rgba(224, 234, 250, .82);
  font-weight: 600;
}

.roadmap-js [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s cubic-bezier(.16, 1, .3, 1), transform .7s cubic-bezier(.16, 1, .3, 1);
}

.roadmap-js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1280px) {
  .roadmap-header .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .roadmap-nav {
    gap: 20px;
  }

  .roadmap-header .login-link {
    display: none;
  }

  .roadmap-principles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1120px) {
  .roadmap-header {
    height: 82px;
  }

  .roadmap-header .site-header__inner {
    width: min(calc(100% - 40px), 1520px);
    grid-template-columns: 1fr auto auto;
  }

  .roadmap-brand,
  .roadmap-header .brand img.cb-logo-2026 {
    width: 204px;
  }

  .roadmap-header .menu-toggle {
    display: inline-flex;
    grid-column: 2;
    min-width: 48px;
    min-height: 48px;
    color: #e6eefb;
    border-color: rgba(171, 192, 231, .2);
    background: rgba(255, 255, 255, .04);
  }

  .roadmap-nav {
    position: fixed;
    top: 82px;
    right: 0;
    bottom: 0;
    z-index: 130;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: min(88vw, 410px);
    height: calc(100dvh - 82px);
    max-height: none;
    padding: 26px;
    gap: 4px;
    overflow-y: auto;
    color: #dce7f9;
    border-left: 1px solid rgba(171, 192, 231, .16);
    background: rgba(6, 11, 23, .985);
    box-shadow: -30px 0 70px rgba(0, 0, 0, .35);
    translate: 105% 0;
    transition: translate .32s cubic-bezier(.16, 1, .3, 1);
  }

  .roadmap-nav.is-open {
    translate: 0 0;
  }

  .roadmap-nav a {
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(171, 192, 231, .1);
    border-radius: 0;
    background: transparent;
  }

  .roadmap-nav a::after {
    display: none;
  }

  .roadmap-header__actions {
    grid-column: 3;
  }

  .roadmap-header .header-cta {
    display: none;
  }

  .roadmap-breadcrumb {
    padding-top: 105px;
  }

  .roadmap-hero {
    padding-top: 72px;
  }

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

  .roadmap-hero__copy {
    max-width: 820px;
  }

  .roadmap-orbit {
    width: min(76vw, 580px);
  }

  .roadmap-section-head,
  .roadmap-phase__header {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 28px;
  }

  .roadmap-section-head > .roadmap-lead,
  .roadmap-phase__header .roadmap-lead {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .roadmap-shell,
  .roadmap-breadcrumb {
    width: min(calc(100% - 36px), 1520px);
  }

  .roadmap-header .site-header__inner {
    width: calc(100% - 28px);
    gap: 8px;
  }

  .roadmap-brand,
  .roadmap-header .brand img.cb-logo-2026 {
    width: 164px;
    height: 25px;
  }

  .roadmap-header .language-select select {
    min-width: 50px;
  }

  .roadmap-breadcrumb {
    font-size: 12px;
  }

  .roadmap-hero {
    min-height: auto;
    padding: 58px 0 106px;
  }

  .roadmap-hero::before {
    width: 620px;
    height: 620px;
  }

  .roadmap-hero h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  .roadmap-hero__copy > .roadmap-lead {
    margin-top: 24px;
  }

  .roadmap-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .roadmap-actions .btn,
  .roadmap-actions .roadmap-link {
    justify-content: center;
    width: 100%;
  }

  .roadmap-orbit {
    width: min(94vw, 500px);
  }

  .roadmap-orbit__node {
    padding: 7px 10px;
    font-size: 10px;
  }

  .roadmap-orbit__node--two {
    right: 4%;
  }

  .roadmap-index {
    grid-template-columns: 1fr;
    margin-top: -54px;
  }

  .roadmap-index a {
    min-height: 94px;
    padding: 20px 22px;
  }

  .roadmap-index a + a {
    border-top: 1px solid var(--roadmap-line);
    border-left: 0;
  }

  .roadmap-horizons {
    padding: 112px 0 95px;
  }

  .roadmap-section-head h2,
  .roadmap-principles h2,
  .roadmap-cta h2 {
    font-size: clamp(39px, 11vw, 54px);
  }

  .roadmap-legend {
    margin: 38px 0 54px;
  }

  .roadmap-timeline::before {
    left: 22px;
  }

  .roadmap-phase {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 88px;
  }

  .roadmap-phase__rail span {
    width: 46px;
    height: 46px;
    box-shadow: 0 0 0 5px var(--roadmap-bg);
    font-size: 11px;
  }

  .roadmap-phase h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

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

  .roadmap-phase--available .roadmap-card:last-child {
    grid-column: auto;
    min-height: 320px;
  }

  .roadmap-card {
    min-height: 320px;
    padding: 24px;
  }

  .roadmap-card__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .roadmap-principles {
    padding: 100px 0;
  }

  .roadmap-principles__grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .roadmap-principles__grid article {
    min-height: 215px;
  }

  .roadmap-transparency {
    padding: 78px 0;
  }

  .roadmap-transparency__panel {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 30px;
  }

  .roadmap-transparency h2 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .roadmap-cta {
    padding: 28px 0 100px;
  }

  .roadmap-cta__panel {
    padding: 34px 26px;
  }

  .roadmap-cta__products {
    display: block;
    margin-top: 18px;
  }

  .roadmap-cta__products span {
    display: block;
    margin-bottom: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .roadmap-page *,
  .roadmap-page *::before,
  .roadmap-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .roadmap-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
