/* Policy Pages Styles - Light Mode Only */
.policy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 80px 20px; /* Extra bottom padding for footer */
    line-height: 1.6;
    /*background-color: #f8fafc;*/
    min-height: 100vh;
}

.policy-content {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

.policy-content h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    text-align: center;
}

.policy-content .effective-date {
    text-align: center;
    color: #718096;
    font-size: 0.9rem;
    margin-bottom: 32px;
    font-style: italic;
}

.policy-content .intro {
    font-size: 1.1rem;
    color: #2d3748;
    margin-bottom: 32px;
    padding: 20px;
    background-color: #ebf8ff;
    border-left: 4px solid #3182ce;
    border-radius: 6px;
}

.policy-content section {
    margin-bottom: 32px;
}

.policy-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e2e8f0;
}

.policy-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
    margin: 20px 0 12px 0;
}

.policy-content p {
    color: #4a5568;
    margin-bottom: 16px;
    text-align: justify;
    font-size: 1rem;
}

.policy-content ul {
    margin: 16px 0;
    padding-left: 24px;
}

.policy-content li {
    color: #4a5568;
    margin-bottom: 8px;
    font-size: 1rem;
}

.policy-content strong {
    color: #1a202c;
    font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .policy-container {
        padding: 20px 15px 80px 15px;
    }

    .policy-content {
        padding: 24px 20px;
    }

    .policy-content h1 {
        font-size: 1.8rem;
    }

    .policy-content h2 {
        font-size: 1.3rem;
    }

    .policy-content .intro {
        padding: 16px;
        font-size: 1rem;
    }
}
