/* Revision de navegacion y legibilidad · 08-09-2026 */
html{scroll-padding-top:100px}
@media(max-width:760px){
 body p,body li,body dd,body label,body figcaption,body summary,
 body .ans,body .faq-a,body .flbl,body .ftag,body .fbottom,
 body footer a,body .case-kicker,body .case-card .more{font-size:18px!important;line-height:1.65}
 body input,body select,body textarea{font-size:18px!important}
 body input:not([type=checkbox]):not([type=radio]):not([type=hidden]),body select{min-height:44px}
 body .mobile-action,body .burger{min-width:44px;min-height:44px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}}
/* Logo aislado a la izquierda; navegación y contacto agrupados a la derecha. */
@media(min-width:1181px){
 #nav .logo{margin-right:auto}
 #nav .nav-links{margin-left:auto}
 #nav .nav-contact{margin-left:20px}
}
