body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #111; background-color: #f7f7f7; }
header, footer { background-color: #111827; color: #f9fafb; padding: 1rem 10vw; }
header a, footer a { color: #e5e7eb; text-decoration: none; margin-right: 1.5rem; font-size: 0.95rem; }
header a:hover, footer a:hover { text-decoration: underline; }
.logo { font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.9rem; }
main { padding: 3rem 10vw; max-width: 960px; margin: 0 auto; }
.hero-title { font-size: 2.2rem; margin-bottom: 0.5rem; }
.hero-subtitle { font-size: 1.05rem; color: #4b5563; max-width: 640px; }
.hero-section { margin-bottom: 3rem; }
.section { margin-top: 2.5rem; }
.section h2, .section h1 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.section p { color: #4b5563; line-height: 1.6; }
.pill { display: inline-block; padding: 0.15rem 0.5rem; border-radius: 999px; font-size: 0.75rem; background: #e5e7eb; color: #374151; margin-right: 0.25rem; margin-bottom: 0.25rem; }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 1rem; }
.card { background: white; border-radius: 0.5rem; padding: 1.25rem; box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08); }
.card h3 { margin-top: 0; font-size: 1.05rem; margin-bottom: 0.35rem; }
.muted { color: #6b7280; font-size: 0.9rem; }
.btn-row { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn-primary, .btn-secondary { padding: 0.6rem 1.1rem; border-radius: 999px; font-size: 0.9rem; text-decoration: none; display: inline-block; }
.btn-primary { background-color: #111827; color: #f9fafb; }
.btn-secondary { background-color: transparent; color: #111827; border: 1px solid #d1d5db; }
.btn-primary:hover { background-color: #020617; }
.btn-secondary:hover { background-color: #e5e7eb; }
footer { font-size: 0.8rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem; align-items: center; }
footer nav a { margin-right: 1rem; }
ul { color: #4b5563; line-height: 1.6; }
li { margin-bottom: 0.35rem; }
@media (max-width: 640px) {
  header, footer, main { padding-left: 1.25rem; padding-right: 1.25rem; }
  .hero-title { font-size: 1.8rem; }
}

