/* General Styles for the page-color-game-tongits-go-cheat */.page-color-game-tongits-go-cheat {font-family: 'Arial', sans-serif;color: #e0e0e0; /* Light grey text */background-color: #1a1a2e; /* Dark background */line-height: 1.6;padding-bottom: 20px; /* Add some padding at the bottom before footer */} .page-color-game-tongits-go-cheat__section-title {font-size: 2.2em;color: #e94560; /* Vibrant red/pink for titles */text-align: center;margin-bottom: 40px;padding-top: 40px;position: relative;} .page-color-game-tongits-go-cheat__section-title::after {content: '';display: block;width: 60px;height: 4px;background-color: #0f3460; /* Dark blue accent */margin: 10px auto 0;border-radius: 2px;} .page-color-game-tongits-go-cheat__text-content {max-width: 900px;margin: 0 auto 20px;text-align: center;font-size: 1.1em;} .page-color-game-tongits-go-cheat__button {display: inline-block;background-color: #e94560; /* Vibrant button color */color: #fff;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;margin-top: 20px;box-shadow: 0 4px 15px rgba(233, 69, 96, 0.4);} .page-color-game-tongits-go-cheat__button:hover {background-color: #ff6a80;transform: translateY(-2px);}/* HERO Section */.page-color-game-tongits-go-cheat__hero-section {position: relative;width: 100%;min-height: 500px;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;padding-top: 10px; /* Small padding top as body has header offset */} .page-color-game-tongits-go-cheat__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;opacity: 0.4;} .page-color-game-tongits-go-cheat__hero-content {position: relative;z-index: 2;max-width: 800px;padding: 20px;background-color: rgba(0, 0, 0, 0.6);border-radius: 15px;box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);} .page-color-game-tongits-go-cheat__hero-title {font-size: 3.5em;color: #f0f0f0;margin-bottom: 15px;text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);} .page-color-game-tongits-go-cheat__hero-subtitle {font-size: 1.4em;color: #c0c0c0;margin-bottom: 30px;} .page-color-game-tongits-go-cheat__hero-cta-button {font-size: 1.3em;padding: 15px 35px;border-radius: 10px;}/* Partner/Supplier Logo Section */.page-color-game-tongits-go-cheat__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: #16213e; /* Slightly lighter dark background */} .page-color-game-tongits-go-cheat__logo-grid {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 1200px; /* Limit width for large screens */margin: 0 auto;} .page-color-game-tongits-go-cheat__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;object-fit: contain;transition: transform 0.3s ease;} .page-color-game-tongits-go-cheat__payment-logo:hover {transform: scale(1.1);}/* Quick Access Section */.page-color-game-tongits-go-cheat__quick-access-section {padding: 60px 20px;text-align: center;background-color: #0f3460; /* Dark blue */} .page-color-game-tongits-go-cheat__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;max-width: 1000px;margin: 0 auto;} .page-color-game-tongits-go-cheat__access-button {flex: 1 1 220px; /* Allow buttons to grow but keep min width */max-width: 280px;background-color: #e94560;color: #fff;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;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);} .page-color-game-tongits-go-cheat__access-button:hover {background-color: #ff6a80;transform: translateY(-3px);}/* Games Section */.page-color-game-tongits-go-cheat__games-section {padding: 60px 20px;background-color: #1a1a2e;} .page-color-game-tongits-go-cheat__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-color-game-tongits-go-cheat__game-card {background-color: #0f3460;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);text-align: center;padding-bottom: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-color-game-tongits-go-cheat__game-card:hover {transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);} .page-color-game-tongits-go-cheat__game-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;} .page-color-game-tongits-go-cheat__game-title {font-size: 1.6em;color: #f0f0f0;margin-bottom: 10px;padding: 0 15px;} .page-color-game-tongits-go-cheat__game-description {font-size: 1em;color: #c0c0c0;padding: 0 15px;margin-bottom: 20px;}/* Promotions Section */.page-color-game-tongits-go-cheat__promotions-section {padding: 60px 20px;background-color: #16213e;} .page-color-game-tongits-go-cheat__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-color-game-tongits-go-cheat__promo-card {background-color: #0f3460;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);text-align: center;padding-bottom: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-color-game-tongits-go-cheat__promo-card:hover {transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);} .page-color-game-tongits-go-cheat__promo-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;} .page-color-game-tongits-go-cheat__promo-title {font-size: 1.6em;color: #f0f0f0;margin-bottom: 10px;padding: 0 15px;} .page-color-game-tongits-go-cheat__promo-description {font-size: 1em;color: #c0c0c0;padding: 0 15px;margin-bottom: 20px;}/* Security & Support Section */.page-color-game-tongits-go-cheat__security-support-section {padding: 60px 20px;background-color: #1a1a2e;text-align: center;} .page-color-game-tongits-go-cheat__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto 40px;} .page-color-game-tongits-go-cheat__feature-item {background-color: #0f3460;border-radius: 10px;padding: 30px;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-color-game-tongits-go-cheat__feature-item:hover {transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);} .page-color-game-tongits-go-cheat__feature-icon {width: 80px; /* Min size 200x200, so this is just for display */height: 80px;object-fit: contain;margin-bottom: 20px;} .page-color-game-tongits-go-cheat__feature-title {font-size: 1.5em;color: #f0f0f0;margin-bottom: 10px;} .page-color-game-tongits-go-cheat__feature-description {font-size: 1em;color: #c0c0c0;}/* FAQ Section */.page-color-game-tongits-go-cheat__faq-section {padding: 60px 20px;background-color: #16213e;} .page-color-game-tongits-go-cheat__faq-list {max-width: 900px;margin: 0 auto;} .page-color-game-tongits-go-cheat__faq-item {background-color: #0f3460;margin-bottom: 15px;border-radius: 8px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);overflow: hidden;} .page-color-game-tongits-go-cheat__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px;cursor: pointer;user-select: none;background-color: #e94560; /* Vibrant red for question background */color: #fff;font-size: 1.2em;font-weight: bold;transition: background-color 0.3s ease;} .page-color-game-tongits-go-cheat__faq-question:hover {background-color: #ff6a80;} .page-color-game-tongits-go-cheat__faq-question h3 {margin: 0;font-size: 1em; /* Adjust to fit parent font size */color: inherit;pointer-events: none; /* Prevent h3 from blocking click event */} .page-color-game-tongits-go-cheat__faq-toggle {font-size: 1.5em;line-height: 1;transition: transform 0.3s ease;pointer-events: none; /* Prevent span from blocking click event */} .page-color-game-tongits-go-cheat__faq-item.active .page-color-game-tongits-go-cheat__faq-toggle {transform: rotate(45deg); /* Plus to Minus */} .page-color-game-tongits-go-cheat__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px; /* Initial padding, changes on active */opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;background-color: #0f3460;color: #e0e0e0;} .page-color-game-tongits-go-cheat__faq-item.active .page-color-game-tongits-go-cheat__faq-answer {max-height: 2000px !important; /* Sufficiently large */padding: 20px !important;opacity: 1;} .page-color-game-tongits-go-cheat__faq-answer p {margin: 0;padding-bottom: 10px;}/* Blog Section */.page-color-game-tongits-go-cheat__blog-section {padding: 60px 20px;background-color: #1a1a2e;} .page-color-game-tongits-go-cheat__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;} .page-color-game-tongits-go-cheat__blog-card {background-color: #0f3460;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);text-align: center;padding-bottom: 20px;transition: transform 0.3s ease, box-shadow 0.3s ease;} .page-color-game-tongits-go-cheat__blog-card:hover {transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);} .page-color-game-tongits-go-cheat__blog-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;} .page-color-game-tongits-go-cheat__blog-title {font-size: 1.4em;color: #f0f0f0;margin-bottom: 10px;padding: 0 15px;} .page-color-game-tongits-go-cheat__blog-title a {color: inherit;text-decoration: none;transition: color 0.3s ease;} .page-color-game-tongits-go-cheat__blog-title a:hover {color: #e94560;} .page-color-game-tongits-go-cheat__blog-summary {font-size: 0.95em;color: #c0c0c0;padding: 0 15px;margin-bottom: 20px;}/* Responsive Design */@media (max-width: 1024px) {.page-color-game-tongits-go-cheat__hero-title {font-size: 2.8em;} .page-color-game-tongits-go-cheat__hero-subtitle {font-size: 1.2em;}}@media (max-width: 768px) {.page-color-game-tongits-go-cheat__hero-section {min-height: 400px;padding-top: 10px !important;} .page-color-game-tongits-go-cheat__hero-content {padding: 15px;} .page-color-game-tongits-go-cheat__hero-title {font-size: 2em;} .page-color-game-tongits-go-cheat__hero-subtitle {font-size: 1em;} .page-color-game-tongits-go-cheat__hero-cta-button {font-size: 1.1em;padding: 12px 25px;} .page-color-game-tongits-go-cheat__section-title {font-size: 1.8em;margin-bottom: 30px;} .page-color-game-tongits-go-cheat__text-content {font-size: 1em;padding: 0 15px;} .page-color-game-tongits-go-cheat__button {padding: 10px 20px;font-size: 1em;}/* Partner Logo Area - Specific Mobile Rules */.page-color-game-tongits-go-cheat__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: 30px 15px;} .page-color-game-tongits-go-cheat__logo-grid {gap: 16px;} .page-color-game-tongits-go-cheat__payment-logo {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}/* Quick Access Buttons */.page-color-game-tongits-go-cheat__access-buttons {flex-direction: column;align-items: center;padding: 0 15px;} .page-color-game-tongits-go-cheat__access-button {width: 100% !important;max-width: 300px; /* Still constrain max-width for very wide phones */box-sizing: border-box !important;margin: 0 !important;}/* Game, Promo, Feature, Blog Grids */.page-color-game-tongits-go-cheat__game-grid,.page-color-game-tongits-go-cheat__promo-grid,.page-color-game-tongits-go-cheat__features-grid,.page-color-game-tongits-go-cheat__blog-grid {grid-template-columns: 1fr;gap: 20px;padding: 0 15px;} .page-color-game-tongits-go-cheat__game-card,.page-color-game-tongits-go-cheat__promo-card,.page-color-game-tongits-go-cheat__feature-item,.page-color-game-tongits-go-cheat__blog-card {width: 100% !important;box-sizing: border-box !important;} .page-color-game-tongits-go-cheat__game-image,.page-color-game-tongits-go-cheat__promo-image,.page-color-game-tongits-go-cheat__blog-image {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}/* FAQ Section */.page-color-game-tongits-go-cheat__faq-list {padding: 0 15px;} .page-color-game-tongits-go-cheat__faq-question {font-size: 1.1em;padding: 15px;} .page-color-game-tongits-go-cheat__faq-answer {padding: 0 15px;} .page-color-game-tongits-go-cheat__faq-item.active .page-color-game-tongits-go-cheat__faq-answer {padding: 15px !important;} .page-color-game-tongits-go-cheat__faq-answer p {word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}@media (max-width: 480px) {.page-color-game-tongits-go-cheat__hero-title {font-size: 1.8em;} .page-color-game-tongits-go-cheat__hero-subtitle {font-size: 0.9em;} .page-color-game-tongits-go-cheat__section-title {font-size: 1.6em;} .page-color-game-tongits-go-cheat__game-title,.page-color-game-tongits-go-cheat__promo-title,.page-color-game-tongits-go-cheat__feature-title,.page-color-game-tongits-go-cheat__blog-title {font-size: 1.3em;}}