.bl-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E8F0;
}
.bl-filter {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.15s ease;
}
.bl-filter:hover {
  border-color: #14B8A6;
  color: #0D9488;
}
.bl-filter.active {
  background: #0F172A;
  color: white;
  border-color: #0F172A;
}

.bl-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bl-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.bl-featured-img {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  color: white;
}
.bl-featured-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(245, 158, 11, 0.95);
  color: #0F172A;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.bl-featured-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.bl-featured-body {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bl-featured-body h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0F172A;
  margin: 12px 0 16px;
  line-height: 1.3;
}
.bl-featured-body h2 a {
  color: inherit;
  text-decoration: none;
}
.bl-featured-body h2 a:hover { color: #0D9488; }
.bl-featured-body p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 20px;
}
.bl-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #94A3B8;
  font-weight: 500;
  flex-wrap: wrap;
}
.bl-cat {
  display: inline-block;
  background: rgba(20, 184, 166, 0.1);
  color: #0D9488;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.bl-read-more {
  display: inline-block;
  color: #0D9488;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.bl-read-more:hover { text-decoration: underline; }

.bl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.bl-post {
  background: white;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bl-post:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}
.bl-post-img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-post-emoji {
  font-size: 56px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.15));
}
.bl-post-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bl-post-body h3 {
  font-size: 17px;
  font-weight: 700;
  color: #0F172A;
  margin: 8px 0 12px;
  line-height: 1.35;
}
.bl-post-body h3 a {
  color: inherit;
  text-decoration: none;
}
.bl-post-body h3 a:hover { color: #0D9488; }
.bl-post-body > p {
  font-size: 14px;
  color: #64748B;
  line-height: 1.6;
  margin: 0 0 16px;
  flex: 1;
}
.bl-post-foot {
  display: flex;
  gap: 6px;
  font-size: 12px;
  color: #94A3B8;
  margin-top: auto;
}

.bl-subscribe {
  background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
  color: white;
  border-radius: 16px;
  padding: 48px;
  text-align: center;
}
.bl-subscribe h2 {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 8px;
}
.bl-subscribe p {
  font-size: 15px;
  color: #94A3B8;
  margin: 0 0 24px;
}
.bl-subscribe-form {
  display: flex;
  gap: 8px;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
.bl-subscribe-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border-radius: 8px;
  font-size: 15px;
  font-family: inherit;
}
.bl-subscribe-form input::placeholder { color: #64748B; }
.bl-subscribe-form input:focus {
  outline: none;
  border-color: #14B8A6;
  background: rgba(255, 255, 255, 0.08);
}
.bl-sub-result {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  color: #14B8A6;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s;
}
.bl-sub-result.show { opacity: 1; }

@media (max-width: 900px) {
  .bl-featured { grid-template-columns: 1fr; }
  .bl-featured-img { min-height: 200px; }
  .bl-featured-body { padding: 28px; }
  .bl-grid { grid-template-columns: 1fr; }
  .bl-subscribe { padding: 32px 24px; }
  .bl-subscribe-form { flex-direction: column; }
}
