
:root{--brand:#0d6efd;--ok:#16a34a;--ink:#111827;}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;color:var(--ink);background:#fff}
a:focus,button:focus{outline:3px solid #000;outline-offset:2px}
img{height:auto}
header .navbar-brand img{height:40px;width:auto}
.hero{position:relative;background:linear-gradient(90deg,#eef5ff,#ffffff)}
.section-heading{font-weight:800;letter-spacing:-.02em}
.badge-sla{background:var(--ok)}
.service-card{transition:transform .2s,box-shadow .2s}
.service-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.footer{background:#0b1220;color:#e5e7eb}
.footer a{color:#c7d2fe;text-decoration:none}
.footer a:hover{text-decoration:underline}
.breadcrumb{--bs-breadcrumb-divider:'›'}
.prov-hero{background:radial-gradient(1000px 400px at 100% 0,#f1f7ff 0%,#fff 60%)}
.map-thumb{border-radius:12px;border:1px solid #e5e7eb}
#whatsapp-fab{position:fixed;right:16px;bottom:16px;z-index:1040}
#whatsapp-fab .btn{box-shadow:0 10px 20px rgba(0,0,0,.15);border-radius:999px;padding:.75rem 1rem}
.content ul{margin-bottom:1rem}
.content li{margin:.2rem 0}
.table-sm td,.table-sm th{padding:.4rem .5rem}
