.page-brand-reviews-g88-user-interface {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-brand-reviews-g88-user-interface__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-brand-reviews-g88-user-interface__hero {
  background: linear-gradient(135deg, #1A237E 0%, #3949AB 100%); /* Darker blue to lighter blue */
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-brand-reviews-g88-user-interface__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_pattern,geometric,subtle]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-brand-reviews-g88-user-interface__hero > div {
  position: relative;
  z-index: 1;
}

.page-brand-reviews-g88-user-interface__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: 700;
  color: #FFC107;
}

.page-brand-reviews-g88-user-interface__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  font-weight: 300;
}

.page-brand-reviews-g88-user-interface__button {
  display: inline-block;
  background-color: #FFC107;
  color: #1A237E;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-brand-reviews-g88-user-interface__button:hover {
  background-color: #e5ac00;
  transform: translateY(-3px);
}

.page-brand-reviews-g88-user-interface__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-brand-reviews-g88-user-interface__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-brand-reviews-g88-user-interface__section:last-of-type {
  border-bottom: none;
}

.page-brand-reviews-g88-user-interface__section-title {
  font-size: 2.5em;
  color: #1A237E;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-brand-reviews-g88-user-interface__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFC107;
  border-radius: 2px;
}

.page-brand-reviews-g88-user-interface__sub-section-title {
  font-size: 1.8em;
  color: #1A237E;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFC107;
  padding-left: 15px;
}

.page-brand-reviews-g88-user-interface__section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
}

.page-brand-reviews-g88-user-interface__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-brand-reviews-g88-user-interface__call-to-action {
  text-align: center;
  background-color: #f0f0f0;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-brand-reviews-g88-user-interface__call-to-action p {
  font-size: 1.3em;
  color: #1A237E;
  margin-bottom: 25px;
  font-weight: 600;
}

.page-brand-reviews-g88-user-interface__comparison ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-brand-reviews-g88-user-interface__comparison ul li {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #1A237E;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
  font-size: 1.1em;
  color: #333;
}

.page-brand-reviews-g88-user-interface__comparison ul li strong {
  color: #1A237E;
}

.page-brand-reviews-g88-user-interface__conclusion {
  background-color: #e3f2fd; /* Light blue background for conclusion */
  padding: 80px 0;
}

.page-brand-reviews-g88-user-interface__final-cta {
  background-color: #1A237E;
  color: #fff;
  padding: 50px 20px;
  border-radius: 10px;
}

.page-brand-reviews-g88-user-interface__final-cta p {
  color: #fff;
  font-size: 1.5em;
}

@media (max-width: 768px) {
  .page-brand-reviews-g88-user-interface__title {
    font-size: 2.5em;
  }

  .page-brand-reviews-g88-user-interface__subtitle {
    font-size: 1.2em;
  }

  .page-brand-reviews-g88-user-interface__section-title {
    font-size: 2em;
  }

  .page-brand-reviews-g88-user-interface__sub-section-title {
    font-size: 1.5em;
  }

  .page-brand-reviews-g88-user-interface__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-brand-reviews-g88-user-interface__button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-brand-reviews-g88-user-interface__title {
    font-size: 2em;
  }

  .page-brand-reviews-g88-user-interface__subtitle {
    font-size: 1em;
  }

  .page-brand-reviews-g88-user-interface__section-title {
    font-size: 1.8em;
  }

  .page-brand-reviews-g88-user-interface__sub-section-title {
    font-size: 1.3em;
  }

  .page-brand-reviews-g88-user-interface__call-to-action p {
    font-size: 1.1em;
  }
}