.ea-roadmap-system {
  position: relative;
  overflow: hidden;
}

.ea-roadmap-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(37, 87, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 87, 255, .045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0, transparent 66%);
  pointer-events: none;
}

.ea-roadmap-system::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 26%;
  width: min(820px, 78vw);
  height: 320px;
  background: radial-gradient(circle, rgba(37, 87, 255, .16), transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}

.ea-roadmap-system .container {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1480px);
  max-width: 1480px;
  padding-left: 0;
  padding-right: 0;
}

.ea-roadmap-shell {
  position: relative;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ea-roadmap-shell::before {
  display: none;
}

.ea-roadmap-shell::after {
  display: none;
}

.ea-roadmap-shell-grid {
  display: none;
}

.ea-roadmap-header,
.ea-roadmap-value-strip,
.ea-roadmap-flow,
.ea-roadmap-levers,
.ea-roadmap-footer {
  position: relative;
  z-index: 1;
}

.ea-roadmap-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
  padding-top: 4px;
}

.ea-roadmap-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #0b55ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ea-roadmap-eyebrow::before {
  content: "\ef3f";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(37, 87, 255, .15);
  border-radius: 999px;
  background: #ffffff;
  color: #0b55ff;
  font-family: remixicon;
  font-size: 18px;
  box-shadow: 0 14px 30px rgba(37, 87, 255, .14);
}

.ea-roadmap-header h3 {
  max-width: 1010px;
  margin: 0;
  color: #101a36;
  font-size: clamp(34px, 3.7vw, 58px);
  line-height: 1.14;
  letter-spacing: 0;
}

.ea-roadmap-header h3::selection,
.ea-roadmap-header p::selection {
  background: rgba(37, 87, 255, .15);
}

.ea-roadmap-header h3::after {
  content: "";
  display: inline-block;
  width: .45em;
}

.ea-roadmap-header h3 {
  text-wrap: balance;
}

.ea-roadmap-header p {
  max-width: 840px;
  margin: 16px 0 0;
  color: rgba(16, 26, 54, .72);
  font-size: 17px;
  line-height: 1.65;
}

.ea-roadmap-status {
  display: grid;
  grid-template-columns: 52px auto;
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: center;
  min-width: 210px;
  padding: 16px 18px;
  border: 1px solid rgba(37, 87, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 22px 46px rgba(15, 23, 42, .12);
  backdrop-filter: blur(12px);
}

.ea-roadmap-status span {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f7f9ff, #eaf0ff);
  color: #0b55ff;
  font-size: 28px;
  box-shadow: inset 0 0 0 1px rgba(37, 87, 255, .1);
}

.ea-roadmap-status small {
  color: rgba(16, 26, 54, .62);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.ea-roadmap-status strong {
  color: #101a36;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.ea-roadmap-value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: clamp(32px, 4vw, 48px) 0 clamp(34px, 4vw, 52px) auto;
  max-width: min(100%, 1040px);
  border: 1px solid rgba(80, 110, 255, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.ea-roadmap-value-strip div {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 7px 12px;
  align-items: center;
  padding: 20px;
}

.ea-roadmap-value-strip div + div {
  border-left: 1px solid rgba(80, 110, 255, .1);
}

.ea-roadmap-value-strip span {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #f3f6ff;
  color: #0b55ff;
  font-size: 21px;
  box-shadow: none;
}

.ea-roadmap-value-strip strong {
  color: #101a36;
  font-size: 14px;
  line-height: 1.25;
}

.ea-roadmap-value-strip small {
  color: rgba(16, 26, 54, .66);
  font-size: 12px;
  line-height: 1.55;
}

.ea-roadmap-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 1.55vw, 26px);
}

.ea-roadmap-track {
  position: absolute;
  left: 7%;
  right: 7%;
  top: 48%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(37, 87, 255, .08), rgba(37, 87, 255, .8), rgba(37, 87, 255, .08));
  box-shadow: 0 0 28px rgba(37, 87, 255, .34);
}

.ea-roadmap-track::after {
  content: "";
  position: absolute;
  inset: -1px auto -1px 0;
  width: 18%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, #ffffff, transparent);
  opacity: .78;
  animation: eaRoadmapPulse 5.5s ease-in-out infinite;
}

.ea-roadmap-step {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 382px;
  padding: 26px 20px 24px;
  border: 1px solid rgba(15, 23, 42, .075);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 20px 48px rgba(15, 23, 42, .075);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  backdrop-filter: blur(10px);
}

.ea-roadmap-step:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 87, 255, .27);
  box-shadow: 0 30px 66px rgba(15, 23, 42, .12);
}

