/* ==================================================
   Phoenix Footer — Refined, Editorial, Stable
   ================================================== */

/* =========================
   Footer Base
========================= */

.phoenix-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    margin-top: 80px;

    font-size: 14px;
    color: #333;
}

/* =========================
   Footer Inner Layout
========================= */

.phoenix-footer-inner {
    max-width: 1200px;
    margin: 0 auto;

    padding: 56px 24px 40px;

    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

/* =========================
   Footer Columns
========================= */

.phoenix-footer-inner > .footer-col {
    width: 25%;
    box-sizing: border-box;
    padding-right: 32px;
    margin-bottom: 40px;
}

/* =========================
   Brand Column
========================= */

.footer-logo img {
    max-width: 170px;
    display: block;
    margin-bottom: 16px;
}

.footer-about {
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    max-width: 320px;
}

/* =========================
   Headings
========================= */

.phoenix-footer h4 {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin-bottom: 14px;
}

/* =========================
   Links
========================= */

.phoenix-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.phoenix-footer li {
    margin-bottom: 8px;
}

.phoenix-footer a {
    color: #444;
    text-decoration: none;
    font-size: 14px;

    transition: color 0.15s ease;
}

.phoenix-footer a:hover {
    color: #0b5cff;
}

/* =========================
   Contact Text
========================= */

.phoenix-footer p {
    margin: 6px 0;
    font-size: 14px;
    color: #444;
}

/* =========================
   Footer Bottom Bar
========================= */

.footer-bottom {
    border-top: 1px solid #e5e5e5;
    padding: 18px 24px;

    text-align: center;
    font-size: 13px;
    color: #666;
}

/* =========================
   Responsive
========================= */

@media (max-width: 900px) {

    .phoenix-footer-inner > .footer-col {
        width: 50%;
        padding-right: 24px;
    }
}

@media (max-width: 520px) {

    .phoenix-footer-inner {
        padding: 48px 20px 32px;
    }

    .phoenix-footer-inner > .footer-col {
        width: 100%;
        padding-right: 0;
    }

    .footer-about {
        max-width: none;
    }
}
