
    .page-888now-cc {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-888now-cc__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-888now-cc__hero-section {
      text-align: center;
      padding: 60px 15px 40px;
      background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%);
      border-bottom: 2px solid #333;
      padding-top: 10px; /* Small decorative top padding, relying on body for header offset */
    }

    .page-888now-cc__hero-title {
      font-size: 2.8em;
      color: #e6b800;
      margin-bottom: 15px;
      text-shadow: 0 0 10px rgba(230, 184, 0, 0.7);
      font-weight: bold;
    }

    .page-888now-cc__hero-subtitle {
      font-size: 1.2em;
      color: #cccccc;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-888now-cc__cta-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
    }

    .page-888now-cc__button {
      display: inline-block;
      background-color: #e6b800;
      color: #1a1a2e;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-888now-cc__button:hover {
      background-color: #ffd700;
      transform: translateY(-2px);
    }

    .page-888now-cc__section {
      padding: 50px 0;
      border-bottom: 1px solid #333;
    }

    .page-888now-cc__section:last-of-type {
      border-bottom: none;
    }

    .page-888now-cc__section-title {
      text-align: center;
      font-size: 2.2em;
      color: #e6b800;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-888now-cc__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #e6b800;
    }

    .page-888now-cc__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      padding: 0 15px;
    }

    .page-888now-cc__game-card {
      background-color: #2a2a4a;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-888now-cc__game-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6);
    }

    .page-888now-cc__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 2px solid #3a3a5a;
    }

    .page-888now-cc__game-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
    }

    .page-888now-cc__game-title {
      font-size: 1.5em;
      color: #e6b800;
      margin-bottom: 10px;
    }

    .page-888now-cc__game-description {
      font-size: 0.95em;
      color: #b0b0b0;
      margin-bottom: 20px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-888now-cc__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      padding: 0 15px;
    }

    .page-888now-cc__provider-logo {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100px;
    }

    .page-888now-cc__provider-logo:hover {
      transform: translateY(-5px);
    }

    .page-888now-cc__provider-image {
      max-width: 100%;
      height: auto;
      max-height: 80px;
      object-fit: contain;
    }

    .page-888now-cc__payment-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 0 15px;
    }

    .page-888now-cc__payment-item {
      background-color: #2a2a4a;
      border-radius: 10px;
      padding: 15px 25px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: background-color 0.3s ease;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 120px;
      max-width: 180px;
      flex-grow: 1;
    }

    .page-888now-cc__payment-item:hover {
      background-color: #3a3a5a;
    }

    .page-888now-cc__payment-text {
      color: #e6b800;
      font-weight: bold;
      font-size: 1.1em;
      word-wrap: break-word;
      overflow-wrap: break-word;
      text-align: center;
    }

    .page-888now-cc__faq-section {
      padding: 50px 0;
    }

    .page-888now-cc__faq-list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 800px;
    }

    .page-888now-cc__faq-item {
      background-color: #2a2a4a;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }

    .page-888now-cc__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      background-color: #3a3a5a;
      color: #e6b800;
      font-size: 1.1em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-888now-cc__faq-question:hover {
      background-color: #4a4a6a;
    }

    .page-888now-cc__faq-question h3 {
      margin: 0;
      color: inherit;
      font-size: 1.1em;
      pointer-events: none; /* Prevent h3 from blocking click */
      word-wrap: break-word;
      overflow-wrap: break-word;
      max-width: calc(100% - 30px);
    }

    .page-888now-cc__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle from blocking click */
      transition: transform 0.3s ease;
    }

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

    .page-888now-cc__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

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

    .page-888now-cc__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-888now-cc__floating-button {
      background-color: #e6b800;
      color: #1a1a2e;
      padding: 12px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1em;
      white-space: nowrap;
      min-width: 120px;
      box-sizing: border-box;
    }

    .page-888now-cc__floating-button:hover {
      background-color: #ffd700;
      transform: translateY(-3px);
    }

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

      .page-888now-cc__hero-subtitle {
        font-size: 1em;
      }

      .page-888now-cc__section-title {
        font-size: 1.8em;
      }

      .page-888now-cc__game-grid {
        grid-template-columns: 1fr;
        padding: 0;
      }

      .page-888now-cc__game-card {
        margin: 0 10px;
      }

      .page-888now-cc__game-image {
        height: 180px;
      }

      .page-888now-cc__provider-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        padding: 0;
      }

      .page-888now-cc__provider-logo {
        margin: 0 5px;
        min-height: 80px;
      }

      .page-888now-cc__payment-grid {
        flex-direction: column;
        align-items: center;
        padding: 0;
      }

      .page-888now-cc__payment-item {
        width: 100% !important;
        max-width: 90% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px 10px;
      }

      .page-888now-cc__payment-text {
        font-size: 0.9em;
      }

      .page-888now-cc__faq-list {
        padding: 0 10px;
      }

      .page-888now-cc__faq-question {
        padding: 15px 20px;
        font-size: 1em;
      }

      .page-888now-cc__faq-question h3 {
        font-size: 1em;
      }

      .page-888now-cc__faq-answer {
        padding: 0 20px;
      }

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

      .page-888now-cc__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        width: calc(100% - 30px);
        justify-content: center;
      }

      .page-888now-cc__floating-button {
        flex-grow: 1;
        padding: 10px 15px;
        font-size: 0.9em;
        min-width: unset;
      }

      .page-888now-cc__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-888now-cc__button {
        width: 80%;
        margin: 0 auto;
      }
    }

    @media (max-width: 480px) {
      .page-888now-cc__floating-buttons {
        flex-direction: column;
        align-items: stretch;
      }
      .page-888now-cc__floating-button {
        width: 100%;
      }
    }
  