/* Modern Footer Styles 2025 */
.ca-footer {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin-top: 4rem;
    padding: 3rem 0 0 0;
}

.ca-footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem 2rem 1.5rem;
}

.ca-footer-section h5 {
    color: white;
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ca-footer-section h5 svg {
    width: 24px;
    height: 24px;
}

.ca-footer-section h6 {
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.ca-footer-text {
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
    font-size: 0.9rem;
}

.ca-footer-text strong {
    color: white;
    font-weight: 600;
}

.ca-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ca-footer-links li {
    margin-bottom: 0.75rem;
}

.ca-footer-links a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s;
    padding: 0.5rem;
    border-radius: 6px;
}

.ca-footer-links a:hover {
    color: white;
    background: rgba(255,255,255,0.15);
    padding-left: 0.75rem;
}

.ca-footer-links svg {
    width: 16px;
    height: 16px;
}

.ca-footer-bottom {
    background: rgba(0,0,0,0.2);
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.5rem 0;
    text-align: center;
}

.ca-footer-copyright {
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
}

.ca-footer-copyright a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.ca-footer-copyright a:hover {
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .ca-footer {
        margin-top: 2rem;
        padding: 2rem 0 0 0;
    }

    .ca-footer-content {
        padding: 0 1rem 1.5rem 1rem;
    }
}
