/* ============================================================
   Footer styles — unified with homepage (index.html) exactly
   ============================================================ */

.footer {
    background: #2c3e50;
    color: white;
    padding: 48px 0 24px;
}

.footer .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-bottom: 32px;
}

.footer-section h3 {
    color: #e8f5e9;
    margin-bottom: 16px;
    font-size: 1.125rem;
}

.footer-section p,
.footer-section ul {
    color: #b0bec5;
    font-size: 0.875rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section a {
    color: #b0bec5;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 0.875rem;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    text-align: center;
    color: #78909c;
    font-size: 0.75rem;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #a7f3d0;
    text-decoration: underline;
}
