.blog-body {
    margin: 0;
    color: #111827;
    background: #f5f6f4;
}

.blog-shell {
    min-height: 100vh;
}

.blog-header {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.blog-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #111827;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
}

.blog-brand img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 10px;
}

.blog-header__cta,
.blog-header__back {
    padding: 12px 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: #0b8f45;
    border-radius: 8px;
}

.blog-main {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 34px 0 80px;
}

.blog-hero {
    max-width: 780px;
    padding: 50px 0 46px;
}

.blog-eyebrow {
    color: #0b8f45;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog-hero h1,
.blog-article__header h1 {
    margin: 14px 0 18px;
    font-size: clamp(2.4rem, 6vw, 5rem);
    line-height: 1;
}

.blog-hero p,
.blog-article__header > p {
    max-width: 720px;
    color: #4b5563;
    font-size: 1.2rem;
    line-height: 1.65;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.blog-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(17, 24, 39, 0.06);
}

.blog-card__media {
    min-height: 210px;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #0b8f45;
    font-weight: 800;
    text-decoration: none;
    background: #dcfce7;
}

.blog-card__media img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-card__body {
    padding: 22px;
}

.blog-card__body > span,
.blog-article__dates {
    color: #6b7280;
    font-size: 0.86rem;
}

.blog-card h2 {
    margin: 10px 0;
    font-size: 1.4rem;
    line-height: 1.2;
}

.blog-card h2 a,
.blog-card__link {
    color: #111827;
    text-decoration: none;
}

.blog-card p {
    color: #6b7280;
    line-height: 1.55;
}

.blog-card__link {
    color: #0b8f45;
    font-weight: 800;
}

.blog-empty {
    padding: 60px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.blog-empty a {
    color: #0b8f45;
    font-weight: 800;
}

.blog-empty--large {
    margin-top: 60px;
}

.blog-article {
    max-width: 920px;
}

.blog-article__header {
    padding: 44px 0 30px;
}

.blog-article__dates {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 22px;
}

.blog-article__cover {
    margin: 0 0 36px;
}

.blog-article__cover img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-article__intro {
    padding: 22px;
    font-size: 1.2rem;
    line-height: 1.65;
    background: #dcfce7;
    border-left: 4px solid #16c65b;
}

.blog-content {
    color: #26303d;
    font-size: 1.08rem;
    line-height: 1.78;
}

.blog-content h2,
.blog-content h3 {
    margin-top: 42px;
    color: #111827;
    line-height: 1.2;
}

.blog-content a,
.blog-links a {
    color: #0b8f45;
}

.blog-content table {
    width: 100%;
    border-collapse: collapse;
}

.blog-content th,
.blog-content td {
    padding: 12px;
    border: 1px solid #e5e7eb;
}

.blog-links,
.blog-faq,
.blog-related,
.blog-cta {
    margin-top: 50px;
}

.blog-links {
    display: grid;
    gap: 10px;
}

.blog-faq details {
    padding: 18px 0;
    border-bottom: 1px solid #d1d5db;
}

.blog-faq summary {
    cursor: pointer;
    font-weight: 800;
}

.blog-cta {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #fff;
    background: #102219;
    border-radius: 8px;
}

.blog-cta a {
    flex: 0 0 auto;
    padding: 14px 20px;
    color: #062913;
    font-weight: 800;
    text-decoration: none;
    background: #22c55e;
    border-radius: 8px;
}

.blog-related > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.blog-related a {
    padding: 20px;
    display: grid;
    gap: 12px;
    color: #111827;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.blog-related a span {
    color: #0b8f45;
    font-weight: 700;
}

@media (max-width: 760px) {
    .blog-grid,
    .blog-related > div {
        grid-template-columns: 1fr;
    }

    .blog-main {
        padding-top: 10px;
    }

    .blog-hero h1,
    .blog-article__header h1 {
        font-size: 2.55rem;
    }

    .blog-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .blog-cta a {
        text-align: center;
    }

    .blog-empty {
        padding: 36px 22px;
    }
}
