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

    .page-789-pp__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:casino,gambling,sports]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* 10px top for decorative, 80px bottom for CTA */
      min-height: 450px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
    }

    .page-789-pp__hero-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-789-pp__hero-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffda47; /* Gold-like color for emphasis */
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    }

    .page-789-pp__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }

    .page-789-pp__cta-button {
      display: inline-block;
      background-color: #ff4757; /* Red for action */
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-789-pp__cta-button:hover {
      background-color: #e63946;
    }

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

    .page-789-pp__floating-btn {
      display: block;
      background-color: #28a745; /* Green for register */
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      text-align: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease;
      min-width: 120px;
    }

    .page-789-pp__floating-btn:hover {
      background-color: #218838;
    }

    .page-789-pp__login-btn {
      background-color: #007bff; /* Blue for login */
    }

    .page-789-pp__login-btn:hover {
      background-color: #0056b3;
    }

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

    .page-789-pp__section-dark {
      background-color: #343a40;
      color: #fff;
    }

    .page-789-pp__section-title {
      font-size: 2.2em;
      color: #333;
      text-align: center;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-789-pp__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ff4757;
      border-radius: 2px;
    }

    .page-789-pp__section-dark .page-789-pp__section-title {
      color: #ffda47;
    }

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

    .page-789-pp__product-item {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease;
    }

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

    .page-789-pp__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-789-pp__product-name {
      font-size: 1.5em;
      color: #333;
      margin: 20px 0 10px;
      padding: 0 15px;
    }

    .page-789-pp__product-description {
      font-size: 1em;
      color: #666;
      padding: 0 15px;
    }

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

    .page-789-pp__promotion-item {
      background-color: #e9f7ef; /* Light green for promotions */
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
      border-left: 5px solid #28a745;
      box-sizing: border-box;
    }

    .page-789-pp__promotion-item h3 {
      color: #28a745;
      margin-top: 0;
      font-size: 1.3em;
      margin-bottom: 10px;
    }

    .page-789-pp__promotion-item p {
      color: #555;
      margin-bottom: 0;
    }

    .page-789-pp__news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .page-789-pp__news-article {
      background-color: #f9f9f9;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .page-789-pp__news-article:hover {
      transform: translateY(-5px);
    }

    .page-789-pp__news-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-789-pp__news-content {
      padding: 20px;
    }

    .page-789-pp__news-date {
      font-size: 0.9em;
      color: #999;
      margin-bottom: 10px;
      display: block;
    }

    .page-789-pp__news-title {
      font-size: 1.4em;
      color: #333;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-789-pp__news-excerpt {
      font-size: 1em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-789-pp__read-more {
      color: #007bff;
      text-decoration: none;
      font-weight: bold;
      display: inline-block;
    }

    .page-789-pp__read-more:hover {
      text-decoration: underline;
    }

    .page-789-pp__faq-section {
      padding: 40px 20px;
      max-width: 900px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-789-pp__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-789-pp__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-789-pp__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      cursor: pointer;
      user-select: none;
      background-color: #fff;
      transition: background-color 0.3s ease;
    }

    .page-789-pp__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-789-pp__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-789-pp__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ff4757;
      min-width: 20px;
      text-align: center;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-789-pp__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #666;
      font-size: 0.95em;
    }

    .page-789-pp__faq-item.active .page-789-pp__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-789-pp__hero-title {
        font-size: 2em;
      }

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

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

      .page-789-pp__floating-buttons {
        bottom: 15px;
        right: 15px;
        flex-direction: row;
        gap: 8px;
      }

      .page-789-pp__floating-btn {
        padding: 10px 20px;
        font-size: 0.9em;
        min-width: unset;
      }

      .page-789-pp__section {
        padding: 20px 15px;
      }

      .page-789-pp__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
      }

      .page-789-pp__product-grid,
      .page-789-pp__promotion-list,
      .page-789-pp__news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-789-pp__product-item,
      .page-789-pp__promotion-item,
      .page-789-pp__news-article {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-789-pp__promotion-item {
        padding: 20px;
      }

      .page-789-pp__product-image,
      .page-789-pp__news-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }

      .page-789-pp__faq-question h3 {
        font-size: 1em;
      }

      .page-789-pp__faq-answer {
        padding: 0 10px;
      }

      .page-789-pp__faq-item.active .page-789-pp__faq-answer {
        padding: 15px 10px !important;
      }
    }
  