.footer{background:var(--text);color:#fff;padding:60px 0 20px;margin-top:0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:40px;gap:40px;margin-bottom:40px}.footer-section{display:flex;flex-direction:column;gap:20px}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:10px}.footer-logo-image{width:40px;height:40px;border-radius:8px;object-fit:contain}.footer-title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:hsla(0,0%,100%,.8);line-height:1.6}.footer-heading{font-size:1.1rem;font-weight:600;margin-bottom:10px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links a{color:hsla(0,0%,100%,.7);transition:color .3s ease}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.1);padding-top:20px;text-align:center;color:hsla(0,0%,100%,.6);display:flex;flex-direction:column;gap:8px}.footer-distributor{font-size:.9rem;color:hsla(0,0%,100%,.5)}@media (max-width:768px){.footer-content{grid-template-columns:1fr;gap:30px}}