.page-code-tongits-go-2023 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-code-tongits-go-2023__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-code-tongits-go-2023__section { padding: 40px 20px; margin-bottom: 20px; background-color: #2c2c54; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }.page-code-tongits-go-2023__section--dark { background-color: #1a1a2e; }.page-code-tongits-go-2023__heading { text-align: center; color: #ffeb3b; margin-bottom: 30px; font-size: 2.5em; }.page-code-tongits-go-2023__sub-heading { color: #ffcc00; margin-bottom: 20px; font-size: 1.8em; }.page-code-tongits-go-2023__text { font-size: 1.1em; margin-bottom: 15px; }.page-code-tongits-go-2023__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:tongits go,gaming,mobile,philippines,codes]') no-repeat center center/cover; padding: 100px 20px; text-align: center; color: #ffffff; border-radius: 0; margin-bottom: 0; padding-top: 10px; /* Adjusting for shared header offset */ }.page-code-tongits-go-2023__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-code-tongits-go-2023__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; }.page-code-tongits-go-2023__button { display: inline-block; background-color: #e91e63; color: #ffffff; 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; border: none; cursor: pointer; }.page-code-tongits-go-2023__button:hover { background-color: #d81b60; transform: translateY(-3px); }.page-code-tongits-go-2023__button--secondary { background-color: #00bcd4; }.page-code-tongits-go-2023__button--secondary:hover { background-color: #00acc1; }.page-code-tongits-go-2023__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-code-tongits-go-2023__card { background-color: #3f3f74; border-radius: 8px; overflow: hidden; text-align: center; padding: 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; }.page-code-tongits-go-2023__card:hover { transform: translateY(-5px); }.page-code-tongits-go-2023__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 15px; }.page-code-tongits-go-2023__card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-code-tongits-go-2023__card-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; flex-grow: 1; }.page-code-tongits-go-2023__list { list-style: none; padding: 0; margin-bottom: 20px; }.page-code-tongits-go-2023__list-item { background-color: #3f3f74; margin-bottom: 10px; padding: 15px 20px; border-radius: 5px; display: flex; align-items: center; font-size: 1.1em; box-sizing: border-box; }.page-code-tongits-go-2023__list-item::before { content: '✓'; color: #4caf50; font-weight: bold; margin-right: 10px; }.page-code-tongits-go-2023__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-code-tongits-go-2023__logo-item { max-width: 120px; height: auto; object-fit: contain; }.page-code-tongits-go-2023__faq-item { background-color: #3f3f74; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-code-tongits-go-2023__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #4a4a8a; border-bottom: 1px solid rgba(255, 255, 255, 0.1); user-select: none; transition: background-color 0.3s ease; }.page-code-tongits-go-2023__faq-question:hover { background-color: #5a5a9a; }.page-code-tongits-go-2023__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffeb3b; pointer-events: none; }.page-code-tongits-go-2023__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffeb3b; transition: transform 0.3s ease; pointer-events: none; }.page-code-tongits-go-2023__faq-item.active .page-code-tongits-go-2023__faq-toggle { transform: rotate(45deg); }.page-code-tongits-go-2023__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; }.page-code-tongits-go-2023__faq-item.active .page-code-tongits-go-2023__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-code-tongits-go-2023__blog-card { text-align: left; }.page-code-tongits-go-2023__blog-card-date { font-size: 0.85em; color: #999999; margin-top: 10px; }.page-code-tongits-go-2023__social-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-code-tongits-go-2023__social-link { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background-color: #e91e63; color: #ffffff; border-radius: 50%; font-size: 1.5em; text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; }.page-code-tongits-go-2023__social-link:hover { background-color: #d81b60; transform: translateY(-3px); }.page-code-tongits-go-2023 img { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-code-tongits-go-2023__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-code-tongits-go-2023__quick-access-item { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); text-align: center; }.page-code-tongits-go-2023__quick-access-item .page-code-tongits-go-2023__button { width: 100%; }.page-code-tongits-go-2023__provider-logo { max-width: 100px; height: auto; object-fit: contain; }.page-code-tongits-go-2023__payment-logo { max-width: 80px; height: auto; object-fit: contain; }.page-code-tongits-go-2023__cta-text { font-size: 1.2em; text-align: center; margin-bottom: 30px; color: #ffeb3b; }.page-code-tongits-go-2023__cta-button-wrapper { text-align: center; margin-top: 20px; }.page-code-tongits-go-2023__game-card-icon { width: 80px; height: 80px; margin-bottom: 15px; }.page-code-tongits-go-2023__promo-card-icon { width: 100px; height: 100px; margin-bottom: 15px; }.page-code-tongits-go-2023__service-card { display: flex; align-items: center; background-color: #3f3f74; border-radius: 8px; padding: 20px; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }.page-code-tongits-go-2023__service-card-icon { width: 60px; height: 60px; margin-right: 20px; object-fit: contain; }.page-code-tongits-go-2023__service-card-content h3 { margin: 0; color: #ffcc00; font-size: 1.3em; }.page-code-tongits-go-2023__service-card-content p { margin: 5px 0 0; color: #cccccc; }.page-code-tongits-go-2023__responsive-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-code-tongits-go-2023__responsive-image-wrapper img { max-width: 100%; height: auto; display: block; }.page-code-tongits-go-2023__blog-list { list-style: none; padding: 0; margin: 0; }.page-code-tongits-go-2023__blog-list-item { margin-bottom: 20px; }.page-code-tongits-go-2023__blog-list-item a { text-decoration: none; color: inherit; display: block; }.page-code-tongits-go-2023__blog-list-item a:hover .page-code-tongits-go-2023__card-title { color: #ffeb3b; }.page-code-tongits-go-2023__blog-list-item .page-code-tongits-go-2023__card { padding: 0; }.page-code-tongits-go-2023__blog-list-item .page-code-tongits-go-2023__card-content { padding: 20px; }.page-code-tongits-go-2023__blog-list-item .page-code-tongits-go-2023__card-image { margin-bottom: 0; border-radius: 8px 8px 0 0; }.page-code-tongits-go-2023__blog-list-item .page-code-tongits-go-2023__card-title { margin-top: 0; }.page-code-tongits-go-2023__blog-list-item .page-code-tongits-go-2023__card-description { margin-bottom: 0; }.page-code-tongits-go-2023__blog-list-item .page-code-tongits-go-2023__button { margin-top: 15px; }.page-code-tongits-go-2023__hero-content { max-width: 900px; margin: 0 auto; }.page-code-tongits-go-2023__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }.page-code-tongits-go-2023__quick-link-button { width: 100%; text-align: center; }.page-code-tongits-go-2023__provider-logos, .page-code-tongits-go-2023__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-code-tongits-go-2023__provider-logo-item, .page-code-tongits-go-2023__payment-logo-item { flex-shrink: 0; }.page-code-tongits-go-2023__social-icon { width: 30px; height: 30px; object-fit: contain; }.page-code-tongits-go-2023__social-link-text { margin-left: 10px; font-size: 1em; display: none; }.page-code-tongits-go-2023__social-link { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background-color: #e91e63; color: #ffffff; border-radius: 50%; font-size: 1.5em; text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; }.page-code-tongits-go-2023__social-link:hover { background-color: #d81b60; transform: translateY(-3px); }.page-code-tongits-go-2023__social-link--whatsapp { background-color: #25D366; }.page-code-tongits-go-2023__social-link--whatsapp:hover { background-color: #1DA851; }.page-code-tongits-go-2023__social-link--telegram { background-color: #0088cc; }.page-code-tongits-go-2023__social-link--telegram:hover { background-color: #0077b3; }.page-code-tongits-go-2023__social-link--facebook { background-color: #3b5998; }.page-code-tongits-go-2023__social-link--facebook:hover { background-color: #2d4373; }.page-code-tongits-go-2023__social-link--x { background-color: #000000; }.page-code-tongits-go-2023__social-link--x:hover { background-color: #333333; }.page-code-tongits-go-2023__social-link--youtube { background-color: #ff0000; }.page-code-tongits-go-2023__social-link--youtube:hover { background-color: #cc0000; }.page-code-tongits-go-2023__social-link--tiktok { background-color: #000000; }.page-code-tongits-go-2023__social-link--tiktok:hover { background-color: #333333; }.page-code-tongits-go-2023__social-link--instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }.page-code-tongits-go-2023__social-link--instagram:hover { filter: brightness(1.1); }.page-code-tongits-go-2023__social-link--line { background-color: #00c300; }.page-code-tongits-go-2023__social-link--line:hover { background-color: #00a800; }@media (max-width: 768px) { .page-code-tongits-go-2023__heading { font-size: 2em; }.page-code-tongits-go-2023__sub-heading { font-size: 1.5em; }.page-code-tongits-go-2023__hero-title { font-size: 2.5em; }.page-code-tongits-go-2023__hero-subtitle { font-size: 1.2em; }.page-code-tongits-go-2023__button { padding: 12px 25px; font-size: 1em; }.page-code-tongits-go-2023__section { padding: 30px 15px; }.page-code-tongits-go-2023__container { padding: 10px; }.page-code-tongits-go-2023__grid { grid-template-columns: 1fr; }.page-code-tongits-go-2023__card { padding: 15px; }.page-code-tongits-go-2023__card-title { font-size: 1.2em; }.page-code-tongits-go-2023__card-image { height: 180px; }.page-code-tongits-go-2023__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 12px 15px; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-code-tongits-go-2023__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-code-tongits-go-2023__faq-question h3 { font-size: 1.1em; }.page-code-tongits-go-2023__faq-answer { padding: 0 15px; }.page-code-tongits-go-2023__faq-item.active .page-code-tongits-go-2023__faq-answer { padding: 15px !important; }.page-code-tongits-go-2023__quick-access-item { flex: 1 1 100%; max-width: 100%; }.page-code-tongits-go-2023__service-card { flex-direction: column; text-align: center; }.page-code-tongits-go-2023__service-card-icon { margin: 0 auto 15px; }.page-code-tongits-go-2023__social-link { width: 45px; height: 45px; font-size: 1.3em; }}.page-code-tongits-go-2023__responsive-image-wrapper img { max-width: 100% !important; height: auto !important; }