body.insights-index-page,
body.insights-article-page {
    --insights-shell-width: min(1160px, calc(100% - 48px));
    --insights-reading-width: min(860px, calc(100% - 48px));
    background:
        radial-gradient(circle at top right, rgba(0, 112, 243, 0.12), transparent 20%),
        radial-gradient(circle at 18% 14%, rgba(0, 223, 216, 0.08), transparent 18%),
        linear-gradient(180deg, #030507 0%, #07111d 28%, #04070c 100%);
    color: #e5edf6;
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    line-height: 1.72;
}

body.insights-index-page .glass-nav,
body.insights-article-page .glass-nav {
    background: rgba(4, 8, 13, 0.86);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.insights-index-page .glass-nav.scrolled,
body.insights-article-page .glass-nav.scrolled {
    background: rgba(2, 5, 8, 0.97);
}

body.insights-index-page .main-footer,
body.insights-article-page .main-footer {
    margin-top: 3.5rem;
}

body.insights-index-page .nav-links a.active,
body.insights-article-page .nav-links a.active {
    color: #7dd3fc;
}

body.insights-index-page .nav-links a,
body.insights-article-page .nav-links a {
    letter-spacing: 0.01em;
}

.insights-page-main {
    padding-top: 188px;
}

.insights-page-main-article {
    padding-bottom: 4rem;
}

.insights-shell,
.insights-article-shell {
    width: var(--insights-shell-width);
    margin: 0 auto;
}

.insights-article-hero .insights-article-shell,
.insights-article-layout {
    width: var(--insights-reading-width);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.84rem;
    border-radius: 999px;
    background: rgba(0, 112, 243, 0.12);
    color: #8fcdff;
    border: 1px solid rgba(143, 205, 255, 0.18);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-heading {
    max-width: 48rem;
}

.section-heading-wide {
    max-width: 58rem;
}

.section-heading h2 {
    margin-top: 1rem;
    color: #f8fbff;
    font-family: var(--font-title);
    font-size: clamp(2rem, 3.8vw, 2.85rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.section-heading p:last-child {
    margin-top: 1rem;
    color: #a6b5c7;
}

body.insights-index-page .gradient-text,
body.insights-article-page .gradient-text {
    display: inline-block;
    white-space: nowrap;
    padding-right: 0.05em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.insights-index-hero {
    padding-bottom: 56px;
}

.insights-index-hero .hero-content {
    max-width: 960px;
    margin: 0 auto;
}

.insights-index-hero .hero-title {
    margin-bottom: 1.1rem;
}

.insights-index-hero .hero-lead {
    max-width: 860px;
    margin: 0 auto;
    color: #b2c1d4;
}

.insights-index-method {
    max-width: 860px;
    margin: 1.1rem auto 0;
    color: #8ea2bb;
    font-size: 0.96rem;
}

.insights-index-main {
    padding-top: 0;
    padding-bottom: 4.5rem;
}

.insights-index-section,
.insights-reading-section {
    padding-bottom: 4rem;
}

.insights-index-header {
    display: grid;
    gap: 1.35rem;
    margin-bottom: 2rem;
}

.insights-index-grid {
    gap: 2rem;
}

.insights-featured-card,
.insights-archive-card,
.insights-related-card,
.insights-editorial-panel,
.insights-takeaway-box,
.insights-strategy-list {
    background:
        linear-gradient(180deg, rgba(12, 18, 27, 0.94), rgba(8, 12, 19, 0.94)),
        radial-gradient(circle at top right, rgba(0, 112, 243, 0.12), transparent 38%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.25);
}

.insights-index-card {
    background:
        linear-gradient(180deg, rgba(10, 16, 24, 0.96), rgba(7, 11, 18, 0.96)),
        radial-gradient(circle at top right, rgba(0, 112, 243, 0.12), transparent 42%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.22);
}

.insights-featured-card,
.insights-archive-card,
.insights-related-card {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1.5rem 1.5rem 1.6rem;
    border-radius: 28px;
}

.insights-index-card-topline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

.insights-card-category {
    color: #8fcdff;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.insights-card-flag {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #dfeaf6;
    font-size: 0.76rem;
    font-weight: 700;
}

.insights-index-card h3,
.insights-featured-card h3,
.insights-archive-card h3,
.insights-related-card h3 {
    margin-top: 0.55rem;
    color: #f8fbff;
    font-family: var(--font-title);
    font-size: clamp(1.35rem, 2.1vw, 2rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.insights-index-card a,
.insights-featured-card a,
.insights-archive-card a,
.insights-related-card a,
.insights-reference-list a {
    color: inherit;
    text-decoration: none;
}

.insights-index-card .insights-card-meta {
    margin-top: 0.1rem;
    padding-top: 0;
}

.insights-card-summary {
    margin-top: 0.7rem;
    color: #d9e6f4;
    font-size: 1rem;
    line-height: 1.66;
}

.insights-index-card > p,
.insights-card-description,
.insights-archive-card p,
.insights-related-card p {
    margin-top: 0.7rem;
    color: #9fb0c5;
}

.insights-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: auto;
    padding-top: 0.95rem;
    color: #7c93ae;
    font-size: 0.88rem;
}

.insights-card-meta span {
    position: relative;
}

.insights-card-meta span:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -0.56rem;
    top: 0.32rem;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(124, 147, 174, 0.9);
}

.insights-reading-section {
    max-width: 980px;
}

.insights-reading-intro {
    max-width: 54rem;
    margin-top: 1rem;
    color: #aab9cb;
    font-size: 1.04rem;
}

.insights-strategy-list {
    margin-top: 1.8rem;
    border-radius: 28px;
    overflow: hidden;
}

.insights-strategy-row {
    display: grid;
    grid-template-columns: 3.2rem minmax(0, 1fr);
    gap: 1rem;
    padding: 1.2rem 1.25rem;
}

.insights-strategy-row + .insights-strategy-row {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.insights-strategy-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(0, 112, 243, 0.16);
    color: #8fcdff;
    font-size: 0.82rem;
    font-weight: 800;
}

.insights-strategy-row p {
    color: #b6c5d6;
    font-size: 0.96rem;
    line-height: 1.65;
}

.insights-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.insights-filter-chip {
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.03);
    color: #aab9cb;
    border-radius: 999px;
    padding: 0.72rem 0.95rem;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.insights-filter-chip:hover,
.insights-filter-chip.is-active {
    background: rgba(0, 112, 243, 0.2);
    border-color: rgba(143, 205, 255, 0.28);
    color: #f8fbff;
}

.insights-empty-state {
    margin-top: 1.2rem;
    padding: 1.15rem 1.2rem;
    border-radius: 20px;
    border: 1px dashed rgba(255, 255, 255, 0.18);
    color: #aab9cb;
    background: rgba(255, 255, 255, 0.03);
}

.insights-article {
    padding-top: 0.4rem;
}

.insights-article-hero {
    padding: 0 0 1.35rem;
}

.insights-article-hero .insights-article-shell {
    padding: 0 2rem;
}

.insights-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #8fcdff;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.insights-back-link::before {
    content: '←';
}

.insights-article-hero h1 {
    margin-top: 1rem;
    max-width: 12ch;
    color: #f8fbff;
    font-family: var(--font-title);
    font-size: clamp(2.85rem, 5.6vw, 4.85rem);
    line-height: 1;
    letter-spacing: -0.052em;
}

.insights-article-intro {
    margin-top: 1.35rem;
    max-width: 100%;
    color: #b2c1d4;
    font-size: 1.16rem;
    line-height: 1.72;
}

.insights-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.25rem;
}

.insights-article-meta div {
    min-width: 170px;
    padding: 0.8rem 0.92rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.insights-article-meta span {
    display: block;
    color: #7c93ae;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.insights-article-meta strong {
    display: block;
    margin-top: 0.35rem;
    color: #e5edf6;
    font-size: 1rem;
    font-weight: 700;
}

.insights-method-inline {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    color: #8ea2bb;
    font-size: 0.95rem;
}

.insights-method-inline strong {
    color: #b8dfff;
    font-weight: 700;
}

.insights-article-layout {
    display: block;
}

.insights-article-content {
    width: 100%;
    margin: 0;
    padding: 0.75rem 0 0;
    background: none;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.insights-takeaway-box {
    padding: 1.35rem 1.4rem;
    border-radius: 24px;
    box-shadow: none;
}

.insights-takeaway-label {
    color: #8fcdff;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.insights-takeaway-box p:last-child {
    margin-top: 0.7rem;
    color: #d8e4f2;
    font-size: 1.04rem;
}

.insights-inline-note {
    margin-top: 1rem;
    color: #7c93ae;
    font-size: 0.9rem;
}

.insights-article-section {
    margin-top: 2.1rem;
    padding-top: 1.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.insights-article-section h2 {
    color: #f8fbff;
    font-family: var(--font-title);
    font-size: clamp(1.45rem, 2.8vw, 2.05rem);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.insights-article-section p {
    margin-top: 1rem;
    color: #b6c5d6;
}

.insights-bullet-list {
    margin: 1.05rem 0 0 1.1rem;
    color: #d8e4f2;
}

.insights-bullet-list li + li {
    margin-top: 0.65rem;
}

.insights-reference-list {
    margin: 1rem 0 0 1.1rem;
}

.insights-reference-list li + li {
    margin-top: 0.8rem;
}

.insights-reference-list a {
    color: #8fcdff;
}

.insights-reference-list span {
    display: block;
    margin-top: 0.22rem;
    color: #7c93ae;
    font-size: 0.92rem;
}

.insights-disclaimer-box {
    margin-top: 2.2rem;
    padding: 1.1rem 1.15rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: #aab9cb;
    font-size: 0.96rem;
}

.insights-related-section {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.insights-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.35rem;
}

.insights-related-card h3 {
    font-size: 1.3rem;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1200px) {
    .insights-filter-bar {
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .insights-page-main {
        padding-top: 166px;
    }

    .insights-article-hero h1 {
        max-width: 100%;
    }

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

@media (max-width: 720px) {
    .insights-shell,
    .insights-article-shell {
        width: min(100% - 28px, 100%);
    }

    body.insights-index-page,
    body.insights-article-page {
        --insights-shell-width: min(100% - 28px, 100%);
        --insights-reading-width: min(100% - 28px, 100%);
    }

    .insights-article-hero .insights-article-shell {
        padding: 0 1.15rem;
    }

    .insights-page-main {
        padding-top: 152px;
    }

    .insights-index-hero {
        padding-bottom: 36px;
    }

    .insights-index-card,
    .insights-featured-card,
    .insights-archive-card,
    .insights-related-card,
    .insights-strategy-list {
        padding: 1.3rem 1.15rem 1.35rem;
        border-radius: 22px;
    }

    .insights-editorial-panel,
    .insights-takeaway-box {
        padding: 1.1rem;
        border-radius: 22px;
    }

    .insights-strategy-row {
        grid-template-columns: 2.6rem minmax(0, 1fr);
        gap: 0.8rem;
        padding: 1rem 0;
    }

    .insights-filter-chip {
        width: 100%;
        justify-content: center;
    }

    .insights-article-meta div {
        min-width: 0;
        width: 100%;
    }
}
