/* CSS styles for page-tongits-go-guide */.page-tongits-go-guide {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;color: #333;line-height: 1.6;background-color: #f8f9fa;padding-top: var(--header-offset, 122px);}.page-tongits-go-guide__container {max-width: 1200px;margin: 0 auto;padding: 20px;}.page-tongits-go-guide__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-guide__section--dark {background-color: #2c3e50;color: #ecf0f1;}.page-tongits-go-guide__section-title {text-align: center;color: #2c3e50;margin-bottom: 30px;font-size: 2.5em;font-weight: 700;}.page-tongits-go-guide__section-title--dark {color: #e74c3c;}.page-tongits-go-guide__hero-section {position: relative;overflow: hidden;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;padding: 100px 20px;background-size: cover;background-position: center;min-height: 500px;}.page-tongits-go-guide__hero-background {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;}.page-tongits-go-guide__hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);z-index: 2;}.page-tongits-go-guide__hero-content {position: relative;z-index: 3;max-width: 800px;}.page-tongits-go-guide__hero-title {font-size: 3.5em;margin-bottom: 20px;line-height: 1.1;}.page-tongits-go-guide__hero-subtitle {font-size: 1.5em;margin-bottom: 30px;}.page-tongits-go-guide__button {display: inline-block;background-color: #e74c3c;color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;}.page-tongits-go-guide__button:hover {background-color: #c0392b;}.page-tongits-go-guide__intro-content {text-align: center;max-width: 900px;margin: 0 auto;font-size: 1.1em;}.page-tongits-go-guide__intro-content p {margin-bottom: 20px;}.page-tongits-go-guide__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-tongits-go-guide__feature-item {text-align: center;padding: 25px;border-radius: 8px;background-color: #f0f0f0;}.page-tongits-go-guide__feature-item h3 {color: #e74c3c;margin-bottom: 15px;font-size: 1.4em;}.page-tongits-go-guide__quick-access-grid {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 30px;}.page-tongits-go-guide__game-card {background-color: #f0f0f0;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 5px rgba(0,0,0,0.1);text-align: center;transition: transform 0.3s ease;width: calc(33% - 20px);}.page-tongits-go-guide__game-card:hover {transform: translateY(-5px);}.page-tongits-go-guide__game-card-image {width: 100%;height: 200px;object-fit: cover;}.page-tongits-go-guide__game-card-content {padding: 20px;}.page-tongits-go-guide__game-card-title {font-size: 1.3em;color: #2c3e50;margin-bottom: 10px;}.page-tongits-go-guide__game-card-description {font-size: 0.95em;color: #555;margin-bottom: 15px;}.page-tongits-go-guide__promotions-list {list-style: none;padding: 0;margin-top: 30px;}.page-tongits-go-guide__promotion-item {background-color: #f9f9f9;border: 1px solid #ddd;border-radius: 8px;margin-bottom: 20px;padding: 25px;display: flex;align-items: center;gap: 20px;}.page-tongits-go-guide__promotion-image {width: 150px;height: 100px;object-fit: cover;border-radius: 5px;}.page-tongits-go-guide__promotion-details h3 {color: #e74c3c;margin-bottom: 10px;font-size: 1.5em;}.page-tongits-go-guide__promotion-details p {margin-bottom: 15px;}.page-tongits-go-guide__security-content {display: flex;flex-direction: column;align-items: center;text-align: center;}.page-tongits-go-guide__payment-logos {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 20px;margin-bottom: 30px;}.page-tongits-go-guide__payment-logo {width: 80px;height: 50px;object-fit: contain;}.page-tongits-go-guide__faq-list {max-width: 800px;margin: 0 auto;}.page-tongits-go-guide__faq-item {background-color: #f9f9f9;border: 1px solid #ddd;border-radius: 8px;margin-bottom: 15px;overflow: hidden;}.page-tongits-go-guide__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px;cursor: pointer;user-select: none;background-color: #eee;transition: background-color 0.3s ease;}.page-tongits-go-guide__faq-question:hover {background-color: #e0e0e0;}.page-tongits-go-guide__faq-question h3 {margin: 0;font-size: 1.2em;color: #2c3e50;pointer-events: none;}.page-tongits-go-guide__faq-toggle {font-size: 1.5em;font-weight: bold;color: #e74c3c;pointer-events: none;transition: transform 0.3s ease;}.page-tongits-go-guide__faq-item.active .page-tongits-go-guide__faq-toggle {transform: rotate(45deg);}.page-tongits-go-guide__faq-answer {max-height: 0;overflow: hidden;padding: 0 15px;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-guide__faq-item.active .page-tongits-go-guide__faq-answer {max-height: 2000px !important;padding: 20px 15px !important;opacity: 1;}.page-tongits-go-guide__faq-answer p {margin: 0;}.page-tongits-go-guide__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-tongits-go-guide__blog-card {background-color: #f0f0f0;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 5px rgba(0,0,0,0.1);transition: transform 0.3s ease;}.page-tongits-go-guide__blog-card:hover {transform: translateY(-5px);}.page-tongits-go-guide__blog-card-image {width: 100%;height: 200px;object-fit: cover;}.page-tongits-go-guide__blog-card-content {padding: 20px;}.page-tongits-go-guide__blog-card-title {font-size: 1.3em;color: #2c3e50;margin-bottom: 10px;}.page-tongits-go-guide__blog-card-title a {text-decoration: none;color: inherit;}.page-tongits-go-guide__blog-card-title a:hover {color: #e74c3c;}.page-tongits-go-guide__blog-card-excerpt {font-size: 0.95em;color: #555;margin-bottom: 15px;}@media (max-width: 768px) {.page-tongits-go-guide__container {padding: 15px;}.page-tongits-go-guide__section {padding: 30px 0;}.page-tongits-go-guide__section-title {font-size: 2em;}.page-tongits-go-guide__hero-section {padding: 80px 15px;min-height: 400px;}.page-tongits-go-guide__hero-title {font-size: 2.5em;}.page-tongits-go-guide__hero-subtitle {font-size: 1.2em;}.page-tongits-go-guide__button {padding: 12px 25px;font-size: 0.9em;}.page-tongits-go-guide__intro-content {font-size: 1em;}.page-tongits-go-guide__features-grid {grid-template-columns: 1fr;}.page-tongits-go-guide__game-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-tongits-go-guide__game-card-image {height: 180px;}.page-tongits-go-guide__promotion-item {flex-direction: column;text-align: center;padding: 15px;}.page-tongits-go-guide__promotion-image {width: 100%;height: 120px;margin-bottom: 15px;}.page-tongits-go-guide__payment-logos {gap: 10px;}.page-tongits-go-guide__payment-logo {width: 60px;}.page-tongits-go-guide__faq-question {padding: 15px;}.page-tongits-go-guide__faq-question h3 {font-size: 1.1em;}.page-tongits-go-guide__faq-answer {padding: 15px 15px !important;}.page-tongits-go-guide__blog-grid {grid-template-columns: 1fr;}.page-tongits-go-guide__blog-card-image {height: 180px;}.page-tongits-go-guide__blog-card-title {font-size: 1.2em;}.page-tongits-go-guide__blog-card-excerpt {font-size: 0.9em;}.page-tongits-go-guide__quick-access-grid {flex-direction: column;}.page-tongits-go-guide__quick-access-grid .page-tongits-go-guide__button {width: 100%;box-sizing: border-box;}.page-tongits-go-guide__game-cards-wrapper {display: flex;flex-direction: column;gap: 20px;}.page-tongits-go-guide__game-card {width: 100%;}.page-tongits-go-guide__other-games-grid {display: grid;grid-template-columns: repeat(2, 1fr);gap: 15px;margin-top: 30px;}.page-tongits-go-guide__game-category-button {width: 100%;box-sizing: border-box;}.page-tongits-go-guide__promotions-list {padding: 0;}.page-tongits-go-guide__promotion-item {width: 100% !important;box-sizing: border-box !important;padding: 15px;}.page-tongits-go-guide__payment-logos {width: 100% !important;box-sizing: border-box !important;padding: 0 10px;}.page-tongits-go-guide__payment-logo {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-tongits-go-guide__blog-grid {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-tongits-go-guide__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-tongits-go-guide__faq-list {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;}.page-tongits-go-guide__faq-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-tongits-go-guide__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}