/* Global Insight SEO landing page — white background preview */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
    --insight_seo_space_xs: 8px;
    --insight_seo_space_sm: 12px;
    --insight_seo_space_md: 16px;
    --insight_seo_space_lg: 20px;
    --insight_seo_space_xl: 40px;
    --insight_seo_space_2xl: 100px;
    --insight_seo_space_page_x: 75px;
    --insight_seo_space_page_y: 40px;
    --insight_seo_space_page_bottom: 80px;
    --insight_seo_radius: 10px;
    --insight_seo_border: #BFBFBF;
    --insight_seo_text: #1F2937;
    --insight_seo_text_muted: #4B5563;
    --insight_seo_text_strong: #111827;
    --insight_seo_accent: #4C68FF;
}

/* Match transformation SEO: escape admin .auth_body 1024px constraint */
body._seo,
html._seo {
    width: 100% !important;
    overflow: auto !important;
    height: auto !important;
    position: relative !important;
    min-height: auto !important;
    max-height: none !important;
}

body._seo section,
html._seo section {
    position: relative !important;
    min-height: auto !important;
    overflow: visible !important;
}

body.auth_body._seo {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Neutralize admin.css `section { padding; overflow }` so preview matches default */
.insight_seo_page section,
body.auth_body._seo .insight_seo_page section {
    padding: 0 !important;
    overflow: visible !important;
}

/* Force Plus Jakarta Sans on page content, but not Font Awesome icons */
.insight_seo_page,
.insight_seo_page *:not(.fa):not(.fas):not(.far):not(.fal):not(.fat):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-light):not(.fa-thin):not(.fa-brands):not([class*="fa-"]) {
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.insight_seo_page {
    background: #F9FAFB;
    color: var(--insight_seo_text);
    min-height: 100vh;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}

.insight_seo_page_preview_banner {
    background: #EEF2FF;
    color: #3730A3;
    text-align: center;
    padding: var(--insight_seo_space_sm) var(--insight_seo_space_md);
    font-weight: 600;
    border-bottom: 1px solid #C7D2FE;
    flex-shrink: 0;
}

.insight_seo_page_inner {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding: var(--insight_seo_space_page_y) var(--insight_seo_space_page_x) var(--insight_seo_space_page_bottom);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: var(--insight_seo_space_2xl);
}

/* Vertical content stacks — spacing via gap, not child margins */
.insight_seo_stack {
    display: flex;
    flex-direction: column;
    gap: var(--insight_seo_space_lg);
    min-width: 0;
}

.insight_seo_stack_tight {
    gap: var(--insight_seo_space_md);
}

.insight_seo_stack_loose {
    gap: var(--insight_seo_space_xl);
}

.insight_seo_hero,
.insight_seo_section,
.insight_seo_faq {
    display: flex;
    flex-direction: column;
    gap: var(--insight_seo_space_lg);
    min-width: 0;
    width: 100%;
}

.insight_seo_hero {
    gap: var(--insight_seo_space_md);
    text-align: center;
    align-items: center;
}

.insight_seo_section,
.insight_seo_faq {
    text-align: center;
    align-items: center;
}

.insight_seo_hero_title,
.insight_seo_hero_overview,
.insight_seo_section_title,
.insight_seo_section_overview,
.insight_seo_subsection_title,
.insight_seo_lead_in,
.insight_seo_faq_question,
.insight_seo_faq_answer,
.insight_seo_card_title,
.insight_seo_card_body,
.insight_seo_method_card h3,
.insight_seo_method_card p,
.insight_seo_feature_card h3,
.insight_seo_feature_card p,
.insight_seo_grid_card h3,
.insight_seo_grid_card p,
.insight_seo_step_card h3,
.insight_seo_step_card p,
.insight_seo_cta_heading,
.insight_seo_cta_body,
.insight_seo_analysis_blocks p {
    margin: 0;
}

/* Shared card design language */
.insight_seo_card_title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: -0.449px;
    color: #112359;
    text-align: left;
    width: 100%;
    align-self: stretch;
}

.insight_seo_card_body {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: -0.15px;
    color: #000;
    text-align: start;
}

