:root {
    --hc-blue: #05549E;
    --hc-text: #00101F;
    --hc-heading: #101828;
    --hc-card-title: #181C1E;
    --hc-bg-light: #F5F9FF;
    --hc-border: #E2E8F0;
    --hc-tag-bg: #E0EDFA;
    --hc-tag-text: #0B1C30;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: var(--hc-text);
    line-height: 26px;
    background: #fff;
}

.hc-deliver-section {
    padding: 30px 5rem 40px !important;
}
/* ─── CONTAINER: max 1630px ─── */
.hc-insight-container {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ─── BANNER ─── */
.hc-insight-banner-section {
    background: var(--hc-bg-light);
    padding: 40px 0 40px 0;
}

.hc-insight-banner-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hc-insight-banner-left {
    flex: 1;
    padding-bottom: 0px;
}

.hc-insight-banner-heading {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
    color: var(--hc-heading);
    margin-bottom: 16px;
}

    .hc-insight-banner-heading span {
        color: var(--hc-blue);
    }

.hc-insight-banner-subtitle {
    font-size: 18px;
    line-height: 32px;
    color: var(--hc-text);
    font-weight: 400;
    margin-bottom: 28px;
    max-width: 580px;
}

/* Search */
.hc-insight-search-wrap {
    position: relative;
    max-width: 520px;
    margin-bottom: 16px;
}

.hc-insight-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.hc-insight-search-wrap input {
    width: 100%;
    padding: 14px 16px 14px 48px;
    border: 1.5px solid var(--hc-border);
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: var(--hc-text);
    background: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.1);
}

    .hc-insight-search-wrap input::placeholder {
        color: #9CA3AF;
    }

    .hc-insight-search-wrap input:focus {
        border-color: var(--hc-blue);
    }

/* Trending */
.hc-insight-trending-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.hc-insight-trending-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--hc-blue);
    line-height: 16.8px;
}

.hc-insight-trend-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    background: var(--hc-tag-bg);
    color: var(--hc-tag-text);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    border-radius: 100px;
    cursor: pointer;
    transition: background 0.2s;
    border: none;
}

    .hc-insight-trend-tag:hover {
        background: #c8dff5;
    }

/* Banner CTA buttons */
.hc-insight-cta-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.hc-insight-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--hc-blue);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 24px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
    border-radius: 50px;
}

    .hc-insight-btn-primary:hover {
        background: #044a8a;
        color: #fff;
    }

.hc-insight-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--hc-blue);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 24px;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

    .hc-insight-btn-ghost:hover {
        background: var(--hc-tag-bg);
        color: var(--hc-blue);
    }

/* Banner image: 780w × 600h */
.hc-insight-banner-right {
    flex: 0 0 780px;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
}

.hc-insight-banner-img-wrap {
    border-radius: 48px;
    border: 8px solid #fff;
    overflow: hidden;
    box-shadow: 0px 25px 50px -12px rgba(0,0,0,0.25);
    line-height: 0;
    width: 780px;
}

    .hc-insight-banner-img-wrap img {
        width: 780px;
        height: 600px;
        object-fit: cover;
        display: block;
    }

/* ─── LATEST INSIGHTS ─── */
.hc-insight-latest-section {
    padding: 64px 0 56px;
    background: #fff;
}

/* Section title: 16px bottom padding + border */
.hc-insight-section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--hc-heading);
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--hc-border);
    margin-bottom: 32px;
}

    .hc-insight-section-title span {
        color: var(--hc-blue);
    }

/* Featured row */
.hc-insight-featured-row {
    display: flex;
    gap: 32px;
    align-items: stretch;
}

/* Featured main image: 421 × 426 */
.hc-insight-featured-img {
    flex: 0 0 421px;
    width: 421px;
    height: 100%;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--hc-bg-light);
}

    .hc-insight-featured-img img {
        width: 421px;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 16px 0 0 16px;
    }

/* Featured center */
.hc-insight-featured-center {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: var(--hc-bg-light);
    border-radius: 16px;
    max-height: 426px;
    max-width: 841px;
}

