/* =========================================
   1. NATIVE FOOTER OVERRIDE
   ========================================= */
.container-footer, .footer {
    background-color: var(--cassiopeia-color-primary) !important;
    background-image: none !important;
    color: #ffffff !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    border: none !important;
}

/* 2. THREE-COLUMN LAYOUT */
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto; /* Guarantees perfect centering */
    padding: 0 20px;
    gap: 30px;
}

.footer-column {
    flex: 1;
    min-width: 250px;
}

.footer-header {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.footer-link {
    color: rgba(255,255,255,0.9) !important;
    text-decoration: none;
    line-height: 2;
    display: inline-block;
}

.footer-link:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

.footer-bottom-bar {
    max-width: 1200px; 
    margin: 40px auto 0; 
    padding: 20px 20px 0; 
    border-top: 1px solid rgba(255,255,255,0.1); 
    display: flex; 
    justify-content: space-between; 
    font-size: 0.85rem; 
    color: rgba(255,255,255,0.6);
}
