.blog-page { color: var(--text); background: var(--bg); min-height: 50vh; }
.blog-wrap { width: 100%; max-width: 1120px; box-sizing: border-box; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.blog-hero { padding: 70px 0 62px; color: #fff; background: linear-gradient(135deg, var(--navy) 0%, #182B60 100%); }
.blog-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.blog-hero h1 { margin: 11px 0 10px; font-size: 52px; line-height: 1; letter-spacing: -.04em; color: #fff; }
.blog-hero p { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.55; }
.blog-list { padding-top: 48px; padding-bottom: 76px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.blog-card { overflow: hidden; display: flex; flex-direction: column; background: var(--bg-elevated); border: 1px solid var(--divider); border-radius: 16px; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.blog-card:hover { transform: translateY(-3px); border-color: rgba(255,107,53,.42); box-shadow: 0 16px 36px rgba(11,20,55,.12); }
.blog-card-image { display: block; aspect-ratio: 1.78; background: var(--bg-elevated); overflow: hidden; }
.blog-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.blog-card-body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
.blog-card time, .blog-article time { font-size: 12px; font-weight: 700; color: var(--text-dim); }
.blog-card h2 { margin: 9px 0 8px; font-size: 20px; line-height: 1.22; letter-spacing: -.02em; }
.blog-card h2 a { color: var(--text); text-decoration: none; }
.blog-card p { margin: 0; color: var(--text-muted); font-size: 14px; line-height: 1.55; }
.blog-read { margin-top: auto; padding-top: 18px; color: var(--accent); font-size: 13px; font-weight: 800; text-decoration: none; }
.blog-read span { margin-left: 4px; }
.blog-empty { padding: 50px 24px; border: 1px dashed var(--divider); border-radius: 16px; color: var(--text-muted); text-align: center; }
.blog-pagination { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 40px; }
.blog-pagination a { min-width: 36px; padding: 8px 10px; border-radius: 9px; text-align: center; font-size: 13px; font-weight: 700; color: var(--text); text-decoration: none; }
.blog-pagination a:hover, .blog-pagination .is-current { color: #fff; background: var(--accent); }
.blog-breadcrumb { display: flex; gap: 8px; padding: 28px 0 25px; overflow: hidden; white-space: nowrap; color: var(--text-dim); font-size: 13px; }
.blog-breadcrumb a { color: var(--accent); text-decoration: none; }.blog-breadcrumb span:last-child { overflow: hidden; text-overflow: ellipsis; }
.blog-article { max-width: 900px; padding-bottom: 80px; }
.blog-article-head { max-width: 780px; }.blog-article-head h1 { margin: 12px 0; font-size: 46px; line-height: 1.08; letter-spacing: -.035em; color: var(--text); }
.blog-article-head p { margin: 0; color: var(--text-muted); font-size: 18px; line-height: 1.55; }.blog-article-cover { margin: 30px 0; border-radius: 16px; overflow: hidden; background: var(--bg-elevated); }.blog-article-cover img { display: block; width: 100%; max-height: 560px; object-fit: cover; }
.blog-content { max-width: 780px; font-size: 16px; line-height: 1.75; color: var(--text); }.blog-content h2, .blog-content h3 { margin: 36px 0 12px; line-height: 1.2; color: var(--text); }.blog-content h2 { font-size: 29px; }.blog-content h3 { font-size: 22px; }.blog-content p, .blog-content ul, .blog-content ol { margin: 0 0 18px; }.blog-content img { max-width: 100%; height: auto; border-radius: 12px; }.blog-content a { color: var(--accent); }.blog-content blockquote { margin: 24px 0; padding: 4px 20px; border-left: 3px solid var(--accent); color: var(--text-muted); }
@media (max-width: 780px) { .blog-wrap { padding-left: 18px; padding-right: 18px; }.blog-hero { padding: 48px 0 44px; }.blog-hero h1 { font-size: 40px; }.blog-grid { grid-template-columns: 1fr; gap: 14px; }.blog-list { padding-top: 26px; padding-bottom: 48px; }.blog-article-head h1 { font-size: 34px; }.blog-article-head p { font-size: 16px; }.blog-pagination { flex-wrap: wrap; }.blog-content { font-size: 15px; }.blog-content h2 { font-size: 25px; } }
