/* ML-12D-A localized Insights landing shell. */
body.grecho-insights-v2-page {
    overflow-x: hidden;
    background: #fff;
}

body.grecho-insights-v2-page .site-header,
body.grecho-insights-v2-page #masthead,
body.grecho-insights-v2-page .main-navigation,
body.grecho-insights-v2-page .site-footer,
body.grecho-insights-v2-page .site-info,
body.grecho-insights-v2-page .entry-header,
body.grecho-insights-v2-page .wpml-ls-statics-footer {
    display: none !important;
}

body.grecho-insights-v2-page #page,
body.grecho-insights-v2-page .site,
body.grecho-insights-v2-page #content,
body.grecho-insights-v2-page .site-content,
body.grecho-insights-v2-page .content-area,
body.grecho-insights-v2-page .site-main,
body.grecho-insights-v2-page .inside-article,
body.grecho-insights-v2-page .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.grecho-insights-v2-page #grecho-insights-v2,
body.grecho-insights-v2-page #grecho-insights-v2 .ginsights-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

#grecho-insights-v2 .ginsights-main {
    overflow-x: hidden;
    color: #0f172a;
    background: #fff;
}

#grecho-insights-v2 .ginsights-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

#grecho-insights-v2 .gia-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 24px 0;
    color: #64748b;
    font-size: 14px;
}

#grecho-insights-v2 .gia-breadcrumb a {
    color: #1b4aa1;
    text-decoration: none;
}

#grecho-insights-v2 .ginsights-section {
    padding: 96px 0;
}

#grecho-insights-v2 .ginsights-section-soft {
    background: #f6f9fd;
}

#grecho-insights-v2 .ginsights-section .grecho-v1-section-heading {
    margin-bottom: 36px;
}

#grecho-insights-v2 .ginsights-article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 28px;
}

#grecho-insights-v2 .ginsights-article-card,
#grecho-insights-v2 .ginsights-list-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .055);
}

#grecho-insights-v2 .ginsights-list-card {
    padding: 28px;
}

#grecho-insights-v2 .ginsights-article-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

#grecho-insights-v2 .ginsights-article-body {
    padding: 24px 26px 28px;
}

#grecho-insights-v2 .ginsights-article-cat {
    margin: 0 0 10px;
    color: #1b4aa1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#grecho-insights-v2 .ginsights-article-body h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 22px;
    line-height: 1.25;
}

#grecho-insights-v2 .ginsights-article-body > p:not(.ginsights-article-cat) {
    margin: 0 0 18px;
    color: #64748b;
    line-height: 1.65;
}

#grecho-insights-v2 .ginsights-article-body a {
    color: #1b4aa1;
    font-weight: 700;
    text-decoration: none;
}

#grecho-insights-v2 .ginsights-document-section {
    padding: 96px 0;
    background:
        radial-gradient(circle at 88% 10%, rgba(47, 107, 255, .18), transparent 34%),
        linear-gradient(135deg, #12356f 0%, #1b4aa1 100%);
}

#grecho-insights-v2 .ginsights-document-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    align-items: center;
    gap: 64px;
}

#grecho-insights-v2 .ginsights-document-section h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(34px, 3.7vw, 46px);
    line-height: 1.12;
}

#grecho-insights-v2 .ginsights-document-section p {
    color: rgba(255, 255, 255, .86);
    line-height: 1.7;
}

#grecho-insights-v2 .ginsights-eyebrow-dark {
    color: rgba(255, 255, 255, .78) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

#grecho-insights-v2 .ginsights-doc-tags,
#grecho-insights-v2 .ginsights-doc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

#grecho-insights-v2 .ginsights-doc-tags span {
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
}

#grecho-insights-v2 .ginsights-btn-light {
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 10px;
    background: #fff;
    color: #1b4aa1;
    font-weight: 800;
    text-decoration: none;
}

#grecho-insights-v2 .ginsights-document-visual {
    overflow: hidden;
    margin: 0;
    border-radius: 18px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .22);
}

#grecho-insights-v2 .ginsights-document-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

#grecho-insights-v2 .ginsights-final-cta-global {
    background: #f6f9fd;
}

@media (max-width: 720px) {
    #grecho-insights-v2 .ginsights-container {
        width: calc(100% - 28px);
    }

    #grecho-insights-v2 .ginsights-section {
        padding: 64px 0;
    }

    #grecho-insights-v2 .ginsights-article-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #grecho-insights-v2 .ginsights-article-body {
        padding: 22px;
    }

    #grecho-insights-v2 .ginsights-document-section {
        padding: 64px 0;
    }

    #grecho-insights-v2 .ginsights-document-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}
