/* ══════════════════════════════════════════════════════════════
   Satélite Cerrajero Francisco San Blas — Tema CLARO v2
   Colores: blanco/gris + rojo #d8241f + negro #14141a
   ══════════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; overflow-x: hidden; }

body {
  font-family: 'Manrope', sans-serif;
  font-weight: 400; line-height: 1.7;
  color: #14141a; background: #fff;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Archivo', sans-serif;
  font-weight: 800; line-height: 1.15; color: #14141a;
}
h1 { font-size: clamp(1.75rem, 5vw, 2.5rem); }
h2 { font-size: clamp(1.35rem, 4vw, 1.85rem); margin-bottom: .6em; }
h3 { font-size: 1.1rem; margin-bottom: .4em; }
p + p { margin-top: 1em; }

a { color: #d8241f; text-decoration: none; font-weight: 700; transition: color .2s; }
a:hover { color: #a81512; }

.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; }
.narrow { max-width: 740px; }

/* ── Header ────────────────────────────────────────────────── */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e6e3df;
  position: sticky; top: 0; z-index: 100;
}
.header-inner { display: flex; justify-content: space-between; align-items: center; height: 58px; }
.logo {
  font-family: 'Archivo', sans-serif; font-weight: 900;
  font-size: 1.15rem; color: #14141a !important; letter-spacing: -.02em;
}
.logo span { color: #d8241f; }
.header-phone { font-weight: 800; font-size: .95rem; color: #d8241f !important; }

/* ── Hero ──────────────────────────────────────────────────── */
.hero { background: #14141a; color: #fff; padding: 3.5rem 0 3rem; text-align: center; }
.hero h1 { color: #fff; }
.hero-sub { color: #c4c4cf; font-size: 1.05rem; margin-top: .5rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.hero-meta { color: #c4c4cf; font-size: .9rem; margin-top: .35rem; }
.hero-ctas { display: flex; gap: .75rem; justify-content: center; margin-top: 1.5rem; flex-wrap: wrap; }

/* ── Botones ───────────────────────────────────────────────── */
.btn {
  display: inline-block; padding: .85rem 1.75rem; border-radius: 8px;
  font-weight: 800; font-size: 1rem; text-align: center;
  transition: background .2s, transform .1s; cursor: pointer;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: #d8241f; color: #fff !important; box-shadow: 0 4px 14px rgba(216,36,31,.25); }
.btn-primary:hover { background: #a81512; }
.btn-wa { background: #25d366; color: #fff !important; }
.btn-wa:hover { background: #1fb855; }

/* ── Secciones ─────────────────────────────────────────────── */
.content-section { padding: 2.5rem 0; }
.content-section.alt { background: #f6f5f3; }
.lead { font-size: 1.1rem; line-height: 1.8; color: #14141a; }
.cta-inline { margin-top: 1.5rem; text-align: center; }

/* ── Layout sidebar ────────────────────────────────────────── */
.layout-sidebar { display: flex; gap: 2rem; align-items: flex-start; }
.content-main { flex: 1; min-width: 0; }

/* ── Caja de datos ─────────────────────────────────────────── */
.data-box {
  width: 280px; flex-shrink: 0;
  background: #fff; border: 1px solid #e6e3df; border-radius: 10px; padding: 1.25rem;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.data-box h3 { font-size: 1rem; margin-bottom: .75rem; color: #d8241f; }
.data-list { list-style: none; }
.data-list li { padding: .4rem 0; border-bottom: 1px solid #e6e3df; font-size: .9rem; color: #52525e; }
.data-list li:last-child { border-bottom: none; }
.data-list li strong { color: #14141a; }
.data-list li a { color: #d8241f; }

/* ── Quién te atiende ──────────────────────────────────────── */
.quien-section { display: flex; gap: 2rem; align-items: center; }
.quien-badge {
  flex-shrink: 0; width: 80px; height: 80px; border-radius: 50%;
  background: #d8241f; color: #fff; font-family: 'Archivo', sans-serif;
  font-weight: 900; font-size: 2rem; display: flex; align-items: center; justify-content: center;
}
.quien-text p { color: #52525e; }

/* ── Compromiso ────────────────────────────────────────────── */
.compromiso-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.compromiso-item {
  display: flex; gap: 14px;
  background: #fff; border: 1px solid #e6e3df; border-radius: 10px; padding: 1.15rem;
}
.compromiso-ic {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 9px;
  background: #fdecec; display: flex; align-items: center; justify-content: center;
  color: #d8241f; font-weight: 900; font-size: 1.1rem;
}
.compromiso-item h3 { font-size: .98rem; margin-bottom: 2px; }
.compromiso-item p { font-size: .9rem; color: #52525e; margin: 0; }

/* ── Anti-timo ─────────────────────────────────────────────── */
.antitimo-box {
  background: #14141a; color: #fff; border-radius: 12px; padding: 1.5rem 1.75rem;
  max-width: 800px; margin: 1rem auto 0;
}
.antitimo-box h3 { color: #fff; font-size: 1.15rem; margin-bottom: .5em; }
.antitimo-box p { color: #c4c4cf; margin: 0; line-height: 1.7; }

/* ── Check list ────────────────────────────────────────────── */
.check-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .75rem; }
.check-list li { position: relative; padding-left: 1.5rem; line-height: 1.6; color: #14141a; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #d8241f; font-weight: 800; }

/* ── Marcas ────────────────────────────────────────────────── */
.marcas-grid { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.marca-tag {
  background: #fff; border: 1px solid #e6e3df; border-radius: 6px;
  padding: .45rem 1rem; font-size: .9rem; font-weight: 600; color: #14141a;
}

/* ── Pasos ──────────────────────────────────────────────────── */
.pasos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-top: .5rem; }
.paso {
  background: #fff; border: 1px solid #e6e3df; border-radius: 10px;
  padding: 1.25rem; position: relative;
}
.paso-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; background: #d8241f; color: #fff; border-radius: 50%;
  font-family: 'Archivo', sans-serif; font-weight: 900; font-size: .9rem; margin-bottom: .5rem;
}
.paso h3 { color: #14141a; font-size: 1rem; }
.paso p { color: #52525e; font-size: .9rem; line-height: 1.6; margin-top: .35rem; }

/* ── Servicios links ───────────────────────────────────────── */
.servicios-links { display: flex; flex-direction: column; gap: .75rem; margin-top: 1rem; }
.servicio-link {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1rem 1.25rem; background: #fff; border: 1px solid #e6e3df;
  border-radius: 10px; color: #14141a !important; transition: border-color .2s;
}
.servicio-link:hover { border-color: #d8241f; }
.servicio-link-name { font-weight: 700; }
.servicio-link-zona { font-size: .85rem; color: #52525e; }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-item {
  background: #fff; border: 1px solid #e6e3df; border-radius: 10px; overflow: hidden;
}
.faq-item summary {
  padding: 1rem 1.25rem; font-weight: 600; cursor: pointer;
  list-style: none; color: #14141a;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: '+'; display: inline-block; width: 1.2em; font-weight: 800; color: #d8241f; }
.faq-item[open] summary::before { content: '−'; }
.faq-answer { padding: 0 1.25rem 1rem; color: #52525e; line-height: 1.7; }
.faq-answer a { color: #d8241f; }

/* ── Grid zonas ────────────────────────────────────────────── */
.zonas-grid-section { padding: 2.5rem 0; }
.zonas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .75rem; margin-top: 1rem; }
.zona-card {
  display: flex; flex-direction: column; padding: 1.15rem 1rem;
  background: #fff; border: 1px solid #e6e3df; border-radius: 10px;
  transition: border-color .2s, box-shadow .2s; color: #14141a !important;
}
.zona-card:hover { border-color: #d8241f; box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.zona-card--disabled { opacity: .45; cursor: default; }
.zona-card--disabled:hover { border-color: #e6e3df; box-shadow: none; }
.zona-name { font-weight: 700; font-size: 1rem; }
.zona-cp { font-size: .85rem; color: #52525e; margin-top: .2rem; }

/* ── CTA final ─────────────────────────────────────────────── */
.cta-final-section { background: #14141a; color: #fff; padding: 3rem 0; }
.cta-final-section h2 { color: #fff; }
.cta-final-section .lead { color: #c4c4cf; }

/* ── Footer ────────────────────────────────────────────────── */
.site-footer {
  background: #14141a; border-top: 1px solid rgba(255,255,255,.1);
  padding: 2rem 0; text-align: center; color: #b9b9c4; font-size: .9rem;
  padding-bottom: 5rem;
}
.site-footer a { color: #d8241f; }

/* ── CTA sticky ────────────────────────────────────────────── */
.cta-sticky { position: fixed; bottom: 0; left: 0; right: 0; display: flex; z-index: 200; box-shadow: 0 -4px 18px rgba(0,0,0,.15); }
.cta-sticky .cta-btn { flex: 1; padding: .9rem; text-align: center; font-weight: 800; font-size: .95rem; color: #fff !important; text-decoration: none; }
.cta-phone { background: #d8241f; }
.cta-wa { background: #25d366; }

/* ── Responsive ────────────────────────────────────────────── */
@media (min-width: 768px) {
  .cta-sticky { display: none; }
  .site-footer { padding-bottom: 2rem; }
  .hero { padding: 4rem 0 3.5rem; }
  .zonas-grid { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
  .hero-ctas { flex-wrap: nowrap; }
  .btn { padding: .9rem 2.25rem; }
}
@media (max-width: 767px) {
  .layout-sidebar { flex-direction: column; }
  .data-box { width: 100%; }
  .check-list, .pasos-grid, .compromiso-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .zonas-grid { grid-template-columns: 1fr; }
  .quien-section { flex-direction: column; text-align: center; }
}
