body { margin: 0; color: #111318; background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.blog-header { min-height: 82px; padding: 12px clamp(18px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e4e7ec; background: #fff; position: sticky; top: 0; z-index: 10; }
.blog-header img { width: clamp(180px, 18vw, 260px); }
.blog-header nav { display: flex; gap: 22px; font-weight: 850; font-size: 14px; }
.blog-hero { padding: 86px clamp(20px, 6vw, 90px); background: linear-gradient(120deg, #111318, #4b1015 80%); color: white; }
.eyebrow { margin: 0 0 14px; color: #ffbdc2; font-size: 12px; font-weight: 950; letter-spacing: 1.8px; text-transform: uppercase; }
h1 { max-width: 980px; margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: -3px; }
.lead { max-width: 820px; color: #e6e8ec; font-size: 18px; line-height: 1.75; }
.blog-wrap { padding: 72px clamp(20px, 6vw, 90px); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { border: 1px solid #e4e7ec; border-radius: 20px; overflow: hidden; background: white; box-shadow: 0 16px 45px rgba(17,19,24,.06); }
.post-art { min-height: 170px; padding: 22px; display: grid; align-content: end; color: white; background: radial-gradient(circle at 78% 20%, rgba(255,255,255,.22), transparent 28%), linear-gradient(135deg, #c91822, #111318); }
.post-art span { width: max-content; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.15); font-size: 11px; font-weight: 850; }
.post-body { padding: 24px; }
.post-body h2 { margin: 0 0 12px; font-size: 22px; line-height: 1.22; }
.post-body p { color: #596272; line-height: 1.7; }
.read { color: #c91822; font-weight: 900; }
.article { max-width: 920px; margin: 0 auto; padding: 72px 20px; }
.article h1 { color: #111318; }
.article p, .article li { color: #596272; line-height: 1.85; font-size: 17px; }
.article h2 { margin-top: 42px; font-size: 32px; letter-spacing: -1px; }
.article-cta { margin-top: 44px; padding: 28px; border-radius: 20px; color: #fff; background: #111318; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border-radius: 10px; color: #fff; background: #16a34a; font-weight: 900; }
footer { padding: 28px clamp(20px, 6vw, 90px); border-top: 1px solid #e4e7ec; color: #667085; font-size: 12px; }
@media (max-width: 900px) { .blog-grid { grid-template-columns: 1fr; } .blog-header { align-items: flex-start; flex-direction: column; gap: 12px; } .blog-header nav { flex-wrap: wrap; } }
