.blog-post{background-color:var(--background-color)}.post-hero{padding:8rem 0 4rem;position:relative;background-color:var(--dark-color);color:white}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.4));z-index:1}.post-header{position:relative;z-index:2;max-width:800px;margin:0 auto;text-align:center}.post-header h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin:1.5rem 0;font-family:var(--font-heading)}.post-meta{justify-content:center;gap:2rem;margin-top:2rem}.author-info,.post-meta{display:flex;align-items:center}.author-info{gap:1rem}.author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden}.author-name{font-weight:600;color:white}.author-position,.post-info{font-size:.9rem;color:rgba(255,255,255,.8)}.post-info{display:flex;gap:1rem}.post-featured-image{margin-top:-4rem;position:relative;z-index:2;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.post-featured-image img{width:100%;height:500px;object-fit:cover;border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.post-content{padding:4rem 0}.content-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:4rem;max-width:1200px;margin:0 auto}.main-content{background-color:white;padding:2rem;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.post-body{font-size:1.1rem;line-height:1.8;color:var(--text-color)}.post-body h2{font-size:2rem;font-weight:700;margin:2rem 0 1rem;color:var(--dark-color);font-family:var(--font-heading)}.post-body p{margin-bottom:1.5rem}.post-sidebar{align-self:start}.sidebar-section{background-color:white;padding:1.5rem;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.sidebar-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:var(--dark-color)}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag-link{display:inline-block;padding:.5rem 1rem;background-color:rgba(212,175,55,.1);color:var(--primary-color);border-radius:50px;font-size:.9rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.tag-link:hover{background-color:var(--primary-color);color:white}.related-posts{padding:4rem 0;background-color:white}.related-posts h2{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--dark-color)}.related-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media (max-width:1024px){.post-header h1{font-size:2.5rem}.content-wrapper{grid-template-columns:1fr}.post-sidebar{order:-1}.related-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.post-hero{padding:6rem 0 3rem}.post-header h1{font-size:2rem}.post-meta{flex-direction:column;gap:1rem}.post-featured-image img{height:300px}.related-posts-grid{grid-template-columns:1fr}}@media (max-width:480px){.post-header h1{font-size:1.75rem}.post-featured-image{margin-top:-2rem}.post-featured-image img{height:250px}}