/* ==========================================================
   IBLA INSIGHTS OVERVIEW PAGE
   Dedicated styles — approved shared files remain untouched
   ========================================================== */

.insights-page {
    --insights-navy: #0a1f3c;
    --insights-navy-deep: #06152a;
    --insights-gold: #d39b18;
    --insights-text: #44536a;
    --insights-soft: #f5f7fa;
    --insights-line: rgba(10, 31, 60, 0.1);
}

.insights-page main {
    overflow: hidden;
}

.insights-page .eyebrow {
    margin: 0;
    color: var(--insights-gold);
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
    text-transform: uppercase;
}

.insights-page h1,
.insights-page h2,
.insights-page h3 {
    color: var(--insights-navy);
    font-family: "Cormorant Garamond", serif;
}

/* Hero */

.insights-hero {
    position: relative;
    min-height: 635px;
    background: var(--insights-navy-deep);
    overflow: hidden;
}

.insights-hero-media,
.insights-hero-overlay,
.insights-hero-pattern {
    position: absolute;
    inset: 0;
}

.insights-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 43%;
}

.insights-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(5, 20, 40, 0.98) 0%,
            rgba(5, 20, 40, 0.92) 34%,
            rgba(5, 20, 40, 0.54) 61%,
            rgba(5, 20, 40, 0.12) 100%
        ),
        linear-gradient(
            180deg,
            rgba(5, 20, 40, 0.1) 0%,
            rgba(5, 20, 40, 0.28) 100%
        );
}

.insights-hero-pattern {
    opacity: 0.18;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06) 1px,
            transparent 1px
        );
    background-size: 90px 90px;
    mask-image:
        linear-gradient(
            90deg,
            black,
            transparent 66%
        );
}

.insights-hero-layout {
    position: relative;
    z-index: 2;
    min-height: 635px;
    display: flex;
    align-items: center;
}

.insights-hero-content {
    width: min(670px, 58%);
    padding: 65px 0 55px;
}

.insights-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, 0.76);
    font-family: "Lato", sans-serif;
    font-size: 13px;
}

.insights-breadcrumbs a {
    color: var(--insights-gold);
    text-decoration: none;
}

.insights-breadcrumbs a:hover {
    color: #fff;
}

.insights-hero-content h1 {
    max-width: 650px;
    margin: 18px 0 22px;
    color: #fff;
    font-size: clamp(54px, 5.3vw, 78px);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.035em;
}

.insights-hero-content h1 span {
    display: block;
    color: #fff;
}

.insights-hero-introduction {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.insights-gold-line {
    display: block;
    width: 62px;
    height: 3px;
    margin-top: 28px;
    background: var(--insights-gold);
}

/* Introduction and featured perspective */

.insights-introduction-section {
    padding: 82px 0;
    background: #fff;
}

.insights-introduction-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.54fr);
    gap: 56px;
    align-items: stretch;
}

.insights-introduction-copy {
    padding: 10px 10px 10px 0;
}

.insights-introduction-copy h2 {
    margin: 17px 0 22px;
    font-size: 49px;
    font-weight: 600;
    line-height: 0.98;
    letter-spacing: -0.025em;
}

.insights-introduction-copy h2 span {
    display: block;
}

.insights-introduction-copy > p:not(.eyebrow) {
    margin: 0 0 24px;
    color: var(--insights-text);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.72;
}

.insights-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--insights-navy);
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.insights-text-link span {
    color: var(--insights-gold);
    font-size: 18px;
    transition: transform 180ms ease;
}

.insights-text-link:hover span {
    transform: translateX(4px);
}

