/* style/blog-security-privacy-deep-dive.css */
.page-blog-security-privacy-deep-dive {
  background-color: #08160F; /* Nền tối */
  color: #F2FFF6; /* Chữ sáng */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-security-privacy-deep-dive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px; /* body đã có padding-top, chỉ cần 10px ở đây */
  overflow: hidden;
}

.page-blog-security-privacy-deep-dive__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-security-privacy-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-security-privacy-deep-dive__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

.page-blog-security-privacy-deep-dive__main-title {
  font-weight: bold;
  line-height: 1.2;
  color: #F2FFF6;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}

.page-blog-security-privacy-deep-dive__intro-text {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-security-privacy-deep-dive__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.page-blog-security-privacy-deep-dive__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-security-privacy-deep-dive__cta-button--centered {
  margin: 0 auto;
  display: block;
}

.page-blog-security-privacy-deep-dive__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-security-privacy-deep-dive__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-security-privacy-deep-dive__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-security-privacy-deep-dive__section-title {
  font-size: 2.2em;
  color: #F2FFF6;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-security-privacy-deep-dive__paragraph {
  font-size: 1em;
  color: #A7D9B8;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-security-privacy-deep-dive__feature-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E;
}

.page-blog-security-privacy-deep-dive__feature-block:nth-child(even) {
  flex-direction: row-reverse;
}

.page-blog-security-privacy-deep-dive__feature-image {
  width: 40%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-security-privacy-deep-dive__feature-content {
  width: 60%;
}

.page-blog-security-privacy-deep-dive__feature-title {
  font-size: 1.5em;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-security-privacy-deep-dive__info-block {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #2E7A4E;
}

.page-blog-security-privacy-deep-dive__info-title {
  font-size: 1.5em;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-security-privacy-deep-dive__responsibility-list {
  list-style: none;
  padding: 0;
}

.page-blog-security-privacy-deep-dive__list-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E;
}

.page-blog-security-privacy-deep-dive__list-title {
  font-size: 1.4em;
  color: #F2FFF6;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-security-privacy-deep-dive__faq-list {
  margin-top: 40px;
}

.page-blog-security-privacy-deep-dive__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-security-privacy-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #F2FFF6;
  font-weight: bold;
  font-size: 1.1em;
  user-select: none;
  list-style: none;
}

.page-blog-security-privacy-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-security-privacy-deep-dive__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-security-privacy-deep-dive__faq-item[open] .page-blog-security-privacy-deep-dive__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-security-privacy-deep-dive__faq-answer {
  padding: 0 20px 20px;
  color: #A7D9B8;
  font-size: 0.95em;
  line-height: 1.6;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-security-privacy-deep-dive__hero-section {
    padding: 10px 15px 30px;
  }

  .page-blog-security-privacy-deep-dive__main-title {
    font-size: 1.8em;
  }

  .page-blog-security-privacy-deep-dive__intro-text {
    font-size: 1em;
  }

  .page-blog-security-privacy-deep-dive__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-security-privacy-deep-dive__content-area {
    padding: 20px 15px;
  }

  .page-blog-security-privacy-deep-dive__section-title {
    font-size: 1.7em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-security-privacy-deep-dive__paragraph {
    font-size: 0.95em;
  }

  .page-blog-security-privacy-deep-dive__feature-block {
    flex-direction: column !important;
    gap: 20px;
    padding: 20px;
  }

  .page-blog-security-privacy-deep-dive__feature-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-security-privacy-deep-dive__feature-content {
    width: 100%;
  }

  .page-blog-security-privacy-deep-dive__feature-title,
  .page-blog-security-privacy-deep-dive__info-title,
  .page-blog-security-privacy-deep-dive__list-title {
    font-size: 1.3em;
  }

  .page-blog-security-privacy-deep-dive__info-block,
  .page-blog-security-privacy-deep-dive__list-item {
    padding: 20px;
  }

  .page-blog-security-privacy-deep-dive__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-blog-security-privacy-deep-dive__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9em;
  }

  /* Ensure all images are responsive */
  .page-blog-security-privacy-deep-dive img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* All containers with images/content */
  .page-blog-security-privacy-deep-dive__hero-image-wrapper,
  .page-blog-security-privacy-deep-dive__container,
  .page-blog-security-privacy-deep-dive__feature-block,
  .page-blog-security-privacy-deep-dive__info-block,
  .page-blog-security-privacy-deep-dive__list-item,
  .page-blog-security-privacy-deep-dive__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* padding-left: 15px; */ /* Removed from here as content-area handles it, and hero-image-wrapper shouldn't have it */
    /* padding-right: 15px; */
    overflow: hidden !important; /* Prevent content overflow */
  }
  
  /* Adjust padding for specific elements to avoid double padding */
  .page-blog-security-privacy-deep-dive__hero-image-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-blog-security-privacy-deep-dive__cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}