.blog-listing-page {
  background: #f6f8fb;
  color: #102033;
}

.bl-main {
  overflow: hidden;
  background: #f6f8fb;
}

.bl-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.bl-hero {
  height: 420px;
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #05162a;
  color: #ffffff;
}

.bl-hero::before {
  position: absolute;
  inset: 0;
  background:
    url("/assets/imgs/page/homepage1/banner.jpg") left center / 48% 100% no-repeat,
    url("/assets/imgs/page/homepage1/goa.jpg") right top / 32% 50% no-repeat,
    url("/assets/imgs/page/homepage1/darjeeling.jpg") 68% bottom / 30% 50% no-repeat,
    url("/assets/imgs/page/homepage1/bali.jpg") right bottom / 32% 50% no-repeat;
  content: "";
}

.bl-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 22, 42, 0.88), rgba(5, 22, 42, 0.58)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.46)),
    radial-gradient(circle at 82% 18%, rgba(0, 166, 214, 0.32), transparent 28%);
  content: "";
}

.bl-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 930px;
  padding: 70px 0;
}

.bl-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.bl-hero-title {
  margin: 0;
  max-width: 860px;
  color: #ffffff;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.bl-hero-subtitle {
  max-width: 760px;
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.7;
}

.bl-search {
  display: flex;
  align-items: center;
  max-width: 620px;
  height: 58px;
  padding: 0 8px 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.bl-search i {
  color: #0b72e7;
  font-size: 20px;
}

.bl-search-input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: #102033;
  font-size: 16px;
  outline: 0;
  padding: 0 14px;
}

.bl-search-btn {
  height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.bl-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.bl-pill {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  padding: 9px 15px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.22s ease, background 0.22s ease;
}

.bl-pill:hover,
.bl-pill.is-active {
  transform: translateY(-2px);
  background: #ffffff;
  color: #0b72e7;
}

.bl-section {
  padding: 72px 0;
}

.bl-section-tight {
  padding-top: 0;
}

.bl-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.bl-section-title {
  margin: 0;
  color: #0b1d31;
  font-size: 36px;
  line-height: 1.18;
  font-weight: 900;
}

.bl-section-text {
  max-width: 620px;
  margin: 8px 0 0;
  color: #64748b;
  font-size: 18px;
  line-height: 1.7;
}

.bl-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(360px, 0.8fr);
  gap: 40px;
  align-items: start;
}

.bl-feature-card {
  position: relative;
  display: block;
  overflow: hidden;
  height: 520px;
  min-height: 520px;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 28px 70px rgba(11, 31, 55, 0.2);
}

.bl-feature-card:hover img,
.bl-post-card:hover img,
.bl-slider-card:hover img {
  transform: scale(1.06);
}

.bl-feature-image {
  position: absolute;
  inset: 0;
}

.bl-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.bl-feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(3, 16, 31, 0.88) 100%);
}

.bl-feature-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 36px;
}

.bl-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 8px 13px;
  border-radius: 999px;
  background: #eaf4ff;
  color: #0b72e7;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.bl-feature-card .bl-badge {
  background: rgba(255, 255, 255, 0.92);
}

.bl-feature-title {
  max-width: 820px;
  margin: 16px 0 12px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
}

.bl-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.45;
}

.bl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
}

.bl-feature-excerpt {
  display: -webkit-box;
  max-width: 780px;
  overflow: hidden;
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 106, 214, 0.26);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.bl-btn:hover {
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 20px 38px rgba(0, 106, 214, 0.32);
}

.bl-sticky {
  position: sticky;
  top: 110px;
}

.bl-panel {
  border: 1px solid rgba(127, 148, 171, 0.16);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(18, 42, 72, 0.08);
}

.bl-panel-inner {
  padding: 24px;
}

