.page-pagcor-apk-latest-version { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-pagcor-apk-latest-version__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 10px 20px; box-sizing: border-box; overflow: hidden; } .page-pagcor-apk-latest-version__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-pagcor-apk-latest-version__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 2; } .page-pagcor-apk-latest-version__hero-content { position: relative; z-index: 3; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; } .page-pagcor-apk-latest-version__hero-title { font-size: 2.5em; margin-bottom: 15px; color: #e0b000; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__hero-description { font-size: 1.1em; margin-bottom: 30px; color: #ffffff; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__hero-button { display: inline-block; background-color: #e0b000; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-pagcor-apk-latest-version__hero-button:hover { background-color: #ffda47; } .page-pagcor-apk-latest-version__features-section, .page-pagcor-apk-latest-version__download-section, .page-pagcor-apk-latest-version__cta-section, .page-pagcor-apk-latest-version__faq-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } .page-pagcor-apk-latest-version__section-title { font-size: 2em; text-align: center; margin-bottom: 40px; color: #e0b000; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-pagcor-apk-latest-version__feature-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease; box-sizing: border-box; } .page-pagcor-apk-latest-version__feature-item:hover { transform: translateY(-5px); } .page-pagcor-apk-latest-version__feature-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-pagcor-apk-latest-version__feature-title { font-size: 1.5em; color: #e0b000; margin-bottom: 10px; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__feature-text { font-size: 1em; color: #ccc; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__download-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; } .page-pagcor-apk-latest-version__download-steps { flex: 1; min-width: 300px; } .page-pagcor-apk-latest-version__step-item { background-color: #2e2e4a; padding: 25px; border-radius: 10px; margin-bottom: 20px; display: flex; flex-direction: column; align-items: flex-start; box-sizing: border-box; } .page-pagcor-apk-latest-version__step-number { background-color: #e0b000; color: #1a1a2e; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 1.2em; margin-bottom: 15px; } .page-pagcor-apk-latest-version__step-title { font-size: 1.4em; color: #e0b000; margin-bottom: 10px; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__step-text { font-size: 1em; color: #ccc; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__download-image { flex: 1; min-width: 300px; max-width: 500px; height: auto; border-radius: 10px; object-fit: cover; display: block; margin: 0 auto; } .page-pagcor-apk-latest-version__download-button { display: block; width: fit-content; margin: 40px auto 0 auto; background-color: #e0b000; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-pagcor-apk-latest-version__download-button:hover { background-color: #ffda47; } .page-pagcor-apk-latest-version__cta-section { text-align: center; background-color: #2e2e4a; padding: 60px 20px; border-radius: 10px; margin: 40px auto; } .page-pagcor-apk-latest-version__cta-text { font-size: 1.2em; margin-bottom: 30px; color: #ffffff; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-pagcor-apk-latest-version__cta-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-pagcor-apk-latest-version__cta-button--primary { background-color: #e0b000; color: #1a1a2e; } .page-pagcor-apk-latest-version__cta-button--primary:hover { background-color: #ffda47; } .page-pagcor-apk-latest-version__cta-button--secondary { background-color: #4a4a6e; color: #ffffff; border: 1px solid #4a4a6e; } .page-pagcor-apk-latest-version__cta-button--secondary:hover { background-color: #5a5a8e; } .page-pagcor-apk-latest-version__faq-container { max-width: 800px; margin: 0 auto; } .page-pagcor-apk-latest-version__faq-item { background-color: #2e2e4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-pagcor-apk-latest-version__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3f3f6e; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-pagcor-apk-latest-version__faq-question:hover { background-color: #4a4a7e; } .page-pagcor-apk-latest-version__faq-q-text { font-size: 1.2em; color: #e0b000; margin: 0; pointer-events: none; word-wrap: break-word; overflow-wrap: break-word; } .page-pagcor-apk-latest-version__faq-toggle { font-size: 1.5em; color: #e0b000; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-pagcor-apk-latest-version__faq-item.active .page-pagcor-apk-latest-version__faq-toggle { transform: rotate(45deg); } .page-pagcor-apk-latest-version__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2e2e4a; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-pagcor-apk-latest-version__faq-item.active .page-pagcor-apk-latest-version__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-pagcor-apk-latest-version__faq-a-text { margin: 0; word-wrap: break-word; overflow-wrap: break-word; } @media (max-width: 768px) { .page-pagcor-apk-latest-version__hero-section { height: 70vh; min-height: 350px; padding: 10px 15px; } .page-pagcor-apk-latest-version__hero-title { font-size: 1.8em; } .page-pagcor-apk-latest-version__hero-description { font-size: 1em; } .page-pagcor-apk-latest-version__hero-button { padding: 12px 25px; font-size: 1em; } .page-pagcor-apk-latest-version__features-section, .page-pagcor-apk-latest-version__download-section, .page-pagcor-apk-latest-version__cta-section, .page-pagcor-apk-latest-version__faq-section { padding: 40px 15px; } .page-pagcor-apk-latest-version__section-title { font-size: 1.6em; margin-bottom: 30px; } .page-pagcor-apk-latest-version__features-grid { grid-template-columns: 1fr; } .page-pagcor-apk-latest-version__feature-item { padding: 20px; } .page-pagcor-apk-latest-version__feature-title { font-size: 1.3em; } .page-pagcor-apk-latest-version__download-content { flex-direction: column; } .page-pagcor-apk-latest-version__download-steps { min-width: unset; width: 100%; } .page-pagcor-apk-latest-version__download-image { min-width: unset; max-width: 100%; margin-top: 30px; } .page-pagcor-apk-latest-version__step-item { padding: 20px; } .page-pagcor-apk-latest-version__step-title { font-size: 1.2em; } .page-pagcor-apk-latest-version__cta-text { font-size: 1em; } .page-pagcor-apk-latest-version__cta-buttons { flex-direction: column; gap: 15px; } .page-pagcor-apk-latest-version__cta-button { width: 100%; max-width: 300px; margin: 0 auto; font-size: 1em; } .page-pagcor-apk-latest-version__faq-question { padding: 15px 20px; } .page-pagcor-apk-latest-version__faq-q-text { font-size: 1em; } .page-pagcor-apk-latest-version__faq-answer { padding: 0 20px; } .page-pagcor-apk-latest-version__faq-item.active .page-pagcor-apk-latest-version__faq-answer { padding: 15px 20px !important; } .page-pagcor-apk-latest-version img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-pagcor-apk-latest-version__features-grid > .page-pagcor-apk-latest-version__feature-item, .page-pagcor-apk-latest-version__download-steps > .page-pagcor-apk-latest-version__step-item, .page-pagcor-apk-latest-version__faq-container > .page-pagcor-apk-latest-version__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-pagcor-apk-latest-version__features-grid, .page-pagcor-apk-latest-version__download-steps, .page-pagcor-apk-latest-version__faq-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}