
    .page-89bet2-com {
      font-family: 'Arial', sans-serif;
      color: #E0E0E0; /* Light gray text for dark background */
      background-color: #1A1A1A; /* Dark background */
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-89bet2-com__hero-section {
      position: relative;
      padding: 10px 20px 60px; /* Small top padding, assuming shared CSS handles main offset */
      background: url('[GALLERY:hero:1920x1080:betting,casino,dark_background,89bet2]') no-repeat center center/cover;
      text-align: center;
      min-height: 600px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .page-89bet2-com__hero-content {
      max-width: 900px;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 30px;
      border-radius: 10px;
    }

    .page-89bet2-com__brand-keyword {
      font-size: 3.5em;
      color: #FFD700; /* Gold color for brand */
      margin-bottom: 15px;
      text-transform: uppercase;
      font-weight: bold;
    }

    .page-89bet2-com__slogan {
      font-size: 1.4em;
      color: #F0F0F0;
      margin-bottom: 30px;
    }

    .page-89bet2-com__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-89bet2-com__button {
      display: inline-block;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.2s ease;
      white-space: nowrap;
      cursor: pointer;
    }

    .page-89bet2-com__button--primary {
      background-color: #FFD700; /* Gold */
      color: #1A1A1A;
    }

    .page-89bet2-com__button--primary:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-89bet2-com__button--secondary {
      background-color: #333;
      color: #FFD700;
      border: 2px solid #FFD700;
    }

    .page-89bet2-com__button--secondary:hover {
      background-color: #444;
      transform: translateY(-2px);
    }

    .page-89bet2-com__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
      pointer-events: none;
      width: auto;
      max-width: 90%;
    }

    .page-89bet2-com__floating-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 50px;
      border-radius: 25px;
      font-weight: bold;
      font-size: 1em;
      text-decoration: none;
      color: #1A1A1A;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      pointer-events: auto;
      cursor: pointer;
    }

    .page-89bet2-com__floating-button--register {
      background-color: #FFD700; /* Gold */
    }

    .page-89bet2-com__floating-button--login {
      background-color: #007bff; /* Blue */
      color: #E0E0E0;
    }

    .page-89bet2-com__floating-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
    }

    /* General Section Styling */
    .page-89bet2-com__promotions-section,
    .page-89bet2-com__games-section,
    .page-89bet2-com__providers-section,
    .page-89bet2-com__why-choose-us-section,
    .page-89bet2-com__payment-methods-section,
    .page-89bet2-com__faq-section,
    .page-89bet2-com__cta-section {
      padding: 60px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-89bet2-com__section-title {
      font-size: 2.5em;
      color: #FFD700;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-89bet2-com__section-description {
      font-size: 1.1em;
      color: #B0B0B0;
      margin-bottom: 40px;
    }

    /* Promotions Grid */
    .page-89bet2-com__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-89bet2-com__promotion-card {
      background-color: #2A2A2A;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-align: left;
    }

    .page-89bet2-com__promotion-card:hover {
      transform: translateY(-5px);
    }

    .page-89bet2-com__promotion-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-89bet2-com__promotion-title {
      font-size: 1.5em;
      color: #FFD700;
      margin: 15px 15px 10px;
    }

    .page-89bet2-com__promotion-text {
      font-size: 0.95em;
      color: #C0C0C0;
      padding: 0 15px 20px;
    }

    /* Games Grid */
    .page-89bet2-com__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
    }

    .page-89bet2-com__game-card {
      background-color: #2A2A2A;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-align: left;
    }

    .page-89bet2-com__game-card:hover {
      transform: translateY(-5px);
    }

    .page-89bet2-com__game-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      max-width: 100%;
    }

    .page-89bet2-com__game-title {
      font-size: 1.4em;
      color: #FFD700;
      margin: 15px 15px 10px;
    }

    .page-89bet2-com__game-description {
      font-size: 0.9em;
      color: #C0C0C0;
      padding: 0 15px 20px;
    }

    /* Providers Section */
    .page-89bet2-com__providers-grid,
    .page-89bet2-com__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 20px;
      justify-content: center;
      align-items: center;
    }

    .page-89bet2-com__provider-item,
    .page-89bet2-com__payment-item {
      background-color: #2A2A2A;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 150px;
    }

    .page-89bet2-com__provider-item:hover,
    .page-89bet2-com__payment-item:hover {
      transform: translateY(-3px);
    }

    .page-89bet2-com__provider-logo,
    .page-89bet2-com__payment-logo {
      max-width: 100px;
      height: auto;
      margin-bottom: 10px;
      max-height: 80px;
      object-fit: contain;
    }

    .page-89bet2-com__provider-name,
    .page-89bet2-com__payment-name {
      font-size: 1em;
      color: #F0F0F0;
      font-weight: bold;
    }

    /* Why Choose Us Section (Feature List) */
    .page-89bet2-com__feature-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .page-89bet2-com__feature-item {
      background-color: #2A2A2A;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      text-align: center;
    }

    .page-89bet2-com__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-89bet2-com__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
    }

    .page-89bet2-com__feature-title {
      font-size: 1.4em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-89bet2-com__feature-text {
      font-size: 0.95em;
      color: #C0C0C0;
    }

    /* FAQ Section */
    .page-89bet2-com__faq-container {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .page-89bet2-com__faq-item {
      background-color: #2A2A2A;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .page-89bet2-com__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #333;
      color: #FFD700;
      font-size: 1.1em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-89bet2-com__faq-question:hover {
      background-color: #444;
    }

    .page-89bet2-com__faq-title {
      margin: 0;
      padding: 0;
      font-size: 1.1em;
      color: inherit;
      pointer-events: none;
    }

    .page-89bet2-com__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-89bet2-com__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #C0C0C0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-89bet2-com__faq-answer p {
      margin: 0;
      padding-bottom: 20px;
    }

    .page-89bet2-com__faq-item.active .page-89bet2-com__faq-question {
      background-color: #444;
    }

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

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

    /* Call to Action Section */
    .page-89bet2-com__cta-section {
      background-color: #222;
      padding: 80px 20px;
      border-top: 1px solid #333;
    }

    .page-89bet2-com__button--large {
      padding: 18px 40px;
      font-size: 1.2em;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-89bet2-com__hero-section {
        padding-top: 60px;
        min-height: 500px;
      }

      .page-89bet2-com__brand-keyword {
        font-size: 2.5em;
      }

      .page-89bet2-com__slogan {
        font-size: 1.1em;
      }

      .page-89bet2-com__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }

      .page-89bet2-com__button {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
      }

      .page-89bet2-com__floating-buttons {
        width: 100%;
        bottom: 0;
        left: 0;
        transform: translateX(0);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 10px 0;
        background-color: rgba(26, 26, 26, 0.95);
        justify-content: space-around;
        gap: 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
      }

      .page-89bet2-com__floating-button {
        width: 45%;
        height: 45px;
        font-size: 0.9em;
      }

      .page-89bet2-com__section-title {
        font-size: 2em;
      }

      .page-89bet2-com__section-description {
        font-size: 1em;
      }

      .page-89bet2-com__promotions-grid,
      .page-89bet2-com__games-grid,
      .page-89bet2-com__feature-list,
      .page-89bet2-com__providers-grid,
      .page-89bet2-com__payment-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      /* List item responsive rules */
      .page-89bet2-com__feature-list {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
      }
      .page-89bet2-com__feature-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      /* Image responsive rules */
      .page-89bet2-com__promotion-image,
      .page-89bet2-com__game-image,
      .page-89bet2-com__provider-logo,
      .page-89bet2-com__payment-logo,
      .page-89bet2-com__feature-icon {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

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

      .page-89bet2-com__faq-answer {
        padding: 0 20px;
      }

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

    @media (max-width: 480px) {
      .page-89bet2-com__hero-section {
        padding-top: 40px;
        min-height: 400px;
      }
      .page-89bet2-com__brand-keyword {
        font-size: 2em;
      }
      .page-89bet2-com__slogan {
        font-size: 1em;
      }
      .page-89bet2-com__floating-button {
        width: 48%;
      }
    }
  