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

.page-index-review-one88 h1,
.page-index-review-one88 h2,
.page-index-review-one88 h3 {
  color: #003366;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-review-one88 h1 {
  font-size: 3.2em;
  text-align: center;
  color: #003366;
  margin-bottom: 25px;
}

.page-index-review-one88 h2 {
  font-size: 2.5em;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
  margin-top: 40px;
  text-align: left;
}

.page-index-review-one88 h3 {
  font-size: 1.8em;
  color: #003366;
  margin-top: 30px;
}

.page-index-review-one88 p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #555555;
}

.page-index-review-one88 a {
  color: #003366;
  text-decoration: none;
}

.page-index-review-one88 a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-index-review-one88__hero-banner {
  background: linear-gradient(135deg, #003366 0%, #004488 100%);
  color: #ffffff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}

.page-index-review-one88__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-review-one88__hero-content h1 {
  color: #FFCC00;
  font-size: 3.8em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-one88__hero-content p {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-index-review-one88__hero-image-wrapper {
  width: 100%;
  max-width: 1000px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

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

.page-index-review-one88__cta-button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 18px 45px;
  border-radius: 8px;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

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

.page-index-review-one88__cta-button--large {
  padding: 22px 60px;
  font-size: 1.6em;
}

.page-index-review-one88__section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-index-review-one88__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  min-height: 300px;
}

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

.page-index-review-one88__product-card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

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

.page-index-review-one88__product-card h3 {
  font-size: 1.6em;
  margin-top: 0;
  margin-bottom: 10px;
  color: #003366;
}

.page-index-review-one88__product-card h3 a {
  color: #003366;
  text-decoration: none;
}

.page-index-review-one88__product-card h3 a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-index-review-one88__product-card p {
  font-size: 1em;
  color: #666666;
}

.page-index-review-one88__promo-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.page-index-review-one88__promo-list li {
  background-color: #f0f8ff;
  border: 1px solid #cceeff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: background-color 0.3s ease;
}

.page-index-review-one88__promo-list li:hover {
  background-color: #e0f2ff;
}

.page-index-review-one88__promo-icon {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-index-review-one88__promo-list h4 {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
}

.page-index-review-one88__promo-list h4 a {
  color: #003366;
  text-decoration: none;
}

.page-index-review-one88__promo-list h4 a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-index-review-one88__promo-list p {
  font-size: 0.95em;
  color: #444444;
}

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

.page-index-review-one88__step-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-index-review-one88__step-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
}

.page-index-review-one88__step-card h3 {
  font-size: 1.5em;
  color: #003366;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-index-review-one88__step-card h3 a {
  color: #003366;
  text-decoration: none;
}

.page-index-review-one88__step-card h3 a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-index-review-one88__faq-container {
  margin-top: 30px;
}

/* 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 20px;
  background: #003366;
  color: #ffffff;
  border: 1px solid #002244;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

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

.faq-question h3 {
  margin: 0;
  font-size: 1.25em;
  color: #ffffff;
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  transition: transform 0.3s ease;
  color: #FFCC00;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  padding: 0 20px;
  background: #f9f9f9;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 0 0 5px 5px;
}

.faq-answer p {
  padding: 15px 0;
  margin: 0;
  color: #444444;
  font-size: 1.05em;
}

/* FAQ active state */
.faq-item.active .faq-answer {
  max-height: 500px; /* Sufficient height to contain content */
  padding: 15px 20px;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: #ffffff;
}

.page-index-review-one88__conclusion h2 {
  text-align: center;
  color: #003366;
}

.page-index-review-one88__conclusion p {
  text-align: center;
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 30px auto;
}

.page-index-review-one88__conclusion .page-index-review-one88__cta-button {
  margin: 30px auto 0 auto;
  display: block;
  width: fit-content;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-review-one88__hero-content h1 {
    font-size: 3em;
  }
  .page-index-review-one88__hero-content p {
    font-size: 1.15em;
  }
  .page-index-review-one88 h1 {
    font-size: 2.8em;
  }
  .page-index-review-one88 h2 {
    font-size: 2.2em;
  }
  .page-index-review-one88 h3 {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-index-review-one88__hero-banner {
    padding: 60px 15px;
    flex-direction: column;
  }
  .page-index-review-one88__hero-content h1 {
    font-size: 2.5em;
  }
  .page-index-review-one88__hero-content p {
    font-size: 1em;
  }
  .page-index-review-one88__cta-button {
    padding: 15px 30px;
    font-size: 1.2em;
  }
  .page-index-review-one88__cta-button--large {
    padding: 18px 40px;
    font-size: 1.3em;
  }
  .page-index-review-one88 h1 {
    font-size: 2.2em;
  }
  .page-index-review-one88 h2 {
    font-size: 1.8em;
  }
  .page-index-review-one88 h3 {
    font-size: 1.4em;
  }
  .page-index-review-one88__section {
    padding: 20px 15px;
    margin: 30px auto;
  }
  .page-index-review-one88__product-grid,
  .page-index-review-one88__promo-list,
  .page-index-review-one88__process-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .faq-question {
    padding: 12px 15px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-toggle {
    font-size: 20px;
  }
  .faq-answer p {
    font-size: 0.95em;
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .page-index-review-one88__hero-content h1 {
    font-size: 2em;
  }
  .page-index-review-one88__hero-content p {
    font-size: 0.9em;
  }
  .page-index-review-one88__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
  .page-index-review-one88__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .page-index-review-one88 h1 {
    font-size: 1.8em;
  }
  .page-index-review-one88 h2 {
    font-size: 1.6em;
  }
  .page-index-review-one88 h3 {
    font-size: 1.2em;
  }
  .page-index-review-one88__product-card h3 {
    font-size: 1.4em;
  }
  .page-index-review-one88__promo-list h4 {
    font-size: 1.2em;
  }
  .page-index-review-one88__step-card h3 {
    font-size: 1.3em;
  }
}