.page-resources-okvip-safe-download-guide {
  --primary-color: #0A2463;
  --secondary-color: #E0B34D;
  --text-light: #ffffff;
  --text-dark: #333333;
  --background-dark: #1a1a2e;
  --background-light: #f8f9fa;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Body background is dark, so text is light */
  padding-top: 120px; /* Space for fixed header on desktop */
}

.page-resources-okvip-safe-download-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-okvip-safe-download-guide__dark-bg {
  background-color: var(--background-dark);
  color: var(--text-light);
}

.page-resources-okvip-safe-download-guide__light-bg {
  background-color: var(--background-light);
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__hero-section {
  text-align: center;
  padding: 80px 20px;
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('[GALLERY:hero:okvip_safe_download_banner,platform_security,background]');
  background-size: cover;
  background-position: center;
  border-bottom: 5px solid var(--secondary-color);
  color: var(--text-light);
}

.page-resources-okvip-safe-download-guide__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-okvip-safe-download-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-okvip-safe-download-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-okvip-safe-download-guide__cta-button {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-okvip-safe-download-guide__btn-primary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.page-resources-okvip-safe-download-guide__btn-primary:hover {
  background-color: #c9a242;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-okvip-safe-download-guide__btn-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-resources-okvip-safe-download-guide__btn-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-okvip-safe-download-guide__section-title {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  color: inherit;
}

.page-resources-okvip-safe-download-guide__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: inherit;
}

.page-resources-okvip-safe-download-guide__content-section {
  padding: 60px 0;
}

.page-resources-okvip-safe-download-guide__content-section .page-resources-okvip-safe-download-guide__container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-okvip-safe-download-guide__content-section p {
  margin-bottom: 20px;
  font-size: 1.05em;
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__content-section a {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-okvip-safe-download-guide__content-section a:hover {
  color: var(--secondary-color);
}

.page-resources-okvip-safe-download-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-okvip-safe-download-guide__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-okvip-safe-download-guide__feature-icon {
  width: 150px; /* Larger icon size */
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-okvip-safe-download-guide__feature-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-okvip-safe-download-guide__steps-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-okvip-safe-download-guide__steps-section .page-resources-okvip-safe-download-guide__container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: var(--primary-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-okvip-safe-download-guide__steps-section .page-resources-okvip-safe-download-guide__section-title {
  color: var(--secondary-color);
}

.page-resources-okvip-safe-download-guide__steps-section .page-resources-okvip-safe-download-guide__section-description {
  color: var(--text-light);
}

.page-resources-okvip-safe-download-guide__step-card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-okvip-safe-download-guide__step-card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__card-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--primary-color);
  text-align: center;
}

.page-resources-okvip-safe-download-guide__card-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  display: block;
}

.page-resources-okvip-safe-download-guide__step-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__step-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-okvip-safe-download-guide__step-list strong {
  color: var(--primary-color);
}

.page-resources-okvip-safe-download-guide__step-card a {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-okvip-safe-download-guide__step-card a:hover {
  color: var(--secondary-color);
}

.page-resources-okvip-safe-download-guide__centered-cta {
  margin-top: 40px;
  text-align: center;
}

.page-resources-okvip-safe-download-guide__register-section {
  padding: 60px 0;
}

.page-resources-okvip-safe-download-guide__register-section .page-resources-okvip-safe-download-guide__container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-okvip-safe-download-guide__register-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  margin-top: 40px;
}

.page-resources-okvip-safe-download-guide__register-text {
  flex: 1;
  min-width: 300px;
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__register-text p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-resources-okvip-safe-download-guide__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.page-resources-okvip-safe-download-guide__bullet-list {
  list-style-type: disc;
  padding-left: 25px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__bullet-list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-okvip-safe-download-guide__register-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-resources-okvip-safe-download-guide__register-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-okvip-safe-download-guide__tips-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-okvip-safe-download-guide__tips-section .page-resources-okvip-safe-download-guide__container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: var(--primary-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-okvip-safe-download-guide__tips-section .page-resources-okvip-safe-download-guide__section-title {
  color: var(--secondary-color);
}

.page-resources-okvip-safe-download-guide__tips-section .page-resources-okvip-safe-download-guide__section-description {
  color: var(--text-light);
}

.page-resources-okvip-safe-download-guide__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-okvip-safe-download-guide__tip-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: var(--text-light);
  transition: background-color 0.3s ease;
}

.page-resources-okvip-safe-download-guide__tip-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-resources-okvip-safe-download-guide__tip-icon {
  width: 120px; /* Larger icon size */
  height: auto;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-okvip-safe-download-guide__tip-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--secondary-color);
}

.page-resources-okvip-safe-download-guide__tip-item p {
  font-size: 1em;
}

.page-resources-okvip-safe-download-guide__faq-section {
  padding: 60px 0;
}

.page-resources-okvip-safe-download-guide__faq-section .page-resources-okvip-safe-download-guide__container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.page-resources-okvip-safe-download-guide__faq-section .page-resources-okvip-safe-download-guide__section-title,
.page-resources-okvip-safe-download-guide__faq-section .page-resources-okvip-safe-download-guide__section-description {
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__faq-list {
  margin-top: 40px;
}

/* FAQ容器样式 */
.page-resources-okvip-safe-download-guide__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

/* FAQ默认状态 - 答案隐藏 */
.page-resources-okvip-safe-download-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

/* FAQ展开状态 - 🚨 Sử dụng!important và đủ lớn max-height đảm bảo có thể mở rộng */
.page-resources-okvip-safe-download-guide__faq-item.active .page-resources-okvip-safe-download-guide__faq-answer {
  max-height: 2000px !important; /* 🚨 Sử dụng!important đảm bảo ưu tiên, giá trị đủ lớn để chứa mọi nội dung */
  padding: 20px 15px !important;
  opacity: 1;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
}

/* Vấn đề phong cách */
.page-resources-okvip-safe-download-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__faq-question:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.page-resources-okvip-safe-download-guide__faq-question:active {
  background: #eeeeee;
}

/* Vấn đề tiêu đề phong cách */
.page-resources-okvip-safe-download-guide__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none; /* Ngăn thẻ h3 chặn sự kiện nhấp */
}

/* Chuyển đổi biểu tượng */
.page-resources-okvip-safe-download-guide__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; /* Ngăn biểu tượng chặn sự kiện nhấp */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-okvip-safe-download-guide__faq-item.active .page-resources-okvip-safe-download-guide__faq-toggle {
  color: var(--primary-color);
  transform: rotate(180deg);
}

.page-resources-okvip-safe-download-guide__faq-answer p {
  color: var(--text-dark);
}

.page-resources-okvip-safe-download-guide__contact-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-okvip-safe-download-guide__contact-section .page-resources-okvip-safe-download-guide__container {
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  background-color: var(--primary-color);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-okvip-safe-download-guide__contact-section .page-resources-okvip-safe-download-guide__section-title {
  color: var(--secondary-color);
}

.page-resources-okvip-safe-download-guide__contact-section .page-resources-okvip-safe-download-guide__section-description {
  color: var(--text-light);
}

.page-resources-okvip-safe-download-guide__contact-info {
  margin-top: 30px;
  font-size: 1.1em;
  color: var(--text-light);
}

.page-resources-okvip-safe-download-guide__contact-info p {
  margin-bottom: 10px;
}

.page-resources-okvip-safe-download-guide__contact-info strong {
  color: var(--secondary-color);
}

/* Global image responsiveness */
.page-resources-okvip-safe-download-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive design */
@media (max-width: 992px) {
  .page-resources-okvip-safe-download-guide__main-title {
    font-size: 2.8em;
  }
  .page-resources-okvip-safe-download-guide__section-title {
    font-size: 2em;
  }
  .page-resources-okvip-safe-download-guide__hero-description,
  .page-resources-okvip-safe-download-guide__section-description,
  .page-resources-okvip-safe-download-guide__feature-item p,
  .page-resources-okvip-safe-download-guide__step-list li,
  .page-resources-okvip-safe-download-guide__bullet-list li,
  .page-resources-okvip-safe-download-guide__tip-item p,
  .page-resources-okvip-safe-download-guide__contact-info p {
    font-size: 1em;
  }
  .page-resources-okvip-safe-download-guide__feature-icon,
  .page-resources-okvip-safe-download-guide__tip-icon {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .page-resources-okvip-safe-download-guide {
    padding-top: 100px !important; /* Mobile space for fixed header */
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-okvip-safe-download-guide__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-okvip-safe-download-guide__hero-section {
    padding: 60px 15px;
  }
  .page-resources-okvip-safe-download-guide__main-title {
    font-size: 2.2em;
  }
  .page-resources-okvip-safe-download-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-okvip-safe-download-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-okvip-safe-download-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-resources-okvip-safe-download-guide__content-section,
  .page-resources-okvip-safe-download-guide__steps-section,
  .page-resources-okvip-safe-download-guide__register-section,
  .page-resources-okvip-safe-download-guide__tips-section,
  .page-resources-okvip-safe-download-guide__faq-section,
  .page-resources-okvip-safe-download-guide__contact-section {
    padding: 40px 0;
  }
  .page-resources-okvip-safe-download-guide__feature-grid,
  .page-resources-okvip-safe-download-guide__step-card-wrapper,
  .page-resources-okvip-safe-download-guide__tips-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-okvip-safe-download-guide__feature-item,
  .page-resources-okvip-safe-download-guide__step-card,
  .page-resources-okvip-safe-download-guide__tip-item {
    padding: 20px;
  }
  .page-resources-okvip-safe-download-guide__feature-icon,
  .page-resources-okvip-safe-download-guide__tip-icon {
    width: 80px;
  }
  .page-resources-okvip-safe-download-guide__card-title,
  .page-resources-okvip-safe-download-guide__feature-title,
  .page-resources-okvip-safe-download-guide__sub-title,
  .page-resources-okvip-safe-download-guide__tip-title {
    font-size: 1.3em;
  }
  .page-resources-okvip-safe-download-guide__register-content {
    flex-direction: column;
  }
  .page-resources-okvip-safe-download-guide__register-image-wrapper {
    order: -1; /* Image above text on mobile */
  }
  .page-resources-okvip-safe-download-guide__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-resources-okvip-safe-download-guide__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-resources-okvip-safe-download-guide__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-resources-okvip-safe-download-guide__faq-answer {
    padding: 0 15px;
  }
  .page-resources-okvip-safe-download-guide__faq-item.active .page-resources-okvip-safe-download-guide__faq-answer {
    padding: 15px !important;
  }
  .page-resources-okvip-safe-download-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-okvip-safe-download-guide__section,
  .page-resources-okvip-safe-download-guide__card,
  .page-resources-okvip-safe-download-guide__container,
  .page-resources-okvip-safe-download-guide__feature-item,
  .page-resources-okvip-safe-download-guide__step-card,
  .page-resources-okvip-safe-download-guide__register-content,
  .page-resources-okvip-safe-download-guide__register-text,
  .page-resources-okvip-safe-download-guide__register-image-wrapper,
  .page-resources-okvip-safe-download-guide__tips-grid,
  .page-resources-okvip-safe-download-guide__tip-item,
  .page-resources-okvip-safe-download-guide__faq-list,
  .page-resources-okvip-safe-download-guide__faq-item,
  .page-resources-okvip-safe-download-guide__contact-info {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
}