#fw-section-footer {
--color-primary: #1561a3;
--color-primary-rgb: 21, 97, 163;
--color-background: #090a09;
--color-background-rgb: 9, 10, 9;
--color-on-background: #FFFDF7;
--color-on-background-rgb: 255, 253, 247;
--color-on-primary: #FFFDF7;
--color-on-primary-rgb: 255, 253, 247;
--color-product-image-background: #FFFDF7;
--color-background-brightness: 10;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #1561a3;
--primary-btn-text: #FFFDF7;
--primary-btn-border-color: #FFFDF7;
--secondary-btn-bg: transparent;
--secondary-btn-text: #FFFDF7;
--secondary-btn-border-color: #FFFDF7;

}












#fw-section-password {
--color-primary: #00baff;
--color-primary-rgb: 0, 186, 255;
--color-background: #0d0d0d;
--color-background-rgb: 13, 13, 13;
--color-on-background: #FFFDF7;
--color-on-background-rgb: 255, 253, 247;
--color-on-primary: #FFFDF7;
--color-on-primary-rgb: 255, 253, 247;
--color-product-image-background: #FFFDF7;
--color-background-brightness: 13;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #00baff;
--primary-btn-text: #FFFDF7;
--primary-btn-border-color: #FFFDF7;
--secondary-btn-bg: transparent;
--secondary-btn-text: #FFFDF7;
--secondary-btn-border-color: #FFFDF7;
/* 1. Reset the container to prevent clipping */
.logo-wrapper {
  width: 200% !important;
  max-width: 920px !important; /* Adjust for desktop size */
  margin: 0 auto !important;
  padding: 120px 20px !important; /* Massive vertical padding stops the glow cut-off */
  overflow: visible !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#logo-svg {
  overflow: visible !important;
  width: 100% !important;
  height: auto !important;
  /* Cinematic Glow */
  filter: drop-shadow(0 0 40px rgba(0, 186, 255, 0.7)) !important;
}

/* 2. Responsive adjustment for phones */
@media (max-width: 768px) {
  .logo-wrapper {
    width: 85% !important;
    padding: 60px 10px !important;
  }
}

/* Optional: Make the text glow match */
h1 {
  color: #00BAFF !important;
  filter: drop-shadow(0 0 15px rgba(0, 186, 255, 0.6)) !important;
}
}