.terms-page {
  min-height: 100vh;
  background: #ede5d2;
  color: #182024;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.terms-main {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 84px) 0 70px;
}

.terms-main .eyebrow {
  margin: 0 0 10px;
  color: #7c3a24;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.terms-main h1 {
  margin: 0 0 14px;
  font: 700 clamp(2.2rem, 5vw, 4rem)/1.02 Georgia, serif;
  letter-spacing: -0.04em;
}

.terms-updated {
  margin: 0 0 42px;
  color: #687072;
  font-size: 0.9rem;
}

.terms-card {
  padding: clamp(24px, 5vw, 46px);
  border: 1px solid #d1c7ad;
  border-radius: 16px;
  background: #fffdf7;
  box-shadow: 0 14px 35px rgba(24, 32, 36, 0.08);
}

.terms-card section + section {
  margin-top: 30px;
}

.terms-card h2 {
  margin: 0 0 8px;
  color: #182024;
  font: 700 1.2rem/1.3 Georgia, serif;
}

.terms-card p,
.terms-card li {
  color: #4f5c59;
  font-size: 1rem;
  line-height: 1.65;
}

.terms-card p {
  margin: 0;
}

.terms-card ul {
  margin: 10px 0 0;
  padding-left: 1.3rem;
}

.terms-card a {
  color: #176b78;
  text-underline-offset: 3px;
}

.terms-back {
  display: inline-flex;
  margin-top: 28px;
  color: #176b78;
  font-weight: 700;
  text-underline-offset: 3px;
}
