/* Privacy policy page (GV-177). Long-form reading layout on the GoVehlo tokens;
   deliberately self-contained so landing.css can evolve without breaking it. */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--warm-white, #F7F9F8);
  color: var(--text-primary, #1A2E1F);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.policy-nav {
  padding: 20px 24px;
}

.policy-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.policy-wordmark {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: var(--deep-forest, #1A2E1F);
}

.policy {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 24px 64px;
}

.policy h1 {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-weight: 900;
  font-size: 36px;
  color: var(--deep-forest, #1A2E1F);
  margin: 0 0 4px;
}

.policy-updated {
  color: var(--text-muted, #5C6F63);
  font-size: 14px;
  margin: 0 0 32px;
}

.policy h2 {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: var(--deep-forest, #1A2E1F);
  margin: 40px 0 8px;
}

.policy h3 {
  font-family: 'Nunito', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--deep-forest, #1A2E1F);
  margin: 20px 0 4px;
}

.policy p,
.policy li {
  font-size: 16px;
  color: var(--text-primary, #1A2E1F);
}

.policy ul {
  padding-left: 22px;
  margin: 8px 0;
}

.policy li {
  margin: 6px 0;
}

.policy a {
  color: var(--forest, #2D6A4F);
  font-weight: 600;
}

.policy-footer {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.policy-footer a {
  color: var(--text-muted, #5C6F63);
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 480px) {
  .policy h1 { font-size: 28px; }
}
