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

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

.page-index-review-one88 .section-title {
  font-size: 36px;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  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: #28a745;
  border-radius: 2px;
}

.page-index-review-one88 p {
  font-size: 17px;
  margin-bottom: 15px;
  color: #555;
}

.page-index-review-one88 .cta-button {
  display: inline-block;
  padding: 14px 30px;
  background: #007bff;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
}

.page-index-review-one88 .cta-button:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-index-review-one88 .primary-button {
  background: #007bff;
}

.page-index-review-one88 .primary-button:hover {
  background: #0056b3;
}

.page-index-review-one88 .secondary-button {
  background: #28a745;
  margin-left: 15px;
}

.page-index-review-one88 .secondary-button:hover {
  background: #218838;
}

/* HERO Section */
.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 80px;
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #fff;
  overflow: hidden;
}

.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;
  z-index: 2;
}

.page-index-review-one88 .hero-image {
  width: 100%;
  max-width: 800px;
  margin-bottom: 30px;
}

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

.page-index-review-one88 .hero-content {
  text-align: center;
  width: 100%;
}

.page-index-review-one88 .hero-title {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-index-review-one88 .hero-description {
  font-size: 22px;
  margin-bottom: 40px;
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-one88 .hero-buttons .cta-button {
  margin: 0 10px;
  padding: 16px 40px;
  font-size: 19px;
}

/* Section Intro */
.page-index-review-one88 .section-intro {
  padding: 80px 0;
  background-color: #ffffff;
}

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

.page-index-review-one88 .intro-item {
  text-align: center;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-one88 .intro-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-index-review-one88 .intro-item h3 {
  font-size: 24px;
  color: #007bff;
  margin-bottom: 15px;
}

.page-index-review-one88 .intro-item p {
  font-size: 16px;
  color: #666;
}

/* Section Download App */
.page-index-review-one88 .section-download-app {
  padding: 80px 0;
  background-color: #f0f4f8;
}

.page-index-review-one88 .download-steps {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 50px;
}

.page-index-review-one88 .step-item {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  width: 100%;
  max-width: 450px;
  text-align: center;
}

.page-index-review-one88 .step-item h3 {
  font-size: 28px;
  color: #007bff;
  margin-bottom: 25px;
}

.page-index-review-one88 .step-image {
  width: 250px;
  height: auto;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-one88 .step-item ol {
  list-style: decimal;
  text-align: left;
  margin: 0 auto 30px;
  padding-left: 25px;
  max-width: 350px;
}

.page-index-review-one88 .step-item ol li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #444;
}

.page-index-review-one88 .step-item .small-button {
  padding: 12px 25px;
  font-size: 16px;
}

.page-index-review-one88 .note {
  text-align: center;
  font-style: italic;
  color: #777;
  margin-top: 40px;
  font-size: 15px;
}

/* Section Registration */
.page-index-review-one88 .section-registration {
  padding: 80px 0;
  background-color: #ffffff;
}

.page-index-review-one88 .registration-content {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
  flex-wrap: wrap;
}

.page-index-review-one88 .reg-text {
  flex: 1;
  min-width: 300px;
}

.page-index-review-one88 .reg-text h3 {
  font-size: 32px;
  color: #28a745;
  margin-bottom: 25px;
}

.page-index-review-one88 .reg-text ol {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-index-review-one88 .reg-text ol li {
  margin-bottom: 12px;
  font-size: 17px;
  color: #444;
}

.page-index-review-one88 .reg-image {
  flex: 1;
  min-width: 350px;
  text-align: center;
}