
    /* CSS cho trang 365bet */
    .page-365bet {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a2e;
      line-height: 1.6;
      padding-bottom: 80px; /* Để chừa chỗ cho nút nổi */
      padding-top: var(--header-offset, 122px); /* Fallback for header offset */
    }

    .page-365bet__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
      box-sizing: border-box;
    }

    .page-365bet__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,slots,365bet]') no-repeat center center/cover;
      text-align: center;
      padding: 80px 15px;
      min-height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative padding after body offset */
    }

    .page-365bet__hero-title {
      font-size: 3em;
      color: #ffcc00;
      margin-bottom: 20px;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      font-weight: bold;
    }

    .page-365bet__hero-subtitle {
      font-size: 1.5em;
      color: #e0e0e0;
      margin-bottom: 30px;
      max-width: 800px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

    .page-365bet__cta-button {
      background-color: #007bff;
      color: white;
      padding: 15px 30px;
      border-radius: 5px;
      font-size: 1.2em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      display: inline-block;
      cursor: pointer;
      border: none;
    }

    .page-365bet__cta-button:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-365bet__section {
      padding: 60px 0;
      text-align: center;
    }

    .page-365bet__section--dark {
      background-color: #16213e;
    }

    .page-365bet__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      margin-bottom: 40px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-365bet__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 4px;
      background-color: #007bff;
      border-radius: 2px;
    }

    .page-365bet__text-content {
      font-size: 1.1em;
      max-width: 900px;
      margin: 0 auto 40px;
      color: #e0e0e0;
    }

    .page-365bet__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-365bet__feature-item {
      background-color: #0f3460;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
    }

    .page-365bet__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-365bet__feature-icon {
      width: 80px;
      height: auto;
      margin-bottom: 20px;
      display: block;
      margin-left: 0;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-365bet__feature-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-365bet__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-365bet__product-card {
      background-color: #0f3460;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      display: flex;
      flex-direction: column;
      height: 100%;
      transition: transform 0.3s ease;
    }
    
    .page-365bet__product-card:hover {
        transform: translateY(-5px);
    }

    .page-365bet__product-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-365bet__product-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-365bet__product-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-365bet__product-description {
      font-size: 1em;
      color: #e0e0e0;
      margin-bottom: 20px;
      flex-grow: 1;
    }

    .page-365bet__promotion-card {
      background-color: #0f3460;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      margin-bottom: 30px;
      text-align: left;
    }

    .page-365bet__promotion-title {
      font-size: 1.8em;
      color: #ffcc00;
      margin-bottom: 15px;
    }

    .page-365bet__promotion-description {
      font-size: 1.1em;
      color: #e0e0e0;
      margin-bottom: 20px;
    }

    .page-365bet__promotion-button {
      background-color: #007bff;
      color: white;
      padding: 12px 25px;
      border-radius: 5px;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      display: inline-block;
      cursor: pointer;
      border: none;
    }

    .page-365bet__promotion-button:hover {
      background-color: #0056b3;
    }

    /* Floating Buttons */
    .page-365bet__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 15px;
      background-color: rgba(26, 33, 46, 0.95);
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
      z-index: 1000;
      box-sizing: border-box;
    }

    .page-365bet__floating-button {
      flex: 1;
      padding: 12px 10px;
      margin: 0 5px;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: white;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      max-width: 48%; /* Ensure two buttons fit well */
      box-sizing: border-box;
    }

    .page-365bet__floating-button--register {
      background-color: #007bff;
    }

    .page-365bet__floating-button--register:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-365bet__floating-button--login {
      background-color: #ffcc00;
      color: #1a1a2e;
    }

    .page-365bet__floating-button--login:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    /* FAQ Section */
    .page-365bet__faq-section {
      padding: 60px 0;
      background-color: #16213e;
      text-align: center;
    }

    .page-365bet__faq-list {
      max-width: 800px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-365bet__faq-item {
      background-color: #0f3460;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .page-365bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #0f3460;
      color: #ffcc00;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
      border-bottom: 1px solid rgba(255, 204, 0, 0.1);
    }

    .page-365bet__faq-question:hover {
      background-color: #1a4e7f;
    }

    .page-365bet__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click on parent */
    }

    .page-365bet__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      margin-left: 15px;
      color: #007bff;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent */
      transition: transform 0.3s ease;
    }

    .page-365bet__faq-item.active .page-365bet__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' visually */
      color: #ffcc00;
    }

    .page-365bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #e0e0e0;
      font-size: 1.1em;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      box-sizing: border-box;
    }

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

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-365bet__hero-section {
        padding: 60px 15px;
      }

      .page-365bet__hero-title {
        font-size: 2.2em;
      }

      .page-365bet__hero-subtitle {
        font-size: 1.2em;
      }

      .page-365bet__section-title {
        font-size: 2em;
      }

      .page-365bet__text-content {
        font-size: 1em;
      }

      .page-365bet__features-grid,
      .page-365bet__product-grid {
        grid-template-columns: 1fr;
        padding: 0 15px; /* Ensure content doesn't touch edges */
        box-sizing: border-box;
      }

      .page-365bet__feature-item,
      .page-365bet__product-card,
      .page-365bet__promotion-card {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-365bet__faq-list {
        padding: 0 15px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-365bet__faq-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-365bet__faq-question,
      .page-365bet__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }

      .page-365bet__faq-question {
        font-size: 1.1em;
      }

      .page-365bet__faq-answer {
        font-size: 1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-365bet__floating-button {
        font-size: 1em;
        padding: 10px 8px;
        margin: 0 3px;
      }
    }

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

      .page-365bet__hero-subtitle {
        font-size: 1em;
      }

      .page-365bet__cta-button {
        padding: 12px 20px;
        font-size: 1em;
      }

      .page-365bet__section-title {
        font-size: 1.8em;
      }
    }
  