.hc-insight-featured-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #6B7280;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hc-insight-featured-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--hc-blue);
    line-height: 1.3;
    margin-bottom: 12px;
}

.hc-insight-featured-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--hc-text);
    margin-bottom: 24px;
}

/* Read Insight button — pill shape */
.hc-insight-btn-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--hc-blue);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    transition: background 0.2s;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
}

    .hc-insight-btn-read:hover {
        background: #044a8a;
        color: #fff;
    }

/* Link-style read insight */
.hc-insight-btn-read-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--hc-blue);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    transition: color 0.2s;
}

    .hc-insight-btn-read-link:hover {
        color: #044a8a;
    }

/* Side cards (Radon in Central PA) */
.hc-insight-featured-side {
    flex: 0 0 721px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hc-insight-side-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    background: var(--hc-bg-light);
    border-radius: 16px;
    border: none;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.05);
    flex: 1;
}

.hc-insight-side-card-content {
    flex: 1;
}

.hc-insight-side-card-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--hc-card-title);
    margin-bottom: 8px;
    line-height: 1.35;
}

.hc-insight-side-card-desc {
    font-size: 14px;
    line-height: 22px;
    color: #4B5563;
    margin-bottom: 12px;
}

.hc-insight-side-card-img {
    width: 179px;
    height: 155px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

/* ─── CARDS GRID ─── */
.hc-insight-grid-section {
    background: var(--hc-bg-light);
    padding: 48px 0 56px;
}

.hc-insight-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--hc-border);
    box-shadow: 18px 15px 81.4px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

    .hc-insight-card:hover {
        transform: translateY(-3px);
        box-shadow: 18px 18px 90px rgba(0,0,0,0.09);
    }

.hc-insight-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.hc-insight-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hc-insight-card-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--hc-card-title);
    line-height: 1.35;
    margin-bottom: 10px;
}

.hc-insight-card-desc {
    font-size: 16px;
    line-height: 26px;
    color: var(--hc-text);
    margin-bottom: 24px;
    flex: 1;
}

.hc-insight-card-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    margin-bottom: 16px;
}

/* ─── SEARCH RESULTS ─── */
.hc-insight-search-results-section {
    display: none;
    background: #fff;
    padding: 35px 0 40px;
}

    .hc-insight-search-results-section.hc-insight-visible {
        display: block;
    }

.hc-insight-no-results {
    text-align: center;
    padding: 48px 0;
    color: #6B7280;
    font-size: 18px;
}

mark {
    background: #dbeafe;
    color: var(--hc-blue);
    border-radius: 2px;
    padding: 0 2px;
}

.hc-insight-btn-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: var(--hc-blue);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid var(--hc-border);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

    .hc-insight-btn-clear:hover {
        background: var(--hc-tag-bg);
    }

/* ─── CTA BANNER ─── */
.hc-insight-cta-banner {
    background: #1A3D6E;
    padding: 80px 0;
    text-align: center;
}

    .hc-insight-cta-banner h2 {
        font-size: 42px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 24px;
    }

    .hc-insight-cta-banner p {
        font-size: 18px;
        line-height: 32px;
        color: rgba(255,255,255,0.85);
        margin-bottom: 40px;
    }

.hc-insight-cta-banner-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Schedule — white bg, blue text + arrow */
.hc-insight-btn-cta-schedule {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: var(--hc-blue);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 100px;
    border: 2px solid #fff;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

    .hc-insight-btn-cta-schedule:hover {
        background: #eaf2fc;
        color: var(--hc-blue);
    }

/* Call — outline white */
.hc-insight-btn-cta-call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 100px;
    border: 2px solid rgba(255,255,255,0.55);
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s;
}

    .hc-insight-btn-cta-call:hover {
        border-color: #fff;
        color: #fff;
    }

/* ─── RESPONSIVE ─── */
@media (max-width: 1400px) {
    .hc-insight-banner-right {
        flex: 0 0 560px;
    }

    .hc-insight-banner-img-wrap,
    .hc-insight-banner-img-wrap img {
        width: 100%;
        height: 460px;
    }

    .hc-insight-featured-side {
        flex: 0 0 360px;
    }
}

