.page-resources-789win-login-faq {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* body background is #121212 from shared.css */
}

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

.page-resources-789win-login-faq__hero-section {
  position: relative;
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-789win-login-faq__dark-bg {
  background-color: #017439; /* Brand main color as background */
  color: #ffffff; /* White text for dark background */
}

.page-resources-789win-login-faq__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}

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

.page-resources-789win-login-faq__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

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

.page-resources-789win-login-faq__btn-primary,
.page-resources-789win-login-faq__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;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-789win-login-faq__btn-primary {
  background-color: #B00000; /* Adjusted for contrast to meet WCAG AA */
  color: #ffffff; /* White text for contrast */
  border: 2px solid #B00000;
}

.page-resources-789win-login-faq__btn-primary:hover {
  background-color: #900000;
  transform: translateY(-3px);
}

.page-resources-789win-login-faq__btn-secondary {
  background-color: #ffffff;
  color: #017439; /* Brand main color for text */
  border: 2px solid #017439;
}

.page-resources-789win-login-faq__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-3px);
}

.page-resources-789win-login-faq__section {
  padding: 60px 0;
}

.page-resources-789win-login-faq__content-area {
  background-color: #121212; /* Match body background */
  color: #ffffff; /* White text for dark background */
}

.page-resources-789win-login-faq__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  text-align: center;
  color: #ffffff;
}

.page-resources-789win-login-faq__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #017439; /* Brand main color for sub-titles */
}

.page-resources-789win-login-faq__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #f0f0f0; /* Slightly off-white for body text */
}

.page-resources-789win-login-faq__paragraph a,
.page-resources-789win-login-faq__unordered-list a,
.page-resources-789win-login-faq__ordered-list a {
  color: #FFFF00; /* Yellow for links */
  text-decoration: underline;
}

.page-resources-789win-login-faq__paragraph a:hover,
.page-resources-789win-login-faq__unordered-list a:hover,
.page-resources-789win-login-faq__ordered-list a:hover {
  color: #E0E000;
}

.page-resources-789win-login-faq__highlight {
  color: #FFFF00; /* Highlighted text */
  font-weight: bold;
}

.page-resources-789win-login-faq__ordered-list,
.page-resources-789win-login-faq__unordered-list {
  margin-left: 25px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-789win-login-faq__ordered-list li,
.page-resources-789win-login-faq__unordered-list li {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-resources-789win-login-faq__image-wrapper {
  margin: 30px auto;
  text-align: center;
}

.page-resources-789win-login-faq__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: block; /* Ensures max-width works as expected */
  margin: 0 auto; /* Center image */
}

.page-resources-789win-login-faq__image-wrapper--right {
  float: right;
  margin-left: 30px;
  width: 50%; /* Adjust width for desktop layout */
}

/* FAQ Section */
.page-resources-789win-login-faq__faq-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast with body */
  color: #ffffff;
}

.page-resources-789win-login-faq__faq-list {
  margin-top: 40px;
}

.page-resources-789win-login-faq__faq-item {
  background-color: #2a2a2a;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.page-resources-789win-login-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #017439; /* Brand main color for question header */
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-resources-789win-login-faq__faq-question:hover {
  background-color: #005f2c;
}

.page-resources-789win-login-faq__faq-title {
  margin: 0;
  color: inherit;
  font-size: 1em;
}

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

.page-resources-789win-login-faq__faq-item.active .page-resources-789win-login-faq__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

.page-resources-789win-login-faq__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background-color: #3a3a3a;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #e0e0e0;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-789win-login-faq__hero-title {
    font-size: 2.5em;
  }
  .page-resources-789win-login-faq__section-title {
    font-size: 2em;
  }
  .page-resources-789win-login-faq__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-789win-login-faq__hero-section {
    padding: 80px 0;
    min-height: 400px;
  }
  .page-resources-789win-login-faq__hero-title {
    font-size: 2em;
  }
  .page-resources-789win-login-faq__hero-description {
    font-size: 1em;
  }
  .page-resources-789win-login-faq__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-789win-login-faq__btn-primary,
  .page-resources-789win-login-faq__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }
  .page-resources-789win-login-faq__section {
    padding: 40px 0;
  }
  .page-resources-789win-login-faq__section-title {
    font-size: 1.8em;
  }
  .page-resources-789win-login-faq__sub-title {
    font-size: 1.4em;
  }
  .page-resources-789win-login-faq__paragraph {
    font-size: 1em;
  }
  .page-resources-789win-login-faq__image-wrapper--right {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* Mobile image and video responsive adaptation */
  .page-resources-789win-login-faq img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-789win-login-faq video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-789win-login-faq__section,
  .page-resources-789win-login-faq__card,
  .page-resources-789win-login-faq__container,
  .page-resources-789win-login-faq__video-section,
  .page-resources-789win-login-faq__video-container,
  .page-resources-789win-login-faq__video-wrapper,
  .page-resources-789win-login-faq__cta-buttons,
  .page-resources-789win-login-faq__button-group,
  .page-resources-789win-login-faq__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }
  .page-resources-789win-login-faq__video-section {
    padding-top: var(--header-offset, 120px) !important; /* Apply header offset for video section on mobile */
  }}