﻿/* ============================
   POLICIES PAGE — HERO
   ============================ */

.policies-hero {
    background: #f5f5f2;
    padding: 100px 0 70px;
    text-align: center;
}

.page-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
}

.policies-intro {
    max-width: 800px;
    margin: auto;
    font-size: 18px;
    color: #444;
}


/* ============================
   POLICY BLOCKS
   ============================ */

.policies-section {
    padding: 80px 0;
}

.policy-block {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 40px;
}

    .policy-block h3 {
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        margin-bottom: 15px;
        color: #2f2f2f;
    }

    .policy-block p {
        color: #555;
    }
