.terms-container { max-width: 720px; }

.terms-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
}

.terms-date {
  font-size: 0.85rem;
  color: #9ca3af;
  margin-bottom: 24px;
}

.terms-body > p {
  font-size: 0.92rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 24px;
}

.terms-body section {
  margin-bottom: 28px;
}

.terms-body h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e40af;
  border-left: 3px solid #2563eb;
  padding-left: 10px;
  margin-bottom: 10px;
}

.terms-body section p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 8px;
}

.terms-body ul {
  padding-left: 20px;
  margin: 8px 0;
}

.terms-body ul li {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 2px;
}

.terms-end {
  text-align: right;
  color: #9ca3af;
  font-size: 0.85rem;
  margin-top: 32px;
}

footer {
  margin-top: 32px;
  text-align: center;
  font-size: 0.85rem;
}

footer a {
  color: #2563eb;
  text-decoration: none;
}

footer a:hover { text-decoration: underline; }
