/* ============================================
   POLICY PAGES STYLES (Privacy, Terms, Disclaimer)
   ============================================ */

.policy-page {
    background-color: #ffffff;
    padding: 4rem 0;
}

.policy-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
}

.policy-content h1 {
    font-size: 2.5rem;
    color: #111827;
    margin-bottom: 0.5rem;
    font-weight: 800;
}

.last-updated {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 3rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 2rem;
}

.policy-content section {
    margin-bottom: 2.5rem;
}

.policy-content h2 {
    font-size: 1.5rem;
    color: #111827;
    margin-bottom: 1rem;
    font-weight: 700;
}

.policy-content h3 {
    font-size: 1.15rem;
    color: #1f2937;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.policy-content p {
    color: #374151;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.policy-content ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
    color: #374151;
}

.policy-content li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.policy-content a {
    color: #1d4ed8;
    text-decoration: underline;
}

.policy-content a:hover {
    color: #1e40af;
    text-decoration: none;
}

/* Specific for Terms/Disclaimer */
.highlight-box {
    background-color: #fffbeb;
    border-left: 4px solid #f59e0b;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.highlight-box p {
    color: #92400e;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .policy-content h1 {
        font-size: 2rem;
    }

    .policy-content h2 {
        font-size: 1.35rem;
    }
}