body {
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
  color: #212529;
}

.site-header {
  background-color: #f2e2c0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.site-footer {
  background-color: #f2e2c0;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.navbar-brand img {
  height: 96px;
}

main {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.hero-main-article {
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.hero-main-article .hero-text {
  padding: 1.75rem;
}

.hero-main-article h1 {
  font-size: clamp(1.75rem, 2.5vw, 2.4rem);
  font-weight: 700;
}

.hero-main-article p.lead {
  font-size: 1.02rem;
  color: #495057;
}

.section-heading {
  font-weight: 600;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #f2e2c0;
}

.article-card {
  border-radius: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.12);
  text-decoration: none;
}

.article-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.article-card-body {
  padding: 1rem 1.1rem 1.2rem;
  flex: 1 1 auto;
}

.article-card-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #111827;
}

.article-card-subtitle {
  font-size: 0.95rem;
  color: #4b5563;
}

.article-card-date {
  font-size: 0.85rem;
  color: #6b7280;
}

.newsletter-widget {
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.08);
  padding: 1.75rem 1.5rem;
}

.newsletter-widget h2 {
  font-size: 1.3rem;
  font-weight: 600;
}

.footer-links a {
  text-decoration: none;
  margin: 0.25rem 0.75rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-meta {
  font-size: 0.9rem;
}

.footer-copy {
  font-size: 0.85rem;
}

.error-message {
  font-size: 0.85rem;
}

.article-hero-image {
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  max-height: 460px;
  object-fit: cover;
}

.article-content p {
  line-height: 1.7;
  margin-bottom: 1.1rem;
}

@media (max-width: 767.98px) {
  .hero-main-article .hero-text {
    padding-bottom: 1rem;
  }
  .article-card img {
    height: 180px;
  }
}
