:root {
    --page-index-review-hi-88-primary-color: #0A1931;
    --page-index-review-hi-88-secondary-color: #E0B143;
    --page-index-review-hi-88-text-light: #f0f0f0;
    --page-index-review-hi-88-text-dark: #333333;
    --page-index-review-hi-88-background-light: #ffffff;
    --page-index-review-hi-88-background-dark: #1a2a44; /* Slightly lighter than primary for contrast */
    --page-index-review-hi-88-accent-color: #e6c26a; /* A slightly softer gold for accents */
    --page-index-review-hi-88-border-color: #3d4a66;
}

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

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

.page-index-review-hi-88 h1,
.page-index-review-hi-88 h2,
.page-index-review-hi-88 h3,
.page-index-review-hi-88 h4,
.page-index-review-hi-88 h5,
.page-index-review-hi-88 h6 {
    color: var(--page-index-review-hi-88-primary-color);
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-index-review-hi-88 h1 {
    font-size: 2.8em;
    text-align: center;
    color: var(--page-index-review-hi-88-secondary-color);
}

.page-index-review-hi-88 h2 {
    font-size: 2.2em;
    text-align: center;
    margin-top: 40px;
    color: var(--page-index-review-hi-88-primary-color);
}

.page-index-review-hi-88 h3 {
    font-size: 1.8em;
    color: var(--page-index-review-hi-88-primary-color);
}

.page-index-review-hi-88 p {
    margin-bottom: 15px;
}

.page-index-review-hi-88 a {
    color: var(--page-index-review-hi-88-secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-index-review-hi-88 a:hover {
    color: var(--page-index-review-hi-88-accent-color);
    text-decoration: underline;
}

.page-index-review-hi-88-cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--page-index-review-hi-88-secondary-color);
    color: var(--page-index-review-hi-88-primary-color);
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-index-review-hi-88-cta-button:hover {
    background: var(--page-index-review-hi-88-accent-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: var(--page-index-review-hi-88-primary-color);
}

.page-index-review-hi-88-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(--page-index-review-hi-88-primary-color);
    color: var(--page-index-review-hi-88-text-light);
}

.page-index-review-hi-88-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-hi-88-hero-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.page-index-review-hi-88-hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-index-review-hi-88-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    margin-top: -80px;
}

.page-index-review-hi-88-hero-content h1 {
    color: var(--page-index-review-hi-88-secondary-color);
    font-size: 3.2em;
    margin-bottom: 20px;
}

.page-index-review-hi-88-hero-content p {
    color: var(--page-index-review-hi-88-text-light);
    font-size: 1.1em;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

.page-index-review-hi-88-intro-section {
    padding: 60px 0;
    background-color: var(--page-index-review-hi-88-background-light);
    color: var(--page-index-review-hi-88-text-dark);
}

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

.page-index-review-hi-88-intro-item {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 5px solid var(--page-index-review-hi-88-secondary-color);
}

.page-index-review-hi-88-intro-item h3 {
    color: var(--page-index-review-hi-88-primary-color);
    font-size: 1.5em;
    margin-bottom: 10px;
}

.page-index-review-hi-88-quick-links-section {
    padding: 60px 0;
    background-color: var(--page-index-review-hi-88-background-dark);
    color: var(--page-index-review-hi-88-text-light);
}

.page-index-review-hi-88-quick-links-section h2 {
    color: var(--page-index-review-hi-88-secondary-color);
}
.page-index-review-hi-88-quick-links-section p {
    color: var(--page-index-review-hi-88-text-light);
    text-align: center;
    margin-bottom: 30px;
}

.page-index-review-hi-88-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.page-index-review-hi-88-link-card {
    background-color: var(--page-index-review-hi-88-primary-color);
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: var(--page-index-review-hi-88-text-light);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-bottom: 4px solid var(--page-index-review-hi-88-secondary-color);
}

.page-index-review-hi-88-link-card:hover {
    transform: translateY(-8px);
    background-color: #1a3258;
}

.page-index-review-hi-88-link-card h3 {
    color: var(--page-index-review-hi-88-secondary-color);
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-index-review-hi-88-link-card p {
    color: var(--page-index-review-hi-88-text-light);
    font-size: 0.95em;
}

.page-index-review-hi-88-games-section {
    padding: 60px 0;
    background-color: var(--page-index-review-hi-88-background-light);
    color: var(--page-index-review-hi-88-text-dark);
}

.page-index-review-hi-88-games-section h2,
.page-index-review-hi-88-games-section p {
    text-align: center;
}

.page-index-review-hi-88-game-category {
    margin-top: 50px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 5px solid var(--page-index-review-hi-88-secondary-color);
}

.page-index-review-hi-88-game-category h3 {
    font-size: 2em;
    color: var(--page-index-review-hi-88-primary-color);
    margin-bottom: 20px;
    text-align: left;
}

.page-index-review-hi-88-game-category h3 a {
    color: var(--page-index-review-hi-88-primary-color);
    text-decoration: none;
}

.page-index-review-hi-88-game-category h3 a:hover {
    color: var(--page-index-review-hi-88-secondary-color);
    text-decoration: underline;
}

.page-index-review-hi-88-game-category img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-index-review-hi-88-promotions-section {
    padding: 60px 0;
    background-color: var(--page-index-review-hi-88-background-dark);
    color: var(--page-index-review-hi-88-text-light);
}

.page-index-review-hi-88-promotions-section h2 {
    color: var(--page-index-review-hi-88-secondary-color);
}
.page-index-review-hi-88-promotions-section p {
    color: var(--page-index-review-hi-88-text-light);
    text-align: center;
    margin-bottom: 30px;
}