/* TaxiNexo 1.5.0 — navegación global reconstruida */
:root{--tnx-nav-navy:#071f35;--tnx-nav-blue:#103552;--tnx-nav-text:#123149;--tnx-nav-line:#dbe5ec;--tnx-nav-surface:#fff;--tnx-nav-shadow:0 18px 45px rgba(7,31,53,.18)}
.tnx-global-header{position:relative;z-index:10000;background:var(--tnx-nav-surface);border-bottom:1px solid var(--tnx-nav-line)}
.tnx-global-nav-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:94px}
.tnx-global-logo{display:inline-flex;align-items:center;flex:0 0 auto}
.tnx-global-logo img{display:block;width:auto;max-width:205px;max-height:92px;object-fit:contain}
.tnx-global-menu-button{display:none;align-items:center;justify-content:center;gap:7px;min-height:48px;padding:10px 18px;border:1px solid #c5d8e5;border-radius:999px;background:#edf7fd;color:#071f35;font:inherit;font-weight:800;cursor:pointer;touch-action:manipulation}
.tnx-global-menu{display:flex;align-items:center;gap:8px}
.tnx-global-menu a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 13px;border-radius:12px;color:var(--tnx-nav-text);text-decoration:none!important;font-weight:750}
.tnx-global-menu a:hover,.tnx-global-menu a:focus-visible{background:#edf7fd;outline:none}
.tnx-global-menu a[aria-current="page"]{background:var(--tnx-nav-blue);color:#fff}
@media(max-width:760px){
 .tnx-global-nav-inner{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;min-height:118px;padding-top:8px;padding-bottom:8px}
 .tnx-global-logo img{max-width:205px;max-height:106px}
 .tnx-global-menu-button{display:inline-flex!important;grid-column:2;grid-row:1;z-index:2}
 .tnx-global-menu{display:none!important;position:absolute!important;top:calc(100% + 7px)!important;left:0!important;right:0!important;z-index:2147483001!important;max-height:min(72vh,520px)!important;overflow:auto!important;padding:10px!important;margin:0!important;background:#fff!important;border:1px solid #d9e5ed!important;border-radius:18px!important;box-shadow:var(--tnx-nav-shadow)!important;flex-direction:column!important;align-items:stretch!important;gap:5px!important}
 .tnx-global-header.tnx-menu-open .tnx-global-menu{display:flex!important}
 .tnx-global-menu a{justify-content:flex-start!important;width:100%;min-height:48px;padding:11px 14px!important}
}
/* Los CTA de cotización deben ser clicables salvo mientras el modal de privacidad está abierto. */
a[href="/index.html#calculadora"]{touch-action:manipulation}
body:not(.tnx-privacy-open) .mobile-whatsapp-cta,body:not(.tnx-privacy-open) .mobile-cotizador-cta,body:not(.tnx-privacy-open) .float-cta{pointer-events:auto!important}