@media (max-width: 1100px) {
    .hc-insight-banner-inner {
        flex-direction: column;
        gap: 40px;
    }

    .hc-insight-banner-right {
        flex: unset;
        width: 100%;
    }

    .hc-insight-banner-img-wrap,
    .hc-insight-banner-img-wrap img {
        width: 100%;
        height: 360px;
    }

    .hc-insight-banner-heading {
        font-size: 44px;
        line-height: 54px;
    }

    .hc-insight-featured-row {
        flex-direction: column;
    }

    .hc-insight-featured-img,
    .hc-insight-featured-img img {
        width: 100%;
        height: 100%;
        flex: unset;
    }

    .hc-insight-featured-side {
        flex: unset;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .hc-insight-banner-heading {
        font-size: 34px;
        line-height: 44px;
    }

    .hc-insight-side-card {
        flex-direction: column;
    }

    .hc-insight-side-card-img {
        width: 100%;
        height: 180px;
    }
}

.centered-content-flex-box {
    padding: 40px;
    align-items: start;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: start;
}


@media(max - width:768px) {
    .hc-insight-featured-center {
        flex-direction: column;
    }

    .hc-insight-featured-img {
        height: 300px;
    }

    .hc-insight-featured-img {
        height: 200px;
        flex: none;
        border-radius: 0;
    }

    .centered-content-flex-box {
        padding: 20px;
    }

    .hc-insight-featured-center {
        max-height: unset;
    }

    .hc-insight-featured-img img {
        border-radius: 16px;
    }

    .hc-insight-cta-banner h2 {
        font-size: 32px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 20px;
    }
}


@media(min - width:1025px) and (max-width:1399px) {
    .hc-insight-featured-center {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px;
        background: var(--hc-bg-light);
        border-radius: 16px;
        max-height: max-content;
        max-width: max-content;
    }

    .hc-insight-featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 16px;
    }

    .hc-insight-featured-img {
        flex: 0 0 421px;
        width: 100%;
        height: 100%;
        border-radius: 16px 0 0 16px;
        overflow: hidden;
        flex-shrink: 0;
        background: var(--hc-bg-light);
    }

    .centered-content-flex-box {
        padding: 20px;
    }

    .hc-insight-side-card {
        display: flex;
        flex-direction: column;
    }

    .hc-insight-side-card-img {
        width: 100%;
    }
}

.hc-insight-btn-clear {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: #05549e;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 16px;
    border: 1px solid #05549e;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s;
}

section.hc-insight-banner-section.insight-details {
    padding-top: 150px;
    background-size: cover !important;
}

    section.hc-insight-banner-section.insight-details h1.hc-insight-banner-heading.text-white.text-center {
        font-size: 42px;
        line-height: 63px;
        width: 70%;
        margin: auto;
        text-align: center;
    }

    section.hc-insight-banner-section.insight-details p.hc-insight-banner-subtitle {
        color: #fff;
        text-align: center;
        width: 60%;
        max-width: 60%;
        text-align: center;
        margin: 10px auto;
    }

    section.hc-insight-banner-section.insight-details img {
        width: 1680px;
        border-radius: 30px;
        max-width: 100%;
        margin-top: 46px;
    }

