.blog-hero{padding-top:var(--space-20);padding-bottom:var(--space-16)}.blog-hero-inner{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:var(--space-8);align-items:center}.blog-hero-content .hero-title{margin-top:var(--space-4);margin-bottom:var(--space-3)}.blog-hero-meta{margin-top:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.blog-hero-ctas{display:flex;flex-wrap:wrap;gap:var(--space-3)}.blog-hero-media{display:flex;justify-content:flex-end}.blog-hero-image-frame{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:radial-gradient(circle at top,#3a2b46,#151821);padding:4px;box-shadow:var(--shadow-elevated)}.blog-hero-image{border-radius:calc(var(--radius-xl) - 4px);width:100%;height:100%;object-fit:cover}.blog-hero-overlay{position:absolute;left:18px;bottom:18px;right:18px;display:flex;flex-direction:column;gap:var(--space-2);align-items:flex-start}.blog-hero-overlay-text{font-size:var(--font-size-xs);max-width:18rem;color:rgba(246,244,239,0.92);text-shadow:0 10px 30px rgba(4,3,10,0.9)}.blog-header-row{display:flex;flex-wrap:wrap;gap:var(--space-6);justify-content:space-between;align-items:flex-end}.blog-filter-pill{min-width:230px}.blog-grid .card{height:100%;display:flex;flex-direction:column}.blog-card-media{position:relative;margin:-var(--space-6);margin-bottom:var(--space-4);border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.blog-card-media img{width:100%;height:240px;object-fit:cover;display:block}.blog-card-tag{position:absolute;left:var(--space-4);bottom:var(--space-4)}.blog-card-label-row{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.blog-card .card-header{margin-bottom:var(--space-3)}.blog-card p:last-of-type{margin-bottom:var(--space-3)}.blog-card-footer-links{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-3)}.blog-cta{margin-top:var(--space-16)}.blog-cta-inner{display:flex;flex-wrap:wrap;gap:var(--space-6);align-items:center;justify-content:space-between}.blog-cta-actions{display:flex;flex-direction:column;gap:var(--space-3);min-width:240px}@media (max-width:1023.98px){.blog-hero-inner{grid-template-columns:1fr}.blog-hero-media{order:-1;justify-content:flex-start}.blog-hero{padding-top:var(--space-16)}}@media (max-width:767.98px){.blog-hero{padding-top:var(--space-14);padding-bottom:var(--space-12)}.blog-hero-image-frame{max-width:420px;margin:0 auto}.blog-header-row{align-items:flex-start}.blog-cta-inner{flex-direction:column;align-items:flex-start}.blog-hero-ctas{flex-direction:column;align-items:flex-start}}