*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

.page-container,
.content-wrap,
.main-content {
  width: 100%;
}

.content-container {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0 14px 24px;
  gap: 0;
}

.middle-section {
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
}

.right-sidebar {
  display: none !important;
}

.roadmap-section {
  min-height: clamp(320px, 44svh, 430px);
  padding: 76px 18px 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.roadmap-hero-content {
  max-width: 700px;
  margin: 0 auto;
}

.roadmap-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.roadmap-title {
  font-size: clamp(32px, 6vw, 42px);
  font-weight: 800;
  color: #111;
  margin: 0;
  line-height: 1.08;
}

.roadmap-divider {
  width: 72px;
  height: 4px;
  margin: 14px auto 16px;
  border-radius: 999px;
}

.roadmap-description {
  max-width: 54ch;
  margin: 0 auto;
  font-size: clamp(14px, 2vw, 16px);
  color: #222;
  line-height: 1.55;
}

.timeline-section {
  background-color: #ffffff;
  padding: 26px 0 40px;
}

.timeline-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.timeline-header {
  text-align: left;
  margin-bottom: 18px;
  padding: 0 2px;
}

.timeline-heading {
  font-size: clamp(1.14rem, 2.8vw, 1.45rem);
  font-weight: 700;
  color: #1f1f1f;
  margin: 0 0 6px;
  line-height: 1.2;
}

.timeline-subheading {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #5e5e5e;
}

.timeline {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #dddddd;
}

.timeline li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 40px;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: #a18cd1;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #a18cd1;
}

.timeline li:last-child {
  margin-bottom: 0;
}

.timeline-date {
  display: block;
  font-size: clamp(0.78rem, 2.2vw, 0.95rem);
  font-weight: 800;
  color: #6a1b9a;
  margin-bottom: 6px;
  line-height: 1.15;
}

.timeline-text {
  margin: 0;
  font-size: clamp(0.74rem, 2vw, 0.92rem);
  line-height: 1.45;
  color: #444444;
}

@media (max-width: 768px) {
  .content-container {
    padding: 0 12px 22px;
  }

  .roadmap-section {
    min-height: clamp(300px, 43svh, 390px);
    padding: 68px 16px 64px;
  }

  .roadmap-title {
    font-size: clamp(30px, 7vw, 38px);
  }

  .roadmap-description {
    font-size: 0.93rem;
    line-height: 1.5;
  }

  .timeline-section {
    padding: 22px 0 34px;
  }

  .timeline-heading {
    font-size: 1.08rem;
  }

  .timeline-subheading {
    font-size: 0.84rem;
  }
}

@media (max-width: 480px) {
  .content-container {
    padding: 0 12px 20px;
  }

  .roadmap-section {
    min-height: clamp(285px, 42svh, 350px);
    padding: 60px 16px 56px;
  }

  .roadmap-kicker {
    font-size: 0.62rem;
    padding: 4px 10px;
    margin-bottom: 10px;
  }

  .roadmap-title {
    font-size: 28px;
  }

  .roadmap-divider {
    width: 64px;
    margin: 12px auto 14px;
  }

  .roadmap-description {
    font-size: 0.88rem;
    line-height: 1.45;
    max-width: 34ch;
  }

  .timeline-section {
    padding: 18px 0 30px;
  }

  .timeline::before {
    left: 12px;
  }

  .timeline li {
    padding-left: 36px;
  }

  .timeline li::before {
    left: 5px;
    width: 13px;
    height: 13px;
  }

  .timeline-text br {
    display: none;
  }
}

@media (max-width: 360px) {
  .content-container {
    padding: 0 10px 18px;
  }

  .roadmap-section {
    min-height: 270px;
    padding: 54px 14px 50px;
  }

  .roadmap-title {
    font-size: 25px;
  }

  .roadmap-description {
    font-size: 0.82rem;
  }
}