.footer{border-top:1px solid var(--border-light);padding:80px 0 40px;position:relative;z-index:1;background:hsla(0,0%,100%,.01);backdrop-filter:blur(10px)}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg,transparent,rgba(27,142,242,.3) 25%,rgba(27,142,242,.6) 50%,rgba(27,142,242,.3) 75%,transparent)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(2rem,5vw,3.5rem);margin-bottom:3rem;position:relative;z-index:2}.footer-section{transition:transform var(--transition-fast)}.footer-section:hover{transform:translateY(-2px)}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-primary);position:relative;background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4:after{content:"";position:absolute;bottom:-.5rem;left:0;width:30px;height:2px;background:linear-gradient(90deg,var(--primary),var(--blue-400));border-radius:1px;transition:width var(--transition-fast)}.footer-section:hover h4:after{width:50px}.footer-section p{color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;font-size:1rem;opacity:.9;transition:opacity var(--transition-fast)}.footer-section:hover p{opacity:1}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.8rem;transition:transform var(--transition-fast)}.footer-section ul li:hover{transform:translateX(4px)}.footer-section ul li a{color:var(--text-secondary);text-decoration:none;transition:all var(--transition-fast);font-size:1rem;position:relative;padding:.25rem 0;display:inline-block}.footer-section ul li a:hover{color:var(--primary);text-shadow:0 0 8px rgba(27,142,242,.4)}.footer-section ul li a:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:0;height:2px;background:var(--primary);transition:width var(--transition-fast);border-radius:1px}.footer-section ul li a:hover:before{width:8px}.social-links{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.social-links a{color:var(--text-secondary);text-decoration:none;font-size:1rem;transition:all var(--transition-fast);padding:.5rem;border-radius:8px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;min-width:40px;height:40px}.social-links a:hover{color:var(--primary);background:rgba(27,142,242,.1);border-color:rgba(27,142,242,.3);transform:translateY(-2px);box-shadow:0 4px 12px rgba(27,142,242,.2)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border-light);flex-wrap:wrap;gap:1.5rem;position:relative}.footer-bottom:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:60%;height:1px;background:linear-gradient(90deg,transparent,rgba(27,142,242,.2) 50%,transparent)}.footer-bottom-left{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.footer-bottom p{color:var(--text-secondary);font-size:.9rem;opacity:.8;margin:0}.legal-links{display:flex;gap:1.5rem;flex-wrap:wrap}.legal-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:all var(--transition-fast);padding:.25rem .5rem;border-radius:4px;position:relative}.legal-links a:hover{color:var(--primary);background:rgba(27,142,242,.05)}.footer-bottom-right p{color:var(--text-secondary);font-size:.9rem;opacity:.7;margin:0}@media (min-width:992px) and (max-width:1199px){.footer{padding:80px 0 40px}.footer-content{grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3.5rem}.footer-section h4{font-size:clamp(1.25rem,2.5vw,1.5rem);margin-bottom:1.8rem}.footer-section p{font-size:clamp(1.05rem,2.2vw,1.25rem);margin-bottom:2.2rem}.footer-section ul li a{font-size:clamp(1rem,2vw,1.2rem)}.social-links a{min-width:42px;height:42px;font-size:clamp(1.05rem,2vw,1.2rem)}.footer-bottom p,.legal-links a{font-size:clamp(.95rem,1.8vw,1.1rem)}}@media (max-width:991px){.footer{padding:60px 0 30px}.footer-content{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-bottom{text-align:center}.footer-bottom,.footer-bottom-left{flex-direction:column;gap:1rem}.legal-links{justify-content:center}}@media (max-width:767px){.footer{padding:50px 0 25px}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-section h4{font-size:1.1rem;margin-bottom:1rem}.footer-section h4:after{left:50%;transform:translateX(-50%)}.footer-section p{font-size:.95rem;margin-bottom:1.5rem}.footer-section ul li{margin-bottom:.6rem}.footer-section ul li a{font-size:.95rem}.social-links{justify-content:center;gap:1rem}.social-links a{min-width:36px;height:36px;font-size:.9rem}.footer-bottom{padding-top:1.5rem}.legal-links{gap:1rem}.footer-bottom p,.legal-links a{font-size:.85rem}}@media (max-width:575px){.footer{padding:40px 0 20px}.footer-content{gap:1.5rem}.footer-section{padding:0 1rem}.social-links{gap:.75rem}.social-links a{min-width:32px;height:32px;font-size:.8rem}.legal-links{flex-direction:column;gap:.5rem}.footer-bottom-left{gap:.75rem}}@media (min-width:1200px){.footer{padding:100px 0 50px}.footer-content{gap:4rem;margin-bottom:4rem}.footer-section h4{font-size:1.3rem;margin-bottom:2rem}.footer-section p{font-size:1.1rem}.footer-section ul li a{font-size:1.05rem}.social-links a{min-width:44px;height:44px;font-size:1.1rem}}@media (prefers-reduced-motion:reduce){.footer-section,.footer-section ul li,.footer-section ul li a,.legal-links a,.social-links a{transition:none!important;transform:none!important}.footer-section ul li:hover,.footer-section:hover,.social-links a:hover{transform:none!important}}@media (prefers-contrast:high){.footer{background:rgba(0,0,0,.9);border-top:2px solid var(--primary)}.footer-section h4{color:#fff;background:none;-webkit-text-fill-color:#fff}.footer-section p{color:hsla(0,0%,100%,.9)}.footer-section ul li a{color:hsla(0,0%,100%,.8)}.footer-section ul li a:hover{color:var(--primary);background:rgba(27,142,242,.2);padding:.25rem .5rem;border-radius:4px}.social-links a{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff}.social-links a:hover{background:var(--primary);border-color:var(--primary);color:#fff}}.footer-section ul li a:focus,.legal-links a:focus,.social-links a:focus{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}@media print{.footer{background:#fff;border-top:1px solid #333;color:#000}.footer-section h4{color:#000;background:none;-webkit-text-fill-color:#000}.footer-bottom p,.footer-section p,.footer-section ul li a{color:#000}.footer-bottom:before,.footer-section h4:after,.footer-section ul li a:before,.footer:before,.social-links{display:none}}