/* ===== Métodos de Pago ===== */
.metodos-pago-section {
  padding: 1.5rem 1.5rem 0;
}

.metodos-pago-card {
  background: #1c1c1c;
  border-radius: 18px;
  padding: 2rem 1.5rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.metodos-pago-title {
  text-align: center;
  color: #fff;
  font-family: 'Inder', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
}

.metodos-pago-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  margin-bottom: 1.5rem;
}

.metodo-logo-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  min-height: 60px;
  background: #fff;
  gap: 0.4rem;
}

.svg-pago {
  height: 36px;
  width: auto;
  display: block;
}

.svg-pago-icon {
  height: 26px;
  width: 26px;
  flex-shrink: 0;
}

.metodo-entrega span {
  font-size: 0.7rem;
  color: #444;
  line-height: 1.3;
  text-align: left;
}

.metodos-pago-seguro {
  text-align: center;
  color: #fff;
  font-family: 'Inder', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.metodos-pago-seguro i {
  margin-right: 0.4rem;
}

/* ===== Beneficios ===== */
.beneficios-section {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  margin-top: 1.5rem;
}

.beneficio-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  justify-content: center;
  padding: 0 1.5rem;
}

.beneficio-icon {
  background: #e6e6e6;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.5rem;
  color: #222;
}

.beneficio-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.beneficio-info strong {
  font-family: 'Inder', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.04em;
}

.beneficio-info span {
  font-size: 0.78rem;
  color: #666;
}

.beneficio-divider {
  width: 1px;
  height: 56px;
  background: #ccc;
  flex-shrink: 0;
}

/* ===== Síguenos en redes ===== */
.redes-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  gap: 1.5rem;
  background: #fff;
}

.redes-title {
  font-family: 'Inder', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  color: #1a1a1a;
}

.redes-divider {
  width: 1px;
  height: 22px;
  background: #bbb;
}

.redes-icons {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.red-social {
  color: #1a1a1a;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}

.red-social:hover {
  opacity: 0.55;
  color: #1a1a1a;
}

.red-social svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .beneficios-section {
    flex-direction: column;
    gap: 1.25rem;
    padding: 1.5rem 1rem;
  }

  .beneficio-divider {
    width: 70%;
    height: 1px;
  }

  .beneficio-item {
    padding: 0;
    justify-content: flex-start;
    width: 100%;
    max-width: 260px;
  }

  .metodos-pago-logos {
    gap: 0.4rem;
  }

  .metodo-logo-item {
    min-width: 80px;
    min-height: 50px;
  }

  .redes-section {
    gap: 1rem;
  }
}
