.aiwa-assessment {
    max-width: 860px;
    margin: 2rem auto;
    padding: 1.5rem;
    border: 1px solid #dcdfe5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0,0,0,.05);
}
.aiwa-header h2 { margin-top: 0; }
.aiwa-header p { font-size: 1.05rem; }
.aiwa-progress {
    height: 8px;
    background: #edf0f5;
    border-radius: 999px;
    overflow: hidden;
    margin: 1.5rem 0;
}
.aiwa-progress-bar {
    height: 100%;
    width: 0;
    background: #1f4f82;
    transition: width .2s ease;
}
.aiwa-step { display: none; }
.aiwa-step.is-active { display: block; }
.aiwa-step h3 { margin-top: 0; }
.aiwa-assessment label {
    display: block;
    margin: 1rem 0 .35rem;
    font-weight: 600;
}
.aiwa-assessment select,
.aiwa-assessment input[type="text"],
.aiwa-assessment input[type="email"],
.aiwa-assessment input[type="url"] {
    width: 100%;
    max-width: 620px;
    padding: .65rem .75rem;
    border: 1px solid #c8ced8;
    border-radius: 6px;
    font-size: 1rem;
}
.aiwa-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem 1.5rem;
    margin: .75rem 0 1.25rem;
}
.aiwa-checkbox-grid label {
    margin: 0;
    font-weight: 500;
}
.aiwa-checkbox-grid input { margin-right: .35rem; }
.aiwa-help { color: #4f5b6b; margin-bottom: .5rem; }
.aiwa-nav { margin-top: 1.5rem; display: flex; gap: .75rem; flex-wrap: wrap; }
.aiwa-button {
    display: inline-block;
    border: 0;
    border-radius: 6px;
    background: #1f4f82;
    color: #fff !important;
    padding: .75rem 1rem;
    line-height: 1.1;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}
.aiwa-button:hover { opacity: .92; }
.aiwa-secondary {
    background: #eef2f7;
    color: #1d2939 !important;
}
.aiwa-result-card {
    padding: 1.25rem;
    border: 1px solid #dcdfe5;
    border-radius: 10px;
    margin: 1rem 0;
    background: #fbfcfe;
}
.aiwa-primary-result { border-color: #b7c9df; }
.aiwa-kicker {
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: .8rem;
    font-weight: 700;
    color: #1f4f82;
    margin: 0 0 .35rem;
}
.aiwa-result-card h3 { margin-top: 0; }
.aiwa-result-card h4 { margin-bottom: .3rem; }
.aiwa-note {
    background: #fff8e5;
    border-left: 4px solid #d39b19;
    padding: .75rem;
    margin: 1rem 0;
}
.aiwa-additional { border-top: 1px solid #e3e7ee; padding-top: .75rem; margin-top: .75rem; }
.aiwa-lead-capture {
    margin-top: 1.5rem;
    padding: 1.25rem;
    border: 1px solid #dcdfe5;
    border-radius: 10px;
}
.aiwa-form-message { font-weight: 700; }
.aiwa-form-message.is-success { color: #176b3a; }
.aiwa-form-message.is-error { color: #a32929; }
@media (max-width: 700px) {
    .aiwa-checkbox-grid { grid-template-columns: 1fr; }
    .aiwa-assessment { padding: 1rem; }
}
.aiwa-hp {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.aiwa-thinking {
    text-align: center;
    padding: 2rem 1rem;
    border: 1px solid #dcdfe5;
    border-radius: 10px;
    background: #fbfcfe;
    margin-top: 1rem;
}
.aiwa-thinking h3 { margin: .75rem 0 .35rem; }
.aiwa-thinking p { margin: 0; color: #4f5b6b; }
.aiwa-spinner {
    width: 38px;
    height: 38px;
    border: 4px solid #d9e1ec;
    border-top-color: #1f4f82;
    border-radius: 50%;
    margin: 0 auto;
    animation: aiwa-spin .8s linear infinite;
}
.aiwa-additional-inline ul { margin-top: .4rem; }
@keyframes aiwa-spin {
    to { transform: rotate(360deg); }
}

.aiwa-lead-capture button[type="submit"] {
    display: block;
    margin-top: 1rem;
}
