/* style/resources-69vn-account-security.css */

:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --button-register: #C30808;
  --button-login: #C30808;
  --background-white: #FFFFFF;
  --font-yellow: #FFFF00;
}

.page-resources-69vn-account-security {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark);
  background-color: var(--background-white);
}

.page-resources-69vn-account-security__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-69vn-account-security__hero-section {
  position: relative;
  padding: 100px 0;
  padding-top: var(--header-offset, 120px);
  text-align: center;
  color: var(--text-light);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-69vn-account-security__dark-bg {
  background-color: var(--primary-color);
}

.page-resources-69vn-account-security__light-bg {
  background-color: var(--background-white);
}

.page-resources-69vn-account-security__hero-section .page-resources-69vn-account-security__container {
  position: relative;
  z-index: 2;
}

.page-resources-69vn-account-security__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  z-index: 1;
}

.page-resources-69vn-account-security__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: var(--text-light);
}

.page-resources-69vn-account-security__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-light);
}

.page-resources-69vn-account-security__btn-primary,
.page-resources-69vn-account-security__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-69vn-account-security__btn-primary {
  background-color: var(--button-login);
  color: var(--font-yellow);
  border: 2px solid var(--button-login);
}

.page-resources-69vn-account-security__btn-primary:hover {
  background-color: darken(var(--button-login), 10%);
  border-color: darken(var(--button-login), 10%);
}

.page-resources-69vn-account-security__btn-secondary {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.page-resources-69vn-account-security__btn-secondary:hover {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-69vn-account-security__content-area,
.page-resources-69vn-account-security__dark-section,
.page-resources-69vn-account-security__faq-section {
  padding: 80px 0;
}

.page-resources-69vn-account-security__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: var(--primary-color);
}

.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__section-title {
  color: var(--text-light);
}

.page-resources-69vn-account-security__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: var(--primary-color);
}

.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__sub-title {
  color: var(--text-light);
}

.page-resources-69vn-account-security__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__text-block {
  color: var(--text-light);
}

.page-resources-69vn-account-security__text-block a,
.page-resources-69vn-account-security__link-text {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__text-block a,
.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__link-text {
  color: var(--font-yellow);
}

.page-resources-69vn-account-security__list,
.page-resources-69vn-account-security__ordered-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-69vn-account-security__list li,
.page-resources-69vn-account-security__ordered-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: var(--text-dark);
}

.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__list li,
.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__ordered-list li {
  color: var(--text-light);
}

.page-resources-69vn-account-security__list-icon {
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 1.2em;
}

.page-resources-69vn-account-security__ordered-list li strong {
  color: var(--primary-color);
}

.page-resources-69vn-account-security__dark-section .page-resources-69vn-account-security__ordered-list li strong {
  color: var(--font-yellow);
}

.page-resources-69vn-account-security__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-69vn-account-security__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-69vn-account-security__feature-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  color: var(--text-light);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-69vn-account-security__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-69vn-account-security__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--font-yellow);
}

.page-resources-69vn-account-security__feature-description {
  font-size: 1em;
  color: var(--text-light);
}

.page-resources-69vn-account-security__faq-list {
  margin-top: 40px;
}

.page-resources-69vn-account-security__faq-item {
  background-color: var(--background-white);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-69vn-account-security__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  background-color: #f9f9f9;
  user-select: none;
  list-style: none; /* For details/summary native styling */
}

.page-resources-69vn-account-security__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-69vn-account-security__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.page-resources-69vn-account-security__faq-item[open] .page-resources-69vn-account-security__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-69vn-account-security__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: var(--text-dark);
  border-top: 1px solid #eee;
}

.page-resources-69vn-account-security__faq-answer p {
  margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-69vn-account-security__hero-title {
    font-size: 2.8em;
  }

  .page-resources-69vn-account-security__hero-description {
    font-size: 1.1em;
  }

  .page-resources-69vn-account-security__section-title {
    font-size: 2em;
  }

  .page-resources-69vn-account-security__sub-title {
    font-size: 1.6em;
  }

  .page-resources-69vn-account-security__feature-card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-resources-69vn-account-security {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-69vn-account-security__hero-section {
    padding: 80px 0;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-69vn-account-security__hero-title {
    font-size: 2.2em;
  }

  .page-resources-69vn-account-security__hero-description {
    font-size: 1em;
  }

  .page-resources-69vn-account-security__btn-primary,
  .page-resources-69vn-account-security__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px !important;
    margin-bottom: 10px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-69vn-account-security__btn-primary:last-child,
  .page-resources-69vn-account-security__btn-secondary:last-child {
    margin-bottom: 0;
  }

  .page-resources-69vn-account-security__content-area,
  .page-resources-69vn-account-security__dark-section,
  .page-resources-69vn-account-security__faq-section {
    padding: 40px 0;
  }

  .page-resources-69vn-account-security__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-69vn-account-security__section-title {
    font-size: 1.8em;
  }

  .page-resources-69vn-account-security__sub-title {
    font-size: 1.4em;
  }

  .page-resources-69vn-account-security__text-block,
  .page-resources-69vn-account-security__list li,
  .page-resources-69vn-account-security__ordered-list li,
  .page-resources-69vn-account-security__feature-description,
  .page-resources-69vn-account-security__faq-answer {
    font-size: 1em;
  }

  .page-resources-69vn-account-security__content-image,
  .page-resources-69vn-account-security__feature-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important; /* Ensure min size is kept */
    min-height: 200px !important; /* Ensure min size is kept */
  }

  .page-resources-69vn-account-security__feature-card {
    padding: 20px;
  }

  .page-resources-69vn-account-security__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-69vn-account-security__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-69vn-account-security__hero-title {
    font-size: 1.8em;
  }

  .page-resources-69vn-account-security__section-title {
    font-size: 1.6em;
  }

  .page-resources-69vn-account-security__sub-title {
    font-size: 1.2em;
  }

  .page-resources-69vn-account-security__features-grid {
    grid-template-columns: 1fr;
  }
}