.insight-page {
    background: #fff;
}

.insight-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(120deg, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.58)),
        var(--insight-hero-image) center/cover no-repeat;
}

.insight-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -140px;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    background: rgba(234, 68, 53, 0.18);
    filter: blur(10px);
    pointer-events: none;
}

.insight-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 112px;
    padding-bottom: 104px;
}

.insight-eyebrow {
    margin: 0 0 14px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--yellow);
}

.insight-hero h1 {
    margin: 0 0 20px;
    font-size: clamp(2.2rem, 5.1vw, 4.2rem);
    line-height: 1.04;
}

.insight-hero p,
.insight-hero li,
.insight-band p,
.insight-band li,
.insight-band blockquote,
.insight-cta p {
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.72;
}

.insight-hero-intro {
    max-width: 760px;
    margin: 0;
    color: #f3f3f3;
}

.insight-hero-copy ul,
.insight-hero-copy ol,
.insight-panel ul,
.insight-panel ol,
.insight-card ul,
.insight-card ol {
    margin: 0 0 16px;
    padding-left: 22px;
}

.insight-hero-copy p,
.insight-panel p,
.insight-card p {
    margin: 0 0 16px;
}

.insight-hero-copy li + li,
.insight-panel li + li,
.insight-card li + li {
    margin-top: 10px;
}

.insight-badges,
.insight-hero-actions,
.insight-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.insight-badges {
    margin-top: 26px;
}

.insight-badges span {
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.insight-hero-actions {
    margin-top: 30px;
}

.insight-btn-light {
    background: #fff;
    color: #111;
}

.insight-hero-card {
    max-width: 760px;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
}

.insight-hero-card h2,
.insight-band h2,
.insight-cta h2 {
    margin: 0 0 16px;
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    line-height: 1.12;
}

.insight-hero-card p,
.insight-hero-card li {
    color: #f7f7f7;
}

.insight-hero-card ul,
.insight-hero-card ol {
    margin: 0;
    padding-left: 20px;
}

.insight-band {
    padding: 72px 0;
}

.insight-band--white {
    background: #fff;
    color: #141414;
}

.insight-band--red {
    background: var(--red);
    color: #fff;
}

.insight-band--black,
.insight-band--dark {
    background: #111;
    color: #fff;
}

.insight-shell,
.insight-split,
.insight-stack,
.insight-card-grid,
.insight-cta-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 940px;
    margin: 0 auto;
}

.insight-panel,
.insight-card {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.insight-panel h2,
.insight-panel h3,
.insight-card h3 {
    margin-top: 0;
}

.insight-panel h3,
.insight-card h3,
.topic-pillar-card h3,
.topic-function-card h3,
.topic-letter-card h3 {
    margin-bottom: 10px;
    font-size: 1.18rem;
    line-height: 1.28;
    color: #171a1f;
}

.insight-band--red .insight-panel h2,
.insight-band--red .insight-panel h3,
.insight-band--red .insight-card h2,
.insight-band--red .insight-card h3,
.insight-band--black .insight-panel h2,
.insight-band--black .insight-panel h3,
.insight-band--black .insight-card h2,
.insight-band--black .insight-card h3,
.insight-band--dark .insight-panel h2,
.insight-band--dark .insight-panel h3,
.insight-band--dark .insight-card h2,
.insight-band--dark .insight-card h3 {
    color: #fff;
}

.insight-band--red .insight-panel p,
.insight-band--red .insight-panel li,
.insight-band--red .insight-card p,
.insight-band--red .insight-card li,
.insight-band--black .insight-panel p,
.insight-band--black .insight-panel li,
.insight-band--black .insight-card p,
.insight-band--black .insight-card li,
.insight-band--dark .insight-panel p,
.insight-band--dark .insight-panel li,
.insight-band--dark .insight-card p,
.insight-band--dark .insight-card li {
    color: inherit;
}

.insight-panel a,
.insight-card a {
    text-decoration: underline;
    text-underline-offset: 0.14em;
    font-weight: 600;
}

.insight-band--white .insight-panel a,
.insight-band--white .insight-card a {
    color: var(--red);
}

.insight-band--red .insight-panel a,
.insight-band--red .insight-card a,
.insight-band--black .insight-panel a,
.insight-band--black .insight-card a,
.insight-band--dark .insight-panel a,
.insight-band--dark .insight-card a {
    color: var(--yellow);
}

.insight-card-grid--2,
.insight-card-grid--3,
.topic-pillar-grid,
.topic-function-grid,
.topic-letter-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.insight-media-card {
    max-width: 940px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.insight-media-card img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 320px;
    object-fit: cover;
}

.insight-band--red .insight-media-card,
.insight-band--black .insight-media-card,
.insight-band--dark .insight-media-card {
    box-shadow: none;
}

.insight-band-header {
    max-width: 760px;
    margin: 0 0 26px;
}

.insight-band-header p {
    margin: 0;
}

.insight-card--accent,
.insight-card--dark {
    background: transparent;
    color: inherit;
}

.insight-kpis {
    display: grid;
    gap: 14px;
}

.insight-kpi {
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.insight-kpi strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1.15rem;
}

.topic-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--red);
    border-radius: 16px;
    background: #f8efec;
    color: #24282f;
}

.insight-band--red .topic-note,
.insight-band--black .topic-note,
.insight-band--dark .topic-note {
    border-left-color: var(--yellow);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.topic-pillar-card,
.topic-function-card,
.topic-letter-card {
    border-radius: 22px;
    padding: 22px 24px;
}

.topic-pillar-card {
    background: rgba(17, 17, 17, 0.04);
    border: 1px solid rgba(17, 17, 17, 0.08);
}

.insight-band--red .topic-pillar-card,
.insight-band--black .topic-pillar-card,
.insight-band--dark .topic-pillar-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.insight-band--red .topic-pillar-card h3,
.insight-band--black .topic-pillar-card h3,
.insight-band--dark .topic-pillar-card h3 {
    color: #fff;
}

.topic-function-card,
.topic-letter-card {
    background: #111;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.topic-letter-card span {
    display: block;
    margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: 700;
    color: var(--yellow);
}

.insight-cta {
    background: var(--red);
    color: #fff;
}

.insight-cta .btn-red {
    background: #111;
    color: #fff;
}

.insight-cta .insight-btn-light {
    background: transparent;
    color: #fff;
    border: 2px solid #f1d2cf;
}

.insight-cta p {
    max-width: 760px;
    margin: 0;
    color: #fff;
}

.insight-cta-actions {
    justify-content: flex-start;
}

@media (max-width: 640px) {
    .insight-hero-shell {
        gap: 26px;
        padding-top: 76px;
        padding-bottom: 72px;
    }

    .insight-hero-card {
        padding: 22px 20px;
        border-radius: 24px;
    }

    .insight-band {
        padding: 52px 0;
    }

    .insight-media-card {
        border-radius: 24px;
    }

    .insight-media-card img {
        min-height: 240px;
    }

    .topic-pillar-card,
    .topic-function-card,
    .topic-letter-card {
        padding: 20px;
        border-radius: 20px;
    }
}
