.page-index-review-iwin-club {
  font-family: 'Arial', sans-serif;
  color: #f0f0f0; /* Default light text color for dark body background */
  background-color: var(--secondary-color); /* Matches body background */
  line-height: 1.6;
}

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

.page-index-review-iwin-club__highlight {
  color: var(--primary-color);
  font-weight: bold;
}

/* Fixed header padding */
.page-index-review-iwin-club__hero-section {
  padding-top: 180px; /* Adjust for fixed header */
}

@media (max-width: 768px) {
  .page-index-review-iwin-club__hero-section {
    padding-top: 140px; /* Adjust for fixed header on mobile */
  }
}

/* Hero Section */
.page-index-review-iwin-club__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  background: linear-gradient(135deg, var(--secondary-color), #333333);
  color: #ffffff;
}

.page-index-review-iwin-club__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-iwin-club__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-review-iwin-club__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-iwin-club__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-review-iwin-club__hero-title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-iwin-club__hero-description {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-iwin-club__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
}

.page-index-review-iwin-club__cta-button:hover {
  background: #c78c1a; /* Darker shade of primary color */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

/* Responsive Design for Hero */
@media (max-width: 1024px) {
  .page-index-review-iwin-club__hero-title {
    font-size: 36px;
  }
  .page-index-review-iwin-club__hero-description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .page-index-review-iwin-club__hero-section {
    padding: 40px 15px;
    padding-top: 140px; /* Adjust for fixed header on mobile */
  }
  .page-index-review-iwin-club__hero-image img {
    border-radius: 4px;
  }
  .page-index-review-iwin-club__hero-title {
    font-size: 28px;
  }
  .page-index-review-iwin-club__hero-description {
    font-size: 16px;
  }
  .page-index-review-iwin-club__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
}

/* General Section Styling */
.page-index-review-iwin-club__review-detail-section,
.page-index-review-iwin-club__intro-section,
.page-index-review-iwin-club__games-section,
.page-index-review-iwin-club__promotions-section,
.page-index-review-iwin-club__news-section,
.page-index-review-iwin-club__faq-section {
  padding: 60px 0;
  background-color: var(--secondary-color); /* Dark background for sections */
  color: #f0f0f0; /* Light text for dark background */
}

.page-index-review-iwin-club__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-review-iwin-club__sub-title {
  font-size: 28px;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-index-review-iwin-club__review-detail-section p,
.page-index-review-iwin-club__intro-section p,
.page-index-review-iwin-club__games-section p,
.page-index-review-iwin-club__promotions-section p,
.page-index-review-iwin-club__news-section p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-index-review-iwin-club__content-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-iwin-club__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-index-review-iwin-club__cta-button--large {
  padding: 18px 50px;
  font-size: 20px;
}

.page-index-review-iwin-club__inline-link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-iwin-club__inline-link:hover {
  color: #c78c1a;
  text-decoration: underline;
}

/* Intro Section */
.page-index-review-iwin-club__intro-content {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #1e1e1e; /* Slightly lighter dark background for card-like effect */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.page-index-review-iwin-club__intro-image {
  flex-shrink: 0;
  width: 400px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-review-iwin-club__intro-text h3 {
  color: #ffffff;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.page-index-review-iwin-club__intro-text ul {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #e0e0e0;
}

.page-index-review-iwin-club__intro-text li {
  margin-bottom: 8px;
  font-size: 16px;
}

@media (max-width: 992px) {
  .page-index-review-iwin-club__intro-content {
    flex-direction: column;
    text-align: center;
  }
  .page-index-review-iwin-club__intro-image {
    width: 100%;
    max-width: 600px;
  }
}

/* Games Section */
.page-index-review-iwin-club__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-review-iwin-club__game-card {
  background: #1e1e1e; /* Dark background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-index-review-iwin-club__game-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.page-index-review-iwin-club__game-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-index-review-iwin-club__game-text {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-index-review-iwin-club__cta-button--small {
  padding: 10px 25px;
  font-size: 15px;
}

/* Promotions Section */
.page-index-review-iwin-club__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-review-iwin-club__promotion-card {
  background: #1e1e1e; /* Dark background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-index-review-iwin-club__promotion-image {
  width: 100%;
  height: 180px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.page-index-review-iwin-club__promotion-title {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
}

.page-index-review-iwin-club__promotion-text {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* News Section */
.page-index-review-iwin-club__news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-review-iwin-club__news-card {
  background: #1e1e1e; /* Dark background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.page-index-review-iwin-club__news-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 20px;
}

.page-index-review-iwin-club__news-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-index-review-iwin-club__news-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-iwin-club__news-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.page-index-review-iwin-club__news-excerpt {
  font-size: 15px;
  color: #cccccc;
  margin-bottom: 15px;
  flex-grow: 1;
}

.page-index-review-iwin-club__read-more {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-index-review-iwin-club__read-more:hover {
  color: #c78c1a;
  text-decoration: underline;
}

/* FAQ Section */
.page-index-review-iwin-club__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-review-iwin-club__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.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 15px;
  opacity: 0;
}

.page-index-review-iwin-club__faq-item.active .page-index-review-iwin-club__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #1e1e1e; /* Darker background for answer */
  border-radius: 0 0 5px 5px;
  color: #e0e0e0;
}

.page-index-review-iwin-club__faq-answer p {
  color: #e0e0e0;
}

.page-index-review-iwin-club__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #2a2a2a; /* Slightly lighter dark background for question */
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  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: #333333;
  border-color: #4a4a4a;
}

.page-index-review-iwin-club__faq-question:active {
  background: #383838;
}

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

.page-index-review-iwin-club__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  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: 28px;
  height: 28px;
}

.page-index-review-iwin-club__faq-item.active .page-index-review-iwin-club__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .page-index-review-iwin-club__section-title {
    font-size: 28px;
  }
  .page-index-review-iwin-club__sub-title {
    font-size: 22px;
  }
  .page-index-review-iwin-club__review-detail-section p,
  .page-index-review-iwin-club__intro-section p,
  .page-index-review-iwin-club__games-section p,
  .page-index-review-iwin-club__promotions-section p,
  .page-index-review-iwin-club__news-section p {
    font-size: 15px;
  }
  .page-index-review-iwin-club__intro-content {
    padding: 20px;
  }
  .page-index-review-iwin-club__intro-image {
    margin-bottom: 20px;
  }
  .page-index-review-iwin-club__game-card,
  .page-index-review-iwin-club__promotion-card,
  .page-index-review-iwin-club__news-card {
    padding: 20px;
  }
  .page-index-review-iwin-club__game-title {
    font-size: 20px;
  }
  .page-index-review-iwin-club__promotion-title {
    font-size: 18px;
  }
  .page-index-review-iwin-club__news-title {
    font-size: 17px;
  }
  .page-index-review-iwin-club__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-index-review-iwin-club__faq-question h3 {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 40px);
  }
  .page-index-review-iwin-club__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-index-review-iwin-club__faq-answer {
    padding: 0 15px;
  }
  .page-index-review-iwin-club__faq-item.active .page-index-review-iwin-club__faq-answer {
    padding: 15px !important;
  }
}