
    .page-68gb {
      font-family: 'Arial', sans-serif;
      color: #111111;
      line-height: 1.6;
      background-color: #f8f8f8;
    }
    .page-68gb__hero-section {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px 20px 60px;
      background-color: #ffffff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
    .page-68gb__hero-image-container {
      width: 100%;
      max-width: 1200px;
      margin-bottom: 30px;
      position: relative;
    }
    .page-68gb__hero-image {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    .page-68gb__hero-content {
      max-width: 900px;
      margin: 0 auto;
      z-index: 1;
      position: relative;
    }
    .page-68gb__hero-title {
      font-size: clamp(2rem, 5vw, 3.5rem);
      color: #2563eb;
      font-weight: 700;
      margin-bottom: 15px;
      line-height: 1.2;
      letter-spacing: -0.02em;
    }
    .page-68gb__hero-description {
      font-size: clamp(1rem, 2.5vw, 1.25rem);
      color: #333333;
      margin-bottom: 30px;
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
    .page-68gb__cta-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .page-68gb__btn-primary,
    .page-68gb__btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 1.1rem;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
      text-align: center;
      cursor: pointer;
    }
    .page-68gb__btn-primary {
      background-color: #2563eb;
      color: #ffffff;
      border: 2px solid #2563eb;
      box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
    }
    .page-68gb__btn-primary:hover {
      background-color: #1a4dbe;
      border-color: #1a4dbe;
      box-shadow: 0 6px 15px rgba(37, 99, 235, 0.4);
    }
    .page-68gb__btn-secondary {
      background-color: #ffffff;
      color: #2563eb;
      border: 2px solid #2563eb;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .page-68gb__btn-secondary:hover {
      background-color: #e0e7ff;
      color: #1a4dbe;
      border-color: #1a4dbe;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }
    .page-68gb__floating-button {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #ef4444;
      color: #ffffff;
      border-radius: 50px;
      padding: 12px 25px;
      font-size: 1rem;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      z-index: 1000;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: background-color 0.3s ease, transform 0.3s ease;
    }
    .page-68gb__floating-button:hover {
      background-color: #dc2626;
      transform: translateY(-2px);
    }
    .page-68gb__section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }
    .page-68gb__section-title {
      font-size: 2.5rem;
      color: #2563eb;
      text-align: center;
      margin-bottom: 40px;
      font-weight: 700;
    }
    .page-68gb__text-block {
      font-size: 1.1rem;
      margin-bottom: 20px;
      color: #333333;
    }
    .page-68gb__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }
    .page-68gb__card {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      padding: 30px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .page-68gb__card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    .page-68gb__card-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
    }
    .page-68gb__card-title {
      font-size: 1.5rem;
      color: #2563eb;
      margin-bottom: 15px;
      font-weight: 600;
    }
    .page-68gb__card-description {
      font-size: 1rem;
      color: #64748b;
    }
    .page-68gb__game-categories .page-68gb__grid {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .page-68gb__game-card {
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
    .page-68gb__game-card .page-68gb__card-icon {
      width: 60px;
      height: 60px;
    }
    .page-68gb__game-card .page-68gb__card-title {
      font-size: 1.1rem;
      margin-bottom: 0;
    }
    .page-68gb__promo-card {
      background-color: #2563eb;
      color: #ffffff;
      padding: 30px;
      border-radius: 12px;
      text-align: center;
      margin-bottom: 30px;
    }
    .page-68gb__promo-title {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .page-68gb__promo-description {
      font-size: 1.1rem;
      margin-bottom: 25px;
    }
    .page-68gb__steps-list {
      list-style: none;
      padding: 0;
      counter-reset: step-counter;
    }
    .page-68gb__step-item {
      background-color: #ffffff;
      margin-bottom: 20px;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: flex-start;
      gap: 20px;
    }
    .page-68gb__step-item::before {
      counter-increment: step-counter;
      content: counter(step-counter);
      background-color: #2563eb;
      color: #ffffff;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      font-weight: 700;
      flex-shrink: 0;
    }
    .page-68gb__step-content h3 {
      font-size: 1.4rem;
      color: #2563eb;
      margin-top: 0;
      margin-bottom: 10px;
    }
    .page-68gb__step-content p {
      font-size: 1rem;
      color: #333333;
      margin-bottom: 0;
    }
    .page-68gb__faq-section {
      background-color: #f0f4f8;
      border-radius: 12px;
      padding: 40px;
    }
    .page-68gb__faq-item {
      background-color: #ffffff;
      margin-bottom: 15px;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
    .page-68gb__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      font-size: 1.1rem;
      font-weight: 600;
      color: #2563eb;
      cursor: pointer;
      user-select: none;
      background-color: #eaf0f6;
      border-bottom: 1px solid #e0e0e0;
      transition: background-color 0.3s ease;
    }
    .page-68gb__faq-question:hover {
      background-color: #dbe7f2;
    }
    .page-68gb__faq-question h3 {
      margin: 0;
      font-size: 1.1rem;
      color: #2563eb;
      pointer-events: none; /* Prevent h3 from blocking click event */
      flex-grow: 1;
    }
    .page-68gb__faq-toggle {
      font-size: 1.8rem;
      font-weight: 300;
      color: #2563eb;
      margin-left: 15px;
      pointer-events: none; /* Prevent toggle from blocking click event */
    }
    .page-68gb__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      font-size: 1rem;
      color: #333333;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      background-color: #ffffff;
    }
    .page-68gb__faq-item.active .page-68gb__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }
    .page-68gb__faq-item.active .page-68gb__faq-question {
      border-bottom: none;
      background-color: #dbe7f2;
    }
    .page-68gb__info-block {
      background-color: #ffffff;
      padding: 30px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      margin-bottom: 30px;
    }
    .page-68gb__info-title {
      font-size: 1.8rem;
      color: #2563eb;
      margin-bottom: 20px;
      font-weight: 600;
      text-align: center;
    }
    .page-68gb__info-text {
      font-size: 1.1rem;
      color: #333333;
      margin-bottom: 15px;
    }
    .page-68gb__info-list {
      list-style: disc inside;
      padding-left: 0;
      color: #333333;
    }
    .page-68gb__info-list li {
      margin-bottom: 10px;
      font-size: 1rem;
    }
    .page-68gb__call-to-action {
      text-align: center;
      padding: 60px 20px;
      background-color: #2563eb;
      color: #ffffff;
      border-radius: 12px;
      margin-bottom: 40px;
    }
    .page-68gb__cta-title {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .page-68gb__cta-text {
      font-size: 1.2rem;
      margin-bottom: 30px;
    }
    .page-68gb__video-section {
      position: relative;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 60px 20px;
      padding-top: 10px; /* body already handles --header-offset */
      background-color: #ffffff;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    }
    .page-68gb__video-container {
      width: 100%; /* Desktop width */
      max-width: 900px;
      margin: 0 auto;
      box-sizing: border-box;
      position: relative;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }
    .page-68gb__video-player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer;
    }
    .page-68gb__video-caption {
      margin-top: 20px;
      font-size: 1.1rem;
      color: #333333;
      text-align: center;
    }

    /* General image responsiveness */
    .page-68gb img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* Mobile responsiveness */
    @media (max-width: 768px) {
      .page-68gb {
        font-size: 16px;
        line-height: 1.5;
      }
      .page-68gb__hero-section {
        padding: 10px 15px 40px;
      }
      .page-68gb__hero-title {
        font-size: 2rem;
      }
      .page-68gb__hero-description {
        font-size: 1rem;
      }
      .page-68gb__cta-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-68gb__btn-primary,
      .page-68gb__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
      }
      .page-68gb__floating-button {
        bottom: 15px;
        right: 15px;
        padding: 10px 20px;
        font-size: 0.9rem;
      }
      .page-68gb__section {
        padding: 40px 15px;
      }
      .page-68gb__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
      }
      .page-68gb__text-block {
        font-size: 1rem;
      }
      .page-68gb__game-categories .page-68gb__grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      }
      .page-68gb__game-card .page-68gb__card-icon {
        width: 50px;
        height: 50px;
      }
      .page-68gb__game-card .page-68gb__card-title {
        font-size: 0.9rem;
      }
      .page-68gb__promo-title {
        font-size: 1.5rem;
      }
      .page-68gb__promo-description {
        font-size: 1rem;
      }
      .page-68gb__step-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 20px;
      }
      .page-68gb__step-item::before {
        margin-bottom: 10px;
      }
      .page-68gb__step-content h3 {
        font-size: 1.2rem;
      }
      .page-68gb__faq-section {
        padding: 30px 15px;
      }
      .page-68gb__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
      }
      .page-68gb__faq-question h3 {
        font-size: 1rem;
      }
      .page-68gb__faq-toggle {
        font-size: 1.5rem;
      }
      .page-68gb__faq-answer {
        padding: 15px 20px;
      }
      .page-68gb__info-title {
        font-size: 1.5rem;
      }
      .page-68gb__info-text {
        font-size: 1rem;
      }
      .page-68gb__call-to-action {
        padding: 40px 15px;
      }
      .page-68gb__cta-title {
        font-size: 2rem;
      }
      .page-68gb__cta-text {
        font-size: 1rem;
      }
      .page-68gb__video-section {
        padding-top: 10px !important;
        padding-left: 15px;
        padding-right: 15px;
      }
      .page-68gb__video-container {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
      }
      .page-68gb__video-player {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
      }
      .page-68gb img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
      }
      .page-68gb__section, .page-68gb__card, .page-68gb__container, .page-68gb__info-block, .page-68gb__call-to-action, .page-68gb__faq-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
      }
      .page-68gb__steps-list {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-68gb__step-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }
  