: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;
}

/* ─── 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: 30px 0 30px 0;
}

.hc-insight-banner-inner {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hc-insight-banner-left {
    flex: 1;
    padding-bottom: 0;
}

.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: 400px;
        object-fit: cover;
        display: block;
    }

/* ─── LATEST INSIGHTS ─── */
.hc-insight-latest-section {
    padding: 25px 0 30px;
    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: 5px;
    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;*/
    flex: 0 auto;
    width: 421px;
    height: auto;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    flex-shrink: 0;
    background: var(--hc-bg-light);
}

    .hc-insight-featured-img img {
        width: 421px;
        height: auto;
        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: 30px 0 35px;
}

.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;
}

.hc-insight-side-card > img {
    max-width: 50% !important;
}

/* ─── SEARCH RESULTS ─── */
.hc-insight-search-results-section {
    display: none;
    background: #fff;
    padding: 48px 0 56px;
}

    .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-center{
        width: 100% !important;
    }

    .hc-insight-featured-side {
        flex: unset;
        width: 100% !important;
    }
}


@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: 24px 30px;
    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;
}

@media(min - width:1199px) {
    body: has(.hc-insight-banner-section) .hc-navbar {
        position: relative;
        background: #fff;
    }

        body:has(.hc-insight-banner-section) .hc-navbar
        .hc-nav-link {
            color: #101828 !important;
            font-size: 1.125rem;
            position: relative;
            transition: color 0.2s ease;
            text-decoration: none;
        }

        body:has(.hc-insight-banner-section) .hc-navbar .hc-btn-book {
            padding: 10px 32px;
            border: 2px solid #05549E;
            color: #fff !important;
            background: #05549E;
            font-size: 1rem;
            font-weight: 500;
            white-space: nowrap;
        }
}


@media(max - width:768px) {
    section #hc-banner-section {
        margin-top: 80px;
    }
}
.hc-navbar {
    position: relative !important;
}

.hc-scrolled {
    position: fixed !important
}

.hc-insight-featured-center {
    flex-direction: column;
    justify-content: flex-start;
    max-height: 100%;
}

.hc-insight-featured-img {
    width: 100%
}

    .hc-insight-featured-img img {
        border-radius: 16px !important;
        width: 100% !important
    }

.hc-insight-side-card {
    flex-direction: column
}

.hc-insight-featured-side {
    flex: inherit;
    width: 30%;
}

.hc-insight-side-card {
    flex-direction: column !important
}

    .hc-insight-side-card > img {
        max-width: 100% !important;
        width: 100%;
        border-radius: 16px !important;
    }

.hc-insight-featured-center {
    max-width: inherit !important;
    width: 70% !important
}

@media (max-width: 1100px) {
    .hc-insight-featured-center{
        width: 100% !important;
    }
    
    .hc-insight-featured-side {
        flex: unset;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .hc-insight-side-card-title {
        font-size: 14px !important
    }
}

@media (max-width:767px) {

    .hc-insight-featured-row {
        flex-direction: column !important;
    }

    .hc-insight-featured-center {
        width: 70% !important;
    }

    .hc-insight-featured-side {
        width: 100% !important
    }
}
.hc-insight-featured-row2 {
    align-items: flex-start;
}