body.insight-detail-page {
    background:
        radial-gradient(circle at top left, rgba(0, 114, 206, 0.08), transparent 26%),
        linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}


.insights-active {
    color: var(--color-secondary);
}

.detail-hero {
    padding: 0;
    border-bottom: 1px solid #dbe6f2;
    background: #ffffff;
}

.detail-hero-panel {
    position: relative;
    min-height: 560px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(8, 22, 50, 0.88) 0%, rgba(8, 22, 50, 0.72) 34%, rgba(8, 22, 50, 0.42) 60%, rgba(8, 22, 50, 0.18) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.04)),
        var(--detail-hero-image) center/cover no-repeat;
}

.detail-hero-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(141, 214, 255, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.03));
    pointer-events: none;
}

.detail-hero-content {
    position: relative;
    z-index: 1;
    max-width: 72rem;
    padding: 1.85rem 3rem 1.85rem max(2rem, calc((100vw - 1200px) / 2 + 1rem));
}

.detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    margin-bottom: 1rem;
}

.detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.88rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.detail-kicker::before {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #8dd6ff;
}

.detail-category {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
}

.detail-date {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.95rem;
}

.detail-hero h1 {
    font-size: clamp(2.35rem, 3.75vw, 3.65rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
    margin-bottom: 0.75rem;
    color: #ffffff;
    max-width: 17ch;
    text-wrap: balance;
}

.detail-hero-intro {
    font-size: 1rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0.8rem;
    max-width: 41rem;
}

.detail-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.detail-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.74rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    font-weight: 600;
}

.detail-main {
    padding: 3.1rem 0 3.4rem;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 2rem;
    align-items: start;
}

.detail-sidebar {
    position: sticky;
    top: 7rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.detail-sidebar-card {
    border-radius: 1.3rem;
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dbe6f2;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.detail-sidebar-card h3 {
    font-size: 1.05rem;
    color: var(--color-primary);
    margin-bottom: 0.9rem;
}

.detail-fact-list,
.detail-anchor-list,
.detail-related-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.detail-fact-item {
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #e4edf6;
}

.detail-fact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail-fact-item span {
    display: block;
    color: var(--color-text-light);
    font-size: 0.84rem;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.detail-fact-item strong {
    color: var(--color-primary);
    font-size: 0.98rem;
    line-height: 1.55;
}

.detail-anchor-list a,
.detail-related-list a {
    color: var(--color-text-light);
    font-weight: 600;
}

.detail-anchor-list a:hover,
.detail-related-list a:hover {
    color: var(--color-secondary);
}

.detail-article {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}

.detail-lead-panel,
.detail-section,
.detail-highlight-panel,
.detail-next-panel {
    border-radius: 1.45rem;
    padding: 1.7rem 1.75rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #dbe6f2;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.detail-lead-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1.35rem;
    align-items: start;
}

.detail-panel-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 114, 206, 0.08);
    color: var(--color-secondary);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.detail-panel-kicker::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--color-secondary);
}

.detail-lead-panel h2,
.detail-section h2,
.detail-highlight-panel h2,
.detail-next-panel h2 {
    font-size: clamp(1.7rem, 2.4vw, 2.3rem);
    margin-bottom: 0.85rem;
    color: var(--color-primary);
}

.detail-lead-panel p,
.detail-section p,
.detail-highlight-panel p,
.detail-next-panel p {
    color: var(--color-text-light);
    line-height: 1.82;
    margin-bottom: 0.95rem;
}

.detail-quicktake {
    display: grid;
    gap: 0.85rem;
}

.detail-quicktake-item {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #eff6ff;
    border: 1px solid #dce8f5;
}

.detail-quicktake-item strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--color-primary);
    font-size: 0.96rem;
}

.detail-quicktake-item span {
    color: var(--color-text-light);
    font-size: 0.93rem;
    line-height: 1.65;
}

.detail-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 0.7rem;
}

.detail-list-item {
    padding-left: 1.4rem;
    position: relative;
    color: var(--color-text-light);
    line-height: 1.8;
}

.detail-list-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background: var(--color-secondary);
}

.detail-solution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
    margin-top: 1rem;
}

.detail-solution-card {
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    background: #eff6ff;
    border: 1px solid #dbe6f2;
}

.detail-solution-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--color-primary);
    font-size: 0.98rem;
}

.detail-solution-card span {
    color: var(--color-text-light);
    line-height: 1.68;
    font-size: 0.93rem;
}

.detail-highlight-panel {
    background:
        linear-gradient(135deg, rgba(0, 114, 206, 0.94), rgba(0, 64, 152, 0.98));
    color: #fff;
    box-shadow: 0 24px 52px rgba(0, 64, 152, 0.18);
}

.detail-highlight-panel h2,
.detail-highlight-panel p,
.detail-highlight-panel .detail-list-item {
    color: #fff;
}

.detail-highlight-panel .detail-list-item::before {
    background: #8dd6ff;
}

.detail-next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
    margin-top: 1rem;
}

.detail-next-card {
    padding: 1rem;
    border-radius: 1rem;
    background: #f8fbff;
    border: 1px solid #dbe6f2;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.detail-next-card strong {
    color: var(--color-primary);
    font-size: 0.98rem;
}

.detail-next-card span {
    color: var(--color-text-light);
    line-height: 1.65;
    font-size: 0.92rem;
    flex: 1;
}

.detail-next-card a {
    color: var(--color-secondary);
    font-weight: 700;
}

.detail-cta {
    padding: 0 0 4.2rem;
}

.detail-cta-panel {
    border-radius: 1.8rem;
    padding: 2.35rem;
    background:
        linear-gradient(135deg, rgba(0, 114, 206, 0.94), rgba(0, 64, 152, 0.98));
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
    align-items: center;
    box-shadow: 0 24px 52px rgba(0, 64, 152, 0.22);
}

.detail-cta-panel h2 {
    color: #fff;
    font-size: clamp(2rem, 3.2vw, 2.8rem);
    margin-bottom: 0.85rem;
}

.detail-cta-panel p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.75;
    max-width: 42rem;
}

.detail-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    justify-content: flex-end;
}

@media (max-width: 1080px) {
    .detail-layout,
    .detail-lead-panel,
    .detail-cta-panel {
        grid-template-columns: 1fr;
    }

    .detail-hero-panel {
        min-height: 520px;
    }

    .detail-hero-content {
        max-width: 56rem;
    }

    .detail-hero h1 {
        max-width: 15ch;
    }

    .detail-sidebar {
        position: static;
    }

    .detail-next-grid,
    .detail-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 768px) {
    .site-header {
        position: static;
    }

    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
    }

    .detail-hero-panel {
        min-height: 460px;
    }

    .detail-hero-content {
        max-width: 100%;
        padding: 1.55rem 1.35rem 1.6rem;
    }

    .detail-hero h1 {
        font-size: 2.1rem;
        max-width: 100%;
    }

    .detail-next-grid,
    .detail-solution-grid {
        grid-template-columns: 1fr;
    }

    .detail-cta-panel {
        padding: 1.5rem;
    }
}
