.blog-detail-page{min-height:100vh;background:#ffffff;position:relative;padding:2rem 1rem}.blog-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#b8972e;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;margin-bottom:2rem;transition:color .2s ease}.blog-back-link:hover{color:#d4af37}.blog-article{max-width:900px;margin:0 auto}.blog-featured-image{position:relative;width:100%;height:400px;border-radius:12px;overflow:hidden;margin-bottom:2rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}.blog-header{margin-bottom:2.5rem}.blog-title{font-family:Georgia,Times New Roman,serif;font-size:3rem;font-weight:700;color:#d4af37;margin:0 0 1.5rem;line-height:1.2}.blog-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.95rem;color:#666}.blog-meta-item{display:flex;align-items:center;gap:.5rem}.blog-meta-icon{width:18px;height:18px;color:#d4af37}.blog-tags{display:flex;flex-wrap:wrap;gap:.75rem}.blog-tag{padding:.5rem 1rem;background:#fef3c7;color:#92400e;border:1px solid #fde68a;border-radius:6px;font-size:.875rem;font-weight:600}.blog-content,.blog-tag{font-family:Inter,sans-serif}.blog-content{font-size:1.125rem;line-height:1.8;color:#333}.blog-content h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin:2.5rem 0 1rem;line-height:1.3}.blog-content h2,.blog-content h3{font-family:Georgia,Times New Roman,serif}.blog-content h3{font-size:1.5rem;font-weight:600;color:#222;margin:2rem 0 .75rem}.blog-content p{margin-bottom:1.5rem;color:#444}.blog-content a{color:#b8972e;text-decoration:underline;font-weight:600}.blog-content a:hover{color:#d4af37}.blog-content strong{color:#1a1a1a;font-weight:700}.blog-content ol,.blog-content ul{margin:1.5rem 0;padding-left:2rem;color:#444}.blog-content li{margin-bottom:.75rem}.blog-content blockquote{border-left:4px solid #d4af37;margin:2rem 0;font-style:italic;color:#666;background:#fef3c7;padding:1rem 1.5rem;border-radius:0 8px 8px 0}.blog-content img{border-radius:12px;margin:2rem auto;max-width:100%;height:auto;box-shadow:0 1px 3px rgba(0,0,0,.1);display:block}.blog-content figure{margin:2rem 0;text-align:center}.blog-content figure img{margin:0 auto}.blog-content figcaption{margin-top:.5rem;font-size:.875rem;color:#666;font-style:italic}