/* ==========================================================
   IBLA INSIGHT ARTICLE
   ========================================================== */

.insight-article-main {
    background:
        linear-gradient(180deg, #f4f6f9 0, #ffffff 470px);
}

.insight-article-hero {
    padding: 72px 0 58px;
    background:
        radial-gradient(circle at 82% 18%, rgba(205, 151, 23, 0.18), transparent 30%),
        linear-gradient(135deg, #07182e 0%, #0b2748 58%, #11365e 100%);
    color: #ffffff;
}

.insight-breadcrumb {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.68);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
}

.insight-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
}

.insight-breadcrumb a:hover {
    color: #e0aa2b;
}

.insight-article-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    gap: 58px;
    align-items: center;
}

.insight-article-category {
    margin: 0 0 15px;
    color: #e4aa22;
    font-family: var(--font-ui);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.insight-article-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(42px, 4.4vw, 70px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -0.025em;
}

.insight-article-intro {
    max-width: 760px;
    margin: 25px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    line-height: 1.72;
}

.insight-article-meta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px 20px;
    color: rgba(255, 255, 255, 0.64);
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 600;
}

.insight-article-image {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.insight-article-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 58%, rgba(4, 18, 36, 0.35));
}

.insight-article-image img {
    width: 100%;
    min-height: 430px;
    display: block;
    object-fit: cover;
}

.insight-article-body-section {
    padding: 76px 0 88px;
}

.insight-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(260px, 330px);
    justify-content: center;
    gap: 80px;
    align-items: start;
}

.insight-article-content {
    color: #23374f;
    font-size: 17px;
    line-height: 1.82;
}

.insight-article-content > p:first-child {
    margin-top: 0;
    color: #102c4d;
    font-size: 20px;
    line-height: 1.72;
}

.insight-article-content h2 {
    margin: 50px 0 18px;
    color: #081f3b;
    font-family: var(--font-display);
    font-size: clamp(29px, 2.7vw, 40px);
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.015em;
}

.insight-article-content h3 {
    margin: 34px 0 13px;
    color: #0b294a;
    font-family: var(--font-ui);
    font-size: 19px;
    font-weight: 750;
    line-height: 1.4;
}

.insight-article-content p {
    margin: 0 0 22px;
}

.insight-article-content ul,
.insight-article-content ol {
    margin: 10px 0 28px;
    padding-left: 24px;
}

.insight-article-content li {
    margin-bottom: 11px;
    padding-left: 5px;
}

.insight-highlight {
    margin: 36px 0;
    padding: 27px 29px;
    border-left: 4px solid #cf9515;
    border-radius: 0 12px 12px 0;
    background: #f6f8fb;
    color: #0d2b4d;
    font-family: var(--font-display);
    font-size: 23px;
    line-height: 1.45;
}

.insight-framework {
    margin: 34px 0;
    padding: 31px;
    border: 1px solid rgba(10, 31, 60, 0.1);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(8, 31, 59, 0.07);
}

.insight-framework h3 {
    margin-top: 0;
}

.insight-framework ol {
    margin-bottom: 0;
}

.insight-article-sidebar {
    position: sticky;
    top: 120px;
}

.insight-sidebar-card {
    padding: 27px;
    border: 1px solid rgba(10, 31, 60, 0.1);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(7, 27, 51, 0.07);
}

.insight-sidebar-card + .insight-sidebar-card {
    margin-top: 20px;
}

.insight-sidebar-card h2 {
    margin: 0 0 14px;
    color: #0a213e;
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}

.insight-sidebar-card p {
    margin: 0 0 19px;
    color: #546579;
    font-size: 14px;
    line-height: 1.65;
}

.insight-sidebar-card .button {
    width: 100%;
    justify-content: center;
}

.insight-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.insight-sidebar-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(10, 31, 60, 0.08);
    color: #2d4259;
    font-size: 14px;
    line-height: 1.5;
}

.insight-sidebar-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.insight-article-closing {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(10, 31, 60, 0.12);
}

.insight-article-closing p:last-child {
    margin-bottom: 0;
}

.insight-related {
    padding: 70px 0 80px;
    background: #071b33;
}

.insight-related-header {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
}

.insight-related-header h2 {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 500;
}

.insight-related-header a {
    color: #e5ad2e;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.insight-read-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #08213f;
    font-family: var(--font-ui);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.insight-read-link::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #d89a00;
}

.insight-read-link:hover {
    color: #bd7f00;
}

@media (max-width: 1100px) {
    .insight-article-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.78fr);
        gap: 38px;
    }

    .insight-article-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 45px;
    }
}

@media (max-width: 850px) {
    .insight-article-hero {
        padding: 52px 0 45px;
    }

    .insight-article-hero-grid,
    .insight-article-layout {
        grid-template-columns: 1fr;
    }

    .insight-article-image {
        max-width: 680px;
    }

    .insight-article-image img {
        min-height: 340px;
    }

    .insight-article-sidebar {
        position: static;
    }

    .insight-sidebar-card {
        max-width: none;
    }
}

@media (max-width: 600px) {
    .insight-article-hero {
        padding: 38px 0 34px;
    }

    .insight-breadcrumb {
        margin-bottom: 22px;
        font-size: 11px;
    }

    .insight-article-hero h1 {
        font-size: 38px;
    }

    .insight-article-intro {
        font-size: 16px;
        line-height: 1.65;
    }

    .insight-article-image img {
        min-height: 245px;
    }

    .insight-article-body-section {
        padding: 50px 0 60px;
    }

    .insight-article-content {
        font-size: 16px;
        line-height: 1.75;
    }

    .insight-article-content > p:first-child {
        font-size: 18px;
    }

    .insight-highlight {
        padding: 22px;
        font-size: 20px;
    }

    .insight-framework {
        padding: 23px;
    }

    .insight-related-header {
        align-items: start;
        flex-direction: column;
    }
}

/* ==========================================================
   IBLA INSIGHT SVG HERO SUPPORT
   ========================================================== */

.insight-article-image-icon {
    min-height: 430px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, rgba(207, 149, 21, 0.18), transparent 55%),
        linear-gradient(145deg, #0d294a, #071a32);
}

.insight-article-image-icon img {
    width: 180px;
    height: 180px;
    min-height: 0;
    object-fit: contain;
}

@media (max-width: 850px) {
    .insight-article-image-icon {
        min-height: 330px;
    }

    .insight-article-image-icon img {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 600px) {
    .insight-article-image-icon {
        min-height: 245px;
    }

    .insight-article-image-icon img {
        width: 120px;
        height: 120px;
    }
}
