
    /* CSS dành riêng cho trang f88bet trang chủ */
    .page-f88bet {
      font-family: 'Arial', sans-serif;
      color: #333333;
      background-color: #F8F8F8;
      line-height: 1.6;
      padding-bottom: 80px; /* Khoảng trống cho nút nổi */
    }

    .page-f88bet-hero {
      background: linear-gradient(135deg, #007BFF, #0056B3);
      color: #FFFFFF;
      text-align: center;
      padding: 40px 20px;
      position: relative;
      overflow: hidden;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
    }
    .page-f88bet-hero-title {
      font-size: 2.5em;
      margin-bottom: 10px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
    .page-f88bet-hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-f88bet-hero-buttons .page-f88bet-button {
      display: inline-block;
      background-color: #FFC107;
      color: #333333;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      margin: 0 10px;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .page-f88bet-hero-buttons .page-f88bet-button:hover {
      background-color: #E0A800;
      transform: translateY(-2px);
    }

    .page-f88bet-section {
      padding: 30px 20px;
      max-width: 1200px;
      margin: 20px auto;
      background-color: #FFFFFF;
      border-radius: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    .page-f88bet-section-title {
      font-size: 2em;
      color: #007BFF;
      text-align: center;
      margin-bottom: 30px;
      font-weight: bold;
      position: relative;
    }
    .page-f88bet-section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: #FFC107;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .page-f88bet-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }
    .page-f88bet-card {
      background-color: #FDFDFD;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border: 1px solid #EEEEEE;
    }
    .page-f88bet-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .page-f88bet-card-icon {
      width: 70px;
      height: 70px;
      margin-bottom: 15px;
      border-radius: 50%;
      background-color: #E0F2FF;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 2.5em;
      color: #007BFF;
    }
    .page-f88bet-card-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #0056B3;
      font-weight: bold;
    }
    .page-f88bet-card-text {
      font-size: 0.95em;
      color: #555555;
    }

    .page-f88bet-image-container {
      text-align: center;
      margin: 30px 0;
    }
    .page-f88bet-image {
      max-width: 100%;
      height: auto;
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .page-f88bet-image:hover {
      transform: scale(1.02);
    }

    .page-f88bet-list {
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 800px;
    }
    .page-f88bet-list li {
      background-color: #E0F2FF;
      border-left: 5px solid #007BFF;
      margin-bottom: 15px;
      padding: 15px 20px;
      border-radius: 8px;
      font-size: 1.1em;
      color: #333333;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .page-f88bet-list li strong {
      color: #0056B3;
    }

    .page-f88bet-cta {
      text-align: center;
      margin-top: 40px;
    }
    .page-f88bet-cta .page-f88bet-button {
      background-color: #28A745;
      color: #FFFFFF;
      padding: 15px 35px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }
    .page-f88bet-cta .page-f88bet-button:hover {
      background-color: #218838;
      transform: translateY(-2px);
    }

    .page-f88bet-floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }
    .page-f88bet-floating-buttons .page-f88bet-button {
      padding: 12px 25px;
      border-radius: 30px;
      font-weight: bold;
      font-size: 1em;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .page-f88bet-floating-buttons .page-f88bet-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    }
    .page-f88bet-floating-buttons .page-f88bet-button.register {
      background-color: #FFC107;
      color: #333333;
    }
    .page-f88bet-floating-buttons .page-f88bet-button.login {
      background-color: #007BFF;
      color: #FFFFFF;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-f88bet-hero-title {
        font-size: 2em;
      }
      .page-f88bet-hero-subtitle {
        font-size: 1em;
      }
      .page-f88bet-hero-buttons .page-f88bet-button {
        padding: 10px 20px;
        font-size: 0.9em;
        margin: 0 5px;
      }
      .page-f88bet-section {
        padding: 20px 15px;
        margin: 15px auto;
      }
      .page-f88bet-section-title {
        font-size: 1.8em;
      }
      .page-f88bet-grid {
        grid-template-columns: 1fr;
      }
      .page-f88bet-floating-buttons {
        flex-direction: column;
        bottom: 15px;
        gap: 10px;
        width: calc(100% - 40px);
      }
      .page-f88bet-floating-buttons .page-f88bet-button {
        width: 100%;
        text-align: center;
      }
    }

    @media (max-width: 480px) {
      .page-f88bet-hero-title {
        font-size: 1.8em;
      }
      .page-f88bet-hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
      .page-f88bet-hero-buttons .page-f88bet-button {
        margin: 0;
        width: 100%;
      }
      .page-f88bet-floating-buttons {
        bottom: 10px;
        gap: 8px;
      }
    }
  