.blog-hero { padding: 150px 0 60px; text-align: center; }
.blog-hero h1 { font-size: clamp(38px, 5vw, 62px); font-weight: 900; letter-spacing: -.04em; }
.blog-hero p { max-width: 620px; margin: 18px auto 0; color: var(--muted); font-size: 18px; line-height: 1.7; }

.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; padding-bottom: 110px; }
@media (max-width: 720px) { .blog-grid { grid-template-columns: 1fr; } }

.blog-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; box-shadow: var(--shadow); transition: .25s var(--ease); }
.blog-card:hover { transform: translateY(-4px); }
.blog-card small { display: block; color: var(--gold-dark); font-weight: 900; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.blog-card h2 { font-size: 24px; font-weight: 900; letter-spacing: -.02em; margin-bottom: 12px; }
.blog-card p { color: var(--muted); line-height: 1.7; font-size: 15px; }

.blog-simple-header { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
.blog-simple-header img { height: 72px; width: auto; min-height: 72px; object-fit: contain; display: block; }
.blog-simple-footer { padding: 40px 0; border-top: 1px solid var(--line); text-align: center; color: var(--muted); font-size: 14px; }
.blog-simple-footer a { color: var(--gold-dark); font-weight: 700; }

.article-wrap { max-width: 760px; margin: 0 auto; padding: 140px 24px 40px; }
.article-kicker { display: block; color: var(--gold-dark); font-weight: 900; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.article-wrap h1 { font-size: clamp(32px, 5vw, 48px); font-weight: 900; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 18px; }
.article-meta { color: var(--muted); font-size: 14px; margin-bottom: 40px; }
.article-body h2 { font-size: 26px; font-weight: 900; letter-spacing: -.02em; margin: 42px 0 16px; }
.article-body p { color: #2a2a2a; font-size: 17px; line-height: 1.85; margin-bottom: 18px; }
.article-body ul { margin: 0 0 20px 22px; color: #2a2a2a; font-size: 17px; line-height: 1.85; }
.article-body li { margin-bottom: 8px; }
.article-cta { margin-top: 54px; padding: 40px; text-align: center; background: var(--soft); border-radius: var(--radius); }
.article-cta h3 { font-size: 24px; font-weight: 900; margin-bottom: 10px; }
.article-cta p { color: var(--muted); margin-bottom: 22px; }
.article-back { display: inline-block; margin-bottom: 30px; color: var(--gold-dark); font-weight: 700; font-size: 14px; }
