/* STOPKA */
.main-footer {
    background: #2e3d23; /* Ciemny leśny kolor */
    color: #e0e0d0;
    padding: 40px 20px;
    margin-top: 60px;
    border-top: 5px solid #4a5d23;
    text-align: center;
}

.footer-container {
    max-width: 1000px; /* Taka sama szerokość jak treść i menu */
    margin: 0 auto;
}

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 20px;
}

.footer-links {
    margin-bottom: 20px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #6b8e23;
}

.footer-copy {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 20px;
    font-size: 0.8rem;
    color: #8b966c;
}
