@media (max-width: 991px) {

    /* ── WRAP ───────────────────────────────────────────────────── */
    .article-wrap {
        width: 100%;
        padding: 0 20px;
    }

    /* ── HERO ───────────────────────────────────────────────────── */
    .article-hero {
        height: 320px;
        margin: 0;
        width: 100%;
    }

    .article-hero__bar {
        bottom: 16px;
        left: 16px;
        right: 16px;
    }

    .article-hero__tags {
        display: none;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* ── ARTICLE HEADER ─────────────────────────────────────────── */
    .article-header {
        width: 100%;
        padding-top: 10px;
    }
    .article-header__tags {
        margin-bottom: 36px;
    }

    .article-title {
        font-size: 40px;
        text-align: left;
    }

    .article-meta {
        margin-top: 14px;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 14px;
        text-align: left;
    }

    /* ── ARTICLE BODY ───────────────────────────────────────────── */
    .article-body {
        width: 100%;
        gap: 30px;
        padding-top: 30px;
    }

    .article-body h2,
    .article-h2 {
        font-size: 33px;
    }

    .article-body h3,
    .article-h3 {
        font-size: 27px;
    }

    .article-body h4,
    .article-h4 {
        font-size: 23px;
    }

    .article-body h2:not(:first-child),
    .article-body h3:not(:first-child),
    .article-body h4:not(:first-child),
    .article-body blockquote,
    .article-body ol,
    .article-body ul {
        margin-top: 16px;
    }

    .article-body blockquote {
        padding: 60px 20px 30px;
    }

    /* ── SHARE ──────────────────────────────────────────────────── */
    .article-share {
        width: 100%;
        padding: 20px;
        margin-top: 30px;
    }

    .article-share__title {
        font-size: 20px;
    }

    /* ── SECTION RELATED ────────────────────────────────────────── */
    .section-related {
        padding: 60px 0;
    }

    .section-related__inner {
        width: 100%;
        padding: 0 20px;
    }

    .section-related__head {
        gap: 14px;
        margin-bottom: 30px;
    }

    .section-related__title {
        font-size: 33px;
    }

    .related-cards {
        flex-direction: column;
        gap: 20px;
    }

    .news-card__title {
        font-size: 24px;
    }

    .news-card__excerpt {
        font-size: 16px;
    }

    .section-related__btn-wrap {
        margin-top: 30px;
    }

    /* ── GET STARTED ────────────────────────────────────────────── */
    .get-started__inner {
        flex-direction: column;
        width: 100%;
        min-height: 0;
    }

    .get-started__image {
        order: -1;
        min-height: 240px;
        flex: none;
    }

    .get-started__image-fade {
        background: linear-gradient(to bottom, transparent 0%, var(--accent) 100%);
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 60px;
    }

    .get-started__left {
        width: 100%;
        padding: 30px 20px 40px;
    }

    .get-started__title {
        font-size: 33px;
    }

    .get-started__desc {
        font-size: 17px;
    }

    .get-started__form {
        gap: 14px;
    }

    .get-started__form-row {
        flex-direction: column;
        gap: 0;
    }

    .get-started__privacy {
        font-size: 13px;
        line-height: 1.4;
    }

    .get-started__btn {
        align-self: flex-start;
        font-size: 15px;
    }
    .article-hero__back {
        left: 5px;
    }
    .article-wrap ~ .section-news {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .article-wrap ~ .section-get-started {
        margin-bottom: 125px;
    }

    .site-main {
        padding-top: 8px;
    }

    body.single .blog-tag span {
        font-size: 16px;
    }
}
