
    .page-888sport {
      font-family: 'Arial', sans-serif;
      color: #333;
      background-color: #f5f5f5;
      line-height: 1.6;
      padding-bottom: 40px;
    }

    .page-888sport__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    }

    .page-888sport__section--dark {
      background-color: #2a2a2a;
      color: #f0f0f0;
    }

    .page-888sport__section--dark h2,
    .page-888sport__section--dark h3 {
      color: #ffd700;
    }

    .page-888sport__hero-section {
      text-align: center;
      background: linear-gradient(135deg, #1a1a1a 0%, #3a3a3a 100%);
      color: #ffffff;
      padding: 60px 20px;
      border-radius: 0;
      margin-bottom: 0;
      box-shadow: none;
      padding-top: 10px; /* Small decorative top padding */
    }

    .page-888sport__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #ffd700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      line-height: 1.2;
    }

    .page-888sport__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #e0e0e0;
    }

    .page-888sport__download-button {
      display: inline-block;
      background-color: #007bff; /* Blue for download */
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-888sport__download-button:hover {
      background-color: #0056b3;
      transform: translateY(-3px);
    }

    .page-888sport__image-container {
      margin: 40px auto;
      text-align: center;
      width: 100%;
      max-width: 600px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-888sport__image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }

    .page-888sport__features-grid,
    .page-888sport__game-grid,
    .page-888sport__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-888sport__feature-item,
    .page-888sport__game-item,
    .page-888sport__payment-item {
      background-color: #f9f9f9;
      padding: 25px;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-888sport__section--dark .page-888sport__feature-item,
    .page-888sport__section--dark .page-888sport__game-item,
    .page-888sport__section--dark .page-888sport__payment-item {
      background-color: #3a3a3a;
      color: #f0f0f0;
    }

    .page-888sport__feature-item:hover,
    .page-888sport__game-item:hover,
    .page-888sport__payment-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .page-888sport__feature-icon,
    .page-888sport__game-icon,
    .page-888sport__payment-logo {
      width: 100px; /* Min size 200px, but these are conceptual placeholders */
      height: auto;
      margin-bottom: 15px;
      max-width: 100%;
      border-radius: 8px;
    }

    .page-888sport__feature-title,
    .page-888sport__game-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
    }

    .page-888sport__section--dark .page-888sport__feature-title,
    .page-888sport__section--dark .page-888sport__game-title {
      color: #ffd700;
    }

    .page-888sport__step-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-888sport__step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 30px;
      background-color: #f9f9f9;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    .page-888sport__section--dark .page-888sport__step-item {
      background-color: #3a3a3a;
    }

    .page-888sport__step-number {
      font-size: 2em;
      font-weight: bold;
      color: #007bff;
      margin-right: 20px;
      flex-shrink: 0;
      line-height: 1;
    }

    .page-888sport__section--dark .page-888sport__step-number {
      color: #ffd700;
    }

    .page-888sport__step-content h3 {
      font-size: 1.5em;
      margin-top: 0;
      margin-bottom: 10px;
      color: #333;
    }

    .page-888sport__section--dark .page-888sport__step-content h3 {
      color: #ffd700;
    }

    .page-888sport__step-content p {
      margin-bottom: 15px;
    }

    .page-888sport__step-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin-top: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .page-888sport__promo-list {
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-888sport__promo-item {
      background-color: #f9f9f9;
      padding: 20px;
      margin-bottom: 15px;
      border-left: 5px solid #007bff;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    .page-888sport__section--dark .page-888sport__promo-item {
      background-color: #3a3a3a;
      border-left-color: #ffd700;
    }

    .page-888sport__promo-item h3 {
      color: #007bff;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-888sport__section--dark .page-888sport__promo-item h3 {
      color: #ffd700;
    }

    .page-888sport__faq-list {
      margin-top: 30px;
    }

    .page-888sport__faq-item {
      background-color: #f9f9f9;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      box-sizing: border-box;
    }

    .page-888sport__section--dark .page-888sport__faq-item {
      background-color: #3a3a3a;
    }

    .page-888sport__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
      cursor: pointer;
      user-select: none;
      background-color: #eee;
      color: #333;
      font-weight: bold;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-888sport__section--dark .page-888sport__faq-question {
      background-color: #4a4a4a;
      color: #f0f0f0;
    }

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

    .page-888sport__section--dark .page-888sport__faq-question:hover {
      background-color: #5a5a5a;
    }

    .page-888sport__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none;
      color: #333;
    }

    .page-888sport__section--dark .page-888sport__faq-question h3 {
      color: #f0f0f0;
    }

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

    .page-888sport__section--dark .page-888sport__faq-toggle {
      color: #ffd700;
    }

    .page-888sport__faq-item.active .page-888sport__faq-toggle {
      transform: rotate(45deg);
    }

    .page-888sport__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-888sport__section--dark .page-888sport__faq-answer {
      color: #ccc;
    }

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

    .page-888sport__cta-section {
      text-align: center;
      background-color: #007bff;
      color: #ffffff;
      padding: 50px 20px;
      border-radius: 8px;
    }

    .page-888sport__cta-section h2 {
      color: #ffffff;
      margin-bottom: 20px;
      font-size: 2.2em;
    }

    .page-888sport__cta-section p {
      font-size: 1.1em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-888sport__hero-title {
        font-size: 2em;
      }

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

      .page-888sport__download-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-888sport__section {
        padding: 20px 15px;
        margin-bottom: 15px;
      }

      .page-888sport__features-grid,
      .page-888sport__game-grid,
      .page-888sport__payment-grid {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .page-888sport__feature-item,
      .page-888sport__game-item,
      .page-888sport__payment-item {
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-888sport__step-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
        margin-bottom: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-888sport__step-number {
        margin-right: 0;
        margin-bottom: 10px;
      }

      .page-888sport__step-image {
        margin-top: 15px;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

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

      .page-888sport__faq-question,
      .page-888sport__faq-answer {
        padding: 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

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

      .page-888sport__cta-section {
        padding: 30px 15px;
      }

      .page-888sport__cta-section h2 {
        font-size: 1.8em;
      }
    }

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

      .page-888sport__section h2 {
        font-size: 1.6em;
      }

      .page-888sport__section h3 {
        font-size: 1.2em;
      }
    }
  