:root { --page-background: #1a1a2e; --page-text-color: #e0e0e0; --page-primary-color: #e6b32e; /* Gold/Yellow */ --page-secondary-color: #0f3460; /* Dark Blue */ --page-accent-color: #533483; /* Purple */ --page-border-color: #3e2f5b; --page-card-background: #2a2a4a; --page-hover-color: #ffda6a; }.page-tongits-philippines-app { font-family: 'Arial', sans-serif; color: var(--page-text-color); background-color: var(--page-background); line-height: 1.6; overflow-x: hidden; }.page-tongits-philippines-app__section-title { font-size: 2.5em; color: var(--page-primary-color); text-align: center; margin-bottom: 40px; padding-top: 60px; position: relative; font-weight: bold; }.page-tongits-philippines-app__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: var(--page-accent-color); margin: 15px auto 0; border-radius: 2px; }.page-tongits-philippines-app__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 20px 80px; min-height: 600px; text-align: center; background: linear-gradient(135deg, var(--page-secondary-color), var(--page-background)); overflow: hidden; }.page-tongits-philippines-app__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-tongits-philippines-app__hero-title { font-size: 3.8em; color: var(--page-text-color); margin-bottom: 20px; font-weight: bold; line-height: 1.2; }.page-tongits-philippines-app__hero-title .highlight { color: var(--page-primary-color); }.page-tongits-philippines-app__hero-subtitle { font-size: 1.5em; color: #c0c0c0; margin-bottom: 40px; }.page-tongits-philippines-app__hero-image-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.2; overflow: hidden; }.page-tongits-philippines-app__hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; }.page-tongits-philippines-app__cta-button { display: inline-block; padding: 15px 30px; border-radius: 5px; font-size: 1.2em; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; cursor: pointer; border: none; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); }.page-tongits-philippines-app__cta-button.primary { background-color: var(--page-primary-color); color: var(--page-background); }.page-tongits-philippines-app__cta-button.primary:hover { background-color: var(--page-hover-color); transform: translateY(-3px); }.page-tongits-philippines-app__cta-button.secondary { background-color: var(--page-accent-color); color: var(--page-text-color); }.page-tongits-philippines-app__cta-button.secondary:hover { background-color: #6d4b9f; transform: translateY(-3px); }.page-tongits-philippines-app__cta-button.small { padding: 10px 20px; font-size: 1em; }.page-tongits-philippines-app__payment-providers { display: flex; flex-direction: column; align-items: center; padding: 50px 20px; background-color: var(--page-card-background); border-top: 1px solid var(--page-border-color); border-bottom: 1px solid var(--page-border-color); }.page-tongits-philippines-app__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; box-sizing: border-box; margin-top: 30px; }.page-tongits-philippines-app__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: grayscale(100%) brightness(150%); transition: filter 0.3s ease; }.page-tongits-philippines-app__payment-logo:hover { filter: grayscale(0%) brightness(100%); }.page-tongits-philippines-app__introduction-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }.page-tongits-philippines-app__intro-grid { display: flex; gap: 40px; align-items: center; }.page-tongits-philippines-app__intro-text { flex: 1; padding-right: 20px; }.page-tongits-philippines-app__intro-text p { font-size: 1.1em; margin-bottom: 20px; color: #c0c0c0; }.page-tongits-philippines-app__intro-text .highlight { color: var(--page-primary-color); font-weight: bold; }.page-tongits-philippines-app__intro-image-container { flex: 1; display: flex; justify-content: center; align-items: center; }.page-tongits-philippines-app__intro-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3); }.page-tongits-philippines-app__quick-access-section { padding: 80px 20px; background-color: var(--page-card-background); border-top: 1px solid var(--page-border-color); border-bottom: 1px solid var(--page-border-color); }.page-tongits-philippines-app__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-tongits-philippines-app__access-item { background-color: var(--page-background); padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-tongits-philippines-app__access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-tongits-philippines-app__access-title { font-size: 1.5em; color: var(--page-primary-color); margin-bottom: 15px; }.page-tongits-philippines-app__access-description { color: #b0b0b0; margin-bottom: 25px; }.page-tongits-philippines-app__games-section { padding: 80px 20px; max-width: 1200px; margin: 0 auto; }.page-tongits-philippines-app__game-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }.page-tongits-philippines-app__tab-button { background-color: var(--page-secondary-color); color: var(--page-text-color); padding: 12px 25px; border: 1px solid var(--page-border-color); border-radius: 5px; cursor: pointer; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }.page-tongits-philippines-app__tab-button:hover { background-color: var(--page-accent-color); color: var(--page-text-color); }.page-tongits-philippines-app__tab-button.active { background-color: var(--page-primary-color); color: var(--page-background); border-color: var(--page-primary-color); }.page-tongits-philippines-app__tab-pane { display: none; }.page-tongits-philippines-app__tab-pane.active { display: block; }.page-tongits-philippines-app__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-tongits-philippines-app__game-card { background-color: var(--page-card-background); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-tongits-philippines-app__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); }.page-tongits-philippines-app__game-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid var(--page-border-color); }.page-tongits-philippines-app__game-title { font-size: 1.4em; color: var(--page-primary-color); margin: 20px 15px 10px; }.page-tongits-philippines-app__game-description { font-size: 0.95em; color: #b0b0b0; padding: 0 15px 20px; }.page-tongits-philippines-app__promotions-section { padding: 80px 20px; background-color: var(--page-background); }.page-tongits-philippines-app__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-tongits-philippines-app__promo-card { background-color: var(--page-card-background); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-tongits-philippines-app__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); }.page-tongits-philippines-app__promo-image { width: 100%; height: 220px; object-fit: cover; border-bottom: 1px solid var(--page-border-color); }.page-tongits-philippines-app__promo-title { font-size: 1.6em; color: var(--page-primary-color); margin: 20px 15px 10px; }.page-tongits-philippines-app__promo-description { font-size: 1em; color: #b0b0b0; padding: 0 15px 20px; }.page-tongits-philippines-app__security-section { padding: 80px 20px; background-color: var(--page-card-background); }.page-tongits-philippines-app__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 50px; }.page-tongits-philippines-app__security-item { text-align: center; background-color: var(--page-background); padding: 30px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-tongits-philippines-app__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; filter: brightness(150%) saturate(150%); }.page-tongits-philippines-app__security-title { font-size: 1.4em; color: var(--page-primary-color); margin-bottom: 15px; }.page-tongits-philippines-app__security-description { font-size: 0.95em; color: #b0b0b0; }.page-tongits-philippines-app__contact-cta { text-align: center; margin-top: 40px; }.page-tongits-philippines-app__faq-section { padding: 80px 20px; max-width: 900px; margin: 0 auto; }.page-tongits-philippines-app__faq-container { margin-top: 40px; }.page-tongits-philippines-app__faq-item { background-color: var(--page-card-background); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }.page-tongits-philippines-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: var(--page-secondary-color); border-bottom: 1px solid var(--page-border-color); transition: background-color 0.3s ease; }.page-tongits-philippines-app__faq-question:hover { background-color: #1a4d86; }.page-tongits-philippines-app__faq-item.active .page-tongits-philippines-app__faq-question { background-color: var(--page-accent-color); border-bottom-color: var(--page-accent-color); }.page-tongits-philippines-app__faq-title { font-size: 1.2em; color: var(--page-text-color); margin: 0; pointer-events: none; }.page-tongits-philippines-app__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--page-primary-color); transition: transform 0.3s ease; pointer-events: none; }.page-tongits-philippines-app__faq-item.active .page-tongits-philippines-app__faq-toggle { transform: rotate(45deg); color: var(--page-text-color); }.page-tongits-philippines-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: var(--page-card-background); color: #c0c0c0; }.page-tongits-philippines-app__faq-item.active .page-tongits-philippines-app__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-tongits-philippines-app__faq-answer p { margin: 0; }.page-tongits-philippines-app__blog-section { padding: 80px 20px; background-color: var(--page-background); }.page-tongits-philippines-app__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-tongits-philippines-app__blog-card { background-color: var(--page-card-background); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-tongits-philippines-app__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); }.page-tongits-philippines-app__blog-image { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid var(--page-border-color); }.page-tongits-philippines-app__blog-title { font-size: 1.4em; margin: 20px 15px 10px; }.page-tongits-philippines-app__blog-title a { color: var(--page-primary-color); text-decoration: none; transition: color 0.3s ease; }.page-tongits-philippines-app__blog-title a:hover { color: var(--page-hover-color); }.page-tongits-philippines-app__blog-excerpt { font-size: 0.95em; color: #b0b0b0; padding: 0 15px 20px; }@media (max-width: 1024px) { .page-tongits-philippines-app__hero-title { font-size: 3em; } .page-tongits-philippines-app__hero-subtitle { font-size: 1.3em; } .page-tongits-philippines-app__section-title { font-size: 2em; } .page-tongits-philippines-app__intro-grid { flex-direction: column; } .page-tongits-philippines-app__intro-text { padding-right: 0; } .page-tongits-philippines-app__intro-image-container { order: -1; margin-bottom: 30px; } }@media (max-width: 768px) { .page-tongits-philippines-app__hero-section { padding-bottom: 60px; } .page-tongits-philippines-app__hero-title { font-size: 2.2em; } .page-tongits-philippines-app__hero-subtitle { font-size: 1.1em; } .page-tongits-philippines-app__cta-button { font-size: 1.1em; padding: 12px 25px; } .page-tongits-philippines-app__section-title { font-size: 1.8em; padding-top: 40px; margin-bottom: 30px; } .page-tongits-philippines-app__payment-providers { padding: 30px 10px; } .page-tongits-philippines-app__logo-grid { gap: 16px; } .page-tongits-philippines-app__payment-logo { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-tongits-philippines-app__introduction-section, .page-tongits-philippines-app__quick-access-section, .page-tongits-philippines-app__games-section, .page-tongits-philippines-app__promotions-section, .page-tongits-philippines-app__security-section, .page-tongits-philippines-app__blog-section, .page-tongits-philippines-app__faq-section { padding: 60px 15px; } .page-tongits-philippines-app__access-grid, .page-tongits-philippines-app__game-grid, .page-tongits-philippines-app__promo-grid, .page-tongits-philippines-app__security-grid, .page-tongits-philippines-app__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-tongits-philippines-app__tab-button { width: 100%; box-sizing: border-box; } .page-tongits-philippines-app__game-image, .page-tongits-philippines-app__promo-image, .page-tongits-philippines-app__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-tongits-philippines-app__intro-image, .page-tongits-philippines-app__security-icon, .page-tongits-philippines-app__hero-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-tongits-philippines-app__faq-answer { padding: 0 15px; } .page-tongits-philippines-app__faq-item.active .page-tongits-philippines-app__faq-answer { padding: 20px 15px !important; } .page-tongits-philippines-app__faq-question { padding: 15px 15px; } .page-tongits-philippines-app__faq-title { font-size: 1.1em; } .page-tongits-philippines-app__faq-toggle { font-size: 1.5em; } .page-tongits-philippines-app__access-item, .page-tongits-philippines-app__game-card, .page-tongits-philippines-app__promo-card, .page-tongits-philippines-app__security-item, .page-tongits-philippines-app__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-philippines-app__access-item p, .page-tongits-philippines-app__game-description, .page-tongits-philippines-app__promo-description, .page-tongits-philippines-app__security-description, .page-tongits-philippines-app__blog-excerpt, .page-tongits-philippines-app__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }@media (max-width: 480px) { .page-tongits-philippines-app__hero-title { font-size: 1.8em; } .page-tongits-philippines-app__hero-subtitle { font-size: 1em; } .page-tongits-philippines-app__cta-button { font-size: 1em; padding: 10px 20px; } .page-tongits-philippines-app__section-title { font-size: 1.6em; } .page-tongits-philippines-app__hero-cta-group { flex-direction: column; } .page-tongits-philippines-app__cta-button { width: calc(100% - 20px); margin: 10px auto; } }