 /* Non-Authenticated Footer Styles - Cyberpunk Redesign */
 :root {
   --footer-primary: #fcee0a;
   --footer-primary-hover: #d4c805;
   --footer-bg: #020204;
   --footer-surface: #0a0a0a;
   --footer-border: #333333;
   --footer-text-primary: #f0f0f0;
   --footer-text-secondary: #a0a0a0;
   --footer-text-muted: #606060;
   --footer-radius: 0;
   --footer-shadow: 0 0 10px rgba(252, 238, 10, 0.1);
 }

 .modern-footer {
    position: relative;
    color: var(--footer-text-primary);
    margin-top: 4rem;
    padding: 0;
  }
  
  .footer-wave {
    display: none; /* No wave for Cyberpunk */
  }
  
  .footer-content {
    background: var(--footer-bg);
    padding: 4rem 0 2rem;
    position: relative;
    z-index: 2;
    border-top: 1px solid var(--footer-primary);
    box-shadow: 0 0 20px rgba(252, 238, 10, 0.1);
  }
  
  .footer-brand {
    margin-bottom: 2rem;
  }
  
  .brand-logo {
    max-height: 60px;
    width: auto;
    margin-bottom: 1rem;
    filter: grayscale(100%) brightness(2);
  }
  
  .brand-text {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--footer-primary);
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 5px var(--footer-primary);
  }
  
  .brand-description {
    color: var(--footer-text-secondary);
    font-size: 0.875rem;
    line-height: 1.6;
    max-width: 280px;
    font-family: 'Courier New', monospace;
  }
  
  .footer-heading {
    color: var(--footer-primary);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.75rem;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    border-bottom: 1px solid var(--footer-border);
  }
  
  .footer-heading::after {
    display: none;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .footer-links li {
    margin: 0;
  }
  
  .footer-links a {
    color: var(--footer-text-secondary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    border-radius: 0;
    transition: none;
    font-size: 0.875rem;
    position: relative;
    font-family: 'Courier New', monospace;
  }
  
  .footer-links a::before {
    content: '>';
    color: var(--footer-primary);
    font-weight: bold;
    margin-right: 5px;
  }
  
  .footer-links a:hover {
    color: var(--footer-primary);
    padding-left: 0.5rem;
    text-shadow: 0 0 5px var(--footer-primary);
  }
  
  .footer-links i {
    display: none;
  }
  
  .social-icons {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }
  
  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 0;
    background: transparent;
    border: 1px solid var(--footer-primary);
    color: var(--footer-primary);
    font-size: 1.25rem;
    text-decoration: none;
    transition: none;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  }
  
  .social-icon:hover {
    background: var(--footer-primary);
    color: #000;
    box-shadow: 0 0 10px var(--footer-primary);
  }
  
  .newsletter-signup {
    margin-top: 1.5rem;
  }
  
  .newsletter-signup .input-group {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    display: flex;
    border: 1px solid var(--footer-primary);
  }
  
  .newsletter-signup .form-control {
    border: none;
    padding: 0.75rem 1rem;
    background: rgba(0,0,0,0.5);
    color: var(--footer-text-primary);
    font-size: 0.875rem;
    flex: 1;
    font-family: 'Courier New', monospace;
    border-radius: 0;
  }
  
  .newsletter-signup .form-control::placeholder {
    color: var(--footer-text-muted);
  }
  
  .newsletter-signup .btn {
    border: none;
    background: var(--footer-primary);
    padding: 0 1.5rem;
    color: #000;
    font-weight: 600;
    font-size: 0.875rem;
    transition: none;
    border-radius: 0;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
  }
  
  .newsletter-signup .btn:hover {
    background: var(--footer-primary-hover);
    box-shadow: 0 0 10px var(--footer-primary);
  }
  
  .footer-bottom {
    border-top: 1px solid var(--footer-border);
    padding-top: 1.5rem;
    margin-top: 3rem;
    font-size: 0.875rem;
    position: relative;
  }
  
  .footer-bottom::before {
    display: none;
  }
  
  .copyright {
    color: var(--footer-text-muted);
    margin: 0;
    font-family: 'Courier New', monospace;
  }
  
  .payment-methods {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    align-items: center;
  }
  
  .payment-methods i {
    font-size: 1.5rem;
    color: var(--footer-text-muted);
    transition: none;
  }
  
  .payment-methods i:hover {
    color: var(--footer-primary);
    filter: drop-shadow(0 0 5px var(--footer-primary));
  }
  
  /* Remove footer highlights and animated background */
  .footer-brand::after {
    display: none;
  }
  
  /* Remove all animated background elements */
  .animated-bg,
  .circle,
  .custom-shape {
    display: none;
  }
  
  /* RTL Adjustments for Arabic */
  html[dir="rtl"] .footer-heading {
    border-bottom: 1px solid var(--footer-border);
  }
  
  html[dir="rtl"] .footer-links a {
    justify-content: flex-end;
  }
  
  html[dir="rtl"] .footer-links a:hover {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  
  html[dir="rtl"] .footer-links a::before {
    content: '<';
    margin-right: 0;
    margin-left: 5px;
  }

  html[dir="rtl"] .action-button {
    justify-content: flex-end;
  }
  
  html[dir="rtl"] .action-button i {
    order: 2;
  }
  
  /* Comprehensive Responsive Design */
  @media (max-width: 992px) {
    .footer-content {
      padding: 3rem 0 2rem;
    }
    
    .footer-bottom .row {
      flex-direction: column;
      gap: 1rem;
    }
    
    .payment-methods {
      justify-content: center;
      order: 2;
    }
    
    .copyright {
      text-align: center;
      order: 1;
    }
  }
  
  @media (max-width: 768px) {
    .footer-content {
      padding: 2.5rem 0 1.5rem;
    }
    
    .action-buttons {
      grid-template-columns: 1fr;
      gap: 0.5rem;
    }
    
    .action-button.highlight {
      grid-column: span 1;
    }
    
    .social-icons {
      justify-content: center;
    }
    
    .footer-bottom {
      margin-top: 2rem;
    }
  }
  
  @media (max-width: 576px) {
    .modern-footer {
      margin-top: 2rem;
    }
    
    .footer-content {
      padding: 2rem 0 1rem;
    }
    
    .brand-text {
      font-size: 1.5rem;
    }
    
    .footer-heading {
      font-size: 1rem;
      margin-bottom: 1rem;
    }
    
    .action-button {
      padding: 0.625rem 0.75rem;
      font-size: 0.8rem;
    }
    
    .social-icon {
      width: 40px;
      height: 40px;
      font-size: 1.125rem;
    }
    
    .newsletter-signup .input-group {
      flex-direction: column;
      gap: 0.5rem;
      border: none;
    }
    
    .newsletter-signup .form-control {
      width: 100%;
      border-radius: 0;
      border: 1px solid var(--footer-primary);
    }

    .newsletter-signup .btn {
        width: 100%;
    }
  }
  
  
  .quick-actions {
    margin-top: 1.5rem;
  }
  
  .action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
  
  .action-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: transparent;
    border: 1px solid var(--footer-primary);
    border-radius: 0;
    padding: 0.75rem 1rem;
    color: var(--footer-text-secondary);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    transition: none;
    position: relative;
    overflow: hidden;
    font-family: 'Courier New', monospace;
    text-transform: uppercase;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  }
  
  .action-button::before {
    display: none;
  }
  
  .action-button:hover {
    color: #000;
    background: var(--footer-primary);
    text-decoration: none;
    box-shadow: 0 0 10px var(--footer-primary);
  }
  
  .action-button.highlight {
    grid-column: span 2;
    background: var(--footer-primary);
    border-color: var(--footer-primary);
    color: #000;
  }
  
  .action-button.highlight:hover {
    background: var(--footer-primary-hover);
    box-shadow: 0 0 15px var(--footer-primary);
  }
  
  .action-button i {
    font-size: 1rem;
    position: relative;
    z-index: 1;
  }
  
  .action-button span {
    font-weight: 600;
    position: relative;
    z-index: 1;
  }
