.site-footer {
    margin-top: 50px;
    padding: 35px 20px;
    background: #f2f8ef;
    border-top: 1px solid #d9e5d4;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-info {
    margin-bottom: 20px;
}

.footer-info p {
    margin-top: 7px;
    color: #666;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    margin-bottom: 20px;
}

.footer-links a {
    color: #256b18;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.payment-logos {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

.copyright {
    color: #777;
    font-size: 14px;
}