 .site-footer{position:relative;width:100%;background:#fff;overflow:hidden;color:#000;padding:40px 0 0 0}.site-footer::before{content:"";position:absolute;top:0;right:0;bottom:0;width:50%;height:100%;background:var(--gray);clip-path:polygon(0 0,100% 100%,100% 0);z-index:0}.site-footer::after{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:var(--red);clip-path:polygon(0 0,50% 100%,100% 100%);z-index:1}.footer-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:0 20px}.footer-logos{display:flex;gap:20px;align-items:center}.footer-logos svg{height:32px;width:auto;fill:black}.footer-info{text-align:right;font-size:.9rem}.footer-info nav a{color:inherit;margin:0 6px;text-decoration:none}.footer-info nav a:hover{color:var(--red)}@media (max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center;gap:20px}.footer-info{text-align:center}.footer-logos{justify-content:center;flex-wrap:wrap}}.footer-content{align-items:flex-start}.footer-menu nav{display:flex;flex-direction:column;gap:10px}.footer-menu a{color:#000;text-decoration:none;font-size:.95rem}.footer-menu a:hover{color:var(--red)}.footer-menu a strong{font-weight:700}.footer-logos{justify-content:flex-end;flex-wrap:wrap}.footer-logos img{filter:brightness(0)}.footer-bottom{text-align:center;font-size:.85rem;color:#333;background:rgba(255,255,255,.6);position:relative;z-index:2;padding:8px 0;margin:0;border-top:none}@media (max-width:768px){.footer-content{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-menu nav{align-items:center}.footer-logos{justify-content:center}.footer-top-content{gap:20px}}.footer-top{background:linear-gradient(to bottom,#f9f9f9 90%,#fff 100%);padding:25px 0;position:relative;z-index:3;margin-top:30px;margin-bottom:0;box-shadow:inset 0 5px 8px rgba(0,0,0,.05),inset 0 -5px 8px rgba(0,0,0,.05)}@media (max-width:768px){.footer-top{margin-top:5px}}.footer-top-content{display:flex;justify-content:space-around;align-items:flex-start;width:100%;max-width:1200px;margin:0 auto;text-align:center;flex-wrap:wrap}.footer-top-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#000;font-size:1rem;gap:12px;min-width:200px}.footer-top-item svg{width:50px;height:50px;fill:#000;transition:transform .3s ease}.footer-top-item:hover svg{transform:scale(1.1)}.footer-top-item span{font-size:1rem;font-weight:500}@media (max-width:768px){.footer-top-content{flex-direction:column;align-items:center;gap:25px}.footer-top-item{width:100%}.footer-top-item svg{width:60px;height:60px}}