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

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

.page-index-review-go88__hero {
  background: linear-gradient(135deg, #000080, #1a1a50);
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-review-go88__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-review-go88__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

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

.page-index-review-go88__main-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-review-go88__main-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-index-review-go88__main-title a:hover {
  text-decoration: underline;
}

.page-index-review-go88__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-index-review-go88__hero-description a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-index-review-go88__hero-description a:hover {
  text-decoration: underline;
}

.page-index-review-go88__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-index-review-go88__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #FFD700;
  color: #000080;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  border: none;
  cursor: pointer;
}

.page-index-review-go88__cta-button:hover {
  background: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
}

.page-index-review-go88__cta-button--secondary {
  background: #000080;
  color: #FFD700;
  border: 2px solid #FFD700;
  box-shadow: none;
}

.page-index-review-go88__cta-button--secondary:hover {
  background: #1a1a50;
  border-color: #e6c200;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 128, 0.4);
}

.page-index-review-go88__cta-button--large {
  padding: 18px 50px;
  font-size: 1.3em;
}

.page-index-review-go88__section {
  padding: 50px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-index-review-go88__section:last-of-type {
  border-bottom: none;
}

.page-index-review-go88__section-title {
  font-size: 2.2em;
  color: #000080;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-review-go88__sub-title {
  font-size: 1.6em;
  color: #000080;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-index-review-go88__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #444444;
  text-align: justify;
}

.page-index-review-go88__paragraph a,
.page-index-review-go88__list-item a,
.page-index-review-go88__text-link {
  color: #000080;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-review-go88__paragraph a:hover,
.page-index-review-go88__list-item a:hover,
.page-index-review-go88__text-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-index-review-go88__image-fullwidth {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-index-review-go88__list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-index-review-go88__list-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #444444;
}

.page-index-review-go88__list-item::before {
  content: '✓';
  color: #FFD700;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.page-index-review-go88__ordered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.page-index-review-go88__ordered-list .page-index-review-go88__list-item {
  padding-left: 0;
  margin-bottom: 10px;
}

.page-index-review-go88__ordered-list .page-index-review-go88__list-item::before {
  content: none;
}

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

.page-index-review-go88__card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}