.insights-lead {
    max-width: 760px;
    margin: 20px auto 0;
    color: var(--text);
    font-size: 16px;
    line-height: 1.75;
}

.insights-category {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 5px 11px;
    border-radius: 999px;
    background: rgba(139, 22, 77, .09);
    color: var(--theme);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .055em;
    line-height: 1.2;
    text-transform: uppercase;
}

.insights-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    color: #777e8d;
    font-size: 12px;
    font-weight: 650;
}

.insights-meta i {
    color: var(--theme);
    font-size: 4px;
}

.insights-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    margin-top: 52px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(15, 24, 57, .1);
}

.insights-featured__image {
    min-height: 470px;
    overflow: hidden;
    background: #11172a;
}

.insights-featured__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.insights-featured:hover .insights-featured__image img {
    transform: scale(1.035);
}

.insights-featured__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(34px, 5vw, 68px);
}

.insights-featured__content h2 {
    margin: 18px 0 17px;
    font-size: clamp(28px, 3vw, 45px);
    line-height: 1.17;
}

.insights-featured__content h2 a,
.insight-card h2 a {
    color: var(--header);
}

.insights-featured__content h2 a:hover,
.insight-card h2 a:hover {
    color: var(--theme);
}

.insights-featured__content > p {
    margin: 0 0 20px;
    color: var(--text);
    line-height: 1.75;
}

.insights-featured__content .theme-btn {
    margin-top: 28px;
}

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

.insight-card {
    display: grid;
    grid-template-columns: minmax(210px, .82fr) minmax(0, 1.18fr);
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(22, 30, 58, .07);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(15, 24, 57, .07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.insight-card:hover {
    box-shadow: 0 20px 50px rgba(15, 24, 57, .12);
    transform: translateY(-5px);
}

.insight-card__image {
    min-height: 330px;
    overflow: hidden;
    background: #11172a;
}

.insight-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.insight-card:hover .insight-card__image img {
    transform: scale(1.045);
}

.insight-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 29px 27px;
}

.insight-card h2 {
    margin: 15px 0 12px;
    font-size: 23px;
    line-height: 1.3;
}

.insight-card__content > p {
    margin: 0 0 18px;
    color: var(--text);
    font-size: 14px;
    line-height: 1.65;
}

.insight-card__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
    color: var(--theme);
    font-size: 13px;
    font-weight: 800;
}

.insight-detail {
    color: var(--text);
}

.insight-article {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(15, 24, 57, .08);
}

.insight-article__header {
    padding: clamp(30px, 5vw, 62px) clamp(26px, 5vw, 64px) 34px;
}

.insight-article__header h1 {
    margin: 18px 0 21px;
    color: var(--header);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.12;
}

.insight-article__hero {
    aspect-ratio: 16 / 8.6;
    overflow: hidden;
    background: #11172a;
}

.insight-article__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-article__body {
    padding: clamp(30px, 5vw, 64px);
}

.insight-article__intro {
    margin: 0 0 32px;
    color: #3f4655;
    font-size: 19px;
    font-weight: 550;
    line-height: 1.8;
}

.insight-takeaways {
    margin: 35px 0 45px;
    padding: 29px 31px;
    border: 1px solid rgba(139, 22, 77, .12);
    border-left: 4px solid var(--theme);
    border-radius: 12px;
    background: rgba(139, 22, 77, .045);
}

.insight-takeaways h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: var(--header);
    font-size: 22px;
}

.insight-takeaways h2 i {
    color: var(--theme);
}

.insight-takeaways ul {
    margin: 0;
    padding-left: 20px;
}

.insight-takeaways li {
    margin-top: 8px;
    color: #4f5665;
    line-height: 1.65;
}

.insight-content-section {
    margin-top: 42px;
}

.insight-content-section h2 {
    margin: 0 0 17px;
    color: var(--header);
    font-size: clamp(25px, 2.3vw, 34px);
    line-height: 1.25;
}

.insight-content-section p {
    margin: 0 0 16px;
    color: #555d6c;
    font-size: 16px;
    line-height: 1.85;
}

.insight-faq {
    margin-top: 55px;
    padding-top: 48px;
    border-top: 1px solid rgba(22, 30, 58, .1);
}

.insight-faq .section-title {
    margin-bottom: 27px;
}

.insight-faq .section-title h2 {
    margin-top: 12px;
    font-size: 34px;
}

.insight-faq .accordion-item {
    margin-top: 11px;
    overflow: hidden;
    border: 1px solid rgba(22, 30, 58, .09);
    border-radius: 10px;
}

.insight-faq .accordion-button {
    padding: 20px 22px;
    color: var(--header);
    font-size: 16px;
    font-weight: 750;
    box-shadow: none;
}

.insight-faq .accordion-button:not(.collapsed) {
    background: rgba(139, 22, 77, .055);
    color: var(--theme);
}

.insight-faq .accordion-body {
    padding: 19px 22px 23px;
    color: #555d6c;
    line-height: 1.75;
}

.insight-article-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 55px;
    padding: 32px;
    border-radius: 14px;
    background: linear-gradient(125deg, #171b37, #791143);
}

.insight-article-cta span {
    color: #61c6ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
}

.insight-article-cta h2 {
    max-width: 500px;
    margin: 7px 0 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
}

.insight-article-cta .theme-btn {
    flex: 0 0 auto;
}

.insight-sidebar {
    position: sticky;
    top: 110px;
}

.insight-sidebar__widget {
    padding: 27px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(15, 24, 57, .08);
}

.insight-sidebar__widget + .insight-sidebar__widget {
    margin-top: 24px;
}

.insight-sidebar__widget > h2 {
    margin: 0 0 20px;
    color: var(--header);
    font-size: 22px;
}

.insight-sidebar-link {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 14px 0;
    border-top: 1px solid rgba(22, 30, 58, .08);
}

.insight-sidebar-link img {
    width: 82px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
}

.insight-sidebar-link small {
    display: block;
    margin-bottom: 5px;
    color: var(--theme);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.insight-sidebar-link strong {
    display: block;
    color: var(--header);
    font-size: 13px;
    line-height: 1.4;
}

.insight-sidebar__all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 19px;
    color: var(--theme);
    font-size: 13px;
    font-weight: 800;
}

.insight-sidebar__services a {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid rgba(22, 30, 58, .08);
    color: #555d6c;
    font-size: 14px;
    font-weight: 650;
}

.insight-sidebar__services a:hover {
    color: var(--theme);
}

.insight-not-found {
    min-height: 55vh;
}

@media (max-width: 1199px) {
    .insight-card { grid-template-columns: 1fr; }
    .insight-card__image { min-height: 280px; }
}

@media (max-width: 991px) {
    .insights-featured { grid-template-columns: 1fr; }
    .insights-featured__image { min-height: 400px; }
    .insight-sidebar { position: static; }
}

@media (max-width: 767px) {
    .insights-grid { grid-template-columns: 1fr; }
    .insights-featured__image { min-height: 300px; }
    .insight-article-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 575px) {
    .insights-featured__content,
    .insight-article__header,
    .insight-article__body { padding: 25px 22px; }
    .insight-card__image { min-height: 240px; }
    .insight-article__hero { aspect-ratio: 4 / 3; }
    .insight-takeaways { padding: 23px 21px; }
    .insight-article-cta { padding: 25px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .insights-featured__image img,
    .insight-card,
    .insight-card__image img { transition: none !important; }
}
