
    :root {
    --page-888bet24-com__primary-color: #e44d26; /* A vibrant orange/red, common in betting sites */
    --page-888bet24-com__secondary-color: #333;
    --page-888bet24-com__accent-color: #ffcc00; /* Gold/yellow for highlights */
    --page-888bet24-com__text-color: #f0f0f0;
    --page-888bet24-com__background-dark: #1a1a1a;
    --page-888bet24-com__background-light: #2c2c2c;
    --page-888bet24-com__card-background: #242424;
    --page-888bet24-com__border-color: #444;
}

.page-888bet24-com {
    font-family: 'Arial', sans-serif;
    color: var(--page-888bet24-com__text-color);
    background-color: var(--page-888bet24-com__background-dark);
    line-height: 1.6;
    padding-top: var(--header-offset, 122px); /* Fallback for fixed header */
}

.page-888bet24-com__section-title {
    text-align: center;
    color: var(--page-888bet24-com__accent-color);
    font-size: 2.5em;
    margin-bottom: 40px;
    padding: 20px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-wrap: break-word; /* Ensure long titles wrap */
    overflow-wrap: break-word;
}

/* Hero Section */
.page-888bet24-com__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px 40px;
    background: linear-gradient(135deg, var(--page-888bet24-com__background-dark) 0%, var(--page-888bet24-com__background-light) 100%);
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small decorative top padding as body already handles offset */
}

.page-888bet24-com__hero-content {
    max-width: 900px;
    z-index: 1;
}

.page-888bet24-com__hero-title {
    font-size: 3.5em;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 700;
}

.page-888bet24-com__highlight {
    color: var(--page-888bet24-com__primary-color);
}

.page-888bet24-com__hero-description {
    font-size: 1.3em;
    color: #ccc;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.page-888bet24-com__hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-888bet24-com__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap; /* Prevent buttons from breaking words */
}

.page-888bet24-com__button--primary {
    background-color: var(--page-888bet24-com__primary-color);
    color: #fff;
    border: 2px solid var(--page-888bet24-com__primary-color);
}

.page-888bet24-com__button--primary:hover {
    background-color: #ff6f4d;
    border-color: #ff6f4d;
    transform: translateY(-2px);
}

.page-888bet24-com__button--secondary {
    background-color: transparent;
    color: var(--page-888bet24-com__accent-color);
    border: 2px solid var(--page-888bet24-com__accent-color);
}

.page-888bet24-com__button--secondary:hover {
    background-color: var(--page-888bet24-com__accent-color);
    color: var(--page-888bet24-com__background-dark);
    transform: translateY(-2px);
}

