.page-tongits__main-container { padding-top: 10px; }.page-tongits__hero-section { position: relative; width: 100%; max-width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; margin-bottom: 40px; box-sizing: border-box; }.page-tongits__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-tongits__hero-content { z-index: 1; padding: 20px; max-width: 900px; }.page-tongits__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-tongits__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }.page-tongits__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-tongits__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-tongits__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: 30px 20px; background-color: #1a1a1a; margin-bottom: 40px; }.page-tongits__payment-providers-title { width: 100%; text-align: center; color: #ffcc00; font-size: 1.8em; margin-bottom: 20px; }.page-tongits__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-tongits__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-tongits__section { padding: 50px 20px; background-color: #222; color: #eee; margin-bottom: 40px; border-radius: 8px; }.page-tongits__section-title { text-align: center; font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; }.page-tongits__section-content { max-width: 1200px; margin: 0 auto; line-height: 1.6; }.page-tongits__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-tongits__grid-item { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }.page-tongits__grid-item img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; min-width: 200px; min-height: 200px; object-fit: cover; }.page-tongits__grid-item-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-tongits__grid-item-description { font-size: 1em; color: #ccc; }.page-tongits__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-tongits__quick-access-link { background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-tongits__quick-access-link:hover { background-color: #0056b3; }.page-tongits__game-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-tongits__game-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; }.page-tongits__game-card img { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; }.page-tongits__game-card-content { padding: 20px; }.page-tongits__game-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-tongits__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-tongits__game-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-tongits__game-card-button:hover { background-color: #218838; }.page-tongits__promotion-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-tongits__promotion-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-align: center; }.page-tongits__promotion-card img { width: 100%; height: 180px; object-fit: cover; min-width: 200px; min-height: 200px; }.page-tongits__promotion-card-content { padding: 20px; }.page-tongits__promotion-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-tongits__promotion-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-tongits__promotion-card-button { display: inline-block; background-color: #17a2b8; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-tongits__promotion-card-button:hover { background-color: #138496; }.page-tongits__feature-list { list-style: none; padding: 0; margin-top: 30px; }.page-tongits__feature-item { background-color: #333; padding: 20px; margin-bottom: 15px; border-radius: 8px; display: flex; align-items: flex-start; gap: 15px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }.page-tongits__feature-item img { width: 60px; height: 60px; object-fit: contain; flex-shrink: 0; min-width: 200px; min-height: 200px; }.page-tongits__feature-text h3 { color: #ffcc00; margin-top: 0; margin-bottom: 5px; }.page-tongits__feature-text p { color: #ccc; margin-bottom: 0; }.page-tongits__faq-list { max-width: 900px; margin: 30px auto; }.page-tongits__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }.page-tongits__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; background-color: #444; color: #ffcc00; cursor: pointer; user-select: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-tongits__faq-question:hover { background-color: #555; }.page-tongits__faq-question h3 { margin: 0; pointer-events: none; }.page-tongits__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-tongits__faq-item.active .page-tongits__faq-toggle { transform: rotate(45deg); }.page-tongits__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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__faq-item.active .page-tongits__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-tongits__faq-answer p { color: #ccc; margin-bottom: 0; }.page-tongits__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; }.page-tongits__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }.page-tongits__blog-card img { width: 100%; height: 200px; object-fit: cover; min-width: 200px; min-height: 200px; }.page-tongits__blog-card-content { padding: 20px; }.page-tongits__blog-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-tongits__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-tongits__blog-card-link { display: inline-block; color: #ffcc00; text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-tongits__blog-card-link:hover { color: #fff; }.page-tongits__text-center { text-align: center; }.page-tongits__text-highlight { color: #ffcc00; }.page-tongits__button-group { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 20px; }.page-tongits__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; }.page-tongits__button--primary { background-color: #ffcc00; color: #333; }.page-tongits__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); }.page-tongits__button--secondary { background-color: #007bff; color: #fff; }.page-tongits__button--secondary:hover { background-color: #0056b3; transform: translateY(-2px); }.page-tongits__button--tertiary { background-color: #6c757d; color: #fff; }.page-tongits__button--tertiary:hover { background-color: #5a6268; transform: translateY(-2px); }@media (max-width: 768px) { .page-tongits__hero-section { height: 400px; margin-bottom: 30px; }.page-tongits__hero-title { font-size: 2.5em; }.page-tongits__hero-subtitle { font-size: 1.2em; }.page-tongits__cta-button { padding: 12px 25px; font-size: 1em; }.page-tongits__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; margin-bottom: 30px; }.page-tongits__payment-logo, .page-tongits__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-tongits__section { padding: 30px 15px; margin-bottom: 30px; }.page-tongits__section-title { font-size: 2em; margin-bottom: 20px; }.page-tongits__grid { gap: 20px; }.page-tongits__quick-access-links { flex-direction: column; align-items: center; gap: 15px; }.page-tongits__quick-access-link { width: 100%; max-width: 280px; text-align: center; }.page-tongits__game-list, .page-tongits__promotion-list, .page-tongits__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-tongits__feature-item { flex-direction: column; align-items: center; text-align: center; padding: 15px; }.page-tongits__feature-item img { margin-bottom: 10px; }.page-tongits__faq-question { font-size: 1.1em; padding: 15px; }.page-tongits__faq-answer { padding: 0 10px; }.page-tongits__faq-item.active .page-tongits__faq-answer { padding: 15px 10px !important; }.page-tongits__button-group { flex-direction: column; }.page-tongits__button { width: 100%; max-width: 280px; text-align: center; }.page-tongits__grid-item, .page-tongits__game-card, .page-tongits__promotion-card, .page-tongits__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-tongits__game-card img, .page-tongits__promotion-card img, .page-tongits__blog-card img { max-width: 100% !important; height: auto !important; }.page-tongits__feature-list { 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__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }