
      .page-xoso6699 {
        font-family: 'Arial', sans-serif;
        color: #333333;
        line-height: 1.6;
        background-color: #f8f8f8;
      }

      .page-xoso6699__hero-section {
        position: relative;
        width: 100%;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 10px; /* Decorative top padding, assuming body handles header offset */
        background-color: #2563eb;
        color: #ffffff;
        text-align: center;
      }

      .page-xoso6699__hero-image-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
      }

      .page-xoso6699__hero-image {
        width: 100%;
        height: auto;
        display: block;
        max-width: 1200px; /* Adjust based on typical banner aspect ratio */
        object-fit: cover;
      }

      .page-xoso6699__hero-content {
        padding: 30px 20px 50px;
        max-width: 900px;
        margin: 0 auto;
      }

      .page-xoso6699__hero-title {
        font-size: clamp(1.8rem, 5vw, 2.8rem);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 15px;
        color: #ffffff;
      }

      .page-xoso6699__hero-description {
        font-size: clamp(1rem, 2.5vw, 1.2rem);
        margin-bottom: 30px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        color: #f0f0f0;
      }

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

      .page-xoso6699__btn-primary,
      .page-xoso6699__btn-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 15px 30px;
        border-radius: 8px;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.2s ease;
        cursor: pointer;
        min-width: 180px;
        text-align: center;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-xoso6699__btn-primary {
        background-color: #f59e0b; /* A vibrant yellow for CTA */
        color: #ffffff;
        border: 2px solid #f59e0b;
      }

      .page-xoso6699__btn-primary:hover {
        background-color: #eab308;
        transform: translateY(-2px);
      }

      .page-xoso6699__btn-secondary {
        background-color: transparent;
        color: #ffffff;
        border: 2px solid #ffffff;
      }

      .page-xoso6699__btn-secondary:hover {
        background-color: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
      }

      .page-xoso6699__section {
        padding: 60px 20px;
        max-width: 1200px;
        margin: 0 auto;
      }

      .page-xoso6699__section-title {
        font-size: 2.2rem;
        font-weight: 700;
        color: #2563eb;
        text-align: center;
        margin-bottom: 40px;
      }

      .page-xoso6699__text-block {
        font-size: 1.1rem;
        margin-bottom: 20px;
        text-align: justify;
      }

      .page-xoso6699__features-grid,
      .page-xoso6699__games-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
        margin-top: 40px;
      }

      .page-xoso6699__game-card,
      .page-xoso6699__feature-card {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        padding: 25px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 280px;
      }

      .page-xoso6699__game-card:hover,
      .page-xoso6699__feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
      }

      .page-xoso6699__card-image {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border-radius: 8px;
        margin-bottom: 15px;
        display: block;
      }

      .page-xoso6699__game-icon {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 15px;
      }

      .page-xoso6699__card-title {
        font-size: 1.4rem;
        font-weight: 600;
        color: #2563eb;
        margin-bottom: 10px;
      }

      .page-xoso6699__card-description {
        font-size: 0.95rem;
        color: #64748b;
      }

      .page-xoso6699__promotion-card {
        background: linear-gradient(135deg, #2563eb, #64748b);
        color: #ffffff;
        padding: 30px;
        border-radius: 12px;
        text-align: center;
        margin-bottom: 30px;
      }

      .page-xoso6699__promotion-card-title {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 15px;
      }

      .page-xoso6699__promotion-card-text {
        font-size: 1.1rem;
        margin-bottom: 25px;
      }

      .page-xoso6699__guide-list {
        list-style: none;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 20px;
      }

      .page-xoso6699__guide-item {
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        padding: 25px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        box-sizing: border-box;
      }

      .page-xoso6699__guide-icon {
        font-size: 2rem;
        color: #2563eb;
        flex-shrink: 0;
      }

      .page-xoso6699__guide-content h3 {
        font-size: 1.3rem;
        color: #2563eb;
        margin-top: 0;
        margin-bottom: 10px;
      }

      .page-xoso6699__guide-content p {
        font-size: 0.95rem;
        color: #64748b;
        margin-bottom: 0;
      }

      .page-xoso6699__faq-section {
        background-color: #f0f0f0;
      }

      .page-xoso6699__faq-item {
        background-color: #ffffff;
        border-radius: 10px;
        margin-bottom: 15px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      }

      .page-xoso6699__faq-question {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 25px;
        font-size: 1.15rem;
        font-weight: 600;
        color: #2563eb;
        cursor: pointer;
        user-select: none;
        background-color: #ffffff;
        transition: background-color 0.3s ease;
      }

      .page-xoso6699__faq-question h3 {
        margin: 0;
        font-size: 1.15rem;
        font-weight: 600;
        pointer-events: none; /* Prevent h3 from blocking click event */
        flex-grow: 1;
        text-align: left;
      }

      .page-xoso6699__faq-question:hover {
        background-color: #eef2ff;
      }

      .page-xoso6699__faq-toggle {
        font-size: 1.8rem;
        font-weight: 300;
        color: #64748b;
        pointer-events: none; /* Prevent toggle from blocking click event */
        margin-left: 15px;
      }

      .page-xoso6699__faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        opacity: 0;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
        color: #64748b;
        font-size: 1rem;
        text-align: justify;
      }

      .page-xoso6699__faq-item.active .page-xoso6699__faq-answer {
        max-height: 2000px !important; /* Sufficiently large to show all content */
        padding: 20px 25px !important;
        opacity: 1;
      }

      .page-xoso6699__floating-login-button {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #f59e0b; /* Match primary CTA color */
        color: #ffffff;
        padding: 15px 25px;
        border-radius: 50px;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        z-index: 1000;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: transform 0.3s ease;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
      }

      .page-xoso6699__floating-login-button:hover {
        transform: translateY(-3px) scale(1.03);
      }

      .page-xoso6699__floating-login-button svg {
        width: 24px;
        height: 24px;
        fill: currentColor;
      }

      /* General image responsiveness for content area */
      .page-xoso6699 img {
        max-width: 100%;
        height: auto;
        display: block;
      }

      /* Mobile responsiveness */
      @media (max-width: 768px) {
        .page-xoso6699__hero-section {
          padding-top: 10px !important;
          padding-bottom: 30px;
        }

        .page-xoso6699__hero-title {
          font-size: 2rem;
          line-height: 1.3;
        }

        .page-xoso6699__hero-description {
          font-size: 1rem;
          padding: 0 10px;
        }

        .page-xoso6699__cta-buttons {
          flex-direction: column;
          gap: 15px;
          padding: 0 15px;
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
        }

        .page-xoso6699__btn-primary,
        .page-xoso6699__btn-secondary {
          width: 100% !important;
          max-width: 100% !important;
          padding: 15px 20px;
          font-size: 1rem;
          box-sizing: border-box !important;
          white-space: normal !important;
          word-wrap: break-word !important;
        }

        .page-xoso6699__section {
          padding: 40px 15px;
        }

        .page-xoso6699__section-title {
          font-size: 1.8rem;
          margin-bottom: 30px;
        }

        .page-xoso6699__text-block {
          font-size: 1rem;
        }

        .page-xoso6699__features-grid,
        .page-xoso6699__games-grid {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .page-xoso6699__game-card,
        .page-xoso6699__feature-card {
          padding: 20px;
          min-height: unset;
        }

        .page-xoso6699__card-image {
          height: 150px;
        }

        .page-xoso6699__game-icon {
          width: 80px;
          height: 80px;
        }

        .page-xoso6699__card-title {
          font-size: 1.2rem;
        }

        .page-xoso6699__promotion-card {
          padding: 25px;
        }

        .page-xoso6699__promotion-card-title {
          font-size: 1.6rem;
        }

        .page-xoso6699__promotion-card-text {
          font-size: 1rem;
        }

        .page-xoso6699__guide-list {
          grid-template-columns: 1fr;
        }

        .page-xoso6699__guide-item {
          padding: 20px;
          flex-direction: column;
          align-items: center;
          text-align: center;
          box-sizing: border-box !important;
          width: 100% !important;
          max-width: 100% !important;
          margin-left: 0 !important;
          margin-right: 0 !important;
        }

        .page-xoso6699__guide-icon {
          margin-bottom: 10px;
        }

        .page-xoso6699__faq-question {
          font-size: 1rem;
          padding: 15px 20px;
        }

        .page-xoso6699__faq-question h3 {
          font-size: 1rem;
        }

        .page-xoso6699__faq-answer {
          padding: 15px 20px !important;
          font-size: 0.9rem;
        }

        .page-xoso6699__floating-login-button {
          bottom: 15px;
          right: 15px;
          padding: 12px 20px;
          font-size: 1rem;
          max-width: calc(100% - 30px) !important;
          width: auto !important;
          box-sizing: border-box !important;
        }

        /* General image responsiveness for mobile */
        .page-xoso6699 img {
          max-width: 100% !important;
          width: 100% !important;
          height: auto !important;
          box-sizing: border-box !important;
        }

        .page-xoso6699__section,
        .page-xoso6699__card,
        .page-xoso6699__container,
        .page-xoso6699__cta-buttons,
        .page-xoso6699__button-group,
        .page-xoso6699__btn-container {
          max-width: 100% !important;
          width: 100% !important;
          box-sizing: border-box !important;
          padding-left: 15px;
          padding-right: 15px;
        }
      }
    