/* Blog post styles */
.post-hero { text-align: center; padding: 10rem 2rem 2rem; position: relative; z-index: 1; max-width: 850px; margin: 0 auto; }
.post-breadcrumb { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.post-breadcrumb a { color: var(--text-muted); text-decoration: none; transition: color 0.3s ease; }
.post-breadcrumb a:hover { color: var(--accent-gold); }
.post-breadcrumb svg { width: 14px; height: 14px; vertical-align: -2px; stroke: var(--text-muted); fill: none; stroke-width: 2; margin: 0 0.35rem; }
.post-hero h1 { font-size: 2.75rem; font-weight: 800; line-height: 1.2; margin-bottom: 1.25rem; color: var(--text-primary); }
.post-meta { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.post-date { font-family: 'Space Mono', monospace; font-size: 0.85rem; color: var(--text-muted); }
.post-category { font-size: 0.75rem; font-weight: 600; color: var(--accent-gold); background: var(--accent-gold-dim); padding: 0.2rem 0.6rem; border-radius: 100px; text-transform: uppercase; letter-spacing: 0.5px; }
.post-content { max-width: 800px; margin: 0 auto; padding: 2rem 2rem 4rem; position: relative; z-index: 1; }
.post-content h2 { font-size: 1.6rem; font-weight: 700; margin: 2.5rem 0 1rem; color: var(--text-primary); }
.post-content h3 { font-size: 1.3rem; font-weight: 600; margin: 2rem 0 0.75rem; color: var(--text-primary); }
.post-content h4 { font-size: 1.1rem; font-weight: 600; margin: 1.5rem 0 0.5rem; color: var(--text-primary); }
.post-content p { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.8; margin-bottom: 1.25rem; }
.post-content a { color: var(--accent-gold); text-decoration: none; transition: color 0.3s ease; }
.post-content a:hover { color: var(--accent-gold-light); text-decoration: underline; }
.post-content ul, .post-content ol { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.8; margin-bottom: 1.25rem; padding-left: 1.5rem; }
.post-content li { margin-bottom: 0.5rem; }
.post-content strong { color: var(--text-primary); font-weight: 600; }
.post-content blockquote { border-left: 3px solid var(--accent-gold); padding: 1rem 1.5rem; margin: 1.5rem 0; background: var(--bg-card); border-radius: 0 8px 8px 0; }
.post-content blockquote p { margin-bottom: 0; }
.post-content pre { background: var(--bg-tertiary); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 1.25rem; overflow-x: auto; margin: 1.5rem 0; }
.post-content code { font-family: 'Space Mono', monospace; font-size: 0.9rem; }
.post-content p code { background: var(--bg-tertiary); padding: 0.15rem 0.4rem; border-radius: 4px; font-size: 0.85rem; }
.post-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; }
.post-content th, .post-content td { padding: 0.75rem 1rem; border: 1px solid var(--border-subtle); text-align: left; color: var(--text-secondary); }
.post-content th { background: var(--bg-tertiary); color: var(--text-primary); font-weight: 600; }
.post-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 1rem 0; }
.post-content figure { margin: 1.5rem 0; }
.post-content figcaption { font-size: 0.85rem; color: var(--text-muted); text-align: center; margin-top: 0.5rem; }
.post-bottom-nav { max-width: 800px; margin: 0 auto; padding: 0 2rem 4rem; position: relative; z-index: 1; border-top: 1px solid var(--border-subtle); padding-top: 2rem; text-align: center; }
.back-to-blog { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--accent-gold); font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: gap 0.3s ease; }
.back-to-blog:hover { gap: 0.75rem; }
.back-to-blog svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.cta-box { background: linear-gradient(135deg, rgba(245, 166, 35, 0.1) 0%, rgba(168, 85, 247, 0.08) 100%); border: 1px solid rgba(245, 166, 35, 0.25); border-radius: 12px; padding: 2rem; margin: 2rem 0; text-align: center; }
.cta-box h3 { color: var(--accent-gold); margin-bottom: 0.75rem; }
.cta-box p { margin-bottom: 1rem; }
.cta-box .btn { margin-top: 0.5rem; }

@media (max-width: 768px) {
    .post-hero { padding: 8rem 1.5rem 1.5rem; }
    .post-hero h1 { font-size: 2rem; }
    .post-content { padding: 1.5rem 1.5rem 3rem; }
    .post-content h2 { font-size: 1.35rem; }
    .post-content h3 { font-size: 1.15rem; }
    .post-content p, .post-content ul, .post-content ol { font-size: 1rem; }
}

@media (max-width: 480px) {
    .post-hero { padding: 7rem 1rem 1rem; }
    .post-hero h1 { font-size: 1.65rem; }
    .post-content { padding: 1rem 1rem 2.5rem; }
    .post-bottom-nav { padding: 0 1rem 3rem; }
}
