.page-tongits-go-plus {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a2e;  line-height: 1.6;  padding-bottom: 80px;}.page-tongits-go-plus__highlight {  color: #e94560;}.page-tongits-go-plus__section-title {  font-size: 2.5em;  text-align: center;  margin-bottom: 20px;  color: #fff;  padding-top: 40px;}.page-tongits-go-plus__section-description {  font-size: 1.1em;  text-align: center;  max-width: 800px;  margin: 0 auto 50px auto;  color: #ccc;}.page-tongits-go-plus__hero-section {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  padding: 10px 20px 60px 20px;  background: linear-gradient(135deg, #1a1a2e, #0f3460);  min-height: 80vh;  position: relative;  overflow: hidden;}.page-tongits-go-plus__hero-content {  max-width: 900px;  z-index: 2;  margin-bottom: 40px;}.page-tongits-go-plus__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  color: #fff;  line-height: 1.2;}.page-tongits-go-plus__hero-description {  font-size: 1.3em;  margin-bottom: 40px;  color: #e0e0e0;}.page-tongits-go-plus__hero-actions {  display: flex;  gap: 20px;  justify-content: center;}.page-tongits-go-plus__button {  display: inline-block;  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;  cursor: pointer;  box-sizing: border-box;  text-align: center;}.page-tongits-go-plus__button--primary {  background-color: #e94560;  color: #fff;  border: 2px solid #e94560;}.page-tongits-go-plus__button--primary:hover {  background-color: #d0304a;  transform: translateY(-2px);}.page-tongits-go-plus__button--secondary {  background-color: transparent;  color: #e94560;  border: 2px solid #e94560;}.page-tongits-go-plus__button--secondary:hover {  background-color: #e94560;  color: #fff;  transform: translateY(-2px);}.page-tongits-go-plus__hero-image-wrapper {  width: 100%;  max-width: 600px;  margin-top: 40px;  z-index: 1;  overflow: hidden;  border-radius: 15px;  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);}.page-tongits-go-plus__hero-image {  width: 100%;  height: auto;  display: block;}.page-tongits-go-plus__games-section {  padding: 80px 20px;  background-color: #2c2c4d;}.page-tongits-go-plus__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-tongits-go-plus__game-card {  background-color: #1a1a2e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  padding-bottom: 20px;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-tongits-go-plus__game-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;  margin-bottom: 15px;}.page-tongits-go-plus__game-title {  font-size: 1.5em;  color: #fff;  margin-bottom: 10px;  padding: 0 15px;}.page-tongits-go-plus__game-description {  font-size: 0.95em;  color: #ccc;  margin-bottom: 20px;  flex-grow: 1;  padding: 0 15px;}.page-tongits-go-plus__button--small {  padding: 10px 20px;  font-size: 0.9em;  margin: 0 15px;}.page-tongits-go-plus__features-section {  padding: 80px 20px;  background-color: #1a1a2e;}.page-tongits-go-plus__feature-list {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;  list-style: none;  padding: 0;}.page-tongits-go-plus__feature-item {  background-color: #2c2c4d;  border-radius: 10px;  padding: 30px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  box-sizing: border-box;}.page-tongits-go-plus__feature-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  display: block;  margin-left: auto;  margin-right: auto;  object-fit: contain;}.page-tongits-go-plus__feature-heading {  font-size: 1.4em;  color: #fff;  margin-bottom: 10px;}.page-tongits-go-plus__feature-text {  font-size: 1em;  color: #ccc;}.page-tongits-go-plus__cta-section {  background: linear-gradient(45deg, #e94560, #d0304a);  padding: 80px 20px;  text-align: center;  color: #fff;}.page-tongits-go-plus__cta-title {  font-size: 2.8em;  margin-bottom: 20px;  color: #fff;}.page-tongits-go-plus__cta-description {  font-size: 1.2em;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-tongits-go-plus__faq-section {  padding: 80px 20px;  background-color: #1a1a2e;}.page-tongits-go-plus__faq-list {  max-width: 900px;  margin: 0 auto;}.page-tongits-go-plus__faq-item {  background-color: #2c2c4d;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-tongits-go-plus__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  cursor: pointer;  user-select: none;  background-color: #3f3f6e;  transition: background-color 0.3s ease;}.page-tongits-go-plus__faq-question:hover {  background-color: #4a4a7d;}.page-tongits-go-plus__faq-heading {  font-size: 1.2em;  color: #fff;  margin: 0;  flex-grow: 1;}.page-tongits-go-plus__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #e94560;  margin-left: 20px;  transition: transform 0.3s ease;}.page-tongits-go-plus__faq-item.active .page-tongits-go-plus__faq-toggle {  transform: rotate(45deg);  color: #fff;}.page-tongits-go-plus__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #ccc;}.page-tongits-go-plus__faq-item.active .page-tongits-go-plus__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-tongits-go-plus__faq-answer p {  margin: 0;}.page-tongits-go-plus__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-tongits-go-plus__floating-button {  display: flex;  align-items: center;  justify-content: center;  width: 60px;  height: 60px;  border-radius: 50%;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);  font-size: 0.9em;  font-weight: bold;  color: #fff;  text-decoration: none;  transition: transform 0.2s ease, background-color 0.2s ease;  text-align: center;  line-height: 1.2;  box-sizing: border-box;}.page-tongits-go-plus__floating-button--register {  background-color: #e94560;}.page-tongits-go-plus__floating-button--register:hover {  background-color: #d0304a;  transform: translateY(-3px);}.page-tongits-go-plus__floating-button--login {  background-color: #0f3460;}.page-tongits-go-plus__floating-button--login:hover {  background-color: #0a2545;  transform: translateY(-3px);}@media (max-width: 1024px) {  .page-tongits-go-plus__hero-title {    font-size: 3em;  }  .page-tongits-go-plus__hero-description {    font-size: 1.1em;  }  .page-tongits-go-plus__section-title {    font-size: 2em;  }  .page-tongits-go-plus__cta-title {    font-size: 2.2em;  }}@media (max-width: 768px) {  .page-tongits-go-plus__hero-section {    padding: 10px 15px 40px 15px;    min-height: 60vh;  }  .page-tongits-go-plus__hero-title {    font-size: 2.2em;  }  .page-tongits-go-plus__hero-description {    font-size: 1em;  }  .page-tongits-go-plus__hero-actions {    flex-direction: column;    gap: 15px;  }  .page-tongits-go-plus__button {    width: 100%;    max-width: 300px;    margin: 0 auto;  }  .page-tongits-go-plus__section-title {    font-size: 1.8em;    padding-top: 30px;  }  .page-tongits-go-plus__section-description {    font-size: 0.9em;    margin-bottom: 30px;  }  .page-tongits-go-plus__games-section,  .page-tongits-go-plus__features-section,  .page-tongits-go-plus__cta-section,  .page-tongits-go-plus__faq-section {    padding: 60px 15px;  }  .page-tongits-go-plus__game-grid {    grid-template-columns: 1fr;  }  .page-tongits-go-plus__feature-list {    grid-template-columns: 1fr;  }  .page-tongits-go-plus__feature-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 20px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-tongits-go-plus__feature-text {    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-tongits-go-plus__feature-list {    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-tongits-go-plus__cta-title {    font-size: 1.8em;  }  .page-tongits-go-plus__cta-description {    font-size: 1em;  }  .page-tongits-go-plus__faq-question {    padding: 15px;  }  .page-tongits-go-plus__faq-heading {    font-size: 1.1em;  }  .page-tongits-go-plus__faq-toggle {    font-size: 1.3em;  }  .page-tongits-go-plus__faq-answer {    padding: 0 15px;  }  .page-tongits-go-plus__faq-item.active .page-tongits-go-plus__faq-answer {    padding: 15px !important;  }  .page-tongits-go-plus__floating-buttons {    bottom: 15px;    right: 15px;    gap: 8px;  }  .page-tongits-go-plus__floating-button {    width: 50px;    height: 50px;    font-size: 0.8em;  }}@media (max-width: 480px) {  .page-tongits-go-plus__hero-title {    font-size: 1.8em;  }  .page-tongits-go-plus__hero-description {    font-size: 0.9em;  }  .page-tongits-go-plus__section-title {    font-size: 1.5em;  }  .page-tongits-go-plus__cta-title {    font-size: 1.6em;  }}