
    body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f4;
}

.page-8xx-bet-ng-nh-p {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 10px; /* Small padding, assuming body handles --header-offset */
}

/* Hero Section */
.page-8xx-bet-ng-nh-p__hero-section {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    min-height: 400px;
}

.page-8xx-bet-ng-nh-p__hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.page-8xx-bet-ng-nh-p__hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    z-index: -1;
}

.page-8xx-bet-ng-nh-p__hero-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    max-width: 800px;
}

.page-8xx-bet-ng-nh-p__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #ffd700; /* Gold-like color for emphasis */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-8xx-bet-ng-nh-p__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #eee;
}

.page-8xx-bet-ng-nh-p__hero-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.page-8xx-bet-ng-nh-p__hero-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-8xx-bet-ng-nh-p__hero-button--primary {
    background-color: #ff4500; /* OrangeRed */
    color: #fff;
    border: 2px solid #ff4500;
}

.page-8xx-bet-ng-nh-p__hero-button--primary:hover {
    background-color: #e03c00;
    transform: translateY(-2px);
}

.page-8xx-bet-ng-nh-p__hero-button--secondary {
    background-color: transparent;
    color: #ffd700;
    border: 2px solid #ffd700;
}

.page-8xx-bet-ng-nh-p__hero-button--secondary:hover {
    background-color: #ffd700;
    color: #333;
    transform: translateY(-2px);
}

/* General Section Styling */
.page-8xx-bet-ng-nh-p__section-title {
    text-align: center;
    font-size: 2.2em;
    color: #2c3e50;
    margin-bottom: 40px;
    padding-top: 40px;
}

.page-8xx-bet-ng-nh-p__features-section, .page-8xx-bet-ng-nh-p__how-to-section, .page-8xx-bet-ng-nh-p__game-showcase-section, .page-8xx-bet-ng-nh-p__faq-section {
    padding: 60px 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Features Section */
.page-8xx-bet-ng-nh-p__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-8xx-bet-ng-nh-p__feature-item {
    text-align: center;
    padding: 25px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.3s ease;
}

.page-8xx-bet-ng-nh-p__feature-item:hover {
    transform: translateY(-5px);
}

.page-8xx-bet-ng-nh-p__feature-icon {
    width: 200px; /* Minimum size requirement */
    height: auto;
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.page-8xx-bet-ng-nh-p__feature-title {
    font-size: 1.5em;
    color: #ff4500;
    margin-bottom: 10px;
}

.page-8xx-bet-ng-nh-p__feature-description {
    font-size: 1em;
    color: #555;
}

/* How-To Section */
.page-8xx-bet-ng-nh-p__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 50px auto;
}

.page-8xx-bet-ng-nh-p__step-item {
    text-align: center;
    padding: 30px;
    border-radius: 8px;
    background-color: #e8f5e9; /* Light green */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    border-bottom: 5px solid #4CAF50;
}

.page-8xx-bet-ng-nh-p__step-number {
    font-size: 2.5em;
    font-weight: bold;
    color: #4CAF50;
    margin-bottom: 15px;
}

.page-8xx-bet-ng-nh-p__step-title {
    font-size: 1.4em;
    color: #2c3e50;
    margin-bottom: 10px;
}

.page-8xx-bet-ng-nh-p__step-description {
    font-size: 1em;
    color: #555;
}

.page-8xx-bet-ng-nh-p__cta-buttons {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.page-8xx-bet-ng-nh-p__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.page-8xx-bet-ng-nh-p__cta-button {
    background-color: #007bff; /* Blue */
    color: #fff;
    border: 2px solid #007bff;
}

.page-8xx-bet-ng-nh-p__cta-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.page-8xx-bet-ng-nh-p__cta-button--secondary {
    background-color: transparent;
    color: #007bff;
    border: 2px solid #007bff;
}

.page-8xx-bet-ng-nh-p__cta-button--secondary:hover {
    background-color: #007bff;
    color: #fff;
    transform: translateY(-2px);
}

/* Game Showcase Section */
.page-8xx-bet-ng-nh-p__game-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-8xx-bet-ng-nh-p__game-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.page-8xx-bet-ng-nh-p__game-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-8xx-bet-ng-nh-p__game-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.page-8xx-bet-ng-nh-p__game-title {
    font-size: 1.3em;
    color: #333;
    margin: 15px 10px 5px 10px;
}

.page-8xx-bet-ng-nh-p__game-description {
    font-size: 0.95em;
    color: #666;
    padding: 0 15px 20px 15px;
}

/* FAQ Section */
.page-8xx-bet-ng-nh-p__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-8xx-bet-ng-nh-p__faq-item {
    background-color: #f0f8ff; /* AliceBlue */
    border: 1px solid #cceeff;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-8xx-bet-ng-nh-p__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #e0f2f7; /* LightCyan */
    color: #2c3e50;
    font-weight: bold;
    font-size: 1.1em;
    user-select: none;
    transition: background-color 0.3s ease;
}

.page-8xx-bet-ng-nh-p__faq-question:hover {
    background-color: #d0eaf0;
}

.page-8xx-bet-ng-nh-p__faq-question-text {
    margin: 0;
    color: #2c3e50;
    pointer-events: none; /* Prevent h3 from interfering with click event */
}

.page-8xx-bet-ng-nh-p__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevent span from interfering with click event */
    color: #007bff;
}

.page-8xx-bet-ng-nh-p__faq-item.active .page-8xx-bet-ng-nh-p__faq-toggle {
    transform: rotate(45deg);
}

.page-8xx-bet-ng-nh-p__faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 0;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
    background-color: #f9fcff;
    color: #444;
}