.insights-featured-card {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
    min-height: 390px;
    border: 1px solid var(--insights-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(10, 31, 60, 0.08);
    overflow: hidden;
}

.insights-featured-media {
    min-height: 100%;
    overflow: hidden;
}

.insights-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insights-featured-content {
    padding: 38px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insights-featured-content h2 {
    margin: 12px 0 12px;
    font-size: 37px;
    font-weight: 600;
    line-height: 0.98;
}

.insights-featured-content h2 span {
    display: block;
}

.insights-category,
.insights-card-category {
    margin: 0;
    color: var(--insights-gold);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.insights-featured-content > p:not(.eyebrow):not(.insights-category) {
    margin: 16px 0 18px;
    color: var(--insights-text);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 1.68;
}

.insights-status,
.insights-card-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: var(--insights-navy);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.insights-status::before,
.insights-card-status::before {
    content: "";
    width: 24px;
    height: 2px;
    margin-right: 9px;
    background: var(--insights-gold);
}

/* Shared section heading */

.insights-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.65fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 40px;
}

.insights-section-heading h2 {
    margin: 13px 0 0;
    font-size: 54px;
    font-weight: 600;
    line-height: 0.96;
    letter-spacing: -0.025em;
}

.insights-section-heading h2 span {
    display: block;
}

.insights-section-heading > p {
    margin: 0;
    color: var(--insights-text);
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.68;
}

.insights-section-heading-centred {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
}

.insights-section-heading-centred > p {
    max-width: 650px;
    margin-inline: auto;
}

/* Perspective cards */

.insights-latest-section {
    padding: 82px 0 88px;
    background: var(--insights-soft);
}

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

.insights-perspective-card {
    min-width: 0;
    border: 1px solid var(--insights-line);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(10, 31, 60, 0.05);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.insights-perspective-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(10, 31, 60, 0.1);
}

.insights-card-media {
    height: 215px;
    overflow: hidden;
    background: #e9eef4;
}

.insights-card-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.insights-perspective-card:hover .insights-card-media > img {
    transform: scale(1.035);
}

.insights-card-media-icon {
    display: grid;
    place-items: center;
    background:
        radial-gradient(
            circle at center,
            rgba(211, 155, 24, 0.1),
            transparent 56%
        ),
        #f8fafc;
}

.insights-card-media-icon > img {
    width: 94px;
    height: 94px;
    object-fit: contain;
}

.insights-perspective-card:hover .insights-card-media-icon > img {
    transform: scale(1.04);
}

.insights-card-content {
    min-height: 275px;
    padding: 26px 25px 25px;
    display: flex;
    flex-direction: column;
}

.insights-card-content h3 {
    margin: 11px 0 13px;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.02;
}

.insights-card-content > p:not(.insights-card-category) {
    margin: 0 0 20px;
    color: var(--insights-text);
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

.insights-card-status {
    margin-top: auto;
}

/* Topic cards */

.insights-topics-section {
    padding: 84px 0 88px;
    background: #fff;
}

.insights-topics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.insights-topic-card {
    min-width: 0;
    min-height: 285px;
    padding: 34px 27px 28px;
    border: 1px solid var(--insights-line);
    border-radius: 16px;
    background: #fff;
    text-align: center;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.insights-topic-card:hover {
    transform: translateY(-4px);
    border-color: rgba(211, 155, 24, 0.5);
    box-shadow: 0 18px 40px rgba(10, 31, 60, 0.08);
}

.insights-topic-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 23px;
    display: grid;
    place-items: center;
}

.insights-topic-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.insights-topic-card h3 {
    margin: 0 0 13px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.insights-topic-card p {
    margin: 0;
    color: var(--insights-text);
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.65;
}

/* Principles */

.insights-principles-section {
    padding: 0 0 82px;
    background: #fff;
}

.insights-principles-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--insights-line);
    border-radius: 17px;
    background: #f8fafc;
    overflow: hidden;
}

.insights-principles-panel article {
    min-width: 0;
    min-height: 175px;
    padding: 27px 24px;
    display: flex;
    align-items: flex-start;
    gap: 17px;
    border-right: 1px solid var(--insights-line);
}

.insights-principles-panel article:last-child {
    border-right: 0;
}

.insights-principle-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}

.insights-principle-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.insights-principles-panel h3 {
    margin: 1px 0 8px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.insights-principles-panel p {
    margin: 0;
    color: var(--insights-text);
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 1.6;
}

/* CTA */

.insights-cta-section {
    padding: 0 0 88px;
    background: #fff;
}

.insights-cta-panel {
    position: relative;
    min-height: 285px;
    padding: 46px 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 55px;
    border-radius: 18px;
    background:
        radial-gradient(
            circle at 80% 15%,
            rgba(211, 155, 24, 0.14),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            var(--insights-navy-deep),
            var(--insights-navy)
        );
    overflow: hidden;
}

.insights-cta-panel::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.insights-cta-panel > * {
    position: relative;
    z-index: 1;
}

.insights-cta-panel h2 {
    margin: 13px 0 13px;
    color: #fff;
    font-size: 56px;
    font-weight: 600;
    line-height: 0.94;
}

.insights-cta-panel h2 span {
    display: block;
    color: var(--insights-gold);
}

.insights-cta-panel > div:first-child > p:last-child {
    max-width: 630px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.insights-cta-actions {
    width: 310px;
    display: grid;
    gap: 13px;
}

.insights-cta-actions .button {
    width: 100%;
    min-height: 52px;
    justify-content: center;
    text-align: center;
}

.insights-cta-actions .button-outline {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.48);
}

.insights-cta-actions .button-outline:hover {
    color: var(--insights-navy);
    background: #fff;
}

/* Tablet */

@media (max-width: 1100px) {
    .insights-hero {
        min-height: 590px;
    }

    .insights-hero-layout {
        min-height: 590px;
    }

    .insights-hero-content {
        width: 68%;
    }

    .insights-hero-content h1 {
        font-size: 62px;
    }

    .insights-introduction-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .insights-introduction-copy {
        max-width: 760px;
    }

    .insights-featured-card {
        min-height: 380px;
    }

    .insights-perspectives-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-topics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-principles-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-principles-panel article:nth-child(2) {
        border-right: 0;
    }

    .insights-principles-panel article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--insights-line);
    }

    .insights-cta-panel {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .insights-cta-actions {
        width: min(100%, 570px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .insights-hero-media img {
        object-position: 62% center;
    }

    .insights-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(5, 20, 40, 0.96) 0%,
                rgba(5, 20, 40, 0.83) 57%,
                rgba(5, 20, 40, 0.4) 100%
            ),
            linear-gradient(
                180deg,
                rgba(5, 20, 40, 0.12),
                rgba(5, 20, 40, 0.35)
            );
    }

    .insights-hero-content {
        width: 82%;
    }

    .insights-section-heading {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .insights-featured-card {
        grid-template-columns: 1fr;
    }

    .insights-featured-media {
        height: 330px;
    }

    .insights-featured-content {
        padding: 32px;
    }

    .insights-card-content {
        min-height: 250px;
    }

    .insights-cta-panel {
        padding: 40px 36px;
    }
}

/* Mobile */

@media (max-width: 700px) {
    .insights-page .eyebrow {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .insights-hero,
    .insights-hero-layout {
        min-height: 540px;
    }

    .insights-hero-media img {
        object-position: 70% center;
    }

    .insights-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(5, 20, 40, 0.97) 0%,
                rgba(5, 20, 40, 0.88) 64%,
                rgba(5, 20, 40, 0.6) 100%
            ),
            linear-gradient(
                180deg,
                rgba(5, 20, 40, 0.08),
                rgba(5, 20, 40, 0.44)
            );
    }

    .insights-hero-layout {
        align-items: flex-end;
    }

    .insights-hero-content {
        width: 100%;
        padding: 82px 0 42px;
    }

    .insights-breadcrumbs {
        margin-bottom: 28px;
        font-size: 11px;
    }

    .insights-hero-content h1 {
        margin-top: 13px;
        font-size: 43px;
        line-height: 0.95;
    }

    .insights-hero-introduction {
        font-size: 14px;
        line-height: 1.62;
    }

    .insights-gold-line {
        margin-top: 22px;
    }

    .insights-introduction-section,
    .insights-latest-section,
    .insights-topics-section {
        padding-top: 60px;
        padding-bottom: 62px;
    }

    .insights-introduction-copy h2,
    .insights-section-heading h2 {
        font-size: 39px;
        line-height: 0.98;
    }

    .insights-introduction-copy > p:not(.eyebrow),
    .insights-section-heading > p {
        font-size: 14px;
    }

    .insights-featured-media {
        height: 250px;
    }

    .insights-featured-content {
        padding: 27px 23px;
    }

    .insights-featured-content h2 {
        font-size: 32px;
    }

    .insights-perspectives-grid,
    .insights-topics-grid,
    .insights-principles-panel {
        grid-template-columns: 1fr;
    }

    .insights-card-media {
        height: 225px;
    }

    .insights-card-content {
        min-height: 0;
        padding: 24px 22px 25px;
    }

    .insights-card-content h3 {
        font-size: 27px;
    }

    .insights-card-status {
        margin-top: 5px;
    }

    .insights-topic-card {
        min-height: 0;
        padding: 29px 23px;
    }

    .insights-principles-section {
        padding-bottom: 60px;
    }

    .insights-principles-panel article,
    .insights-principles-panel article:nth-child(n) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--insights-line);
    }

    .insights-principles-panel article:last-child {
        border-bottom: 0;
    }

    .insights-cta-section {
        padding-bottom: 60px;
    }

    .insights-cta-panel {
        width: calc(100% - 32px);
        padding: 34px 24px;
        gap: 25px;
    }

    .insights-cta-panel h2 {
        font-size: 43px;
    }

    .insights-cta-actions {
        width: 100%;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 390px) {
    .insights-hero-content h1 {
        font-size: 39px;
    }

    .insights-introduction-copy h2,
    .insights-section-heading h2 {
        font-size: 36px;
    }

    .insights-featured-content h2 {
        font-size: 29px;
    }

    .insights-cta-panel h2 {
        font-size: 39px;
    }
}

