:root { color-scheme: light dark; }
body.public-site { font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }

.public-site .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-spacing { padding: 60px 0; }

.page-hero {
  padding: 80px 0 60px;
  background: linear-gradient(to bottom, #f8fafc, #ffffff);
  border-bottom: 1px solid #e5e7eb;
}

.page-hero h1 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 18px;
  color: #475569;
  max-width: 720px;
  line-height: 1.6;
}

.public-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.public-content p,
.public-content li {
  line-height: 1.7;
  color: #334155;
}

.public-content a { text-decoration: underline; text-underline-offset: 3px; }

.dark .page-hero {
  background: linear-gradient(to bottom, #020617, #0f172a);
  border-bottom-color: #1e293b;
}

.dark .page-hero h1,
.dark .public-content h2 { color: #f8fafc; }

.dark .hero-subtitle,
.dark .public-content p,
.dark .public-content li { color: #cbd5e1; }
