/* Page-specific CSS starts here */:root { --primary-bg-color: #1a1a1a; --secondary-bg-color: #2a2a2a; --text-color: #f0f0f0; --accent-color: #ffcc00; --secondary-accent-color: #007bff; --border-color: #444; --shadow-color: rgba(0, 0, 0, 0.3); }.page-kuya-kim-atienza-children-age { font-family: 'Arial', sans-serif; color: var(--text-color); background-color: var(--primary-bg-color); line-height: 1.6; overflow-x: hidden; }.page-kuya-kim-atienza-children-age strong.keyword { color: var(--accent-color); font-weight: bold; }.page-kuya-kim-atienza-children-age__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 10px 20px 60px; box-sizing: border-box; }.page-kuya-kim-atienza-children-age__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.6; }.page-kuya-kim-atienza-children-age__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.7); border-radius: 10px; }.page-kuya-kim-atienza-children-age__hero-title { font-size: 2.8em; margin-bottom: 20px; color: var(--accent-color); text-shadow: 2px 2px 4px var(--shadow-color); }.page-kuya-kim-atienza-children-age__hero-description { font-size: 1.2em; margin-bottom: 30px; }.page-kuya-kim-atienza-children-age__hero-cta { display: inline-block; background-color: var(--accent-color); color: var(--primary-bg-color); 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-kuya-kim-atienza-children-age__hero-cta:hover { background-color: #e6b800; transform: translateY(-3px); }.page-kuya-kim-atienza-children-age__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: var(--secondary-bg-color); }.page-kuya-kim-atienza-children-age__payment-providers-title { width: 100%; text-align: center; margin-bottom: 30px; font-size: 2em; color: var(--accent-color); }.page-kuya-kim-atienza-children-age__payment-logos-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; }.page-kuya-kim-atienza-children-age__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%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-kuya-kim-atienza-children-age__payment-logo:hover { filter: grayscale(0%); opacity: 1; }.page-kuya-kim-atienza-children-age__intro-section, .page-kuya-kim-atienza-children-age__quick-access-section, .page-kuya-kim-atienza-children-age__games-section, .page-kuya-kim-atienza-children-age__promotions-section, .page-kuya-kim-atienza-children-age__security-section, .page-kuya-kim-atienza-children-age__faq-section, .page-kuya-kim-atienza-children-age__blog-section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-kuya-kim-atienza-children-age__intro-section, .page-kuya-kim-atienza-children-age__promotions-section, .page-kuya-kim-atienza-children-age__faq-section { background-color: var(--secondary-bg-color); }.page-kuya-kim-atienza-children-age__intro-title, .page-kuya-kim-atienza-children-age__quick-access-title, .page-kuya-kim-atienza-children-age__games-title, .page-kuya-kim-atienza-children-age__promotions-title, .page-kuya-kim-atienza-children-age__security-title, .page-kuya-kim-atienza-children-age__faq-title, .page-kuya-kim-atienza-children-age__blog-title { font-size: 2.2em; margin-bottom: 30px; color: var(--accent-color); }.page-kuya-kim-atienza-children-age__intro-text, .page-kuya-kim-atienza-children-age__quick-access-description, .page-kuya-kim-atienza-children-age__games-intro, .page-kuya-kim-atienza-children-age__promotions-intro, .page-kuya-kim-atienza-children-age__security-intro, .page-kuya-kim-atienza-children-age__blog-intro { font-size: 1.1em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-kuya-kim-atienza-children-age__intro-features, .page-kuya-kim-atienza-children-age__game-categories, .page-kuya-kim-atienza-children-age__promo-cards, .page-kuya-kim-atienza-children-age__security-features, .page-kuya-kim-atienza-children-age__blog-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-bottom: 40px; }.page-kuya-kim-atienza-children-age__feature-item, .page-kuya-kim-atienza-children-age__game-card, .page-kuya-kim-atienza-children-age__promo-card, .page-kuya-kim-atienza-children-age__security-item, .page-kuya-kim-atienza-children-age__blog-card { background-color: var(--primary-bg-color); border-radius: 8px; padding: 25px; box-shadow: 0 4px 15px var(--shadow-color); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-sizing: border-box; }.page-kuya-kim-atienza-children-age__feature-item:hover, .page-kuya-kim-atienza-children-age__game-card:hover, .page-kuya-kim-atienza-children-age__promo-card:hover, .page-kuya-kim-atienza-children-age__security-item:hover, .page-kuya-kim-atienza-children-age__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); }.page-kuya-kim-atienza-children-age__feature-icon, .page-kuya-kim-atienza-children-age__game-image, .page-kuya-kim-atienza-children-age__promo-image, .page-kuya-kim-atienza-children-age__security-icon, .page-kuya-kim-atienza-children-age__blog-image { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; margin-bottom: 20px; max-width: 100%; }.page-kuya-kim-atienza-children-age__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; }.page-kuya-kim-atienza-children-age__feature-title, .page-kuya-kim-atienza-children-age__game-card-title, .page-kuya-kim-atienza-children-age__promo-card-title, .page-kuya-kim-atienza-children-age__security-item-title, .page-kuya-kim-atienza-children-age__blog-card-title { font-size: 1.4em; color: var(--accent-color); margin-bottom: 10px; }.page-kuya-kim-atienza-children-age__feature-description, .page-kuya-kim-atienza-children-age__game-card-description, .page-kuya-kim-atienza-children-age__promo-card-description, .page-kuya-kim-atienza-children-age__security-item-description, .page-kuya-kim-atienza-children-age__blog-card-summary { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-kuya-kim-atienza-children-age__intro-cta, .page-kuya-kim-atienza-children-age__games-cta, .page-kuya-kim-atienza-children-age__security-cta { display: inline-block; background-color: var(--secondary-accent-color); color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-kuya-kim-atienza-children-age__intro-cta:hover, .page-kuya-kim-atienza-children-age__games-cta:hover, .page-kuya-kim-atienza-children-age__security-cta:hover { background-color: #0056b3; }.page-kuya-kim-atienza-children-age__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; }.page-kuya-kim-atienza-children-age__access-button, .page-kuya-kim-atienza-children-age__game-card-cta, .page-kuya-kim-atienza-children-age__promo-card-cta, .page-kuya-kim-atienza-children-age__blog-card-cta { display: inline-block; background-color: var(--accent-color); color: var(--primary-bg-color); padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-kuya-kim-atienza-children-age__access-button:hover, .page-kuya-kim-atienza-children-age__game-card-cta:hover, .page-kuya-kim-atienza-children-age__promo-card-cta:hover, .page-kuya-kim-atienza-children-age__blog-card-cta:hover { background-color: #e6b800; }.page-kuya-kim-atienza-children-age__faq-list { text-align: left; max-width: 800px; margin: 0 auto; }.page-kuya-kim-atienza-children-age__faq-item { background-color: var(--primary-bg-color); border: 1px solid var(--border-color); border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: background-color 0.3s ease; }.page-kuya-kim-atienza-children-age__faq-item:hover { background-color: #2c2c2c; }.page-kuya-kim-atienza-children-age__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; font-size: 1.1em; font-weight: bold; color: var(--text-color); }.page-kuya-kim-atienza-children-age__faq-question-text { margin: 0; padding: 0; flex-grow: 1; pointer-events: none; }.page-kuya-kim-atienza-children-age__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; color: var(--accent-color); pointer-events: none; transition: transform 0.3s ease; }.page-kuya-kim-atienza-children-age__faq-item.active .page-kuya-kim-atienza-children-age__faq-toggle { transform: rotate(45deg); }.page-kuya-kim-atienza-children-age__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-kuya-kim-atienza-children-age__faq-item.active .page-kuya-kim-atienza-children-age__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; }.page-kuya-kim-atienza-children-age__faq-answer p { margin: 0; padding-bottom: 10px; color: #ccc; }.page-kuya-kim-atienza-children-age__blog-card { flex: 1 1 calc(50% - 20px); max-width: calc(50% - 20px); }.page-kuya-kim-atienza-children-age__blog-card-title { font-size: 1.3em; margin-bottom: 10px; }.page-kuya-kim-atienza-children-age__blog-image { height: 250px; }.page-kuya-kim-atienza-children-age__blog-card-summary { font-size: 0.9em; text-align: left; margin-bottom: 15px; }.page-kuya-kim-atienza-children-age__blog-card-cta { margin-top: 10px; }.page-kuya-kim-atienza-children-age__blog-card-summary strong.keyword { display: inline; }.page-kuya-kim-atienza-children-age__game-card img, .page-kuya-kim-atienza-children-age__promo-card img, .page-kuya-kim-atienza-children-age__blog-card img { max-width: 100%; height: auto; }.page-kuya-kim-atienza-children-age__feature-item img, .page-kuya-kim-atienza-children-age__security-item img { max-width: 100px; height: auto; object-fit: contain; }.page-kuya-kim-atienza-children-age__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-kuya-kim-atienza-children-age__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }@media (max-width: 768px) { .page-kuya-kim-atienza-children-age__hero-title { font-size: 2em; }.page-kuya-kim-atienza-children-age__hero-description { font-size: 1em; }.page-kuya-kim-atienza-children-age__intro-title, .page-kuya-kim-atienza-children-age__quick-access-title, .page-kuya-kim-atienza-children-age__games-title, .page-kuya-kim-atienza-children-age__promotions-title, .page-kuya-kim-atienza-children-age__security-title, .page-kuya-kim-atienza-children-age__faq-title, .page-kuya-kim-atienza-children-age__blog-title { font-size: 1.8em; }.page-kuya-kim-atienza-children-age__feature-item, .page-kuya-kim-atienza-children-age__game-card, .page-kuya-kim-atienza-children-age__promo-card, .page-kuya-kim-atienza-children-age__security-item, .page-kuya-kim-atienza-children-age__blog-card { flex: 1 1 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-kuya-kim-atienza-children-age__feature-description, .page-kuya-kim-atienza-children-age__game-card-description, .page-kuya-kim-atienza-children-age__promo-card-description, .page-kuya-kim-atienza-children-age__security-item-description, .page-kuya-kim-atienza-children-age__blog-card-summary { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-kuya-kim-atienza-children-age__quick-access-links { flex-direction: column; }.page-kuya-kim-atienza-children-age__access-button { width: 100%; }.page-kuya-kim-atienza-children-age__faq-list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }.page-kuya-kim-atienza-children-age__faq-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }.page-kuya-kim-atienza-children-age__faq-question { font-size: 1em; padding: 12px 15px; }.page-kuya-kim-atienza-children-age__faq-answer { padding: 0 15px; }.page-kuya-kim-atienza-children-age__faq-item.active .page-kuya-kim-atienza-children-age__faq-answer { padding: 15px 15px !important; }.page-kuya-kim-atienza-children-age__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-kuya-kim-atienza-children-age__payment-logo, .page-kuya-kim-atienza-children-age__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-kuya-kim-atienza-children-age__hero-image, .page-kuya-kim-atienza-children-age__feature-icon, .page-kuya-kim-atienza-children-age__game-image, .page-kuya-kim-atienza-children-age__promo-image, .page-kuya-kim-atienza-children-age__security-icon, .page-kuya-kim-atienza-children-age__blog-image { max-width: 100% !important; height: auto !important; } }