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

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

    .page-betlixi__hero-section {
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      color: #fff;
      text-align: center;
      padding: 10px 0 80px 0;
      position: relative;
      overflow: hidden;
    }

    .page-betlixi__hero-title {
      font-size: 3.2em;
      margin-bottom: 10px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
      line-height: 1.2;
    }

    .page-betlixi__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-betlixi__cta-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      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.2);
      border: none;
      cursor: pointer;
    }

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

    .page-betlixi__section {
      padding: 60px 0;
      background-color: #fff;
      margin-bottom: 20px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      border-radius: 8px;
    }

    .page-betlixi__section--dark {
      background-color: #2c3e50;
      color: #ecf0f1;
    }

    .page-betlixi__section-title {
      font-size: 2.5em;
      color: #1a2a6c;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-betlixi__section--dark .page-betlixi__section-title {
      color: #fdbb2d;
    }

    .page-betlixi__text-content {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-betlixi__feature-item {
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
    }

    .page-betlixi__section--dark .page-betlixi__feature-item {
      background-color: #34495e;
      color: #ecf0f1;
    }

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

    .page-betlixi__feature-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #fdbb2d;
    }

    .page-betlixi__feature-title {
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 15px;
      color: #1a2a6c;
    }

    .page-betlixi__section--dark .page-betlixi__feature-title {
      color: #fdbb2d;
    }

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

    .page-betlixi__game-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
      text-align: center;
      box-sizing: border-box;
    }

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

    .page-betlixi__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-betlixi__game-info {
      padding: 20px;
    }

    .page-betlixi__game-title {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 10px;
      color: #1a2a6c;
    }

    .page-betlixi__game-description {
      font-size: 0.95em;
      color: #666;
    }

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

    .page-betlixi__promotion-title {
      font-size: 1.8em;
      color: #b21f1f;
      margin-bottom: 15px;
      font-weight: bold;
    }

    .page-betlixi__promotion-description {
      font-size: 1.1em;
      color: #555;
      margin-bottom: 20px;
    }

    .page-betlixi__promotion-cta {
      display: inline-block;
      background-color: #b21f1f;
      color: #fff;
      padding: 12px 25px;
      border-radius: 50px;
      font-size: 1em;
      font-weight: bold;
      text-decoration: none;
      transition: background-color 0.3s ease;
      border: none;
      cursor: pointer;
    }

    .page-betlixi__promotion-cta:hover {
      background-color: #8f1919;
    }

    .page-betlixi__payment-providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      margin-top: 30px;
      justify-content: center;
    }

    .page-betlixi__provider-item {
      background-color: #f0f0f0;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-betlixi__section--dark .page-betlixi__provider-item {
      background-color: #4a647d;
    }

    .page-betlixi__provider-logo {
      max-width: 120px;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .page-betlixi__provider-name {
      margin-top: 10px;
      font-weight: bold;
      color: #333;
    }

    .page-betlixi__section--dark .page-betlixi__provider-name {
      color: #ecf0f1;
    }

    .page-betlixi__faq-section {
      background-color: #f9f9f9;
    }

    .page-betlixi__faq-list {
      list-style: none;
      padding: 0;
      margin-top: 40px;
    }

    .page-betlixi__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .page-betlixi__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #eaf2f8;
      color: #1a2a6c;
      font-weight: bold;
      font-size: 1.2em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-betlixi__faq-question:hover {
      background-color: #dbe7f0;
    }

    .page-betlixi__faq-question h3 {
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click on parent div */
      color: #1a2a6c;
    }

    .page-betlixi__faq-toggle {
      font-size: 1.8em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click on parent div */
      transition: transform 0.3s ease;
    }

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

    .page-betlixi__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fdfdfd;
      color: #555;
    }

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

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

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

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

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

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

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

    @media (max-width: 768px) {
      .page-betlixi__hero-title {
        font-size: 2.2em;
      }

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

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

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

      .page-betlixi__features-grid,
      .page-betlixi__game-gallery,
      .page-betlixi__payment-providers-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .page-betlixi__feature-item,
      .page-betlixi__game-card,
      .page-betlixi__provider-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-betlixi__game-image {
        height: 180px;
      }

      .page-betlixi__promotion-title {
        font-size: 1.5em;
      }

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

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

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

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

      .page-betlixi__floating-buttons {
        flex-direction: row;
        bottom: 15px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: calc(100% - 30px);
        max-width: 400px;
        gap: 10px;
      }

      .page-betlixi__floating-button {
        flex: 1;
        padding: 10px 15px;
        font-size: 0.9em;
        min-width: auto;
      }

      /* Image responsiveness */
      .page-betlixi__feature-icon,
      .page-betlixi__game-image,
      .page-betlixi__provider-logo {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
      }

      .page-betlixi__hero-image-overlay {
        max-width: 100%;
        height: auto;
      }

      .page-betlixi__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }
  