.ba-assessment {
    max-width: 680px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #26312C; background: #fff; border-radius: 14px; overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 12px 32px rgba(1,43,34,0.10);
    border-top: 5px solid #D9A128;
}
.ba-assessment h3 { color: #012B22; font-size: 18px; margin-bottom: 18px; }

/* Hidden by default; JS reveals the intro first, then the form on Begin */
.ba-form, .ba-progress-wrap, .ba-step { display: none; }
.ba-form.ba-form-visible { display: block; }

/* Intro card: green header band, white body */
.ba-intro-header {
    background: #012B22; padding: 36px 40px 30px;
}
.ba-intro-header h2 {
    color: #fff; font-size: 28px; font-weight: 700; margin: 0; line-height: 1.25;
}
.ba-intro-body { padding: 32px 40px 40px; }
.ba-intro-lead {
    color: #26312C; font-size: 16px; line-height: 1.7; margin: 0 0 24px;
}
.ba-intro-facts {
    list-style: none; margin: 0 0 32px; padding: 0;
    display: flex; flex-direction: column; gap: 12px;
}
.ba-intro-facts li {
    position: relative; padding-left: 28px; font-size: 14.5px; color: #26312C;
}
.ba-intro-facts li::before {
    content: "✓"; position: absolute; left: 0; top: 0;
    color: #012B22; background: #E8D68A; width: 20px; height: 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700;
}
.ba-start-btn { width: 100%; padding: 14px 28px; font-size: 15px; }

/* Everything after the intro card shares this padded frame */
.ba-progress-wrap, .ba-form, .ba-result-panel, .ba-contact-panel, .ba-org-request-panel {
    padding-left: 40px; padding-right: 40px;
}
.ba-progress-wrap { padding-top: 32px; }
.ba-result-panel, .ba-contact-panel, .ba-org-request-panel { padding-bottom: 8px; }
.ba-form { padding-bottom: 40px; }

/* Progress bar */
.ba-progress-wrap { margin-bottom: 8px; }
.ba-progress-bar { height: 8px; background: #E1DDD0; border-radius: 4px; overflow: hidden; }
.ba-progress-fill { height: 100%; background: #D9A128; transition: width 0.3s ease; }
.ba-progress-label { font-size: 12px; color: #6B7570; margin-top: 8px; text-align: right; }

/* Steps */
.ba-step { animation: ba-fade-in 0.25s ease; padding-top: 28px; }
@keyframes ba-fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.ba-question-text { font-size: 19px; font-weight: 600; color: #012B22; margin-bottom: 20px; line-height: 1.5; }
.ba-question { margin-bottom: 8px; }
.ba-question p { font-weight: 600; font-size: 17px; margin-bottom: 20px; color: #012B22; line-height: 1.5; }
.ba-section-desc { color: #6B7570; font-size: 13.5px; margin-bottom: 24px; line-height: 1.6; }

.ba-option {
    display: block; padding: 14px 18px; margin: 10px 0; background: #F7F5EF;
    border: 1.5px solid #E1DDD0; border-radius: 8px; cursor: pointer; transition: all 0.15s;
    font-size: 15px;
}
.ba-option:hover { border-color: #D9A128; background: #FAF7EC; }
.ba-option input { margin-right: 12px; }
.ba-scale-label { color: #6B7570; font-size: 13px; margin-left: 6px; }

/* Nav buttons */
.ba-step-nav { display: flex; justify-content: space-between; margin-top: 36px; padding-top: 20px; border-top: 1px solid #F0EEE6; }
.ba-back-btn {
    background: transparent; border: 1.5px solid #012B22; color: #012B22;
    padding: 11px 22px; border-radius: 4px; font-weight: 700; cursor: pointer;
}
.ba-next-btn, .ba-submit-btn, .ba-start-btn {
    background: #D9A128; color: #012B22; border: none; font-weight: 700;
    padding: 12px 28px; border-radius: 4px; cursor: pointer; font-size: 14px;
    margin-left: auto;
}
.ba-next-btn:hover, .ba-submit-btn:hover, .ba-start-btn:hover { background: #c8931f; }

/* Result / contact / org panels */
.ba-score-summary { background: #F7F5EF; border-left: 4px solid #D9A128; padding: 26px; border-radius: 8px; margin: 8px 0 24px; }
.ba-score { font-size: 36px; font-weight: 700; color: #012B22; }
.ba-band { display: inline-block; background: #E8D68A; color: #012B22; font-weight: 700; padding: 5px 14px; border-radius: 4px; margin: 10px 0; font-size: 14px; }
.ba-notice { background: #FAF7EC; border: 1px solid #E8D68A; padding: 16px 20px; border-radius: 8px; font-size: 13.5px; line-height: 1.6; margin-bottom: 20px; }
.ba-contact-panel, .ba-org-request-panel { margin-top: 12px; }
.ba-contact-panel p, .ba-org-request-panel > p { color: #6B7570; font-size: 14px; margin-bottom: 16px; }
.ba-contact-panel label, .ba-org-request-form label { display: block; margin: 16px 0 6px; font-weight: 600; font-size: 14px; color: #012B22; }
.ba-contact-panel input, .ba-org-request-form input, .ba-org-request-form select {
    width: 100%; padding: 12px 14px; border: 1px solid #E1DDD0; border-radius: 6px; font-size: 14.5px;
}
.ba-contact-panel .ba-submit-btn, .ba-org-request-form .ba-submit-btn { margin-top: 24px; }
.ba-thanks { color: #012B22; font-weight: 600; padding: 20px; background: #F7F5EF; border-radius: 8px; }
.ba-anon-note { color: #6B7570; font-size: 12.5px; margin-top: 10px; line-height: 1.5; }

@media (max-width: 600px) {
    .ba-intro-header { padding: 28px 24px 24px; }
    .ba-intro-header h2 { font-size: 22px; }
    .ba-intro-body { padding: 24px 24px 32px; }
    .ba-progress-wrap, .ba-form, .ba-result-panel, .ba-contact-panel, .ba-org-request-panel { padding-left: 24px; padding-right: 24px; }
    .ba-question-text, .ba-question p { font-size: 16px; }
}
