/* ===== blog.css ===== */
.blog-hero { background: #1B3A5C; padding: 36px 28px; text-align: center; }
.blog-hero .hero-eyebrow { font-size: 11px; letter-spacing: 1.5px; color: #9BBDD6; text-transform: uppercase; font-family: 'Nunito Sans', sans-serif; margin-bottom: 10px; }
.blog-hero h1 { font-size: 26px; font-weight: 600; color: white; margin-bottom: 8px; }
.blog-hero p { font-size: 13px; color: #9BBDD6; font-family: 'Nunito Sans', sans-serif; margin-bottom: 20px; }
.blog-search { display: flex; background: white; border-radius: 30px; padding: 6px 6px 6px 16px; max-width: 380px; margin: 0 auto; }
.blog-search input { flex: 1; border: none; outline: none; font-size: 13px; font-family: 'Nunito Sans', sans-serif; color: #2A2825; background: transparent; }
.blog-search input::placeholder { color: #B0ACA6; }
.blog-search button { background: #C9952A; color: white; border: none; border-radius: 20px; padding: 7px 18px; font-size: 12px; font-family: 'Nunito', sans-serif; font-weight: 500; cursor: pointer; }

.blog-cats { padding: 14px 28px; display: flex; gap: 8px; overflow-x: auto; border-bottom: 0.5px solid #E0DDD6; }
.blog-cats::-webkit-scrollbar { display: none; }
.blog-cat-chip { padding: 6px 16px; border-radius: 20px; font-size: 12px; font-family: 'Nunito Sans', sans-serif; cursor: pointer; border: 0.5px solid #E0DDD6; background: white; color: #5A5650; white-space: nowrap; }
.blog-cat-chip.on { background: #1B3A5C; color: white; border-color: #1B3A5C; }

.blog-wrap { padding: 28px; max-width: 1100px; }
.blog-sec-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.blog-sec-title { font-size: 15px; font-weight: 600; color: #1B3A5C; }
.blog-sec-link { font-size: 12px; color: #C9952A; font-family: 'Nunito Sans', sans-serif; cursor: pointer; }
.blog-divider { height: 0.5px; background: #E0DDD6; margin: 24px 0; }

.blog-featured { background: white; border: 0.5px solid #E0DDD6; border-radius: 16px; overflow: hidden; margin-bottom: 0; cursor: pointer; transition: box-shadow 0.2s; }
.blog-featured:hover { box-shadow: 0 4px 20px rgba(27,58,92,0.1); }
.blog-featured-img { height: 200px; display: flex; align-items: flex-end; padding: 16px; position: relative; }
.bf-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,25,45,0.75), transparent); }
.bf-content { position: relative; z-index: 1; }
.bf-tag { display: inline-block; background: #C9952A; color: white; font-size: 10px; font-family: 'Nunito Sans', sans-serif; font-weight: 500; padding: 3px 10px; border-radius: 20px; margin-bottom: 8px; }
.bf-title { font-size: 20px; font-weight: 600; color: white; line-height: 1.3; }
.blog-featured-body { padding: 18px 20px; }
.bf-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 11px; color: #B0ACA6; font-family: 'Nunito Sans', sans-serif; flex-wrap: wrap; }
.meta-dot { width: 3px; height: 3px; background: #D0CEC8; border-radius: 50%; }
.bf-desc { font-size: 13px; color: #5A5650; font-family: 'Nunito Sans', sans-serif; line-height: 1.75; margin-bottom: 14px; }
.bf-link { font-size: 13px; font-weight: 500; color: #2E6DA4; font-family: 'Nunito Sans', sans-serif; }

.blog-two-col { display: grid; grid-template-columns: 1fr 280px; gap: 24px; }

.blog-articles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px,1fr)); gap: 14px; margin-bottom: 0; }
.blog-article-card { background: white; border: 0.5px solid #E0DDD6; border-radius: 14px; overflow: hidden; cursor: pointer; transition: box-shadow 0.2s; }
.blog-article-card:hover { box-shadow: 0 4px 16px rgba(27,58,92,0.1); }
.ba-img { height: 110px; display: flex; align-items: flex-start; padding: 10px; }
.ba-tag { background: rgba(255,255,255,0.92); color: #1B3A5C; font-size: 10px; font-family: 'Nunito Sans', sans-serif; font-weight: 500; padding: 3px 9px; border-radius: 20px; }
.ba-body { padding: 13px 14px; }
.ba-title { font-size: 13px; font-weight: 600; color: #2A2825; line-height: 1.4; margin-bottom: 5px; }
.ba-meta { font-size: 10px; color: #B0ACA6; font-family: 'Nunito Sans', sans-serif; }

.blog-list { display: flex; flex-direction: column; gap: 10px; }
.blog-list-card { background: white; border: 0.5px solid #E0DDD6; border-radius: 12px; display: flex; overflow: hidden; cursor: pointer; transition: box-shadow 0.2s; }
.blog-list-card:hover { box-shadow: 0 2px 10px rgba(27,58,92,0.08); }
.bl-img { width: 80px; min-width: 80px; }
.bl-body { padding: 12px 14px; flex: 1; }
.bl-tag { background: #FDF0D0; color: #7A5610; font-size: 10px; font-family: 'Nunito Sans', sans-serif; padding: 2px 8px; border-radius: 20px; display: inline-block; margin-bottom: 5px; }
.bl-title { font-size: 12px; font-weight: 600; color: #2A2825; line-height: 1.4; margin-bottom: 3px; }
.bl-meta { font-size: 10px; color: #B0ACA6; font-family: 'Nunito Sans', sans-serif; }

.blog-sidebar { display: flex; flex-direction: column; gap: 14px; }
.sidebar-card { background: white; border: 0.5px solid #E0DDD6; border-radius: 12px; padding: 16px; }
.sidebar-title { font-size: 13px; font-weight: 600; color: #1B3A5C; margin-bottom: 12px; }
.pop-list { display: flex; flex-direction: column; gap: 10px; }
.pop-item { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.pop-num { font-size: 16px; font-weight: 600; color: #E0DDD6; font-family: 'Nunito', sans-serif; width: 22px; flex-shrink: 0; }
.pop-title { font-size: 12px; color: #3A3530; font-family: 'Nunito Sans', sans-serif; line-height: 1.4; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 6px; }
.tag-cloud-item { background: #F0EDE6; color: #5A5650; font-size: 11px; font-family: 'Nunito Sans', sans-serif; padding: 4px 10px; border-radius: 20px; border: 0.5px solid #E0DDD6; cursor: pointer; }
.tag-cloud-item:hover { background: #D6E8F5; color: #1B3A5C; }
.newsletter-card { background: #1B3A5C; border-radius: 12px; padding: 18px; text-align: center; }
.newsletter-card h3 { font-size: 14px; font-weight: 600; color: white; margin-bottom: 5px; }
.newsletter-card p { font-size: 12px; color: #9BBDD6; font-family: 'Nunito Sans', sans-serif; margin-bottom: 12px; }
.nl-input { display: flex; background: white; border-radius: 30px; padding: 5px 5px 5px 12px; }
.nl-input input { flex: 1; border: none; outline: none; font-size: 12px; font-family: 'Nunito Sans', sans-serif; color: #2A2825; background: transparent; min-width: 0; }
.nl-input input::placeholder { color: #B0ACA6; }
.nl-input button { background: #C9952A; color: white; border: none; border-radius: 20px; padding: 6px 12px; font-size: 11px; font-family: 'Nunito', sans-serif; font-weight: 500; cursor: pointer; white-space: nowrap; }

@media (max-width: 800px) {
  .blog-two-col { grid-template-columns: 1fr; }
  .blog-sidebar { display: none; }
  .blog-wrap { padding: 20px 16px; }
}
