.footer {
  background: #0a0a0a; /* Un negro más profundo y elegante */
  color: #fff;
  padding: 4rem 1.5rem 2rem; /* Más espacio arriba para que respire */
  text-align: center;
  border-top: 2px solid #61FF00; /* Línea neón superior para amarrar con el logo */
}

.footer-logo {
  margin-bottom: 2.5rem;
}

.footer-logo img {
  height: 60px; /* Un poco más grande para que destaque */
  filter: drop-shadow(0 0 15px rgba(97, 255, 0, 0.5));
}

.footer-section {
  margin-bottom: 2.5rem;
}

.footer h3 {
  font-size: 0.9rem; /* Un poco más pequeño y elegante */
  text-transform: uppercase; /* En mayúsculas se ve más pro */
  letter-spacing: 2px; /* Espaciado entre letras */
  margin-bottom: 1.2rem;
  font-weight: 700;
  color: #61FF00; /* Títulos en verde para identidad de marca */
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.social-links a {
  font-size: 1.6rem;
  color: #fff; /* Iconos blancos por defecto */
  transition: .3s ease;
}

.social-links a:hover {
  color: #61FF00;
  filter: drop-shadow(0 0 8px #61FF00); /* Efecto neón al pasar el mouse */
  transform: translateY(-5px);
}

/* --- AJUSTE CLAVE PARA LOS ICONOS --- */
.payment-icons,
.secure-icons {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  align-items: center;
}

.payment-icons img,
.secure-icons img {
  height: 22px; /* Tamaño uniforme */
  filter: grayscale(100%) brightness(200%); /* Esto hace que todos los logos se vean blancos/plateados, muy premium */
  opacity: .7;
  transition: .3s ease;
}

.payment-icons img:hover,
.secure-icons img:hover {
  filter: grayscale(0%) brightness(100%); /* Vuelven a su color original al pasar el mouse */
  opacity: 1;
  transform: scale(1.1);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #222; /* Línea divisoria muy sutil */
}

.footer-bottom .rights {
  font-size: .8rem;
  color: #666;
  margin-bottom: .5rem;
}

.footer-bottom .crafted {
  font-size: .75rem;
  color: #444;
}

.footer-bottom .crafted a {
  color: #61FF00; /* El enlace del desarrollador en verde para que combine */
  text-decoration: none;
  font-weight: 600;
}
.payment-icons img {
  height: 26px;
  filter: brightness(0) invert(1);
  opacity: .8;
}
/* CONTACTO minimal */

.contact-section{
  text-align:center;
}

.contact-links{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1rem;
  margin-top:1rem;
}

.contact-link{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
  font-size:.95rem;
  transition:.3s ease;
}

.contact-link img{
  width:20px;
  height:20px;
  filter:brightness(0) invert(1);
  opacity:.8;
  transition:.3s ease;
}

.contact-link:hover{
  color:#61FF00;
}

.contact-link:hover img{
  opacity:1;
  filter:drop-shadow(0 0 6px #61FF00);
}
.footer *{
  background: transparent !important;
}
.payment-icons img.pacificard {
  filter: grayscale(100%) !important;
  opacity: .75; /* prueba entre .7 y .8 */
}
.secure-box{
  max-width: 360px;
  margin: 0 auto;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
}

.secure-row{
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.secure-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: #eaeaea;
  font-size: 0.85rem;
  line-height: 1;
}

.secure-badge .material-symbols-outlined{
  font-size: 18px;
  line-height: 1;
  color: #7CFF00; /* tu verde */
}

.payphone-badge img{
  height: 16px;
  width: auto;
  display: block;
  filter: brightness(1.2);
}

.secure-text{
  margin: 0;
  text-align: center;
  font-size: 0.85rem;
  color: #cfcfcf;
  line-height: 1.45;
}

.secure-muted{
  color: #9aa0a6;
}
.footer-location {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  transition: .3s ease;
}

.footer-location:hover {
  color: #61FF00;
}

.footer-location .location-extra {
  font-size: .8rem;
  color: #aaa;
  margin-top: 5px;
}
.maps-link {
  display: inline-block;
  margin-top: 14px;
  margin-bottom: 25px; /* 👈 esto separa del siguiente bloque */
  padding: 6px 14px;
  border: 1px solid #61FF00;
  border-radius: 20px;
  font-size: .8rem;
  color: #61FF00;
  transition: .3s ease;
}

.maps-link:hover {
  background: #61FF00;
  color: #000;
}



.footer-location:hover .maps-link {
  opacity: 1;
  text-decoration: underline;
}
.footer-section:nth-of-type(2) {
  margin-bottom: 3.5rem;
}
.footer-legal {
  margin-top: 1.5rem;
}

.footer-legal h4 {
  font-size: 0.9rem;
  color: #7CFF00;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.footer-legal ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-legal ul li {
  margin-bottom: 0.4rem;
}

.footer-legal ul li a {
  text-decoration: none;
  color: #bbb;
  font-size: 0.8rem;
  transition: 0.2s ease;
}

.footer-legal ul li a:hover {
  color: #fff;
}