.custom-site-footer{background:linear-gradient(180deg,#1a1a1a 0%,#0f0f0f 100%);color:#fff;font-family:'Poppins',sans-serif;margin-top:4rem}.footer-main{padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.footer-column{display:flex;flex-direction:column}.footer-title{font-size:1.125rem;font-weight:700;margin:0 0 1.5rem;color:#fff;position:relative;padding-bottom:.75rem}.footer-title:after{content:'';position:absolute;bottom:0;left:0;width:3rem;height:3px;background:linear-gradient(90deg,#f60 0%,#f06 100%);border-radius:2px}.footer-description{font-size:.875rem;line-height:1.6;color:#b0b0b0;margin:0 0 1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;text-decoration:none}.social-link:hover{background:linear-gradient(135deg,#f60 0%,#f06 100%);transform:translateY(-3px);box-shadow:0 4px 12px rgba(255,102,0,.3)}.social-link svg{width:1.125rem;height:1.125rem}.footer-menu{list-style:none;padding:0;margin:0}.footer-menu li{margin-bottom:.75rem}.footer-menu a{color:#b0b0b0;text-decoration:none;font-size:.875rem;transition:all .3s ease;display:inline-block;position:relative}.footer-menu a:before{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#f60 0%,#f06 100%);transition:width .3s ease}.footer-menu a:hover{color:#fff;padding-left:.5rem}.footer-menu a:hover:before{width:100%}.footer-contact{list-style:none;padding:0;margin:0}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#b0b0b0;font-size:.875rem;line-height:1.6}.footer-contact svg{flex-shrink:0;margin-top:.125rem;color:#f60}.footer-contact span{flex:1}.footer-payments{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.5rem}.footer-payments img{height:1.5rem;width:auto;border-radius:4px;background:#fff;padding:.25rem .5rem;opacity:.9;transition:all .3s ease}.footer-payments img:hover{opacity:1;transform:translateY(-2px);box-shadow:0 4px 8px rgba(255,102,0,.2)}.footer-bottom{background:#000;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom .footer-container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright,.footer-credits{margin:0;font-size:.875rem;color:#888}.heart{color:#f06;animation:heartbeat 1.5s infinite}@keyframes heartbeat{0%,100%{transform:scale(1)}10%,30%{transform:scale(1.1)}20%{transform:scale(1)}}@media (max-width:768px){.footer-container{grid-template-columns:repeat(2,1fr);gap:2rem;padding:0 1.5rem}.footer-main{padding:3rem 0 1.5rem}.footer-title{font-size:1rem}.footer-bottom .footer-container{flex-direction:column;text-align:center;gap:.5rem}}@media (max-width:480px){.footer-container{grid-template-columns:1fr;gap:2.5rem;padding:0 1rem}.footer-main{padding:2.5rem 0 1rem}.custom-site-footer{margin-top:3rem}.footer-social{justify-content:center}.footer-column:first-child{text-align:center}.footer-column:first-child .footer-title:after{left:50%;transform:translateX(-50%)}.footer-description{text-align:center}.footer-payments{justify-content:center}}@media (max-width:360px){.footer-container{padding:0 .75rem}.footer-title{font-size:.938rem}.footer-menu a,.footer-contact li,.footer-description{font-size:.813rem}.social-link{width:2.25rem;height:2.25rem}}.footer-menu a:focus,.social-link:focus{outline:2px solid #f60;outline-offset:2px}@media print{.custom-site-footer{display:none}}