.blog-detail-content {
    font-family: 'Inter', sans-serif;
    color: #101828;
    max-width: 1433px;
}

    .blog-detail-content h2 {
        font-family: 'Inter', sans-serif;
        font-size: 32px;
        font-weight: 600;
        color: #003D76;
        line-height: 1.3;
    }

    .blog-detail-content h3 {
        font-family: 'Inter', sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #181C1E;
        line-height: 1.35;
        margin: 0 0 14px 0;
    }

    .blog-detail-content h4 {
        font-family: 'Inter', sans-serif;
        font-size: 22px;
        font-weight: 600;
        color: #181C1E;
        line-height: 1.4;
        margin: 0 0 12px 0;
    }

    .blog-detail-content h5 {
        font-family: 'Inter', sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #181C1E;
        line-height: 1.4;
        margin: 0 0 10px 0;
    }

    .blog-detail-content h6 {
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-weight: 600;
        color: #181C1E;
        line-height: 1.45;
        margin: 0 0 10px 0;
    }

    .blog-detail-content p {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #101828;
        line-height: 1.75;
        margin: 0 0 10px 0;
    }

    .blog-detail-content ul,
    .blog-detail-content ol {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #101828;
        line-height: 1.75;
        margin: 0 0 20px 0;
        padding-left: 24px;
    }

        .blog-detail-content ul li,
        .blog-detail-content ol li {
            margin-bottom: 8px;
        }

    .blog-detail-content blockquote {
        font-family: 'Inter', sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #101828;
        line-height: 1.75;
        border-left: 4px solid #003D76;
        margin: 0 0 20px 0;
        padding: 12px 20px;
        background-color: #F9FAFB;
    }

        .blog-detail-content blockquote p {
            margin: 0;
        }

    .blog-detail-content > div {
        margin-bottom: 0;
    }

    .blog-detail-content > div:last-child {
        padding-bottom: 0 !important;
    }

section.hc-insight-grid-section.latest-cards-grid .hc-insight-card {
    padding: 0;
}

section.hc-insight-grid-section.latest-cards-grid .hc-insight-card-body {
    padding: 20px;
}

section.hc-insight-grid-section.latest-cards-grid .hc-insight-card-img {
    margin: 0;
}

.badge-white {
    width: fit-content;
    padding: 10px 24px;
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 20px;
    right: 20px;
    top: 20px;
    letter-spacing: 1.2px;
    font-size: 13px;
    color: #003D76;
    border-radius: 50px;
    font-weight: 600;
}

.hc-insight-card-img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    margin-bottom: 16px;
}

section.hc-insight-grid-section.latest-cards-grid .hc-insight-card {
    padding: 0;
    position: relative;
}

.hc-reviews-section {
    background: #F7FAFC;
}

a.hc-service-cta-secondary.bg-white.view-all-insights {
    color: #05549E;
    margin: 25px auto 0;
    display: block;
    width: fit-content;
    font-weight: 500
}

    a.hc-service-cta-secondary.bg-white.view-all-insights i {
        margin-left: 10px;
    }

@media(max - width:768px) {
    .blog-detail-content h2 {
        font-family: 'Inter', sans-serif;
        font-size: 20px;
    }
}


:root {
    --brand: #1a4f8a;
    --brand-dark: #163f70;
    --brand-light: #e8f0fa;
    --accent: #e05c2a;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-200: #e5e7eb;
    --gray-500: #6b7280;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --body-font: Georgia, 'Times New Roman', serif;
    --ui-font: 'Segoe UI', system-ui, sans-serif;
    --radius: 8px;
    --max-width: 740px;
}

* {
    box-sizing: border-box;
}

/* ── Header ── */
.article-header {
    background: linear-gradient(160deg, #0f2f56 0%, #1a4f8a 100%);
    color: #fff;
    padding: 60px 24px 48px;
}

.header-inner {
    max-width: 760px;
    margin: 0 auto;
}

.category-breadcrumb {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255,255,255,.7);
    text-decoration: none;
    margin-bottom: 16px;
    transition: color .15s;
}

    .category-breadcrumb:hover {
        color: #fff;
    }

.article-title {
    font-family: var(--ui-font);
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 14px;
}

.article-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,.75);
    line-height: 1.5;
    margin: 0 0 16px;
}

.article-date {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    margin: 0;
    font-family: var(--ui-font);
}

/* ── Hero Image ── */
.hero-image-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    transform: translateY(-24px);
}

.hero-image {
    width: 100%;
    /*max-height: 800px;*/
    max-height: unset;
    object-fit: contain;
    border-radius: var(--radius);
    display: block;
    box-shadow: 0 8px 40px rgba(0,0,0,.15);
}

/* ── Article Layout ── */
.article-layout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px 48px;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 48px;
    align-items: start;
}

.article-body-col {
    min-width: 0;
}

