
/* V12.14 Blog SEO */
.blog-shell{max-width:980px;margin:0 auto;padding:56px 22px}
.blog-article{border:1px solid rgba(148,163,184,.28);border-radius:26px;padding:34px;background:rgba(15,23,42,.72);color:#f8fafc}
.blog-article h1{font-size:clamp(34px,6vw,58px);line-height:1.05;margin:0 0 18px}.blog-article h2{margin-top:34px}.blog-article p,.blog-article li{line-height:1.75;color:#dbeafe}
.blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.blog-card{display:block;border:1px solid rgba(148,163,184,.28);border-radius:20px;padding:22px;background:rgba(15,23,42,.72);color:#f8fafc;text-decoration:none}.blog-card p{color:#dbeafe}
.author-box,.related-box{margin-top:30px;border:1px solid rgba(148,163,184,.25);border-radius:20px;padding:22px;background:rgba(2,6,23,.35)}
html.light .blog-article,html.light .blog-card,html.light .author-box,html.light .related-box{background:rgba(255,255,255,.94)!important;color:#0f172a!important}
html.light .blog-article p,html.light .blog-article li,html.light .blog-card p{color:#334155!important}
@media(max-width:800px){.blog-grid{grid-template-columns:1fr}.blog-shell{padding:28px 14px}}
