/* IranNet Interactive Delivery Roadmap V1 */
.wdm-roadmap-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgb(59 91 246 / .24), transparent 31%),
    radial-gradient(circle at 88% 80%, rgb(16 185 129 / .13), transparent 27%),
    linear-gradient(145deg, #071126 0%, #0a1530 48%, #08142b 100%);
}

.wdm-roadmap-section::before,
.wdm-roadmap-section::after {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 1px solid rgb(99 122 255 / .08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.wdm-roadmap-section::before {
  top: -250px;
  right: -120px;
}

.wdm-roadmap-section::after {
  bottom: -310px;
  left: -90px;
}

.wdm-roadmap-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wdm-roadmap-heading {
  max-width: 900px;
  margin-inline: auto;
  color: #fff;
  text-align: center;
}

.wdm-roadmap-heading span {
  color: #74eba7;
}

.wdm-roadmap-heading h2 {
  color: #fff;
}

.wdm-roadmap-heading p {
  max-width: 810px;
  margin-inline: auto;
  color: #aebbd4;
}

.wdm-roadmap-principles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -10px 0 34px;
}

.wdm-roadmap-principles span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgb(138 157 199 / .17);
  border-radius: 999px;
  padding: 7px 13px;
  color: #aebbd4;
  background: rgb(255 255 255 / .035);
  font-size: 10px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.wdm-roadmap-principles i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65e99a;
  box-shadow: 0 0 14px rgb(101 233 154 / .8);
}

.wdm-roadmap-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(310px, .72fr);
  gap: 20px;
  align-items: stretch;
}

.wdm-roadmap-map,
.wdm-roadmap-detail {
  border: 1px solid rgb(139 157 199 / .15);
  border-radius: 28px;
  background: rgb(5 13 32 / .67);
  box-shadow: 0 32px 90px rgb(0 0 0 / .25);
  backdrop-filter: blur(18px);
}

.wdm-roadmap-map {
  position: relative;
  overflow: hidden;
  min-height: 600px;
  isolation: isolate;
}

.wdm-roadmap-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .3;
  background-image:
    linear-gradient(rgb(117 139 190 / .09) 1px, transparent 1px),
    linear-gradient(90deg, rgb(117 139 190 / .09) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}

.wdm-roadmap-map::before {
  position: absolute;
  inset: 8% 7%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(60 97 246 / .11), transparent 62%);
  content: "";
  pointer-events: none;
}

.wdm-roadmap-route {
  position: absolute;
  inset: 5% 4% 7%;
  width: 92%;
  height: 88%;
  overflow: visible;
}

