body {
  background: var(--bg);
  color: var(--text);
}

.terms-page {
  min-height: 100vh;
}

.terms-hero {
  padding: 150px 0 150px;
  border-bottom: 1px solid var(--line);
}

.terms-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.terms-hero h1 {
  margin: 0;
  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.terms-hero p {
  margin: 24px 0 16px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.terms-updated {
  color: rgba(255,255,255,0.56);
}

.terms-section {
  padding: 56px 0 100px;
}

.terms-card {
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius);

  background:
    radial-gradient(circle at top left, rgba(255, 191, 0, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));

  box-shadow: var(--shadow);
}

.terms-card section {
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.terms-card section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.terms-card h2 {
  margin: 0 0 16px;

  font-family: Montserrat, Inter, sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);

  line-height: 1.15;
  letter-spacing: -0.03em;
}

.terms-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}
