.stay-go-assessment {
    margin-top: 2rem;
}

.stay-go-assessment .question {
    margin-bottom: 1.75rem;
}

.stay-go-assessment label {
    display: block;
    margin: 0.5rem 0;
    font-size: 1.05rem;
}

.primary-btn {
    margin-top: 1.5rem;
    padding: 0.9rem 1.5rem;
    font-size: 1.1rem;
    cursor: pointer;
}

.assessment-result {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 8px;
    background: #f5f7f8;
}

.assessment-cta {
    margin-top: 1.5rem;
}

.hidden {
    display: none;
}

#calendlyInline {
    min-width: 320px;
    width: 100%;
}

.calendly-frame {
    width: 100%;
    height: 750px;
    border: none;
}

@media (max-width: 768px) {
    .calendly-frame {
        height: 900px;
    }
}

.quiz-progress {
    font-weight: 600;
    margin-bottom: 20px;
    color: #555;
}

/* ===== RESULT CARD ===== */

.result-card {
    background: #f5f7fa;
    border-left: 6px solid #2b6cb0;
    padding: 28px;
    margin-bottom: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.result-grade {
    font-size: 42px;
    font-weight: 700;
    color: #2b6cb0;
    min-width: 60px;
}

.result-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* Slight color variation per grade (subtle, not dramatic) */

.result-A {
    border-left-color: #2f855a;
}

.result-A .result-grade {
    color: #2f855a;
}

.result-B {
    border-left-color: #b7791f;
}

.result-B .result-grade {
    color: #b7791f;
}

.result-C {
    border-left-color: #c53030;
}

.result-C .result-grade {
    color: #c53030;
}

/* Explanation spacing */

.result-explanation {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.quiz-progress {
    font-weight: 600;
    margin-bottom: 20px;
    color: #555;
}

/* ===== RESULT CARD ===== */

.result-card {
    background: #f5f7fa;
    border-left: 6px solid #2b6cb0;
    padding: 28px;
    margin-bottom: 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.result-grade {
    font-size: 42px;
    font-weight: 700;
    color: #2b6cb0;
    min-width: 60px;
}

.result-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* Slight color variation per grade (subtle, not dramatic) */

.result-A {
    border-left-color: #2f855a;
}

.result-A .result-grade {
    color: #2f855a;
}

.result-B {
    border-left-color: #b7791f;
}

.result-B .result-grade {
    color: #b7791f;
}

.result-C {
    border-left-color: #c53030;
}

.result-C .result-grade {
    color: #c53030;
}

/* Explanation spacing */

.result-explanation {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.assessment-result {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
}

.result-learn-more {
    margin-top: 15px;
    margin-bottom: 20px;
}

.result-learn-more a {
    font-size: 14px;
    font-weight: 600;
    color: #2b6cb0;
    text-decoration: none;
}

.result-learn-more a:hover {
    text-decoration: underline;
}

/* Guide prompt block */
.result-guide-prompt {
    margin: 28px 0 20px 0;
    border: 1.5px solid #B8873A;
    border-radius: 6px;
    background: #FDF6E9;
    overflow: hidden;
}

.guide-prompt-inner {
    display: flex;
    gap: 0;
}

.guide-prompt-left {
    flex: 0 0 220px;
    background: #1C2D4F;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.guide-eyebrow {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #B8873A;
}

.guide-title {
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.3;
}

.guide-subtitle {
    font-size: 12px;
    color: #AABBCC;
    font-style: italic;
    margin-bottom: 6px;
}

.guide-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.guide-bullets li {
    font-size: 12px;
    color: #CCDDEE;
    padding-left: 14px;
    position: relative;
    line-height: 1.4;
}

.guide-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #B8873A;
    font-size: 11px;
}

.guide-prompt-right {
    flex: 1;
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.guide-prompt-right p {
    font-size: 13.5px;
    color: #444;
    line-height: 1.6;
    margin: 0;
}

.guide-scroll-btn {
    display: inline-block;
    background: #B8873A;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 11px 20px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    margin-top: 4px;
    align-self: flex-start;
    transition: background 0.2s;
}

.guide-scroll-btn:hover {
    background: #1C2D4F;
    color: #fff;
}

/* Followup header */
.followup-header {
    background: #F4F6FA;
    border: 1px solid #CDD5E0;
    border-radius: 6px;
    padding: 20px 24px;
    margin-bottom: 16px;
}

.followup-header h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    color: #1C2D4F;
}

.followup-header p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Mobile */
@media (max-width: 600px) {
    .guide-prompt-inner {
        flex-direction: column;
    }

    .guide-prompt-left {
        flex: none;
    }

    .guide-scroll-btn {
        align-self: stretch;
        text-align: center;
    }
}