/* ── ¿Por qué Elegirnos? — navy oscuro, 6 iconos teal ── */

.pq-section {
  background: #14213d;
  padding: 64px 24px;
}
.pq-inner { max-width: 1100px; margin: 0 auto; }

.pq-title {
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900; color: #fff;
  letter-spacing: .04em;
  margin: 0 0 48px;
}

.pq-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px 16px;
}

.pq-item {
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  gap: 14px;
}

.pq-icon-wrap {
  width: 72px; height: 72px;
  border: 2px solid #0a9396;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #0a9396;
  background: rgba(10,147,150,.08);
  flex-shrink: 0;
}
.pq-icon-wrap svg { stroke: #0a9396; color: #0a9396; }

.pq-item h3 {
  font-size: .8rem; font-weight: 800;
  color: #fff; text-transform: uppercase;
  letter-spacing: .06em; line-height: 1.4;
  margin: 0;
}
.pq-item p {
  font-size: .8rem; color: rgba(255,255,255,.6);
  line-height: 1.55; margin: 0;
}

@media (max-width: 900px) {
  .pq-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 540px) {
  .pq-grid { grid-template-columns: repeat(2, 1fr); }
}
