body {
  background-color: #120033;
  color: #ffffff;
  font-family: 'Audiowide', cursive;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.about-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

.section-title {
  color: #ff66c4;
  font-family: 'Orbitron', sans-serif;
  font-size: 2rem;
  margin-bottom: 1.25rem;
  border-left: 4px solid #ff66c4;
  padding-left: 0.75rem;
}

.section-subtext {
  font-size: 1rem;
  color: #f2f2f2;
  margin-bottom: 1.25rem;
}

ul.section-subtext {
  list-style-type: none;
  padding-left: 0;
}

ul.section-subtext li {
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #e8e8e8;
}

ul.section-subtext li i {
  color: #ff66c4;
}

.faq-item {
  margin-bottom: 2rem;
}

.faq-question {
  font-size: 1.1rem;
  color: #ff66c4;
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 0.5rem;
}

.roadmap-phase {
  background: rgba(255, 255, 255, 0.05);
  border-left: 4px solid #ff66c4;
  padding: 1rem 1.25rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}

.roadmap-phase h3 {
  font-family: 'Orbitron', sans-serif;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.roadmap-phase ul {
  margin: 0;
  padding-left: 1.2rem;
  color: #f2f2f2;
  list-style: none;
}

.roadmap-phase ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.roadmap-phase ul li i {
  color: #ff66c4;
}

.cta {
  display: inline-block;
  background: #ff66c4;
  color: #120033;
  font-family: 'Orbitron', sans-serif;
  font-weight: bold;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  font-size: 1.1rem;
  transition: background 0.2s ease-in-out;
  margin-top: 1.5rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.cta:hover {
  background: #ff33a8;
}

.section-subtext a {
  color: #ff66c4;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.section-subtext a:hover {
  color: #ffffff;
}
