/* policy.css */
.policy-page, .policy-wrap {
    padding: 60px 0;
    background: #f8fafc;
}

.policy-content, .wrap {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.policy-content h1, .wrap h1 {
    font-size: 2.2rem;
    color: #073269;
    margin-bottom: 10px;
    border-bottom: 3px solid #ff7f00;
    display: inline-block;
    padding-bottom: 5px;
}

.last-update, .update {
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 30px;
    font-style: italic;
}

.policy-content section, .wrap section {
    margin-bottom: 35px;
}

.policy-content h2, .wrap h2 {
    font-size: 1.4rem;
    color: #073269;
    margin-bottom: 15px;
    margin-top: 25px;
}

.policy-content h3, .wrap h3 {
    font-size: 1.1rem;
    color: #334155;
    margin-bottom: 10px;
    margin-top: 20px;
}

.policy-content p, .wrap p {
    color: #475569;
    line-height: 1.8;
    margin-bottom: 15px;
}

.policy-content ul, .wrap ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.policy-content li, .wrap li {
    color: #475569;
    margin-bottom: 8px;
    list-style-type: disc;
}

.contact-info, .contact-box {
    background: #f1f5f9;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #073269;
}

.contact-info p, .contact-box p {
    margin-bottom: 5px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .policy-content, .wrap {
        padding: 20px;
        margin: 0 15px;
    }
    
    .policy-content h1, .wrap h1 {
        font-size: 1.8rem;
    }
}
