.footer{background-color:#f8f9fa;padding:3rem 1rem;border-top:1px solid #e9ecef;margin-top:auto;width:100%}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.footer-section{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{width:200px;height:auto;margin-bottom:1.5rem}.footer-description{color:#1E293B;font-size:15px;line-height:1.6;margin-bottom:1.5rem;max-width:300px}.footer-text{color:#64748B;font-size:14px;margin:0}.footer-section h3{margin-bottom:1rem;font-size:1.1rem;color:#343a40}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:1rem}.footer-section ul li a{color:#6c757d;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#343a40}.payment-methods{display:grid;grid-template-columns:repeat(3,auto);grid-gap:1rem;gap:1rem;align-items:center}.payment-icon{font-size:2.2rem;color:#495057}.payment-icon-img{height:1.8rem;width:auto}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid #e9ecef;color:#6c757d}@media (max-width:1024px){.footer-content{grid-template-columns:1.5fr 1fr 1fr;gap:2rem}.footer-section:last-child{grid-column:2/4}}@media (max-width:768px){.footer{padding:3rem 0 0}.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-section:first-child{grid-column:1/-1}.footer-section:last-child{grid-column:auto}.footer-logo{width:200px}.payment-methods{display:flex;overflow-x:auto;flex-wrap:nowrap;padding-bottom:1rem;-webkit-overflow-scrolling:touch}}@media (max-width:480px){.footer-content{grid-template-columns:1fr;padding:0 1.5rem}.footer{padding:2rem 0 0}.footer-section{margin-bottom:2rem}.footer-section:last-child{margin-bottom:0}.footer-bottom{margin-top:2rem}}