.page-tongits-go {
      font-family: 'Arial', sans-serif;
      color: #ffffff;
      background-color: #1a1a1a;
      line-height: 1.6;
      overflow-x: hidden;
      padding-top: var(--header-offset, 122px);
    }
    .page-tongits-go__section-title {
      font-size: 2.5em;
      color: #ffcc00;
      text-align: center;
      margin-bottom: 40px;
      padding: 20px 15px;
      position: relative;
      text-transform: uppercase;
    }
    .page-tongits-go__section-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 4px;
      background-color: #ffcc00;
      margin: 10px auto 0;
      border-radius: 2px;
    }
    .page-tongits-go__highlight {
      color: #ffcc00;
    }
    /* Hero Section */
    .page-tongits-go__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      min-height: 70vh;
      background-color: #000;
      padding: 10px 20px 60px;
      box-sizing: border-box;
    }
    .page-tongits-go__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 0;
    }
    .page-tongits-go__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.4;
    }
    .page-tongits-go__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
    }
    .page-tongits-go__hero-title {
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
      color: #ffffff;
    }
    .page-tongits-go__hero-description {
      font-size: 1.3em;
      margin-bottom: 30px;
      color: #e0e0e0;
    }
    .page-tongits-go__hero-cta,
    .page-tongits-go__hero-download-btn {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.2em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin: 10px;
      border: none;
      cursor: pointer;
    }
    .page-tongits-go__hero-cta:hover,
    .page-tongits-go__hero-download-btn:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }
    /* Payment Providers Section */
    .page-tongits-go__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      padding: 40px 20px;
      background-color: #222222;
    }
    .page-tongits-go__payment-providers .page-tongits-go__section-title {
      width: 100%;
      margin-bottom: 20px;
      color: #ffffff;
    }
    .page-tongits-go__payment-providers .page-tongits-go__section-title::after {
      background-color: #ffcc00;
    }
    .page-tongits-go__payment-logos-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      width: 100%;
      max-width: 1200px;
    }
    .page-tongits-go__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
    }
    .page-tongits-go__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
      filter: grayscale(100%) brightness(150%);
      transition: filter 0.3s ease;
    }
    .page-tongits-go__payment-logo img:hover {
      filter: grayscale(0%) brightness(100%);
    }
    /* Introduction Section */
    .page-tongits-go__intro-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .page-tongits-go__intro-text {
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #e0e0e0;
    }
    .page-tongits-go__intro-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }
    .page-tongits-go__feature-item {
      background-color: #2c2c2c;
      padding: 30px;
      border-radius: 10px;
      flex: 1 1 calc(33% - 40px);
      min-width: 280px;
      box-sizing: border-box;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .page-tongits-go__feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }
    .page-tongits-go__feature-icon {
      width: 80px;
      height: 80px;
      object-fit: contain;
      margin-bottom: 20px;
      filter: brightness(1.2);
    }
    .page-tongits-go__feature-title {
      font-size: 1.5em;
      color: #ffcc00;
      margin-bottom: 15px;
    }
    .page-tongits-go__feature-description {
      color: #cccccc;
    }
    /* Quick Access Section */
    .page-tongits-go__quick-access-section {
      padding: 60px 20px;
      background-color: #222222;
      text-align: center;
    }
    .page-tongits-go__quick-access-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .page-tongits-go__access-button {
      display: block;
      background-color: #3a3a3a;
      color: #ffffff;
      padding: 15px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      flex: 1 1 calc(25% - 20px);
      min-width: 200px;
      box-sizing: border-box;
      border: 1px solid #ffcc00;
    }
    .page-tongits-go__access-button:hover {
      background-color: #ffcc00;
      color: #1a1a1a;
      transform: translateY(-3px);
    }
    /* Games Section */
    .page-tongits-go__games-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .page-tongits-go__games-intro {
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #e0e0e0;
    }
    .page-tongits-go__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }
    .page-tongits-go__game-card {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .page-tongits-go__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }
    .page-tongits-go__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .page-tongits-go__game-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin: 20px 15px 10px;
    }
    .page-tongits-go__game-description {
      color: #cccccc;
      padding: 0 15px 20px;
      flex-grow: 1;
    }
    .page-tongits-go__game-cta {
      display: block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 20px;
      border-radius: 0 0 8px 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease;
    }
    .page-tongits-go__game-cta:hover {
      background-color: #e6b800;
    }
    /* Promotions Section */
    .page-tongits-go__promotions-section {
      padding: 60px 20px;
      background-color: #222222;
      text-align: center;
    }
    .page-tongits-go__promotions-intro {
      font-size: 1.1em;
      margin-bottom: 40px;
      color: #e0e0e0;
    }
    .page-tongits-go__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }
    .page-tongits-go__promo-card {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .page-tongits-go__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }
    .page-tongits-go__promo-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }
    .page-tongits-go__promo-title {
      font-size: 1.4em;
      color: #ffcc00;
      margin: 20px 15px 10px;
    }
    .page-tongits-go__promo-description {
      color: #cccccc;
      padding: 0 15px 20px;
      flex-grow: 1;
    }
    .page-tongits-go__promo-cta {
      display: block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 12px 20px;
      border-radius: 0 0 8px 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1em;
      transition: background-color 0.3s ease;
    }
    .page-tongits-go__promo-cta:hover {
      background-color: #e6b800;
    }
    /* Security Section */
    .page-tongits-go__security-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }
    .page-tongits-go__security-content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px;
      text-align: left;
    }
    .page-tongits-go__security-text {
      flex: 1 1 50%;
      min-width: 300px;
      color: #e0e0e0;
    }
    .page-tongits-go__security-text p {
      margin-bottom: 15px;
    }
    .page-tongits-go__security-image-wrapper {
      flex: 1 1 40%;
      min-width: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .page-tongits-go__security-image {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }
    .page-tongits-go__contact-cta {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 15px 30px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      margin-top: 20px;
      border: none;
      cursor: pointer;
    }
    .page-tongits-go__contact-cta:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }
    /* FAQ Section */
    .page-tongits-go__faq-section {
      padding: 60px 20px;
      background-color: #2c2c2c;
      max-width: 1000px;
      margin: 0 auto;
    }
    .page-tongits-go__faq-list {
      margin-top: 30px;
    }
    .page-tongits-go__faq-item {
      background-color: #3a3a3a;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
    .page-tongits-go__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #444444;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
    }
    .page-tongits-go__faq-question:hover {
      background-color: #555555;
    }
    .page-tongits-go__faq-q-text {
      font-size: 1.2em;
      color: #ffffff;
      margin: 0;
      pointer-events: none;
    }
    .page-tongits-go__faq-toggle {
      font-size: 1.8em;
      color: #ffcc00;
      font-weight: bold;
      pointer-events: none;
      transition: transform 0.3s ease;
    }
    .page-tongits-go__faq-item.active .page-tongits-go__faq-toggle {
      transform: rotate(45deg);
    }
    .page-tongits-go__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      color: #cccccc;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }
    .page-tongits-go__faq-item.active .page-tongits-go__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }
    .page-tongits-go__faq-answer p {
      margin: 0;
    }
    /* Blog Section */
    .page-tongits-go__blog-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
      background-color: #1a1a1a;
    }
    .page-tongits-go__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }
    .page-tongits-go__blog-card {
      background-color: #2c2c2c;
      border-radius: 10px;
      overflow: hidden;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }
    .page-tongits-go__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }
    .page-tongits-go__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
    .page-tongits-go__blog-title {
      font-size: 1.3em;
      margin: 20px 15px 10px;
      line-height: 1.4;
    }
    .page-tongits-go__blog-title a {
      color: #ffcc00;
      text-decoration: none;
      transition: color 0.3s ease;
    }
    .page-tongits-go__blog-title a:hover {
      color: #ffffff;
    }
    .page-tongits-go__blog-summary {
      color: #cccccc;
      padding: 0 15px 15px;
      font-size: 0.95em;
      flex-grow: 1;
    }
    .page-tongits-go__blog-read-more {
      display: inline-block;
      background-color: #ffcc00;
      color: #1a1a1a;
      padding: 10px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
      margin: 0 15px 20px;
      align-self: flex-start;
    }
    .page-tongits-go__blog-read-more:hover {
      background-color: #e6b800;
    }
    /* Responsive adjustments */
    @media (max-width: 1024px) {
      .page-tongits-go__hero-title {
        font-size: 3em;
      }
      .page-tongits-go__hero-description {
        font-size: 1.1em;
      }
      .page-tongits-go__section-title {
        font-size: 2em;
      }
    }
    @media (max-width: 768px) {
      .page-tongits-go__hero-section {
        min-height: 60vh;
        padding-bottom: 40px;
      }
      .page-tongits-go__hero-title {
        font-size: 2.2em;
      }
      .page-tongits-go__hero-description {
        font-size: 1em;
      }
      .page-tongits-go__hero-cta,
      .page-tongits-go__hero-download-btn {
        padding: 12px 25px;
        font-size: 1em;
        margin: 5px;
      }
      .page-tongits-go__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-tongits-go__payment-logo,
      .page-tongits-go__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }
      .page-tongits-go__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
        padding: 15px 10px;
      }
      .page-tongits-go__intro-section,
      .page-tongits-go__quick-access-section,
      .page-tongits-go__games-section,
      .page-tongits-go__promotions-section,
      .page-tongits-go__security-section,
      .page-tongits-go__faq-section,
      .page-tongits-go__blog-section {
        padding: 40px 15px;
      }
      .page-tongits-go__intro-features,
      .page-tongits-go__quick-access-grid,
      .page-tongits-go__game-categories,
      .page-tongits-go__promo-grid,
      .page-tongits-go__blog-grid {
        gap: 20px;
      }
      .page-tongits-go__feature-item {
        flex: 1 1 100%;
      }
      .page-tongits-go__access-button {
        flex: 1 1 100%;
        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;
      }
      .page-tongits-go__security-content {
        flex-direction: column;
        text-align: center;
      }
      .page-tongits-go__security-text,
      .page-tongits-go__security-image-wrapper {
        flex: 1 1 100%;
        min-width: unset;
      }
      .page-tongits-go__faq-question {
        padding: 15px 20px;
      }
      .page-tongits-go__faq-q-text {
        font-size: 1.1em;
      }
      .page-tongits-go__faq-answer {
        padding: 0 20px;
      }
      .page-tongits-go__faq-item.active .page-tongits-go__faq-answer {
        padding: 15px 20px !important;
      }
      /* List item responsive requirements (general for any lists) */
      .page-tongits-go__intro-features > .page-tongits-go__feature-item,
      .page-tongits-go__game-categories > .page-tongits-go__game-card,
      .page-tongits-go__promo-grid > .page-tongits-go__promo-card,
      .page-tongits-go__blog-grid > .page-tongits-go__blog-card {
        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;
      }
      .page-tongits-go__intro-features,
      .page-tongits-go__game-categories,
      .page-tongits-go__promo-grid,
      .page-tongits-go__blog-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      /* Image responsive */
      .page-tongits-go__feature-icon,
      .page-tongits-go__game-image,
      .page-tongits-go__promo-image,
      .page-tongits-go__security-image,
      .page-tongits-go__blog-image {
        max-width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
      }
      .page-tongits-go__hero-image {
        max-width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
      }
    }
    @media (max-width: 480px) {
      .page-tongits-go__hero-title {
        font-size: 1.8em;
      }
      .page-tongits-go__hero-description {
        font-size: 0.9em;
      }
      .page-tongits-go__hero-cta,
      .page-tongits-go__hero-download-btn {
        padding: 10px 20px;
        font-size: 0.9em;
      }
      .page-tongits-go__section-title {
        font-size: 1.5em;
      }
      .page-tongits-go__quick-access-grid {
        flex-direction: column;
      }
    }