.site-footer{background-color:#1A1A1A;padding:60px 0 20px 0;border-top:5px solid var(--mc-green);color:#a0a0a0;font-size:0.95rem}

/* THE FINAL FIX: Group columns in the center and align their tops */
.footer-main{display:flex;flex-wrap:wrap;justify-content:center;gap:40px 50px;padding-bottom:40px;align-items:flex-start}

.footer-column{flex:1 1 220px;min-width:220px}
.footer-column h3{font-family:var(--minecraft-font);color:#fff;font-size:1.1rem;margin:0 0 20px 0;letter-spacing:1px}
.footer-about p{line-height:1.6;margin:0}
.footer-about .footer-logo{display:block;max-width:150px;margin-bottom:15px}
.footer-links ul{list-style:none;padding:0;margin:0}
.footer-links li{margin-bottom:10px}
.footer-links a{color:#a0a0a0;text-decoration:none;transition:color .2s ease, padding-left .2s ease}
.footer-links a:hover{color:#fff;padding-left:5px}
.footer-contact .footer-email{color:#fff;text-decoration:none;font-weight:bold;display:block;margin-bottom:20px;word-break:break-all}
.footer-social-icons{display:flex;gap:15px;align-items:center}
.footer-social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#333;color:#fff;border-radius:50%;text-decoration:none;transition:background-color .2s ease, transform .2s ease}
.footer-social-icons a:hover{background-color:var(--mc-green);transform:translateY(-3px)}
.footer-social-icons i{font-size:20px}
.footer-bottom{border-top:1px solid #444;padding-top:20px;display:flex;align-items:center;flex-wrap:wrap;gap:20px;justify-content:center}
.footer-copyright{text-align:center}
.footer-copyright a{color:var(--mc-green);font-weight:bold;text-decoration:none}
.footer-copyright a:hover{text-decoration:underline}
.footer-payment-methods{display:flex;gap:10px;align-items:center}
.footer-payment-methods img{height:24px;opacity:0.7;transition:opacity .2s}
.footer-payment-methods img:hover{opacity:1}

@media(min-width:768px){.footer-bottom{justify-content:space-between}.footer-copyright{text-align:left}}