/* Legal / policy pages — readable prose layout */
.pg-policy main {
  padding: 2.5rem 0 4rem;
  background: #f8fafc;
}

.pg-policy .policy-content {
  max-width: 48rem;
  margin: 0 auto;
  padding: 2rem 2.25rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.pg-policy .policy-content h1 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.pg-policy .policy-content h1:not(:first-child) {
  margin-top: 2rem;
}

.pg-policy .policy-content h2 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin: 1.5rem 0 0.5rem;
}

.pg-policy .policy-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #334155;
  margin: 1.25rem 0 0.5rem;
}

.pg-policy .policy-content p,
.pg-policy .policy-content li {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
}

.pg-policy .policy-content ul {
  padding-left: 1.25rem;
  margin: 0.5rem 0 1rem;
}

.pg-policy .policy-content a {
  color: #0d9488;
  text-decoration: underline;
}

.pg-policy .policy-content a:hover {
  color: #0f766e;
}

/* Sitemap page */
.pg-sitemap .sitemap-hero {
  padding: 2rem 0 1rem;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
}

.pg-sitemap .sitemap-hero h1 {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.pg-sitemap .sitemap-hero p {
  margin: 0;
  font-size: 0.9375rem;
  color: #cbd5e1;
  line-height: 1.5;
}

.pg-sitemap .sitemap-hero a {
  color: #93c5fd;
}

.pg-sitemap .sitemap-list {
  margin: 2rem 0 3rem;
  padding: 1.5rem 1.75rem;
  background: #f8fafc;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
}

.pg-sitemap .sitemap-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pg-sitemap .sitemap-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.875rem;
}

.pg-sitemap .sitemap-list li:last-child {
  border-bottom: none;
}

.pg-sitemap .sitemap-list a {
  color: #2563eb;
  text-decoration: none;
}

.pg-sitemap .sitemap-list a:hover {
  text-decoration: underline;
}

.pg-sitemap .sitemap-hint {
  font-size: 0.8125rem;
  color: #64748b;
  margin-top: 1rem;
}
