.page-nustar-gcash { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f9f9f9; padding-top: 10px; }.page-nustar-gcash__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustar-gcash__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-nustar-gcash__hero-section { background: linear-gradient(to right, #0056b3, #007bff); color: #fff; text-align: center; padding: 80px 20px; border-radius: 0; margin-bottom: 0; }.page-nustar-gcash__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }.page-nustar-gcash__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; }.page-nustar-gcash__hero-image { max-width: 100%; height: auto; border-radius: 8px; margin-top: 30px; box-shadow: 0 4px 10px rgba(0,0,0,0.2); }.page-nustar-gcash__button { display: inline-block; background-color: #28a745; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin: 10px; }.page-nustar-gcash__button:hover { background-color: #218838; }.page-nustar-gcash__title { font-size: 2em; color: #0056b3; text-align: center; margin-bottom: 30px; }.page-nustar-gcash__text-content { font-size: 1.1em; text-align: center; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-nustar-gcash__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-nustar-gcash__feature-item { background-color: #f0f8ff; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-nustar-gcash__feature-item:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0,0,0,0.15); }.page-nustar-gcash__feature-icon { margin-bottom: 15px; max-width: 150px; height: auto; }.page-nustar-gcash__feature-title { font-size: 1.4em; color: #0056b3; margin-bottom: 10px; }.page-nustar-gcash__step-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-nustar-gcash__step-item { background-color: #e6f7ff; padding: 20px; border-radius: 8px; flex: 1 1 calc(33% - 40px); box-sizing: border-box; text-align: center; min-width: 280px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }.page-nustar-gcash__step-number { font-size: 2.5em; color: #007bff; font-weight: bold; margin-bottom: 10px; }.page-nustar-gcash__step-title { font-size: 1.3em; color: #0056b3; margin-bottom: 10px; }.page-nustar-gcash__faq-list { margin-top: 30px; }.page-nustar-gcash__faq-item { background-color: #f0f8ff; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }.page-nustar-gcash__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #e0f2f7; border-bottom: 1px solid #cceeff; user-select: none; transition: background-color 0.3s ease; }.page-nustar-gcash__faq-question:hover { background-color: #d1ecf1; }.page-nustar-gcash__faq-question h3 { margin: 0; font-size: 1.2em; color: #0056b3; pointer-events: none; }.page-nustar-gcash__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; }.page-nustar-gcash__faq-item.active .page-nustar-gcash__faq-toggle { transform: rotate(45deg); }.page-nustar-gcash__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-nustar-gcash__faq-item.active .page-nustar-gcash__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-nustar-gcash__cta-section { text-align: center; background: linear-gradient(to right, #007bff, #0056b3); color: #fff; padding: 60px 20px; border-radius: 8px; }.page-nustar-gcash__cta-title { font-size: 2.2em; margin-bottom: 20px; }.page-nustar-gcash__cta-text { font-size: 1.2em; margin-bottom: 30px; }.page-nustar-gcash__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-nustar-gcash__image-container img { max-width: 100%; height: auto; }.page-nustar-gcash__gamelogo { max-width: 100px; height: auto; display: block; margin: 0 auto 15px; }.page-nustar-gcash__list-item { box-sizing: border-box; }.page-nustar-gcash__list-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-nustar-gcash__list-item p { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }@media (max-width: 768px) { .page-nustar-gcash__hero-title { font-size: 2em; }.page-nustar-gcash__hero-subtitle { font-size: 1.1em; }.page-nustar-gcash__title { font-size: 1.8em; }.page-nustar-gcash__text-content { font-size: 1em; }.page-nustar-gcash__features-grid { grid-template-columns: 1fr; }.page-nustar-gcash__step-item { flex: 1 1 100%; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; }.page-nustar-gcash__faq-question { padding: 15px 20px; }.page-nustar-gcash__faq-question h3 { font-size: 1.1em; }.page-nustar-gcash__faq-answer { padding: 0 20px; }.page-nustar-gcash__faq-item.active .page-nustar-gcash__faq-answer { padding: 15px 20px !important; }.page-nustar-gcash__cta-title { font-size: 1.8em; }.page-nustar-gcash__cta-text { font-size: 1em; }.page-nustar-gcash__button { padding: 10px 20px; }.page-nustar-gcash__image-container img { max-width: 100% !important; height: auto !important; }.page-nustar-gcash__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 10px !important; padding-right: 10px !important; }.page-nustar-gcash__list-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }