/* Desktop Styles for Privacy Page (>= 1200px) */

.page-header {
    background-color: #0a1128;
    padding: 180px 0 80px;
    color: white;
    text-align: center;
    background-image: linear-gradient(135deg, rgba(10, 17, 40, 0.95), rgba(28, 46, 100, 0.9)), url('../../assets/images/20260127-110714.png');
    background-size: cover;
    background-position: center;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 15px;
    color: white;
}

.page-header .last-updated {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.9rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-section {
    padding: 80px 0 120px;
    background: #fff;
}

.policy-container {
    max-width: 800px;
    margin: 0 auto;
    background: white;
}

.policy-content h2 {
    font-size: 1.8rem;
    color: #0f172a;
    margin-top: 50px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f5f9;
}

.policy-content h2:first-child {
    margin-top: 0;
}

.policy-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 20px;
}

.policy-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
    list-style-type: disc;
}

.policy-content li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}

.policy-content li::marker {
    color: #cba174;
}

.contact-box {
    background: #f8f9fa;
    border-left: 4px solid #1e3a8a;
    padding: 30px;
    margin-top: 50px;
    border-radius: 0 8px 8px 0;
}

.contact-box h3 {
    margin: 0 0 15px 0;
    font-size: 1.3rem;
    color: #1e3a8a;
}

.contact-box p {
    margin: 0;
    font-size: 1rem;
}