  /* Footer Styles */
  .main-footer {
    background: #12121A;
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-logo-row {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .footer-logo {
    height: 40px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.2s;
  }
  
  .footer-logo:hover {
    opacity: 1;
  }
  
  .footer-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 50px;
  }
  
  .footer-col {
    flex: 1;
    min-width: 150px;
    margin-bottom: 20px;
  }
  
  .footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 18px;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
  }
  
  .footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
  }
  
  .footer-col a {
    display: block;
    color: #b3b3cc;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s, padding-left 0.2s;
  }
  
  .footer-col a:hover {
    color: #fff;
    padding-left: 5px;
  }
  
  .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  
  .footer-socials {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
  }
  
  .footer-socials a {
    color: #b3b3cc;
    font-size: 1.4rem;
    transition: color 0.2s, transform 0.2s;
    text-decoration: none;
  }
  
  .footer-socials a:hover {
    background: linear-gradient(-131deg, #c822cb, #e069e2, #c822cb);
-webkit-background-clip: text;
color: transparent;

    transform: translateY(-2px);
  }

  /* Trustpilot SVG sizing to match icon font size */
  .footer-socials .footer-trustpilot-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin-top: -8px;
  }
  .footer-socials .footer-trustpilot-icon svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  /* Make the Trustpilot SVG adopt the link color (normal and hover) */
  .footer-socials a[aria-label="Trustpilot"] .footer-trustpilot-icon path {
    fill: currentColor;
  }
  
  .footer-copy {
    color: #8a8fa3;
    font-size: 0.9rem;
  }
  
  @media (max-width: 900px) {
    .footer-cols {
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
  }
  
  @media (max-width: 700px) {
    .footer-cols {
      grid-template-columns: repeat(2, 1fr);
      gap: 30px;
    }
  }
  
  @media (max-width: 480px) {
    .footer-cols {
      grid-template-columns: 1fr;
      gap: 30px;
    }
    
    .footer-col {
      text-align: center;
    }
    
    .footer-title:after {
      left: 50%;
      transform: translateX(-50%);
    }
    
    .footer-col a:hover {
      padding-left: 0;
    }
  }


  
  /* Métodos de pago */
  .footer-payments {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .payments-title {
    color: #b3b3cc;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  .payments-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .payment-card {
    width: 60px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .payment-card:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  }
  .payment-card img {
    max-width: 100%;
    max-height: 22px;
    opacity: 0.9;
    filter: grayscale(35%);
    transition: opacity 0.2s, filter 0.2s;
  }
  .payment-card:hover img {
    opacity: 1;
    filter: none;
  }

  /* Halloween spiderweb (bottom-right) */
  .halloween-web {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 120px;
    height: 120px;
    pointer-events: none;
    opacity: 0.9;
    z-index: 2147483647; /* ensure on top of layout */
  }
  .halloween-web { filter: drop-shadow(0 2px 6px rgba(0,0,0,0.4)); }
  @media (max-width: 640px) {
    .halloween-web { width: 84px; height: 84px; right: 10px; bottom: 10px; }
  }


  .secure-payment-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.secure-line {
  flex: 1;
  border: none;
  border-top: 1px solid #ffffff1a;
}

.secure-text {
  color: #b3b3cc;
}
.shieldpay {
color: #64CD8A;
}


/*

:focus {
  outline: 3px solid #C822CB; 
  outline-offset: 3px;  
  display: none;      
}
*/

:focus-visible {
  outline: 3px dashed #ff00ff; 
  outline-offset: 3px;        
}
