:root {
    --primary-color: #FFD700; /* Gold */
    --secondary-color: #1E90FF; /* Dodger Blue */
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f8f8f8;
    --bg-dark: #2c3e50; /* Dark background for contrast */
    --border-color: #e0e0e0;
}

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

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

.page-index-review-one88-section-title {
    font-size: 2.5em;
    color: var(--secondary-color);
    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: var(--primary-color);
    border-radius: 2px;
}

.page-index-review-one88-section-description {
    text-align: center;
    font-size: 1.1em;
    color: #666666;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-index-review-one88-cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--primary-color);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.page-index-review-one88-cta-button:hover {
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-index-review-one88-center-button {
    text-align: center;
    margin-top: 50px;
}

/* 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;
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.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;
}

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

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

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

.page-index-review-one88-hero-content h1 {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: var(--primary-color);
    line-height: 1.2;
}

.page-index-review-one88-hero-content p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px auto;
    color: #e0e0e0;
}

/* Intro Section */
.page-index-review-one88-intro-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

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

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

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

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

.page-index-review-one88-intro-card h3 {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.page-index-review-one88-intro-card p {
    font-size: 1em;
    color: #555555;
}

.page-index-review-one88-intro-text {
    margin-top: 50px;
    font-size: 1.1em;
    text-align: center;
    color: #444444;
}

/* Quick Access Section */
.page-index-review-one88-quick-access-section {
    padding: 80px 0;
    background-color: #f0f4f7;
}

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

.page-index-review-one88-access-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: var(--text-dark);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-review-one88-access-card .page-index-review-one88-access-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    object-fit: contain;
}

.page-index-review-one88-access-card .page-index-review-one88-card-title {
    font-size: 1.4em;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.page-index-review-one88-access-card p {
    font-size: 0.95em;
    color: #666666;
}

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

.page-index-review-one88-game-category {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--bg-light);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-index-review-one88-game-category.page-index-review-one88-game-category-reverse {
    flex-direction: row-reverse;
    background-color: #f0f4f7;
}

.page-index-review-one88-game-content {
    flex: 1;
}

.page-index-review-one88-game-content h3 {
    font-size: 2em;
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-weight: bold;
}

.page-index-review-one88-game-content p {
    font-size: 1.1em;
    color: #444444;
    margin-bottom: 25px;
}

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

.page-index-review-one88-game-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

/* Promotions Section */
.page-index-review-one88-promotions-section {
    padding: 80px 0;
    background-color: var(--bg-dark);
    color: var(--text-light);
}

.page-index-review-one88-promotions-section .page-index-review-one88-section-title {
    color: var(--primary-color);
}
.page-index-review-one88-promotions-section .page-index-review-one88-section-description {
    color: #e0e0e0;
}

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

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

.page-index-review-one88-promo-card:hover {
    transform: translateY(-10px);
    background-color: #4a5a6b;
}

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

.page-index-review-one88-promo-card h3 {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.page-index-review-one88-promo-card p {
    font-size: 0.95em;
    color: #cccccc;
    margin-bottom: 20px;
}

.page-index-review-one88-promo-button {
    display: inline-block;
    padding: 10px 25px;
    background: var(--secondary-color);
    color: var(--text-light);
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.95em;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

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

/* Security & CS Section */
.page-index-review-one88-security-cs-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

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

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

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

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

.page-index-review-one88-security-card h3 {
    font-size: 1.5em;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.page-index-review-one88-security-card p {
    font-size: 1em;
    color: #555555;
}

/* FAQ Section */
.page-index-review-one88-faq-section {
    padding: 80px 0;
    background-color: #f0f4f7;
}

.page-index-review-one88-faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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