/* ── Rich Text Body ── */
.rich-text {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.8;
    color: var(--gray-800);
}

    .rich-text h2 {
        font-family: var(--ui-font);
        font-size: 24px;
        font-weight: 700;
        margin: 2em 0 .6em;
        color: var(--brand-dark);
    }

    .rich-text h3 {
        font-family: var(--ui-font);
        font-size: 20px;
        font-weight: 700;
        margin: 1.6em 0 .5em;
        color: var(--gray-800);
    }

    .rich-text p {
        margin: 0 0 1.2em;
    }

    .rich-text ul, .rich-text ol {
        margin: 0 0 1.2em 1.4em;
    }

    .rich-text li {
        margin-bottom: .4em;
    }

    .rich-text strong {
        font-weight: 700;
        color: var(--gray-800);
    }

    .rich-text a {
        color: var(--brand);
        text-decoration: underline;
    }

        .rich-text a:hover {
            color: var(--brand-dark);
        }

/* ── Pull Quote ── */
.pull-quote {
    border-left: 4px solid var(--accent);
    background: var(--gray-50);
    margin: 2em 0;
    padding: 20px 28px;
    border-radius: 0 var(--radius) var(--radius) 0;
}

    .pull-quote p {
        font-family: var(--ui-font);
        font-size: 20px;
        font-weight: 600;
        color: var(--gray-700);
        font-style: italic;
        line-height: 1.5;
        margin: 0;
    }

/* ── CTA Block ── */
.cta-block {
    margin-top: 48px;
    /* background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%); */
    background: linear-gradient(135deg, #9db2c9 0%, #d5d7d9 100%) !important;
    border-radius: var(--radius);
    padding: 40px;
}

.cta-inner {
    text-align: center;
}

.cta-prompt {
    font-family: var(--ui-font) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,.85) !important;
    margin: 0 0 20px !important;
}

.cta-button {
    display: inline-block;
    padding: 14px 32px;
    background: var(--accent);
    color: #fff;
    border-radius: 6px;
    font-family: var(--ui-font);
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: background .15s;
}

    .cta-button:hover {
        background: #c44d22;
    }

/* ── Sidebar ── */
.article-sidebar {
    position: sticky;
    top: 100px;
}

.back-link {
    display: block;
    font-family: var(--ui-font);
    font-size: 14px;
    color: var(--brand);
    text-decoration: none;
    margin-bottom: 24px;
    font-weight: 600;
}

    .back-link:hover {
        text-decoration: underline;
    }

.sidebar-meta {
    background: var(--gray-50);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    padding: 18px;
}

.meta-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
}

    .meta-row:last-child {
        margin-bottom: 0;
    }

.meta-label {
    font-family: var(--ui-font);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: var(--gray-500);
    margin-bottom: 3px;
}

.meta-val {
    font-family: var(--ui-font);
    font-size: 14px;
    color: var(--gray-800);
    font-weight: 500;
}

/* ── Related Articles ── */
.related-section {
    background: var(--gray-50);
    border-top: 1px solid var(--gray-200);
    padding: 64px 0;
}

.related-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

.related-heading {
    font-family: var(--ui-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--gray-800);
    margin: 0 0 28px;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--gray-200);
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s;
}

    .related-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 24px rgba(0,0,0,.09);
    }

.related-image-wrap {
    aspect-ratio: 16/9;
    overflow: hidden;
}

    .related-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .3s;
    }

.related-card:hover .related-image-wrap img {
    transform: scale(1.04);
}

.related-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related-cat {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--brand);
    margin-bottom: 6px;
}

.related-title {
    font-family: var(--ui-font);
    font-size: 15px;
    font-weight: 700;
    color: var(--gray-800);
    line-height: 1.35;
    flex: 1;
    margin: 0 0 10px;
}

.related-cta {
    font-size: 13px;
    font-weight: 700;
    color: var(--brand);
}

@media (max-width: 900px) {
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
    }

    .related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {
    .related-grid {
        grid-template-columns: 1fr;
    }

    .hero-image-wrap {
        padding: 0 12px;
    }
}