/* Cerrajeros Gran Alacant - Estilos complementarios (estilo Elda/Ondara) */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #f8fafc;
  color: #1e293b;
}

::selection {
  background-color: #bfdbfe;
  color: #1e3a8a;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 300px;
  padding: 0 1.5rem 1rem;
}

.faq-item.is-open .faq-toggle {
  transform: rotate(45deg);
}

#mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#mobile-menu.is-open {
  max-height: 400px;
}

.prose p {
  margin-bottom: 1rem;
  line-height: 1.75;
  color: #334155;
}

.prose ul {
  margin: 1rem 0 1rem 1.5rem;
  list-style: disc;
  color: #334155;
}

.prose li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid #2563eb;
  outline-offset: 1px;
}
