/* Page-specific CSS */:root{--primary-color: #e0b000; --secondary-color: #2c3e50; --text-color: #ecf0f1; --background-light: #f4f7f6; --background-dark: #1a1a1a; --button-bg: #e0b000; --button-hover: #c79f00;}.page-how-to-earn-tongits-go{font-family: 'Arial', sans-serif; line-height: 1.6; color: var(--text-color); background-color: var(--background-dark);}.page-how-to-earn-tongits-go a{color: var(--primary-color); text-decoration: none;}.page-how-to-earn-tongits-go a:hover{text-decoration: underline;}.page-how-to-earn-tongits-go__container{max-width: 1200px; margin: 0 auto; padding: 20px;}.page-how-to-earn-tongits-go__section{padding: 60px 20px; text-align: center;}.page-how-to-earn-tongits-go__section:nth-of-type(even){background-color: #222;}.page-how-to-earn-tongits-go__section-title{font-size: 2.8em; margin-bottom: 30px; color: var(--primary-color);}.page-how-to-earn-tongits-go__section-description{font-size: 1.1em; max-width: 800px; margin: 0 auto 40px;}.page-how-to-earn-tongits-go__button{display: inline-block; background-color: var(--button-bg); color: #fff; padding: 15px 30px; border-radius: 5px; text-transform: uppercase; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer;}.page-how-to-earn-tongits-go__button:hover{background-color: var(--button-hover); text-decoration: none;}.page-how-to-earn-tongits-go__hero-section{position: relative; overflow: hidden; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; min-height: 70vh; padding-top: 10px;}.page-how-to-earn-tongits-go__hero-background{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;}.page-how-to-earn-tongits-go__hero-content{position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px;}.page-how-to-earn-tongits-go__hero-title{font-size: 3.5em; margin-bottom: 20px; line-height: 1.2;}.page-how-to-earn-tongits-go__hero-subtitle{font-size: 1.5em; margin-bottom: 40px;}.page-how-to-earn-tongits-go__hero-buttons{display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;}.page-how-to-earn-tongits-go__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: #222;}.page-how-to-earn-tongits-go__payment-logo{flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box;}.page-how-to-earn-tongits-go__payment-logo img{display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}.page-how-to-earn-tongits-go__intro-content{display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; text-align: left;}.page-how-to-earn-tongits-go__intro-text{flex: 1; min-width: 300px; max-width: 600px;}.page-how-to-earn-tongits-go__intro-image{flex: 0 0 auto; width: 100%; max-width: 450px;}.page-how-to-earn-tongits-go__intro-image img{width: 100%; height: auto; border-radius: 8px; object-fit: cover; max-width: 100%;}.page-how-to-earn-tongits-go__quick-access-grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto;}.page-how-to-earn-tongits-go__quick-access-item{background-color: #333; padding: 30px; border-radius: 8px; text-align: center;}.page-how-to-earn-tongits-go__quick-access-item h3{margin-top: 0; color: var(--primary-color);}.page-how-to-earn-tongits-go__game-grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-how-to-earn-tongits-go__game-card{background-color: #333; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease;}.page-how-to-earn-tongits-go__game-card:hover{transform: translateY(-5px);}.page-how-to-earn-tongits-go__game-card-image{width: 100%; height: 200px; object-fit: cover; max-width: 100%;}.page-how-to-earn-tongits-go__game-card-content{padding: 25px;}.page-how-to-earn-tongits-go__game-card-title{font-size: 1.5em; margin-top: 0; color: var(--primary-color);}.page-how-to-earn-tongits-go__game-card-description{font-size: 0.95em; margin-bottom: 20px;}.page-how-to-earn-tongits-go__promo-grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-how-to-earn-tongits-go__promo-card{background-color: #333; border-radius: 8px; padding: 30px; text-align: left;}.page-how-to-earn-tongits-go__promo-card h3{color: var(--primary-color); margin-top: 0;}.page-how-to-earn-tongits-go__security-features{display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1000px; margin: 0 auto;}.page-how-to-earn-tongits-go__feature-item{background-color: #333; padding: 25px; border-radius: 8px; flex: 1 1 280px; text-align: center;}.page-how-to-earn-tongits-go__feature-item h3{color: var(--primary-color); margin-top: 0;}.page-how-to-earn-tongits-go__faq-list{max-width: 800px; margin: 0 auto;}.page-how-to-earn-tongits-go__faq-item{background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden;}.page-how-to-earn-tongits-go__faq-question{display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #444; border-bottom: 1px solid #555; user-select: none; transition: background-color 0.3s ease;}.page-how-to-earn-tongits-go__faq-question:hover{background-color: #555;}.page-how-to-earn-tongits-go__faq-question h3{margin: 0; color: var(--primary-color); pointer-events: none;}.page-how-to-earn-tongits-go__faq-toggle{font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease;}.page-how-to-earn-tongits-go__faq-item.active .page-how-to-earn-tongits-go__faq-toggle{transform: rotate(45deg);}.page-how-to-earn-tongits-go__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; text-align: left;}.page-how-to-earn-tongits-go__faq-item.active .page-how-to-earn-tongits-go__faq-answer{max-height: 2000px !important; padding: 20px 15px !important; opacity: 1;}.page-how-to-earn-tongits-go__blog-grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-how-to-earn-tongits-go__blog-card{background-color: #333; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease;}.page-how-to-earn-tongits-go__blog-card:hover{transform: translateY(-5px);}.page-how-to-earn-tongits-go__blog-card-image{width: 100%; height: 200px; object-fit: cover; max-width: 100%;}.page-how-to-earn-tongits-go__blog-card-content{padding: 25px;}.page-how-to-earn-tongits-go__blog-card-title{font-size: 1.4em; margin-top: 0; margin-bottom: 10px;}.page-how-to-earn-tongits-go__blog-card-title a{color: var(--primary-color); display: block;}.page-how-to-earn-tongits-go__blog-card-description{font-size: 0.9em; color: #bbb;}.page-how-to-earn-tongits-go img{max-width: 100%; height: auto; display: block;}.page-how-to-earn-tongits-go ul{list-style: none; padding: 0; margin: 0;}.page-how-to-earn-tongits-go ul li{margin-bottom: 10px;}@media (max-width: 768px){.page-how-to-earn-tongits-go__hero-title{font-size: 2.5em;}.page-how-to-earn-tongits-go__hero-subtitle{font-size: 1.2em;}.page-how-to-earn-tongits-go__hero-buttons{flex-direction: column;}.page-how-to-earn-tongits-go__button{width: 100%;}.page-how-to-earn-tongits-go__section{padding: 40px 15px;}.page-how-to-earn-tongits-go__section-title{font-size: 2em;}.page-how-to-earn-tongits-go__intro-content{flex-direction: column;}.page-how-to-earn-tongits-go__intro-text, .page-how-to-earn-tongits-go__intro-image{max-width: 100%;}.page-how-to-earn-tongits-go__payment-providers{flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px;}.page-how-to-earn-tongits-go__payment-logo, .page-how-to-earn-tongits-go__payment-logo img{width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important;}.page-how-to-earn-tongits-go__quick-access-grid, .page-how-to-earn-tongits-go__game-grid, .page-how-to-earn-tongits-go__promo-grid, .page-how-to-earn-tongits-go__blog-grid{grid-template-columns: 1fr;}.page-how-to-earn-tongits-go__feature-item{flex: 1 1 100%;}.page-how-to-earn-tongits-go__faq-answer{padding: 0 15px !important;}.page-how-to-earn-tongits-go__faq-item.active .page-how-to-earn-tongits-go__faq-answer{padding: 20px 15px !important;}.page-how-to-earn-tongits-go__quick-access-item, .page-how-to-earn-tongits-go__game-card, .page-how-to-earn-tongits-go__promo-card, .page-how-to-earn-tongits-go__blog-card{width: 100% !important; max-width: 100% !important; box-sizing: border-box !important;}.page-how-to-earn-tongits-go__game-card-image, .page-how-to-earn-tongits-go__blog-card-image{max-width: 100% !important; height: auto !important;}.page-how-to-earn-tongits-go ul li{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;}.page-how-to-earn-tongits-go ul{width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}}