.page-index-review-iwin-club {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Dark body background, so light text for main content */
  line-height: 1.7;
  background-color: #050505; /* Inherited from body, but explicitly set for clarity */
}

.page-index-review-iwin-club__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-review-iwin-club__intro-section {
  padding: 60px 0;
  padding-top: 120px; /* Desktop padding to clear fixed header */
  background: linear-gradient(135deg, #007bff, #0056b3); /* Dark blue gradient for intro */
  text-align: center;
  color: #ffffff;
}

.page-index-review-iwin-club__main-title {
  font-size: 3.2em;
  font-weight: bold;
  margin-bottom: 25px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-iwin-club__intro-text {
  font-size: 1.15em;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-iwin-club__highlight {
  color: #ffc107;
  font-weight: bold;
}

.page-index-review-iwin-club__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-index-review-iwin-club__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-index-review-iwin-club__cta-button--primary {
  background: #ffc107;
  color: #333333;
  border: 2px solid #ffc107;
}

.page-index-review-iwin-club__cta-button--primary:hover {
  background: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-index-review-iwin-club__cta-button--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-index-review-iwin-club__cta-button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.page-index-review-iwin-club__intro-image-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-review-iwin-club__intro-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-index-review-iwin-club__review-section {
  padding: 60px 0;
  background-color: #0d0d0d; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-index-review-iwin-club__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  color: #ffc107;
}

.page-index-review-iwin-club__review-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-index-review-iwin-club__review-card {
  background: #1a1a1a; /* Dark card background */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-iwin-club__review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
}

.page-index-review-iwin-club__card-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 20px;
}

.page-index-review-iwin-club__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistent card appearance */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-index-review-iwin-club__card-text {
  font-size: 1em;
  color: #e0e0e0;
  text-align: left;
}

.page-index-review-iwin-club__card-text a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-iwin-club__card-text a:hover {
  text-decoration: underline;
}

.page-index-review-iwin-club__conclusion-block {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.page-index-review-iwin-club__conclusion-block p {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-index-review-iwin-club__conclusion-block p a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-iwin-club__conclusion-block p a:hover {
  text-decoration: underline;
}

.page-index-review-iwin-club__cta-group--bottom {
  margin-top: 30px;
}

/* FAQ Section */
.page-index-review-iwin-club__faq-section {
  padding: 60px 0;
  background-color: #050505;
  color: #ffffff;
}

.page-index-review-iwin-club__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.page-index-review-iwin-club__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #1a1a1a; /* Dark background for questions */
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-iwin-club__faq-question:hover {
  background: #2a2a2a;
}

.page-index-review-iwin-club__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  pointer-events: none;
}

.page-index-review-iwin-club__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #007bff; /* Primary color for toggle */
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.page-index-review-iwin-club__faq-item.active .page-index-review-iwin-club__faq-toggle {
  color: #ffc107; /* Accent color when active */
  transform: rotate(45deg);
}

.page-index-review-iwin-club__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 25px;
  opacity: 0;
  background: #2a2a2a; /* Slightly darker background for answer */
  color: #e0e0e0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.page-index-review-iwin-club__faq-item.active .page-index-review-iwin-club__faq-answer {
  max-height: 2000px !important; /* Ensure content fully expands */
  padding: 20px 25px !important;
  opacity: 1;
}

.page-index-review-iwin-club__faq-answer p {
  margin-bottom: 10px;
}

.page-index-review-iwin-club__faq-answer p:last-child {
  margin-bottom: 0;
}

.page-index-review-iwin-club__faq-answer a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-iwin-club__faq-answer a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-index-review-iwin-club__main-title {
    font-size: 2.5em;
  }
  .page-index-review-iwin-club__intro-text {
    font-size: 1em;
  }
  .page-index-review-iwin-club__section-title {
    font-size: 2em;
  }
  .page-index-review-iwin-club__cta-group {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-review-iwin-club__cta-button {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .page-index-review-iwin-club__intro-section {
    padding-top: 100px !important; /* Mobile padding to clear fixed header */
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-review-iwin-club__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .page-index-review-iwin-club__intro-text {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-index-review-iwin-club__cta-group {
    gap: 10px;
    margin-bottom: 30px;
  }
  .page-index-review-iwin-club__cta-button {
    font-size: 1em;
    padding: 12px 20px;
    width: 100%;
  }
  .page-index-review-iwin-club__review-section,
  .page-index-review-iwin-club__faq-section {
    padding: 40px 0;
  }
  .page-index-review-iwin-club__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-review-iwin-club__review-card {
    padding: 20px;
  }
  .page-index-review-iwin-club__card-title {
    font-size: 1.4em;
  }
  .page-index-review-iwin-club__card-image {
    height: 180px;
  }
  .page-index-review-iwin-club__card-text {
    font-size: 0.9em;
  }
  .page-index-review-iwin-club__conclusion-block {
    padding: 30px 20px;
  }
  .page-index-review-iwin-club__conclusion-block p {
    font-size: 1em;
  }
  .page-index-review-iwin-club__faq-question {
    padding: 15px 20px;
  }
  .page-index-review-iwin-club__faq-question h3 {
    font-size: 1em;
  }
  .page-index-review-iwin-club__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }
  .page-index-review-iwin-club__faq-answer {
    padding: 0 20px;
  }
  .page-index-review-iwin-club__faq-item.active .page-index-review-iwin-club__faq-answer {
    padding: 15px 20px !important;
  }
  /* Mobile image responsive adaptations */
  .page-index-review-iwin-club img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-index-review-iwin-club__container,
  .page-index-review-iwin-club__intro-section,
  .page-index-review-iwin-club__review-section,
  .page-index-review-iwin-club__faq-section,
  .page-index-review-iwin-club__review-card,
  .page-index-review-iwin-club__conclusion-block,
  .page-index-review-iwin-club__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-review-iwin-club__cta-button {
    white-space: normal;
    word-wrap: break-word;
  }
}