.page-tongits-gcash-game { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-tongits-gcash-game__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-tongits-gcash-game__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; margin-bottom: 40px; padding-top: 10px; } @media (max-width: 768px) { .page-tongits-gcash-game__hero-section { height: 400px; } } .page-tongits-gcash-game__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-tongits-gcash-game__hero-content { position: relative; z-index: 2; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; max-width: 90%; } .page-tongits-gcash-game__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffcc00; } @media (max-width: 768px) { .page-tongits-gcash-game__hero-title { font-size: 2.2em; } } .page-tongits-gcash-game__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-tongits-gcash-game__hero-subtitle { font-size: 1.1em; } } .page-tongits-gcash-game__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-tongits-gcash-game__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-tongits-gcash-game__section { padding: 60px 20px; text-align: center; } @media (max-width: 768px) { .page-tongits-gcash-game__section { padding: 40px 15px; } } .page-tongits-gcash-game__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; position: relative; display: inline-block; } .page-tongits-gcash-game__section-title::after { content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 80px; height: 3px; background-color: #ffcc00; } @media (max-width: 768px) { .page-tongits-gcash-game__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-tongits-gcash-game__intro-text { max-width: 800px; margin: 0 auto 40px auto; font-size: 1.1em; color: #cccccc; } .page-tongits-gcash-game__quick-access { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto 60px auto; } .page-tongits-gcash-game__access-item { background-color: #2b2b45; padding: 25px; border-radius: 10px; text-decoration: none; color: #ffcc00; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; display: flex; align-items: center; justify-content: center; min-height: 80px; box-sizing: border-box; } .page-tongits-gcash-game__access-item:hover { background-color: #3d3d5c; transform: translateY(-5px); } @media (max-width: 768px) { .page-tongits-gcash-game__quick-access { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-tongits-gcash-game__access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-tongits-gcash-game__game-showcase { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto 60px auto; } .page-tongits-gcash-game__game-card { background-color: #2b2b45; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-tongits-gcash-game__game-card:hover { transform: translateY(-10px); } .page-tongits-gcash-game__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-tongits-gcash-game__game-card-content { padding: 20px; } .page-tongits-gcash-game__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-tongits-gcash-game__game-card-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-tongits-gcash-game__game-card-link { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-tongits-gcash-game__game-card-link:hover { background-color: #e6b800; } @media (max-width: 768px) { .page-tongits-gcash-game__game-showcase { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-tongits-gcash-game__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-gcash-game__game-card-content { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-tongits-gcash-game__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto 60px auto; } .page-tongits-gcash-game__promo-card { background-color: #2b2b45; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-tongits-gcash-game__promo-card:hover { transform: translateY(-10px); } .page-tongits-gcash-game__promo-card-image { width: 100%; height: 180px; object-fit: cover; } .page-tongits-gcash-game__promo-card-content { padding: 20px; } .page-tongits-gcash-game__promo-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-tongits-gcash-game__promo-card-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; } .page-tongits-gcash-game__promo-card-link { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-tongits-gcash-game__promo-card-link:hover { background-color: #e6b800; } @media (max-width: 768px) { .page-tongits-gcash-game__promo-list { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-tongits-gcash-game__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-gcash-game__promo-card-content { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-tongits-gcash-game__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto 60px auto; } .page-tongits-gcash-game__security-feature { background-color: #2b2b45; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; } .page-tongits-gcash-game__security-feature-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; } .page-tongits-gcash-game__security-feature-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-tongits-gcash-game__security-feature-description { font-size: 0.95em; color: #cccccc; } @media (max-width: 768px) { .page-tongits-gcash-game__security-grid { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-tongits-gcash-game__security-feature { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-gcash-game__security-feature-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } .page-tongits-gcash-game__faq-section { max-width: 900px; margin: 0 auto 60px auto; text-align: left; } .page-tongits-gcash-game__faq-item { background-color: #2b2b45; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-tongits-gcash-game__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3d3d5c; color: #ffcc00; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-tongits-gcash-game__faq-question:hover { background-color: #4a4a70; } .page-tongits-gcash-game__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; pointer-events: none; } .page-tongits-gcash-game__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-tongits-gcash-game__faq-item.active .page-tongits-gcash-game__faq-toggle { transform: rotate(45deg); } .page-tongits-gcash-game__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #cccccc; 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-gcash-game__faq-item.active .page-tongits-gcash-game__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-tongits-gcash-game__faq-question { padding: 15px 20px; } .page-tongits-gcash-game__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tongits-gcash-game__faq-answer { padding: 0 20px; } .page-tongits-gcash-game__faq-item.active .page-tongits-gcash-game__faq-answer { padding: 15px 20px !important; } } .page-tongits-gcash-game__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; } .page-tongits-gcash-game__blog-card { background-color: #2b2b45; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-tongits-gcash-game__blog-card:hover { transform: translateY(-10px); } .page-tongits-gcash-game__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-tongits-gcash-game__blog-card-content { padding: 20px; } .page-tongits-gcash-game__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-tongits-gcash-game__blog-card-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-tongits-gcash-game__blog-card-title a:hover { color: #e6b800; } .page-tongits-gcash-game__blog-card-meta { font-size: 0.85em; color: #888888; margin-bottom: 10px; } .page-tongits-gcash-game__blog-card-description { font-size: 0.95em; color: #cccccc; } @media (max-width: 768px) { .page-tongits-gcash-game__blog-grid { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-tongits-gcash-game__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-tongits-gcash-game__blog-card-content { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } } img { max-width: 100%; height: auto; } img.page-tongits-gcash-game__security-feature-icon { width: 80px; height: 80px; object-fit: contain; } .page-tongits-gcash-game__game-card-image, .page-tongits-gcash-game__promo-card-image, .page-tongits-gcash-game__blog-card-image { max-width: 100%; height: auto; object-fit: cover; } @media (max-width: 768px) { img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } img.page-tongits-gcash-game__security-feature-icon { width: 60px !important; height: 60px !important; } .page-tongits-gcash-game__game-card-image, .page-tongits-gcash-game__promo-card-image, .page-tongits-gcash-game__blog-card-image { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }