/* =========================================================
   PRIVACY / LEGAL PAGES — BURPEE SCHEDULING THEME
   Matches index + step-by-step guide
========================================================= */

/* Page base */
body {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    line-height: 1.7;
    padding-bottom: 140px;
}

/* Content wrapper */
body > h1,
body > h2,
body > p,
body > ul {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

/* Title */
h1 {
    margin-top: 3rem;
    margin-bottom: 0.75rem;
    font-size: 2.6rem;
    font-weight: 700;

    background-image: linear-gradient(135deg, #ffffff 0%, #a5b4fc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Section headings */
h2 {
    margin-top: 2.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.4rem;
    font-weight: 600;

    background-image: linear-gradient(135deg, #ffffff 0%, #c7d2fe 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 0 6px 18px rgba(99, 102, 241, 0.25);
}

/* Paragraph text */
p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 1rem;
}

/* Lists */
ul {
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

li {
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.75);
}

/* Highlight last-updated line */
p:first-of-type {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.95rem;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    h1 {
        font-size: 2.1rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    body > h1,
    body > h2,
    body > p,
    body > ul {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
