/* ==========================================================================
   PHOENIX GLOBAL — FOOTER COMPONENT STYLES (LUXURY NAVY & GOLD)
   ========================================================================== */

.footer-aetheris {
    border-top: 1px solid rgba(197, 155, 39, 0.25);
    background-color: #040914;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 10;
}

/* Feature Ribbon Transition Bar */
.footer-feature-ribbon {
    background: #091428;
    border-bottom: 1px solid rgba(197, 155, 39, 0.2);
    padding: 1.5rem 0;
}

.ribbon-icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(197, 155, 39, 0.12);
    border: 1px solid rgba(197, 155, 39, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f5c044;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.ribbon-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.88rem;
    color: #ffffff;
    line-height: 1.2;
}

.ribbon-subtitle {
    font-size: 0.72rem;
    color: #94a3b8;
}

/* Footer Main Links */
.footer-logo-desc p {
    color: #94a3b8;
    font-size: 0.92rem;
    margin-top: 1rem;
    line-height: 1.7;
}

.footer-heading {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #c59b27;
    margin-bottom: 1.5rem;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-links-list a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.3s ease;
}

.footer-links-list a:hover {
    color: #f5c044;
}

.footer-socials {
    display: flex;
    gap: 0.85rem;
}

.footer-social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(197, 155, 39, 0.08);
    border: 1px solid rgba(197, 155, 39, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c59b27;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-btn:hover {
    background: linear-gradient(135deg, #d4af37 0%, #b8860b 100%);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(184, 134, 11, 0.35);
    border-color: transparent;
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-top: 1px solid rgba(197, 155, 39, 0.2);
}

.footer-bottom p {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0;
}
