.blog-section-wrapper {
  padding: 50px 0;
  font-family: "Montserrat", sans-serif;
}

.blog-section-wrapper .container {
  max-width: 1600px;
}

.section-header {
  margin-bottom: 36px;
  text-align: center;
}

.blog-section-wrapper .section-title {
  font-family: "Clash Display", sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.02em;
  color: #000000;
  margin: 0;
}

.section-title-highlight {
  color: #f96805;
}

.blog-card {
  height: 100%;
  transition: transform 0.3s ease;
}

.blog-card a {
  text-decoration: none;
  display: block;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.featured-card .blog-card-img {
  margin-bottom: 36px;
}

.featured-card .blog-card-content {
  gap: 24px;
}

.blog-date {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000000;
  display: block;
}

.blog-title {
  font-family: "Clash Display", sans-serif;
  font-weight: 500;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

.featured-title {
  font-size: 36px;
  letter-spacing: -0.01em;
}

.blog-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0;
}

.compact-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.compact-card {
  margin-bottom: 0 !important;
}

.compact-img {
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

.compact-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compact-date {
  font-size: 14px;
  line-height: 1.4;
}

.compact-title {
  font-size: 26px;
  letter-spacing: -0.01em;
}

.compact-description {
  font-size: 15px;
  line-height: 1.5;
}

.all-posts-img {
  height: 315px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.all-posts-title {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.all-posts-description {
  font-size: 18px;
  line-height: 1.4;
}

.btn-read-more {
  background: #fff4ed;
  border: none;
  border-radius: 24px;
  padding: 12px 28px;
  font-size: 18px;
  font-weight: 500;
  color: #f96805;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 45px;
}

.btn-read-more:hover {
  background: #f96805;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(249, 104, 5, 0.3);
}

.gradient-divider {
  width: 100%;
  margin: 96px 0;
}

@media (max-width: 991px) {
  .blog-section-wrapper .section-title {
    font-size: 48px;
  }

  .blog-section-wrapper .featured-title {
    font-size: 26px;
  }

  .blog-section-wrapper .featured-card .blog-card-img {
    margin-bottom: 24px;
  }

  .compact-img {
    height: auto;
  }

  .compact-title {
    font-size: 22px;
  }

  .compact-description {
    font-size: 14px;
  }

  .all-posts-img {
    height: 250px;
  }

  .all-posts-title {
    font-size: 24px;
  }

  .blog-section-wrapper .btn-read-more {
    width: 160px;
    height: 42px;
    font-size: 16px;
  }
}

@media (max-width: 835px) {
  .blog-section-wrapper {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 36px;
    text-align: center;
  }

  .featured-title {
    font-size: 22px;
    text-align: left;
  }

  .blog-date {
    font-size: 14px;
  }

  .blog-description {
    font-size: 15px;
  }

  .compact-cards-wrapper {
    gap: 20px;
  }

  .compact-card .row {
    flex-direction: column;
  }

  .compact-img {
    width: 100%;
    height: 220px;
  }

  .compact-content {
    padding-top: 10px;
  }

  .compact-title {
    font-size: 20px;
  }

  .compact-description {
    font-size: 14px;
  }

  .all-posts-img {
    height: 220px;
  }

  .all-posts-title {
    font-size: 20px;
  }

  .all-posts-description {
    font-size: 14px;
  }

  .btn-read-more {
    width: 140px;
    height: 40px;
    font-size: 15px;
  }

  .gradient-divider {
    margin: 60px 0;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 28px;
  }

  .featured-title {
    font-size: 18px;
  }

  .blog-description {
    font-size: 14px;
  }

  .compact-title {
    font-size: 18px;
  }

  .all-posts-title {
    font-size: 18px;
  }

  .compact-description,
  .all-posts-description {
    font-size: 13px;
  }

  .btn-read-more {
    width: 120px;
    height: 38px;
    font-size: 14px;
  }

  .compact-img,
  .all-posts-img {
    height: 180px;
  }
}

@media (max-width: 360px) {
  .section-title {
    font-size: 24px;
  }

  .featured-title {
    font-size: 16px;
  }

  .compact-title {
    font-size: 16px;
  }

  .btn-read-more {
    width: 110px;
    height: 36px;
    font-size: 13px;
  }
}
