.footer{background-color:var(--background);padding:2rem 0 1rem;color:var(--foreground)}.footer,.footer.footer-glossy{border-top:1px solid rgba(255,255,255,.1)}.footer.footer-glossy{background:var(--background);backdrop-filter:blur(10px);position:relative;z-index:10}.footer-container{width:100%;display:flex;align-items:center;justify-content:center}.footer-content{display:flex;flex-direction:column;padding:0;max-width:1400px;margin:0 auto}.footer-columns{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;padding:0 1rem}@media (min-width:480px){.footer-columns{grid-template-columns:1fr 1fr;gap:2rem;padding:0 1.5rem}}@media (min-width:768px){.footer-columns{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2.5rem;padding:0 2rem}}@media (min-width:1024px){.footer-columns{gap:3rem;padding:0 2rem}}@media (min-width:1200px){.footer-columns{gap:4rem;padding:0 3rem}}.footer-column{display:flex;flex-direction:column}.footer-column-title{color:var(--foreground);font-size:.9rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}@media (min-width:480px){.footer-column-title{font-size:.95rem;margin-bottom:.875rem}}@media (min-width:768px){.footer-column-title{font-size:1rem;margin-bottom:1rem}}.footer-brand{text-align:center}@media (min-width:480px){.footer-brand{text-align:left}}.footer-logo-section{margin-bottom:.75rem}@media (min-width:480px){.footer-logo-section{margin-bottom:1rem}}.footer-logo-link{display:block}.footer-logo-wrapper{transform:none}.footer-logo-wrapper .combined-logo{justify-content:flex-start}@media (max-width:479px){.footer-logo-wrapper .combined-logo{justify-content:center}}.footer-logo-wrapper .combined-logo .logo-center-img{height:69px;width:auto}@media (max-width:1435px){.footer-logo-wrapper .combined-logo .logo-center-img{height:58px}}@media (max-width:768px){.footer-logo-wrapper .combined-logo .logo-center-img{height:55px}}@media (max-width:640px){.footer-logo-wrapper .combined-logo .logo-center-img{height:46px}}@media (max-width:480px){.footer-logo-wrapper .combined-logo .logo-center-img{height:70px}}.footer-logo-wrapper .combined-logo .logo-text-left,.footer-logo-wrapper .combined-logo .logo-text-right{font-size:28px}@media (max-width:768px){.footer-logo-wrapper .combined-logo .logo-text-left,.footer-logo-wrapper .combined-logo .logo-text-right{font-size:20.8px}}@media (max-width:480px){.footer-logo-wrapper .combined-logo .logo-text-left,.footer-logo-wrapper .combined-logo .logo-text-right{font-size:28px}}.footer-tagline{color:var(--muted-foreground);font-size:.75rem;line-height:1.4;margin:0;max-width:100%;text-align:center}@media (min-width:480px){.footer-tagline{font-size:.8rem;line-height:1.5;text-align:left}}@media (min-width:768px){.footer-tagline{font-size:.875rem;max-width:280px}}.footer-nav{display:flex;flex-direction:column;gap:.5rem}@media (min-width:480px){.footer-nav{gap:.625rem}}@media (min-width:768px){.footer-nav{gap:.75rem}}.footer-nav-link{color:var(--foreground);text-decoration:none;font-size:.8rem;transition:color .2s ease;opacity:.8}@media (min-width:480px){.footer-nav-link{font-size:.85rem}}@media (min-width:768px){.footer-nav-link{font-size:.875rem}}.footer-nav-link:hover{color:var(--primary);opacity:1}.footer-newsletter{margin-bottom:1rem}@media (min-width:480px){.footer-newsletter{margin-bottom:1.25rem}}@media (min-width:768px){.footer-newsletter{margin-bottom:1.5rem}}.footer-newsletter-title{color:var(--foreground);font-size:.9rem;font-weight:600;margin-bottom:.375rem}@media (min-width:480px){.footer-newsletter-title{font-size:.95rem;margin-bottom:.5rem}}@media (min-width:768px){.footer-newsletter-title{font-size:1rem}}.footer-newsletter-description{color:var(--muted-foreground);font-size:.7rem;line-height:1.3;margin-bottom:.75rem}@media (min-width:480px){.footer-newsletter-description{font-size:.75rem;line-height:1.4;margin-bottom:.875rem}}@media (min-width:768px){.footer-newsletter-description{font-size:.8rem;margin-bottom:1rem}}.footer-social-section{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}@media (min-width:480px){.footer-social-section{gap:.625rem}}@media (min-width:768px){.footer-social-section{gap:.75rem;justify-content:flex-start}}.footer-social-button{width:2rem;height:2rem;border-radius:50%;border:1px solid var(--foreground);background:transparent;color:var(--foreground);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s ease;opacity:.7}@media (min-width:480px){.footer-social-button{width:2.125rem;height:2.125rem}}@media (min-width:768px){.footer-social-button{width:2.25rem;height:2.25rem}}.footer-social-button:hover{background:var(--foreground);color:var(--background);opacity:1;transform:translateY(-2px)}.footer-bottom{padding:.5rem 0!important;margin:0!important;display:flex;flex-direction:column;align-items:center;text-align:center}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}}.footer-legal-links{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}@media (min-width:768px){.footer-legal-links{justify-content:flex-start}}.footer-legal-link{color:var(--muted-foreground);text-decoration:none;font-size:.75rem;transition:color .2s ease}.footer-legal-link:hover{color:var(--primary)}.footer-copyright{text-align:center;padding:0;margin:0}@media (min-width:768px){.footer-copyright{text-align:right}}.footer-copyright-text{font-size:.75rem;color:var(--muted-foreground);margin:0!important;padding:0!important;line-height:1}.footer-subscribe-form{display:flex;flex-direction:column;gap:.75rem}.footer-subscribe-button-wrapper,.footer-subscribe-input-wrapper{width:100%}.footer-subscribe-input{width:100%;padding:.625rem .875rem;border:1px solid rgba(255,255,255,.2);border-radius:25px;background:rgba(255,255,255,.05);color:var(--foreground);font-size:.8rem;transition:all .2s ease}.footer-subscribe-input::placeholder{color:var(--muted-foreground)}.footer-subscribe-input:focus{outline:none;border-color:var(--primary);background:rgba(255,255,255,.1)}.footer-subscribe-button{width:100%;padding:.625rem 1rem;border:1px solid var(--primary);border-radius:25px;background:var(--primary);color:var(--primary-foreground);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.footer-subscribe-button:hover{background:transparent;color:var(--primary)}.footer-subscribe-form-hidden{display:none}@media (max-width:479px){.footer{padding:1.5rem 0 .75rem}.footer-columns{padding:0 .75rem;gap:2rem}.footer-column{margin-bottom:1.5rem;text-align:center}.footer-logo-wrapper{transform:none}.footer-column-title{text-align:center}.footer-nav{align-items:center}.footer-nav-link,.footer-newsletter,.footer-newsletter-description,.footer-newsletter-title{text-align:center}.footer-subscribe-form{flex-direction:column;gap:.5rem;max-width:50%;margin:0 auto}.footer-subscribe-input{padding:.5rem .75rem;font-size:.75rem;width:100%}.footer-subscribe-button{padding:.5rem 1rem;font-size:.75rem;width:100%}.footer-bottom{padding:.25rem .75rem!important;gap:.25rem}.footer-legal-links{gap:.75rem;flex-wrap:wrap;justify-content:center}.footer-copyright-text,.footer-legal-link{font-size:.65rem}}@media (min-width:480px) and (max-width:767px){.footer{padding:2rem 0 1rem}.footer-column{margin-bottom:1.25rem}.footer-subscribe-form{flex-direction:column;gap:.75rem}.footer-subscribe-input{padding:.625rem .875rem;font-size:.8rem}.footer-subscribe-button{padding:.625rem 1.25rem;font-size:.8rem;width:100%}.footer-bottom{padding:.375rem 1.5rem!important;gap:.375rem}.footer-legal-links{gap:1.25rem}.footer-copyright-text,.footer-legal-link{font-size:.7rem}}@media (min-width:768px) and (max-width:1023px){.footer{padding:2.5rem 0 0}.footer-bottom{padding:.5rem 2rem!important;gap:.5rem}.footer-legal-links{gap:1.5rem}.footer-copyright-text,.footer-legal-link{font-size:.75rem}}@media (min-width:1024px){.footer{padding:3rem 0 1.5rem}.footer-bottom{padding:.5rem 2rem!important;gap:.5rem}}@media (max-width:1300px){.footer-social-button{width:1.5rem;height:1.5rem}}