.insight_seo_hero_title {
    line-height: 150%;
    color: #112359;
    letter-spacing: 0.123px;
    font-weight: 700;
    font-size: 48px;
}

.insight_seo_hero_overview {
    font-size: 18px;
    line-height: 150%;
    color: #667085;
    letter-spacing: -0.449px;
    font-weight: 400;
}

.insight_seo_hero_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.insight_seo_hero_cta {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 52px;
    padding: 14px 28px;
    border-radius: 50px;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.insight_seo_hero_cta_primary {
    background: #4C68FF;
    color: #FFFFFF;
    border-color: transparent;
}

a.insight_seo_hero_cta_primary:link,
a.insight_seo_hero_cta_primary:visited {
    background: #4C68FF;
    color: #FFFFFF;
    text-decoration: none;
}

.insight_seo_hero_cta_primary:hover {
    background: #3d56e6;
    color: #FFFFFF;
    text-decoration: none;
}

.insight_seo_hero_cta_secondary {
    background: #FFFFFF;
    color: #111111;
    border-color: #d2d2d2;
}

a.insight_seo_hero_cta_secondary:link,
a.insight_seo_hero_cta_secondary:visited {
    background: #FFFFFF;
    color: #111111;
    text-decoration: none;
}

.insight_seo_hero_cta_secondary:hover {
    background: #FFFFFF;
    color: #111111;
    border-color: #b9b9b9;
    text-decoration: none;
}

.insight_seo_section_title {
    font-size: 36px;
    line-height: 150%;
    color: #112359;
    text-align: center;
    width: 100%;
    margin-inline: auto;
    box-sizing: border-box;
    letter-spacing: 0.352px;
    font-weight: 700;
}

.insight_seo_section_overview {
    font-size: 16px;
    line-height: 150%;
    color: #000;
    letter-spacing: -0.15px;
    font-weight: 400;
    text-align: center;
    margin-inline: auto;
}

.insight_seo_subsection_title {
    font-size: 16px;
    font-weight: 700;
    color: #112359;
    letter-spacing: -0.15px;
    line-height: 150%;
    text-align: center;
    width: 100%;
}

.insight_seo_analysis_blocks {
    display: flex;
    flex-direction: column;
    gap: var(--insight_seo_space_md);
    width: 100%;
}

.insight_seo_analysis_blocks p,
.insight_seo_analysis_block {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: var(--insight_seo_space_md) var(--insight_seo_space_lg);
    border: 1px solid #93C5FD;
    border-radius: 10px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: -0.15px;
    color: #000;
    text-align: left;
}

.insight_seo_lead_in {
    padding: var(--insight_seo_space_md);
    background: #F3F4F6;
    border-radius: 8px;
    color: #374151;
    width: 100%;
    max-width: 900px;
    text-align: left;
    box-sizing: border-box;
}

.insight_seo_summary_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--insight_seo_space_lg);
    width: 100%;
    text-align: center;
}

.insight_seo_summary_card {
    background: #FFFFFF;
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.insight_seo_feature_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--insight_seo_space_lg);
    width: 100%;
}

.insight_seo_feature_icon_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 88px;
    text-align: center;
    gap: var(--insight_seo_space_xs);
}

.insight_seo_feature_icon_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E5E7EB;
}

.insight_seo_feature_icon_label {
    color: #374151;
    font-size: 12px;
}

.insight_seo_category_cards {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.insight_seo_category_card {
    background: #FFFFFF;
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    min-width: 0;
    box-sizing: border-box;
}

.insight_seo_callout {
    display: flex;
    align-items: center;
    gap: var(--insight_seo_space_md);
    width: 100%;
    box-sizing: border-box;
    padding: var(--insight_seo_space_md) var(--insight_seo_space_lg);
    border: 1px solid #4C68FF;
    border-radius: var(--insight_seo_radius);
    background: #FFFFFF;
    text-align: left;
}

.insight_seo_callout_icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EFF6FF;
    color: var(--insight_seo_accent);
}

.insight_seo_callout_text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--insight_seo_text);
    text-align: left;
}

.insight_seo_method_compare {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: var(--insight_seo_space_lg);
    align-items: stretch;
}

.insight_seo_method_card {
    background: #FFFFFF;
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    min-width: 0;
    max-width: 335px;
}

.insight_seo_method_card_label {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--insight_seo_accent);
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.15px;
    color: var(--insight_seo_accent);
    text-align: start;
}

.insight_seo_method_connector {
    width: 150px;
    align-self: center;
    height: 2px;
    background: repeating-linear-gradient(90deg, #9CA3AF 0 6px, transparent 6px 12px);
    position: relative;
}

.insight_seo_method_connector_vs {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--insight_seo_accent);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: lowercase;
}

.insight_seo_two_col_wrap {
    width: 100%;
    text-align: left;
}

.insight_seo_two_col {
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 520px;
    text-align: left;
    background: #FFFFFF;
}

.insight_seo_two_col_head,
.insight_seo_two_col_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.insight_seo_two_col_head {
    background: #F2F0FC;
    font-weight: 600;
}

.insight_seo_two_col_cell {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: var(--insight_seo_space_md);
    border-top: 1px solid var(--insight_seo_border);
    color: #374151;
    min-width: 0;
    text-align: left;
}

.insight_seo_two_col_head .insight_seo_two_col_cell {
    border-top: none;
    color: var(--insight_seo_text_strong);
    font-size: 16px;
}

.insight_seo_two_col_cell + .insight_seo_two_col_cell {
    border-left: 1px solid var(--insight_seo_border);
}

.insight_seo_two_col_cell .insight_seo_card_title {
    font-size: 16px;
    font-weight: 600;
}

.insight_seo_comparison_table_wrap {
    overflow-x: auto;
    width: 100%;
    text-align: left;
}

.insight_seo_comparison_table {
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

.insight_seo_comparison_table_head,
.insight_seo_comparison_table_row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.insight_seo_comparison_table_head {
    background: #F2F0FC;
    font-weight: 600;
}

.insight_seo_comparison_cell {
    font-size: 16px !important;
    padding: var(--insight_seo_space_md);
    border-top: 1px solid var(--insight_seo_border);
    color: #374151;
}

.insight_seo_comparison_cell + .insight_seo_comparison_cell {
    border-left: 1px solid var(--insight_seo_border);
}

.insight_seo_comparison_table_head .insight_seo_comparison_cell {
    border-top: none;
    font-size: 16px !important;
    font-weight: 600;
}

.insight_seo_comparison_cell_label {
    color: var(--insight_seo_text_strong);
    font-size: 16px;
}

.insight_seo_metrics_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--insight_seo_space_md);
    width: 100%;
}

.insight_seo_metric_card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--insight_seo_space_lg);
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    padding: 15px;
    background: #FFFFFF;
    text-align: left;
    min-width: 0;
    box-sizing: border-box;
}

.insight_seo_metric_card_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.insight_seo_metric_card_icon {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcd8;
    border-radius: 10px;
    background: #ffffff;
    color: #3f3f3f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.insight_seo_metric_card .insight_seo_card_title {
    flex: 1;
    min-width: 0;
    font-size: 20px;
    line-height: 1.35;
    line-height: 150%;
}

.insight_seo_metric_card_cta {
    margin-top: auto;
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    background: #4C68FF;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    white-space: nowrap;
    box-shadow: none;
}

a.insight_seo_metric_card_cta:link,
a.insight_seo_metric_card_cta:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.insight_seo_metric_card_cta:hover {
    background: #3d56e6;
    color: #FFFFFF;
    text-decoration: none;
}

.insight_seo_feature_cards,
.insight_seo_grid_cards {
    display: grid;
    gap: var(--insight_seo_space_md);
    width: 100%;
    text-align: left;
}

.insight_seo_feature_cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight_seo_feature_cards_5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.insight_seo_grid_cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.insight_seo_feature_card,
.insight_seo_grid_card,
.insight_seo_step_card {
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    padding: 15px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.insight_seo_feature_card {
    align-items: center;
    text-align: start;
}

.insight_seo_feature_card h3,
.insight_seo_feature_card p {
    text-align: left;
}

.insight_seo_feature_card .insight_seo_card_title {
    text-align: left;
}

.insight_seo_feature_card p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: -0.15px;
}

.insight_seo_grid_card p,
.insight_seo_step_card p {
    color: var(--insight_seo_text_muted);
}

.insight_seo_steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--insight_seo_space_md);
    width: 100%;
    text-align: left;
}


.insight_seo_step_number {
    font-size: 18px;
    font-weight: 700;
    color: var(--insight_seo_accent);
}

.insight_seo_faq {
    gap: var(--insight_seo_space_md);
}

.insight_seo_faq_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--insight_seo_border);
    border-radius: var(--insight_seo_radius);
    overflow: hidden;
    background: #FFFFFF;
    width: 100%;
}

.insight_seo_faq_item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--insight_seo_border);
    background: #FFFFFF;
    width: 100%;
}

.insight_seo_faq_item:last-child {
    border-bottom: none;
}

.insight_seo_faq_trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--insight_seo_space_md);
    width: 100%;
    margin: 0;
    padding: var(--insight_seo_space_lg);
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    font: inherit;
    color: inherit;
    white-space: normal;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
}

.insight_seo_faq_trigger:hover,
.insight_seo_faq_trigger:focus-visible {
    background: #F9FAFB;
    outline: none;
}

.insight_seo_faq_question {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--insight_seo_text_strong);
}

.insight_seo_faq_chevron {
    flex-shrink: 0;
    font-size: 14px;
    color: var(--insight_seo_text_muted);
    transition: transform 0.2s ease;
}

.insight_seo_faq_item_open .insight_seo_faq_chevron {
    transform: rotate(180deg);
}

.insight_seo_faq_panel {
    padding: 0 var(--insight_seo_space_lg) var(--insight_seo_space_lg);
    box-sizing: border-box;
}

.insight_seo_faq_panel[hidden] {
    display: none;
}

.insight_seo_faq_answer {
    margin: 0;
    font-size: 16px;
    color: var(--insight_seo_text_muted);
    line-height: 1.6;
    text-align: left;
}

.insight_seo_stakeholder_prompt_cta {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 14px 28px;
    border-radius: 50px;
    border: none;
    background: #4C68FF;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: inherit;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

a.insight_seo_stakeholder_prompt_cta:link,
a.insight_seo_stakeholder_prompt_cta:visited {
    background: #4C68FF;
    color: #FFFFFF;
    text-decoration: none;
}

.insight_seo_stakeholder_prompt_cta:hover {
    background: #3d56e6;
    color: #FFFFFF;
    text-decoration: none;
}

.insight_seo_cta {
    background: var(--insight_seo_accent);
    color: #FFFFFF;
    padding: var(--insight_seo_space_2xl) var(--insight_seo_space_page_x);
    margin-top: auto;
}

.insight_seo_cta_inner {
    max-width: 800px;
    margin-inline: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--insight_seo_space_lg);
}

.insight_seo_cta_heading {
    font-size: 28px;
    line-height: 1.25;
    color: #fff;
}

.insight_seo_cta_body {
    opacity: 0.95;
    max-width: 640px;
}

.insight_seo_cta_button {
    border: none;
    background: #FFFFFF;
    color: #112359;
    font-size: 14px;
    font-weight: 600;
    padding: var(--insight_seo_space_sm) var(--insight_seo_space_lg);
    border-radius: 50px;
    cursor: default;
    white-space: normal;
    font-family: inherit;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 1024px) {
    :root {
        --insight_seo_space_page_x: 40px;
        --insight_seo_space_2xl: 48px;
    }

    .insight_seo_feature_cards_5,
    .insight_seo_steps,
    .insight_seo_category_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    :root {
        --insight_seo_space_page_x: 15px;
        --insight_seo_space_page_y: 24px;
        --insight_seo_space_2xl: 40px;
        --insight_seo_space_xl: 28px;
    }

    .insight_seo_summary_cards,
    .insight_seo_feature_cards,
    .insight_seo_grid_cards,
    .insight_seo_metrics_grid,
    .insight_seo_category_cards,
    .insight_seo_feature_cards_5,
    .insight_seo_steps,
    .insight_seo_method_compare {
        grid-template-columns: 1fr;
    }

    .insight_seo_method_connector {
        display: none;
    }

    .insight_seo_cta {
        padding: var(--insight_seo_space_xl) var(--insight_seo_space_page_x);
    }
}
