
    .page-99ok123-com {
        font-family: 'Arial', sans-serif;
        color: #e0e0e0;
        background-color: #1a1a2e;
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-99ok123-com__floating-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        background-color: #2c0707;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
        z-index: 1000;
        border-top: 1px solid #4a0909;
    }

    .page-99ok123-com__button {
        display: block;
        width: 45%;
        padding: 12px 10px;
        text-align: center;
        border-radius: 8px;
        font-weight: bold;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.2s ease;
        box-sizing: border-box;
        font-size: 16px;
    }

    .page-99ok123-com__button--register {
        background-color: #e44d26;
        color: #ffffff;
        border: 2px solid #e44d26;
    }

    .page-99ok123-com__button--register:hover {
        background-color: #ff6f40;
        transform: translateY(-2px);
    }

    .page-99ok123-com__button--login {
        background-color: transparent;
        color: #e44d26;
        border: 2px solid #e44d26;
    }

    .page-99ok123-com__button--login:hover {
        background-color: rgba(228, 77, 38, 0.1);
        transform: translateY(-2px);
    }

    .page-99ok123-com__button--primary {
        background-color: #e44d26;
        color: #ffffff;
        padding: 15px 30px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        margin-top: 20px;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .page-99ok123-com__button--primary:hover {
        background-color: #ff6f40;
        transform: translateY(-2px);
    }

    .page-99ok123-com__hero-section {
        background: linear-gradient(135deg, #2c0707 0%, #1a1a2e 100%);
        padding: calc(var(--header-offset, 122px) + 10px) 20px 40px;
        text-align: center;
        color: #ffffff;
        position: relative;
        overflow: hidden;
        min-height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .page-99ok123-com__hero-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin: 0 auto;
    }

    .page-99ok123-com__hero-title {
        font-size: 2.8em;
        margin-bottom: 15px;
        color: #f7b32b;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-99ok123-com__hero-subtitle {
        font-size: 1.2em;
        margin-bottom: 30px;
        color: #e0e0e0;
    }

    .page-99ok123-com__hero-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .page-99ok123-com__hero-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.2;
    }

    .page-99ok123-com__section-title {
        font-size: 2.2em;
        color: #f7b32b;
        text-align: center;
        margin: 60px 20px 40px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    }

    .page-99ok123-com__games-section,
    .page-99ok123-com__promotions-section,
    .page-99ok123-com__why-choose-us-section,
    .page-99ok123-com__providers-section,
    .page-99ok123-com__payments-section,
    .page-99ok123-com__faq-section,
    .page-99ok123-com__social-section {
        padding: 20px;
        max-width: 1200px;
        margin: 0 auto;
    }

    .page-99ok123-com__game-categories,
    .page-99ok123-com__promotions-grid,
    .page-99ok123-com__features-grid,
    .page-99ok123-com__providers-grid,
    .page-99ok123-com__payments-grid,
    .page-99ok123-com__social-links {
        display: grid;
        gap: 25px;
        justify-content: center;
        align-items: start;
    }

    .page-99ok123-com__game-categories {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .page-99ok123-com__promotions-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .page-99ok123-com__features-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        text-align: center;
    }

    .page-99ok123-com__providers-grid,
    .page-99ok123-com__payments-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .page-99ok123-com__social-links {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

    .page-99ok123-com__game-card,
    .page-99ok123-com__promotion-card,
    .page-99ok123-com__feature-item,
    .page-99ok123-com__provider-item,
    .page-99ok123-com__payment-item {
        background-color: #2a2a4a;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .page-99ok123-com__game-card:hover,
    .page-99ok123-com__promotion-card:hover,
    .page-99ok123-com__feature-item:hover,
    .page-99ok123-com__provider-item:hover,
    .page-99ok123-com__payment-item:hover,
    .page-99ok123-com__social-link:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    }

    .page-99ok123-com__game-card-image,
    .page-99ok123-com__promotion-card-image,
    .page-99ok123-com__feature-icon,
    .page-99ok123-com__provider-logo,
    .page-99ok123-com__payment-logo,
    .page-99ok123-com__social-icon {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        object-fit: cover;
        box-sizing: border-box;
    }

    .page-99ok123-com__game-card-image {
        height: 180px;
    }

    .page-99ok123-com__promotion-card-image {
        height: 200px;
    }

    .page-99ok123-com__feature-icon {
        width: 100px;
        height: 100px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .page-99ok123-com__provider-logo,
    .page-99ok123-com__payment-logo {
        width: 100%;
        height: 80px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .page-99ok123-com__game-card-title,
    .page-99ok123-com__promotion-card-title,
    .page-99ok123-com__feature-title {
        font-size: 1.4em;
        color: #f7b32b;
        margin-bottom: 10px;
    }

    .page-99ok123-com__game-card-description,
    .page-99ok123-com__promotion-card-description,
    .page-99ok123-com__feature-description {
        font-size: 0.95em;
        color: #c0c0c0;
        flex-grow: 1;
    }

    .page-99ok123-com__faq-container {
        background-color: #2a2a4a;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-99ok123-com__faq-item {
        border-bottom: 1px solid #3a3a5a;
        margin-bottom: 10px;
    }

    .page-99ok123-com__faq-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .page-99ok123-com__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        cursor: pointer;
        user-select: none;
        font-size: 1.1em;
        color: #f7b32b;
        transition: background-color 0.3s ease;
    }

    .page-99ok123-com__faq-question:hover {
        background-color: #3a3a5a;
        border-radius: 8px;
    }

    .page-99ok123-com__faq-question-text {
        margin: 0;
        pointer-events: none; /* Prevent h3 from blocking click on parent div */
        font-size: 1em; /* Adjust h3 font size to match parent */
        color: inherit;
    }

    .page-99ok123-com__faq-toggle {
        font-size: 1.5em;
        font-weight: bold;
        color: #e44d26;
        pointer-events: none; /* Prevent span from blocking click on parent div */
        transition: transform 0.3s ease;
    }

    .page-99ok123-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: #c0c0c0;
        font-size: 0.95em;
    }

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

    .page-99ok123-com__faq-item.active .page-99ok123-com__faq-toggle {
        /* No rotation, JS will change text */
    }

    .page-99ok123-com__social-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #e0e0e0;
        background-color: #2a2a4a;
        padding: 15px;
        border-radius: 12px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-sizing: border-box;
    }

    .page-99ok123-com__social-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
        border-radius: 50%;
        object-fit: contain;
    }

    .page-99ok123-com__social-link span {
        font-size: 0.9em;
        font-weight: bold;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
        .page-99ok123-com__hero-title {
            font-size: 2em;
        }

        .page-99ok123-com__hero-subtitle {
            font-size: 1em;
        }

        .page-99ok123-com__section-title {
            font-size: 1.8em;
            margin-top: 40px;
            margin-bottom: 30px;
        }

        .page-99ok123-com__button--primary {
            padding: 12px 25px;
            font-size: 16px;
        }

        .page-99ok123-com__games-section,
        .page-99ok123-com__promotions-section,
        .page-99ok123-com__why-choose-us-section,
        .page-99ok123-com__providers-section,
        .page-99ok123-com__payments-section,
        .page-99ok123-com__faq-section,
        .page-99ok123-com__social-section {
            padding: 15px;
        }

        .page-99ok123-com__game-categories,
        .page-99ok123-com__promotions-grid,
        .page-99ok123-com__features-grid,
        .page-99ok123-com__providers-grid,
        .page-99ok123-com__payments-grid,
        .page-99ok123-com__social-links {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .page-99ok123-com__game-card,
        .page-99ok123-com__promotion-card,
        .page-99ok123-com__feature-item,
        .page-99ok123-com__provider-item,
        .page-99ok123-com__payment-item,
        .page-99ok123-com__social-link {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px;
        }

        /* Ensure all list items and their containers are responsive */
        .page-99ok123-com__game-categories,
        .page-99ok123-com__promotions-grid,
        .page-99ok123-com__features-grid,
        .page-99ok123-com__providers-grid,
        .page-99ok123-com__payments-grid,
        .page-99ok123-com__social-links {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            padding: 0 !important; /* Adjust as needed, usually 0 to let child elements handle padding */
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

        .page-99ok123-com__game-card-description,
        .page-99ok123-com__promotion-card-description,
        .page-99ok123-com__feature-description,
        .page-99ok123-com__faq-answer p {
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
            word-break: break-word !important;
        }

        .page-99ok123-com__game-card-image,
        .page-99ok123-com__promotion-card-image,
        .page-99ok123-com__feature-icon,
        .page-99ok123-com__provider-logo,
        .page-99ok123-com__payment-logo,
        .page-99ok123-com__social-icon {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-99ok123-com__hero-section {
            padding-left: 15px;
            padding-right: 15px;
        }

        .page-99ok123-com__faq-question {
            font-size: 1em;
            padding: 12px 10px;
        }

        .page-99ok123-com__faq-answer {
            padding: 15px 10px;
        }

        .page-99ok123-com__faq-item.active .page-99ok123-com__faq-answer {
            padding: 15px 10px !important;
        }

        .page-99ok123-com__floating-buttons {
            padding: 8px 0;
        }

        .page-99ok123-com__button {
            font-size: 15px;
            padding: 10px 8px;
        }
    }

    @media (max-width: 480px) {
        .page-99ok123-com__hero-title {
            font-size: 1.8em;
        }

        .page-99ok123-com__section-title {
            font-size: 1.6em;
        }
    }
  