.wdm-roadmap-route__glow,
.wdm-roadmap-route__base,
.wdm-roadmap-route__progress {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wdm-roadmap-route__glow {
  stroke: rgb(74 111 255 / .18);
  stroke-width: 24;
  filter: url("#wdm-roadmap-glow");
}

.wdm-roadmap-route__base {
  stroke: rgb(141 160 208 / .23);
  stroke-width: 4;
  stroke-dasharray: 1 1.8;
}

.wdm-roadmap-route__progress {
  stroke: url("#wdm-roadmap-route-gradient");
  stroke-width: 6;
  stroke-dasharray: var(--wdm-roadmap-progress, 0) 100;
  filter: url("#wdm-roadmap-glow");
  transition: stroke-dasharray .65s cubic-bezier(.2, .75, .2, 1);
}

.wdm-roadmap-nodes {
  position: absolute;
  inset: 0;
}

.wdm-roadmap-node {
  position: absolute;
  z-index: 3;
  top: var(--roadmap-y);
  left: var(--roadmap-x);
  display: grid;
  width: 160px;
  justify-items: center;
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
  font: inherit;
  text-align: center;
}

.wdm-roadmap-node__marker {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgb(124 148 214 / .38);
  border-radius: 50%;
  color: #a8b7d7;
  background:
    radial-gradient(circle at 35% 30%, rgb(92 118 255 / .31), transparent 50%),
    #101c3c;
  box-shadow:
    0 0 0 7px rgb(70 94 178 / .1),
    0 16px 36px rgb(0 0 0 / .35);
  transition:
    transform .25s ease,
    border-color .25s ease,
    color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.wdm-roadmap-node__marker::before {
  position: absolute;
  inset: -12px;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  transition: border-color .25s ease, transform .25s ease;
}

.wdm-roadmap-node__marker svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.7;
}

.wdm-roadmap-node__marker strong {
  position: absolute;
  right: -8px;
  bottom: -6px;
  display: grid;
  min-width: 29px;
  height: 29px;
  place-items: center;
  border: 2px solid #0b1530;
  border-radius: 10px;
  color: #e8eeff;
  background: #3244a7;
  font-size: 9px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgb(0 0 0 / .28);
}

.wdm-roadmap-node__label {
  position: absolute;
  display: grid;
  width: 156px;
  gap: 4px;
  border: 1px solid rgb(133 152 200 / .15);
  border-radius: 15px;
  padding: 10px 12px;
  background: rgb(8 18 43 / .84);
  box-shadow: 0 16px 34px rgb(0 0 0 / .24);
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
  backdrop-filter: blur(14px);
}

.wdm-roadmap-node--top .wdm-roadmap-node__label {
  top: 79px;
}

.wdm-roadmap-node--bottom .wdm-roadmap-node__label {
  bottom: 79px;
}

.wdm-roadmap-node__label small {
  overflow: hidden;
  color: #7d8dab;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .11em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.wdm-roadmap-node__label b {
  color: #dce5f8;
  font-size: 10px;
  line-height: 1.55;
  font-weight: 950;
}

.wdm-roadmap-node:hover .wdm-roadmap-node__marker,
.wdm-roadmap-node:focus-visible .wdm-roadmap-node__marker {
  border-color: #7f91ff;
  color: #fff;
  transform: translateY(-3px);
}

.wdm-roadmap-node:hover .wdm-roadmap-node__label,
.wdm-roadmap-node:focus-visible .wdm-roadmap-node__label {
  border-color: rgb(113 135 255 / .44);
  background: rgb(15 30 69 / .94);
}

.wdm-roadmap-node:focus-visible {
  outline: 0;
}

.wdm-roadmap-node:focus-visible .wdm-roadmap-node__marker::before {
  border-color: #80a0ff;
}

.wdm-roadmap-node.is-complete .wdm-roadmap-node__marker {
  border-color: rgb(82 198 150 / .55);
  color: #6fe8a2;
}

.wdm-roadmap-node.is-active {
  z-index: 5;
}

.wdm-roadmap-node.is-active .wdm-roadmap-node__marker {
  border-color: #73f0aa;
  color: #78f0ad;
  background:
    radial-gradient(circle at 40% 28%, rgb(110 240 168 / .35), transparent 52%),
    #102b36;
  box-shadow:
    0 0 0 8px rgb(75 222 146 / .11),
    0 0 38px rgb(77 229 153 / .32),
    0 18px 40px rgb(0 0 0 / .38);
  transform: scale(1.08);
}

.wdm-roadmap-node.is-active .wdm-roadmap-node__marker::before {
  border-color: rgb(112 239 171 / .25);
  transform: scale(1.12);
}

.wdm-roadmap-node.is-active .wdm-roadmap-node__marker strong {
  color: #062318;
  background: #78efad;
}

.wdm-roadmap-node.is-active .wdm-roadmap-node__label {
  border-color: rgb(108 237 169 / .45);
  background: linear-gradient(145deg, rgb(18 52 61 / .96), rgb(10 29 48 / .96));
  box-shadow: 0 18px 44px rgb(37 181 119 / .16);
}

.wdm-roadmap-node.is-active .wdm-roadmap-node__label small {
  color: #6de7a3;
}

.wdm-roadmap-node.is-active .wdm-roadmap-node__label b {
  color: #fff;
}

.wdm-roadmap-map__hint {
  position: absolute;
  right: 22px;
  bottom: 19px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #7f8ca7;
  font-size: 8px;
  font-weight: 800;
}

.wdm-roadmap-map__hint span {
  position: relative;
  width: 21px;
  height: 21px;
  border: 1px solid rgb(113 135 255 / .35);
  border-radius: 50%;
}

.wdm-roadmap-map__hint span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6f83ff;
  box-shadow: 0 0 0 0 rgb(111 131 255 / .4);
  content: "";
  transform: translate(-50%, -50%);
  animation: wdm-roadmap-pulse 2s infinite;
}

.wdm-roadmap-detail {
  position: relative;
  display: flex;
  min-height: 600px;
  flex-direction: column;
  overflow: hidden;
  padding: 27px;
  background:
    radial-gradient(circle at 100% 0, rgb(72 101 235 / .18), transparent 32%),
    linear-gradient(160deg, rgb(14 27 59 / .96), rgb(6 16 37 / .96));
}

.wdm-roadmap-detail::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6f82ff, #64e99a, transparent);
  content: "";
}

.wdm-roadmap-detail__top {
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgb(139 157 199 / .12);
  padding-bottom: 20px;
}

