/* ===========================
   Terms of Service Page
   =========================== */
.tos {
  padding: 180px 0 100px;
  background: linear-gradient(180deg, #100329 0%, #0F0039 50%, #1C0944 100%);
}

.tos__content {
  max-width: 800px;
  margin: 0 auto;
}

.tos__title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
  text-align: center;
}

.tos__updated {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  text-align: center;
}

.tos__intro {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 40px;
}

.tos__heading {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 16px;
}

.tos__content p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 16px;
}

.tos__list {
  margin: 16px 0 20px 24px;
  list-style: disc;
}

.tos__list li {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 8px;
}

.tos__link {
  color: #825EE7;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.tos__link:hover {
  color: #a78bfa;
}

/* ===========================
   Responsive
   =========================== */
@media (max-width: 768px) {
  .tos {
    padding: 140px 0 60px;
  }

  .tos__title {
    font-size: 2.25rem;
  }

  .tos__heading {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .tos__title {
    font-size: 1.85rem;
  }
}
