.page-tongits-go-hack {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-tongits-go-hack__container {max-width: 1200px;margin: 0 auto;padding: 20px;box-sizing: border-box;}.page-tongits-go-hack__section {padding: 40px 0;margin-bottom: 20px;background-color: #fff;border-radius: 8px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}.page-tongits-go-hack__section--dark {background-color: #f0f0f0;}.page-tongits-go-hack__hero-section {position: relative;background-color: #0a0a0a;color: #fff;padding: 60px 0 40px;text-align: center;overflow: hidden;border-radius: 0 0 15px 15px;}.page-tongits-go-hack__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.4;z-index: 0;}.page-tongits-go-hack__hero-content {position: relative;z-index: 1;max-width: 900px;margin: 0 auto;padding: 0 20px;}.page-tongits-go-hack__hero-title {font-size: 2.8em;margin-bottom: 15px;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-tongits-go-hack__hero-subtitle {font-size: 1.3em;margin-bottom: 30px;font-weight: normal;}.page-tongits-go-hack__btn {display: inline-block;background-color: #e63946;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;font-size: 1em;}.page-tongits-go-hack__btn:hover {background-color: #c9303d;transform: translateY(-2px);}.page-tongits-go-hack__btn--secondary {background-color: #1a759f;}.page-tongits-go-hack__btn--secondary:hover {background-color: #166083;}.page-tongits-go-hack__title {font-size: 2em;color: #1a759f;text-align: center;margin-bottom: 30px;}.page-tongits-go-hack__text-content {padding: 0 20px;}.page-tongits-go-hack__text-content p {margin-bottom: 1em;}.page-tongits-go-hack__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 20px;padding: 0 20px;}.page-tongits-go-hack__game-card {background-color: #fdfdfd;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);text-align: center;padding-bottom: 20px;}.page-tongits-go-hack__game-card-image {width: 100%;height: 180px;object-fit: cover;}.page-tongits-go-hack__game-card-title {font-size: 1.2em;color: #1a759f;margin: 15px 10px 10px;}.page-tongits-go-hack__game-card-text {font-size: 0.9em;color: #666;margin: 0 10px 15px;}.page-tongits-go-hack__promo-list {list-style: none;padding: 0 20px;display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 20px;}.page-tongits-go-hack__promo-item {background-color: #fdfdfd;border-radius: 8px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);padding: 20px;text-align: center;}.page-tongits-go-hack__promo-item-title {color: #e63946;font-size: 1.3em;margin-bottom: 10px;}.page-tongits-go-hack__promo-item-text {font-size: 0.95em;margin-bottom: 15px;}.page-tongits-go-hack__support-grid {display: grid;grid-template-columns: 1fr 1fr;gap: 20px;padding: 0 20px;}.page-tongits-go-hack__support-item {text-align: center;padding: 20px;background-color: #fdfdfd;border-radius: 8px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.page-tongits-go-hack__support-icon {width: 80px;height: 80px;margin-bottom: 15px;}.page-tongits-go-hack__support-title {font-size: 1.2em;color: #1a759f;margin-bottom: 10px;}.page-tongits-go-hack__faq-list {padding: 0 20px;}.page-tongits-go-hack__faq-item {background-color: #fdfdfd;border-radius: 8px;margin-bottom: 10px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.page-tongits-go-hack__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;user-select: none;background-color: #e0f2f7;border-radius: 8px;transition: background-color 0.3s ease;}.page-tongits-go-hack__faq-question:hover {background-color: #d0eaf2;}.page-tongits-go-hack__faq-question h3 {margin: 0;font-size: 1.1em;color: #1a759f;pointer-events: none;}.page-tongits-go-hack__faq-toggle {font-size: 1.5em;font-weight: bold;color: #1a759f;transition: transform 0.3s ease;pointer-events: none;}.page-tongits-go-hack__faq-item.active .page-tongits-go-hack__faq-toggle {transform: rotate(45deg);}.page-tongits-go-hack__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: #555;}.page-tongits-go-hack__faq-item.active .page-tongits-go-hack__faq-answer {max-height: 2000px !important;padding: 20px !important;opacity: 1;}.page-tongits-go-hack__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 20px;padding: 0 20px;}.page-tongits-go-hack__blog-card {background-color: #fdfdfd;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.page-tongits-go-hack__blog-card-image {width: 100%;height: 200px;object-fit: cover;}.page-tongits-go-hack__blog-card-content {padding: 20px;}.page-tongits-go-hack__blog-card-title {font-size: 1.3em;color: #1a759f;margin-bottom: 10px;}.page-tongits-go-hack__blog-card-title a {text-decoration: none;color: inherit;}.page-tongits-go-hack__blog-card-title a:hover {text-decoration: underline;}.page-tongits-go-hack__blog-card-excerpt {font-size: 0.95em;color: #666;margin-bottom: 15px;}.page-tongits-go-hack__blog-card-date {font-size: 0.85em;color: #999;text-align: right;}.page-tongits-go-hack__quick-access-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 15px;padding: 0 20px;margin-top: 20px;}.page-tongits-go-hack__quick-access-btn {width: 100%;padding: 15px 10px;font-size: 1.1em;}.page-tongits-go-hack__logo-partners {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;padding: 20px;}.page-tongits-go-hack__logo-item {height: 60px;object-fit: contain;filter: grayscale(80%);transition: filter 0.3s ease;}.page-tongits-go-hack__logo-item:hover {filter: grayscale(0%);}@media (max-width: 768px) {.page-tongits-go-hack__hero-title {font-size: 2em;}.page-tongits-go-hack__hero-subtitle {font-size: 1em;}.page-tongits-go-hack__btn {padding: 10px 20px;font-size: 0.9em;}.page-tongits-go-hack__title {font-size: 1.6em;}.page-tongits-go-hack__section {padding: 30px 0;}.page-tongits-go-hack__container {padding: 10px;}.page-tongits-go-hack__text-content, .page-tongits-go-hack__game-grid, .page-tongits-go-hack__promo-list, .page-tongits-go-hack__support-grid, .page-tongits-go-hack__faq-list, .page-tongits-go-hack__blog-grid, .page-tongits-go-hack__quick-access-grid {padding: 0 15px;}.page-tongits-go-hack__support-grid {grid-template-columns: 1fr;}.page-tongits-go-hack__game-grid, .page-tongits-go-hack__promo-list, .page-tongits-go-hack__blog-grid {grid-template-columns: 1fr;}.page-tongits-go-hack__quick-access-grid {grid-template-columns: 1fr 1fr;}.page-tongits-go-hack__faq-answer {padding: 15px !important;}.page-tongits-go-hack__game-card-image, .page-tongits-go-hack__blog-card-image {height: 150px;}.page-tongits-go-hack__logo-item {height: 40px;}.page-tongits-go-hack__quick-access-grid a {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-tongits-go-hack__promo-list li, .page-tongits-go-hack__blog-grid li {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;margin-left: 0 !important;margin-right: 0 !important;}.page-tongits-go-hack__promo-list, .page-tongits-go-hack__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;}.page-tongits-go-hack__game-grid .page-tongits-go-hack__game-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;margin-left: 0 !important;margin-right: 0 !important;}.page-tongits-go-hack__game-grid {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}}