html body .sintomas-section {
            background-color: #F7F9F2; /* Fondo verde muy suave solicitado */
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='12' cy='12' r='1.5' fill='%23BD7CAC' fill-opacity='0.15'/%3E%3C/svg%3E");
            padding: 80px 0;
            border-top: 1px solid var(--bg-light);
            position: relative;
            overflow: hidden;
        }
html body .sintomas-section .container {
            position: relative;
            z-index: 1;
        }
@keyframes detailFadeIn {
            from { opacity: 0; transform: translateY(4px); }
            to { opacity: 1; transform: translateY(0); }
        }
html body .chequeo-layout {
            display: grid;
            grid-template-columns: 1fr 460px;
            gap: 50px;
            max-width: 1220px;
            margin: 0 auto;
            align-items: start;
        }
html body .chequeo-left { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
html body .chequeo-desc-inner { background: #fff; border-radius: 20px; box-shadow: 0 12px 34px rgba(31,50,134,.08); border-top: 4px solid #BD7CAC; padding: 24px 26px; }
html body .chequeo-desc-inner.is-empty { border-top-color: #E3DCEC; background: #FBFAFC; }
html body .chequeo-right { display: flex; flex-direction: column; gap: 20px; }
html body .chequeo-fig { display: flex; flex-direction: column; align-items: center; }
html body .chequeo-zona { display: inline-flex; align-items: center; gap: 5px; margin-bottom: 12px; padding: 5px 12px; background: #FBF0F7; border: 1px solid #E7D3E0; border-radius: 999px; font-family: 'Montserrat', sans-serif; font-size: 11.5px; font-weight: 700; letter-spacing: .5px; color: #9D5E8E; }
html body .chequeo-test-card { background: linear-gradient(135deg, #FBF0F7 0%, #EEF1FB 100%); border: 1px solid #E4DCEC; border-radius: 20px; padding: 22px 24px; box-shadow: 0 10px 28px rgba(31,50,134,.06); }
html body .ct-eyebrow { display: block; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: #9D5E8E; margin-bottom: 8px; }
html body .chequeo-siguiente { max-width: 1160px; margin: 40px auto 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; background: linear-gradient(135deg, #FBF0F7 0%, #EEF1FB 100%); border: 1px solid #E4DCEC; border-radius: 18px; padding: 20px 30px; }
html body .cs-info { flex: 1; min-width: 260px; }
html body .cs-text { font-size: 14px; color: #44485a; line-height: 1.55; margin: 6px 0 0; max-width: 640px; }
html body .cs-actions { display: flex; align-items: center; gap: 16px; flex-shrink: 0; flex-wrap: wrap; }
html body .btn-test { display: inline-flex; align-items: center; background: #BD7CAC; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; padding: 10px 21px; border-radius: 999px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
html body .btn-test:hover { background: #a85f93; transform: translateY(-1px); }
html body .cs-link { display: inline-block; padding: 10px 4px; font-size: 14px; color: #9D5E8E; font-weight: 600; text-decoration: none; white-space: nowrap; }
html body .cs-link:hover { text-decoration: underline; }
@media (max-width: 640px) {html body .chequeo-siguiente { flex-direction: column; align-items: flex-start; }
}
html body .chequeo-fig .anat-fig { width: 440px; }
@media (max-width: 900px) {html body .chequeo-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
html body .chequeo-fig { position: static; order: -1; margin-bottom: 4px; }
html body .chequeo-fig .anat-fig { width: min(300px, 100%); }
}
html body .chequeo-chips {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-content: flex-start;
        }
html body .chequeo-chip {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 8px 14px;
            border-radius: 999px;
            border: 1.5px solid #E3DCEC;
            background: #ffffff;
            color: #44485a;
            font-family: 'Inter', sans-serif;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
        }
html body .chequeo-chip:hover {
            border-color: #BD7CAC;
            background: #FAF3F8;
            transform: translateY(-1px);
        }
html body .chequeo-chip-check {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            max-width: 0;
            opacity: 0;
            font-size: 12px;
            font-weight: 700;
            transition: max-width 0.18s ease, opacity 0.18s ease;
        }
html body .chequeo-chip.is-on {
            background: #BD7CAC;
            border-color: #BD7CAC;
            color: #ffffff;
        }
html body .chequeo-chip.is-on .chequeo-chip-check { max-width: 16px; opacity: 1; }
html body .chequeo-result { position: sticky; top: 100px; align-self: start; }
html body .chequeo-result-inner {
            background: #ffffff;
            border-radius: 20px;
            box-shadow: 0 12px 34px rgba(31, 50, 134, 0.10);
            border-top: 4px solid var(--accent, #BD7CAC);
            padding: 26px 28px;
        }
html body .chequeo-result-inner.is-empty { border-top-color: #E3DCEC; background: #FBFAFC; }
html body .chequeo-empty { font-size: 15px; color: #6B7280; line-height: 1.6; margin-bottom: 20px; }
html body .chequeo-count {
            display: inline-block;
            font-family: 'Montserrat', sans-serif;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            color: var(--accent, #BD7CAC);
            margin-bottom: 18px;
        }
html body .chequeo-test-teaser {
            background: #FBF7FA;
            border: 1px dashed #E2CEDC;
            border-radius: 14px;
            padding: 16px 18px 14px;
            margin: 16px 0 18px;
        }
html body .chequeo-teaser-text { font-size: 13.5px; color: #5b6472; line-height: 1.55; margin: 14px 0 0; }
html body .chequeo-msg { font-size: 15px; color: #44485a; line-height: 1.6; margin: 16px 0 14px; }
html body .chequeo-marcados-title { font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 1px; color: #aab0bd; }
html body .chequeo-marcados ul { list-style: none; display: flex; flex-wrap: wrap; gap: 6px 14px; margin: 8px 0 0; padding: 0; }
html body .chequeo-marcados li a { font-size: 13px; color: var(--accent, #BD7CAC); text-decoration: none; border-bottom: 1px dotted var(--accent, #BD7CAC); }
html body .chequeo-marcados li a:hover { opacity: 0.75; }
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 .chequeo-email label { display: block; font-size: 13px; color: #6B7280; margin-bottom: 7px; }
html body .chequeo-email-row { display: flex; gap: 8px; }
html body .chequeo-email-row input {
            flex: 1; min-width: 0;
            padding: 10px 13px;
            border: 1.5px solid #E3DCEC;
            border-radius: 10px;
            font-family: 'Inter', sans-serif;
            font-size: 14px;
        }
html body .chequeo-email-row input:focus { outline: none; border-color: #BD7CAC; }
html body .chequeo-email-row button {
            padding: 10px 17px; border: none; border-radius: 10px;
            background: var(--accent, #BD7CAC); color: #fff;
            font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 14px; cursor: pointer;
        }
html body .chequeo-email-ok { font-size: 14px; color: #5FAD41; font-weight: 600; margin: 0; }
html body .chequeo-disclaimer { font-size: 11.5px; color: #aab0bd; margin: 14px 0 0; }
@media (max-width: 880px) {html body .chequeo-layout { grid-template-columns: 1fr; gap: 26px; }
html body .chequeo-result { position: static; }
}
@media (max-width: 480px) {html body .chequeo-chip { padding: 12px 15px; font-size: 13px; }
}
html body .test-result .chequeo-ctas { justify-content: center; margin-top: 16px; }
html body .chequeo-detalle-title { font-family: 'Montserrat', sans-serif; font-size: 19px; font-weight: 800; color: #1F3286; margin: 0 0 8px; }
html body .chequeo-detalle-desc { font-size: 14.5px; color: #44485a; line-height: 1.6; margin: 0 0 10px; }
html body .chequeo-detalle-link { font-size: 13px; color: #BD7CAC; font-weight: 700; text-decoration: none; border-bottom: 1px dotted #BD7CAC; }
html body .chequeo-detalle-link:hover { opacity: .75; }
html body .chequeo-test-cta { margin-top: 18px; padding-top: 16px; border-top: 1px solid #F1EDF4; }
html body .chequeo-test-cta-text { font-size: 13.5px; color: #5b6472; line-height: 1.55; margin: 0 0 12px; }
html body .chequeo-anat { display: flex; justify-content: center; margin: 2px 0 14px; }
html body .chequeo-anat { display: flex; flex-direction: column; align-items: center; margin: 2px 0 16px; }
html body .anat-fig { position: relative; width: 178px; margin: 0 auto; }
html body .anat-img { width: 100%; display: block; position: relative; z-index: 1; transition: filter .35s ease; }
html body .anat-fig::after { content: ""; position: absolute; left: 50%; bottom: 1%; transform: translateX(-50%); width: 46%; height: 16px; background: radial-gradient(ellipse at center, rgba(31,50,134,.12) 0%, rgba(31,50,134,0) 72%); z-index: 0; }
html body .anat-fig.is-cuerpo .anat-img { filter: drop-shadow(0 0 15px rgba(189,124,172,.85)) drop-shadow(0 0 6px rgba(189,124,172,.7)); }
html body .anat-fig.is-glow .anat-img { filter: drop-shadow(0 0 7px rgba(189,124,172,.95)) drop-shadow(0 0 2px rgba(189,124,172,.85)); }
html body .anat-mark { position: absolute; z-index: 3; transform: translate(-50%, -50%); border-radius: 50%; background: radial-gradient(circle, rgba(232,160,168,.55) 0%, rgba(232,160,168,.55) 50%, rgba(232,160,168,0) 82%); opacity: 0; transition: opacity .35s ease; pointer-events: none; }
html body .anat-mark.is-on { opacity: 1; animation: anatPulse 2.4s ease-in-out infinite; }
@keyframes anatPulse { 0%, 100% { opacity: .6; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.16); } }
html body .anat-cabeza { left: 50%; top: 9%; width: 74px; height: 74px; }
html body .anat-abdomen { left: 50%; top: 40%; width: 84px; height: 84px; }
html body .anat-pelvis { left: 50%; top: 50%; width: 90px; height: 90px; }
html body .anat-j { width: 46px; height: 46px; }
html body .anat-rodilla-l { left: 46%; top: 70%; }
html body .anat-rodilla-r { left: 54%; top: 70%; }
html body .anat-codo-l { left: 33.5%; top: 40%; }
html body .anat-codo-r { left: 66.5%; top: 40%; }
html body .anat-muneca-l { left: 31.5%; top: 51%; }
html body .anat-muneca-r { left: 68.5%; top: 51%; }
html body .anat-label { position: absolute; left: 62%; transform: translateY(-50%); display: inline-flex; align-items: center; gap: 6px; padding: 7px 15px; background: #ffffff; border: 1px solid #E2CEDC; border-radius: 999px; box-shadow: 0 5px 16px rgba(31,50,134,.10); font-family: 'Montserrat', sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: .3px; color: #9D5E8E; white-space: nowrap; z-index: 4; }
html body .chequeo-causa { margin-top: 12px; }
html body .chequeo-causa-label { font-family: 'Montserrat', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: 1px; color: #9aa1ae; }
html body .chequeo-causa-text { font-size: 13.5px; color: #5b6472; line-height: 1.55; margin: 4px 0 0; font-style: italic; }