.policy-content {
    padding: 100px 0 60px;
}
.policy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.policy-header {
    text-align: center;
    margin-bottom: 50px;
}
.policy-header h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c5f2d;
}
.policy-header p {
    color: #666;
    font-size: 16px;
}
.policy-section {
    margin-bottom: 40px;
}
.policy-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}
.policy-section h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px;
    color: #2c5f2d;
}
.policy-section p, .policy-section ul, .policy-section li {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
}
.policy-section ul {
    padding-left: 20px;
}
.policy-section li {
    margin-bottom: 8px;
}
.update-date {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
    color: #666;
}
.back-to-home {
    text-align: center;
    margin-top: 40px;
}