.blog-page{background:var(--black);color:var(--white);padding-bottom:6rem}.blog-hero{text-align:center;padding:6rem 2rem 4rem}.blog-hero h1{margin-bottom:1.5rem;font-size:2.8rem}.blog-hero p{color:#aaa;max-width:650px;margin:auto;line-height:1.6}.blog-grid{grid-template-columns:repeat(3,1fr);gap:2rem;width:90%;max-width:1100px;margin:auto;display:grid}.blog-card{background:#0f0f0f;border:1px solid #1a1a1a;flex-direction:column;justify-content:space-between;padding:2rem;transition:all .3s;display:flex}.blog-card:hover{border-color:var(--yellow);transform:translateY(-5px)}.blog-meta{color:var(--yellow);justify-content:space-between;margin-bottom:1rem;font-size:.75rem;display:flex}.blog-card h3{margin-bottom:1rem}.blog-card p{color:#bbb;margin-bottom:1.5rem;line-height:1.6}.blog-footer{color:#888;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.read-more{color:var(--yellow);text-decoration:none;transition:all .3s}.read-more:hover{opacity:.7}@media (max-width:992px){.blog-grid{grid-template-columns:1fr}.blog-hero h1{font-size:2.2rem}}
