.policy-hero {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #f2f6f3 0%, #ffffff 100%);
    text-align: center;
    border-bottom: 1px solid #e0e8e1;
}

.policy-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #4e7149;
}

.policy-subtitle {
    color: #444;
    margin-top: 10px;
    font-size: 1.1rem;
}

.policy-content {
    padding: 60px 0;
}

.policy-content h2 {
    font-size: 1.35rem;
    margin-top: 40px;
    margin-bottom: 14px;
    color: #4e7149;
}

.policy-content p {
    color: #444;
    line-height: 1.7;
    margin-bottom: 12px;
}
