/* Comparador de propuestas — alineado al sistema dwv-tools */
.dwv-cmp__h2{font-size:clamp(1.2rem,2vw,1.55rem);color:var(--violet,#3d4166);margin:0 0 .75rem;letter-spacing:-.02em}
.dwv-cmp__panel + .dwv-cmp__panel{margin-top:1.25rem}
.dwv-cmp__names{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:1rem 0 1.25rem}
.dwv-cmp__name-field{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:.9rem;color:var(--violet,#3d4166)}
.dwv-cmp__name-field input{height:46px;border:1px solid var(--lavender,#a8a6c9);border-radius:7px;padding:0 12px;font:inherit;font-weight:500;background:#fff}
.dwv-cmp__name-field input:focus-visible{outline:none;border-color:var(--orange,#f28c28);box-shadow:0 0 0 4px rgba(242,140,40,.14)}
.dwv-cmp__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line,rgba(61,65,102,.16));border-radius:10px;background:#fff;margin-top:.75rem}
.dwv-cmp__table{width:100%;min-width:860px;border-collapse:collapse;font-size:.9rem}
.dwv-cmp__table th,.dwv-cmp__table td{padding:.65rem .7rem;border-bottom:1px solid var(--line,rgba(61,65,102,.12));vertical-align:middle;text-align:left}
.dwv-cmp__table thead th{background:var(--paper,#f7f7f6);color:var(--violet,#3d4166);font-weight:700;position:sticky;top:0;z-index:1}
.dwv-cmp__table tbody th{font-weight:600;color:var(--violet,#3d4166);min-width:160px}
.dwv-cmp__why{font-size:.82rem;color:#595959;max-width:220px}
.dwv-cmp__weight{width:3.2rem;height:38px;border:1px solid var(--lavender,#a8a6c9);border-radius:6px;padding:0 6px;font:inherit;text-align:center;background:#fff}
.dwv-cmp__state{min-width:6.5rem;height:38px;border:1px solid var(--lavender,#a8a6c9);border-radius:6px;padding:0 8px;font:inherit;background:#fff}
.dwv-cmp__weight:focus-visible,.dwv-cmp__state:focus-visible{outline:3px solid var(--orange,#f28c28);outline-offset:1px}
.dwv-cmp__scores{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin:1rem 0 1.25rem}
.dwv-cmp__score-card{border:1px solid var(--line,rgba(61,65,102,.16));border-radius:12px;padding:16px 18px;background:linear-gradient(160deg,#fff,var(--paper,#f7f7f6))}
.dwv-cmp__score-card strong{display:block;color:var(--violet,#3d4166);font-size:1.05rem;margin-bottom:4px}
.dwv-cmp__score-card .dwv-cmp__pct{font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;color:var(--orange,#f28c28);letter-spacing:-.03em;line-height:1.1}
.dwv-cmp__score-card .dwv-cmp__meta{font-size:.82rem;color:#595959;margin-top:6px}
.dwv-cmp__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:720px){
	.dwv-cmp__names{grid-template-columns:1fr}
	.dwv-tools .dwv-cmp .dwv-tools__cta-row{flex-direction:column;align-items:stretch}
	.dwv-tools .dwv-cmp .dwv-tools__cta-row .dwv-tools__btn{width:100%}
}
@media print{
	.dwv-tools__crumb,.dwv-tools__cta-row,.dwv-tools__faq,.dwv-tools__related-block,header.site-header,footer.site-footer,.dw-footer,.dwv-asistente,.cookie-notice{display:none!important}
	.dwv-cmp,[data-dwv-cmp-results]{display:block!important}
	.dwv-cmp__scroll{overflow:visible;border:0}
	.dwv-cmp__table{min-width:0;font-size:11px}
	.dwv-cmp__table thead th{position:static}
}
