
:root {
  --navy: #0f172a;
  --red: #7f1d1d;
  --max-width: 1152px;
}

html { font-size: 16px; }
body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--navy);
  margin: 0;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header, .site-footer {
  border-bottom: 1px solid #e5e7eb;
}

.hero {
  padding: 4rem 0;
}

.cta {
  display: inline-block;
  margin-top: 1.5rem;
  color: white;
  background: var(--navy);
  padding: 0.75rem 1.25rem;
  text-decoration: none;
}
