body {
  font-family: 'Inter', sans-serif;
  background-color: #f9f9f9;
  color: #222;
}

.navbar {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
}

.container {
  max-width: 750px;
  padding-top: 2rem;
}

.blog-post {
  border-bottom: 1px solid #eee;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.blog-title:hover {
  text-decoration: underline;
}

.blog-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 0.5rem;
}

footer {
  padding: 2rem 0;
  font-size: 0.9rem;
  color: #999;
  border-top: 1px solid #eaeaea;
  text-align: center;
  margin-top: 3rem;
}

.hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: #777;
}

.hero-heading {
  font-size: 2.25rem;
  font-weight: 700;
}

.hero-actions .btn {
  min-width: 160px;
}

.article-header {
  margin-bottom: 2rem;
}

.article-header h1 {
  font-size: 2.25rem;
  font-weight: 700;
}

.article-meta {
  color: #777;
  font-size: 0.95rem;
}

.article-body p {
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.article-body h2 {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-list li {
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
  background: #fff;
}

.card-list a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}

.contact-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.5rem;
  padding: 2rem;
}

.contact-card .form-control {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;
}

.contact-card label {
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.contact-card button {
  padding: 0.75rem 1.25rem;
}
