
    .page-968club {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
    }

    .page-968club__section-title {
      font-size: 2.5em;
      color: #e94560;
      text-align: center;
      margin-bottom: 40px;
      padding-top: 20px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .page-968club__section-description {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 60px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #cccccc;
    }

    .page-968club__hero-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      min-height: 600px;
      background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:online_betting,casino,mobile_gaming]') no-repeat center center/cover;
      padding: 10px 20px 80px;
      overflow: hidden;
    }

    .page-968club__hero-content {
      z-index: 1;
      max-width: 900px;
    }

    .page-968club__hero-title {
      font-size: 3.5em;
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }

    .page-968club__hero-description {
      font-size: 1.3em;
      color: #cccccc;
      margin-bottom: 40px;
    }

    .page-968club__hero-buttons {
      display: flex;
      justify-content: center;
      gap: 20px;
    }

    .page-968club__button {
      padding: 15px 30px;
      border: none;
      border-radius: 8px;
      font-size: 1.1em;
      font-weight: bold;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-decoration: none;
      color: #ffffff;
      display: inline-block;
      text-align: center;
    }

    .page-968club__button--primary {
      background-color: #e94560;
    }

    .page-968club__button--primary:hover {
      background-color: #d1304a;
      transform: translateY(-3px);
    }

    .page-968club__button--secondary {
      background-color: #0f3460;
    }

    .page-968club__button--secondary:hover {
      background-color: #0c2a4f;
      transform: translateY(-3px);
    }

    .page-968club__button--external {
        background-color: #e94560;
        margin-top: 30px;
    }

    .page-968club__button--external:hover {
        background-color: #d1304a;
        transform: translateY(-3px);
    }

    .page-968club__about-section,
    .page-968club__games-section,
    .page-968club__promo-section,
    .page-968club__payment-section,
    .page-968club__providers-section,
    .page-968club__why-choose-us-section,
    .page-968club__faq-section,
    .page-968club__contact-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-968club__content-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
      margin-bottom: 40px;
    }

    .page-968club__content-wrapper img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-968club__text-block {
      font-size: 1.1em;
      color: #cccccc;
      text-align: center;
      max-width: 800px;
    }

    .page-968club__games-section .page-968club__section-description,
    .page-968club__promo-section .page-968club__section-description,
    .page-968club__payment-section .page-968club__section-description,
    .page-968club__providers-section .page-968club__section-description,
    .page-968club__why-choose-us-section .page-968club__section-description,
    .page-968club__faq-section .page-968club__section-description,
    .page-968club__contact-section .page-968club__section-description {
        margin-bottom: 40px;
    }

    .page-968club__game-categories,
    .page-968club__promo-cards,
    .page-968club__why-choose-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-content: center;
      margin-bottom: 40px;
    }

    .page-968club__game-card,
    .page-968club__promo-card,
    .page-968club__why-choose-item {
      background-color: #282a4d;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
      text-align: center;
      padding-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
    }

    .page-968club__game-card:hover,
    .page-968club__promo-card:hover,
    .page-968club__why-choose-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    }

    .page-968club__game-card-image,
    .page-968club__promo-card-image,
    .page-968club__why-choose-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 1px solid #3a3d60;
    }

    .page-968club__game-card-title,
    .page-968club__promo-card-title,
    .page-968club__why-choose-title {
      font-size: 1.5em;
      color: #e94560;
      margin: 20px 15px 10px;
      font-weight: bold;
    }

    .page-968club__game-card-description,
    .page-968club__promo-card-description,
    .page-968club__why-choose-description {
      font-size: 1em;
      color: #cccccc;
      padding: 0 15px;
      flex-grow: 1;
    }

    .page-968club__payment-methods,
    .page-968club__providers-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      margin-bottom: 40px;
    }

    .page-968club__payment-item,
    .page-968club__provider-item {
      background-color: #282a4d;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      min-width: 180px;
      flex: 1 1 auto;
      max-width: 220px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-968club__payment-item:hover,
    .page-968club__provider-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .page-968club__payment-logo,
    .page-968club__provider-logo {
      max-width: 100%;
      height: 80px;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .page-968club__payment-name,
    .page-968club__provider-name {
      font-size: 1.1em;
      color: #ffffff;
      font-weight: bold;
    }

    .page-968club__faq-container {
      max-width: 900px;
      margin: 0 auto 40px;
    }

    .page-968club__faq-item {
      background-color: #282a4d;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-968club__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #3a3d60;
      color: #ffffff;
      font-weight: bold;
      font-size: 1.15em;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-968club__faq-question:hover {
      background-color: #4a4d70;
    }

    .page-968club__faq-question-title {
      margin: 0;
      pointer-events: none; /* Prevents title from blocking click event */
      color: #ffffff;
      font-size: 1.15em;
    }

    .page-968club__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      pointer-events: none; /* Prevents toggle icon from blocking click event */
      transition: transform 0.3s ease;
    }

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

    .page-968club__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.4s ease;
      color: #cccccc;
      background-color: #282a4d;
    }

    .page-968club__faq-item.active .page-968club__faq-answer {
      max-height: 2000px !important; /* Sufficiently large to contain content */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-968club__faq-answer p {
      margin: 0;
    }

    .page-968club__contact-methods {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-bottom: 40px;
    }

    .page-968club__contact-item {
      text-align: center;
      background-color: #282a4d;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
      min-width: 150px;
      max-width: 200px;
    }

    .page-968club__contact-item:hover {
      transform: translateY(-3px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .page-968club__contact-link {
        text-decoration: none;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .page-968club__contact-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
    }

    .page-968club__contact-text {
      font-size: 1.1em;
      font-weight: bold;
    }

    .page-968club__contact-note {
      text-align: center;
      font-size: 1em;
      color: #cccccc;
    }

    .page-968club__floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 15px;
      z-index: 1000;
    }

    .page-968club__button--floating {
      padding: 12px 25px;
      font-size: 1em;
      border-radius: 50px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    .page-968club__button--register {
      background-color: #e94560;
    }

    .page-968club__button--register:hover {
      background-color: #d1304a;
    }

    .page-968club__button--login {
      background-color: #0f3460;
    }

    .page-968club__button--login:hover {
      background-color: #0c2a4f;
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
      .page-968club__hero-title {
        font-size: 3em;
      }
      .page-968club__hero-description {
        font-size: 1.2em;
      }
      .page-968club__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-968club__hero-section {
        min-height: 450px;
        padding: 10px 15px 60px;
      }
      .page-968club__hero-title {
        font-size: 2.2em;
      }
      .page-968club__hero-description {
        font-size: 1em;
      }
      .page-968club__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-968club__button {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
      }
      .page-968club__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-968club__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
      }
      .page-968club__content-wrapper {
        flex-direction: column;
        gap: 30px;
      }
      .page-968club__text-block {
        font-size: 0.95em;
      }
      .page-968club__game-categories,
      .page-968club__promo-cards,
      .page-968club__payment-methods,
      .page-968club__providers-list,
      .page-968club__why-choose-list,
      .page-968club__contact-methods {
        flex-direction: column !important;
        align-items: center !important;
        padding: 0 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-968club__game-card,
      .page-968club__promo-card,
      .page-968club__payment-item,
      .page-968club__provider-item,
      .page-968club__why-choose-item,
      .page-968club__contact-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-968club__game-card-image,
      .page-968club__promo-card-image,
      .page-968club__payment-logo,
      .page-968club__provider-logo,
      .page-968club__why-choose-image,
      .page-968club__contact-icon {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-968club__game-card-title,
      .page-968club__promo-card-title,
      .page-968club__why-choose-title {
        font-size: 1.3em;
      }

      .page-968club__faq-question {
        font-size: 1.05em;
        padding: 15px 20px;
      }
      .page-968club__faq-question-title {
        font-size: 1.05em;
      }
      .page-968club__faq-answer {
        padding: 0 20px;
      }
      .page-968club__faq-item.active .page-968club__faq-answer {
        padding: 15px 20px !important;
      }
      .page-968club__floating-buttons {
        bottom: 15px;
        right: 15px;
        gap: 10px;
      }
      .page-968club__button--floating {
        padding: 10px 20px;
        font-size: 0.9em;
      }
    }

    @media (max-width: 480px) {
      .page-968club__hero-title {
        font-size: 1.8em;
      }
      .page-968club__section-title {
        font-size: 1.6em;
      }
    }
  