/* ==========================================================
   IBLA INSIGHTS DESKTOP COMPACT PATCH V1
   Full-image article cards and browser-fit desktop refinement
   ========================================================== */

@media (min-width: 1101px) {
    .insights-latest-section {
        padding-top: 72px;
        padding-bottom: 74px;
    }

    .insights-latest-section .insights-section-heading {
        margin-bottom: 32px;
        align-items: start;
    }

    .insights-latest-section .insights-section-heading h2 {
        font-size: 50px;
    }

    .insights-perspectives-grid {
        gap: 18px;
    }

    .insights-card-media {
        height: 156px;
    }

    .insights-card-content {
        min-height: 0;
        padding: 21px 22px 20px;
    }

    .insights-card-content h3 {
        margin: 9px 0 10px;
        font-size: 24px;
        line-height: 1.02;
    }

    .insights-card-content > p:not(.insights-card-category) {
        margin: 0 0 14px;
        font-size: 13.5px;
        line-height: 1.56;
    }

    .insights-card-status {
        margin-top: auto;
        padding-top: 6px;
    }
}

/* ==========================================================
   IBLA INSIGHTS FEATURED 4 PLUS 2 V1
   Four crop-safe editorial cards and two compact perspectives
   ========================================================== */

.insights-perspectives-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.insights-perspective-primary {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.insights-perspective-primary .insights-card-media {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 8.7;
    overflow: hidden;
}

.insights-perspective-primary .insights-card-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insights-media-learning img {
    object-position: 50% 42%;
}

.insights-media-leadership img {
    object-position: 48% 43%;
}

.insights-media-ai img {
    object-position: 50% 50%;
}

.insights-media-corporate img {
    object-position: 52% 42%;
}

.insights-perspective-primary .insights-card-content {
    min-height: 235px;
    padding: 21px 20px 19px;
}

.insights-perspective-primary .insights-card-content h3 {
    margin: 8px 0 10px;
    font-size: 24px;
    line-height: 1;
}

.insights-perspective-primary
.insights-card-content
> p:not(.insights-card-category) {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.55;
}

.insights-secondary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    margin-top: 17px;
}

