/* Policy Page Styles */

.policy-section {
    padding: 60px 0;
    background: white;
}

.policy-section .container {
    max-width: 900px;
}

.policy-section h1 {
    font-size: 2.5rem;
    color: #667eea;
    margin-bottom: 10px;
    text-align: center;
}

.last-updated {
    text-align: center;
    color: #888;
    font-size: 0.95rem;
    margin-bottom: 40px;
}

.policy-section h2 {
    font-size: 1.8rem;
    color: #667eea;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #667eea;
    padding-bottom: 10px;
}

.policy-section h3 {
    font-size: 1.3rem;
    color: #333;
    margin-top: 25px;
    margin-bottom: 15px;
}

.policy-section p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 1rem;
}

.policy-section ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.policy-section ul li {
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}

.policy-section ul li strong {
    color: #333;
}

.policy-section a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s;
}

.policy-section a:hover {
    color: #764ba2;
    text-decoration: underline;
}

.navbar .logo a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.navbar .logo a:hover {
    opacity: 0.8;
}

/* Responsive */
@media (max-width: 768px) {
    .policy-section h1 {
        font-size: 1.8rem;
    }

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

    .policy-section h3 {
        font-size: 1.1rem;
    }

    .policy-section p,
    .policy-section ul li {
        font-size: 0.95rem;
    }
}
