.public-main { background: #fff; }

/* ── Hero carousel ──────────────────────────────── */
.hero { position: relative; }
.hero .carousel-item {
  height: 480px;
  background-size: cover;
  background-position: center;
  background-color: var(--pxf-primary);
}
.hero-overlay {
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.65), rgba(0,0,0,0.15));
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
}
.hero-copy {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: #fff;
}
/* Stack de text-shadows = contorno fino legible sobre fondos claros u oscuros,
   más un drop-shadow suave para profundidad. */
.hero-title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #fff;
  text-shadow:
    -1px -1px 0 rgba(0,0,0,0.85),
     1px -1px 0 rgba(0,0,0,0.85),
    -1px  1px 0 rgba(0,0,0,0.85),
     1px  1px 0 rgba(0,0,0,0.85),
     0  2px 10px rgba(0,0,0,0.45);
  paint-order: stroke fill;
  -webkit-text-stroke: 1px rgba(0,0,0,0.5);
}
.hero-lead {
  font-size: 1.05rem;
  margin-bottom: 1.25rem;
  color: #fff;
  opacity: 1;
  text-shadow:
    -1px -1px 0 rgba(0,0,0,0.8),
     1px -1px 0 rgba(0,0,0,0.8),
    -1px  1px 0 rgba(0,0,0,0.8),
     1px  1px 0 rgba(0,0,0,0.8),
     0  1px 6px rgba(0,0,0,0.45);
  paint-order: stroke fill;
  -webkit-text-stroke: 0.5px rgba(0,0,0,0.4);
}
@media (max-width: 768px) {
  .hero .carousel-item { height: 360px; }
  .hero-title { font-size: 1.6rem; }
  .hero-lead { font-size: 0.95rem; }
}

/* ── Sections ──────────────────────────────────── */
.section-intro,
.section-services,
.section-values,
.section-cta,
.section-mv,
.section-suc {
  padding: 3rem 1rem;
}
.section-services,
.section-mv { background: #f8f9fa; }
.section-cta { background: var(--pxf-primary); color: #fff; }

.section-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pxf-accent);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section-title {
  font-weight: 800;
  font-size: 2rem;
  color: var(--pxf-primary);
  margin-bottom: 1rem;
}
.section-subtitle {
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--pxf-primary);
  margin-bottom: 1.25rem;
}
.section-lead {
  max-width: 720px;
  margin: 0 auto;
  color: #495057;
  font-size: 1.02rem;
}

/* ── Service cards ─────────────────────────────── */
.service-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.25rem;
  height: 100%;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.service-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.service-title {
  font-weight: 700;
  color: var(--pxf-primary);
  margin-bottom: 0.4rem;
}
.service-desc {
  font-size: 0.9rem;
  color: #495057;
  margin: 0;
}

/* ── Values chips ──────────────────────────────── */
.values-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.value-chip {
  background: var(--pxf-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
}

/* ── CTA ───────────────────────────────────────── */
.cta-title { font-weight: 800; font-size: 1.75rem; }
.cta-text { opacity: 0.8; margin-bottom: 1.5rem; }

/* ── Page hero (empresa / sucursales) ──────────── */
.page-hero {
  background: var(--pxf-primary);
  color: #fff;
  padding: 3rem 1rem;
}
.page-hero .section-eyebrow { color: var(--pxf-accent); }
.page-title {
  font-weight: 800;
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
}
.page-lead {
  font-size: 1rem;
  max-width: 720px;
  opacity: 0.92;
}

/* ── Misión / Visión cards ─────────────────────── */
.mv-card {
  background: #fff;
  border-left: 4px solid var(--pxf-accent);
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  height: 100%;
}
.mv-title {
  color: var(--pxf-primary);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.mv-text { color: #495057; margin: 0; }

/* ── Sucursales cards ──────────────────────────── */
.suc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.1rem 1.25rem;
  height: 100%;
}
.suc-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}
.suc-name {
  font-weight: 700;
  color: var(--pxf-primary);
  margin: 0;
}
.suc-prov {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6c757d;
}
.suc-addr {
  font-size: 0.9rem;
  color: #495057;
  margin: 0 0 0.25rem 0;
}
.suc-tel {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0;
}

