/* =========================================================
   PHOENIX — LEGAL PAGES (Privacy, Terms, Refund, etc.)
   Clean | Professional | Readable
========================================================= */


/* ==============================
   BASE WRAPPER
============================== */

.phoenix-main--legal {
    padding: 0;
    margin: 0;
}

.phoenix-legal-page {
    width: 100%;
}


/* ==============================
   GLOBAL CONTAINER
============================== */

.phoenix-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
}


/* ==============================
   HERO SECTION
============================== */

.phoenix-legal-hero {
    padding: 70px 0 50px;
    text-align: center;
    background: #f8f9fb;
    border-bottom: 1px solid #e5e7eb;
}

.phoenix-legal-hero h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111827;
    letter-spacing: -0.3px;
}

.phoenix-legal-hero p {
    font-size: 16px;
    color: #4b5563;
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.6;
}


/* ==============================
   CONTENT SECTION
============================== */

.phoenix-legal-content {
    padding: 70px 0 80px;
    background: #ffffff;
}

/* Narrow readable width */
.phoenix-legal-width {
    max-width: 820px;
    margin: 0 auto;
}


/* ==============================
   TYPOGRAPHY
============================== */

.phoenix-legal-content h2 {
    margin-top: 45px;
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    color: #111827;
}

.phoenix-legal-content h3 {
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #1f2937;
}

.phoenix-legal-content p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
    color: #374151;
}

.phoenix-legal-content ul,
.phoenix-legal-content ol {
    margin-bottom: 22px;
    padding-left: 22px;
}

.phoenix-legal-content li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
}


/* ==============================
   LINKS
============================== */

.phoenix-legal-content a {
    color: #111827;
    text-decoration: underline;
}

.phoenix-legal-content a:hover {
    text-decoration: none;
}


/* ==============================
   SECTION SEPARATION
============================== */

.phoenix-legal-content h2:first-of-type {
    margin-top: 0;
}


/* ==============================
   RESPONSIVE
============================== */

@media (max-width: 992px) {

    .phoenix-legal-hero h1 {
        font-size: 30px;
    }

    .phoenix-legal-content {
        padding: 60px 0;
    }

}

@media (max-width: 640px) {

    .phoenix-legal-hero {
        padding: 50px 0 40px;
    }

    .phoenix-legal-hero h1 {
        font-size: 26px;
    }

    .phoenix-legal-content {
        padding: 50px 0;
    }

    .phoenix-legal-width {
        max-width: 100%;
    }

}
