
    .page-788bet-c-n {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-788bet-c-n__hero-section {
      position: relative;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:online_betting,mobile_casino,788bet_con]') no-repeat center center/cover;
      color: #fff;
      text-align: center;
      padding: 10px 20px 80px; /* Add 10px top padding as per requirement */
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 400px;
      box-sizing: border-box;
    }

    .page-788bet-c-n__hero-content {
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
    }

    .page-788bet-c-n__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-788bet-c-n__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #eee;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-788bet-c-n__section-title {
      font-size: 2.5em;
      color: #2c3e50;
      text-align: center;
      margin: 60px 20px 40px;
      position: relative;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-788bet-c-n__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      margin: 15px auto 0;
    }

    .page-788bet-c-n__content-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
      text-align: center;
    }

    .page-788bet-c-n__about-section p {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: #555;
    }

    .page-788bet-c-n__image-container {
      margin: 40px auto;
      max-width: 800px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      width: 100%;
    }

    .page-788bet-c-n__image {
      max-width: 100%;
      height: auto;
      display: block;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-788bet-c-n__image:hover {
      transform: scale(1.03);
    }

    .page-788bet-c-n__games-grid,
    .page-788bet-c-n__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto 60px;
      padding: 0 20px;
    }

    .page-788bet-c-n__game-card,
    .page-788bet-c-n__promo-card,
    .page-788bet-c-n__feature-item {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      padding-bottom: 20px;
      box-sizing: border-box;
    }

    .page-788bet-c-n__game-card:hover,
    .page-788bet-c-n__promo-card:hover,
    .page-788bet-c-n__feature-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .page-788bet-c-n__game-image,
    .page-788bet-c-n__promo-image,
    .page-788bet-c-n__feature-icon {
      width: 100%;
      height: 200px;
      object-fit: cover;
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-788bet-c-n__feature-icon {
      height: 150px;
      object-fit: contain;
      padding: 20px;
    }

    .page-788bet-c-n__game-title,
    .page-788bet-c-n__promo-title,
    .page-788bet-c-n__feature-title {
      font-size: 1.5em;
      color: #333;
      margin-bottom: 10px;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-788bet-c-n__game-description,
    .page-788bet-c-n__promo-description,
    .page-788bet-c-n__feature-description {
      font-size: 0.95em;
      color: #666;
      padding: 0 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-788bet-c-n__promo-section p {
      font-size: 1.1em;
      margin-bottom: 30px;
      color: #555;
    }

    .page-788bet-c-n__cta-section {
      text-align: center;
      padding: 60px 20px;
      background-color: #2c3e50;
      color: #fff;
      margin-top: 60px;
    }

    .page-788bet-c-n__cta-section .page-788bet-c-n__section-title {
      color: #ffcc00;
      margin-top: 0;
    }

    .page-788bet-c-n__cta-section .page-788bet-c-n__section-title::after {
      background-color: #ffcc00;
    }

    .page-788bet-c-n__cta-text {
      font-size: 1.2em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Floating Buttons */
    .page-788bet-c-n__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.85);
      padding: 10px 15px;
      display: flex;
      justify-content: space-around;
      gap: 15px;
      z-index: 1000;
      box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
      width: 100%;
    }

    .page-788bet-c-n__floating-button {
      flex: 1;
      padding: 12px 10px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      box-sizing: border-box;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-788bet-c-n__floating-button--register {
      background-color: #ffcc00;
      color: #2c3e50;
    }

    .page-788bet-c-n__floating-button--register:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-788bet-c-n__floating-button--login {
      background-color: #3498db;
      color: #fff;
    }

    .page-788bet-c-n__floating-button--login:hover {
      background-color: #217dbb;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-788bet-c-n__faq-section {
      max-width: 1000px;
      margin: 60px auto;
      padding: 0 20px;
    }

    .page-788bet-c-n__faq-container {
      margin-top: 30px;
    }

    .page-788bet-c-n__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-788bet-c-n__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 20px;
      cursor: pointer;
      background-color: #f5f5f5;
      border-bottom: 1px solid #eee;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-788bet-c-n__faq-question:hover {
      background-color: #eee;
    }

    .page-788bet-c-n__faq-title {
      font-size: 1.2em;
      color: #333;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
      word-wrap: break-word;
      overflow-wrap: break-word;
      flex-grow: 1;
    }

    .page-788bet-c-n__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffcc00;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-788bet-c-n__faq-item.active .page-788bet-c-n__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
      color: #e74c3c;
    }

    .page-788bet-c-n__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.3s ease;
      background-color: #fff;
      color: #555;
      box-sizing: border-box;
    }

    .page-788bet-c-n__faq-item.active .page-788bet-c-n__faq-answer {
      max-height: 2000px !important;
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-788bet-c-n__faq-answer p {
      margin: 0;
      font-size: 1em;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-788bet-c-n__hero-title {
        font-size: 2.8em;
      }
      .page-788bet-c-n__hero-subtitle {
        font-size: 1.2em;
      }
      .page-788bet-c-n__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-788bet-c-n__hero-section {
        min-height: 300px;
        padding-bottom: 60px;
      }
      .page-788bet-c-n__hero-title {
        font-size: 2.2em;
      }
      .page-788bet-c-n__hero-subtitle {
        font-size: 1em;
      }
      .page-788bet-c-n__section-title {
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 30px;
      }
      .page-788bet-c-n__about-section p,
      .page-788bet-c-n__promo-section p,
      .page-788bet-c-n__cta-text {
        font-size: 0.95em;
      }

      .page-788bet-c-n__games-grid,
      .page-788bet-c-n__features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-788bet-c-n__game-card,
      .page-788bet-c-n__promo-card,
      .page-788bet-c-n__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 0 20px 0;
      }

      .page-788bet-c-n__game-image,
      .page-788bet-c-n__promo-image,
      .page-788bet-c-n__feature-icon {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-788bet-c-n__floating-buttons {
        flex-direction: row;
        padding: 10px;
      }
      .page-788bet-c-n__floating-button {
        font-size: 1em;
        padding: 10px 8px;
      }

      .page-788bet-c-n__faq-question {
        padding: 15px;
      }
      .page-788bet-c-n__faq-title {
        font-size: 1.1em;
      }
      .page-788bet-c-n__faq-toggle {
        font-size: 1.5em;
      }
      .page-788bet-c-n__faq-answer {
        padding: 15px 15px !important;
      }
    }

    @media (max-width: 480px) {
      .page-788bet-c-n__hero-title {
        font-size: 1.8em;
      }
      .page-788bet-c-n__hero-subtitle {
        font-size: 0.9em;
      }
      .page-788bet-c-n__section-title {
        font-size: 1.5em;
      }
      .page-788bet-c-n__floating-button {
        font-size: 0.9em;
        padding: 8px 5px;
      }
    }
  