.blog-meta,.blog-title a:hover{color:#535f52}.blog-detail-hero,.blog-detail-hero .container,.blog-hero .container{z-index:1;position:relative}.blog-detail-hero h1,.blog-hero h1{text-shadow:2px 2px 4px rgba(0,0,0,.3)}.back-to-blog,.blog-tag,.blog-tag:hover,.blog-title a,.read-more{text-decoration:none}.blog-hero{min-height:400px;position:relative;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1}.blog-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(35,49,36,.6)}.blog-hero h1{color:#fff;font-size:3rem}.blog-hero p{color:rgba(255,255,255,.9);font-size:1.2rem}.blog-detail-section,.blog-section{padding:60px 0;background-color:#fff}.blog-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:.3s;height:100%;display:flex;flex-direction:column}.blog-card:hover{box-shadow:0 8px 25px rgba(0,0,0,.12);transform:translateY(-4px)}.blog-image{position:relative;overflow:hidden;aspect-ratio:16/11}.blog-image a{display:block;width:100%;height:100%}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.blog-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px;font-size:.8rem}.blog-meta span{display:inline-flex;align-items:center}.blog-meta i{color:#cc7d2a;font-size:.75rem}.blog-title{font-size:1.15rem;font-weight:700;line-height:1.5;margin-bottom:12px}.blog-title a{color:#243124;transition:color .25s}.blog-excerpt{font-size:.95rem;color:#666;line-height:1.7;margin-bottom:16px;flex-grow:1}.blog-date,.blog-pagination .page-link i{font-size:.85rem}.blog-footer{display:flex;justify-content:space-between;align-items:center;padding-top:15px;border-top:1px solid #f0f0f0;margin-top:auto}.blog-date,.read-more{display:inline-flex;align-items:center}.blog-date{color:#999}.blog-date i{margin-left:4px;color:#535f52}.read-more{font-size:.9rem;font-weight:600;color:#535f52;transition:.25s}.back-to-blog:hover,.read-more:hover{color:#cc7d2a}.read-more::after{content:'';display:inline-block;width:0;height:0;border-right:5px solid currentColor;border-top:4px solid transparent;border-bottom:4px solid transparent;margin-right:6px;transition:transform .25s}.read-more:hover::after{transform:translateX(-3px)}.blog-pagination{margin-top:50px;padding-top:20px}.blog-pagination .pagination{gap:8px}.blog-pagination .page-link{min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid #e0e0e0;color:#666;font-weight:600;font-size:.95rem;padding:0;background:#fff;transition:.25s}.blog-pagination .page-link:hover{background-color:#f5f5f5;border-color:#535f52;color:#535f52}.blog-pagination .page-item.active .page-link{background-color:#535f52;border-color:#535f52;color:#fff}.blog-pagination .page-item.disabled .page-link{color:#ccc;background-color:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed}.blog-detail-hero{min-height:450px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}.blog-detail-hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(35,49,36,.7)}.blog-detail-hero h1{color:#fff;font-size:2.5rem;line-height:1.4}.blog-detail-hero .blog-meta-detail{color:rgba(255,255,255,.9);font-size:.95rem}.blog-detail-hero .blog-meta-detail span{margin:0 10px}.blog-detail-hero .blog-meta-detail i{color:#cc7d2a;margin-left:5px}.blog-detail-content{max-width:800px;margin:0 auto}.blog-detail-image{margin-bottom:40px;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.1)}.blog-detail-image img{width:100%;height:auto;display:block}.blog-detail-body{font-size:1.1rem;line-height:1.9;color:#444}.blog-detail-body h2,.blog-detail-body h3,.blog-detail-body h4{color:#243124;margin-top:40px;margin-bottom:20px;font-weight:700}.blog-detail-body h2{font-size:1.8rem}.blog-detail-body h3{font-size:1.5rem}.blog-detail-body h4{font-size:1.25rem}.blog-detail-body p{margin-bottom:24px}.blog-detail-body ol,.blog-detail-body ul{margin-bottom:24px;padding-right:20px}.blog-detail-body li{margin-bottom:10px}.blog-detail-body blockquote{background:linear-gradient(135deg,#f9fbf9 0,#eef5ee 100%);border-right:4px solid #535f52;padding:25px 30px;margin:30px 0;border-radius:0 8px 8px 0;font-style:italic;color:#535f52}.blog-detail-body blockquote p{margin-bottom:0}.blog-tags{margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0}.blog-tags-label{font-weight:700;color:#243124;margin-left:10px}.blog-tag{display:inline-block;background:#f5f5f5;color:#666;padding:6px 16px;border-radius:20px;font-size:.85rem;margin:4px;transition:.25s}.blog-tag:hover{background:#535f52;color:#fff}.back-to-blog{display:inline-flex;align-items:center;color:#535f52;font-weight:600;margin-bottom:30px;transition:color .25s}.back-to-blog::after{content:'';display:inline-block;width:0;height:0;border-left:5px solid currentColor;border-top:4px solid transparent;border-bottom:4px solid transparent;margin-right:8px}.related-posts{margin-top:60px;padding-top:40px;border-top:2px solid #f0f0f0}.related-posts-title{font-size:1.5rem;color:#243124;margin-bottom:30px;text-align:center}@media (max-width:991px){.blog-hero h1{font-size:2.5rem}.blog-hero p,.blog-title{font-size:1.1rem}.blog-detail-hero h1{font-size:2rem}}@media (max-width:767px){.blog-hero{min-height:300px}.blog-hero h1{font-size:2rem}.blog-section{padding:40px 0}.blog-card{margin-bottom:20px}.blog-content{padding:15px}.blog-detail-body,.blog-title{font-size:1rem}.blog-excerpt{font-size:.9rem}.blog-pagination .page-link{min-width:40px;height:40px;font-size:.9rem}.blog-detail-hero{min-height:350px}.blog-detail-hero h1{font-size:1.6rem}.blog-detail-body h2{font-size:1.5rem}.blog-detail-body h3{font-size:1.3rem}}@media (max-width:575px){.blog-meta{font-size:.75rem}.blog-footer{flex-direction:column;align-items:flex-start;gap:10px}.blog-pagination{margin-top:30px}.blog-pagination .pagination{gap:4px}.blog-pagination .page-link{min-width:36px;height:36px;font-size:.85rem}}