
    /* 页面专用CSS */
    .page-365ball {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f0f2f5;
      padding-bottom: 80px; /* Cần khoảng trống cho nút nổi */
    }

    /* Đảm bảo khoảng cách với thanh điều hướng cố định */
    .page-365ball__hero-section {
      padding-top: 10px; /* Một chút khoảng đệm trang trí ở trên */
    }

    /* Kiểu dáng chung cho các phần */
    .page-365ball__section {
      padding: 20px 15px;
      margin-bottom: 20px;
      background-color: #ffffff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      box-sizing: border-box;
    }

    .page-365ball__section-title {
      font-size: 28px;
      color: #0056b3; /* Màu xanh đậm */
      text-align: center;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-365ball__text-center {
      text-align: center;
    }

    .page-365ball__button {
      display: inline-block;
      background-color: #ff4500; /* Màu cam-đỏ cho hành động */
      color: #ffffff;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 16px;
    }

    .page-365ball__button:hover {
      background-color: #e03e00;
    }

    /* Phần Hero */
    .page-365ball__hero-section {
      background: linear-gradient(135deg, #0056b3, #007bff); /* Gradient màu xanh */
      color: #ffffff;
      text-align: center;
      padding: 40px 15px;
      border-radius: 0 0 15px 15px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      margin-bottom: 20px;
      box-sizing: border-box;
    }

    .page-365ball__hero-title {
      font-size: 36px;
      margin-bottom: 15px;
      font-weight: bold;
      line-height: 1.2;
    }

    .page-365ball__hero-subtitle {
      font-size: 18px;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-365ball__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
    }

    /* Phần Hiển Thị Sản Phẩm */
    .page-365ball__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 20px;
    }

    .page-365ball__product-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-365ball__product-card:hover {
      transform: translateY(-5px);
    }

    .page-365ball__product-image-container {
      width: 100%;
      height: 200px; /* Chiều cao cố định để nhất quán */
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #eee;
    }

    .page-365ball__product-image {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

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

    .page-365ball__product-title {
      font-size: 20px;
      color: #0056b3;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-365ball__product-description {
      font-size: 14px;
      color: #555;
      margin-bottom: 15px;
      flex-grow: 1;
    }

    /* Phần Khuyến Mãi */
    .page-365ball__promotion-item {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 20px;
      background-color: #fff;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }

    .page-365ball__promotion-image-container {
      flex-shrink: 0;
      width: 120px;
      height: 90px;
      overflow: hidden;
      border-radius: 6px;
      background-color: #eee;
    }

    .page-365ball__promotion-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .page-365ball__promotion-content {
      flex-grow: 1;
    }

    .page-365ball__promotion-title {
      font-size: 18px;
      color: #0056b3;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .page-365ball__promotion-description {
      font-size: 14px;
      color: #666;
    }

    /* Phần Câu Hỏi Thường Gặp (FAQ) */
    .page-365ball__faq-list {
      margin-top: 20px;
    }

    .page-365ball__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      margin-bottom: 10px;
      overflow: hidden;
    }

    .page-365ball__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      background-color: #007bff; /* Nền xanh cho câu hỏi */
      color: #ffffff;
      font-weight: bold;
      font-size: 18px;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-365ball__faq-question:hover {
      background-color: #0056b3;
    }

    .page-365ball__faq-question h3 {
      margin: 0;
      font-size: 18px;
      color: inherit;
      pointer-events: none; /* Ngăn h3 chặn sự kiện click */
    }

    .page-365ball__faq-toggle {
      font-size: 24px;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Ngăn biểu tượng toggle chặn sự kiện click */
    }

    .page-365ball__faq-item.active .page-365ball__faq-toggle {
      transform: rotate(45deg); /* Thay đổi + thành X hoặc tương tự */
    }
    .page-365ball__faq-item.active .page-365ball__faq-question {
      background-color: #0056b3; /* Màu xanh đậm hơn khi hoạt động */
    }

    .page-365ball__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: #333;
      background-color: #ffffff;
      font-size: 16px;
    }

    .page-365ball__faq-item.active .page-365ball__faq-answer {
      max-height: 2000px !important; /* Đủ lớn để chứa mọi nội dung */
      padding: 20px 15px !important;
      opacity: 1;
    }

    /* Nút Nổi (Floating Buttons) */
    .page-365ball__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: #0056b3; /* Nền xanh */
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
    }

    .page-365ball__floating-button {
      background-color: #ff4500; /* Cam-đỏ */
      color: #ffffff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      font-size: 16px;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
      width: 45%;
      text-align: center;
      box-sizing: border-box;
    }

    .page-365ball__floating-button:hover {
      background-color: #e03e00;
    }

    /* Kiểu dáng ảnh chung */
    .page-365ball img {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    /* Điều chỉnh Responsive */
    @media (max-width: 768px) {
      .page-365ball__section {
        padding: 15px 10px;
        margin-bottom: 15px;
      }

      .page-365ball__section-title {
        font-size: 24px;
        margin-bottom: 15px;
      }

      .page-365ball__hero-title {
        font-size: 30px;
      }

      .page-365ball__hero-subtitle {
        font-size: 16px;
      }

      .page-365ball__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }

      .page-365ball__button {
        width: 100%;
        padding: 10px 20px;
        font-size: 15px;
      }

      .page-365ball__product-grid {
        grid-template-columns: 1fr;
      }

      .page-365ball__product-image-container {
        height: 180px;
      }

      .page-365ball__promotion-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
      }

      .page-365ball__promotion-image-container {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
      }

      .page-365ball__promotion-title {
        font-size: 16px;
      }

      .page-365ball__promotion-description {
        font-size: 13px;
      }

      .page-365ball__faq-question {
        padding: 12px 15px;
        font-size: 16px;
      }

      .page-365ball__faq-question h3 {
        font-size: 16px;
      }

      .page-365ball__faq-toggle {
        font-size: 20px;
      }

      .page-365ball__faq-answer {
        padding: 15px 10px !important; /* Điều chỉnh padding cho di động */
        font-size: 14px;
      }

      /* Yêu cầu responsive cho các mục danh sách trên di động */
      .page-365ball ul, .page-365ball ol {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-365ball ul li, .page-365ball ol li {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px !important; /* Điều chỉnh theo nhu cầu */
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-365ball__floating-buttons {
        padding: 8px 0;
      }

      .page-365ball__floating-button {
        padding: 8px 15px;
        font-size: 15px;
        width: 48%; /* Điều chỉnh cho khoảng cách */
      }
    }

    @media (max-width: 480px) {
      .page-365ball__hero-title {
        font-size: 26px;
      }
      .page-365ball__section-title {
        font-size: 22px;
      }
      .page-365ball__floating-button {
        font-size: 14px;
        padding: 8px 10px;
      }
    }
  