.page-platform-reviews-game-fairness-randomness-detection {
    font-family: 'Arial', sans-serif;
    color: #F8F8F8; /* Light text for dark backgrounds */
    line-height: 1.6;
    background-color: #0E1A2E; /* Dark background for overall page */
}

.page-platform-reviews-game-fairness-randomness-detection .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-platform-reviews-game-fairness-randomness-detection .hero-section {
    background: linear-gradient(135deg, #1A2E4E 0%, #0E1A2E 100%);
    padding: 80px 0 40px;
    text-align: center;
    color: #FFD700; /* Gold text for hero title */
    position: relative;
    overflow: hidden;
}

.page-platform-reviews-game-fairness-randomness-detection .hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-platform-reviews-game-fairness-randomness-detection h1 {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for main title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-platform-reviews-game-fairness-randomness-detection .hero-section p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #E0E0E0;
}

.page-platform-reviews-game-fairness-randomness-detection .btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    margin: 10px;
    cursor: pointer;
}

.page-platform-reviews-game-fairness-randomness-detection .btn-primary {
    background-color: #FFD700; /* Gold button */
    color: #1A2E4E; /* Dark blue text */
    border: 2px solid #FFD700;
}

.page-platform-reviews-game-fairness-randomness-detection .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
    transform: translateY(-2px);
}

.page-platform-reviews-game-fairness-randomness-detection .btn-secondary {
    background-color: #1A2E4E; /* Dark blue button */
    color: #FFD700; /* Gold text */
    border: 2px solid #FFD700;
}

.page-platform-reviews-game-fairness-randomness-detection .btn-secondary:hover {
    background-color: #0E1A2E;
    border-color: #FFD700;
    transform: translateY(-2px);
}

.page-platform-reviews-game-fairness-randomness-detection .btn-outline {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-platform-reviews-game-fairness-randomness-detection .btn-outline:hover {
    background-color: #FFD700;
    color: #1A2E4E;
    transform: translateY(-2px);
}

.page-platform-reviews-game-fairness-randomness-detection .section-bg-light {
    background-color: #1A2E4E; /* Primary dark blue for content sections */
    color: #F8F8F8;
}

.page-platform-reviews-game-fairness-randomness-detection .section-bg-dark {
    background-color: #0E1A2E; /* Deeper dark blue for CTA */
    color: #F8F8F8;
}

.page-platform-reviews-game-fairness-randomness-detection .content-section {
    padding: 60px 0;
}

.page-platform-reviews-game-fairness-randomness-detection .content-block {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #2A3E5E; /* Slightly lighter dark blue for content blocks */
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.page-platform-reviews-game-fairness-randomness-detection .content-block h2 {
    color: #FFD700;
    font-size: 2.2em;
    margin-bottom: 25px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-platform-reviews-game-fairness-randomness-detection .content-block h3 {
    color: #FFD700;
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-platform-reviews-game-fairness-randomness-detection .content-block p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #E0E0E0;
}

.page-platform-reviews-game-fairness-randomness-detection .content-block ul {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #E0E0E0;
}

.page-platform-reviews-game-fairness-randomness-detection .content-block ul li {
    margin-bottom: 8px;
}

.page-platform-reviews-game-fairness-randomness-detection .content-image {
    width: 40%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin: 0 0 20px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    float: right;
    object-fit: cover;
}

.page-platform-reviews-game-fairness-randomness-detection .content-image.left {
    float: left;
    margin: 0 30px 20px 0;
}

.page-platform-reviews-game-fairness-randomness-detection .content-block::after {
    content: "";
    display: table;
    clear: both;
}

.page-platform-reviews-game-fairness-randomness-detection .faq-item {
    background-color: #3A4E6E;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-platform-reviews-game-fairness-randomness-detection .faq-item h3 {
    color: #FFD700;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.page-platform-reviews-game-fairness-randomness-detection .faq-item p {
    color: #F8F8F8;
    margin-bottom: 0;
}

.page-platform-reviews-game-fairness-randomness-detection .cta-section {
    text-align: center;
    padding: 80px 0;
}

.page-platform-reviews-game-fairness-randomness-detection .cta-section h2 {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
}

.page-platform-reviews-game-fairness-randomness-detection .cta-section p {
    font-size: 1.2em;
    max-width: 900px;
    margin: 0 auto 40px;
    color: #E0E0E0;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-platform-reviews-game-fairness-randomness-detection h1 {
        font-size: 2.5em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-block h2 {
        font-size: 1.8em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-image {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-image.left {
        float: none;
        margin: 20px 0;
    }
}

@media (max-width: 768px) {
    .page-platform-reviews-game-fairness-randomness-detection .hero-section {
        padding: 60px 0 30px;
    }
    .page-platform-reviews-game-fairness-randomness-detection h1 {
        font-size: 2em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .hero-section p {
        font-size: 1em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-section {
        padding: 40px 0;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-block {
        padding: 20px;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-block h2 {
        font-size: 1.6em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-block h3 {
        font-size: 1.3em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .cta-section {
        padding: 50px 0;
    }
    .page-platform-reviews-game-fairness-randomness-detection .cta-section h2 {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .page-platform-reviews-game-fairness-randomness-detection .btn {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 5px;
    }
    .page-platform-reviews-game-fairness-randomness-detection h1 {
        font-size: 1.8em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-block h2 {
        font-size: 1.4em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .content-block h3 {
        font-size: 1.1em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .faq-item h3 {
        font-size: 1.2em;
    }
    .page-platform-reviews-game-fairness-randomness-detection .cta-section h2 {
        font-size: 1.8em;
    }
}