.page-kuya-kim-to-gma { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-kim-to-gma__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-kuya-kim-to-gma__hero-section { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); padding: 10px 0 80px; text-align: center; color: #fff; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } @media (max-width: 768px) { .page-kuya-kim-to-gma__hero-section { padding-top: 10px; } } .page-kuya-kim-to-gma__hero-section::before { content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%); border-radius: 50%; animation: page-kuya-kim-to-gma__float-hero 10s ease-in-out infinite; } @keyframes page-kuya-kim-to-gma__float-hero { 0% { transform: translate(0, 0); } 50% { transform: translate(20px, 20px); } 100% { transform: translate(0, 0); } } .page-kuya-kim-to-gma__hero-content { position: relative; z-index: 2; } .page-kuya-kim-to-gma__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-kuya-kim-to-gma__hero-title { font-size: 2.2em; } } .page-kuya-kim-to-gma__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #ccc; } @media (max-width: 768px) { .page-kuya-kim-to-gma__hero-subtitle { font-size: 1.1em; } } .page-kuya-kim-to-gma__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-kuya-kim-to-gma__cta-button:hover { background-color: #ff6a00; transform: translateY(-3px); } .page-kuya-kim-to-gma__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } @media (max-width: 768px) { .page-kuya-kim-to-gma__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-kuya-kim-to-gma__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e44d26; border-radius: 2px; } .page-kuya-kim-to-gma__intro-content { background-color: #2a2a4a; padding: 40px; border-radius: 10px; margin-bottom: 60px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } .page-kuya-kim-to-gma__intro-content p { font-size: 1.1em; margin-bottom: 20px; color: #ccc; } .page-kuya-kim-to-gma__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 60px; } @media (max-width: 768px) { .page-kuya-kim-to-gma__quick-access-grid { grid-template-columns: 1fr; } } .page-kuya-kim-to-gma__access-card { background-color: #2a2a4a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-kuya-kim-to-gma__access-card:hover { transform: translateY(-5px); } .page-kuya-kim-to-gma__access-card h3 { font-size: 1.5em; color: #e44d26; margin-bottom: 15px; } .page-kuya-kim-to-gma__access-card .page-kuya-kim-to-gma__cta-button { padding: 10px 20px; font-size: 1em; } .page-kuya-kim-to-gma__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 60px; } @media (max-width: 768px) { .page-kuya-kim-to-gma__game-grid { grid-template-columns: 1fr; } } .page-kuya-kim-to-gma__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-kuya-kim-to-gma__game-card:hover { transform: translateY(-7px); } .page-kuya-kim-to-gma__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-kim-to-gma__game-card-content { padding: 20px; text-align: center; } .page-kuya-kim-to-gma__game-card-content h3 { font-size: 1.6em; color: #e44d26; margin-bottom: 10px; } .page-kuya-kim-to-gma__game-card-content p { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-kuya-kim-to-gma__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 60px; } @media (max-width: 768px) { .page-kuya-kim-to-gma__promo-grid { grid-template-columns: 1fr; } } .page-kuya-kim-to-gma__promo-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-kuya-kim-to-gma__promo-card:hover { transform: translateY(-7px); } .page-kuya-kim-to-gma__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-kim-to-gma__promo-card-content { padding: 20px; text-align: center; } .page-kuya-kim-to-gma__promo-card-content h3 { font-size: 1.6em; color: #e44d26; margin-bottom: 10px; } .page-kuya-kim-to-gma__promo-card-content p { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-kuya-kim-to-gma__security-section { background-color: #2a2a4a; padding: 40px; border-radius: 10px; margin-bottom: 60px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); text-align: center; } .page-kuya-kim-to-gma__security-section p { font-size: 1.1em; margin-bottom: 25px; color: #ccc; } .page-kuya-kim-to-gma__faq-list { list-style: none; padding: 0; margin-bottom: 60px; } .page-kuya-kim-to-gma__faq-item { background-color: #2a2a4a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-kuya-kim-to-gma__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3b3b6b; transition: background-color 0.3s ease; } .page-kuya-kim-to-gma__faq-question:hover { background-color: #4c4c8c; } .page-kuya-kim-to-gma__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-kuya-kim-to-gma__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-kuya-kim-to-gma__faq-item.active .page-kuya-kim-to-gma__faq-toggle { transform: rotate(45deg); } .page-kuya-kim-to-gma__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; background-color: #2a2a4a; } .page-kuya-kim-to-gma__faq-item.active .page-kuya-kim-to-gma__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-kuya-kim-to-gma__faq-answer p { margin: 0; color: #ccc; } @media (max-width: 768px) { .page-kuya-kim-to-gma__faq-question { padding: 15px; } .page-kuya-kim-to-gma__faq-question h3 { font-size: 1em; } .page-kuya-kim-to-gma__faq-toggle { font-size: 1.5em; } .page-kuya-kim-to-gma__faq-answer { padding: 0 15px; } .page-kuya-kim-to-gma__faq-item.active .page-kuya-kim-to-gma__faq-answer { padding: 15px !important; } } .page-kuya-kim-to-gma__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-kuya-kim-to-gma__blog-grid { grid-template-columns: 1fr; } } .page-kuya-kim-to-gma__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-kuya-kim-to-gma__blog-card:hover { transform: translateY(-7px); } .page-kuya-kim-to-gma__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-kuya-kim-to-gma__blog-card-content { padding: 20px; } .page-kuya-kim-to-gma__blog-card-content h3 { font-size: 1.4em; margin-bottom: 10px; } .page-kuya-kim-to-gma__blog-card-content h3 a { color: #e44d26; text-decoration: none; transition: color 0.3s ease; } .page-kuya-kim-to-gma__blog-card-content h3 a:hover { color: #ff6a00; } .page-kuya-kim-to-gma__blog-card-content p { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-kuya-kim-to-gma__blog-card-content .page-kuya-kim-to-gma__read-more { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-kuya-kim-to-gma__blog-card-content .page-kuya-kim-to-gma__read-more:hover { color: #ff6a00; } .page-kuya-kim-to-gma img { max-width: 100%; height: auto; display: block; margin: 0 auto; box-sizing: border-box; } .page-kuya-kim-to-gma__game-grid img, .page-kuya-kim-to-gma__promo-grid img, .page-kuya-kim-to-gma__blog-grid img { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-kuya-kim-to-gma__game-grid img, .page-kuya-kim-to-gma__promo-grid img, .page-kuya-kim-to-gma__blog-grid img { height: 180px; } .page-kuya-kim-to-gma__hero-section img, .page-kuya-kim-to-gma__security-section img { width: 100% !important; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-kuya-kim-to-gma__quick-access-grid .page-kuya-kim-to-gma__access-card, .page-kuya-kim-to-gma__game-grid .page-kuya-kim-to-gma__game-card, .page-kuya-kim-to-gma__promo-grid .page-kuya-kim-to-gma__promo-card, .page-kuya-kim-to-gma__blog-grid .page-kuya-kim-to-gma__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-kim-to-gma__faq-list .page-kuya-kim-to-gma__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-kuya-kim-to-gma__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-kim-to-gma__intro-content, .page-kuya-kim-to-gma__security-section { padding: 20px; } .page-kuya-kim-to-gma__container { padding: 10px; } }