/* style/privacy-policy.css */

/* Biến màu sắc */
:root {
    --primary-color: #007bff;
    --secondary-color: #28a745;
    --dark-bg-1: #0d0d0d; /* Giả định từ shared.css */
    --text-on-dark: #ffffff;
    --text-on-light: #333333;
    --light-bg-color: #f8f9fa;
    --border-color: #e0e0e0;
}

/* Đảm bảo nội dung không bị che bởi header cố định */
.page-privacy-policy__hero-banner {
    padding-top: 180px; /* Desktop: Điều chỉnh tùy theo chiều cao header */
    padding-bottom: 60px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-privacy-policy__content-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Nền tối cho hero banner */
.page-privacy-policy__dark-bg {
    background: linear-gradient(135deg, var(--primary-color), #0056b3); /* Sử dụng màu chủ đạo */
    color: var(--text-on-dark);
}

.page-privacy-policy__light-bg {
    background: var(--light-bg-color);
    color: var(--text-on-light);
}

.page-privacy-policy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-privacy-policy__main-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--text-on-dark);
}

.page-privacy-policy__description {
    font-size: 20px;
    line-height: 1.6;
    color: var(--text-on-dark);
    max-width: 800px;
    margin: 0 auto;
}

.page-privacy-policy__content-section h2 {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.page-privacy-policy__content-section h3 {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-on-light);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-privacy-policy__text-block p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: var(--text-on-light);
}

.page-privacy-policy__text-block ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: var(--text-on-light);
}

.page-privacy-policy__text-block li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: var(--text-on-light);
}

.page-privacy-policy__link {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.page-privacy-policy__link:hover {
    color: #0056b3;
}

.page-privacy-policy__image-full-width {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* FAQ Section Styles */
.page-privacy-policy__faq-section {
    margin-top: 60px;
    background: #ffffff; /* Nền trắng để nổi bật */
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-privacy-policy__faq-heading {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
}

.page-privacy-policy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-privacy-policy__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-privacy-policy__faq-item.active .page-privacy-policy__faq-answer {
  max-height: 2000px !important; /* Đảm bảo đủ lớn cho mọi nội dung */
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

.page-privacy-policy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-privacy-policy__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-privacy-policy__faq-question:active {
  background: #eeeeee;
}

.page-privacy-policy__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* Đảm bảo click vào toàn bộ question */
  color: var(--text-on-light);
}

.page-privacy-policy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-privacy-policy__faq-item.active .page-privacy-policy__faq-toggle {
  color: #333;
  transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-privacy-policy__hero-banner {
        padding-top: 160px !important; /* Mobile: Điều chỉnh tùy theo chiều cao header */
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-privacy-policy__content-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-privacy-policy__container {
        padding: 0 15px;
    }

    .page-privacy-policy__main-title {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .page-privacy-policy__description {
        font-size: 16px;
    }

    .page-privacy-policy__content-section h2 {
        font-size: 28px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-privacy-policy__content-section h3 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-privacy-policy__text-block p,
    .page-privacy-policy__text-block li {
        font-size: 15px;
        line-height: 1.6;
    }

    .page-privacy-policy__text-block ul {
        margin-left: 20px;
    }

    .page-privacy-policy__image-full-width {
        margin: 20px auto;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-privacy-policy__faq-section {
        padding: 25px 20px;
        margin-top: 40px;
    }

    .page-privacy-policy__faq-heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .page-privacy-policy__faq-question {
        padding: 15px;
        flex-wrap: wrap;
    }
    
    .page-privacy-policy__faq-question h3 {
        font-size: 15px;
        margin-bottom: 0;
        width: calc(100% - 40px);
    }
    
    .page-privacy-policy__faq-toggle {
        margin-left: 10px;
        width: 24px;
        height: 24px;
        font-size: 20px;
    }
    
    .page-privacy-policy__faq-answer {
        padding: 0 15px;
    }
    
    .page-privacy-policy__faq-item.active .page-privacy-policy__faq-answer {
        padding: 15px !important;
    }
    
    /* Ensure all image containers are responsive */
    .page-privacy-policy__section,
    .page-privacy-policy__card,
    .page-privacy-policy__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        /* padding-left and padding-right are handled by .page-privacy-policy__container */
    }
}

@media (max-width: 480px) {
    .page-privacy-policy__main-title {
        font-size: 30px;
    }

    .page-privacy-policy__content-section h2 {
        font-size: 24px;
    }

    .page-privacy-policy__content-section h3 {
        font-size: 18px;
    }
    
    .page-privacy-policy__faq-heading {
        font-size: 22px;
    }
}