main {
  max-width: 720px;
  margin: 0 auto;
  padding: 60px 40px 100px;
  animation: fadeUp 0.5s ease both;
}

@media (max-width: 600px) {
  main { padding: 40px 20px 80px; }
}

.terms-eyebrow {
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.terms-title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 10px;
}

.terms-date {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 48px;
}

.terms-divider {
  height: 1px;
  background: var(--border);
  margin: 36px 0;
}

.terms-section { margin-bottom: 36px; }

.terms-section h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  color: var(--text);
}

.terms-section p,
.terms-section li {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 10px;
}

.terms-section ul { padding-left: 1.4em; }
.terms-section li { margin-bottom: 6px; }

.terms-section a { color: var(--accent); text-decoration: none; }
.terms-section a:hover { text-decoration: underline; }
