:root {
  --primary-color: #FFD700;
  --secondary-color: #8B0000;
  --text-light: #ffffff;
  --text-dark: #333333;
  --bg-dark: #000000;
  --bg-light: #f1f3f5;
  --border-color: #e0e0e0;
}

.page-index-review-hi88 {
  background-color: var(--bg-dark);
  color: var(--text-light);
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-index-review-hi88__intro-section {
  padding-top: 180px;
}

@media (max-width: 768px) {
  .page-index-review-hi88__intro-section {
    padding-top: 140px;
  }
}

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

.page-index-review-hi88__section-title {
  font-size: 36px;
  font-weight: bold;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-index-review-hi88__sub-title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-review-hi88__highlight {
  color: var(--primary-color);
  font-weight: bold;
}

.page-index-review-hi88__intro-section {
  text-align: center;
  padding-bottom: 60px;
  background: linear-gradient(135deg, var(--bg-dark), rgba(255, 215, 0, 0.1));
  color: var(--text-light);
}

.page-index-review-hi88__main-title {
  font-size: 48px;
  color: var(--primary-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-review-hi88__intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-review-hi88__intro-cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-index-review-hi88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 200px;
  text-align: center;
}

.page-index-review-hi88__cta-button--primary {
  background: var(--primary-color);
  color: var(--text-dark);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
}

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

.page-index-review-hi88__cta-button--secondary {
  background: var(--secondary-color);
  color: var(--text-light);
  border: 2px solid var(--secondary-color);
  box-shadow: 0 4px 15px rgba(139, 0, 0, 0.4);
}

.page-index-review-hi88__cta-button--secondary:hover {
  background: #a30000;
  border-color: #a30000;
  box-shadow: 0 6px 20px rgba(139, 0, 0, 0.6);
  transform: translateY(-2px);
}

.page-index-review-hi88__cta-button--small {
  padding: 10px 20px;
  font-size: 16px;
  min-width: unset;
  background: var(--primary-color);
  color: var(--text-dark);
}
.page-index-review-hi88__cta-button--small:hover {
  background: #e6c200;
}


.page-index-review-hi88__intro-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-index-review-hi88__review-content-section {
  padding: 60px 20px;
  background: var(--bg-light);
}

.page-index-review-hi88__review-content-container {
  max-width: 1400px;
  margin: 0 auto;
}

.page-index-review-hi88__review-content-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  color: var(--text-dark);
}

.page-index-review-hi88__review-content-card .page-index-review-hi88__section-title {
  color: var(--text-dark);
  margin-bottom: 24px;
}

.page-index-review-hi88__review-content-card .page-index-review-hi88__sub-title {
  color: var(--text-dark);
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 12px;
}

.page-index-review-hi88__review-body {
  line-height: 1.7;
}

.page-index-review-hi88__review-body p {
  margin-bottom: 16px;
  font-size: 16px;
}
.page-index-review-hi88__review-body .page-index-review-hi88__promotion-link {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}
.page-index-review-hi88__review-body .page-index-review-hi88__promotion-link:hover {
  text-decoration: underline;
  color: #004499;
}

.page-index-review-hi88__about-section {
  padding: 60px 20px;
  background: var(--bg-dark);
  color: var(--text-light);
  text-align: center;
}

.page-index-review-hi88__about-section .page-index-review-hi88__section-title {
  color: var(--primary-color);
}

.page-index-review-hi88__text-block {
  max-width: 900px;
  margin: 0 auto 30px auto;
  font-size: 17px;
}
.page-index-review-hi88__text-block p {
  margin-bottom: 15px;
}

.page-index-review-hi88__games-section {
  padding: 60px 20px;
  background: var(--bg-light);
  color: var(--text-dark);
}

.page-index-review-hi88__games-section .page-index-review-hi88__section-title {
  color: var(--text-dark);
}

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

.page-index-review-hi88__game-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-review-hi88__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-index-review-hi88__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-index-review-hi88__game-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-index-review-hi88__game-description {
  font-size: 15px;
  color: #555555;
  margin-bottom: 20px;
  flex-grow: 1;
}
.page-index-review-hi88__game-description .page-index-review-hi88__promotion-link {
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
}
.page-index-review-hi88__game-description .page-index-review-hi88__promotion-link:hover {
  text-decoration: underline;
  color: #004499;
}

.page-index-review-hi88__promotions-section {
  padding: 60px 20px;
  background: var(--bg-dark);
  color: var(--text-light);
}

.page-index-review-hi88__promotions-section .page-index-review-hi88__section-title {
  color: var(--primary-color);
}

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

.page-index-review-hi88__promo-item {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}