.page-tongits-go-not-available-in-app-store {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: var(--header-offset, 122px); /* Fallback if body padding not applied by shared.css */} .page-tongits-go-not-available-in-app-store__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;} .page-tongits-go-not-available-in-app-store__section-title {  font-size: 2.5em;  color: #0a4f8f;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 10px;} .page-tongits-go-not-available-in-app-store__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #ffcc00;  border-radius: 2px;} .page-tongits-go-not-available-in-app-store__text-content {  font-size: 1.1em;  margin-bottom: 20px;  text-align: center;  max-width: 800px;  margin-left: auto;  margin-right: auto;} /* Hero Section */ .page-tongits-go-not-available-in-app-store__hero-section {  position: relative;  width: 100%;  height: 600px; /* Adjust height as needed */  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  background-color: #003366; /* Fallback background */  padding-top: 10px; /* Small decorative padding, body handles main offset */  box-sizing: border-box;} .page-tongits-go-not-available-in-app-store__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.6; /* Darken image for text readability */  z-index: 1;  max-width: 100%; /* Mobile responsive */} .page-tongits-go-not-available-in-app-store__hero-content {  position: relative;  z-index: 2;  color: #fff;  max-width: 800px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.4);  border-radius: 10px;} .page-tongits-go-not-available-in-app-store__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  line-height: 1.2;} .page-tongits-go-not-available-in-app-store__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;} .page-tongits-go-not-available-in-app-store__hero-cta-button, .page-tongits-go-not-available-in-app-store__main-cta-button, .page-tongits-go-not-available-in-app-store__access-link-button, .page-tongits-go-not-available-in-app-store__game-card-button, .page-tongits-go-not-available-in-app-store__promo-card-button, .page-tongits-go-not-available-in-app-store__blog-card-link, .page-tongits-go-not-available-in-app-store__faq-link-button {  display: inline-block;  background-color: #ffcc00;  color: #0a4f8f;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;} .page-tongits-go-not-available-in-app-store__hero-cta-button:hover, .page-tongits-go-not-available-in-app-store__main-cta-button:hover, .page-tongits-go-not-available-in-app-store__access-link-button:hover, .page-tongits-go-not-available-in-app-store__game-card-button:hover, .page-tongits-go-not-available-in-app-store__promo-card-button:hover, .page-tongits-go-not-available-in-app-store__blog-card-link:hover, .page-tongits-go-not-available-in-app-store__faq-link-button:hover {  background-color: #e6b800;  transform: translateY(-3px);} /* Partner Logos Section */ .page-tongits-go-not-available-in-app-store__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: #fff;  border-bottom: 1px solid #eee;} .page-tongits-go-not-available-in-app-store__payment-logos-wrapper {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;} .page-tongits-go-not-available-in-app-store__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;} /* Introduction Section */ .page-tongits-go-not-available-in-app-store__introduction-section {  padding: 80px 0;  background-color: #f0f5fa;  text-align: center;} /* Quick Access Section */ .page-tongits-go-not-available-in-app-store__quick-access-section {  padding: 60px 0;  background-color: #0a4f8f;} .page-tongits-go-not-available-in-app-store__quick-access-section .page-tongits-go-not-available-in-app-store__section-title {  color: #fff;} .page-tongits-go-not-available-in-app-store__quick-access-section .page-tongits-go-not-available-in-app-store__section-title::after {  background-color: #ffcc00;} .page-tongits-go-not-available-in-app-store__access-links-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  margin-top: 40px;  justify-items: center;} .page-tongits-go-not-available-in-app-store__access-link-button {  width: 100%;  max-width: 280px;  text-align: center;  padding: 18px 25px;  font-size: 1.2em;  background-color: #ffcc00;  color: #0a4f8f;  border: 2px solid #ffcc00;  border-radius: 8px;} .page-tongits-go-not-available-in-app-store__access-link-button:hover {  background-color: #0a4f8f;  color: #ffcc00;  border-color: #ffcc00;  transform: translateY(-5px);} /* Games Section */ .page-tongits-go-not-available-in-app-store__games-section {  padding: 80px 0;  background-color: #fff;} .page-tongits-go-not-available-in-app-store__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;} .page-tongits-go-not-available-in-app-store__game-card {  background-color: #f9f9f9;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  height: 100%;} .page-tongits-go-not-available-in-app-store__game-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);} .page-tongits-go-not-available-in-app-store__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%; /* Mobile responsive */} .page-tongits-go-not-available-in-app-store__game-card-title {  font-size: 1.8em;  color: #0a4f8f;  margin: 20px 15px 10px;} .page-tongits-go-not-available-in-app-store__game-card-description {  font-size: 0.95em;  color: #555;  padding: 0 15px 20px;  flex-grow: 1;} .page-tongits-go-not-available-in-app-store__game-card-button {  margin: 0 15px 20px;  width: calc(100% - 30px);  padding: 12px 20px;  font-size: 1em;  text-align: center;  background-color: #0a4f8f;  color: #fff;  border-radius: 5px;} .page-tongits-go-not-available-in-app-store__game-card-button:hover {  background-color: #073a6b;  color: #ffcc00;} /* Promotions Section */ .page-tongits-go-not-available-in-app-store__promotions-section {  padding: 80px 0;  background-color: #f0f5fa;} .page-tongits-go-not-available-in-app-store__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;} .page-tongits-go-not-available-in-app-store__promo-card {  background-color: #fff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  height: 100%;} .page-tongits-go-not-available-in-app-store__promo-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);} .page-tongits-go-not-available-in-app-store__promo-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%; /* Mobile responsive */} .page-tongits-go-not-available-in-app-store__promo-card-title {  font-size: 1.6em;  color: #0a4f8f;  margin: 20px 15px 10px;} .page-tongits-go-not-available-in-app-store__promo-card-description {  font-size: 0.95em;  color: #555;  padding: 0 15px 20px;  flex-grow: 1;} .page-tongits-go-not-available-in-app-store__promo-card-button {  margin: 0 15px 20px;  width: calc(100% - 30px);  padding: 12px 20px;  font-size: 1em;  text-align: center;  background-color: #ffcc00;  color: #0a4f8f;  border-radius: 5px;} .page-tongits-go-not-available-in-app-store__promo-card-button:hover {  background-color: #e6b800;} /* Security Section */ .page-tongits-go-not-available-in-app-store__security-section {  padding: 80px 0;  background-color: #003366;  color: #fff;  text-align: center;} .page-tongits-go-not-available-in-app-store__security-section .page-tongits-go-not-available-in-app-store__section-title {  color: #fff;} .page-tongits-go-not-available-in-app-store__security-section .page-tongits-go-not-available-in-app-store__section-title::after {  background-color: #ffcc00;} .page-tongits-go-not-available-in-app-store__security-content {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;} .page-tongits-go-not-available-in-app-store__security-item {  background-color: rgba(255, 255, 255, 0.1);  padding: 30px;  border-radius: 10px;  transition: background-color 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  height: 100%;} .page-tongits-go-not-available-in-app-store__security-item:hover {  background-color: rgba(255, 255, 255, 0.2);} .page-tongits-go-not-available-in-app-store__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%; /* Mobile responsive */} .page-tongits-go-not-available-in-app-store__security-item-title {  font-size: 1.8em;  color: #ffcc00;  margin-bottom: 15px;} .page-tongits-go-not-available-in-app-store__security-item-description {  font-size: 1em;  color: #e0e0e0;  flex-grow: 1;} /* FAQ Section */ .page-tongits-go-not-available-in-app-store__faq-section {  padding: 80px 0;  background-color: #fff;} .page-tongits-go-not-available-in-app-store__faq-list {  max-width: 900px;  margin: 40px auto 0;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);} .page-tongits-go-not-available-in-app-store__faq-item {  border-bottom: 1px solid #eee;} .page-tongits-go-not-available-in-app-store__faq-item:last-child {  border-bottom: none;} .page-tongits-go-not-available-in-app-store__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #fcfcfc;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;} .page-tongits-go-not-available-in-app-store__faq-question:hover {  background-color: #f0f0f0;} .page-tongits-go-not-available-in-app-store__faq-question-title {  font-size: 1.2em;  color: #0a4f8f;  margin: 0;  flex-grow: 1;  text-align: left;  pointer-events: none; /* Crucial for click event on parent div */} .page-tongits-go-not-available-in-app-store__faq-toggle {  font-size: 1.5em;  color: #ffcc00;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Crucial for click event on parent div */} .page-tongits-go-not-available-in-app-store__faq-item.active .page-tongits-go-not-available-in-app-store__faq-toggle {  transform: rotate(45deg);  color: #0a4f8f;} .page-tongits-go-not-available-in-app-store__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  background-color: #fefefe;  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-not-available-in-app-store__faq-item.active .page-tongits-go-not-available-in-app-store__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 25px !important;  opacity: 1;} .page-tongits-go-not-available-in-app-store__faq-answer p {  margin-bottom: 15px;  color: #444;} .page-tongits-go-not-available-in-app-store__faq-link-button {  padding: 10px 20px;  font-size: 0.9em;  margin-top: 10px;} /* Blog Section */ .page-tongits-go-not-available-in-app-store__blog-section {  padding: 80px 0;  background-color: #e6f0f7;} .page-tongits-go-not-available-in-app-store__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;} .page-tongits-go-not-available-in-app-store__blog-card {  background-color: #fff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  height: 100%;} .page-tongits-go-not-available-in-app-store__blog-card:hover {  transform: translateY(-10px);  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);} .page-tongits-go-not-available-in-app-store__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%; /* Mobile responsive */} .page-tongits-go-not-available-in-app-store__blog-card-title {  font-size: 1.6em;  color: #0a4f8f;  margin: 20px 15px 10px;} .page-tongits-go-not-available-in-app-store__blog-card-excerpt {  font-size: 0.95em;  color: #555;  padding: 0 15px 20px;  flex-grow: 1;} .page-tongits-go-not-available-in-app-store__blog-card-link {  margin: 0 15px 20px;  width: calc(100% - 30px);  padding: 10px 15px;  font-size: 0.95em;  text-align: center;  background-color: #0a4f8f;  color: #fff;  border-radius: 5px;} .page-tongits-go-not-available-in-app-store__blog-card-link:hover {  background-color: #073a6b;  color: #ffcc00;} /* Responsive adjustments */ @media (max-width: 1024px) {  .page-tongits-go-not-available-in-app-store__hero-title {    font-size: 3em;  }  .page-tongits-go-not-available-in-app-store__hero-subtitle {    font-size: 1.2em;  }  .page-tongits-go-not-available-in-app-store__section-title {    font-size: 2em;  }} @media (max-width: 768px) {  .page-tongits-go-not-available-in-app-store__hero-section {    height: 500px;  }  .page-tongits-go-not-available-in-app-store__hero-title {    font-size: 2.2em;  }  .page-tongits-go-not-available-in-app-store__hero-subtitle {    font-size: 1em;  }  .page-tongits-go-not-available-in-app-store__hero-cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-tongits-go-not-available-in-app-store__section-title {    font-size: 1.8em;  }  .page-tongits-go-not-available-in-app-store__text-content {    font-size: 1em;  }  .page-tongits-go-not-available-in-app-store__container {    padding: 15px;  }    /* Partner Logos Section Mobile */  .page-tongits-go-not-available-in-app-store__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-tongits-go-not-available-in-app-store__payment-logo {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  /* List Item Responsive Rules for access links, game cards, promo cards, blog cards */  .page-tongits-go-not-available-in-app-store__access-links-grid,  .page-tongits-go-not-available-in-app-store__games-grid,  .page-tongits-go-not-available-in-app-store__promo-grid,  .page-tongits-go-not-available-in-app-store__security-content,  .page-tongits-go-not-available-in-app-store__blog-grid {    grid-template-columns: 1fr; /* Stack columns on mobile */    gap: 20px;  }  .page-tongits-go-not-available-in-app-store__access-link-button,  .page-tongits-go-not-available-in-app-store__game-card,  .page-tongits-go-not-available-in-app-store__promo-card,  .page-tongits-go-not-available-in-app-store__security-item,  .page-tongits-go-not-available-in-app-store__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  /* Image responsive rules */  .page-tongits-go-not-available-in-app-store__hero-image,  .page-tongits-go-not-available-in-app-store__game-card-image,  .page-tongits-go-not-available-in-app-store__promo-card-image,  .page-tongits-go-not-available-in-app-store__security-icon,  .page-tongits-go-not-available-in-app-store__blog-card-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  /* FAQ Section Mobile */  .page-tongits-go-not-available-in-app-store__faq-question {    padding: 15px 20px;  }  .page-tongits-go-not-available-in-app-store__faq-question-title {    font-size: 1.1em;  }  .page-tongits-go-not-available-in-app-store__faq-toggle {    font-size: 1.3em;  }  .page-tongits-go-not-available-in-app-store__faq-answer {    padding: 0 20px;  }  .page-tongits-go-not-available-in-app-store__faq-item.active .page-tongits-go-not-available-in-app-store__faq-answer {    padding: 15px 20px !important;  }  /* Text Wrapping for all content */  .page-tongits-go-not-available-in-app-store__text-content,  .page-tongits-go-not-available-in-app-store__hero-subtitle,  .page-tongits-go-not-available-in-app-store__game-card-description,  .page-tongits-go-not-available-in-app-store__promo-card-description,  .page-tongits-go-not-available-in-app-store__security-item-description,  .page-tongits-go-not-available-in-app-store__faq-answer p,  .page-tongits-go-not-available-in-app-store__blog-card-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }} @media (max-width: 480px) {  .page-tongits-go-not-available-in-app-store__hero-section {    height: 400px;  }  .page-tongits-go-not-available-in-app-store__hero-title {    font-size: 1.8em;  }  .page-tongits-go-not-available-in-app-store__hero-subtitle {    font-size: 0.9em;  }  .page-tongits-go-not-available-in-app-store__hero-cta-button {    padding: 10px 20px;    font-size: 0.9em;  }  .page-tongits-go-not-available-in-app-store__section-title {    font-size: 1.5em;  }}