
body::before {
  background: radial-gradient(ellipse 60% 40% at 50% 0%, rgba(168,85,247,0.06) 0%, transparent 60%);
}

.tos-link {
  color: var(--purple);
  text-decoration: none;
  transition: opacity 0.2s;
}
.tos-link:hover { opacity: 0.8; }


.page {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  padding: 8rem 2rem 6rem;
}


.page-header {
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(168,85,247,0.15);
}

.page-eyebrow {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--purple);
  opacity: 0.5;
  margin-bottom: 0.9rem;
}

.page-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 8vw, 5rem);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1.2rem;
}

.page-title span { color: var(--purple); }

.page-meta {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  color: rgba(168,85,247,0.35);
  text-transform: uppercase;
}


.tos-section {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(168,85,247,0.08);
}

.tos-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.tos-num {
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--purple);
  opacity: 0.7;
  margin-bottom: 0.5rem;
}

.tos-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 1.1rem;
}

.tos-body {
  font-size: 0.96rem;
  line-height: 2;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.04em;
}

.tos-body p + p { margin-top: 0.9rem; }


.tos-warn {
  margin-top: 1.2rem;
  padding: 1.1rem 1.3rem;
  border: 1px solid rgba(168,85,247,0.25);
  border-left: 3px solid var(--purple);
  border-radius: 0 8px 8px 0;
  background: rgba(168,85,247,0.04);
}

.tos-warn p {
  font-size: 0.84rem;
  line-height: 1.85;
  color: rgba(168,85,247,0.75);
  letter-spacing: 0.04em;
}


.tos-list {
  list-style: none;
  margin-top: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.tos-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.62);
  letter-spacing: 0.04em;
}

.tos-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--purple);
  opacity: 0.6;
  flex-shrink: 0;
  margin-top: 0.6em;
}

@media (max-width: 480px) {
  .page { padding: 7rem 1.3rem 4rem; }
}
