.page-index-review-vinwin {
  font-family: 'Arial', sans-serif;
  line-height: 1.7;
  color: #f0f0f0; /* Default light text on assumed dark body background */
  background-color: var(--dark-bg-1);
}

.page-index-review-vinwin__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-review-vinwin__section {
  padding: 60px 0;
  margin-bottom: 20px;
  background-color: var(--dark-bg-1);
  color: #f0f0f0;
}

.page-index-review-vinwin__section:nth-of-type(even) {
  background-color: var(--dark-bg-2);
}

.page-index-review-vinwin__main-title,
.page-index-review-vinwin__section-title {
  font-size: 38px;
  font-weight: bold;
  color: var(--primary-color-light);
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.page-index-review-vinwin__section-title strong {
  color: var(--secondary-color);
}

.page-index-review-vinwin__sub-title,
.page-index-review-vinwin__criteria-title,
.page-index-review-vinwin__card-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-index-review-vinwin__paragraph {
  font-size: 17px;
  margin-bottom: 15px;
  color: #cccccc;
}

.page-index-review-vinwin__paragraph strong {
  color: #ffffff;
}

.page-index-review-vinwin__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #cccccc;
}

.page-index-review-vinwin__list-item {
  font-size: 17px;
  margin-bottom: 8px;
  color: #cccccc;
}

.page-index-review-vinwin__list-item strong {
  color: #ffffff;
}

/* Hero Intro Section (Not the full HERO module) */
.page-index-review-vinwin__hero-intro-section {
  padding-top: 120px; /* Adjust for fixed header */
  padding-bottom: 60px;
  background: linear-gradient(135deg, var(--primary-color), #1a3a5a);
  text-align: center;
}

.page-index-review-vinwin__main-title {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 20px;
}

.page-index-review-vinwin__intro-text {
  font-size: 20px;
  color: #e0e0e0;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-index-review-vinwin__hero-image-wrapper {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-vinwin__cta-button {
  display: inline-block;
  padding: 16px 45px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap;
}

.page-index-review-vinwin__cta-button:hover {
  background: #ffc107;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-index-review-vinwin__cta-button--secondary {
  background: var(--primary-color-light);
  color: #ffffff;
  margin-top: 20px;
}

.page-index-review-vinwin__cta-button--secondary:hover {
  background: #2a527a;
}

/* Evaluation Criteria */
.page-index-review-vinwin__criteria-item {
  background-color: #1a3a5a; /* Slightly lighter dark background */
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 1px solid #2a527a;
}

.page-index-review-vinwin__criteria-title {
  color: var(--secondary-color);
  font-size: 22px;
  margin-top: 0;
}

.page-index-review-vinwin__image-container {
  margin: 25px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

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

/* Pros and Cons */
.page-index-review-vinwin__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.page-index-review-vinwin__card {
  background: #1a3a5a;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border: 1px solid #2a527a;
}

.page-index-review-vinwin__card-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.page-index-review-vinwin__card--pros .page-index-review-vinwin__card-title {
  color: #4CAF50; /* Green for pros */
}

.page-index-review-vinwin__card--cons .page-index-review-vinwin__card-title {
  color: #F44336; /* Red for cons */
}

.page-index-review-vinwin__card .page-index-review-vinwin__list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.page-index-review-vinwin__card .page-index-review-vinwin__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
}

.page-index-review-vinwin__card--pros .page-index-review-vinwin__list-item::before {
  content: '✔';
  color: #4CAF50;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-index-review-vinwin__card--cons .page-index-review-vinwin__list-item::before {
  content: '✖';
  color: #F44336;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* FAQ Section */
.page-index-review-vinwin__faq-section {
  background-color: var(--dark-bg-2);
  padding-bottom: 80px;
}

.page-index-review-vinwin__faq-list {
  margin-top: 30px;
}

.page-index-review-vinwin__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-index-review-vinwin__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 20px;
  opacity: 0;
  background: #1a3a5a;
  color: #cccccc;
  border-radius: 0 0 8px 8px;
}

.page-index-review-vinwin__faq-item.active .page-index-review-vinwin__faq-answer {
  max-height: 2000px !important;
  padding: 20px !important;
  opacity: 1;
}

.page-index-review-vinwin__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background: var(--primary-color);
  border: 1px solid #2a527a;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
}

.page-index-review-vinwin__faq-question:hover {
  background: #1a3a5a;
  border-color: #3a628a;
}

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

.page-index-review-vinwin__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: var(--secondary-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: 32px;
  height: 32px;
}

.page-index-review-vinwin__faq-item.active .page-index-review-vinwin__faq-toggle {
  color: #ffffff;
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-vinwin__main-title {
    font-size: 36px;
  }

  .page-index-review-vinwin__section-title {
    font-size: 32px;
  }

  .page-index-review-vinwin__sub-title,
  .page-index-review-vinwin__criteria-title,
  .page-index-review-vinwin__card-title {
    font-size: 22px;
  }

  .page-index-review-vinwin__paragraph,
  .page-index-review-vinwin__list-item {
    font-size: 16px;
  }

  .page-index-review-vinwin__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-index-review-vinwin {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .page-index-review-vinwin__hero-intro-section {
    padding-top: 100px !important; /* Mobile fixed header adjustment */
    padding-bottom: 40px;
  }

  .page-index-review-vinwin__section {
    padding: 40px 0;
  }

  .page-index-review-vinwin__container {
    padding: 0 15px;
  }

  .page-index-review-vinwin__main-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .page-index-review-vinwin__intro-text {
    font-size: 18px;
  }

  .page-index-review-vinwin__section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .page-index-review-vinwin__sub-title,
  .page-index-review-vinwin__criteria-title,
  .page-index-review-vinwin__card-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-index-review-vinwin__paragraph,
  .page-index-review-vinwin__list-item {
    font-size: 15px;
  }

  .page-index-review-vinwin__cta-button {
    padding: 14px 30px;
    font-size: 16px;
    white-space: normal;
    word-wrap: break-word;
  }

  .page-index-review-vinwin__criteria-item,
  .page-index-review-vinwin__card {
    padding: 20px;
  }

  .page-index-review-vinwin__faq-question {
    padding: 15px 20px;
  }

  .page-index-review-vinwin__faq-question h3 {
    font-size: 16px;
  }

  .page-index-review-vinwin__faq-toggle {
    font-size: 24px;
    width: 28px;
    height: 28px;
  }
  
  .page-index-review-vinwin img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-index-review-vinwin__section,
  .page-index-review-vinwin__card,
  .page-index-review-vinwin__container,
  .page-index-review-vinwin__hero-image-wrapper,
  .page-index-review-vinwin__image-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-index-review-vinwin__hero-intro-section .page-index-review-vinwin__container {
    padding-left: 0;
    padding-right: 0;
  }
}