.footer{background-color:#170634;color:white;padding:16.6rem 0 3rem;display:flex;flex-direction:column;gap:4rem;width:100vw;height:90vh;overflow-x:hidden;position:relative;z-index:1}.footer-container{flex:1;width:100%;max-width:1400px;margin:0 auto;flex-direction:column;padding:0}.footer-container,.footer-top{display:flex;justify-content:space-between}.footer-top{align-items:center;flex-wrap:wrap;gap:2rem}.footer-top p{flex:1;display:flex;justify-content:center;align-items:center;font-size:3rem;font-weight:600;margin:0;color:#ffffff;text-align:center}.footer-title,.footer-top p{font-family:BridgingProgressDemo,sans-serif}.footer-title{font-size:11rem;font-weight:700;margin-top:3rem;margin-bottom:0;line-height:1}.footer-email{font-size:1.5rem;text-transform:lowercase;color:#ffffff;text-decoration:underline;margin-top:auto}.footer-divider{position:relative;margin:1rem 0 3rem;text-align:center}.footer-line{display:block;height:1px;width:100%;background-color:white;opacity:.2}.footer-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:3rem;height:3rem}.footer-icon svg{width:100%;height:100%;fill:currentColor}.footer-content{display:flex;flex:1;flex-direction:column;justify-content:center;gap:2rem;font-family:Kiona-Regular,sans-serif}.footer-columns{justify-content:space-between;gap:2rem}.footer-columns,.footer-left{flex:1;display:flex;width:100%}.footer-left{justify-content:center;align-items:center;height:100%}.logo{width:100%;height:100%;display:flex}.footer-right{flex:1;display:flex;flex-direction:column;align-items:flex-end;text-align:right;padding-right:4rem}.footer-address{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.footer-address p{max-width:300px;font-weight:600;text-transform:uppercase}.footer-social svg{width:2rem;height:2rem;fill:currentColor}.footer-links{display:flex;gap:4rem;flex-wrap:wrap}.footer-links ul{list-style:none;padding:0}.footer-links a{color:white;text-decoration:none;font-weight:500}.footer-links a:hover{text-shadow:0 0 10px #9b70ff,0 0 20px #8f70ff;text-decoration:underline;color:#e2d3ff}.legal-link{color:#ffffff;cursor:pointer;font-weight:500;text-decoration:none;transition:all .2s ease-in-out}.legal-link:hover{text-shadow:0 0 10px #9b70ff,0 0 20px #8f70ff;text-decoration:underline;color:#e2d3ff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:.875rem;opacity:.6}.footer-meta a{color:white;text-decoration:underline}@media (max-width:768px){.footer-columns{flex-direction:column-reverse;align-items:center}.footer-container{padding-top:8rem}.footer-right{align-items:center;text-align:center;padding:0}.footer-links{justify-content:center;text-align:center}.footer-links ul{margin-bottom:1.5rem}.footer-email{margin-top:1rem}.footer-left{width:100%;height:250px}.logo{height:100%}.footer-title{font-size:7rem}.footer-top p{font-size:2rem;padding:0 1rem}}.legal-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(10,5,20,.85);backdrop-filter:blur(8px);z-index:1000;display:flex;justify-content:center;align-items:center;padding:2rem}.legal-modal{background:linear-gradient(145deg,rgba(30,0,60,.8),rgba(60,0,90,.9));color:#ffffff;padding:2.5rem;max-width:640px;max-height:80vh;overflow-y:auto;border-radius:1.5rem;position:relative;box-shadow:0 0 30px rgba(168,85,247,.4);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);transition:all .3s ease-in-out;font-family:Kiona-Regular,sans-serif}.legal-close-button{position:absolute;top:1.2rem;right:1.2rem;font-size:2rem;background:none;border:none;color:#e9d5ff;cursor:pointer;transition:color .2s ease-in-out}.legal-close-button:hover{color:#c084fc}.legal-content{margin-top:2rem;font-size:1.05rem;line-height:1.7;color:#e0e0ff;text-shadow:0 0 3px rgba(255,255,255,.1)}@keyframes subtleGlow{0%{box-shadow:0 0 20px rgba(168,85,247,.2)}50%{box-shadow:0 0 40px rgba(168,85,247,.5)}to{box-shadow:0 0 20px rgba(168,85,247,.2)}}.legal-modal{animation:subtleGlow 5s ease-in-out infinite}