.ai6-blog-page{background:var(--brand-bg-alt);padding:72px 0 96px}.ai6-blog-head{max-width:820px;margin:0 auto 40px;text-align:center}.ai6-blog-head h1{font-size:max(2rem, min(4vw, 3.5rem))}.ai6-blog-head p{color:var(--brand-text)}.ai6-blog-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(3,1fr)}.ai6-blog-card{background:#fff;border:1px solid var(--brand-border)}.ai6-blog-weave{background-color:var(--brand-primary-dark);background-image:linear-gradient(45deg,rgba(16,185,129,.22) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.08) 25%,transparent 25%);background-size:18px 18px;height:88px}.ai6-blog-card-body{padding:24px}.ai6-blog-date{color:var(--brand-secondary);font-size:.75rem;font-weight:700}.ai6-blog-card h2{font-size:1.2rem;margin-top:10px}.ai6-blog-card h2 a{color:var(--brand-text);-webkit-text-decoration:none;text-decoration:none}.ai6-blog-card p{color:var(--brand-text)}.ai6-blog-meta{border-top:1px solid var(--brand-border);display:flex;font-size:.76rem;gap:12px;justify-content:space-between;padding-top:14px}.ai6-blog-meta span{color:var(--brand-text)}.ai6-pagination{margin-top:40px}.page-link{color:#047857}.page-item.active .page-link{background:var(--brand-secondary);border-color:var(--brand-secondary);color:#fff}@media (max-width:991.98px){.ai6-blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:575.98px){.ai6-blog-grid{grid-template-columns:1fr}}