.blog-hero{background:linear-gradient(135deg,#fff7f5,var(--brand-bg-alt));padding-bottom:74px;text-align:center}.blog-hero h1{max-width:820px;margin:0 auto 16px;font-size:2.8rem}.blog-hero p{max-width:720px;margin:0 auto;color:var(--brand-text-secondary)}.blog-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.blog-card{background:var(--brand-bg);border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;box-shadow:0 10px 28px rgba(26,32,44,.08)}.blog-thumb img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.blog-card-body{padding:22px}.blog-card h2{font-size:1.25rem}.blog-card p,.blog-meta{color:var(--brand-text-secondary)}.blog-meta{font-size:.9rem;margin-bottom:14px}.blog-pagination{margin-top:42px}.page-link{color:var(--brand-primary-dark)}.page-item.active .page-link{background:var(--brand-primary);border-color:var(--brand-primary);color:var(--text-on-dark)}@media (max-width:991px){.blog-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575px){.blog-card-grid{grid-template-columns:1fr}}