
    .page-i9bet99 {
        font-family: 'Arial', sans-serif;
        color: #333;
        background-color: #f8f8f8;
        line-height: 1.6;
        padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-i9bet99__brand-header,
    .page-i9bet99__hero-section,
    .page-i9bet99__product-showcase,
    .page-i9bet99__promotions-section,
    .page-i9bet99__providers-section,
    .page-i9bet99__payments-section,
    .page-i9bet99__about-section,
    .page-i9bet99__faq-section {
        padding: 20px;
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        box-sizing: border-box;
    }

    .page-i9bet99__brand-header {
        padding-top: 10px; /* Adhering to the 8-16px rule for the first content section */
        text-align: center;
        background-color: #1a2a47; /* Darker background for brand */
        color: #fff;
        border-radius: 0 0 8px 8px;
        margin-bottom: 0;
    }

    .page-i9bet99__brand-title {
        font-size: 2.2em;
        margin-bottom: 5px;
        color: #ffcc00; /* Gold color for brand */
        text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    }

    .page-i9bet99__brand-slogan {
        font-size: 1.1em;
        opacity: 0.9;
        margin-top: 0;
    }

    .page-i9bet99__section-heading {
        font-size: 1.8em;
        color: #1a2a47;
        text-align: center;
        margin-bottom: 15px;
    }

    .page-i9bet99__section-description {
        text-align: center;
        margin-bottom: 30px;
        color: #555;
    }

    .page-i9bet99__keyword {
        color: #007bff;
        font-weight: bold;
    }

    .page-i9bet99__hero-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
        background: linear-gradient(135deg, #1a2a47, #3c6e71);
        color: #fff;
        margin-top: 20px;
    }

    .page-i9bet99__hero-heading {
        font-size: 2em;
        margin-bottom: 15px;
        color: #ffcc00;
    }

    .page-i9bet99__hero-description {
        font-size: 1.1em;
        margin-bottom: 30px;
        max-width: 800px;
        opacity: 0.9;
    }

    .page-i9bet99__hero-buttons {
        display: flex;
        gap: 15px;
        margin-bottom: 30px;
    }

    .page-i9bet99__hero-btn {
        display: inline-block;
        padding: 12px 25px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        box-sizing: border-box;
        width: 150px;
    }

    .page-i9bet99__hero-btn--register {
        background-color: #ffcc00;
        color: #1a2a47;
    }

    .page-i9bet99__hero-btn--register:hover {
        background-color: #e6b800;
        transform: translateY(-2px);
    }

    .page-i9bet99__hero-btn--login {
        background-color: #007bff;
        color: #fff;
    }

    .page-i9bet99__hero-btn--login:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

    .page-i9bet99__hero-image-wrapper {
        width: 100%;
        max-width: 500px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        box-sizing: border-box;
    }

    .page-i9bet99__hero-image {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .page-i9bet99__product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        justify-content: center;
    }

    .page-i9bet99__product-item {
        background-color: #fefefe;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        text-align: center;
        padding: 20px;
        transition: transform 0.3s ease;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-i9bet99__product-item:hover {
        transform: translateY(-5px);
    }

    .page-i9bet99__product-image {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        margin-bottom: 15px;
        display: block;
        object-fit: cover;
        width: 100%;
        min-height: 200px;
    }

    .page-i9bet99__product-title {
        font-size: 1.4em;
        color: #1a2a47;
        margin-bottom: 10px;
    }

    .page-i9bet99__product-text {
        font-size: 0.95em;
        color: #666;
    }

    .page-i9bet99__promo-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
        justify-content: center;
    }

    .page-i9bet99__promo-item {
        background-color: #fefefe;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        text-align: center;
        padding: 20px;
        transition: transform 0.3s ease;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-i9bet99__promo-item:hover {
        transform: translateY(-5px);
    }

    .page-i9bet99__promo-image {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        margin-bottom: 15px;
        display: block;
        object-fit: cover;
        width: 100%;
        min-height: 200px;
    }

    .page-i9bet99__promo-title {
        font-size: 1.3em;
        color: #1a2a47;
        margin-bottom: 10px;
    }

    .page-i9bet99__promo-text {
        font-size: 0.9em;
        color: #666;
    }

    .page-i9bet99__providers-grid,
    .page-i9bet99__payments-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
        justify-content: center;
        text-align: center;
    }

    .page-i9bet99__provider-item,
    .page-i9bet99__payment-item {
        background-color: #fefefe;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.08);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 120px;
    }

    .page-i9bet99__provider-logo,
    .page-i9bet99__payment-logo {
        max-width: 100%;
        height: auto;
        max-height: 80px;
        object-fit: contain;
        margin-bottom: 10px;
        display: block;
        min-width: 200px;
        min-height: 200px;
    }

    .page-i9bet99__provider-name,
    .page-i9bet99__payment-name {
        font-size: 0.9em;
        color: #333;
        font-weight: bold;
    }

    .page-i9bet99__about-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .page-i9bet99__about-text {
        flex: 1;
        text-align: justify;
        color: #444;
    }

    .page-i9bet99__about-text p {
        margin-bottom: 15px;
    }

    .page-i9bet99__about-image-wrapper {
        width: 100%;
        max-width: 600px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        box-sizing: border-box;
    }

    .page-i9bet99__about-image {
        max-width: 100%;
        height: auto;
        display: block;
        min-width: 200px;
        min-height: 200px;
    }

    .page-i9bet99__text-link {
        color: #007bff;
        text-decoration: none;
        font-weight: bold;
    }

    .page-i9bet99__text-link:hover {
        text-decoration: underline;
    }

    .page-i9bet99__faq-list {
        max-width: 800px;
        margin: 0 auto;
    }

    .page-i9bet99__faq-item {
        background-color: #fefefe;
        border: 1px solid #eee;
        border-radius: 8px;
        margin-bottom: 10px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .page-i9bet99__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        cursor: pointer;
        background-color: #f0f0f0;
        font-weight: bold;
        color: #1a2a47;
        user-select: none;
        transition: background-color 0.3s ease;
    }

    .page-i9bet99__faq-question:hover {
        background-color: #e0e0e0;
    }

    .page-i9bet99__faq-title {
        margin: 0;
        font-size: 1.1em;
        pointer-events: none;
    }

    .page-i9bet99__faq-toggle {
        font-size: 1.5em;
        line-height: 1;
        pointer-events: none;
        transition: transform 0.3s ease;
        color: #007bff;
    }

    .page-i9bet99__faq-item.active .page-i9bet99__faq-toggle {
        transform: rotate(45deg); /* Visually changes + to X, representing open */
        color: #dc3545;
    }

    .page-i9bet99__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 20px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #555;
    }

    .page-i9bet99__faq-item.active .page-i9bet99__faq-answer {
        max-height: 2000px !important;
        padding: 20px !important;
        opacity: 1;
    }

    .page-i9bet99__faq-answer p {
        margin: 0 0 10px 0;
    }
    .page-i9bet99__faq-answer p:last-child {
        margin-bottom: 0;
    }

    .page-i9bet99__floating-buttons {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        background-color: #1a2a47;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
        z-index: 1000;
        box-sizing: border-box;
    }

    .page-i9bet99__floating-btn {
        display: block;
        width: 45%;
        max-width: 180px;
        padding: 12px 0;
        text-align: center;
        border-radius: 50px;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.1em;
        transition: background-color 0.3s ease, transform 0.3s ease;
        box-sizing: border-box;
    }

    .page-i9bet99__floating-btn--register {
        background-color: #ffcc00;
        color: #1a2a47;
    }

    .page-i9bet99__floating-btn--register:hover {
        background-color: #e6b800;
        transform: translateY(-2px);
    }

    .page-i9bet99__floating-btn--login {
        background-color: #007bff;
        color: #fff;
    }

    .page-i9bet99__floating-btn--login:hover {
        background-color: #0056b3;
        transform: translateY(-2px);
    }

    @media (max-width: 768px) {
        .page-i9bet99 {
            padding-bottom: 70px;
        }

        .page-i9bet99__brand-title {
            font-size: 1.8em;
        }

        .page-i9bet99__brand-slogan {
            font-size: 1em;
        }

        .page-i9bet99__hero-section {
            padding: 20px 15px;
        }

        .page-i9bet99__hero-heading {
            font-size: 1.6em;
        }

        .page-i9bet99__hero-description {
            font-size: 1em;
        }

        .page-i9bet99__hero-buttons {
            flex-direction: column;
            gap: 10px;
        }

        .page-i9bet99__hero-btn {
            width: 100%;
            max-width: 250px;
            margin: 0 auto;
        }

        .page-i9bet99__section-heading {
            font-size: 1.5em;
        }

        .page-i9bet99__product-grid,
        .page-i9bet99__promo-grid,
        .page-i9bet99__providers-grid,
        .page-i9bet99__payments-grid {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .page-i9bet99__product-item,
        .page-i9bet99__promo-item,
        .page-i9bet99__provider-item,
        .page-i9bet99__payment-item {
            width: 100% !important;
            max-width: 100% !important;
            box-sizing: border-box !important;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding: 15px !important;
            word-wrap: break-word !important;
            overflow-wrap: break-word !important;
        }

        .page-i9bet99__product-image,
        .page-i9bet99__promo-image,
        .page-i9bet99__provider-logo,
        .page-i9bet99__payment-logo,
        .page-i9bet99__hero-image,
        .page-i9bet99__about-image {
            max-width: 100% !important;
            height: auto !important;
            box-sizing: border-box !important;
        }

        .page-i9bet99__about-content {
            flex-direction: column;
        }

        .page-i9bet99__faq-question {
            padding: 12px 15px;
        }

        .page-i9bet99__faq-title {
            font-size: 1em;
        }

        .page-i9bet99__faq-answer {
            padding: 0 15px;
        }

        .page-i9bet99__faq-item.active .page-i9bet99__faq-answer {
            padding: 15px !important;
        }

        .page-i9bet99__floating-btn {
            width: 48%;
            font-size: 1em;
            padding: 10px 0;
        }
    }

    @media (min-width: 769px) {
        .page-i9bet99__hero-section {
            flex-direction: row;
            text-align: left;
            gap: 40px;
        }

        .page-i9bet99__hero-content {
            flex: 1;
        }

        .page-i9bet99__hero-image-wrapper {
            flex: 1;
            max-width: 600px;
        }

        .page-i9bet99__hero-buttons {
            justify-content: flex-start;
        }

        .page-i9bet99__about-content {
            flex-direction: row;
        }

        .page-i9bet99__about-text {
            padding-right: 30px;
        }
    }
  