.blog-hero{padding:78px 0;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary))}.blog-hero .eyebrow,.blog-hero h1,.blog-hero p{color:var(--brand-text-inverse)}.blog-hero .container{max-width:880px}.blog-featured{background:var(--brand-bg)}.featured-post{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:36px;gap:36px;align-items:center;padding:36px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt)}.featured-post img{width:100%;aspect-ratio:16/9;border-radius:var(--brand-radius);-o-object-fit:cover;object-fit:cover;background:var(--brand-bg)}.blog-tag{display:inline-flex;margin-bottom:12px;padding:6px 10px;border-radius:var(--brand-radius);color:var(--brand-text-inverse);background:var(--brand-secondary);font-size:.78rem;font-weight:900;text-transform:uppercase}.blog-tag:hover{color:var(--brand-text-inverse);background:var(--brand-primary-dark)}.blog-layout-section{background:var(--brand-bg)}.blog-list-item{padding:28px 0;border-bottom:1px solid var(--brand-border)}.blog-list-item:first-child{padding-top:0}.blog-attr{margin-bottom:12px;color:var(--brand-text);font-size:.92rem}.blog-sidebar{padding:24px;border:1px solid var(--brand-border);border-radius:var(--brand-radius);background:var(--brand-bg-alt);align-self:start}.recent-blogs{padding:0;margin:0;list-style:none}.recent-blogs li{display:grid;grid-gap:4px;gap:4px;padding:14px 0;border-bottom:1px solid var(--brand-border)}.recent-blogs li:last-child{border-bottom:0}.recent-blogs span{color:var(--brand-secondary);font-size:.84rem;font-weight:800}.blog-pagination{margin-top:34px}.page-item.active .page-link{background:var(--brand-primary);border-color:var(--brand-primary)}@media (max-width:991px){.featured-post{grid-template-columns:1fr;padding:24px}}