/* =============================================================================
   Privacy Policy Page Styles
   ============================================================================= */

.privacy-page {
    background: #F5F8FC;
    min-height: 100vh;
}

/* Privacy Section */
.privacy-section {
    padding: 60px 24px;
}

.privacy-section__inner {
    max-width: 800px;
    margin: 0 auto;
}

/* Header */
.privacy-header {
    text-align: center;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #C5D8F0;
}

.privacy-title {
    font-size: 2rem;
    font-weight: 700;
    color: #001A4D;
    margin: 0 0 12px;
    line-height: 1.3;
}

.privacy-updated {
    font-size: 0.9rem;
    color: #3A5070;
    margin: 0;
}

/* Content */
.privacy-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #1A2340;
}

.privacy-intro {
    font-size: 1.05rem;
    color: #1A2340;
    margin-bottom: 32px;
    padding: 20px 24px;
    background: #fff;
    border-radius: 8px;
    border-right: 3px solid #4169E1;
}

.privacy-content h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #001A4D;
    margin: 40px 0 20px;
    padding-top: 24px;
    border-top: 1px solid #E0E8F0;
}

.privacy-content h2:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.privacy-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #001A4D;
    margin: 24px 0 12px;
}

.privacy-content p {
    margin: 0 0 16px;
    text-align: right;
}

.privacy-content ul {
    margin: 0 0 20px;
    padding-right: 24px;
}

.privacy-content li {
    margin-bottom: 10px;
}

.privacy-content strong {
    color: #001A4D;
}

/* Links */
.privacy-content a {
    color: #4169E1;
    text-decoration: none;
    font-weight: 600;
}

.privacy-content a:hover {
    text-decoration: underline;
}

/* Contact List */
.privacy-contact-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.privacy-contact-list li {
    margin-bottom: 12px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    border-right: 3px solid #4169E1;
}

/* Responsive */
@media (max-width: 640px) {
    .privacy-section {
        padding: 40px 20px;
    }

    .privacy-title {
        font-size: 1.5rem;
    }

    .privacy-content h2 {
        font-size: 1.25rem;
    }

    .privacy-content h3 {
        font-size: 1.1rem;
    }

    .privacy-intro {
        font-size: 0.95rem;
    }
}
