.page-tongits-tips { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-tongits-tips__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-tongits-tips__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-tongits-tips__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-tongits-tips__section-title { text-align: center; color: #2980b9; margin-bottom: 30px; font-size: 2.5em; }.page-tongits-tips__section-title--light { color: #f39c12; }.page-tongits-tips__text-center { text-align: center; }.page-tongits-tips__hero-section { background-color: #34495e; color: #ecf0f1; padding: 60px 20px; text-align: center; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: 70px; /* Small top padding, assuming body has header offset */ }.page-tongits-tips__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-tongits-tips__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-tongits-tips__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #f39c12; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-tongits-tips__hero-description { font-size: 1.3em; margin-bottom: 30px; }.page-tongits-tips__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-tongits-tips__cta-button:hover { background-color: #c0392b; }.page-tongits-tips__introduction-text { font-size: 1.1em; max-width: 900px; margin: 0 auto 20px auto; text-align: justify; }.page-tongits-tips__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-tongits-tips__quick-access-item { background-color: #3498db; color: #fff; padding: 20px; border-radius: 8px; text-align: center; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-tongits-tips__quick-access-item:hover { background-color: #2980b9; }.page-tongits-tips__game-strategy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-tongits-tips__strategy-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-tongits-tips__strategy-card:hover { transform: translateY(-5px); }.page-tongits-tips__strategy-card-image { width: 100%; height: 250px; object-fit: cover; }.page-tongits-tips__strategy-card-content { padding: 20px; }.page-tongits-tips__strategy-card-title { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; }.page-tongits-tips__strategy-card-text { font-size: 0.95em; color: #555; }.page-tongits-tips__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; margin-top: 30px; }.page-tongits-tips__promotion-card { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: center; padding-bottom: 20px; }.page-tongits-tips__promotion-card-image { width: 100%; height: 220px; object-fit: cover; }.page-tongits-tips__promotion-card-content { padding: 15px; }.page-tongits-tips__promotion-card-title { font-size: 1.6em; color: #e74c3c; margin-bottom: 10px; }.page-tongits-tips__promotion-card-description { font-size: 0.95em; color: #666; margin-bottom: 20px; }.page-tongits-tips__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-tongits-tips__feature-item { text-align: center; flex: 1 1 280px; max-width: 350px; padding: 25px; background-color: #fefefe; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-tongits-tips__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-tongits-tips__feature-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-tongits-tips__feature-description { font-size: 0.9em; color: #555; }.page-tongits-tips__support-info { margin-top: 20px; text-align: center; font-size: 1.1em; }.page-tongits-tips__support-link { color: #e74c3c; text-decoration: none; font-weight: bold; }.page-tongits-tips__support-link:hover { text-decoration: underline; }.page-tongits-tips__faq-list { margin-top: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-tongits-tips__faq-item { background-color: #ecf0f1; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }.page-tongits-tips__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #3498db; color: #fff; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-tongits-tips__faq-question:hover { background-color: #2980b9; }.page-tongits-tips__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-tongits-tips__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-tongits-tips__faq-item.active .page-tongits-tips__faq-toggle { transform: rotate(45deg); }.page-tongits-tips__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; background-color: #f9f9f9; color: #333; 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-tips__faq-item.active .page-tongits-tips__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-tongits-tips__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-tongits-tips__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-tongits-tips__blog-card:hover { transform: translateY(-5px); }.page-tongits-tips__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-tongits-tips__blog-card-content { padding: 20px; }.page-tongits-tips__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; }.page-tongits-tips__blog-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-tongits-tips__blog-read-more { display: inline-block; background-color: #f39c12; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-tongits-tips__blog-read-more:hover { background-color: #e67e22; }.page-tongits-tips img { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-tongits-tips__small-text { font-size: 0.85em; color: #777; margin-top: 20px; text-align: center; }@media (max-width: 768px) { .page-tongits-tips__hero-title { font-size: 2.5em; }.page-tongits-tips__hero-description { font-size: 1em; }.page-tongits-tips__section-title { font-size: 1.8em; }.page-tongits-tips__container { padding: 10px; }.page-tongits-tips__section { padding: 30px 15px; }.page-tongits-tips__quick-access-grid, .page-tongits-tips__game-strategy-grid, .page-tongits-tips__promotions-grid, .page-tongits-tips__blog-grid { grid-template-columns: 1fr; }.page-tongits-tips__security-features { flex-direction: column; align-items: center; }.page-tongits-tips__feature-item { max-width: 90%; }.page-tongits-tips__faq-question { padding: 12px 15px; font-size: 1em; }.page-tongits-tips__faq-question h3 { font-size: 1em; }.page-tongits-tips__faq-answer { padding: 15px 15px !important; }.page-tongits-tips__quick-access-grid a, .page-tongits-tips__game-strategy-grid div, .page-tongits-tips__promotions-grid div, .page-tongits-tips__blog-grid div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-tongits-tips__quick-access-grid, .page-tongits-tips__game-strategy-grid, .page-tongits-tips__promotions-grid, .page-tongits-tips__blog-grid, .page-tongits-tips__faq-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-tips__strategy-card-text, .page-tongits-tips__promotion-card-description, .page-tongits-tips__feature-description, .page-tongits-tips__blog-card-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-tongits-tips img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }