/* --- Hero Section --- */
.blog-hero-section {
    height: 55vh;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.blog-hero-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,.7));
}

.blog-hero-section .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 140px;
}

.blog-hero-section h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.blog-hero-section .meta {
    color: #f0f0f0;
    font-size: 16px;
    margin-top: 10px;
}

/* --- Blog Content --- */
.blog-content {
    font-size: 18px;
    line-height: 1.8;
}

.blog-body img {
    max-width: 100%;
    border-radius: 12px;
    margin: 25px 0;
}

.blog-body h2,
.blog-body h3,
.blog-body h4 {
    margin-top: 40px;
    font-weight: 700;
}

/* Back link */
.back-link a {
    text-decoration: none;
    font-weight: 600;
    color: #111;
}

.back-link a:hover {
    text-decoration: underline;
}