.insights-secondary-card {
    min-width: 0;
    padding: 24px 25px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 21px;
    align-items: center;
    border: 1px solid var(--insights-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(10, 31, 60, 0.045);
}

.insights-secondary-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
}

.insights-secondary-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.insights-secondary-card h3 {
    margin: 7px 0 8px;
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
}

.insights-secondary-card
> div:last-child
> p:not(.insights-card-category) {
    margin: 0 0 13px;
    color: var(--insights-text);
    font-family: "Lato", sans-serif;
    font-size: 13.5px;
    line-height: 1.55;
}

/* Wide desktop browser-fit refinement */

@media (min-width: 1440px) {
    .insights-latest-section {
        padding-top: 60px;
        padding-bottom: 62px;
    }

    .insights-latest-section .insights-section-heading {
        margin-bottom: 27px;
    }

    .insights-latest-section .insights-section-heading h2 {
        font-size: 46px;
    }

    .insights-perspective-primary .insights-card-media {
        aspect-ratio: 16 / 8;
    }

    .insights-perspective-primary .insights-card-content {
        min-height: 220px;
        padding: 18px 18px 17px;
    }

    .insights-perspective-primary .insights-card-content h3 {
        font-size: 22px;
    }

    .insights-secondary-card {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

/* Standard desktop and tablet */

@media (min-width: 821px) and (max-width: 1439px) {
    .insights-perspectives-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-perspective-primary .insights-card-media {
        aspect-ratio: 16 / 8.4;
    }

    .insights-perspective-primary .insights-card-content {
        min-height: 220px;
    }
}

@media (max-width: 820px) {
    .insights-perspectives-featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .insights-secondary-grid {
        grid-template-columns: 1fr;
    }

    .insights-perspective-primary .insights-card-media {
        aspect-ratio: 16 / 9;
    }

    .insights-perspective-primary .insights-card-content {
        min-height: 225px;
    }
}

@media (max-width: 700px) {
    .insights-perspectives-featured-grid {
        grid-template-columns: 1fr;
    }

    .insights-perspective-primary .insights-card-media {
        aspect-ratio: 16 / 9.2;
    }

    .insights-perspective-primary .insights-card-content {
        min-height: 0;
    }

    .insights-secondary-card {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 16px;
        padding: 21px 20px;
    }

    .insights-secondary-icon {
        width: 58px;
        height: 58px;
    }

    .insights-secondary-card h3 {
        font-size: 25px;
    }
}

/* ==========================================================
   IBLA INSIGHTS DESKTOP HERO TWO LINES V1
   Approved desktop heading:
   Perspectives That Turn
   Knowledge Into Progress
   ========================================================== */

@media (min-width: 1280px) {
    .insights-hero-content {
        width: min(860px, 63%);
    }

    .insights-hero-content h1 {
        width: max-content;
        max-width: none;
        font-size: clamp(60px, 4.15vw, 72px);
        line-height: 0.94;
        white-space: nowrap;
    }

    .insights-hero-content h1 span {
        display: block;
        white-space: nowrap;
    }

    .insights-hero-introduction {
        max-width: 720px;
    }
}

@media (min-width: 1101px) and (max-width: 1279px) {
    .insights-hero-content {
        width: 72%;
    }

    .insights-hero-content h1 {
        max-width: 760px;
        font-size: 57px;
        line-height: 0.95;
    }
}

/* ==========================================================
   IBLA INSIGHTS READ LINK ACTIVATION
   ========================================================== */

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

.insight-read-link::before {
    content: "";
    width: 28px;
    height: 2px;
    flex: 0 0 auto;
    background: #d39600;
    transition: width 180ms ease;
}

.insight-read-link span {
    color: #ce8b00;
    transition: transform 180ms ease;
}

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

.insight-read-link:hover::before {
    width: 36px;
}

.insight-read-link:hover span {
    transform: translateX(4px);
}

/* ==========================================================
   IBLA FEATURED INSIGHT LISTING CTA
   ========================================================== */

.insights-featured-content .insight-featured-read-link {
    margin-top: 25px;
    align-self: flex-start;
}

.insights-featured-content .insight-featured-read-link::before {
    width: 30px;
}

.insights-featured-content .insight-featured-read-link:hover::before {
    width: 40px;
}

@media (max-width: 700px) {
    .insights-featured-content .insight-featured-read-link {
        margin-top: 19px;
    }
}
