﻿.aa-policy-page {
    background: #fffaf2;
    padding: 45px 15px;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    color: #2b1b3f;
}

    .aa-policy-page .container {
        max-width: 950px;
        margin: auto;
        background: #ffffff;
        padding: 35px;
        border-radius: 22px;
        box-shadow: 0 12px 35px rgba(59, 35, 95, 0.12);
        border: 1px solid rgba(184, 134, 11, 0.18);
    }

    .aa-policy-page h1 {
        color: #3b235f;
        font-weight: 800;
        margin-bottom: 22px;
        font-size: 34px;
        position: relative;
    }

        .aa-policy-page h1::after {
            content: "";
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #b8860b, #ffd86b);
            display: block;
            margin-top: 10px;
            border-radius: 50px;
        }

    .aa-policy-page h3 {
        color: #3b235f;
        margin-top: 28px;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 700;
    }

    .aa-policy-page p,
    .aa-policy-page li {
        color: #4c405c;
        font-size: 15.5px;
        line-height: 1.8;
    }

    .aa-policy-page strong {
        color: #3b235f;
    }

    .aa-policy-page ul {
        padding-left: 22px;
        margin-top: 8px;
    }

    .aa-policy-page li {
        margin-bottom: 8px;
    }

@media (max-width: 768px) {
    .aa-policy-page {
        padding: 22px 12px;
    }

        .aa-policy-page .container {
            padding: 22px 18px;
            border-radius: 18px;
        }

        .aa-policy-page h1 {
            font-size: 26px;
        }

        .aa-policy-page h3 {
            font-size: 18px;
        }

        .aa-policy-page p,
        .aa-policy-page li {
            font-size: 14.5px;
        }
}


.policy-page {
    max-width: 1050px;
    margin: 40px auto;
    padding: 28px;
    background: #fffaf2;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(59, 35, 95, 0.12);
    color: #2f2f2f;
}

    .policy-page h1 {
        color: #3b235f;
        font-size: 34px;
        font-weight: 800;
        margin-bottom: 12px;
        position: relative;
    }

        .policy-page h1::after {
            content: "";
            display: block;
            width: 80px;
            height: 4px;
            margin-top: 10px;
            border-radius: 10px;
            background: linear-gradient(90deg, #b8860b, #ffd86b);
        }

    .policy-page h3 {
        color: #3b235f;
        font-size: 20px;
        font-weight: 700;
        margin-top: 26px;
        margin-bottom: 10px;
    }

    .policy-page p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
        margin-bottom: 12px;
    }

    .policy-page a {
        color: #3b235f;
        font-weight: 700;
        text-decoration: none;
    }

        .policy-page a:hover {
            color: #b8860b;
            text-decoration: underline;
        }

    .policy-page ul {
        padding-left: 20px;
        margin-top: 10px;
    }

        .policy-page ul li {
            margin-bottom: 10px;
            line-height: 1.7;
            color: #555;
        }

    .policy-page .policy-card {
        background: #ffffff;
        border: 1px solid rgba(59, 35, 95, 0.08);
        border-radius: 18px;
        padding: 18px;
        margin-top: 18px;
        box-shadow: 0 8px 22px rgba(59, 35, 95, 0.08);
    }

    .policy-page .highlight-box {
        background: linear-gradient(135deg, #3b235f, #5b348c);
        color: #fff;
        border-radius: 18px;
        padding: 18px;
        margin: 22px 0;
    }

        .policy-page .highlight-box p {
            color: rgba(255, 255, 255, 0.9);
            margin: 0;
        }

@media (max-width: 768px) {
    .policy-page {
        margin: 18px 12px;
        padding: 20px;
        border-radius: 18px;
    }

        .policy-page h1 {
            font-size: 27px;
        }

        .policy-page h3 {
            font-size: 18px;
        }

        .policy-page p,
        .policy-page ul li {
            font-size: 15px;
            line-height: 1.7;
        }
}