.bl-panel-title {
  margin: 0 0 18px;
  color: #0b1d31;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.bl-trending-list,
.bl-side-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bl-trending-link,
.bl-side-link {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 14px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.bl-trending-link:hover,
.bl-side-link:hover {
  transform: translateX(4px);
}

.bl-thumb {
  overflow: hidden;
  width: 98px;
  height: 78px;
  border-radius: 14px;
  background: #e5edf6;
}

.bl-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bl-mini-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  color: #102033;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 850;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bl-mini-meta,
.bl-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #748396;
  font-size: 14px;
}

.bl-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.bl-category-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(18, 42, 72, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.bl-category-card:nth-child(6n+1) { background: linear-gradient(135deg, #006be6, #00a6d6); }
.bl-category-card:nth-child(6n+2) { background: linear-gradient(135deg, #115e59, #14b8a6); }
.bl-category-card:nth-child(6n+3) { background: linear-gradient(135deg, #7c2d12, #f97316); }
.bl-category-card:nth-child(6n+4) { background: linear-gradient(135deg, #831843, #ec4899); }
.bl-category-card:nth-child(6n+5) { background: linear-gradient(135deg, #3730a3, #818cf8); }
.bl-category-card:nth-child(6n+6) { background: linear-gradient(135deg, #14532d, #22c55e); }

.bl-category-card:hover {
  transform: translateY(-6px);
  color: #ffffff;
  box-shadow: 0 24px 54px rgba(18, 42, 72, 0.18);
}

.bl-category-icon {
  font-size: 28px;
  line-height: 1;
}

.bl-category-name {
  margin: 18px 0 5px;
  font-size: 20px;
  font-weight: 900;
}

.bl-category-count {
  font-size: 14px;
  opacity: 0.88;
}

.bl-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 40px;
  align-items: start;
}

.bl-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 32px;
}

.bl-post-card {
  display: flex;
  min-width: 0;
  height: 760px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 20px 52px rgba(18, 42, 72, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bl-post-card:hover {
  transform: translateY(-8px);
  color: inherit;
  box-shadow: 0 30px 70px rgba(18, 42, 72, 0.16);
}

.bl-post-image {
  position: relative;
  overflow: hidden;
  height: 260px;
  flex: 0 0 260px;
  border-radius: 24px 24px 0 0;
  background: #e5edf6;
}

.bl-post-image img,
.bl-slider-image img {
  width: 100%;
  height: 100%;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.bl-post-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 106, 214, 0.25);
}

.bl-post-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 24px;
}

.bl-post-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 84px;
  margin: 12px 0 14px;
  color: #102033;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.bl-post-excerpt {
  display: -webkit-box;
  overflow: hidden;
  min-height: 86px;
  margin: 16px 0 22px;
  color: #526377;
  font-size: 18px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bl-author-row {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #526377;
  font-size: 15px;
  font-weight: 800;
}

.bl-author-row img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.bl-post-card .bl-btn {
  width: 100%;
  height: 56px;
  min-height: 56px;
  margin-top: auto;
  font-size: 17px;
  border-radius: 999px;
}

.bl-post-card .bl-btn:hover {
  background: linear-gradient(135deg, #004ba8, #006be6);
}

.bl-sidebar {
  display: grid;
  gap: 22px;
}

.bl-side-category-list,
.bl-tag-list,
.bl-resource-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bl-side-category-list a,
.bl-tag-list a,
.bl-resource-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eef6ff;
  color: #0b5fc2;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.bl-empty {
  padding: 28px;
  border-radius: 18px;
  background: #ffffff;
  color: #64748b;
  font-size: 18px;
  text-align: center;
}

.bl-slider {
  display: grid;
  grid-auto-columns: minmax(320px, 420px);
  grid-auto-flow: column;
  gap: 22px;
  overflow-x: auto;
  padding: 4px 4px 16px;
  scroll-snap-type: x mandatory;
}

.bl-slider::-webkit-scrollbar {
  height: 8px;
}

.bl-slider::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #bdd2e8;
}

.bl-slider-card {
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(18, 42, 72, 0.08);
  scroll-snap-align: start;
}

.bl-slider-image {
  overflow: hidden;
  height: 250px;
  background: #e5edf6;
}

.bl-slider-body {
  padding: 22px;
}

.bl-newsletter {
  border-radius: 28px;
  background: linear-gradient(135deg, #006be6, #00a6d6);
  color: #ffffff;
  padding: 42px;
  box-shadow: 0 24px 58px rgba(0, 106, 214, 0.2);
}

.bl-newsletter-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 30px;
  align-items: center;
}

.bl-newsletter h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
}

.bl-newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.bl-newsletter-form {
  display: flex;
  position: relative;
  gap: 12px;
  padding: 8px;
  border-radius: 999px;
  background: #ffffff;
}

.bl-newsletter-form.is-sent::after {
  position: absolute;
  left: 16px;
  bottom: -28px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  content: "Subscribed. Thank you.";
}

.bl-newsletter-form input {
  width: 100%;
  border: 0;
  padding: 0 14px;
  font-size: 16px;
  outline: 0;
}

.bl-newsletter-form button {
  border: 0;
  border-radius: 999px;
  background: #102033;
  color: #ffffff;
  font-weight: 900;
  padding: 0 22px;
}

.bl-resources {
  padding: 0 0 80px;
}

.bl-resource-panel {
  border-radius: 24px;
  background: #ffffff;
  padding: 32px;
  box-shadow: 0 18px 46px rgba(18, 42, 72, 0.08);
}

.bl-fade-up {
  animation: blFadeUp 0.45s ease both;
}

@keyframes blFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {
  .bl-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bl-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .bl-feature-layout,
  .bl-content-layout,
  .bl-newsletter-grid {
    grid-template-columns: 1fr;
  }

  .bl-sticky {
    position: static;
  }
}

@media (max-width: 768px) {
  .bl-container {
    padding: 0 16px;
  }

  .bl-hero {
    height: auto;
    min-height: 520px;
  }

  .bl-hero-title {
    font-size: 38px;
  }

  .bl-search,
  .bl-newsletter-form {
    height: auto;
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
    padding: 12px;
  }

  .bl-search-input,
  .bl-newsletter-form input {
    min-height: 46px;
  }

  .bl-search-btn,
  .bl-newsletter-form button {
    min-height: 46px;
  }

  .bl-section {
    padding: 50px 0;
  }

  .bl-section-head {
    align-items: start;
    flex-direction: column;
  }

  .bl-section-title,
  .bl-newsletter h2 {
    font-size: 30px;
  }

  .bl-feature-card {
    height: 560px;
    min-height: 560px;
  }

  .bl-feature-content {
    padding: 24px;
  }

  .bl-feature-title {
    font-size: 30px;
  }

  .bl-category-grid,
  .bl-post-grid {
    grid-template-columns: 1fr;
  }

  .bl-post-card {
    height: 720px;
  }

  .bl-post-title {
    min-height: 72px;
    font-size: 28px;
  }

  .bl-slider {
    grid-auto-columns: 86%;
  }

  .bl-newsletter,
  .bl-resource-panel {
    padding: 24px;
    border-radius: 22px;
  }
}
