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

    .page-1-1bet__hero-section {
      position: relative;
      padding: 10px 0 60px 0;
      text-align: center;
      background: linear-gradient(135deg, #2a0000, #4d0000);
      overflow: hidden;
    }

    .page-1-1bet__hero-image {
      width: 100%;
      max-height: 500px;
      object-fit: cover;
      opacity: 0.8;
      display: block;
      margin: 0 auto;
    }

    .page-1-1bet__hero-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-width: 800px;
      text-align: center;
      color: #fff;
      z-index: 2;
    }

    .page-1-1bet__main-title {
      font-size: 2.8em;
      margin-bottom: 15px;
      color: #ffcc00;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-1-1bet__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-1-1bet__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 50px;
      font-size: 1.1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
    }

    .page-1-1bet__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

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

    .page-1-1bet__section-title {
      font-size: 2.2em;
      color: #ffcc00;
      margin-bottom: 30px;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    }

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

    .page-1-1bet__card {
      background-color: #2c2c2c;
      border-radius: 15px;
      padding: 25px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-1-1bet__card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
    }

    .page-1-1bet__card-image-wrapper {
      width: 100%;
      max-width: 300px;
      height: auto;
      overflow: hidden;
      border-radius: 10px;
      margin-bottom: 15px;
      box-sizing: border-box;
    }

    .page-1-1bet__card-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

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

    .page-1-1bet__card-description {
      font-size: 1em;
      color: #ccc;
    }

    .page-1-1bet__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-1-1bet__floating-button {
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1.05em;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      min-width: 120px;
    }

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

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

    .page-1-1bet__floating-button--login {
      background-color: #28a745;
      color: #fff;
    }

    .page-1-1bet__floating-button--login:hover {
      background-color: #1e7e34;
      transform: translateY(-3px);
    }

    .page-1-1bet__faq-section {
      background-color: #222222;
      padding: 60px 20px;
      text-align: left;
    }

    .page-1-1bet__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-1-1bet__faq-item {
      margin-bottom: 15px;
      border: 1px solid #333;
      border-radius: 10px;
      overflow: hidden;
      background-color: #2c2c2c;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-1-1bet__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      background-color: #3a3a3a;
      cursor: pointer;
      user-select: none;
      font-size: 1.2em;
      font-weight: bold;
      color: #ffcc00;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-1-1bet__faq-question:hover {
      background-color: #4a4a4a;
    }

    .page-1-1bet__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #ffcc00;
      pointer-events: none; /* Prevent h3 from blocking click */
    }

    .page-1-1bet__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ffcc00;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle from blocking click */
    }

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

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

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

    .page-1-1bet__faq-answer p {
      margin-bottom: 15px;
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
    }

    .page-1-1bet__footer-text {
        text-align: center;
        padding: 20px;
        font-size: 0.9em;
        color: #888;
        background-color: #111;
    }

    @media (max-width: 768px) {
      .page-1-1bet__hero-section {
        padding: 10px 0 40px 0;
      }

      .page-1-1bet__main-title {
        font-size: 2em;
      }

      .page-1-1bet__hero-description {
        font-size: 1em;
        margin-bottom: 20px;
      }

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

      .page-1-1bet__section {
        padding: 30px 15px;
      }

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

      .page-1-1bet__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-1-1bet__card {
        padding: 20px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-1-1bet__card-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
      }

      .page-1-1bet__card-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-1-1bet__card-title {
        font-size: 1.3em;
      }

      .page-1-1bet__card-description {
        font-size: 0.95em;
      }

      .page-1-1bet__floating-buttons {
        flex-direction: row;
        width: calc(100% - 40px);
        left: 20px;
        right: 20px;
        justify-content: space-around;
        bottom: 15px;
        gap: 10px;
      }

      .page-1-1bet__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.95em;
        min-width: unset;
      }

      .page-1-1bet__faq-section {
        padding: 40px 15px;
      }

      .page-1-1bet__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

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

      .page-1-1bet__faq-answer {
        padding: 0 20px;
      }

      .page-1-1bet__faq-item.active .page-1-1bet__faq-answer {
        padding: 15px 20px !important;
      }
    }

    @media (max-width: 480px) {
      .page-1-1bet__main-title {
        font-size: 1.8em;
      }
      .page-1-1bet__hero-description {
        font-size: 0.9em;
      }
      .page-1-1bet__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-1-1bet__section-title {
        font-size: 1.6em;
      }
      .page-1-1bet__floating-button {
        font-size: 0.85em;
        padding: 8px 10px;
      }
    }
  