/* Policy Section Improvements */
.policy-section {
    padding: 2.5rem 0 3rem 0;
    background: #f9fafb;
}

.policy-content {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
    padding: 2.5rem 2rem;
    line-height: 1.9;
}

.policy-item + .policy-item {
    margin-top: 2.5rem;
}

.policy-item h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #0d9488;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.policy-item p {
    margin-bottom: 1.1rem;
    font-size: 1.08rem;
    color: #222;
}

.policy-item ul {
    padding-left: 1.5rem;
    margin-bottom: 1.1rem;
}

.policy-item li {
    margin-bottom: 0.6rem;
    font-size: 1.05rem;
    color: #444;
    line-height: 1.7;
}

@media (max-width: 600px) {
    .policy-content {
        padding: 1.2rem 0.5rem;
    }
    .policy-item h2 {
        font-size: 1.15rem;
    }
}