.page-888bet24-com__hero-image-wrapper {
    margin-top: 50px;
    width: 100%;
    max-width: 1000px; /* Limit image width */
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.page-888bet24-com__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Floating Buttons */
.page-888bet24-com__floating-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.page-888bet24-com__floating-button {
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease;
    white-space: nowrap;
    min-width: 100px;
    box-sizing: border-box;
}

.page-888bet24-com__floating-button--register {
    background-color: var(--page-888bet24-com__primary-color);
    color: #fff;
}

.page-888bet24-com__floating-button--register:hover {
    background-color: #ff6f4d;
    transform: translateY(-3px);
}

.page-888bet24-com__floating-button--login {
    background-color: var(--page-888bet24-com__accent-color);
    color: var(--page-888bet24-com__background-dark);
}

.page-888bet24-com__floating-button--login:hover {
    background-color: #ffdf4d;
    transform: translateY(-3px);
}

/* Promotions Section */
.page-888bet24-com__promotions-section,
.page-888bet24-com__games-section,
.page-888bet24-com__features-section,
.page-888bet24-com__payments-providers-section,
.page-888bet24-com__faq-section {
    padding: 80px 20px;
    background-color: var(--page-888bet24-com__background-light);
    margin-bottom: 0; /* Remove default margin */
}

.page-888bet24-com__promotions-grid,
.page-888bet24-com__games-grid,
.page-888bet24-com__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-888bet24-com__promotion-card,
.page-888bet24-com__game-card,
.page-888bet24-com__feature-item {
    background-color: var(--page-888bet24-com__card-background);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.page-888bet24-com__promotion-card:hover,
.page-888bet24-com__game-card:hover,
.page-888bet24-com__feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

.page-888bet24-com__promotion-image,
.page-888bet24-com__game-image,
.page-888bet24-com__feature-icon {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid var(--page-888bet24-com__border-color);
    box-sizing: border-box;
}

.page-888bet24-com__feature-icon {
    height: 200px; /* Smaller for icons */
    padding: 20px;
    object-fit: contain; /* Ensure full icon visibility */
}

.page-888bet24-com__promotion-title,
.page-888bet24-com__game-title,
.page-888bet24-com__feature-title {
    font-size: 1.8em;
    color: var(--page-888bet24-com__accent-color);
    margin: 20px 15px 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.page-888bet24-com__promotion-description,
.page-888bet24-com__game-description,
.page-888bet24-com__feature-description {
    font-size: 1em;
    color: #bbb;
    padding: 0 20px 20px;
    flex-grow: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Payment & Providers Section */
.page-888bet24-com__payments-providers-section {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.page-888bet24-com__payments-container,
.page-888bet24-com__providers-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.page-888bet24-com__payment-methods-grid,
.page-888bet24-com__providers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    justify-items: center;
}

.page-888bet24-com__payment-item,
.page-888bet24-com__provider-item {
    background-color: var(--page-888bet24-com__card-background);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    box-sizing: border-box;
    width: 100%; /* Ensure items take full grid column width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-888bet24-com__payment-item:hover,
.page-888bet24-com__provider-item:hover {
    transform: translateY(-5px);
}

.page-888bet24-com__payment-logo,
.page-888bet24-com__provider-logo {
    max-width: 120px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
    display: block;
    box-sizing: border-box;
}

.page-888bet24-com__payment-name,
.page-888bet24-com__provider-name {
    font-size: 1.1em;
    font-weight: bold;
    color: var(--page-888bet24-com__text-color);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* FAQ Section */
.page-888bet24-com__faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.page-888bet24-com__faq-item {
    background-color: var(--page-888bet24-com__card-background);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.page-888bet24-com__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    user-select: none;
    background-color: var(--page-888bet24-com__background-dark);
    border-bottom: 1px solid var(--page-888bet24-com__border-color);
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}

.page-888bet24-com__faq-question:hover {
    background-color: #3a3a3a;
}

.page-888bet24-com__faq-title {
    font-size: 1.2em;
    color: var(--page-888bet24-com__accent-color);
    margin: 0;
    pointer-events: none; /* Prevent h3 from blocking click on parent */
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-grow: 1;
    text-align: left;
}

.page-888bet24-com__faq-toggle {
    font-size: 1.5em;
    color: var(--page-888bet24-com__primary-color);
    font-weight: bold;
    margin-left: 15px;
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevent toggle from blocking click on parent */
    flex-shrink: 0;
}

.page-888bet24-com__faq-item.active .page-888bet24-com__faq-toggle {
    transform: rotate(45deg); /* Change + to X or - */
    color: #fff; /* White when active */
}

.page-888bet24-com__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;
    color: #ccc;
    font-size: 1em;
    box-sizing: border-box;
}

.page-888bet24-com__faq-item.active .page-888bet24-com__faq-answer {
    max-height: 2000px !important; /* Sufficiently large */
    padding: 20px 15px !important;
    opacity: 1;
}

.page-888bet24-com__faq-answer p {
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .page-888bet24-com__hero-title {
        font-size: 2.8em;
    }
    .page-888bet24-com__hero-description {
        font-size: 1.1em;
    }
    .page-888bet24-com__section-title {
        font-size: 2em;
    }
    .page-888bet24-com__payment-methods-grid,
    .page-888bet24-com__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 768px) {
    .page-888bet24-com__hero-section {
        padding: 40px 15px 30px;
    }
    .page-888bet24-com__hero-title {
        font-size: 2.2em;
    }
    .page-888bet24-com__hero-description {
        font-size: 1em;
    }
    .page-888bet24-com__hero-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-888bet24-com__button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-888bet24-com__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding: 15px 10px;
    }
    .page-888bet24-com__promotions-grid,
    .page-888bet24-com__games-grid,
    .page-888bet24-com__features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    /* List item specific mobile responsiveness */
    .page-888bet24-com__promotion-card,
    .page-888bet24-com__game-card,
    .page-888bet24-com__feature-item,
    .page-888bet24-com__payment-item,
    .page-888bet24-com__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
    }
    .page-888bet24-com__payment-methods-grid,
    .page-888bet24-com__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important; /* Adjust for smaller screens */
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-888bet24-com__payment-logo,
    .page-888bet24-com__provider-logo {
        max-width: 100px !important;
        height: 70px !important;
    }

    .page-888bet24-com__faq-question {
        padding: 15px;
    }
    .page-888bet24-com__faq-title {
        font-size: 1.1em;
    }
    .page-888bet24-com__faq-toggle {
        font-size: 1.3em;
    }
    .page-888bet24-com__faq-answer {
        padding: 15px !important;
    }
    .page-888bet24-com__hero-image-wrapper {
        margin-top: 30px;
    }

    .page-888bet24-com__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
    }
    .page-888bet24-com__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
        min-width: 90px;
    }
}

@media (max-width: 480px) {
    .page-888bet24-com__hero-title {
        font-size: 1.8em;
    }
    .page-888bet24-com__section-title {
        font-size: 1.6em;
    }
    .page-888bet24-com__hero-description {
        font-size: 0.9em;
    }
    .page-888bet24-com__promotion-title,
    .page-888bet24-com__game-title,
    .page-888bet24-com__feature-title {
        font-size: 1.5em;
    }
    .page-888bet24-com__promotion-description,
    .page-888bet24-com__game-description,
    .page-888bet24-com__feature-description {
        font-size: 0.9em;
    }
    .page-888bet24-com__payment-methods-grid,
    .page-888bet24-com__providers-grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)) !important;
    }
    .page-888bet24-com__payment-logo,
    .page-888bet24-com__provider-logo {
        max-width: 80px !important;
        height: 60px !important;
    }
    .page-888bet24-com__payment-name,
    .page-888bet24-com__provider-name {
        font-size: 0.9em;
    }
}
  