/* ============================================
   Footer Section Styles
   ============================================ */

.footer {
    background: #000;
    border-top: 1px solid var(--border-gray-700);
    padding: 2rem 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.footer-text {
    color: var(--text-gray-500);
    font-size: 0.875rem;
    line-height: 1.6;
}

.footer-text:not(:last-child) {
    margin-bottom: 0.5rem;
}

.footer-copyright {
    margin-bottom: 0.5rem;
}

.footer-description {
    font-size: 0.75rem;
    color: var(--text-gray-600);
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .footer {
        padding: 1.5rem 0;
    }
    
    .footer-text {
        font-size: 0.75rem;
    }
}
