
    /* Base styles for the page */
    .page-8kbet-con {
      font-family: 'Arial', sans-serif;
      color: #f0f0f0;
      background-color: #1a1a1a;
      line-height: 1.6;
      padding-bottom: 20px; /* Space above footer */
    }

    .page-8kbet-con__section-title {
      font-size: 2.2em;
      color: #ffd700; /* Gold color */
      text-align: center;
      margin-bottom: 30px;
      padding: 20px 15px 10px;
      position: relative;
    }
    .page-8kbet-con__section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background-color: #ffd700;
      margin: 10px auto 0;
    }

    .page-8kbet-con__text-content {
      max-width: 800px;
      margin: 0 auto 20px;
      padding: 0 15px;
      text-align: center;
      color: #e0e0e0;
    }

    /* Buttons */
    .page-8kbet-con__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      transition: background-color 0.3s ease, transform 0.2s ease;
      cursor: pointer;
      font-size: 1.1em;
      border: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-8kbet-con__button--primary {
      background-color: #ffd700; /* Gold */
      color: #1a1a1a;
    }
    .page-8kbet-con__button--primary:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-8kbet-con__button--secondary {
      background-color: #333;
      color: #ffd700;
      border: 2px solid #ffd700;
    }
    .page-8kbet-con__button--secondary:hover {
      background-color: #444;
      transform: translateY(-2px);
    }

    .page-8kbet-con__center-button {
      text-align: center;
      margin-top: 30px;
      padding: 0 15px;
    }

    /* Floating Buttons */
    .page-8kbet-con__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      background: rgba(0, 0, 0, 0.7);
      padding: 10px 20px;
      border-radius: 50px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    }
    .page-8kbet-con__floating-buttons .page-8kbet-con__button {
      font-size: 1em;
      padding: 10px 20px;
    }
    .page-8kbet-con__floating-buttons .page-8kbet-con__button--register {
      background-color: #007bff; /* Blue for register */
      color: #fff;
    }
    .page-8kbet-con__floating-buttons .page-8kbet-con__button--register:hover {
      background-color: #0056b3;
    }
    .page-8kbet-con__floating-buttons .page-8kbet-con__button--login {
      background-color: #28a745; /* Green for login */
      color: #fff;
    }
    .page-8kbet-con__floating-buttons .page-8kbet-con__button--login:hover {
      background-color: #1e7e34;
    }

    /* Hero Section */
    .page-8kbet-con__hero-section {
      position: relative;
      color: #fff;
      text-align: center;
      padding: 10px 0 60px; /* Small padding-top, assuming body handles main offset */
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .page-8kbet-con__hero-image-container {
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      margin-top: 20px;
    }

    .page-8kbet-con__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    }

    .page-8kbet-con__hero-content {
      position: relative;
      z-index: 1;
      padding: 0 15px;
      max-width: 900px;
    }

    .page-8kbet-con__brand-title {
      font-size: 3.5em;
      margin-bottom: 10px;
      color: #ffd700;
      text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
    }

    .page-8kbet-con__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 20px;
      color: #e0e0e0;
    }

    .page-8kbet-con__promo-card {
      background-color: rgba(255, 215, 0, 0.1);
      border: 2px solid #ffd700;
      border-radius: 15px;
      padding: 25px;
      margin-top: 30px;
      box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
      max-width: 500px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-8kbet-con__promo-title {
      font-size: 1.8em;
      color: #ffd700;
      margin-bottom: 15px;
    }

    .page-8kbet-con__promo-text {
      font-size: 1.1em;
      margin-bottom: 20px;
    }

    /* About Section */
    .page-8kbet-con__about-section {
      padding: 40px 0;
      background-color: #222;
    }

    /* Game Categories Section */
    .page-8kbet-con__games-section {
      padding: 40px 0;
      background-color: #1a1a1a;
    }

    .page-8kbet-con__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-8kbet-con__game-item {
      background-color: #282828;
      border-radius: 12px;
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .page-8kbet-con__game-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
    }

    .page-8kbet-con__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-8kbet-con__game-title {
      font-size: 1.5em;
      color: #ffd700;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-8kbet-con__game-description {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px;
    }

    /* Promotions Section */
    .page-8kbet-con__promo-highlights-section {
      padding: 40px 0;
      background-color: #222;
    }

    .page-8kbet-con__promo-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-8kbet-con__promo-card-item {
      background-color: #282828;
      border-radius: 12px;
      overflow: hidden;
      text-align: center;
      padding-bottom: 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .page-8kbet-con__promo-card-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
    }

    .page-8kbet-con__promo-image {
      width: 100%;
      height: 200px; /* Fixed height */
      object-fit: cover;
      display: block;
      margin-bottom: 15px;
    }

    .page-8kbet-con__promo-card-title {
      font-size: 1.4em;
      color: #ffd700;
      margin-bottom: 10px;
      padding: 0 15px;
    }

    .page-8kbet-con__promo-card-text {
      font-size: 0.95em;
      color: #ccc;
      padding: 0 15px;
    }

    /* Why Choose Section */
    .page-8kbet-con__why-choose-section {
      padding: 40px 0;
      background-color: #1a1a1a;
    }

    .page-8kbet-con__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 25px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-8kbet-con__feature-item {
      background-color: #282828;
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .page-8kbet-con__feature-image {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin-bottom: 15px;
      border-radius: 8px;
    }

    .page-8kbet-con__feature-title {
      font-size: 1.3em;
      color: #ffd700;
      margin-bottom: 10px;
    }

    .page-8kbet-con__feature-description {
      font-size: 0.9em;
      color: #ccc;
    }

    /* Payment Methods Section */
    .page-8kbet-con__payments-section {
      padding: 40px 0;
      background-color: #222;
    }

    .page-8kbet-con__payment-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 1000px;
    }

    .page-8kbet-con__payment-item {
      background-color: #282828;
      border-radius: 8px;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      color: #e0e0e0;
      font-weight: bold;
      font-size: 1.1em;
      box-sizing: border-box; /* Crucial for responsiveness */
      width: calc(33.333% - 14px); /* For larger screens */
      max-width: 200px; /* Limit individual item width */
      justify-content: center;
    }

    .page-8kbet-con__payment-logo {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }

    /* Providers Section */
    .page-8kbet-con__providers-section {
      padding: 40px 0;
      background-color: #1a1a1a;
    }

    .page-8kbet-con__provider-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 1000px;
    }

    .page-8kbet-con__provider-item {
      background-color: #282828;
      border: 1px solid #333;
      border-radius: 8px;
      padding: 10px 20px;
      color: #ffd700;
      font-weight: bold;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; /* Crucial for responsiveness */
      width: calc(25% - 12px); /* For larger screens */
      text-align: center;
    }

    /* Register Guide Section */
    .page-8kbet-con__register-guide-section {
      padding: 40px 0;
      background-color: #222;
    }

    .page-8kbet-con__register-steps {
      list-style: none;
      padding: 0;
      max-width: 800px;
      margin: 0 auto;
    }

    .page-8kbet-con__step-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 25px;
      background-color: #282828;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    }

    .page-8kbet-con__step-number {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      min-width: 40px; /* Prevent shrinking */
      background-color: #ffd700;
      color: #1a1a1a;
      border-radius: 50%;
      font-size: 1.5em;
      font-weight: bold;
      margin-right: 20px;
    }

    .page-8kbet-con__step-content h3 {
      font-size: 1.4em;
      color: #ffd700;
      margin-top: 0;
      margin-bottom: 8px;
    }

    .page-8kbet-con__step-content p {
      font-size: 1em;
      color: #ccc;
      margin: 0;
    }

    /* FAQ Section */
    .page-8kbet-con__faq-section {
      padding: 40px 0 60px;
      background-color: #1a1a1a;
    }

    .page-8kbet-con__faq-container {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-8kbet-con__faq-item {
      background-color: #282828;
      border-radius: 10px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      overflow: hidden; /* Ensures max-height transition works */
    }

    .page-8kbet-con__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #333;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }
    .page-8kbet-con__faq-question:hover {
      background-color: #444;
    }

    .page-8kbet-con__faq-question h3 {
      font-size: 1.2em;
      color: #ffd700;
      margin: 0;
      pointer-events: none; /* Crucial for click event on parent */
    }

    .page-8kbet-con__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #ffd700;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click event on parent */
      line-height: 1; /* Adjust line-height to center '+' or '-' */
      width: 25px; /* Fixed width for consistent alignment */
      text-align: center;
    }

    .page-8kbet-con__faq-item.active .page-8kbet-con__faq-toggle {
      transform: rotate(45deg); /* Rotate '+' to 'x' or 'minus' */
    }

    .page-8kbet-con__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px; /* Initial padding */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0; /* Fade out content */
      color: #e0e0e0;
    }

    .page-8kbet-con__faq-item.active .page-8kbet-con__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px !important; /* Final padding */
      opacity: 1;
    }

    .page-8kbet-con__faq-answer p {
      margin: 0;
      padding-bottom: 5px;
    }

    /* Contact & Social Section */
    .page-8kbet-con__contact-social-section {
      padding: 40px 0;
      background-color: #222;
    }

    .page-8kbet-con__social-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      list-style: none;
      padding: 0;
      margin: 0 auto;
      max-width: 800px;
      color: #ffd700;
      font-weight: bold;
    }

    .page-8kbet-con__social-item {
      background-color: #282828;
      border-radius: 8px;
      padding: 10px 15px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    /* General Image Responsiveness */
    .page-8kbet-con img {
      max-width: 100%;
      height: auto;
      display: block; /* Remove extra space below images */
    }

    /* Media Queries for Responsiveness */
    @media (max-width: 768px) {
      .page-8kbet-con__brand-title {
        font-size: 2.8em;
      }
      .page-8kbet-con__hero-subtitle {
        font-size: 1.2em;
      }
      .page-8kbet-con__section-title {
        font-size: 1.8em;
      }
      .page-8kbet-con__button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-8kbet-con__floating-buttons {
        gap: 10px;
        padding: 8px 15px;
      }
      .page-8kbet-con__floating-buttons .page-8kbet-con__button {
        font-size: 0.9em;
        padding: 8px 15px;
      }

      .page-8kbet-con__game-grid,
      .page-8kbet-con__promo-list,
      .page-8kbet-con__features-grid {
        grid-template-columns: 1fr;
        padding: 0 10px;
      }

      /* List item specific responsiveness */
      .page-8kbet-con__payment-list,
      .page-8kbet-con__provider-list,
      .page-8kbet-con__social-list {
        flex-direction: column; /* Stack items */
        align-items: center; /* Center items */
        padding: 0 10px !important;
      }

      .page-8kbet-con__payment-item,
      .page-8kbet-con__provider-item,
      .page-8kbet-con__social-item {
        width: 100% !important; /* Full width */
        max-width: 300px !important; /* Optional max-width for very wide screens */
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-8kbet-con__payment-item {
        justify-content: flex-start; /* Align logo and text to start */
      }

      .page-8kbet-con__step-item {
        flex-direction: column;
        text-align: center;
        padding: 15px;
      }
      .page-8kbet-con__step-number {
        margin-right: 0;
        margin-bottom: 15px;
      }
      .page-8kbet-con__step-content h3 {
        font-size: 1.2em;
      }
      .page-8kbet-con__step-content p {
        font-size: 0.9em;
      }

      .page-8kbet-con__faq-question {
        padding: 12px 15px;
      }
      .page-8kbet-con__faq-question h3 {
        font-size: 1.1em;
      }
      .page-8kbet-con__faq-answer {
        padding: 0 15px; /* Adjust initial padding */
      }
      .page-8kbet-con__faq-item.active .page-8kbet-con__faq-answer {
        padding: 15px !important; /* Adjust active padding */
      }
    }

    @media (max-width: 480px) {
      .page-8kbet-con__brand-title {
        font-size: 2.2em;
      }
      .page-8kbet-con__hero-subtitle {
        font-size: 1em;
      }
      .page-8kbet-con__promo-title {
        font-size: 1.5em;
      }
      .page-8kbet-con__promo-text {
        font-size: 0.9em;
      }
      .page-8kbet-con__section-title {
        font-size: 1.6em;
      }
    }
  