.blog-detail-wrapper{background:linear-gradient(180deg,#f9fafb 0,#fff);font-family:Lato,sans-serif;min-height:100vh}.blog-detail-hero{height:50vh;min-height:350px;max-height:500px;position:relative;background-color:#1f2937}.blog-hero-image{width:100%;height:100%;object-fit:cover;opacity:.6}.blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}@media (min-width:768px){.blog-hero-overlay{padding:3rem 4rem}}.blog-detail-header{max-width:56rem;margin:0 auto;width:100%}.blog-detail-badge{display:inline-block;background-color:#166534;color:#fff;padding:.375rem 1rem;border-radius:.25rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.blog-detail-title{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2;font-family:Playfair Display,serif;text-shadow:0 2px 4px rgba(0,0,0,.3)}@media (min-width:768px){.blog-detail-title{font-size:2.5rem}}@media (min-width:1024px){.blog-detail-title{font-size:3rem}}.blog-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;color:#e5e7eb;font-size:.875rem}.detail-meta-item{display:flex;align-items:center;gap:.5rem}.blog-detail-container{max-width:56rem;margin:0 auto;padding:0 1rem}@media (min-width:768px){.blog-detail-container{padding:0 2rem}}.blog-detail-content{background-color:#fff;padding:2.5rem 1.5rem;margin-top:2rem;margin-bottom:3rem;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);color:#374151;line-height:1.8;font-size:1.0625rem}@media (min-width:768px){.blog-detail-content{padding:3.5rem 3rem;font-size:1.125rem}}.blog-detail-content h2{font-size:1.5rem;color:#166534;font-family:Playfair Display,serif;margin:2.5rem 0 1.25rem;font-weight:700;line-height:1.3}@media (min-width:768px){.blog-detail-content h2{font-size:1.875rem}}.blog-detail-content h2:first-child{margin-top:0}.blog-detail-content p{margin-bottom:1.5rem;color:#4b5563}.blog-detail-content ul{margin-bottom:1.5rem;background-color:#f9fafb;padding:1.5rem 1.5rem 1.5rem 3rem;border-radius:.375rem;border-left:4px solid #166534}.blog-detail-content li{margin-bottom:.75rem;list-style-type:disc;color:#374151}.blog-detail-content li:last-child{margin-bottom:0}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#166534;font-weight:700;text-decoration:none;margin-bottom:3rem;padding:.75rem 1.5rem;background-color:#f0fdf4;border-radius:.375rem;transition:all .3s;border:1px solid #dcfce7}.back-link:hover{background-color:#dcfce7;transform:translateX(-4px)}.not-found{text-align:center;padding:5rem 1rem;font-size:1.5rem;color:#374151}