/* Privacy Policy Styles */
.privacy-content {
    padding: 120px 0 80px;
    max-width: 800px;
    margin: 0 auto;
}

.privacy-content h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1f;
    margin-bottom: 16px;
    text-align: center;
}

.last-updated {
    text-align: center;
    color: #86868b;
    font-size: 16px;
    margin-bottom: 60px;
}

.privacy-section {
    margin-bottom: 40px;
}

.privacy-section h2 {
    font-size: 24px;
    font-weight: 600;
    color: #1d1d1f;
    margin-bottom: 16px;
    border-bottom: 2px solid #f5f5f7;
    padding-bottom: 8px;
}

.privacy-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #424245;
    margin-bottom: 16px;
}

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

.privacy-section li {
    font-size: 16px;
    line-height: 1.6;
    color: #424245;
    margin-bottom: 8px;
}

.privacy-section a {
    color: #007aff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-section a:hover {
    color: #5856d6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-content {
        padding: 100px 20px 60px;
    }
    
    .privacy-content h1 {
        font-size: 36px;
    }
    
    .privacy-section h2 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .privacy-content h1 {
        font-size: 28px;
    }
    
    .privacy-section h2 {
        font-size: 18px;
    }
}