
    .page-shbet-88 {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f5f5f5;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-shbet-88__header-brand {
      text-align: center;
      padding: 15px 0;
      background: linear-gradient(90deg, #ff6b6b, #ee5253);
      color: #fff;
      font-size: 1.8em;
      font-weight: bold;
      margin-bottom: 20px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .page-shbet-88__hero-section {
      position: relative;
      width: 100%;
      padding-top: 10px; /* Small decorative top padding, body handles header offset */
      margin-bottom: 30px;
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-shbet-88__hero-image {
      width: 100%;
      height: auto;
      max-width: 100%;
      display: block;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .page-shbet-88__hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      padding: 20px;
      box-sizing: border-box;
      color: #fff;
      text-align: center;
    }

    .page-shbet-88__hero-title {
      font-size: 2.5em;
      margin-bottom: 10px;
      text-shadow: 0 2px 4px rgba(0,0,0,0.5);
      color: #fff;
    }

    .page-shbet-88__hero-subtitle {
      font-size: 1.2em;
      margin-bottom: 20px;
      color: #eee;
    }

    .page-shbet-88__promo-button {
      background-color: #ffcc00;
      color: #333;
      padding: 12px 25px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-block;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-shbet-88__promo-button:hover {
      background-color: #ffdb4d;
      transform: translateY(-2px);
    }

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

    .page-shbet-88__floating-button {
      background-color: #ff6b6b;
      color: #fff;
      padding: 10px 20px;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: background-color 0.3s ease, transform 0.2s ease;
      text-align: center;
      min-width: 100px;
      border: none;
      cursor: pointer;
      font-size: 0.9em;
    }

    .page-shbet-88__floating-button:hover {
      background-color: #ee5253;
      transform: translateY(-2px);
    }

    .page-shbet-88__floating-button--login {
      background-color: #4CAF50;
    }

    .page-shbet-88__floating-button--login:hover {
      background-color: #45a049;
    }

    .page-shbet-88__section {
      padding: 20px;
      margin: 0 auto 30px auto;
      max-width: 1200px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    .page-shbet-88__section-title {
      font-size: 2em;
      color: #333;
      text-align: center;
      margin-bottom: 25px;
      position: relative;
      padding-bottom: 10px;
    }

    .page-shbet-88__section-title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background-color: #ff6b6b;
      border-radius: 2px;
    }

    .page-shbet-88__grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      justify-content: center;
    }

    .page-shbet-88__grid-item {
      background-color: #f9f9f9;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: center;
    }

    .page-shbet-88__grid-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    }

    .page-shbet-88__grid-image-wrapper {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #eee;
    }

    .page-shbet-88__grid-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%;
      display: block;
    }

    .page-shbet-88__grid-content {
      padding: 15px;
    }

    .page-shbet-88__grid-title {
      font-size: 1.3em;
      color: #333;
      margin-bottom: 10px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-shbet-88__grid-description {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 15px;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-shbet-88__text-content {
      font-size: 1em;
      color: #555;
      margin-bottom: 20px;
      text-align: justify;
    }

    .page-shbet-88__cta-section {
      text-align: center;
      margin-top: 40px;
      margin-bottom: 40px;
    }

    .page-shbet-88__cta-text {
      font-size: 1.5em;
      color: #333;
      margin-bottom: 20px;
      font-weight: bold;
    }

    .page-shbet-88__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-shbet-88__provider-logo {
      width: 120px;
      height: auto;
      max-width: 100%;
      object-fit: contain;
      border-radius: 5px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
      background-color: #fff;
      padding: 5px;
      box-sizing: border-box;
    }

    .page-shbet-88__game-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-shbet-88__game-provider-logo {
      width: 150px;
      height: auto;
      max-width: 100%;
      object-fit: contain;
      border-radius: 5px;
      box-shadow: 0 1px 4px rgba(0,0,0,0.1);
      background-color: #fff;
      padding: 5px;
      box-sizing: border-box;
    }

    .page-shbet-88__social-media-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

    .page-shbet-88__social-link {
      color: #fff;
      background-color: #ff6b6b;
      padding: 8px 15px;
      border-radius: 20px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.2s ease;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .page-shbet-88__social-link:hover {
      background-color: #ee5253;
      transform: translateY(-2px);
    }

    .page-shbet-88__social-icon {
      width: 24px;
      height: 24px;
      max-width: 100%;
      height: auto;
      object-fit: contain;
    }

    .page-shbet-88__faq-section {
      padding: 20px;
      margin: 0 auto 30px auto;
      max-width: 800px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.05);
      box-sizing: border-box;
    }

    .page-shbet-88__faq-item {
      border-bottom: 1px solid #eee;
      margin-bottom: 10px;
    }

    .page-shbet-88__faq-item:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }

    .page-shbet-88__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 0;
      font-size: 1.1em;
      font-weight: bold;
      color: #333;
      cursor: pointer;
      user-select: none;
      transition: color 0.3s ease;
    }

    .page-shbet-88__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }

    .page-shbet-88__faq-question:hover {
      color: #ff6b6b;
    }

    .page-shbet-88__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #ff6b6b;
      margin-left: 10px;
      pointer-events: none; /* Prevent toggle from blocking click event */
      transition: transform 0.3s ease;
    }

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

    .page-shbet-88__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #555;
      font-size: 0.95em;
    }

    .page-shbet-88__faq-item.active .page-shbet-88__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 15px !important;
      opacity: 1;
    }

    @media (max-width: 768px) {
      .page-shbet-88__header-brand {
        font-size: 1.5em;
      }
      .page-shbet-88__hero-title {
        font-size: 1.8em;
      }
      .page-shbet-88__hero-subtitle {
        font-size: 1em;
      }
      .page-shbet-88__promo-button {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-shbet-88__section {
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
      }
      .page-shbet-88__section-title {
        font-size: 1.6em;
      }
      .page-shbet-88__grid-container {
        grid-template-columns: 1fr;
      }
      .page-shbet-88__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 8px;
      }
      .page-shbet-88__floating-button {
        padding: 8px 15px;
        font-size: 0.8em;
        min-width: 90px;
      }
      .page-shbet-88__grid-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-shbet-88__grid-image-wrapper {
        height: 180px;
      }
      .page-shbet-88__grid-title {
        font-size: 1.1em;
      }
      .page-shbet-88__grid-description {
        font-size: 0.85em;
      }
      .page-shbet-88__text-content {
        font-size: 0.9em;
      }
      .page-shbet-88__cta-text {
        font-size: 1.2em;
      }
      .page-shbet-88__provider-logo, .page-shbet-88__game-provider-logo {
        width: 100px;
        padding: 3px;
      }
      .page-shbet-88__social-link {
        padding: 6px 12px;
        font-size: 0.8em;
      }
      .page-shbet-88__faq-section {
        padding: 15px;
        margin-left: 10px;
        margin-right: 10px;
      }
      .page-shbet-88__faq-question {
        font-size: 1em;
        padding: 12px 0;
      }
      .page-shbet-88__faq-question h3 {
        font-size: 1em;
      }
      .page-shbet-88__faq-answer {
        padding: 15px 10px !important;
        font-size: 0.9em;
      }
      .page-shbet-88__faq-toggle {
        font-size: 1.3em;
      }
    }
  