.page-gma-news-kuya-kim { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-gma-news-kuya-kim__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-gma-news-kuya-kim__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-gma-news-kuya-kim__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-gma-news-kuya-kim__title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; } .page-gma-news-kuya-kim__title--light { color: #ecf0f1; } .page-gma-news-kuya-kim__subtitle { text-align: center; color: #34495e; margin-bottom: 20px; font-size: 1.8em; } .page-gma-news-kuya-kim__text-content { text-align: center; margin-bottom: 20px; font-size: 1.1em; } .page-gma-news-kuya-kim__hero-section { position: relative; width: 100%; overflow: hidden; padding-top: 10px; } .page-gma-news-kuya-kim__hero-image { width: 100%; height: 500px; object-fit: cover; display: block; filter: brightness(0.7); } .page-gma-news-kuya-kim__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 1; width: 90%; max-width: 800px; } .page-gma-news-kuya-kim__hero-heading { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); } .page-gma-news-kuya-kim__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); } .page-gma-news-kuya-kim__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-gma-news-kuya-kim__cta-button:hover { background-color: #c0392b; } .page-gma-news-kuya-kim__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: 20px; background-color: #f1c40f; } .page-gma-news-kuya-kim__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-gma-news-kuya-kim__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-gma-news-kuya-kim__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-gma-news-kuya-kim__intro-card { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } .page-gma-news-kuya-kim__intro-card-icon { margin-bottom: 15px; width: 100px; height: 100px; object-fit: contain; display: block; margin-left: auto; margin-right: auto; } .page-gma-news-kuya-kim__intro-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; } .page-gma-news-kuya-kim__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-gma-news-kuya-kim__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-gma-news-kuya-kim__game-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; } .page-gma-news-kuya-kim__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-gma-news-kuya-kim__game-content { padding: 20px; } .page-gma-news-kuya-kim__game-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-gma-news-kuya-kim__offer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 30px; } .page-gma-news-kuya-kim__offer-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; } .page-gma-news-kuya-kim__offer-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-gma-news-kuya-kim__offer-content { padding: 20px; } .page-gma-news-kuya-kim__offer-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-gma-news-kuya-kim__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-gma-news-kuya-kim__security-item { background-color: #ecf0f1; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 280px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } .page-gma-news-kuya-kim__security-icon { margin-bottom: 15px; width: 80px; height: 80px; object-fit: contain; display: block; margin-left: auto; margin-right: auto; } .page-gma-news-kuya-kim__security-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; } .page-gma-news-kuya-kim__faq-item { background-color: #ecf0f1; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); } .page-gma-news-kuya-kim__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #f1f1f1; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; } .page-gma-news-kuya-kim__faq-question:hover { background-color: #e0e0e0; } .page-gma-news-kuya-kim__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-gma-news-kuya-kim__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-gma-news-kuya-kim__faq-item.active .page-gma-news-kuya-kim__faq-toggle { transform: rotate(45deg); } .page-gma-news-kuya-kim__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-gma-news-kuya-kim__faq-item.active .page-gma-news-kuya-kim__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-gma-news-kuya-kim__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-gma-news-kuya-kim__blog-card { background-color: #ecf0f1; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-gma-news-kuya-kim__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-gma-news-kuya-kim__blog-content { padding: 20px; } .page-gma-news-kuya-kim__blog-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; } .page-gma-news-kuya-kim__blog-link { display: inline-block; color: #e74c3c; text-decoration: none; font-weight: bold; margin-top: 10px; } .page-gma-news-kuya-kim__blog-link:hover { text-decoration: underline; } .page-gma-news-kuya-kim__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-gma-news-kuya-kim__image-wrapper img { max-width: 100%; height: auto; display: block; }.page-gma-news-kuya-kim__intro-card-image-wrapper, .page-gma-news-kuya-kim__security-icon-wrapper { width: 100px; height: 100px; margin: 0 auto 15px auto; overflow: hidden; box-sizing: border-box; } .page-gma-news-kuya-kim__intro-card-image-wrapper img, .page-gma-news-kuya-kim__security-icon-wrapper img { width: 100px !important; height: 100px !important; max-width: 100% !important; height: auto !important; object-fit: contain; display: block; } @media (max-width: 768px) { .page-gma-news-kuya-kim__container { padding: 10px; } .page-gma-news-kuya-kim__section { padding: 20px 10px; margin-bottom: 15px; } .page-gma-news-kuya-kim__title { font-size: 2em; margin-bottom: 20px; } .page-gma-news-kuya-kim__subtitle { font-size: 1.5em; margin-bottom: 15px; } .page-gma-news-kuya-kim__hero-image { height: 300px; } .page-gma-news-kuya-kim__hero-heading { font-size: 2em; margin-bottom: 10px; } .page-gma-news-kuya-kim__hero-description { font-size: 1em; margin-bottom: 20px; } .page-gma-news-kuya-kim__cta-button { padding: 12px 25px; font-size: 1em; } .page-gma-news-kuya-kim__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px; } .page-gma-news-kuya-kim__payment-logo, .page-gma-news-kuya-kim__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-gma-news-kuya-kim__intro-grid, .page-gma-news-kuya-kim__game-grid, .page-gma-news-kuya-kim__offer-grid, .page-gma-news-kuya-kim__blog-grid { grid-template-columns: 1fr; } .page-gma-news-kuya-kim__quick-access-buttons { flex-direction: column; } .page-gma-news-kuya-kim__cta-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-gma-news-kuya-kim__security-item { flex: 1 1 100%; } .page-gma-news-kuya-kim__faq-question { padding: 12px 15px; } .page-gma-news-kuya-kim__faq-question h3 { font-size: 1em; } .page-gma-news-kuya-kim__faq-answer { padding: 15px 15px !important; } .page-gma-news-kuya-kim__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden; box-sizing: border-box !important; } .page-gma-news-kuya-kim__image-wrapper img { width: 100% !important; max-width: 100% !important; height: auto !important; } .page-gma-news-kuya-kim__intro-card-image-wrapper, .page-gma-news-kuya-kim__security-icon-wrapper { width: 80px; height: 80px; margin: 0 auto 10px auto; } .page-gma-news-kuya-kim__intro-card-image-wrapper img, .page-gma-news-kuya-kim__security-icon-wrapper img { width: 80px !important; height: 80px !important; } } @media (max-width: 480px) { .page-gma-news-kuya-kim__hero-heading { font-size: 1.8em; } .page-gma-news-kuya-kim__hero-description { font-size: 0.9em; } .page-gma-news-kuya-kim__cta-button { font-size: 0.9em; padding: 10px 20px; } }