.page-index-review-one88 {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

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

.page-index-review-one88__section {
  padding: 60px 0;
  margin-bottom: 20px;
}

.page-index-review-one88__section:nth-child(even) {
  background-color: #f1f1f1;
}

.page-index-review-one88__section-title {
  font-size: 36px;
  color: var(--primary-color, #8B0000);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-review-one88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: var(--secondary-color, #FFD700);
  border-radius: 2px;
}

.page-index-review-one88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #FFD700, #8B0000); /* Fallback for transparency */
  color: #ffffff;
}

.page-index-review-one88__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-one88__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

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

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

.page-index-review-one88__hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-one88__hero-description {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #EEEEEE;
}

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

.page-index-review-one88__cta-button:hover {
  background: var(--primary-color, #8B0000);
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-one88__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-one88__product-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-index-review-one88__product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88__product-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-index-review-one88__product-title {
  font-size: 24px;
  color: var(--primary-color, #8B0000);
  margin: 15px 15px 10px 15px;
}

.page-index-review-one88__product-description {
  font-size: 16px;
  color: #555555;
  padding: 0 15px;
  flex-grow: 1;
}

.page-index-review-one88__card-button {
  display: inline-block;
  padding: 10px 25px;
  background: var(--secondary-color, #FFD700);
  color: var(--primary-color, #8B0000);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.page-index-review-one88__card-button:hover {
  background: var(--primary-color, #8B0000);
  color: #FFFFFF;
}

.page-index-review-one88__advantage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-review-one88__advantage-item {
  background: #ffffff;
  border-left: 5px solid var(--secondary-color, #FFD700);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.page-index-review-one88__advantage-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-one88__advantage-title {
  font-size: 22px;
  color: var(--primary-color, #8B0000);
  margin-bottom: 15px;
}

.page-index-review-one88__advantage-item p {
  color: #555555;
}

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

.page-index-review-one88__registration ol {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
}

.page-index-review-one88__registration li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  padding-left: 60px;
  position: relative;
  font-size: 18px;
  color: #333333;
}

.page-index-review-one88__registration li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--secondary-color, #FFD700);
  color: var(--primary-color, #8B0000);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88__registration strong {
  color: var(--primary-color, #8B0000);
}

.page-index-review-one88__faq-list {
  margin-top: 40px;
}

/* FAQ default state - answer hidden */
.faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 18px;
  color: var(--primary-color, #8B0000);
}

.faq-toggle {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-color, #8B0000);
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 15px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #555555;
}

/* FAQ expanded state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px;
  border-top: 1px solid #e0e0e0;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  content: '−';
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-review-one88__hero-title {
    font-size: 40px;
  }
  .page-index-review-one88__section-title {
    font-size: 30px;
  }
  .page-index-review-one88__product-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-review-one88__hero-section {
    padding: 40px 15px;
  }
  .page-index-review-one88__hero-title {
    font-size: 32px;
  }
  .page-index-review-one88__hero-description {
    font-size: 16px;
  }
  .page-index-review-one88__cta-button {
    padding: 12px 30px;
    font-size: 16px;
  }
  .page-index-review-one88__section {
    padding: 40px 0;
  }
  .page-index-review-one88__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page-index-review-one88__product-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-one88__advantage-grid {
    grid-template-columns: 1fr;
  }
  .page-index-review-one88__registration li {
    padding-left: 50px;
    font-size: 16px;
  }
  .page-index-review-one88__registration li::before {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .faq-question {
    padding: 12px;
  }
  .faq-question h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .page-index-review-one88__hero-title {
    font-size: 28px;
  }
  .page-index-review-one88__hero-description {
    font-size: 14px;
  }
  .page-index-review-one88__section-title {
    font-size: 24px;
  }
  .page-index-review-one88__cta-button {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .page-index-review-one88__product-title {
    font-size: 20px;
  }
  .page-index-review-one88__advantage-title {
    font-size: 18px;
  }
}