.page-resources-win678-link-faq {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: var(--background-color, #FFFFFF);
}

.page-resources-win678-link-faq__hero-section {
  position: relative;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px);
  background: linear-gradient(135deg, #26A9E0, #1a7bbd);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.page-resources-win678-link-faq__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-win678-link-faq__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-win678-link-faq__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-win678-link-faq__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-win678-link-faq__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  overflow: hidden;
}

.page-resources-win678-link-faq__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(50%);
}

.page-resources-win678-link-faq__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #333333;
  background: #ffffff;
}

.page-resources-win678-link-faq__container {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-win678-link-faq__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-resources-win678-link-faq__faq-list {
  margin-bottom: 60px;
}

.page-resources-win678-link-faq__faq-item {
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-win678-link-faq__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-resources-win678-link-faq__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-win678-link-faq__faq-item summary:hover {
  background-color: #f0f0f0;
}

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

.page-resources-win678-link-faq__faq-item[open] .page-resources-win678-link-faq__faq-toggle {
  transform: rotate(0deg);
}

.page-resources-win678-link-faq__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #555555;
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
}

.page-resources-win678-link-faq__faq-answer p {
  margin-bottom: 15px;
}

.page-resources-win678-link-faq__faq-answer p:last-child {
  margin-bottom: 0;
}

.page-resources-win678-link-faq__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.page-resources-win678-link-faq__game-list,
.page-resources-win678-link-faq__contact-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-resources-win678-link-faq__game-list li,
.page-resources-win678-link-faq__contact-list li {
  margin-bottom: 8px;
}

.page-resources-win678-link-faq__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-resources-win678-link-faq__card {
  background: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-win678-link-faq__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.page-resources-win678-link-faq__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-win678-link-faq__card-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-win678-link-faq__guide-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.page-resources-win678-link-faq__step-item {
  flex: 1 1 calc(33% - 20px);
  min-width: 280px;
  text-align: center;
  padding: 30px;
  background: #f0f8ff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.page-resources-win678-link-faq__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-win678-link-faq__step-title {
  font-size: 1.3em;
  color: #333333;
  margin-bottom: 10px;
}

.page-resources-win678-link-faq__step-description {
  color: #555555;
}

.page-resources-win678-link-faq__cta-section {
  background: #26A9E0;
  color: #ffffff;
  padding: 50px 30px;
  border-radius: 10px;
  text-align: center;
  margin-top: 40px;
}

.page-resources-win678-link-faq__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-win678-link-faq__cta-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-win678-link-faq__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.page-resources-win678-link-faq__btn-primary,
.page-resources-win678-link-faq__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-win678-link-faq__btn-primary {
  background: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-win678-link-faq__btn-primary:hover {
  background: #d66c06;
  border-color: #d66c06;
}

.page-resources-win678-link-faq__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-win678-link-faq__btn-secondary:hover {
  background: #e0f2ff;
  color: #1a7bbd;
  border-color: #1a7bbd;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-resources-win678-link-faq {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-win678-link-faq__hero-section {
    padding: 40px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-win678-link-faq__hero-title {
    font-size: 2em;
  }

  .page-resources-win678-link-faq__hero-description {
    font-size: 1em;
  }

  .page-resources-win678-link-faq__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-win678-link-faq__content-area {
    padding: 30px 15px;
  }

  .page-resources-win678-link-faq__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-win678-link-faq__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-resources-win678-link-faq__faq-answer {
    padding: 15px 20px;
  }

  .page-resources-win678-link-faq__benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-resources-win678-link-faq__card {
    padding: 25px;
  }

  .page-resources-win678-link-faq__guide-steps {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-win678-link-faq__step-item {
    flex: 1 1 100%;
    min-width: unset;
    padding: 25px;
  }

  .page-resources-win678-link-faq__cta-section {
    padding: 40px 20px;
  }

  .page-resources-win678-link-faq__cta-title {
    font-size: 2em;
  }

  .page-resources-win678-link-faq__cta-description {
    font-size: 1em;
  }

  .page-resources-win678-link-faq__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  /* Mobile image responsiveness */
  .page-resources-win678-link-faq img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-win678-link-faq__section,
  .page-resources-win678-link-faq__card,
  .page-resources-win678-link-faq__container,
  .page-resources-win678-link-faq__hero-section,
  .page-resources-win678-link-faq__faq-list,
  .page-resources-win678-link-faq__benefits-grid,
  .page-resources-win678-link-faq__guide-steps,
  .page-resources-win678-link-faq__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-win678-link-faq__btn-primary,
  .page-resources-win678-link-faq__btn-secondary,
  .page-resources-win678-link-faq a[class*="button"],
  .page-resources-win678-link-faq 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;
    padding-right: 15px;
  }

  .page-resources-win678-link-faq__cta-buttons,
  .page-resources-win678-link-faq__button-group,
  .page-resources-win678-link-faq__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0px;
    padding-right: 0px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
}