.elementor-1650 .elementor-element.elementor-element-6b7088e{--display:flex;}.elementor-1650 .elementor-element.elementor-element-29a190f{--display:flex;}.elementor-1650 .elementor-element.elementor-element-147bd76{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c822e5b */.privacy-hero {
    padding: 80px 0;
    /* Dải màu gradient chuẩn xanh thương hiệu VNPT */
    background: linear-gradient(135deg, #005baa 0%, #007bff 100%);
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.privacy-hero .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.privacy-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.privacy-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.privacy-hero h1 {
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.privacy-hero p {
    font-size: 16px;
    color: #e0f2fe;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 768px) {
    .privacy-hero { padding: 50px 0; }
    .privacy-hero h1 { font-size: 28px; }
    .privacy-hero p { font-size: 14.5px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da22590 *//* ==========================================================================
   SECTION 2: CHI TIẾT ĐIỀU KHOẢN BẢO MẬT (CĂN GIỮA TOÀN BỘ)
   ========================================================================== */
.privacy-body {
    padding: 80px 0;
    background-color: #f8fafc;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.privacy-body .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Lưới chia cột */
.privacy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Thẻ bài viết - Chuyển sang Flexbox hướng dọc để căn giữa linh hoạt */
.privacy-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 91, 170, 0.02);
    display: flex;
    flex-direction: column;
    align-items: center;    /* Căn giữa tất cả các phần tử khối con */
    text-align: center;     /* Căn giữa toàn bộ văn bản */
}

/* Thẻ thứ 3 chiếm trọn 2 cột trên PC */
.privacy-card.full-width {
    grid-column: span 2;
}

/* Vòng tròn số thứ tự đưa vào chính giữa phía trên tiêu đề */
.privacy-card .card-num {
    font-size: 14px;
    font-weight: 800;
    color: #005baa; /* Màu xanh VNPT */
    background: #e0f2fe;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; /* Tạo khoảng cách với tiêu đề bên dưới */
}

/* Tiêu đề mục nhỏ */
.privacy-card h3 {
    font-size: 20px;
    color: #0f172a;
    font-weight: 700;
    margin: 0 0 15px 0;
}

/* Các đoạn văn miêu tả */
.privacy-card p {
    font-size: 15px;
    color: #475569;
    line-height: 1.6;
    margin: 0 0 12px 0;
    max-width: 550px; /* Giới hạn độ rộng để chữ ngắt dòng đẹp mắt khi căn giữa */
}

.privacy-card p:last-child {
    margin-bottom: 0;
}

.privacy-card p strong {
    color: #005baa;
}

/* ==========================================================================
   DANH SÁCH CAM KẾT (CĂN GIỮA ĐỐI XỨNG)
   ========================================================================== */
.commit-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Đưa toàn bộ các dòng list về giữa */
}

.commit-list li {
    font-size: 15px;
    color: #334155;
    margin-bottom: 16px;
    line-height: 1.6;
    max-width: 650px;
    text-align: center; /* Giữ chữ của từng dòng nằm ở trung tâm */
}

/* Hiển thị icon bảo vệ ngay phía trên hoặc trước cụm chữ đậm */
.commit-list li::before {
    content: "🛡️ ";
    margin-right: 4px;
}

.commit-list li strong {
    color: #0f172a;
}

.commit-list li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   RESPONSIVE (Tối ưu mượt mà trên Mobile)
   ========================================================================== */
@media (max-width: 992px) {
    .privacy-grid { 
        grid-template-columns: 1fr; /* Rớt thành 1 cột đứng dọc */
    }
    .privacy-card.full-width { 
        grid-column: span 1; 
    }
    .privacy-body { 
        padding: 50px 0; 
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ccb19a */.privacy-footer-info {
    padding: 60px 0;
    background-color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.privacy-footer-info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.privacy-footer-info .info-box {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: #f0fdf4; /* Màu nền xanh lá nhạt tạo cảm giác an toàn, bảo mật */
    border: 1px dashed #bbf7d0;
    padding: 40px 30px;
    border-radius: 16px;
}
.privacy-footer-info .info-box h3 {
    font-size: 22px;
    color: #166534;
    margin: 0 0 15px 0;
    font-weight: 700;
}
.privacy-footer-info .info-box p {
    font-size: 15px;
    color: #14532d;
    line-height: 1.6;
    margin-bottom: 25px;
}
.privacy-footer-info .info-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.privacy-footer-info .info-line {
    font-size: 15px;
    color: #1f2937;
}
.privacy-footer-info .info-line strong {
    color: #005baa; /* Điểm nhấn xanh VNPT */
}
@media (max-width: 768px) {
    .privacy-footer-info { padding: 40px 0; }
    .privacy-footer-info .info-box { padding: 30px 20px; }
    .privacy-footer-info .info-box h3 { font-size: 19px; }
}/* End custom CSS */