@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-ExtraBold.ttf') format("truetype"), url('../fonts/NotoSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

.body {
  background-color: #000;
}

.section_hero {
  background-image: linear-gradient(#000, #001110);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  background-image: radial-gradient(circle at 50% 100%, #002019, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.image {
  opacity: .89;
  filter: blur(7px);
  height: 40%;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.div-block-3 {
  background-color: #7ffceb;
  background-image: linear-gradient(#7ffceb, #000);
  border: 2px #7ffceb;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.block_hero {
  opacity: 1;
  border: 1px solid #88fff32b;
  border-radius: 35px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 0 50px;
  display: flex;
  position: relative;
}

.header {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 65px;
  margin-top: 35.5px;
  padding-left: 97.5px;
  padding-right: 97.5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.block_logo_hero {
  justify-content: flex-start;
  align-items: center;
  width: 184px;
  height: auto;
  display: flex;
}

.block_button {
  background-image: none;
  border-radius: 100px;
  width: 184px;
  padding: 2px;
}

.button_dapp {
  color: #dffff4;
  background-color: #081b1b;
  border: 2px solid #16463e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 57px;
  padding: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.button_dapp:hover {
  color: #000;
  background-color: #93ffda;
  border-color: #79ffd1;
  box-shadow: 0 0 40px 2px #74f7ca8c;
}

.hero_bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_logo {
  height: 40%;
  position: relative;
}

.circle1 {
  opacity: .55;
  height: 60%;
  position: absolute;
}

.circle2 {
  opacity: .35;
  height: 95%;
  position: absolute;
  inset: auto;
}

.cricle3 {
  opacity: .15;
  height: 150%;
  position: absolute;
}

.logo_header {
  width: auto;
  height: 30px;
}

.block_scroll {
  background-color: #062222;
  width: 40px;
  height: 40px;
}

.section_about {
  background-image: linear-gradient(#001110, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.separator {
  background-image: linear-gradient(90deg, #0000, #74f7ca 50%, #0000);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 2px;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.separator_line {
  background-color: #b1ffe4;
  width: 300px;
  height: 3px;
  box-shadow: 0 0 55px 5px #b1ffe4b0;
}

.h3 {
  color: #e5fff6;
  text-align: center;
  margin-top: 25px;
  font-family: Notosans, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.div-block-4 {
  width: 550px;
  height: 550px;
}

.div-block-5 {
  display: flex;
}

.div-block-4 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  margin-top: 150px;
  display: flex;
}

.div-block-5 {
  background-color: #022b28;
  width: 650px;
  height: 650px;
}

.bold {
  font-weight: 600;
}

.block_about {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  margin-top: 150px;
  display: flex;
}

.block_about_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  height: 600px;
  display: flex;
}

.block_intro_small {
  background-color: #05201c;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 35px;
  padding-left: 5px;
  display: flex;
}

.block_h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.h1 {
  color: #dafff2;
  text-align: center;
  font-family: Notosans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 75px;
}

.block_para_side {
  width: 500px;
  margin-bottom: 50px;
}

.para_left {
  color: #698b80;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.block_about_img {
  width: 700px;
  height: 700px;
  position: relative;
}

.intro_icon {
  background-color: #0000;
  background-image: url('../images/icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.h5 {
  color: #d2ffef;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button_intro {
  color: #dffff4;
  background-color: #081b1b;
  border: 2px solid #16463e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 57px;
  padding: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.button_intro:hover {
  color: #000;
  background-color: #93ffda;
  border-color: #79ffd1;
  box-shadow: 0 0 40px 2px #74f7ca8c;
}

.logo_about {
  height: 100%;
}

.gradient_hider {
  background-image: linear-gradient(#0000 65%, #001110);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glow {
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.separator2 {
  opacity: .24;
  background-image: linear-gradient(270deg, #0000, #74f7ca 50%, #0000);
  width: 100%;
  height: 1px;
}

.section_features {
  background-image: linear-gradient(#000, #001110);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.block_features {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.features_title {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.h4 {
  color: #dafff2;
  font-family: Notosans, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.h6 {
  color: #85d5b9;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.block_features_in {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 2px;
  display: flex;
}

.block_features_details {
  background-color: #0000;
  background-image: linear-gradient(135deg, #05110d, #1c493a);
  border-radius: 20px;
  width: 33%;
  height: 350px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 2px;
}

.block_features_details:hover {
  background-image: linear-gradient(135deg, #05110d, #7aeec6);
}

.feature_in {
  background-color: #010505;
  background-image: linear-gradient(135deg, #010505, #011613);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.feature_in:hover {
  background-image: linear-gradient(135deg, #010505, #011613);
}

.block_feature_icon {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature_icon {
  background-color: #0000;
  width: 40px;
  height: 40px;
}

.h7 {
  pointer-events: none;
  color: #dafff2;
  margin-top: 40px;
  font-family: Notosans, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.block_para_feature {
  width: 100%;
  margin-top: 25px;
  padding: 0;
}

.paragraph {
  pointer-events: none;
  color: #698b80;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block-6 {
  flex-flow: column;
  margin-top: 100px;
  display: flex;
}

.block_button_features {
  background-image: none;
  border-radius: 100px;
  margin-top: 35px;
  padding: 2px;
  display: flex;
}

.button_feature {
  color: #ccffed;
  background-color: #081b1b;
  border: 2px solid #16463e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 57px;
  padding: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.button_feature:hover {
  color: #000;
  background-color: #93ffda;
  border-color: #79ffd1;
  box-shadow: 0 0 40px 2px #74f7ca8c;
}

.icon {
  height: 100%;
}

.section_listed {
  background-image: linear-gradient(#001110, #000);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.block_listed {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.block_icon {
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #11332d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 150px;
  margin: 15px;
  display: flex;
}

.block_icon:hover {
  border-color: #75e6d3;
}

.listed {
  pointer-events: none;
  height: 85%;
}

.image-3 {
  height: 90%;
}

.section_roadmap {
  background-image: linear-gradient(#000, #001110);
  width: 100%;
  height: auto;
  padding: 65px 65px 0;
  position: relative;
}

.roadmap_bg {
  border: 2px solid #1b3832;
  border-bottom-style: none;
  border-radius: 50px 50px 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.block_roadmap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.roadmap_hider {
  background-image: linear-gradient(#0000, #001110);
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.roadmap_details {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  inset: 0%;
}

.roadmap, .block_join {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.block_h1 {
  margin-top: 0;
  margin-bottom: 50px;
}

.h2 {
  color: #dafff2;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Notosans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 75px;
}

.block_menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu_link {
  color: #79d4b4;
  background-color: #0000;
  margin-left: 25px;
  margin-right: 25px;
  padding: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.menu_link:hover {
  color: #d3ffef;
}

.menu_dot {
  background-color: #295848;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.ca {
  color: #63a890;
  margin-top: 25px;
  font-family: Notosans, Arial, sans-serif;
  font-weight: 300;
}

.privacy-link {
  color: #52525b;
  margin-top: 16px;
  font-family: Notosans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  transition: color 0.2s;
}

.privacy-link:hover {
  color: #63a890;
}

.menu_right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu_mobile {
  background-color: #0000;
  background-image: url('../images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border-radius: 3px;
  width: 45px;
  height: 45px;
  margin-left: 5px;
  padding: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .hero_logo {
    height: 450px;
  }

  .circle1 {
    height: 600px;
  }

  .circle2 {
    height: 650px;
    display: none;
  }

  .cricle3 {
    height: 750px;
    display: none;
  }

  .block_about {
    flex-flow: column;
    justify-content: center;
  }

  .block_intro_small {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .para_left {
    text-align: center;
  }

  .block_about_img {
    width: 500px;
    height: 500px;
  }

  .block_about_in {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .block_features {
    justify-content: flex-start;
    align-items: center;
  }

  .block_features_in {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .block_features_details {
    width: 500px;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .block_listed {
    flex-flow: wrap;
  }

  .h2 {
    text-align: center;
  }

  .block_menu {
    display: none;
  }

  .menu_mobile {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section_hero {
    padding: 35px;
  }

  .block_hero {
    padding-bottom: 35px;
  }

  .header {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .block_logo_hero {
    justify-content: center;
    align-items: center;
  }

  .block_button {
    width: 180px;
  }

  .button_dapp {
    width: 100%;
  }

  .hero_logo {
    height: 325px;
  }

  .circle1 {
    width: 90%;
    height: auto;
  }

  .logo_header {
    height: 25px;
    margin-bottom: 15px;
  }

  .block_about_left {
    width: 100%;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .block_para_side {
    width: 90%;
  }

  .block_about_img {
    width: 400px;
    height: 400px;
  }

  .button_intro {
    width: 100%;
  }

  .block_features_details {
    width: 400px;
  }

  .block_button_features {
    width: 80%;
  }

  .button_feature {
    width: 100%;
  }

  .block_listed {
    padding-left: 0;
    padding-right: 0;
  }

  .section_roadmap {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .menu_right {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    padding: 15px;
  }

  .block_hero {
    border-radius: 20px;
  }

  .header {
    margin-top: 35px;
  }

  .hero_logo {
    height: 225px;
  }

  .h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .block_about_img {
    width: 300px;
    height: 300px;
  }

  .block_features_details {
    width: 300px;
  }

  .feature_in {
    justify-content: flex-start;
    align-items: center;
  }

  .block_feature_icon {
    justify-content: center;
    align-items: center;
  }

  .block_para_feature {
    text-align: center;
  }

  .section_roadmap {
    padding: 15px 15px 0;
  }

  .h2 {
    font-size: 50px;
    line-height: 50px;
  }
}


@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Mobile Menu Overlay */
.mobile_menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 5, 5, 0.98);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile_menu_overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.mobile_menu_close::before,
.mobile_menu_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #74f7ca;
  border-radius: 2px;
}

.mobile_menu_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile_menu_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile_menu_close:hover::before,
.mobile_menu_close:hover::after {
  background-color: #93ffda;
}

.mobile_menu_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.mobile_menu_link {
  font-family: Notosans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #79d4b4;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.2s ease;
  position: relative;
}

.mobile_menu_link:hover {
  color: #93ffda;
  text-shadow: 0 0 20px rgba(116, 247, 202, 0.5);
}

.mobile_menu_link::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #74f7ca;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.mobile_menu_link:hover::after {
  width: 100%;
}

.mobile_menu_cta {
  margin-top: 20px;
  padding: 18px 50px;
  background-color: #081b1b;
  border: 2px solid #16463e;
  border-radius: 100px;
  font-size: 18px;
}

.mobile_menu_cta:hover {
  color: #000;
  background-color: #93ffda;
  border-color: #79ffd1;
  box-shadow: 0 0 40px 2px rgba(116, 247, 202, 0.55);
}

.mobile_menu_cta::after {
  display: none;
}

@media screen and (max-width: 479px) {
  .mobile_menu_close {
    top: 25px;
    right: 25px;
  }

  .mobile_menu_link {
    font-size: 20px;
  }

  .mobile_menu_content {
    gap: 25px;
  }

  .mobile_menu_cta {
    padding: 15px 40px;
    font-size: 16px;
  }
}

/* Roadmap Styles */
.roadmap {
  width: 100%;
  max-width: 1000px;
  padding: 60px 0;
}

.roadmap_timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.roadmap_phase {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.phase_indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  position: relative;
  z-index: 2;
}

.phase_dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0a1f1a;
  border: 3px solid #1b3832;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.phase_dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1b3832;
  transition: all 0.3s ease;
}

.phase_line {
  width: 3px;
  height: 120px;
  background: linear-gradient(180deg, #1b3832 0%, #0a1612 100%);
  margin-top: 0;
}

.roadmap_phase:last-child .phase_line {
  display: none;
}

/* Phase States */
.phase_complete .phase_dot {
  border-color: #74f7ca;
  background-color: #0d2b24;
  box-shadow: 0 0 20px rgba(116, 247, 202, 0.3);
}

.phase_complete .phase_dot::before {
  background-color: #74f7ca;
  box-shadow: 0 0 10px rgba(116, 247, 202, 0.5);
}

.phase_complete .phase_line {
  background: linear-gradient(180deg, #74f7ca 0%, #1b3832 100%);
}

.phase_active .phase_dot {
  border-color: #4dd4ac;
  background-color: #0d2b24;
  animation: pulse 2s ease-in-out infinite;
}

.phase_active .phase_dot::before {
  background-color: #4dd4ac;
}

.phase_active .phase_line {
  background: linear-gradient(180deg, #1b3832 0%, #0a1612 100%);
}

.phase_upcoming .phase_dot {
  border-color: #1b3832;
  background-color: #0a1612;
}

.phase_upcoming .phase_dot::before {
  background-color: #1b3832;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 10px rgba(77, 212, 172, 0.3);
  }
  50% {
    box-shadow: 0 0 25px rgba(77, 212, 172, 0.6);
  }
}

/* Phase Content */
.phase_content {
  flex: 1;
  padding-bottom: 60px;
  padding-top: 0;
}

.roadmap_phase:last-child .phase_content {
  padding-bottom: 0;
}

.phase_status {
  font-family: Notosans, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 16px;
}

.status_complete {
  color: #74f7ca;
  background-color: rgba(116, 247, 202, 0.1);
  border: 1px solid rgba(116, 247, 202, 0.3);
}

.status_active {
  color: #4dd4ac;
  background-color: rgba(77, 212, 172, 0.1);
  border: 1px solid rgba(77, 212, 172, 0.3);
}

.status_upcoming {
  color: #698b80;
  background-color: rgba(105, 139, 128, 0.1);
  border: 1px solid rgba(105, 139, 128, 0.2);
}

.phase_title {
  font-family: Notosans, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #dafff2;
  margin-bottom: 12px;
  line-height: 1.2;
}

.phase_description {
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #698b80;
  line-height: 26px;
  max-width: 600px;
}

/* Hover Effects */
.roadmap_phase:hover .phase_dot {
  transform: scale(1.1);
}

.roadmap_phase:hover .phase_title {
  color: #93ffda;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .roadmap {
    padding: 40px 20px;
  }

  .phase_indicator {
    margin-right: 25px;
  }

  .phase_dot {
    width: 20px;
    height: 20px;
  }

  .phase_dot::before {
    width: 6px;
    height: 6px;
  }

  .phase_line {
    height: 100px;
  }

  .phase_title {
    font-size: 22px;
  }

  .phase_description {
    font-size: 14px;
    line-height: 22px;
  }

  .phase_content {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .roadmap {
    padding: 30px 10px;
  }

  .phase_indicator {
    margin-right: 20px;
  }

  .phase_dot {
    width: 16px;
    height: 16px;
  }

  .phase_dot::before {
    width: 5px;
    height: 5px;
  }

  .phase_line {
    height: 80px;
    width: 2px;
  }

  .phase_title {
    font-size: 18px;
  }

  .phase_description {
    font-size: 13px;
    line-height: 20px;
  }

  .phase_status {
    font-size: 10px;
    padding: 4px 10px;
  }

  .phase_content {
    padding-bottom: 30px;
  }
}