
    .page-88clb-buzz {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0; /* Light gray for general text */
      background-color: #1a1a2e; /* Dark background */
      line-height: 1.6;
    }

    .page-88clb-buzz__section-title {
      color: #e94560; /* Red accent for titles */
      text-align: center;
      margin-bottom: 20px;
      font-size: 2.2em;
      font-weight: bold;
    }

    .page-88clb-buzz__section-description {
      text-align: center;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      font-size: 1.1em;
    }

    /* Hero Section */
    .page-88clb-buzz__hero-section {
      position: relative;
      width: 100%;
      min-height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #ffffff;
      padding: 10px 20px 60px; /* Small padding-top for header offset, more bottom padding */
      box-sizing: border-box;
      overflow: hidden;
    }

    .page-88clb-buzz__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 0;
    }

    .page-88clb-buzz__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: brightness(0.5); /* Darken image for text readability, not changing color */
      max-width: 100%; /* Ensure responsiveness */
    }

    .page-88clb-buzz__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */
      border-radius: 10px;
    }

    .page-88clb-buzz__hero-title {
      font-size: 3em;
      margin-bottom: 15px;
      color: #f0f0f0;
      line-height: 1.2;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    }

    .page-88clb-buzz__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
      color: #cccccc;
    }

    .page-88clb-buzz__hero-button {
      display: inline-block;
      background-color: #e94560;
      color: #ffffff;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      white-space: nowrap;
    }

    .page-88clb-buzz__hero-button:hover {
      background-color: #c73752;
    }

    /* Floating Buttons */
    .page-88clb-buzz__floating-buttons {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 15px;
      z-index: 1000;
    }

    .page-88clb-buzz__button-register,
    .page-88clb-buzz__button-login {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      white-space: nowrap;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .page-88clb-buzz__button-register {
      background-color: #4CAF50; /* Green */
      color: #ffffff;
    }

    .page-88clb-buzz__button-register:hover {
      background-color: #45a049;
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }

    .page-88clb-buzz__button-login {
      background-color: #007bff; /* Blue */
      color: #ffffff;
    }

    .page-88clb-buzz__button-login:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
    }


    /* Games Section */
    .page-88clb-buzz__games-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-88clb-buzz__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88clb-buzz__game-card {
      background-color: #2c2c4a;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-88clb-buzz__game-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-88clb-buzz__game-image {
      width: 100%;
      height: 200px; /* Fixed height for consistency */
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-88clb-buzz__game-title {
      color: #e94560;
      font-size: 1.5em;
      margin: 15px 10px 10px;
      flex-grow: 1; /* Allows title to take available space */
    }

    .page-88clb-buzz__game-text {
      padding: 0 15px 15px;
      color: #cccccc;
      font-size: 0.95em;
    }

    .page-88clb-buzz__game-button {
      background-color: #e94560;
      color: #ffffff;
      padding: 10px 15px;
      border-radius: 0 0 10px 10px;
      text-decoration: none;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin-top: auto; /* Push button to bottom */
    }

    .page-88clb-buzz__game-button:hover {
      background-color: #c73752;
    }

    /* Promotions Section */
    .page-88clb-buzz__promotions-section {
      padding: 60px 20px;
      background-color: #21213e;
    }

    .page-88clb-buzz__promo-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88clb-buzz__promo-card {
      background-color: #2c2c4a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-88clb-buzz__promo-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }

    .page-88clb-buzz__promo-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-88clb-buzz__promo-title {
      color: #e94560;
      font-size: 1.4em;
      margin: 15px 10px 10px;
      flex-grow: 1;
    }

    .page-88clb-buzz__promo-text {
      padding: 0 15px 15px;
      color: #cccccc;
      font-size: 0.95em;
    }

    .page-88clb-buzz__promo-button {
      background-color: #e94560;
      color: #ffffff;
      padding: 10px 15px;
      border-radius: 0 0 10px 10px;
      text-decoration: none;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin-top: auto;
    }

    .page-88clb-buzz__promo-button:hover {
      background-color: #c73752;
    }

    /* Providers Section */
    .page-88clb-buzz__providers-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-88clb-buzz__providers-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88clb-buzz__provider-item {
      background-color: #2c2c4a;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 150px;
    }

    .page-88clb-buzz__provider-logo {
      width: 100%;
      max-width: 150px; /* Constrain logo width */
      height: auto;
      object-fit: contain;
      margin-bottom: 10px;
      max-height: 80px; /* Ensure logo doesn't get too big */
      box-sizing: border-box;
    }

    .page-88clb-buzz__provider-name {
      color: #ffffff;
      font-weight: bold;
      font-size: 1.1em;
    }

    /* Payment Section */
    .page-88clb-buzz__payment-section {
      padding: 60px 20px;
      background-color: #21213e;
    }

    .page-88clb-buzz__payment-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88clb-buzz__payment-item {
      background-color: #2c2c4a;
      border-radius: 8px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 150px;
    }

    .page-88clb-buzz__payment-logo {
      width: 100%;
      max-width: 150px; /* Constrain logo width */
      height: auto;
      object-fit: contain;
      margin-bottom: 10px;
      max-height: 80px; /* Ensure logo doesn't get too big */
      box-sizing: border-box;
    }

    .page-88clb-buzz__payment-name {
      color: #ffffff;
      font-weight: bold;
      font-size: 1.1em;
    }


    /* FAQ Section */
    .page-88clb-buzz__faq-section {
      padding: 60px 20px;
      background-color: #1a1a2e;
    }

    .page-88clb-buzz__faq-container {
      max-width: 900px;
      margin: 0 auto;
    }

    .page-88clb-buzz__faq-item {
      background-color: #2c2c4a;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-88clb-buzz__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #38385a;
      border-radius: 8px;
      transition: background-color 0.3s ease;
    }

    .page-88clb-buzz__faq-question:hover {
      background-color: #45456b;
    }

    .page-88clb-buzz__faq-question h3.page-88clb-buzz__faq-title {
      color: #f0f0f0;
      font-size: 1.2em;
      margin: 0;
      pointer-events: none; /* Crucial for click handler */
    }

    .page-88clb-buzz__faq-toggle {
      font-size: 1.8em;
      font-weight: bold;
      color: #e94560;
      transition: transform 0.3s ease;
      pointer-events: none; /* Crucial for click handler */
    }

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

    .page-88clb-buzz__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.3s ease;
      color: #cccccc;
      font-size: 1em;
    }

    .page-88clb-buzz__faq-item.active .page-88clb-buzz__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-88clb-buzz__faq-answer p {
      margin: 0;
      padding-bottom: 10px; /* Add some space below the paragraph within answer */
    }

    /* Social Section */
    .page-88clb-buzz__social-section {
      padding: 60px 20px;
      background-color: #21213e;
    }

    .page-88clb-buzz__social-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-88clb-buzz__social-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: #e0e0e0;
      font-weight: bold;
      transition: color 0.3s ease, transform 0.3s ease;
      padding: 10px;
      border-radius: 8px;
      background-color: #2c2c4a;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .page-88clb-buzz__social-link:hover {
      color: #e94560;
      transform: translateY(-5px);
    }

    .page-88clb-buzz__social-icon {
      width: 80px; /* Use 200x200 placeholder, but display smaller */
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
      max-width: 100%;
      box-sizing: border-box;
    }

    .page-88clb-buzz__social-name {
      font-size: 0.9em;
    }

    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-88clb-buzz__hero-title {
        font-size: 2.5em;
      }
      .page-88clb-buzz__hero-description {
        font-size: 1.1em;
      }
      .page-88clb-buzz__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-88clb-buzz__hero-section {
        min-height: 400px;
        padding: 10px 15px 40px;
      }
      .page-88clb-buzz__hero-title {
        font-size: 2em;
      }
      .page-88clb-buzz__hero-description {
        font-size: 1em;
      }
      .page-88clb-buzz__hero-button {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-88clb-buzz__floating-buttons {
        bottom: 15px;
        gap: 10px;
      }
      .page-88clb-buzz__button-register,
      .page-88clb-buzz__button-login {
        padding: 10px 20px;
        font-size: 0.9em;
      }

      .page-88clb-buzz__section-title {
        font-size: 1.8em;
      }
      .page-88clb-buzz__section-description {
        font-size: 0.9em;
      }

      .page-88clb-buzz__games-grid,
      .page-88clb-buzz__promo-cards,
      .page-88clb-buzz__providers-grid,
      .page-88clb-buzz__payment-grid {
        grid-template-columns: 1fr; /* Single column layout for mobile */
        gap: 20px;
      }

      /* List items responsiveness for mobile */
      .page-88clb-buzz__game-card,
      .page-88clb-buzz__promo-card,
      .page-88clb-buzz__provider-item,
      .page-88clb-buzz__payment-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px !important; /* Adjust padding to fit screen */
        padding-right: 15px !important;
      }
      .page-88clb-buzz__game-card .page-88clb-buzz__game-text,
      .page-88clb-buzz__promo-card .page-88clb-buzz__promo-text,
      .page-88clb-buzz__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-88clb-buzz__faq-question {
        padding: 15px 20px;
      }
      .page-88clb-buzz__faq-question h3.page-88clb-buzz__faq-title {
        font-size: 1.1em;
      }
      .page-88clb-buzz__faq-answer {
        padding: 0 20px;
      }
      .page-88clb-buzz__faq-item.active .page-88clb-buzz__faq-answer {
        padding: 15px 20px !important;
      }

      .page-88clb-buzz__social-link {
        width: calc(50% - 10px); /* Two columns */
        padding: 8px;
      }
      .page-88clb-buzz__social-icon {
        width: 60px;
        height: 60px;
      }
    }

    @media (max-width: 480px) {
      .page-88clb-buzz__hero-title {
        font-size: 1.8em;
      }
      .page-88clb-buzz__hero-description {
        font-size: 0.9em;
      }
      .page-88clb-buzz__hero-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-88clb-buzz__section-title {
        font-size: 1.5em;
      }
      .page-88clb-buzz__floating-buttons {
        flex-direction: column;
        width: calc(100% - 40px);
        left: 20px;
        transform: translateX(0);
      }
      .page-88clb-buzz__button-register,
      .page-88clb-buzz__button-login {
        width: 100%;
        text-align: center;
      }
      .page-88clb-buzz__social-link {
        width: calc(100% - 10px); /* Single column */
      }
    }
  