/* Cerrajero Calpe — CSS estático (servicios + legales). Sin Tailwind CDN. */
*,::before,::after{box-sizing:border-box;border:0 solid #e5e7eb}
html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:Inter,system-ui,sans-serif}
body{margin:0;color:#1e293b;background:#f8fafc}
a{color:inherit;text-decoration:none}
img,svg{display:block;max-width:100%}
ul{margin:0}
.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media(min-width:640px){.container{max-width:640px}}
@media(min-width:768px){.container{max-width:768px}}
@media(min-width:1024px){.container{max-width:1024px}}
.mx-auto{margin-left:auto;margin-right:auto}
.my-8{margin-top:2rem;margin-bottom:2rem}
.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}
.p-3{padding:.75rem}.p-4{padding:1rem}
.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}
.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.pl-0{padding-left:0}.pl-6{padding-left:1.5rem}
.flex{display:flex}.grid{display:grid}.hidden{display:none}
.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.list-none{list-style:none}.list-disc{list-style:disc}
.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}
.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}
.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}
.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-none{max-width:none}
.sticky{position:sticky}.top-0{top:0}.z-40{z-index:40}
.rounded-lg{border-radius:.5rem}
.border{border-width:1px}.border-slate-100{border-color:#f1f5f9}
.bg-white{background:#fff}.bg-slate-50{background:#f8fafc}.bg-slate-900{background:#0f172a}
.bg-blue-600{background:#2563eb}.bg-green-500{background:#22c55e}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}
.text-center{text-align:center}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.font-medium{font-weight:500}.font-semibold{font-weight:600}
.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}
.leading-none{line-height:1}.leading-relaxed{line-height:1.625}
.tracking-tighter{letter-spacing:-.05em}.tracking-widest{letter-spacing:.1em}
.text-white{color:#fff}
.text-blue-300{color:#93c5fd}.text-blue-400{color:#60a5fa}.text-blue-500{color:#3b82f6}
.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}
.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}
.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}
.transition{transition:all .15s ease}
.hover\:bg-blue-50:hover{background:#eff6ff}
.hover\:bg-blue-700:hover{background:#1d4ed8}
.hover\:bg-green-600:hover{background:#16a34a}
.hover\:border-blue-400:hover{border-color:#60a5fa}
.hover\:opacity-80:hover{opacity:.8}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}
.hover\:text-blue-300:hover{color:#93c5fd}
.hover\:text-blue-600:hover{color:#2563eb}
.hover\:text-white:hover{color:#fff}
.hover\:underline:hover{text-decoration:underline}
.prose{max-width:65ch}.prose-lg{font-size:1.125rem;line-height:1.75}
@media(min-width:640px){
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:inline-flex{display:inline-flex}
}
@media(min-width:768px){
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:text-5xl{font-size:3rem;line-height:1}
}
