.blog-hero{background:linear-gradient(135deg,#059669,#047857);color:white;padding:5rem 0 3rem;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-content p{font-size:1.25rem;opacity:.9;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{text-align:center}.statText{color:linear-gradient(135deg,#059669,#047857);margin:.2rem 0}.number,.statText{font-weight:700;display:block}.number{font-size:2.5rem;margin-bottom:.5rem}.label{font-size:1rem;opacity:.9}@media (max-width:768px){.blog-hero{padding:4rem 0 2rem}.hero-content h1{font-size:2.5rem}.hero-stats{gap:2rem}.number{font-size:2rem}}.blog-layout{display:grid;grid-template-columns:2fr 1fr;grid-gap:3rem;gap:3rem;padding:2rem 0}.blog-main{min-width:0}.blog-sidebar{position:-webkit-sticky;position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}@media (max-width:968px){.blog-layout{grid-template-columns:1fr;gap:2rem}.blog-sidebar{position:static}}