.ea-roadmap-step:not(:last-child)::after {
  content: "\ea6c";
  position: absolute;
  top: 50%;
  right: -26px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(37, 87, 255, .14);
  border-radius: 999px;
  background: #ffffff;
  color: #0b55ff;
  font-family: remixicon;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: 0 14px 34px rgba(37, 87, 255, .2);
}

.ea-roadmap-number {
  display: block;
  margin-bottom: 12px;
  color: #0b55ff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.ea-roadmap-step h4 {
  position: relative;
  margin: 0 0 22px;
  color: #050b1f;
  font-size: 21px;
  line-height: 1.18;
}

.ea-roadmap-step h4::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: #0b55ff;
  box-shadow: 0 7px 16px rgba(37, 87, 255, .3);
}

.ea-roadmap-step p {
  margin: 18px 2px 0;
  color: rgba(16, 26, 54, .76);
  font-size: 15px;
  line-height: 1.58;
}

.ea-roadmap-visual {
  position: relative;
  overflow: hidden;
  flex: 0 0 168px;
  min-height: 168px;
  border: 1px solid rgba(37, 87, 255, .1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 248, 255, .94)),
    #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .78),
    0 16px 32px rgba(15, 23, 42, .08);
}

.ea-roadmap-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(37, 87, 255, .12) 1px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: .45;
}

.ea-roadmap-visual-audit {
  display: grid;
  grid-template-columns: 34px 1fr 36px;
  gap: 10px;
  padding: 14px 10px 12px 0;
}

.ea-ui-sidebar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding-top: 18px;
  border-radius: 0 12px 12px 0;
  background: #0d1d44;
}

.ea-ui-sidebar span {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 999px;
}

.ea-ui-card {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .08);
}

.ea-ui-card small {
  display: block;
  color: rgba(16, 26, 54, .55);
  font-size: 9px;
  font-weight: 800;
}

.ea-ui-card strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 9px auto;
  border: 7px solid rgba(37, 87, 255, .22);
  border-top-color: #0b55ff;
  border-radius: 999px;
  color: #101a36;
  font-size: 13px;
}

.ea-ui-card span {
  display: block;
  height: 6px;
  margin-top: 7px;
  border-radius: 999px;
  background: #edf3ff;
}

.ea-roadmap-visual-audit ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ea-roadmap-visual-audit li {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1fce72;
  box-shadow: 0 0 0 4px rgba(31, 206, 114, .12);
}

.ea-roadmap-visual-audit li:nth-child(2) {
  background: #ffb020;
  box-shadow: 0 0 0 4px rgba(255, 176, 32, .12);
}

.ea-roadmap-visual-audit li:nth-child(3) {
  background: #ff8b3d;
  box-shadow: 0 0 0 4px rgba(255, 139, 61, .12);
}

.ea-roadmap-visual-strategy {
  padding: 20px 18px;
}

.ea-roadmap-visual-strategy .ea-board-title {
  position: relative;
  z-index: 1;
  width: 72%;
  height: 8px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #dfe8ff;
}

.ea-roadmap-visual-strategy span {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 24px;
  border-radius: 8px;
  background: #cfe4ff;
  box-shadow: 0 10px 18px rgba(15, 23, 42, .08);
}

