/* Chtio Stage287: answer-first SEO, simpler conversion path and contextual internal linking. */
.stage287_quick_answer,
.stage287_guide_answer {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 34px;
    align-items: start;
    margin: 8px 0 0;
    padding: 30px;
    border: 1px solid #d7e0eb;
    border-radius: 5px;
    background: #f8fafc;
}

.stage287_quick_answer > div,
.stage287_guide_answer > div {
    min-width: 0;
}

.stage287_quick_label {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 8px;
    border: 1px solid #cbd9eb;
    border-radius: 5px;
    background: #ffffff;
    color: #2367b5;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.stage287_quick_answer h2,
.stage287_guide_answer h2 {
    margin: 14px 0 9px;
    color: #20242d;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.12;
}

.stage287_quick_answer p,
.stage287_guide_answer p {
    max-width: 760px;
    margin: 0;
    color: #5f6d80;
    font-size: 16px;
    line-height: 1.68;
}

.stage287_quick_points,
.stage287_guide_answer > ul {
    min-width: 0;
    margin: 0;
    padding: 18px;
    border: 1px solid #dce4ee;
    border-radius: 5px;
    background: #ffffff;
}

.stage287_quick_points > strong {
    display: block;
    margin-bottom: 10px;
    color: #20242d;
    font-size: 13px;
}

.stage287_quick_points ul,
.stage287_guide_answer > ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stage287_quick_points li,
.stage287_guide_answer > ul li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    color: #354052;
    font-size: 13px;
    line-height: 1.5;
}

.stage287_quick_points li span,
.stage287_guide_answer > ul li span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #b9d6c9;
    border-radius: 5px;
    background: #f2fbf7;
    color: #19855f;
    font-size: 10px;
    font-weight: 600;
}

.stage287_guide_answer {
    margin: 0 0 34px;
}

.stage287_related_section {
    margin: 28px 0 80px;
    padding-top: 54px;
    border-top: 1px solid #dfe4ec;
}

.stage287_related_head {
    max-width: 760px;
    margin-bottom: 24px;
}

.stage287_related_head h2 {
    margin: 14px 0 9px;
    color: #20242d;
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.12;
}

.stage287_related_head p {
    margin: 0;
    color: #667085;
    font-size: 15px;
    line-height: 1.65;
}

.stage287_related_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.stage287_related_grid a {
    position: relative;
    display: grid;
    gap: 8px;
    min-width: 0;
    min-height: 150px;
    padding: 22px 48px 22px 22px;
    border: 1px solid #dce4ee;
    border-radius: 5px;
    background: #ffffff;
    color: #20242d;
    text-decoration: none;
    transition: border-color .16s ease, transform .16s ease;
}

.stage287_related_grid a:hover {
    border-color: #9ebee5;
    transform: translateY(-2px);
}

.stage287_related_grid strong {
    font-size: 18px;
    line-height: 1.3;
}

.stage287_related_grid span {
    color: #667085;
    font-size: 13px;
    line-height: 1.55;
}

.stage287_related_grid b {
    position: absolute;
    right: 20px;
    bottom: 18px;
    color: #2678db;
    font-size: 18px;
}

.stage287_plan_truth {
    gap: 8px;
}

.stage287_plan_truth .stage287_starter_note {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #e0e5ec;
    border-radius: 5px;
    background: #f8f9fb;
    color: #667085;
    font-size: 12px;
    line-height: 1.48;
}

.stage287_plan_truth .stage287_starter_note strong {
    color: #354052;
}

.stage287_mobile_cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 180;
    display: none;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid #cfd9e6;
    border-radius: 5px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 40px rgba(28, 38, 55, .16);
}

.stage287_mobile_cta > span {
    display: grid;
    min-width: 0;
}

.stage287_mobile_cta strong {
    overflow: hidden;
    color: #20242d;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stage287_mobile_cta small {
    margin-top: 2px;
    color: #6d788a;
    font-size: 10px;
}

.stage287_mobile_cta .button {
    min-height: 40px;
    padding: 9px 13px;
    font-size: 11px;
    white-space: nowrap;
}

.chtio_portal .chtio_public_nav {
    gap: 4px;
}

.chtio_portal .chtio_public_nav_link {
    padding-right: 11px;
    padding-left: 11px;
}

@media (max-width: 900px) {
    .stage287_quick_answer,
    .stage287_guide_answer {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 24px;
    }

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

@media (max-width: 760px) {
    body.chtio_stage279_public_growth {
        padding-bottom: 78px;
    }

    .stage287_mobile_cta {
        display: grid;
    }

    .stage287_related_section {
        margin-bottom: 46px;
        padding-top: 42px;
    }
}

@media (max-width: 560px) {
    .stage287_quick_answer,
    .stage287_guide_answer {
        margin-right: -2px;
        margin-left: -2px;
        padding: 20px 16px;
    }

    .stage287_quick_answer h2,
    .stage287_guide_answer h2 {
        font-size: 27px;
    }

    .stage287_quick_answer p,
    .stage287_guide_answer p {
        font-size: 14px;
    }

    .stage287_related_grid a {
        min-height: 0;
        padding: 19px 42px 19px 18px;
    }

    .stage287_mobile_cta > span {
        display: none;
    }

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

    .stage287_mobile_cta .button {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stage287_related_grid a {
        transition: none;
    }
}
