.page-rewards-center-tongits-go { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-rewards-center-tongits-go__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-rewards-center-tongits-go__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-rewards-center-tongits-go__section--dark { background-color: #f2f2f2; } .page-rewards-center-tongits-go__hero-section { background-color: #004d40; color: #fff; text-align: center; padding: 10px 0 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-rewards-center-tongits-go__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-rewards-center-tongits-go__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-rewards-center-tongits-go__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-rewards-center-tongits-go__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-rewards-center-tongits-go__button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-rewards-center-tongits-go__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-rewards-center-tongits-go__button--primary { background-color: #007bff; color: #fff; } .page-rewards-center-tongits-go__button--primary:hover { background-color: #0056b3; } .page-rewards-center-tongits-go__heading { font-size: 2em; color: #004d40; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-rewards-center-tongits-go__heading::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 3px; background-color: #ffcc00; border-radius: 2px; } .page-rewards-center-tongits-go__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: justify; } .page-rewards-center-tongits-go__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-rewards-center-tongits-go__card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-rewards-center-tongits-go__card:hover { transform: translateY(-5px); } .page-rewards-center-tongits-go__card-icon { margin-bottom: 15px; } .page-rewards-center-tongits-go__card-title { font-size: 1.3em; color: #004d40; margin-bottom: 10px; } .page-rewards-center-tongits-go__card-description { font-size: 0.95em; color: #666; } .page-rewards-center-tongits-go__image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; display: block; } .page-rewards-center-tongits-go__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; text-align: center; margin-bottom: 20px; } .page-rewards-center-tongits-go__gamelogo { max-width: 120px; height: auto; margin: 0 auto 15px; display: block; } .page-rewards-center-tongits-go__game-item { text-align: center; } .page-rewards-center-tongits-go__game-item-title { font-size: 1.2em; margin-top: 10px; color: #004d40; } .page-rewards-center-tongits-go__promo-item { display: flex; align-items: center; margin-bottom: 30px; background-color: #f2f2f2; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); } .page-rewards-center-tongits-go__promo-item:nth-child(even) { flex-direction: row-reverse; } .page-rewards-center-tongits-go__promo-image-wrapper { flex: 1; min-width: 250px; } .page-rewards-center-tongits-go__promo-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-rewards-center-tongits-go__promo-content { flex: 2; padding: 25px; text-align: left; } .page-rewards-center-tongits-go__promo-title { font-size: 1.5em; color: #004d40; margin-bottom: 10px; } .page-rewards-center-tongits-go__promo-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-rewards-center-tongits-go__quick-links-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-rewards-center-tongits-go__quick-links-item { margin: 5px; } .page-rewards-center-tongits-go__quick-links-button { display: block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-rewards-center-tongits-go__quick-links-button:hover { background-color: #0056b3; } .page-rewards-center-tongits-go__faq-list { list-style: none; padding: 0; } .page-rewards-center-tongits-go__faq-item { background-color: #f9f9f9; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); } .page-rewards-center-tongits-go__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #004d40; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-rewards-center-tongits-go__faq-question:hover { background-color: #00332c; } .page-rewards-center-tongits-go__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-rewards-center-tongits-go__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-rewards-center-tongits-go__faq-item.active .page-rewards-center-tongits-go__faq-toggle { transform: rotate(45deg); } .page-rewards-center-tongits-go__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #333; } .page-rewards-center-tongits-go__faq-item.active .page-rewards-center-tongits-go__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-rewards-center-tongits-go__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-rewards-center-tongits-go__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-rewards-center-tongits-go__blog-card:hover { transform: translateY(-5px); } .page-rewards-center-tongits-go__blog-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-rewards-center-tongits-go__blog-image { width: 100%; height: 100%; object-fit: cover; display: block; } .page-rewards-center-tongits-go__blog-content { padding: 20px; } .page-rewards-center-tongits-go__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-rewards-center-tongits-go__blog-title a { color: #004d40; text-decoration: none; transition: color 0.3s ease; } .page-rewards-center-tongits-go__blog-title a:hover { color: #007bff; } .page-rewards-center-tongits-go__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-rewards-center-tongits-go__blog-date { font-size: 0.85em; color: #999; text-align: right; } @media (max-width: 768px) { .page-rewards-center-tongits-go__hero-title { font-size: 2em; } .page-rewards-center-tongits-go__hero-subtitle { font-size: 1em; } .page-rewards-center-tongits-go__heading { font-size: 1.8em; } .page-rewards-center-tongits-go__section { padding: 30px 0; } .page-rewards-center-tongits-go__grid { grid-template-columns: 1fr; } .page-rewards-center-tongits-go__promo-item { flex-direction: column; } .page-rewards-center-tongits-go__promo-item:nth-child(even) { flex-direction: column; } .page-rewards-center-tongits-go__promo-content { padding: 15px; text-align: center; } .page-rewards-center-tongits-go__promo-image-wrapper { min-width: unset; } .page-rewards-center-tongits-go__quick-links-list { flex-direction: column; align-items: center; } .page-rewards-center-tongits-go__quick-links-item { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-rewards-center-tongits-go__quick-links-button { width: 100%; } .page-rewards-center-tongits-go__faq-question { padding: 12px 15px; } .page-rewards-center-tongits-go__faq-question h3 { font-size: 1em; } .page-rewards-center-tongits-go__faq-answer { padding: 15px !important; } .page-rewards-center-tongits-go__blog-grid { grid-template-columns: 1fr; } .page-rewards-center-tongits-go__image, .page-rewards-center-tongits-go__gamelogo, .page-rewards-center-tongits-go__promo-image, .page-rewards-center-tongits-go__blog-image { max-width: 100% !important; height: auto !important; } .page-rewards-center-tongits-go__image-container, .page-rewards-center-tongits-go__blog-image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } } @media (max-width: 480px) { .page-rewards-center-tongits-go__hero-title { font-size: 1.8em; } .page-rewards-center-tongits-go__hero-subtitle { font-size: 0.9em; } .page-rewards-center-tongits-go__button { padding: 10px 20px; font-size: 1em; } }