.page-tongits-war-for-iphone { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-tongits-war-for-iphone * { box-sizing: border-box; } .page-tongits-war-for-iphone__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-tongits-war-for-iphone__section { padding: 40px 20px; margin-bottom: 30px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-tongits-war-for-iphone__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-tongits-war-for-iphone__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 25px; font-weight: bold; } .page-tongits-war-for-iphone__section-title--light { color: #ecf0f1; } .page-tongits-war-for-iphone__text-center { text-align: center; } .page-tongits-war-for-iphone__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-tongits-war-for-iphone__button:hover { background-color: #c0392b; } .page-tongits-war-for-iphone__hero-section { background-image: url('[GALLERY:hero:1920x1080:tongits,war,iphone,gaming,okjl,philippines]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px 80px; border-radius: 0; box-shadow: none; position: relative; padding-top: 10px; } .page-tongits-war-for-iphone__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-tongits-war-for-iphone__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-tongits-war-for-iphone__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; } .page-tongits-war-for-iphone__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-tongits-war-for-iphone__hero-button { background-color: #27ae60; padding: 18px 40px; font-size: 1.3em; } .page-tongits-war-for-iphone__hero-button:hover { background-color: #229954; } .page-tongits-war-for-iphone__intro-section p { font-size: 1.1em; margin-bottom: 15px; color: #555; } .page-tongits-war-for-iphone__game-features { display: flex; justify-content: space-around; flex-wrap: wrap; margin-top: 30px; } .page-tongits-war-for-iphone__feature-item { flex-basis: calc(33% - 40px); margin: 20px 10px; text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease; } .page-tongits-war-for-iphone__feature-item:hover { transform: translateY(-5px); } .page-tongits-war-for-iphone__feature-item img { max-width: 200px; height: auto; margin-bottom: 15px; } .page-tongits-war-for-iphone__feature-item h3 { font-size: 1.4em; color: #34495e; margin-bottom: 10px; } .page-tongits-war-for-iphone__feature-item p { font-size: 0.95em; color: #666; } .page-tongits-war-for-iphone__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-tongits-war-for-iphone__quick-access-item { background-color: #f39c12; color: #fff; padding: 25px; border-radius: 8px; text-align: center; font-size: 1.2em; font-weight: bold; text-decoration: none; transition: background-color 0.3s ease; display: flex; align-items: center; justify-content: center; min-height: 100px; } .page-tongits-war-for-iphone__quick-access-item:hover { background-color: #e67e22; } .page-tongits-war-for-iphone__quick-access-item--login { background-color: #3498db; } .page-tongits-war-for-iphone__quick-access-item--login:hover { background-color: #2980b9; } .page-tongits-war-for-iphone__quick-access-item--register { background-color: #27ae60; } .page-tongits-war-for-iphone__quick-access-item--register:hover { background-color: #229954; } .page-tongits-war-for-iphone__quick-access-item--alternative { background-color: #9b59b6; } .page-tongits-war-for-iphone__quick-access-item--alternative:hover { background-color: #8e44ad; } .page-tongits-war-for-iphone__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-tongits-war-for-iphone__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: block; } .page-tongits-war-for-iphone__game-card:hover { transform: translateY(-5px); } .page-tongits-war-for-iphone__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-tongits-war-for-iphone__game-card-content { padding: 20px; } .page-tongits-war-for-iphone__game-card-title { font-size: 1.3em; margin-bottom: 10px; color: #34495e; } .page-tongits-war-for-iphone__game-card-description { font-size: 0.9em; color: #666; } .page-tongits-war-for-iphone__promotions-list { list-style: none; padding: 0; margin-top: 30px; } .page-tongits-war-for-iphone__promotion-item { display: flex; align-items: center; background-color: #f9f9f9; border-left: 5px solid #e74c3c; margin-bottom: 20px; padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); } .page-tongits-war-for-iphone__promotion-item-content { flex-grow: 1; } .page-tongits-war-for-iphone__promotion-item h3 { margin-top: 0; font-size: 1.4em; color: #34495e; } .page-tongits-war-for-iphone__promotion-item p { margin-bottom: 15px; color: #666; } .page-tongits-war-for-iphone__promotion-item .page-tongits-war-for-iphone__button { margin-left: 20px; flex-shrink: 0; } .page-tongits-war-for-iphone__security-features { display: flex; justify-content: space-around; flex-wrap: wrap; margin-top: 30px; } .page-tongits-war-for-iphone__security-item { flex-basis: calc(33% - 40px); margin: 20px 10px; text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); } .page-tongits-war-for-iphone__security-item img { max-width: 200px; height: auto; margin-bottom: 15px; } .page-tongits-war-for-iphone__security-item h3 { font-size: 1.4em; color: #34495e; margin-bottom: 10px; } .page-tongits-war-for-iphone__security-item p { font-size: 0.95em; color: #666; } .page-tongits-war-for-iphone__faq-list { margin-top: 30px; } .page-tongits-war-for-iphone__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03); overflow: hidden; } .page-tongits-war-for-iphone__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #eee; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; } .page-tongits-war-for-iphone__faq-question:hover { background-color: #e0e0e0; } .page-tongits-war-for-iphone__faq-question h3 { margin: 0; font-size: 1.2em; color: #34495e; pointer-events: none; } .page-tongits-war-for-iphone__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; pointer-events: none; transition: transform 0.3s ease; } .page-tongits-war-for-iphone__faq-item.active .page-tongits-war-for-iphone__faq-toggle { transform: rotate(45deg); } .page-tongits-war-for-iphone__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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-war-for-iphone__faq-item.active .page-tongits-war-for-iphone__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-tongits-war-for-iphone__faq-answer p { margin: 0; color: #555; } .page-tongits-war-for-iphone__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-tongits-war-for-iphone__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; text-decoration: none; color: inherit; display: block; } .page-tongits-war-for-iphone__blog-card:hover { transform: translateY(-5px); } .page-tongits-war-for-iphone__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-tongits-war-for-iphone__blog-card-content { padding: 20px; } .page-tongits-war-for-iphone__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #34495e; } .page-tongits-war-for-iphone__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-tongits-war-for-iphone__blog-card-date { font-size: 0.85em; color: #999; text-align: right; } @media (max-width: 992px) { .page-tongits-war-for-iphone__hero-title { font-size: 2.8em; } .page-tongits-war-for-iphone__hero-subtitle { font-size: 1.3em; } .page-tongits-war-for-iphone__feature-item, .page-tongits-war-for-iphone__security-item { flex-basis: calc(50% - 40px); } .page-tongits-war-for-iphone__promotion-item { flex-direction: column; text-align: center; } .page-tongits-war-for-iphone__promotion-item .page-tongits-war-for-iphone__button { margin: 15px 0 0; } } @media (max-width: 768px) { .page-tongits-war-for-iphone__container { padding: 15px; } .page-tongits-war-for-iphone__section { padding: 30px 15px; } .page-tongits-war-for-iphone__section-title { font-size: 2em; } .page-tongits-war-for-iphone__hero-section { padding: 80px 15px 60px; } .page-tongits-war-for-iphone__hero-title { font-size: 2.2em; } .page-tongits-war-for-iphone__hero-subtitle { font-size: 1.1em; } .page-tongits-war-for-iphone__hero-button { padding: 15px 30px; font-size: 1.1em; } .page-tongits-war-for-iphone__feature-item, .page-tongits-war-for-iphone__security-item { flex-basis: 100%; margin: 15px 0; max-width: 100% !important; box-sizing: border-box !important; } .page-tongits-war-for-iphone__quick-access-grid, .page-tongits-war-for-iphone__games-grid, .page-tongits-war-for-iphone__blog-grid { grid-template-columns: 1fr; } .page-tongits-war-for-iphone__promotions-list { 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-war-for-iphone__promotion-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-tongits-war-for-iphone__promotion-item h3 { font-size: 1.2em; } .page-tongits-war-for-iphone__promotion-item p { font-size: 0.9em; } .page-tongits-war-for-iphone__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-tongits-war-for-iphone__faq-answer { padding: 15px !important; } .page-tongits-war-for-iphone__faq-answer p { font-size: 0.9em; } .page-tongits-war-for-iphone__blog-card-title { font-size: 1.2em; } .page-tongits-war-for-iphone__blog-card-excerpt { font-size: 0.85em; } } @media (max-width: 480px) { .page-tongits-war-for-iphone__hero-title { font-size: 1.8em; } .page-tongits-war-for-iphone__hero-subtitle { font-size: 1em; } .page-tongits-war-for-iphone__hero-button { padding: 12px 25px; font-size: 1em; } .page-tongits-war-for-iphone__section-title { font-size: 1.8em; } }