/* Footer 2025 Styles - Zentral für alle Seiten */

.footer-2025 {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%) !important;
    color: #f1f5f9 !important;
    padding: 50px 40px 30px;
    margin-top: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

/* Force text colors in footer */
.footer-2025 *,
.footer-2025 p,
.footer-2025 a {
    color: #cbd5e1 !important;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1.5fr 1.5fr;
    gap: 80px;
    margin-bottom: 40px;
    align-items: start;
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-2025 {
        padding: 40px 20px 20px;
    }
}

.footer-2025 .footer-column h4,
.footer-2025 h4 {
    color: #37ac50 !important;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 18px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.footer-column p {
    margin: 0 0 10px 0;
    color: #cbd5e1 !important;
    font-size: 15px;
    line-height: 1.65;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin: 12px 0;
}

.footer-column a {
    color: #cbd5e1 !important;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-column a:hover {
    color: #37ac50 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
    margin-top: 10px;
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
    color: #94a3b8 !important;
    font-size: 14px;
}
