.page-resources-security-tips-789win-account {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Body background from shared.css */
}

.page-resources-security-tips-789win-account__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-security-tips-789win-account__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-resources-security-tips-789win-account__hero-section {
  position: relative;
  padding-top: 0; /* Handled by shared.css body padding-top */
  padding-bottom: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
}

.page-resources-security-tips-789win-account__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

.page-resources-security-tips-789win-account__hero-section .page-resources-security-tips-789win-account__container {
  position: relative;
  z-index: 1;
  padding-top: 80px; /* Adjust for visual spacing */
}

.page-resources-security-tips-789win-account__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-security-tips-789win-account__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-resources-security-tips-789win-account__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-security-tips-789win-account__btn-primary,
.page-resources-security-tips-789win-account__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;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-resources-security-tips-789win-account__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-security-tips-789win-account__btn-primary:hover {
  background-color: #d16b06;
  transform: translateY(-2px);
}

.page-resources-security-tips-789win-account__btn-secondary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-security-tips-789win-account__btn-secondary:hover {
  background-color: #1f8bc2;
  transform: translateY(-2px);
}

.page-resources-security-tips-789win-account__content-section {
  padding: 60px 0;
}

.page-resources-security-tips-789win-account__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

.page-resources-security-tips-789win-account__text-block {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-security-tips-789win-account__text-block h3 {
  color: #26A9E0;
  font-size: 1.8em;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-resources-security-tips-789win-account__text-block p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-security-tips-789win-account__text-block a {
  color: #26A9E0;
  text-decoration: underline;
}

.page-resources-security-tips-789win-account__text-block a:hover {
  color: #EA7C07;
}

.page-resources-security-tips-789win-account__image-inline {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-resources-security-tips-789win-account__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.page-resources-security-tips-789win-account__faq-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-resources-security-tips-789win-account__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  transition: color 0.3s ease;
}

.page-resources-security-tips-789win-account__faq-question:hover {
  color: #26A9E0;
}

.page-resources-security-tips-789win-account__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-security-tips-789win-account__faq-item.active .page-resources-security-tips-789win-account__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-security-tips-789win-account__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-security-tips-789win-account__faq-item.active .page-resources-security-tips-789win-account__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 20px;
}

.page-resources-security-tips-789win-account__faq-answer p {
  margin-bottom: 10px;
}

.page-resources-security-tips-789win-account__cta-buttons {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-security-tips-789win-account__hero-title {
    font-size: 2.8em;
  }

  .page-resources-security-tips-789win-account__hero-description {
    font-size: 1.1em;
  }

  .page-resources-security-tips-789win-account__section-title {
    font-size: 2em;
  }

  .page-resources-security-tips-789win-account__text-block h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-resources-security-tips-789win-account__hero-section {
    padding-top: 0 !important; /* Shared handles body padding */
    padding-bottom: 60px !important;
    min-height: 500px !important;
  }

  .page-resources-security-tips-789win-account__hero-section .page-resources-security-tips-789win-account__container {
    padding-top: 60px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-resources-security-tips-789win-account__hero-title {
    font-size: 2em !important;
    margin-bottom: 15px !important;
  }

  .page-resources-security-tips-789win-account__hero-description {
    font-size: 1em !important;
    margin-bottom: 30px !important;
  }

  .page-resources-security-tips-789win-account__hero-buttons {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* 通用图片与容器 */
  .page-resources-security-tips-789win-account img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-resources-security-tips-789win-account__container,
  .page-resources-security-tips-789win-account__content-section,
  .page-resources-security-tips-789win-account__text-block {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* 按钮与按钮容器 */
  .page-resources-security-tips-789win-account__btn-primary,
  .page-resources-security-tips-789win-account__btn-secondary,
  .page-resources-security-tips-789win-account a[class*="button"],
  .page-resources-security-tips-789win-account a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  
  .page-resources-security-tips-789win-account__cta-buttons,
  .page-resources-security-tips-789win-account__button-group,
  .page-resources-security-tips-789win-account__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    flex-direction: column !important; /* For vertical stacking of buttons */
    gap: 10px !important;
  }

  /* 其他内容模块 */
  .page-resources-security-tips-789win-account__section-title {
    font-size: 1.8em !important;
    margin-top: 40px !important;
    margin-bottom: 25px !important;
  }

  .page-resources-security-tips-789win-account__text-block {
    padding: 20px !important;
    margin-bottom: 20px !important;
  }

  .page-resources-security-tips-789win-account__text-block h3 {
    font-size: 1.4em !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }

  .page-resources-security-tips-789win-account__text-block p,
  .page-resources-security-tips-789win-account__faq-question,
  .page-resources-security-tips-789win-account__faq-answer p {
    font-size: 1em !important;
  }

  .page-resources-security-tips-789win-account__faq-question {
    padding: 15px !important;
  }

  .page-resources-security-tips-789win-account__faq-answer {
    padding: 0 15px !important;
  }

  .page-resources-security-tips-789win-account__faq-item.active .page-resources-security-tips-789win-account__faq-answer {
    padding: 10px 15px !important;
  }
}