.page-8xx-bet-ng-nh-p__faq-item.active .page-8xx-bet-ng-nh-p__faq-answer {
    max-height: 2000px !important; /* Sufficiently large */
    padding: 20px 15px !important;
    opacity: 1;
}

.page-8xx-bet-ng-nh-p__faq-answer p {
    margin: 0;
    padding-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-8xx-bet-ng-nh-p__hero-title {
        font-size: 2em;
    }

    .page-8xx-bet-ng-nh-p__hero-subtitle {
        font-size: 1em;
    }

    .page-8xx-bet-ng-nh-p__hero-actions {
        flex-direction: column;
        gap: 10px;
    }

    .page-8xx-bet-ng-nh-p__hero-button {
        width: 80%;
        margin: 0 auto;
        padding: 10px 20px;
    }

    .page-8xx-bet-ng-nh-p__section-title {
        font-size: 1.8em;
    }

    .page-8xx-bet-ng-nh-p__features-grid, .page-8xx-bet-ng-nh-p__steps-grid, .page-8xx-bet-ng-nh-p__game-carousel {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .page-8xx-bet-ng-nh-p__features-section, .page-8xx-bet-ng-nh-p__how-to-section, .page-8xx-bet-ng-nh-p__game-showcase-section, .page-8xx-bet-ng-nh-p__faq-section {
        padding: 40px 15px;
    }

    .page-8xx-bet-ng-nh-p__feature-item, .page-8xx-bet-ng-nh-p__step-item, .page-8xx-bet-ng-nh-p__game-card {
        padding: 20px;
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-8xx-bet-ng-nh-p__feature-description, .page-8xx-bet-ng-nh-p__step-description, .page-8xx-bet-ng-nh-p__game-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
    }

    .page-8xx-bet-ng-nh-p__feature-icon {
        width: 200px;
        height: auto;
        max-width: 100%;
    }

    .page-8xx-bet-ng-nh-p__game-image {
        height: 200px;
    }

    .page-8xx-bet-ng-nh-p__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-8xx-bet-ng-nh-p__cta-button {
        width: 90%;
        margin: 0 auto;
    }

    .page-8xx-bet-ng-nh-p__faq-question {
        font-size: 1em;
        padding: 12px 15px;
    }

    .page-8xx-bet-ng-nh-p__faq-answer {
        padding: 15px 15px !important;
    }
}

@media (max-width: 480px) {
    .page-8xx-bet-ng-nh-p__hero-title {
        font-size: 1.8em;
    }

    .page-8xx-bet-ng-nh-p__hero-subtitle {
        font-size: 0.9em;
    }

    .page-8xx-bet-ng-nh-p__hero-button {
        width: 95%;
    }

    .page-8xx-bet-ng-nh-p__section-title {
        font-size: 1.5em;
    }

    .page-8xx-bet-ng-nh-p__cta-button {
        width: 95%;
    }
}
  