.page-blog-xwin-access-link-faq {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-xwin-access-link-faq__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
}

.page-blog-xwin-access-link-faq__hero-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: brightness(0.6);
}

.page-blog-xwin-access-link-faq__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  background: rgba(17, 39, 27, 0.7); /* Card B G with transparency */
  border-radius: 10px;
  margin-top: 80px;
}

.page-blog-xwin-access-link-faq__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-xwin-access-link-faq__intro-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-xwin-access-link-faq__section {
  padding: 60px 0;
  background-color: #08160F; /* Background */
}

.page-blog-xwin-access-link-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-xwin-access-link-faq__section-title {
  font-size: 2.5em;
  color: #57E38D; /* Glow */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-xwin-access-link-faq__content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}

.page-blog-xwin-access-link-faq__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-blog-xwin-access-link-faq__text-block {
  flex: 1;
}

.page-blog-xwin-access-link-faq__text-block p {
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-xwin-access-link-faq__list {
  list-style: none;
  padding: 0;
}

.page-blog-xwin-access-link-faq__list-item {
  background-color: #11271B; /* Card B G */
  border-left: 5px solid #2E7A4E; /* Border */
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-xwin-access-link-faq__list-title {
  font-size: 1.4em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
}

.page-blog-xwin-access-link-faq__image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-xwin-access-link-faq__image--right {
  order: 2;
}

.page-blog-xwin-access-link-faq__image--left {
  order: 1;
}

.page-blog-xwin-access-link-faq__image--center {
  display: block;
  margin: 40px auto 0 auto;
  max-width: 800px;
  width: 100%;
}

.page-blog-xwin-access-link-faq__faq-section {
  background-color: #08160F; /* Background */
}

.page-blog-xwin-access-link-faq__faq-list {
  margin-top: 30px;
}

.page-blog-xwin-access-link-faq__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-xwin-access-link-faq__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  transition: background-color 0.3s ease;
}

.page-blog-xwin-access-link-faq__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-xwin-access-link-faq__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-xwin-access-link-faq__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
}

.page-blog-xwin-access-link-faq__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-xwin-access-link-faq__cta-section {
  background-color: #11271B; /* Card B G */
  text-align: center;
}

.page-blog-xwin-access-link-faq__cta-container {
  padding: 40px;
  border-radius: 10px;
}

.page-blog-xwin-access-link-faq__cta-description {
  font-size: 1.2em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-xwin-access-link-faq__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-blog-xwin-access-link-faq__btn-primary,
.page-blog-xwin-access-link-faq__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-xwin-access-link-faq__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-blog-xwin-access-link-faq__btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.page-blog-xwin-access-link-faq__btn-secondary {
  background: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-xwin-access-link-faq__btn-secondary:hover {
  background: #57E38D;
  color: #08160F; /* Background */
  transform: translateY(-2px);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-xwin-access-link-faq {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-xwin-access-link-faq__hero-content {
    margin-top: 40px;
    padding: 15px;
  }

  .page-blog-xwin-access-link-faq__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-xwin-access-link-faq__section {
    padding: 40px 0;
  }

  .page-blog-xwin-access-link-faq__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-xwin-access-link-faq__content-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-xwin-access-link-faq__text-block,
  .page-blog-xwin-access-link-faq__image {
    max-width: 100%;
    width: 100%;
    order: unset;
  }

  .page-blog-xwin-access-link-faq__image--center {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-xwin-access-link-faq__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-xwin-access-link-faq__btn-primary,
  .page-blog-xwin-access-link-faq__btn-secondary {
    width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-xwin-access-link-faq img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-xwin-access-link-faq__section,
  .page-blog-xwin-access-link-faq__card,
  .page-blog-xwin-access-link-faq__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-xwin-access-link-faq__hero-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }
}