.page-kuya-kim-gma { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-kuya-kim-gma__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-kuya-kim-gma__container { padding: 10px; } } .page-kuya-kim-gma__section { padding: 40px 20px; text-align: center; margin-bottom: 20px; background-color: #1a1a2e; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } @media (max-width: 768px) { .page-kuya-kim-gma__section { padding: 20px 10px; } } .page-kuya-kim-gma__section--hero { background: linear-gradient(135deg, #2a0a5e, #1a1a2e); padding-top: 60px; padding-bottom: 60px; position: relative; overflow: hidden; } @media (max-width: 768px) { .page-kuya-kim-gma__section--hero { padding-top: 40px; padding-bottom: 40px; } } .page-kuya-kim-gma__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-kuya-kim-gma__hero-content { position: relative; z-index: 1; color: #fff; } .page-kuya-kim-gma__main-title { font-size: 3em; color: #ffcc00; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-kuya-kim-gma__main-title { font-size: 2em; } } .page-kuya-kim-gma__subtitle { font-size: 1.5em; color: #e0e0e0; margin-bottom: 30px; } @media (max-width: 768px) { .page-kuya-kim-gma__subtitle { font-size: 1.1em; } } .page-kuya-kim-gma__button { display: inline-block; background-color: #e63946; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; margin: 5px; } .page-kuya-kim-gma__button:hover { background-color: #c42c38; transform: translateY(-2px); } .page-kuya-kim-gma__button--secondary { background-color: #457b9d; } .page-kuya-kim-gma__button--secondary:hover { background-color: #3b6b8b; } .page-kuya-kim-gma__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } @media (max-width: 768px) { .page-kuya-kim-gma__floating-buttons { bottom: 10px; right: 10px; } } .page-kuya-kim-gma__floating-buttons .page-kuya-kim-gma__button { width: 120px; text-align: center; padding: 10px 0; } .page-kuya-kim-gma__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 30px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-kuya-kim-gma__section-title { font-size: 1.8em; } } .page-kuya-kim-gma__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } @media (max-width: 768px) { .page-kuya-kim-gma__grid { grid-template-columns: 1fr; gap: 20px; } } .page-kuya-kim-gma__card { background-color: #2c2c44; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; } .page-kuya-kim-gma__card:hover { transform: translateY(-5px); } .page-kuya-kim-gma__card-image { width: 100%; height: 220px; object-fit: cover; } .page-kuya-kim-gma__card-content { padding: 20px; } .page-kuya-kim-gma__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-kuya-kim-gma__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-kuya-kim-gma__download-app-section { background: linear-gradient(135deg, #1f4287, #212140); padding: 60px 20px; } @media (max-width: 768px) { .page-kuya-kim-gma__download-app-section { padding: 40px 10px; } } .page-kuya-kim-gma__download-app-text { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } @media (max-width: 768px) { .page-kuya-kim-gma__download-app-text { font-size: 1em; } } .page-kuya-kim-gma__faq-list { margin-top: 30px; text-align: left; } .page-kuya-kim-gma__faq-item { background-color: #2c2c44; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); } .page-kuya-kim-gma__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3e3e60; border-bottom: 1px solid #4a4a70; transition: background-color 0.3s ease; } .page-kuya-kim-gma__faq-question:hover { background-color: #4a4a70; } .page-kuya-kim-gma__faq-question h3 { margin: 0; font-size: 1.1em; color: #ffcc00; pointer-events: none; } @media (max-width: 768px) { .page-kuya-kim-gma__faq-question h3 { font-size: 1em; } } .page-kuya-kim-gma__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-kuya-kim-gma__faq-item.active .page-kuya-kim-gma__faq-toggle { transform: rotate(45deg); } .page-kuya-kim-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; color: #e0e0e0; font-size: 0.95em; } .page-kuya-kim-gma__faq-item.active .page-kuya-kim-gma__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-kuya-kim-gma__faq-answer { padding: 0 15px; } .page-kuya-kim-gma__faq-item.active .page-kuya-kim-gma__faq-answer { padding: 15px !important; } } .page-kuya-kim-gma__text-content { font-size: 1.1em; color: #e0e0e0; margin-bottom: 20px; } .page-kuya-kim-gma__text-content strong { color: #ffcc00; } .page-kuya-kim-gma__list-features { list-style: none; padding: 0; margin-top: 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; text-align: left; } .page-kuya-kim-gma__list-features li { background-color: #2c2c44; padding: 15px; border-radius: 5px; display: flex; align-items: center; gap: 10px; box-sizing: border-box; } .page-kuya-kim-gma__list-features li::before { content: '✓'; color: #00ff99; font-weight: bold; margin-right: 5px; } @media (max-width: 768px) { .page-kuya-kim-gma__list-features { grid-template-columns: 1fr; } .page-kuya-kim-gma__list-features li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-kuya-kim-gma__list-features { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }