/* Chtio Stage289: entity trust, guide authorship, grouped footer, and public font performance. */
html .chtio_portal_public,
html .chtio_portal_public button,
html .chtio_portal_public input,
html .chtio_portal_public select,
html .chtio_portal_public textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-synthesis: none;
}

.chtio_portal_public :where(h1, h2, h3, h4, strong, b, .button) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.chtio_portal .stage289_footer_groups {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    min-width: 0;
}

.chtio_portal .stage289_footer_groups section {
    min-width: 0;
}

.chtio_portal .stage289_footer_groups h2 {
    margin: 0 0 12px;
    color: var(--chtio_text);
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
}

.chtio_portal .stage289_footer_groups section > div {
    display: grid;
    gap: 8px;
}

.chtio_portal .stage289_footer_groups a {
    color: var(--chtio_text_2);
    font-size: 13px;
    line-height: 1.45;
    text-decoration: none;
}

.chtio_portal .stage289_footer_groups a:hover,
.chtio_portal .stage289_footer_groups a:focus-visible {
    color: var(--chtio_primary);
}

.chtio_stage279_public .stage289_article_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
}

.chtio_stage279_public .stage289_article_meta a {
    color: #1f67ba;
    font-weight: 600;
    text-decoration: none;
}

.chtio_stage279_public .stage289_article_meta a:hover,
.chtio_stage279_public .stage289_article_meta a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.chtio_stage279_public .stage289_editorial_note {
    max-width: 780px;
    margin: 14px 0 0;
    padding: 11px 13px;
    border: 1px solid #dce5f0;
    border-radius: 5px;
    background: #f7f9fc;
    color: #5f6d80;
    font-size: 13px;
    line-height: 1.55;
}

.chtio_portal_public [data-funnel-page="about"] .stage287_quick_answer,
.chtio_portal_public[data-funnel-page="about"] .stage287_quick_answer {
    border-color: #cfdced;
    background: #f8fafc;
}

@media (max-width: 1080px) {
    .chtio_portal .stage289_footer_groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .chtio_portal .stage289_footer_groups {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .chtio_stage279_public .stage289_article_meta {
        display: grid;
        gap: 7px;
    }
}

.chtio_portal .chtio_public_footer_inner {
    grid-template-columns: minmax(220px, .9fr) minmax(0, 2.3fr) auto;
    width: min(1360px, calc(100% - 36px));
}

@media (max-width: 980px) {
    .chtio_portal .chtio_public_footer_inner {
        grid-template-columns: 1fr;
    }
}

.chtio_stage279_public .stage289_about_facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: -16px 0 54px;
}

.chtio_stage279_public .stage289_about_facts > div {
    min-width: 0;
    padding: 16px;
    border: 1px solid #dce5f0;
    border-radius: 5px;
    background: #ffffff;
}

.chtio_stage279_public .stage289_about_facts strong,
.chtio_stage279_public .stage289_about_facts span,
.chtio_stage279_public .stage289_about_facts time {
    display: block;
}

.chtio_stage279_public .stage289_about_facts strong {
    color: #20242d;
    font-size: 14px;
    line-height: 1.35;
}

.chtio_stage279_public .stage289_about_facts span,
.chtio_stage279_public .stage289_about_facts time {
    margin-top: 5px;
    color: #657287;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .chtio_stage279_public .stage289_about_facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .chtio_stage279_public .stage289_about_facts {
        grid-template-columns: 1fr;
        margin-top: -6px;
    }
}

.chtio_stage279_public .stage289_about_link {
    display: inline-flex;
    margin-top: 16px;
    color: #1f67ba;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.chtio_stage279_public .stage289_about_link:hover,
.chtio_stage279_public .stage289_about_link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 3px;
}