.wdm-roadmap-detail__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgb(104 232 166 / .38);
  border-radius: 15px;
  color: #71eaa7;
  background: rgb(63 207 140 / .09);
  box-shadow: 0 0 26px rgb(62 222 149 / .1);
}

.wdm-roadmap-detail__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.7;
}

.wdm-roadmap-detail__top div {
  display: grid;
  gap: 5px;
}

.wdm-roadmap-detail__top small {
  color: #6fe5a4;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wdm-roadmap-detail__top strong {
  color: #8997b4;
  font-size: 9px;
  font-weight: 850;
}

.wdm-roadmap-detail__body {
  position: relative;
  flex: 1;
  padding-top: 28px;
}

.wdm-roadmap-detail__body.is-switching {
  animation: wdm-roadmap-content-in .35s ease both;
}

.wdm-roadmap-detail__number {
  position: absolute;
  top: 16px;
  left: 0;
  color: rgb(122 143 255 / .11);
  font-size: 96px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.08em;
  pointer-events: none;
}

.wdm-roadmap-detail h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 2.4vw, 36px);
  line-height: 1.35;
  letter-spacing: -.035em;
  font-weight: 950;
}

.wdm-roadmap-detail__body > p {
  position: relative;
  z-index: 1;
  margin: 17px 0 0;
  color: #a7b4cc;
  font-size: 11px;
  line-height: 2;
}

.wdm-roadmap-deliverables {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  border: 1px solid rgb(130 151 203 / .14);
  border-radius: 18px;
  padding: 17px;
  background: rgb(255 255 255 / .025);
}

.wdm-roadmap-deliverables > span {
  color: #7687aa;
  font-size: 8px;
  font-weight: 900;
}

.wdm-roadmap-deliverables ul {
  display: grid;
  gap: 11px;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.wdm-roadmap-deliverables li {
  position: relative;
  padding-right: 25px;
  color: #dce5f5;
  font-size: 10px;
  line-height: 1.7;
  font-weight: 800;
}

.wdm-roadmap-deliverables li::before {
  position: absolute;
  top: 3px;
  right: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 6px;
  color: #052418;
  background: #6ee9a5;
  content: "✓";
  font-size: 9px;
  font-weight: 950;
}

.wdm-roadmap-progress {
  margin-top: 20px;
  border-top: 1px solid rgb(139 157 199 / .12);
  padding-top: 19px;
}

.wdm-roadmap-progress > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.wdm-roadmap-progress span {
  color: #7f8da8;
  font-size: 8px;
  font-weight: 850;
}

.wdm-roadmap-progress strong {
  color: #72e9a7;
  font-size: 10px;
  font-weight: 950;
}

.wdm-roadmap-progress__track {
  display: block;
  overflow: hidden;
  height: 5px;
  border-radius: 99px;
  background: rgb(139 157 199 / .13);
}

.wdm-roadmap-progress__track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6680ff, #61e8a2);
  box-shadow: 0 0 18px rgb(97 232 162 / .4);
  transition: width .55s cubic-bezier(.2, .75, .2, 1);
}

.wdm-roadmap-controls {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 9px;
  margin-top: 18px;
}

.wdm-roadmap-control {
  display: flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgb(132 151 199 / .17);
  border-radius: 13px;
  color: #a6b3ca;
  background: rgb(255 255 255 / .035);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 950;
  transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}

.wdm-roadmap-control:hover:not(:disabled) {
  border-color: rgb(112 135 255 / .5);
  color: #fff;
  transform: translateY(-2px);
}

