/* Tailwind se carga vía CDN. Este archivo incluye pequeños ajustes personalizados. */
:root { --brand:#0ea5e9; --brand-2:#22d3ee; }
html { scroll-behavior: smooth; }
::selection { background: rgba(14,165,233,.25); color: #e2e8f0; }
a[href^="tel:"], a[href^="mailto:"] { word-break: break-all; }
.btn:focus { outline: 3px solid rgba(14,165,233,.35); outline-offset: 2px; }
.card { transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-2px); box-shadow: 0 14px 40px rgba(2,6,23,.35); }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}