/* Insights, panel header.php ile birlikte çalışır; yalnızca içerik alanını
   panel bileşenleriyle hizalayan ek stiller burada tutulur. */
.insights-page #appCapsule {
    min-height: calc(100vh - 56px);
    padding-bottom: 76px;
}

.insights-shell {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 15px 30px;
}

.insights-page .seo-content-section {
    margin: 0 0 18px;
    padding: clamp(20px, 4vw, 36px);
    border-color: rgba(98, 54, 255, 0.14);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
}

.insights-page .insights-hero {
    padding-top: clamp(24px, 5vw, 44px);
    padding-bottom: clamp(24px, 5vw, 40px);
}

.insights-page .seo-content-section h1 {
    color: #27173e;
    font-size: clamp(1.65rem, 4vw, 2.65rem);
    font-weight: 600;
    letter-spacing: -0.025em;
}

.insights-page .seo-content-section h2 {
    color: #2f2550;
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    font-weight: 600;
}

.insights-page .seo-content-section p,
.insights-page .seo-content-section li {
    color: #554d68;
    font-size: 0.96rem;
    line-height: 1.72;
}

.insights-page .insights-lead {
    font-size: 1.05rem;
}

.insights-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
    color: #958d9e;
    font-size: 0.84rem;
}

.insights-breadcrumbs a {
    color: #6236ff;
    font-weight: 600;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 14px;
}

.insights-card {
    color: inherit;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.insights-card .card-body {
    display: flex;
    min-height: 205px;
    flex-direction: column;
}

.insights-card .card-title {
    margin-top: 9px;
    color: #27173e;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 600;
}

.insights-card .card-text {
    margin-bottom: 16px;
}

.insights-read {
    margin-top: auto;
    color: #6236ff;
    font-weight: 600;
}

.insights-notice {
    margin: 24px 0;
    padding: 14px 16px;
    border: 1px solid rgba(245, 166, 35, 0.25);
    border-radius: 8px;
    background: rgba(245, 166, 35, 0.09);
    color: #554d68;
}

.insights-steps {
    padding-left: 1.3rem;
}

.insights-steps li {
    margin: 0.55rem 0;
}

.insights-source-note {
    padding: 12px 14px;
    border-radius: 8px;
    background: rgba(98, 54, 255, 0.06);
}

.insights-faq {
    margin-top: 34px;
    padding-top: 8px;
    border-top: 1px solid #dcdce9;
}

.insights-faq details {
    padding: 14px 0;
    border-bottom: 1px solid #dcdce9;
}

.insights-faq summary {
    min-height: 36px;
    cursor: pointer;
    color: #2f2550;
    font-weight: 600;
}

.insights-faq p {
    margin: 8px 0 0;
}

.insights-footer {
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid #dcdce9;
    color: #958d9e;
    font-size: 0.86rem;
}

.insights-page .source-list a,
.insights-page .seo-content-section a {
    color: #6236ff;
    font-weight: 600;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.insights-page .btn-primary {
    border-color: #6236ff;
    background: #6236ff;
}

@media (hover: hover) and (pointer: fine) {
    .insights-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(36, 22, 74, 0.12);
    }
}

@media (max-width: 575px) {
    .insights-shell {
        padding: 12px 12px 24px;
    }

    .insights-page .seo-content-section {
        margin-bottom: 12px;
        padding: 18px;
    }

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

    .insights-card .card-body {
        min-height: 0;
    }
}

body.dark-mode .insights-page .seo-content-section {
    border-color: rgba(157, 132, 255, 0.22);
    background: #211a35;
}

body.dark-mode .insights-page .seo-content-section h1,
body.dark-mode .insights-page .seo-content-section h2,
body.dark-mode .insights-page .insights-card .card-title,
body.dark-mode .insights-page .insights-faq summary {
    color: #f5f2ff;
}

body.dark-mode .insights-page .seo-content-section p,
body.dark-mode .insights-page .seo-content-section li,
body.dark-mode .insights-page .insights-notice {
    color: #cbc4df;
}

body.dark-mode .insights-page .insights-source-note {
    background: rgba(157, 132, 255, 0.12);
}
