
    .page-36win-bet {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-36win-bet__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-36win-bet__hero-section {
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,mobile,casino,36win]') no-repeat center center/cover;
      padding: 80px 20px;
      color: #ffffff;
      text-align: center;
      position: relative;
      overflow: hidden;
      padding-top: 10px; /* Small decorative top padding, assuming body handles header offset */
    }

    .page-36win-bet__hero-title {
      font-size: 2.8rem;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-36win-bet__hero-subtitle {
      font-size: 1.3rem;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-36win-bet__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 30px;
      border-radius: 5px;
      font-size: 1.1rem;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-36win-bet__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-36win-bet__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      width: 90%;
      max-width: 400px;
      justify-content: center;
    }

    .page-36win-bet__float-button {
      flex: 1;
      background-color: #007bff;
      color: #ffffff;
      padding: 12px 15px;
      border-radius: 8px;
      font-size: 1.1rem;
      font-weight: bold;
      text-align: center;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

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

    .page-36win-bet__register-button {
      background-color: #28a745;
    }

    .page-36win-bet__register-button:hover {
      background-color: #218838;
    }

    .page-36win-bet__section-title {
      font-size: 2.2rem;
      color: #ffcc00;
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
    }

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

    .page-36win-bet__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-36win-bet__game-card {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
      box-sizing: border-box;
    }

    .page-36win-bet__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-36win-bet__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 3px solid #007bff;
    }

    .page-36win-bet__game-card-content {
      padding: 20px;
      flex-grow: 1;
    }

    .page-36win-bet__game-card-title {
      font-size: 1.5rem;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-36win-bet__game-card-description {
      font-size: 0.95rem;
      color: #ccc;
    }

    .page-36win-bet__promotion-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin-top: 30px;
    }

    .page-36win-bet__promotion-item {
      background-color: #2c2c2c;
      border-radius: 10px;
      padding: 25px;
      width: 100%;
      max-width: 350px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-36win-bet__promotion-item:hover {
      transform: scale(1.02);
    }

    .page-36win-bet__promotion-title {
      font-size: 1.4rem;
      color: #007bff;
      margin-bottom: 10px;
    }

    .page-36win-bet__promotion-description {
      font-size: 1rem;
      color: #ccc;
      margin-bottom: 15px;
    }

    .page-36win-bet__promotion-cta {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }

    .page-36win-bet__promotion-cta:hover {
      background-color: #e6b800;
    }

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

    .page-36win-bet__news-article {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
      box-sizing: border-box;
    }

    .page-36win-bet__news-article:hover {
      transform: translateY(-3px);
    }

    .page-36win-bet__news-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .page-36win-bet__news-content {
      padding: 20px;
    }

    .page-36win-bet__news-title {
      font-size: 1.3rem;
      color: #ffcc00;
      margin-bottom: 10px;
    }

    .page-36win-bet__news-date {
      font-size: 0.85rem;
      color: #999;
      margin-bottom: 15px;
    }

    .page-36win-bet__news-excerpt {
      font-size: 0.95rem;
      color: #ccc;
    }

    .page-36win-bet__features-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
      margin-top: 30px;
      list-style: none;
      padding: 0;
    }

    .page-36win-bet__feature-item {
      background-color: #2c2c2c;
      border-radius: 10px;
      padding: 25px;
      width: 100%;
      max-width: 300px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      box-sizing: border-box;
    }

    .page-36win-bet__feature-title {
      font-size: 1.3rem;
      color: #007bff;
      margin-bottom: 10px;
    }

    .page-36win-bet__feature-description {
      font-size: 0.95rem;
      color: #ccc;
    }

    .page-36win-bet__faq-section {
      background-color: #222;
    }

    .page-36win-bet__faq-list {
      margin-top: 30px;
      text-align: left;
    }

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

    .page-36win-bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #333;
      cursor: pointer;
      user-select: none;
      border-bottom: 1px solid #444;
      transition: background-color 0.3s ease;
    }

    .page-36win-bet__faq-question:hover {
      background-color: #444;
    }

    .page-36win-bet__faq-question h3 {
      margin: 0;
      font-size: 1.15rem;
      color: #ffcc00;
      pointer-events: none; /* Prevent text selection from interfering with click */
    }

    .page-36win-bet__faq-toggle {
      font-size: 1.5rem;
      font-weight: bold;
      color: #007bff;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent icon from interfering with click */
    }

    .page-36win-bet__faq-item.active .page-36win-bet__faq-toggle {
      transform: rotate(45deg);
    }

    .page-36win-bet__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #ccc;
      font-size: 0.95rem;
    }

    .page-36win-bet__faq-item.active .page-36win-bet__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px !important;
      opacity: 1;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-36win-bet__hero-title {
        font-size: 2rem;
      }

      .page-36win-bet__hero-subtitle {
        font-size: 1rem;
      }

      .page-36win-bet__section-title {
        font-size: 1.8rem;
      }

      .page-36win-bet__game-grid {
        grid-template-columns: 1fr;
      }

      .page-36win-bet__promotion-item,
      .page-36win-bet__news-article,
      .page-36win-bet__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px 15px !important; /* Adjust padding */
      }

      .page-36win-bet__game-card-content, .page-36win-bet__news-content {
        padding: 15px;
      }

      .page-36win-bet__promotion-list,
      .page-36win-bet__news-grid,
      .page-36win-bet__features-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 10px !important; /* Adjust container padding */
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-36win-bet__faq-question {
        padding: 12px 15px;
      }

      .page-36win-bet__faq-question h3 {
        font-size: 1rem !important;
      }

      .page-36win-bet__faq-toggle {
        font-size: 1.2rem !important;
      }

      .page-36win-bet__faq-answer {
        padding: 10px 15px !important;
      }

      .page-36win-bet__floating-buttons {
        width: calc(100% - 40px);
        bottom: 10px;
      }
      .page-36win-bet__float-button {
        font-size: 1rem;
        padding: 10px 10px;
      }
    }

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

      .page-36win-bet__section-title {
        font-size: 1.6rem;
      }

      .page-36win-bet__cta-button {
        padding: 10px 20px;
        font-size: 1rem;
      }
    }
  