.wdm-roadmap-control--next {
  border-color: rgb(92 225 157 / .28);
  color: #062318;
  background: linear-gradient(135deg, #6be7a2, #4dccb7);
  box-shadow: 0 13px 30px rgb(52 205 145 / .18);
}

.wdm-roadmap-control--next:hover:not(:disabled) {
  border-color: #7ff0b4;
  color: #062318;
  background: linear-gradient(135deg, #7af0af, #56d6c2);
}

.wdm-roadmap-control i {
  font-size: 17px;
  font-style: normal;
}

.wdm-roadmap-control:disabled {
  cursor: not-allowed;
  opacity: .35;
}

.wdm-roadmap-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 15px;
}

.wdm-roadmap-footer > div {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgb(139 157 199 / .12);
  border-radius: 17px;
  padding: 13px 15px;
  color: #8492ad;
  background: rgb(255 255 255 / .025);
}

.wdm-roadmap-footer i {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border: 1px solid rgb(101 233 154 / .23);
  border-radius: 12px;
  color: #6fe7a5;
  background: rgb(101 233 154 / .06);
  font-size: 14px;
  font-style: normal;
}

.wdm-roadmap-footer span {
  font-size: 8px;
  line-height: 1.8;
}

.wdm-roadmap-footer strong {
  display: block;
  margin-bottom: 2px;
  color: #dce5f5;
  font-size: 9px;
  font-weight: 950;
}

@keyframes wdm-roadmap-pulse {
  0% { box-shadow: 0 0 0 0 rgb(111 131 255 / .45); }
  70% { box-shadow: 0 0 0 9px rgb(111 131 255 / 0); }
  100% { box-shadow: 0 0 0 0 rgb(111 131 255 / 0); }
}

@keyframes wdm-roadmap-content-in {
  from { opacity: .25; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1160px) {
  .wdm-roadmap-shell {
    grid-template-columns: 1fr;
  }

  .wdm-roadmap-map {
    min-height: 590px;
  }

  .wdm-roadmap-detail {
    min-height: 0;
  }

  .wdm-roadmap-detail__body {
    min-height: 265px;
  }
}

@media (max-width: 760px) {
  .wdm-roadmap-principles {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 22px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .wdm-roadmap-principles::-webkit-scrollbar {
    display: none;
  }

  .wdm-roadmap-map {
    min-height: 0;
    overflow: visible;
    border-radius: 22px;
    padding: 15px;
  }

  .wdm-roadmap-grid,
  .wdm-roadmap-route,
  .wdm-roadmap-map__hint {
    display: none;
  }

  .wdm-roadmap-nodes {
    position: relative;
    display: grid;
    gap: 8px;
  }

  .wdm-roadmap-node {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    width: 100%;
    grid-template-columns: 52px 1fr;
    align-items: center;
    justify-items: stretch;
    gap: 11px;
    border: 1px solid rgb(130 151 203 / .13);
    border-radius: 15px;
    padding: 9px 10px;
    background: rgb(255 255 255 / .025);
    text-align: right;
    transform: none;
  }

  .wdm-roadmap-node::after {
    position: absolute;
    top: 50%;
    left: 13px;
    color: #6f7f9d;
    content: "‹";
    font-size: 18px;
    transform: translateY(-50%);
  }

  .wdm-roadmap-node__marker {
    width: 47px;
    height: 47px;
  }

  .wdm-roadmap-node__marker svg {
    width: 19px;
    height: 19px;
  }

  .wdm-roadmap-node__marker strong {
    right: -4px;
    bottom: -4px;
    min-width: 23px;
    height: 23px;
    border-radius: 8px;
    font-size: 7px;
  }

  .wdm-roadmap-node__label,
  .wdm-roadmap-node--top .wdm-roadmap-node__label,
  .wdm-roadmap-node--bottom .wdm-roadmap-node__label {
    position: static;
    width: auto;
    border: 0;
    padding: 0 0 0 24px;
    background: transparent;
    box-shadow: none;
    text-align: right;
    backdrop-filter: none;
  }

  .wdm-roadmap-node__label small {
    font-size: 6px;
  }

  .wdm-roadmap-node__label b {
    font-size: 10px;
  }

  .wdm-roadmap-node.is-active {
    border-color: rgb(104 232 166 / .38);
    background: linear-gradient(135deg, rgb(51 181 127 / .12), rgb(73 94 221 / .08));
  }

  .wdm-roadmap-node.is-active::after {
    color: #6ce7a3;
  }

  .wdm-roadmap-detail {
    border-radius: 22px;
    padding: 21px 18px;
  }

  .wdm-roadmap-detail__number {
    font-size: 76px;
  }

  .wdm-roadmap-detail h3 {
    font-size: 27px;
  }

  .wdm-roadmap-detail__body {
    min-height: 0;
  }

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

@media (max-width: 480px) {
  .wdm-roadmap-controls {
    grid-template-columns: 1fr;
  }

  .wdm-roadmap-control--next {
    grid-row: 1;
  }

  .wdm-roadmap-footer > div {
    min-height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wdm-roadmap-route__progress,
  .wdm-roadmap-progress__track i,
  .wdm-roadmap-node__marker,
  .wdm-roadmap-node__label,
  .wdm-roadmap-control {
    transition: none !important;
  }

  .wdm-roadmap-map__hint span::before,
  .wdm-roadmap-detail__body.is-switching {
    animation: none !important;
  }
}
/* End IranNet Interactive Delivery Roadmap V1 */