.ea-roadmap-visual-strategy span:nth-of-type(1) { left: 20%; top: 44%; }
.ea-roadmap-visual-strategy span:nth-of-type(2) { left: 44%; top: 36%; background: #bfe4ee; }
.ea-roadmap-visual-strategy span:nth-of-type(3) { left: 63%; top: 48%; background: #d9f0e2; }
.ea-roadmap-visual-strategy span:nth-of-type(4) { left: 18%; top: 66%; background: #ffe3ad; }
.ea-roadmap-visual-strategy span:nth-of-type(5) { left: 43%; top: 67%; background: #cbebdd; }
.ea-roadmap-visual-strategy span:nth-of-type(6) { left: 66%; top: 70%; background: #cfe4ff; }

.ea-roadmap-visual-strategy i {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 28px;
  color: #0b55ff;
  font-size: 32px;
}

.ea-roadmap-visual-content {
  padding: 16px;
}

.ea-calendar-head,
.ea-calendar-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ea-calendar-head span {
  height: 8px;
  border-radius: 999px;
  background: #dfe8ff;
}

.ea-calendar-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
}

.ea-calendar-grid span {
  min-height: 42px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff4e8, #ffd9be);
  box-shadow: 0 9px 18px rgba(15, 23, 42, .07);
}

.ea-calendar-grid span:nth-child(2),
.ea-calendar-grid span:nth-child(5) {
  background: linear-gradient(180deg, #edf4ff, #cadfff);
}

.ea-calendar-grid span:nth-child(3),
.ea-calendar-grid span:nth-child(6) {
  background: linear-gradient(180deg, #eef7ff, #bfe4ee);
}

.ea-roadmap-visual-ads {
  padding: 14px;
}

.ea-ads-tabs,
.ea-ads-metrics,
.ea-ads-chart {
  position: relative;
  z-index: 1;
}

.ea-ads-tabs {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
}

.ea-ads-tabs span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f0f5ff;
  color: #101a36;
  font-size: 9px;
  font-weight: 800;
}

.ea-ads-metrics {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .8);
}

.ea-ads-metrics strong {
  color: #101a36;
  font-size: 23px;
}

.ea-ads-metrics small {
  color: #16a45f;
  font-weight: 800;
}

.ea-ads-chart {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 48px;
  margin-top: 14px;
}

.ea-ads-chart span {
  flex: 1;
  height: 35%;
  border-radius: 999px 999px 0 0;
  background: #0b55ff;
  opacity: .35;
}

.ea-ads-chart span:nth-child(2) { height: 52%; opacity: .55; }
.ea-ads-chart span:nth-child(3) { height: 44%; opacity: .45; }
.ea-ads-chart span:nth-child(4) { height: 70%; opacity: .75; }
.ea-ads-chart span:nth-child(5) { height: 88%; opacity: 1; }

.ea-roadmap-visual-data {
  padding: 16px;
}

.ea-kpi-line,
.ea-kpi-bottom,
.ea-kpi-bars {
  position: relative;
  z-index: 1;
}

.ea-kpi-line {
  height: 72px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, transparent 44%, #0b55ff 45%, #0b55ff 47%, transparent 48%),
    linear-gradient(rgba(37, 87, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 87, 255, .08) 1px, transparent 1px);
  background-size: 100% 100%, 20px 20px, 20px 20px;
}

.ea-kpi-bottom {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
}

.ea-kpi-bottom span:first-child {
  width: 36px;
  height: 36px;
  border: 8px solid rgba(37, 87, 255, .22);
  border-right-color: #0b55ff;
  border-radius: 999px;
}

.ea-kpi-bottom strong {
  color: #101a36;
  font-size: 13px;
}

.ea-kpi-bars {
  position: absolute;
  right: 10px;
  bottom: 11px;
  display: flex;
  align-items: end;
  gap: 4px;
  height: 32px;
}

.ea-kpi-bars span {
  width: 7px;
  height: 40%;
  border-radius: 999px 999px 0 0;
  background: #0b55ff;
  opacity: .3;
}

.ea-kpi-bars span:nth-child(2) { height: 58%; opacity: .5; }
.ea-kpi-bars span:nth-child(3) { height: 78%; opacity: .76; }
.ea-kpi-bars span:nth-child(4) { height: 100%; opacity: 1; }

.ea-roadmap-visual-leads {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 16px;
}

.ea-roadmap-visual-leads div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 30px 1fr 22px;
  gap: 9px;
  align-items: center;
  padding: 9px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 10px 20px rgba(15, 23, 42, .06);
}

.ea-roadmap-visual-leads span {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 35%, #ffd8b2 0 24%, transparent 25%),
    radial-gradient(circle at 50% 78%, #101a36 0 32%, transparent 33%),
    #cfe4ff;
}

.ea-roadmap-visual-leads strong {
  color: #101a36;
  font-size: 11px;
  line-height: 1.2;
}

.ea-roadmap-visual-leads i {
  color: #24b45b;
  font-size: 20px;
}

.ea-roadmap-levers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: clamp(36px, 4vw, 50px) auto 0;
  max-width: min(100%, 1130px);
  border: 1px solid rgba(80, 110, 255, .1);
  border-radius: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: none;
}

.ea-roadmap-levers > span {
  position: absolute;
  top: -18px;
  left: 50%;
  padding: 0 12px;
  background: #f8fbff;
  color: #0b55ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.ea-roadmap-levers div {
  padding: 22px 24px;
}

.ea-roadmap-levers div + div {
  border-left: 1px solid rgba(80, 110, 255, .1);
}

.ea-roadmap-levers strong {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101a36;
  font-size: 17px;
  line-height: 1.25;
}

.ea-roadmap-levers i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f3f6ff;
  color: #0b55ff;
  font-size: 26px;
  box-shadow: none;
}

.ea-roadmap-levers small {
  display: block;
  margin: 8px 0 0 54px;
  color: rgba(16, 26, 54, .66);
  font-size: 13px;
  line-height: 1.45;
}

.ea-roadmap-footer {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.ea-roadmap-footer span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(16, 26, 54, .62);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ea-roadmap-footer i {
  color: #0b55ff;
  font-size: 24px;
}

@keyframes eaRoadmapPulse {
  0% { transform: translateX(0); opacity: 0; }
  18% { opacity: .78; }
  100% { transform: translateX(560%); opacity: 0; }
}

@media (max-width: 1199px) {
  .ea-roadmap-system .container {
    width: min(100% - 36px, 1040px);
  }

  .ea-roadmap-shell {
    padding: 36px 28px 32px;
  }

  .ea-roadmap-value-strip {
    max-width: none;
  }

  .ea-roadmap-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 28px;
  }

  .ea-roadmap-track {
    display: none;
  }

  .ea-roadmap-step {
    min-height: 378px;
  }

  .ea-roadmap-step:nth-of-type(3)::after {
    display: none;
  }

  .ea-roadmap-step:not(:last-child)::after {
    right: -24px;
  }

  .ea-roadmap-levers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-roadmap-levers div:nth-of-type(3) {
    border-left: 0;
    border-top: 1px solid rgba(80, 110, 255, .1);
  }

  .ea-roadmap-levers div:nth-of-type(4) {
    border-top: 1px solid rgba(80, 110, 255, .1);
  }
}

@media (max-width: 991px) {
  .ea-roadmap-system .container {
    width: min(100% - 32px, 880px);
  }

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

  .ea-roadmap-header h3 {
    max-width: 760px;
    font-size: clamp(30px, 5.8vw, 44px);
  }

  .ea-roadmap-status {
    width: fit-content;
  }

  .ea-roadmap-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ea-roadmap-value-strip div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(80, 110, 255, .1);
  }

  .ea-roadmap-value-strip div:nth-child(4) {
    border-top: 1px solid rgba(80, 110, 255, .1);
  }
}

@media (max-width: 767px) {
  .ea-roadmap-system {
    overflow: hidden;
  }

  .ea-roadmap-system .container {
    width: calc(100% - 24px);
  }

  .ea-roadmap-shell {
    padding: 28px 16px;
    border-radius: 24px;
  }

  .ea-roadmap-shell::before {
    inset: 8px;
    border-radius: 20px;
  }

  .ea-roadmap-shell::after {
    display: none;
  }

  .ea-roadmap-eyebrow {
    align-items: flex-start;
    gap: 9px;
    font-size: 10px;
    line-height: 1.35;
  }

  .ea-roadmap-eyebrow::before {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .ea-roadmap-header h3 {
    font-size: clamp(26px, 7.2vw, 30px);
    line-height: 1.18;
  }

  .ea-roadmap-header p {
    font-size: 15px;
    line-height: 1.58;
  }

  .ea-roadmap-status {
    min-width: 0;
    width: 100%;
    padding: 14px;
  }

  .ea-roadmap-value-strip {
    grid-template-columns: 1fr;
    margin: 28px 0 32px;
  }

  .ea-roadmap-value-strip div,
  .ea-roadmap-value-strip div + div,
  .ea-roadmap-value-strip div:nth-child(3),
  .ea-roadmap-value-strip div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(80, 110, 255, .1);
  }

  .ea-roadmap-value-strip div:first-child {
    border-top: 0;
  }

  .ea-roadmap-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ea-roadmap-flow::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 28px;
    bottom: 28px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(37, 87, 255, .66), rgba(37, 87, 255, .08));
    box-shadow: 0 0 24px rgba(37, 87, 255, .2);
  }

  .ea-roadmap-step {
    min-height: 0;
    margin-left: 34px;
    padding: 20px 16px 18px;
  }

  .ea-roadmap-step:not(:last-child)::after {
    top: auto;
    right: auto;
    left: -38px;
    bottom: -22px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    transform: rotate(90deg);
  }

  .ea-roadmap-number {
    font-size: 24px;
  }

  .ea-roadmap-step h4 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .ea-roadmap-visual {
    flex-basis: 144px;
    min-height: 144px;
  }

  .ea-roadmap-step p {
    font-size: 14px;
  }

  .ea-roadmap-levers {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .ea-roadmap-levers > span {
    top: -16px;
    font-size: 9px;
  }

  .ea-roadmap-levers div,
  .ea-roadmap-levers div + div,
  .ea-roadmap-levers div:nth-of-type(3),
  .ea-roadmap-levers div:nth-of-type(4) {
    border-left: 0;
    border-top: 1px solid rgba(80, 110, 255, .1);
  }

  .ea-roadmap-levers div:nth-of-type(1) {
    border-top: 0;
  }

  .ea-roadmap-levers small {
    margin-left: 54px;
  }

  .ea-roadmap-footer span {
    justify-content: center;
    text-align: center;
    font-size: 11px;
    letter-spacing: .12em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ea-roadmap-track::after,
  .ea-roadmap-step,
  .ea-roadmap-step:hover {
    animation: none;
    transition: none;
    transform: none;
  }
}
