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

    .page-98ber__section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      box-sizing: border-box;
    }

    .page-98ber__hero-section {
      padding-top: 10px; /* Rely on body padding for header offset */
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:betting,casino,lights,98ber]') center center no-repeat;
      background-size: cover;
      color: #fff;
      min-height: 60vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
    }

    .page-98ber__brand-title {
      font-size: 3.5em;
      color: #FFD700; /* Gold */
      margin-bottom: 10px;
      text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .page-98ber__hero-subtitle {
      font-size: 1.5em;
      margin-bottom: 30px;
      max-width: 800px;
      line-height: 1.4;
    }

    .page-98ber__cta-button {
      display: inline-block;
      background-color: #FFD700; /* Gold */
      color: #000;
      padding: 15px 35px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

    .page-98ber__cta-button:hover {
      background-color: #e6c200;
      transform: translateY(-2px);
    }

    .page-98ber__title {
      font-size: 2.5em;
      color: #FFD700;
      margin-bottom: 30px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-98ber__title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background-color: #FFD700;
      border-radius: 2px;
    }

    .page-98ber__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-98ber__product-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .page-98ber__product-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    }

    .page-98ber__product-image {
      width: 100%;
      max-width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      box-sizing: border-box;
    }

    .page-98ber__product-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-98ber__product-title {
      font-size: 1.5em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-98ber__product-description {
      font-size: 0.95em;
      color: #ccc;
      margin-bottom: 15px;
    }

    .page-98ber__promo-card {
      background-color: #2a2a2a;
      border-radius: 10px;
      padding: 30px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
      margin-bottom: 20px;
      text-align: left;
      border-left: 5px solid #FFD700;
    }

    .page-98ber__promo-card h3 {
      color: #FFD700;
      font-size: 1.8em;
      margin-bottom: 15px;
    }

    .page-98ber__promo-card p {
      color: #ccc;
      margin-bottom: 15px;
    }

    .page-98ber__promo-list {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left;
    }

    .page-98ber__promo-list-item {
      background-color: #3a3a3a;
      margin-bottom: 10px;
      padding: 15px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      color: #f0f0f0;
      box-sizing: border-box;
    }

    .page-98ber__promo-list-item::before {
      content: '⚡'; /* Unicode lightning bolt */
      margin-right: 10px;
      color: #FFD700;
      font-size: 1.2em;
    }

    .page-98ber__faq-container {
      margin-top: 40px;
    }

    .page-98ber__faq-item {
      background-color: #2a2a2a;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    }

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

    .page-98ber__faq-question:hover {
      background-color: #444;
    }

    .page-98ber__faq-question h3 {
      margin: 0;
      color: inherit;
      pointer-events: none;
      flex-grow: 1;
      text-align: left;
    }

    .page-98ber__faq-toggle {
      font-size: 1.5em;
      margin-left: 15px;
      transition: transform 0.3s ease;
      pointer-events: none;
    }

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

    .page-98ber__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      color: #ccc;
      text-align: left;
      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-98ber__faq-item.active .page-98ber__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

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

    .page-98ber__news-item {
      background-color: #2a2a2a;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-98ber__news-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);
    }

    .page-98ber__news-image {
      width: 100%;
      max-width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      box-sizing: border-box;
    }

    .page-98ber__news-content {
      padding: 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-98ber__news-title {
      font-size: 1.3em;
      color: #FFD700;
      margin-bottom: 10px;
    }

    .page-98ber__news-date {
      font-size: 0.85em;
      color: #888;
      margin-top: auto;
    }

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

    .page-98ber__floating-button {
      background-color: #FFD700; /* Gold */
      color: #000;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      text-align: center;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.2s ease, background-color 0.2s ease;
      white-space: nowrap;
      min-width: 120px;
      box-sizing: border-box;
    }

    .page-98ber__floating-button:hover {
      transform: translateY(-3px);
      background-color: #e6c200;
    }

    @media (max-width: 768px) {
      .page-98ber__brand-title {
        font-size: 2.5em;
      }

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

      .page-98ber__title {
        font-size: 2em;
      }

      .page-98ber__section {
        padding: 30px 15px;
      }

      .page-98ber__product-grid,
      .page-98ber__news-grid {
        grid-template-columns: 1fr;
      }

      .page-98ber__promo-list-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 10px 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      .page-98ber__promo-list {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-98ber__product-image,
      .page-98ber__news-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }

      .page-98ber__floating-buttons {
        bottom: 15px;
        right: 15px;
      }

      .page-98ber__floating-button {
        padding: 10px 20px;
        font-size: 1em;
      }

      .page-98ber__faq-question {
        padding: 15px;
        font-size: 1.1em;
      }

      .page-98ber__faq-answer {
        padding: 15px 10px !important;
      }

      .page-98ber__faq-item.active .page-98ber__faq-answer {
        padding: 15px 10px !important;
      }
    }
  