/* ========================================
   Privacy Policy Page - Specific Styles
   ======================================== */

.privacy-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 100px 0 60px;
    text-align: center;
    border-bottom: 3px solid #00d4ff;
}

.privacy-hero h1 {
    font-size: 3rem;
    color: #00d4ff;
    margin-bottom: 1rem;
}

.privacy-hero p {
    font-size: 1.2rem;
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto;
}

.privacy-content {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 2rem;
}

.privacy-section {
    margin-bottom: 3rem;
    padding: 2rem;
    background: rgba(0, 212, 255, 0.05);
    border-left: 4px solid #00d4ff;
    border-radius: 8px;
}

.privacy-section h2 {
    color: #00d4ff;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.privacy-section h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.privacy-section p {
    color: #e0e0e0;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.privacy-section ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.privacy-section ul li {
    color: #e0e0e0;
    line-height: 1.8;
    margin-bottom: 0.5rem;
}

.privacy-section strong {
    color: #00d4ff;
    font-weight: 600;
}

.privacy-highlight {
    background: rgba(0, 212, 255, 0.1);
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 212, 255, 0.3);
    margin: 1.5rem 0;
}

.privacy-contact-box {
    background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 3rem;
    text-align: center;
}

.privacy-contact-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.privacy-contact-box p {
    margin-bottom: 1.5rem;
}

.privacy-contact-box a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.last-update {
    text-align: center;
    color: #888;
    font-style: italic;
    margin-top: 3rem;
}

/* ========================================
   Responsive Design
   ======================================== */

@media (max-width: 768px) {
    .privacy-hero h1 {
        font-size: 2rem;
    }
    
    .privacy-hero p {
        font-size: 1rem;
    }
    
    .privacy-content {
        margin: 40px auto;
        padding: 0 1rem;
    }
    
    .privacy-section {
        padding: 1.5rem;
    }
}
