.blog-hero {
  height: 50vh;
  min-height: 400px;
}

.blog-title {
  font-size: 3rem;
}

.blog-filter-bar {
  gap: 0.5rem;
  padding: 0.8rem 1.5rem;
}

.featured-card {
  grid-template-columns: 1fr;

  height: auto;
}

.featured-image-wrapper {
  height: 350px;
  min-height: auto;
  width: 100%;
}

.featured-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.newsletter-box {
  flex-direction: column;
  text-align: center;
  gap: 2rem;
}

.newsletter-text {
  flex-direction: column;
  align-items: center;
}

.newsletter-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.latest-quests-swiper {
  padding-bottom: 3.5rem !important;
}

.swiper-nav-buttons {
  display: flex;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 44px;
  height: 44px;
}

.card-meta {
  flex-wrap: wrap;
}

.cta-slide {
  padding: 2rem;
}

.cta-slide h4 {
  font-size: 1.4rem;
}

.cta-box {
  padding: 3rem;
}

.cta-content h2 {
  font-size: 2rem;
}

.cta-content p {
  font-size: 1.1rem;
}

.btn-primary {
  padding: 0.8rem 2rem;
}

.featured-layout-split {
  grid-template-columns: 1fr !important;
  gap: 3rem;
}

.featured-main-card .featured-image-wrapper {
  height: 350px;
}

.featured-list-wrapper {
  gap: 1.5rem;
}

.featured-list-heading {
  margin-bottom: 1rem;
}
