/* style/resources-fairness-of-game-bai-88.css */
.page-resources-fairness-of-game-bai-88 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #ffffff; /* Explicitly set body-like background for main content */
}

/* Fixed Header Offset */
.page-resources-fairness-of-game-bai-88__hero-section {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
}

.page-resources-fairness-of-game-bai-88__content-section {
    padding: 60px 0;
}

.page-resources-fairness-of-game-bai-88__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.page-resources-fairness-of-game-bai-88__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 60px; /* Added for visual balance */
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 40%, #e0ffe0 100%); /* Green gradient */
    color: #ffffff;
}

.page-resources-fairness-of-game-bai-88__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-resources-fairness-of-game-bai-88__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-resources-fairness-of-game-bai-88__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.page-resources-fairness-of-game-bai-88__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.page-resources-fairness-of-game-bai-88__hero-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

.page-resources-fairness-of-game-bai-88__hero-description {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f0f0f0;
}

.page-resources-fairness-of-game-bai-88__hero-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* For responsiveness */
}

.page-resources-fairness-of-game-bai-88__cta-button {
    display: inline-block;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    box-sizing: border-box; /* For button responsiveness */
}

.page-resources-fairness-of-game-bai-88__btn-register {
    background: #C30808; /* Register color */
    color: #FFFF00; /* Register font color */
    border: 2px solid #C30808;
}

.page-resources-fairness-of-game-bai-88__btn-register:hover {
    background: #a30606;
    border-color: #a30606;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-fairness-of-game-bai-88__btn-login {
    background: #C30808; /* Login color */
    color: #FFFF00; /* Login font color */
    border: 2px solid #C30808;
}

.page-resources-fairness-of-game-bai-88__btn-login:hover {
    background: #a30606;
    border-color: #a30606;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-fairness-of-game-bai-88__btn-secondary {
    background: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-resources-fairness-of-game-bai-88__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-resources-fairness-of-game-bai-88__link-button {
    display: inline-block;
    padding: 10px 25px;
    background: var(--primary-color);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
}

.page-resources-fairness-of-game-bai-88__link-button:hover {
    background: #ffffff;
    color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Section Titles */
.page-resources-fairness-of-game-bai-88__section-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.page-resources-fairness-of-game-bai-88__dark-bg .page-resources-fairness-of-game-bai-88__section-title {
    color: #ffffff;
}

.page-resources-fairness-of-game-bai-88__sub-title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-resources-fairness-of-game-bai-88__dark-bg .page-resources-fairness-of-game-bai-88__sub-title {
    color: #ffffff;
}

.page-resources-fairness-of-game-bai-88__sub-sub-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333333;
}

.page-resources-fairness-of-game-bai-88__dark-bg .page-resources-fairness-of-game-bai-88__sub-sub-title {
    color: #f0f0f0;
}

.page-resources-fairness-of-game-bai-88__paragraph {
    margin-bottom: 15px;
    font-size: 16px;
}

.page-resources-fairness-of-game-bai-88__dark-bg .page-resources-fairness-of-game-bai-88__paragraph {
    color: #f0f0f0;
}

/* Dark Background Section */
.page-resources-fairness-of-game-bai-88__dark-bg {
    background-color: var(--primary-color);
    color: #ffffff;
}

/* Feature Grid */
.page-resources-fairness-of-game-bai-88__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-fairness-of-game-bai-88__feature-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #333333;
}