/* legacy-bridge · alinea las páginas del sistema anterior al sistema visual nuevo
   Tipografía Inter, botones negros 3px/44px, footer claro, wordmark "Illuralens." */
h1,h2,h3,.cart-title,.checkout-title,.section-title,.sec-h,.page-title{
  font-family:Inter,system-ui,sans-serif !important;font-weight:700 !important;letter-spacing:-0.01em !important}
h2,.section-title,.sec-h{font-size:clamp(22px,3vw,30px) !important}
.btn,.form-submit,.btn-submit,button[type="submit"]{
  background:#121212 !important;color:#fff !important;border-radius:3px !important;
  min-height:44px;display:inline-flex;align-items:center;justify-content:center;
  text-transform:none !important;letter-spacing:.02em !important;font-size:13px !important;font-weight:600 !important;
  transition:background .25s,opacity .25s}
.btn:hover,.form-submit:hover,.btn-submit:hover{background:#333 !important;color:#fff !important}
.btn--ghost,.btn--light{background:#fff !important;color:#121212 !important;border:1px solid #121212 !important}
.btn--ghost:hover,.btn--light:hover{background:#F6F5F3 !important;color:#121212 !important}
/* footer claro unificado */
footer.footer{background:#fff !important;color:#121212 !important;border-top:1px solid #E8E6E2 !important}
footer.footer a{color:#666260 !important}
footer.footer a:hover{color:#121212 !important}
.ftr-about,.ftr-links a,.ftr-heading{color:#666260 !important;opacity:1 !important}
.ftr-heading{color:#121212 !important}
/* wordmark unificado: "Illuralens." */
.ftr-logo{font-weight:700 !important;font-size:18px !important;letter-spacing:-0.01em !important;text-transform:lowercase !important;color:#121212 !important}
.ftr-logo::first-letter{text-transform:uppercase}
.ftr-logo::after{content:"."}
/* transiciones suaves globales del sistema viejo */
a,button{transition:color .2s,background .2s,opacity .2s,border-color .2s}
