.page-resources-ty-phu-88-account-security {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Default body background */
}

.page-resources-ty-phu-88-account-security__hero-section {
  position: relative;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #1a7bbd);
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
}

.page-resources-ty-phu-88-account-security__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-ty-phu-88-account-security__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-ty-phu-88-account-security__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #f0f0f0;
}

.page-resources-ty-phu-88-account-security__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-ty-phu-88-account-security__btn-primary,
.page-resources-ty-phu-88-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, transform 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  box-sizing: border-box;
}

.page-resources-ty-phu-88-account-security__btn-primary {
  background-color: #EA7C07; /* Orange for 'Login' related actions */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-ty-phu-88-account-security__btn-primary:hover {
  background-color: #d16b06;
  transform: translateY(-2px);
}

.page-resources-ty-phu-88-account-security__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-ty-phu-88-account-security__btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-ty-phu-88-account-security__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page-resources-ty-phu-88-account-security__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  filter: grayscale(50%); /* Allowed for background image to blend, not changing actual color */
}

.page-resources-ty-phu-88-account-security__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-resources-ty-phu-88-account-security__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-ty-phu-88-account-security__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-ty-phu-88-account-security__text-block a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-ty-phu-88-account-security__text-block a:hover {
  color: #1a7bbd;
}

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

.page-resources-ty-phu-88-account-security__card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #333333;
}

.page-resources-ty-phu-88-account-security__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-resources-ty-phu-88-account-security__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-ty-phu-88-account-security__checklist {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-ty-phu-88-account-security__checklist li {
  background: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2326A9E0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"%3e%3ccpath d="M22 11.08V12a10 10 0 1 1-5.93-8.93"%3e%3c/path%3e%3ccpolyline points="22 4 12 14.01 9 11.01"%3e%3c/polyline%3e%3c/svg%3e') no-repeat left 8px center;
  background-size: 20px;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-ty-phu-88-account-security__checklist li strong {
  color: #26A9E0;
}

.page-resources-ty-phu-88-account-security__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-ty-phu-88-account-security__faq-container {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-ty-phu-88-account-security__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-resources-ty-phu-88-account-security__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #f9f9f9;
  color: #333333;
  transition: background-color 0.3s ease;
}

.page-resources-ty-phu-88-account-security__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-ty-phu-88-account-security__faq-title {
  font-size: 1.2em;
  margin: 0;
  color: #26A9E0;
  font-weight: bold;
}

.page-resources-ty-phu-88-account-security__faq-toggle {
  font-size: 1.8em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-ty-phu-88-account-security__faq-item.active .page-resources-ty-phu-88-account-security__faq-toggle {
  transform: rotate(0deg);
}

.page-resources-ty-phu-88-account-security__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #333333;
}

.page-resources-ty-phu-88-account-security__faq-item.active .page-resources-ty-phu-88-account-security__faq-answer {
  max-height: 1000px !important; /* Ensure content is fully visible */
  padding: 15px 25px;
}

.page-resources-ty-phu-88-account-security__faq-answer p {
  margin: 0;
  padding-bottom: 10px;
}

.page-resources-ty-phu-88-account-security__faq-answer a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-ty-phu-88-account-security__faq-answer a:hover {
  color: #1a7bbd;
}

.page-resources-ty-phu-88-account-security__cta-section {
  text-align: center;
  margin-top: 50px;
}

.page-resources-ty-phu-88-account-security__btn-large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 10px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-ty-phu-88-account-security__hero-title {
    font-size: 2.8em;
  }
  .page-resources-ty-phu-88-account-security__hero-description {
    font-size: 1.1em;
  }
  .page-resources-ty-phu-88-account-security__section-title {
    font-size: 2em;
  }
  .page-resources-ty-phu-88-account-security__features-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-ty-phu-88-account-security__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-resources-ty-phu-88-account-security__hero-title {
    font-size: 2.2em;
  }
  .page-resources-ty-phu-88-account-security__hero-description {
    font-size: 1em;
  }
  .page-resources-ty-phu-88-account-security__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .page-resources-ty-phu-88-account-security__btn-primary,
  .page-resources-ty-phu-88-account-security__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-ty-phu-88-account-security__content-area {
    padding: 40px 15px;
  }
  .page-resources-ty-phu-88-account-security__section-title {
    font-size: 1.8em;
  }
  .page-resources-ty-phu-88-account-security__text-block,
  .page-resources-ty-phu-88-account-security__checklist li,
  .page-resources-ty-phu-88-account-security__card p,
  .page-resources-ty-phu-88-account-security__faq-answer p {
    font-size: 1em;
  }
  .page-resources-ty-phu-88-account-security__card {
    padding: 20px;
  }
  .page-resources-ty-phu-88-account-security__card-title {
    font-size: 1.3em;
  }
  .page-resources-ty-phu-88-account-security__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-resources-ty-phu-88-account-security__faq-question {
    padding: 15px 20px;
  }
  .page-resources-ty-phu-88-account-security__faq-title {
    font-size: 1.1em;
  }
  .page-resources-ty-phu-88-account-security__faq-answer {
    padding: 0 20px;
  }
  .page-resources-ty-phu-88-account-security__faq-item.active .page-resources-ty-phu-88-account-security__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-ty-phu-88-account-security__btn-large {
    font-size: 1.1em;
    padding: 15px 30px;
  }
  /* Ensure all containers are responsive and prevent overflow */
  .page-resources-ty-phu-88-account-security__section,
  .page-resources-ty-phu-88-account-security__card,
  .page-resources-ty-phu-88-account-security__container,
  .page-resources-ty-phu-88-account-security__cta-buttons,
  .page-resources-ty-phu-88-account-security__button-group,
  .page-resources-ty-phu-88-account-security__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-ty-phu-88-account-security__features-grid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-ty-phu-88-account-security__hero-title {
    font-size: 1.8em;
  }
  .page-resources-ty-phu-88-account-security__section-title {
    font-size: 1.5em;
  }
  .page-resources-ty-phu-88-account-security__btn-large {
    font-size: 1em;
    padding: 12px 25px;
  }
}