html body .mini-linea { display: flex; justify-content: space-between; position: relative; margin: 6px 0 4px; }
html body .mini-linea::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 12.5%;
            right: 12.5%;
            height: 3px;
            background: #E4DCEC;
            border-radius: 3px;
            z-index: 0;
        }
html body .mini-etapa {
            position: relative;
            z-index: 1;
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 7px;
        }
html body .mini-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #ffffff;
            border: 3px solid #D9D2E4;
            box-shadow: 0 0 0 4px rgba(255,255,255,0.9);
            transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
        }
html body .mini-etapa.is-active .mini-dot { background: var(--c); border-color: var(--c); transform: scale(1.35); }
html body .mini-label { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; color: #aab0bd; }
html body .mini-etapa.is-active .mini-label { color: var(--c); }
html body .mini-etapa.is-filled .mini-dot { background: var(--c); border-color: var(--c); }
html body .mini-etapa.is-filled .mini-label { color: var(--c); }
html body .chequeo-ctas { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 16px; }
html body .chequeo-ctas .hero-btn { padding: 11px 18px; font-size: 14px; }
html body .test-section { background: linear-gradient(180deg, #ffffff 0%, #FBFAFC 100%); padding: 80px 0; border-top: 1px solid var(--bg-light); }
html body .test-card { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 24px; box-shadow: 0 16px 44px rgba(31,50,134,0.08); border: 1px solid #EFEAF2; padding: 26px 32px 30px; }
html body .test-progress { position: sticky; top: 74px; background: #fff; padding: 8px 0 12px; z-index: 2; }
html body .test-progress-label { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .5px; color: #9aa1ae; }
html body .test-progress-bar { height: 6px; background: #EEE9F1; border-radius: 6px; margin-top: 6px; overflow: hidden; }
html body .test-progress-fill { height: 100%; width: 0; background: linear-gradient(90deg, #5FAD41, #BD7CAC, #9D5E8E, #1F3286); border-radius: 6px; transition: width .3s ease; }
html body .test-area-title { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: #9D5E8E; margin: 22px 0 4px; }
html body .test-item { padding: 12px 0; border-bottom: 1px solid #F1EDF4; }
html body .test-q { font-size: 15px; color: #2f3545; font-weight: 600; margin: 0 0 10px; }
html body .test-scale { display: flex; gap: 6px; }
html body .test-opt { flex: 1; min-width: 0; padding: 9px 4px; border: 1.5px solid #E3DCEC; border-radius: 10px; background: #fff; font-family: 'Inter', sans-serif; font-size: 11.5px; color: #7a8190; cursor: pointer; transition: background .15s ease, border-color .15s ease, color .15s ease; line-height: 1.2; }
html body .test-opt:hover { border-color: #BD7CAC; color: #BD7CAC; }
html body .test-opt.is-on { background: #BD7CAC; border-color: #BD7CAC; color: #fff; }
html body .test-edad { margin: 4px 0; padding-bottom: 6px; }
html body .test-edad-opts { display: flex; flex-wrap: wrap; gap: 8px; }
html body .test-edad-opt { padding: 9px 15px; border: 1.5px solid #E3DCEC; border-radius: 999px; background: #fff; font-family: 'Inter', sans-serif; font-size: 14px; color: #44485a; cursor: pointer; transition: .15s ease; }
html body .test-edad-opt:hover { border-color: #BD7CAC; }
html body .test-edad-opt.is-on { background: #1F3286; border-color: #1F3286; color: #fff; }
html body .test-datos { display: flex; gap: 10px; margin: 22px 0 6px; flex-wrap: wrap; }
html body .test-datos input { flex: 1; min-width: 180px; padding: 12px 14px; border: 1.5px solid #E3DCEC; border-radius: 12px; font-family: 'Inter', sans-serif; font-size: 14px; }
html body .test-datos input:focus { outline: none; border-color: #BD7CAC; }
html body .test-submit { margin-top: 8px; }
html body .test-error { color: #d9534f; font-size: 13px; margin: 8px 0 0; }
html body .test-mini-disc { font-size: 11.5px; color: #aab0bd; margin: 14px 0 0; }
html body .test-result { text-align: center; }
html body .test-result-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #9aa1ae; }
html body .test-score { font-family: 'Montserrat', sans-serif; font-size: 54px; font-weight: 800; color: #1F3286; line-height: 1; margin: 8px 0 6px; }
html body .test-score span { font-size: 22px; color: #aab0bd; }
html body .test-nivel { display: inline-block; padding: 6px 16px; border-radius: 999px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .5px; margin-bottom: 18px; }
html body .test-nivel-leve { background: #EAF5E4; color: #3f7a27; }
html body .test-nivel-moderado { background: #FBEFF6; color: #9D5E8E; }
html body .test-nivel-importante { background: #FBE7E6; color: #c0392b; }
html body .test-result .mini-linea { max-width: 380px; margin: 6px auto 0; }
html body .test-result-msg { font-size: 15px; color: #44485a; line-height: 1.6; max-width: 500px; margin: 18px auto 6px; }
html body .test-result-email { font-size: 14px; color: #5FAD41; font-weight: 600; margin: 6px 0 4px; }
html body .test-result .chequeo-ctas { justify-content: center; margin-top: 16px; }
@media (max-width: 560px) {html body .test-card { padding: 22px 18px 26px; }
html body .test-opt { font-size: 10.5px; padding: 8px 2px; min-height: 44px; }
html body .test-edad-opt { padding: 12px 15px; }
}