
    .page-39bet-com {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f4f7f6;
      padding-top: 10px; /* Small decorative padding, assuming body handles main offset */
    }

    .page-39bet-com__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      box-sizing: border-box;
    }

    .page-39bet-com__section {
      background-color: #fff;
      padding: 40px 20px;
      margin-bottom: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .page-39bet-com__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-39bet-com__section-title {
      font-size: 2.5em;
      color: #3498db;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-39bet-com__section--dark .page-39bet-com__section-title {
      color: #e74c3c;
    }

    .page-39bet-com__hero {
      background: linear-gradient(135deg, #3498db, #8e44ad);
      color: #fff;
      padding: 60px 20px;
      border-radius: 0;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 400px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .page-39bet-com__hero-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.2;
      z-index: 0;
    }

    .page-39bet-com__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-39bet-com__hero-title {
      font-size: 3.5em;
      margin-bottom: 15px;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
      color: #fff;
    }

    .page-39bet-com__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      color: #ecf0f1;
    }

    .page-39bet-com__button {
      display: inline-block;
      background-color: #e74c3c;
      color: #fff;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-39bet-com__button:hover {
      background-color: #c0392b;
    }

    .page-39bet-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .page-39bet-com__floating-button {
      background-color: #27ae60;
      color: #fff;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      font-size: 1.1em;
      border: none;
      cursor: pointer;
    }

    .page-39bet-com__floating-button:hover {
      background-color: #229954;
      transform: translateY(-2px);
    }

    .page-39bet-com__floating-button--login {
      background-color: #f39c12;
    }

    .page-39bet-com__floating-button--login:hover {
      background-color: #e67e22;
    }

    .page-39bet-com__product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-39bet-com__product-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
      max-width: 350px;
      box-sizing: border-box;
    }

    .page-39bet-com__product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-39bet-com__product-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-bottom: 1px solid #eee;
    }

    .page-39bet-com__product-content {
      padding: 20px;
    }

    .page-39bet-com__product-title {
      font-size: 1.8em;
      color: #34495e;
      margin-bottom: 10px;
      font-weight: bold;
    }

    .page-39bet-com__product-description {
      font-size: 1em;
      color: #666;
      margin-bottom: 15px;
    }

    .page-39bet-com__promotion-card {
      background-color: #ecf0f1;
      border-left: 5px solid #e74c3c;
      padding: 25px;
      margin-bottom: 20px;
      border-radius: 8px;
      text-align: left;
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .page-39bet-com__promotion-icon {
      font-size: 3em;
      color: #e74c3c;
    }

    .page-39bet-com__promotion-details h3 {
      font-size: 1.5em;
      color: #2c3e50;
      margin-top: 0;
      margin-bottom: 10px;
    }

    .page-39bet-com__promotion-details p {
      font-size: 1em;
      color: #34495e;
      margin-bottom: 10px;
    }

    .page-39bet-com__payment-grid,
    .page-39bet-com__provider-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-items: center;
    }

    .page-39bet-com__logo-card {
      background-color: #f9f9f9;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      text-align: center;
      width: 100%;
      max-width: 200px;
      box-sizing: border-box;
    }

    .page-39bet-com__logo-image {
      max-width: 100%;
      height: auto;
      max-height: 80px;
      object-fit: contain;
    }

    .page-39bet-com__logo-text {
      margin-top: 10px;
      font-size: 0.9em;
      color: #555;
      font-weight: bold;
    }

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

    .page-39bet-com__news-card {
      background-color: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      width: 100%;
      box-sizing: border-box;
    }

    .page-39bet-com__news-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .page-39bet-com__news-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-39bet-com__news-content {
      padding: 20px;
    }

    .page-39bet-com__news-title {
      font-size: 1.5em;
      color: #34495e;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-39bet-com__news-date {
      font-size: 0.9em;
      color: #95a5a6;
      margin-bottom: 10px;
    }

    .page-39bet-com__news-excerpt {
      font-size: 1em;
      color: #666;
    }

    .page-39bet-com__faq-item {
      background-color: #f9f9f9;
      border: 1px solid #ddd;
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      box-sizing: border-box;
      width: 100%;
    }

    .page-39bet-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #eaf2f8;
      color: #2c3e50;
      cursor: pointer;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-39bet-com__faq-question:hover {
      background-color: #d4e6f1;
    }

    .page-39bet-com__faq-question h3 {
      margin: 0;
      flex-grow: 1;
      pointer-events: none; /* Prevents text from blocking click event */
      color: #2c3e50;
    }

    .page-39bet-com__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      margin-left: 15px;
      pointer-events: none; /* Prevents icon from blocking click event */
      transition: transform 0.3s ease;
    }

    .page-39bet-com__faq-item.active .page-39bet-com__faq-toggle {
      transform: rotate(45deg);
    }

    .page-39bet-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background-color: #fff;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
    }

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

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-39bet-com__container {
        padding: 15px;
      }

      .page-39bet-com__section {
        padding: 30px 15px;
      }

      .page-39bet-com__section-title {
        font-size: 2em;
      }

      .page-39bet-com__hero {
        padding: 40px 15px;
        min-height: 300px;
      }

      .page-39bet-com__hero-title {
        font-size: 2.5em;
      }

      .page-39bet-com__hero-subtitle {
        font-size: 1.2em;
      }

      .page-39bet-com__button {
        padding: 12px 25px;
        font-size: 0.9em;
      }

      .page-39bet-com__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-39bet-com__floating-button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-39bet-com__product-grid,
      .page-39bet-com__payment-grid,
      .page-39bet-com__provider-grid,
      .page-39bet-com__news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-39bet-com__product-card,
      .page-39bet-com__logo-card,
      .page-39bet-com__news-card {
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-39bet-com__product-image,
      .page-39bet-com__news-image {
        height: 200px;
      }

      .page-39bet-com__promotion-card {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
      }

      .page-39bet-com__promotion-icon {
        margin-bottom: 10px;
      }

      .page-39bet-com__faq-question,
      .page-39bet-com__faq-answer {
        padding-left: 15px !important;
        padding-right: 15px !important;
      }
      .page-39bet-com__faq-question h3 {
        font-size: 1em;
      }
      .page-39bet-com__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-39bet-com__hero-title {
        font-size: 2em;
      }
      .page-39bet-com__hero-subtitle {
        font-size: 1em;
      }
    }
  