
    .page-888-bet-app {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0; /* Light gray text for contrast */
      background-color: #1a1a2e; /* Dark blue/purple background */
      line-height: 1.6;
      padding-top: 10px; /* Small top padding for aesthetic, assuming body has header offset */
    }

    .page-888-bet-app__section-title {
      font-size: 2.5rem;
      color: #e94560; /* Vibrant red/pink for titles */
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
    }

    .page-888-bet-app__section-description {
      font-size: 1.1rem;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px auto;
      color: #c0c0c0;
    }

    /* Hero Section */
    .page-888-bet-app__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 60px 20px;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%);
      border-bottom: 5px solid #e94560;
    }

    .page-888-bet-app__hero-content {
      max-width: 900px;
      margin-bottom: 40px;
    }

    .page-888-bet-app__hero-title {
      font-size: 3.5rem;
      margin-bottom: 20px;
      color: #ffffff;
      line-height: 1.2;
    }

    .page-888-bet-app__hero-title strong {
      color: #e94560;
    }

    .page-888-bet-app__hero-description {
      font-size: 1.3rem;
      margin-bottom: 30px;
      color: #c0c0c0;
    }

    .page-888-bet-app__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
    }

    .page-888-bet-app__button {
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1rem;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap; /* Prevent text wrapping */
    }

    .page-888-bet-app__button--primary {
      background-color: #e94560;
      color: #ffffff;
    }

    .page-888-bet-app__button--primary:hover {
      background-color: #d13a52;
      transform: translateY(-2px);
    }

    .page-888-bet-app__button--secondary {
      background-color: #537fe7;
      color: #ffffff;
    }

    .page-888-bet-app__button--secondary:hover {
      background-color: #4a6fd6;
      transform: translateY(-2px);
    }

    .page-888-bet-app__button--large {
      padding: 20px 40px;
      font-size: 1.3rem;
    }

    .page-888-bet-app__hero-image-wrapper {
      width: 100%;
      max-width: 600px;
      overflow: hidden;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-888-bet-app__hero-image {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%; /* Important for responsiveness */
    }

    /* Features Section */
    .page-888-bet-app__features-section {
      padding: 80px 20px;
      background-color: #1f1f3f;
    }

    .page-888-bet-app__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-888-bet-app__feature-item {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, background-color 0.3s ease;
      border: 1px solid #3a3a5e;
    }

    .page-888-bet-app__feature-item:hover {
      transform: translateY(-5px);
      background-color: #3a3a5e;
    }

    .page-888-bet-app__feature-icon {
      width: 100%; /* Ensure icon is responsive */
      max-width: 250px; /* Max width for icons */
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 8px;
    }

    .page-888-bet-app__feature-title {
      font-size: 1.8rem;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-888-bet-app__feature-description {
      font-size: 1rem;
      color: #c0c0c0;
    }

    /* Games Section */
    .page-888-bet-app__games-section {
      padding: 80px 20px;
      background-color: #1a1a2e;
    }

    .page-888-bet-app__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-888-bet-app__game-category {
      background-color: #2a2a4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      border: 1px solid #3a3a5e;
    }

    .page-888-bet-app__game-category:hover {
      transform: translateY(-5px);
    }

    .page-888-bet-app__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover; /* Cover the area, cropping if necessary */
      display: block;
      max-width: 100%; /* Important for responsiveness */
    }

    .page-888-bet-app__game-title {
      font-size: 1.6rem;
      color: #537fe7;
      padding: 15px 20px 5px 20px;
    }

    .page-888-bet-app__game-description {
      font-size: 0.95rem;
      color: #c0c0c0;
      padding: 0 20px 20px 20px;
    }

    /* Download Section */
    .page-888-bet-app__download-section {
      padding: 80px 20px;
      background-color: #1f1f3f;
    }

    .page-888-bet-app__download-steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1000px;
      margin: 0 auto 50px auto;
    }

    .page-888-bet-app__step-item {
      background-color: #2a2a4a;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: 1px solid #3a3a5e;
    }

    .page-888-bet-app__step-icon {
      width: 100%;
      max-width: 250px; /* Max width for icons */
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 8px;
    }

    .page-888-bet-app__step-title {
      font-size: 1.8rem;
      color: #e94560;
      margin-bottom: 15px;
    }

    .page-888-bet-app__step-description {
      font-size: 1rem;
      color: #c0c0c0;
    }

    .page-888-bet-app__download-cta {
      text-align: center;
      margin-top: 50px;
    }

    .page-888-bet-app__download-cta-text {
      font-size: 1.5rem;
      margin-bottom: 30px;
      color: #ffffff;
    }

    /* Payments Section */
    .page-888-bet-app__payments-section {
      padding: 80px 20px;
      background-color: #1a1a2e;
    }

    .page-888-bet-app__payments-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Smaller grid for logos */
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .page-888-bet-app__payment-item {
      background-color: #2a2a4a;
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      border: 1px solid #3a3a5e;
    }

    .page-888-bet-app__payment-logo {
      width: 100%;
      max-width: 150px; /* Max width for payment logos */
      height: auto;
      margin-bottom: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-height: 80px; /* Limit height for uniform display */
      object-fit: contain; /* Ensure logo is fully visible */
      max-width: 100%; /* Important for responsiveness */
    }

    .page-888-bet-app__payment-name {
      font-size: 1rem;
      color: #ffffff;
      font-weight: bold;
    }

    /* FAQ Section */
    .page-888-bet-app__faq-section {
      padding: 80px 20px;
      background-color: #1f1f3f;
    }

    .page-888-bet-app__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-888-bet-app__faq-item {
      background-color: #2a2a4a;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: 1px solid #3a3a5e;
    }

    .page-888-bet-app__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #3a3a5e;
      transition: background-color 0.3s ease;
    }

    .page-888-bet-app__faq-question:hover {
      background-color: #4a4a6e;
    }

    .page-888-bet-app__faq-question h3 {
      margin: 0;
      font-size: 1.2rem;
      color: #ffffff;
      pointer-events: none; /* Prevent h3 from blocking click */
      flex-grow: 1;
    }

    .page-888-bet-app__faq-toggle {
      font-size: 1.8rem;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
      width: 30px;
      text-align: center;
      line-height: 1;
    }

    .page-888-bet-app__faq-item.active .page-888-bet-app__faq-toggle {
      transform: rotate(45deg); /* Change + to X (or - if desired) */
      color: #537fe7;
    }

    .page-888-bet-app__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: #c0c0c0;
    }

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

    .page-888-bet-app__faq-answer p {
      margin: 0;
      font-size: 1rem;
    }

    /* Call to Action Section */
    .page-888-bet-app__cta-section {
      padding: 80px 20px;
      text-align: center;
      background-color: #1a1a2e;
      border-top: 5px solid #e94560;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
      .page-888-bet-app__hero-title {
        font-size: 3rem;
      }
      .page-888-bet-app__section-title {
        font-size: 2.2rem;
      }
    }

    @media (max-width: 768px) {
      .page-888-bet-app__hero-section {
        padding: 40px 15px;
      }
      .page-888-bet-app__hero-title {
        font-size: 2.5rem;
      }
      .page-888-bet-app__hero-description {
        font-size: 1.1rem;
      }
      .page-888-bet-app__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-888-bet-app__button {
        width: 100%;
        max-width: 300px;
      }

      .page-888-bet-app__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
      }
      .page-888-bet-app__section-description {
        font-size: 1rem;
        margin-bottom: 40px;
      }

      /* Image responsiveness for all images */
      .page-888-bet-app__hero-image,
      .page-888-bet-app__feature-icon,
      .page-888-bet-app__game-image,
      .page-888-bet-app__step-icon,
      .page-888-bet-app__payment-logo {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-888-bet-app__hero-image-wrapper,
      .page-888-bet-app__feature-item,
      .page-888-bet-app__game-category,
      .page-888-bet-app__step-item,
      .page-888-bet-app__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding to avoid content being too wide */
        padding-right: 15px !important; /* Adjust padding */
      }

      .page-888-bet-app__features-grid,
      .page-888-bet-app__games-grid,
      .page-888-bet-app__download-steps,
      .page-888-bet-app__payments-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px !important; /* Ensure grid container itself has padding */
        box-sizing: border-box !important;
      }

      .page-888-bet-app__game-image {
        height: 180px; /* Slightly smaller height for mobile */
      }

      .page-888-bet-app__faq-question {
        padding: 15px 20px;
      }
      .page-888-bet-app__faq-question h3 {
        font-size: 1.1rem;
      }
      .page-888-bet-app__faq-answer {
        padding: 0 20px;
      }
      .page-888-bet-app__faq-item.active .page-888-bet-app__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-888-bet-app__hero-title {
        font-size: 2rem;
      }
      .page-888-bet-app__hero-description {
        font-size: 1rem;
      }
      .page-888-bet-app__button {
        font-size: 1rem;
        padding: 12px 25px;
      }
      .page-888-bet-app__button--large {
        font-size: 1.1rem;
        padding: 15px 30px;
      }
      .page-888-bet-app__section-title {
        font-size: 1.8rem;
      }
      .page-888-bet-app__feature-title,
      .page-888-bet-app__game-title,
      .page-888-bet-app__step-title {
        font-size: 1.5rem;
      }
    }
  