.about-hero {
  position: relative;
  background: linear-gradient(135deg, #6d28d9, #9333ea);
  color: #f9fafb;
  text-align: center;
  padding: 4rem 1rem;
}

.about-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.about-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.about-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.about-hero .hero-subtitle {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.9;
}

.tos-content {
  max-width: 900px;
  margin: 3rem auto;
  padding: 2rem;
  background: #1e1b2d;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  color: #f3f4f6;
  line-height: 1.7;
}

.tos-content h2,
.tos-content h3 {
  color: #c084fc;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.tos-content h2 {
  font-size: 1.8rem;
}

.tos-content h3 {
  font-size: 1.4rem;
}

.tos-content p {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.tos-content strong {
  color: #a78bfa;
}

.tos-content a {
  color: #a78bfa;
  text-decoration: underline;
}

.tos-content a:hover {
  color: #c084fc;
}

.tos-content ol {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}

.tos-content li {
  margin-bottom: 0.5rem;
  list-style: decimal;
}

.tossection {
    background: rgba(42,30,61,0.3);
}

@media (max-width: 768px) {
  .about-hero {
    padding: 3rem 1rem;
  }
  .about-hero h1 {
    font-size: 2rem;
  }
  .tos-content {
    padding: 1.5rem;
  }
}
