.footer{background:#1A1A1A;color:rgb(255 255 255 / .8);padding:60px 20px 0}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:60px;border-bottom:1px solid rgb(255 255 255 / .1)}.footer-top .footer-column:nth-child(4){display:none}.footer-about{max-width:350px}.footer-logo{height:50px;width:auto;margin-bottom:20px}.footer-about p{font-size:.95rem;line-height:1.6;margin-bottom:25px;color:rgb(255 255 255 / .7)}.footer-social{display:flex;gap:15px}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgb(255 255 255 / .05);border-radius:50%;color:rgb(255 255 255 / .7);transition:all 0.3s ease;flex-shrink:0}.footer-social a:hover{background:#C52669;color:#FFF;transform:translateY(-3px)}.footer-column h3{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:700;color:#FFF;margin-bottom:20px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:rgb(255 255 255 / .7);text-decoration:none;font-size:.95rem;transition:all 0.3s ease;display:inline-block}.footer-column ul li a:hover{color:#C52669;transform:translateX(5px)}.footer-contact ul li{display:flex;gap:12px;align-items:flex-start;margin-bottom:16px}.footer-contact svg{flex-shrink:0;margin-top:2px;color:#C52669}.footer-contact span{font-size:.95rem;line-height:1.5;color:rgb(255 255 255 / .7)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;padding:30px 0}.footer-bottom-left p{font-size:.9rem;color:rgb(255 255 255 / .5);margin:0}.footer-bottom-right{display:flex;gap:12px;align-items:center;justify-content:center}.payment-icon{height:25px;width:auto;opacity:.6;transition:opacity 0.3s ease}.payment-icon:hover{opacity:1}@media (min-width:640px){.footer-top{grid-template-columns:1fr 1fr}.footer-about{grid-column:1 / -1;max-width:100%}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.footer-bottom-right{justify-content:flex-end}}@media (min-width:968px){.footer{padding-top:80px}.footer-top{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}.footer-about{grid-column:auto;max-width:350px}}@media (min-width:1200px){.footer-top{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:60px}.footer-top .footer-column:nth-child(4){display:block}}.back-to-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:8000;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity 0.25s,transform 0.25s,background 0.2s;box-shadow:0 4px 14px rgb(197 38 105 / .35)}.back-to-top.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:var(--primary-dark)}.back-to-top svg{display:block}