.page-tongits-game-zone { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-tongits-game-zone strong { font-weight: bold; }.page-tongits-game-zone__section-title { font-size: 2.5em; color: #007bff; text-align: center; margin-bottom: 40px; margin-top: 60px; }.page-tongits-game-zone__section-title--small { font-size: 1.8em; margin-bottom: 20px; }.page-tongits-game-zone__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: center; max-width: 900px; margin-left: auto; margin-right: auto; padding: 0 15px; }.page-tongits-game-zone__keyword { color: #dc3545; }.page-tongits-game-zone__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; overflow: hidden; background-color: #0056b3; }.page-tongits-game-zone__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.7; }.page-tongits-game-zone__hero-content { position: relative; z-index: 2; color: #fff; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-tongits-game-zone__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.1; }.page-tongits-game-zone__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-tongits-game-zone__hero-cta { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-tongits-game-zone__hero-cta:hover { background-color: #e0a800; }.page-tongits-game-zone__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 15px; background-color: #fff; border-bottom: 1px solid #eee; }.page-tongits-game-zone__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; }.page-tongits-game-zone__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; }.page-tongits-game-zone__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-tongits-game-zone__introduction-section { padding: 60px 15px; background-color: #fff; text-align: center; }.page-tongits-game-zone__intro-image { max-width: 800px; width: 100%; height: auto; border-radius: 10px; margin-top: 30px; object-fit: cover; }.page-tongits-game-zone__quick-access-section { padding: 60px 15px; background-color: #f0f8ff; }.page-tongits-game-zone__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; max-width: 1200px; margin: 0 auto; }.page-tongits-game-zone__access-card { background-color: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-decoration: none; color: #333; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 180px; }.page-tongits-game-zone__access-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); }.page-tongits-game-zone__access-title { font-size: 1.5em; margin-bottom: 10px; color: #007bff; }.page-tongits-game-zone__access-description { font-size: 1em; color: #555; }.page-tongits-game-zone__games-section { padding: 60px 15px; background-color: #f8f8f8; }.page-tongits-game-zone__game-tabs { max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; }.page-tongits-game-zone__game-tab-header { display: flex; flex-wrap: wrap; justify-content: center; border-bottom: 1px solid #eee; background-color: #e9ecef; }.page-tongits-game-zone__game-tab-button { flex: 1 1 auto; padding: 15px 20px; border: none; background-color: transparent; cursor: pointer; font-size: 1.1em; font-weight: bold; color: #555; transition: background-color 0.3s ease, color 0.3s ease; min-width: 120px; }.page-tongits-game-zone__game-tab-button:hover { background-color: #dee2e6; }.page-tongits-game-zone__game-tab-button--active { background-color: #007bff; color: #fff; }.page-tongits-game-zone__game-tab-content { padding: 30px; text-align: center; display: none; }.page-tongits-game-zone__game-tab-content--active { display: block; }.page-tongits-game-zone__game-subtitle { font-size: 1.8em; color: #007bff; margin-bottom: 15px; }.page-tongits-game-zone__game-image { max-width: 100%; height: auto; border-radius: 8px; margin-top: 20px; margin-bottom: 20px; object-fit: cover; }.page-tongits-game-zone__game-cta { display: inline-block; background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease; }.page-tongits-game-zone__game-cta:hover { background-color: #218838; }.page-tongits-game-zone__promotions-section { padding: 60px 15px; background-color: #fff; }.page-tongits-game-zone__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-tongits-game-zone__promo-card { background-color: #f0f8ff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-align: center; padding-bottom: 20px; }.page-tongits-game-zone__promo-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; }.page-tongits-game-zone__promo-title { font-size: 1.6em; color: #007bff; margin-bottom: 10px; padding: 0 15px; }.page-tongits-game-zone__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; padding: 0 15px; }.page-tongits-game-zone__promo-cta { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-tongits-game-zone__promo-cta:hover { background-color: #e0a800; }.page-tongits-game-zone__security-service-section { padding: 60px 15px; background-color: #e9f5ff; text-align: center; }.page-tongits-game-zone__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px auto; }.page-tongits-game-zone__security-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); }.page-tongits-game-zone__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; }.page-tongits-game-zone__security-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-tongits-game-zone__security-description { font-size: 1em; color: #555; }.page-tongits-game-zone__contact-cta { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-tongits-game-zone__contact-cta:hover { background-color: #0056b3; }.page-tongits-game-zone__faq-section { padding: 60px 15px; background-color: #fff; }.page-tongits-game-zone__faq-container { max-width: 900px; margin: 0 auto; }.page-tongits-game-zone__faq-item { background-color: #f0f8ff; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }.page-tongits-game-zone__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #e9ecef; border-bottom: 1px solid #dee2e6; }.page-tongits-game-zone__faq-question:hover { background-color: #dee2e6; }.page-tongits-game-zone__faq-title { font-size: 1.2em; color: #333; margin: 0; pointer-events: none; }.page-tongits-game-zone__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; }.page-tongits-game-zone__faq-item.active .page-tongits-game-zone__faq-toggle { transform: rotate(45deg); }.page-tongits-game-zone__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-tongits-game-zone__faq-item.active .page-tongits-game-zone__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-tongits-game-zone__blog-section { padding: 60px 15px; background-color: #f8f8f8; }.page-tongits-game-zone__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-tongits-game-zone__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); overflow: hidden; text-align: left; }.page-tongits-game-zone__blog-image { width: 100%; height: 220px; object-fit: cover; margin-bottom: 15px; }.page-tongits-game-zone__blog-card-title { font-size: 1.4em; margin-bottom: 10px; padding: 0 15px; }.page-tongits-game-zone__blog-card-title a { text-decoration: none; color: #007bff; transition: color 0.3s ease; }.page-tongits-game-zone__blog-card-title a:hover { color: #0056b3; }.page-tongits-game-zone__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; padding: 0 15px; }.page-tongits-game-zone__blog-date { display: block; font-size: 0.85em; color: #777; padding: 0 15px 15px; }.page-tongits-game-zone__game-tab-button { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-tongits-game-zone__access-card { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-tongits-game-zone__promo-card { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-tongits-game-zone__security-item { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-tongits-game-zone__blog-card { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-tongits-game-zone__faq-item { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-tongits-game-zone__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }@media (max-width: 768px) { .page-tongits-game-zone__hero-title { font-size: 2.5em; }.page-tongits-game-zone__hero-subtitle { font-size: 1.2em; }.page-tongits-game-zone__hero-cta { padding: 12px 25px; font-size: 1em; }.page-tongits-game-zone__section-title { font-size: 2em; margin-top: 40px; margin-bottom: 30px; }.page-tongits-game-zone__section-title--small { font-size: 1.5em; margin-bottom: 15px; }.page-tongits-game-zone__text-content { font-size: 1em; }.page-tongits-game-zone__payment-providers { gap: 16px; padding: 30px 10px; }.page-tongits-game-zone__logo-grid { gap: 16px; }.page-tongits-game-zone__payment-logo, .page-tongits-game-zone__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-tongits-game-zone__introduction-section { padding: 40px 10px; }.page-tongits-game-zone__quick-access-section { padding: 40px 10px; }.page-tongits-game-zone__access-grid { grid-template-columns: 1fr; gap: 15px; }.page-tongits-game-zone__access-card { padding: 20px; min-height: unset; }.page-tongits-game-zone__access-title { font-size: 1.3em; }.page-tongits-game-zone__access-description { font-size: 0.95em; }.page-tongits-game-zone__games-section { padding: 40px 10px; }.page-tongits-game-zone__game-tab-header { flex-wrap: wrap; }.page-tongits-game-zone__game-tab-button { flex: 1 1 45%; padding: 12px 10px; font-size: 0.9em; min-width: unset; }.page-tongits-game-zone__game-tab-content { padding: 20px 10px; }.page-tongits-game-zone__game-subtitle { font-size: 1.5em; }.page-tongits-game-zone__game-cta { padding: 10px 20px; font-size: 0.95em; }.page-tongits-game-zone__promotions-section { padding: 40px 10px; }.page-tongits-game-zone__promo-grid { grid-template-columns: 1fr; gap: 20px; }.page-tongits-game-zone__promo-title { font-size: 1.4em; }.page-tongits-game-zone__promo-description { font-size: 0.95em; }.page-tongits-game-zone__security-service-section { padding: 40px 10px; }.page-tongits-game-zone__security-grid { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }.page-tongits-game-zone__security-item { padding: 25px; }.page-tongits-game-zone__security-icon { width: 70px; height: 70px; }.page-tongits-game-zone__contact-cta { padding: 12px 25px; font-size: 1em; }.page-tongits-game-zone__faq-section { padding: 40px 10px; }.page-tongits-game-zone__faq-question { padding: 15px 20px; }.page-tongits-game-zone__faq-title { font-size: 1.1em; }.page-tongits-game-zone__faq-answer { padding: 0 20px; }.page-tongits-game-zone__faq-item.active .page-tongits-game-zone__faq-answer { padding: 15px 20px !important; }.page-tongits-game-zone__blog-section { padding: 40px 10px; }.page-tongits-game-zone__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-tongits-game-zone__blog-image { height: 180px; }.page-tongits-game-zone__blog-card-title { font-size: 1.2em; }.page-tongits-game-zone__blog-excerpt { font-size: 0.9em; } }