.page-gcash-nustar-log-in__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-gcash-nustar-log-in__hero-section { background-color: #0d1a26; color: #fff; padding: 40px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; } .page-gcash-nustar-log-in__hero-content { max-width: 800px; z-index: 1; position: relative; } .page-gcash-nustar-log-in__hero-title { font-size: 2.8em; margin-bottom: 15px; line-height: 1.2; color: #fddb00; } .page-gcash-nustar-log-in__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; } .page-gcash-nustar-log-in__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-gcash-nustar-log-in__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-gcash-nustar-log-in__button--primary { background-color: #fddb00; color: #0d1a26; border: 2px solid #fddb00; } .page-gcash-nustar-log-in__button--primary:hover { background-color: #ffe033; transform: translateY(-3px); } .page-gcash-nustar-log-in__button--secondary { background-color: transparent; color: #fddb00; border: 2px solid #fddb00; } .page-gcash-nustar-log-in__button--secondary:hover { background-color: #fddb00; color: #0d1a26; transform: translateY(-3px); } .page-gcash-nustar-log-in__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .page-gcash-nustar-log-in__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.2; position: absolute; top: 0; left: 0; } .page-gcash-nustar-log-in__about-section, .page-gcash-nustar-log-in__guide-section, .page-gcash-nustar-log-in__promotions-section, .page-gcash-nustar-log-in__faq-section, .page-gcash-nustar-log-in__cta-section { padding: 60px 0; text-align: center; } .page-gcash-nustar-log-in__about-section { background-color: #1a2a3a; color: #fff; } .page-gcash-nustar-log-in__section-title { font-size: 2.2em; margin-bottom: 20px; color: #fddb00; } .page-gcash-nustar-log-in__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; line-height: 1.6; color: #ccc; } .page-gcash-nustar-log-in__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-gcash-nustar-log-in__feature-item { background-color: #0d1a26; padding: 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-gcash-nustar-log-in__feature-item:hover { transform: translateY(-10px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); } .page-gcash-nustar-log-in__feature-icon { width: 100px; height: auto; margin-bottom: 20px; max-width: 100%; box-sizing: border-box; } .page-gcash-nustar-log-in__feature-title { font-size: 1.5em; margin-bottom: 15px; color: #fddb00; } .page-gcash-nustar-log-in__feature-text { font-size: 0.95em; line-height: 1.6; color: #bbb; } .page-gcash-nustar-log-in__guide-section { background-color: #0d1a26; color: #fff; } .page-gcash-nustar-log-in__steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-gcash-nustar-log-in__step-item { background-color: #1a2a3a; padding: 30px; border-radius: 12px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-gcash-nustar-log-in__step-number { font-size: 2.5em; font-weight: bold; color: #fddb00; margin-bottom: 15px; } .page-gcash-nustar-log-in__step-title { font-size: 1.4em; margin-bottom: 10px; color: #fddb00; } .page-gcash-nustar-log-in__step-text { font-size: 0.95em; line-height: 1.6; color: #bbb; } .page-gcash-nustar-log-in__cta-bottom { margin-top: 50px; } .page-gcash-nustar-log-in__promotions-section { background-color: #1a2a3a; color: #fff; } .page-gcash-nustar-log-in__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-gcash-nustar-log-in__promo-card { background-color: #0d1a26; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); text-align: left; display: flex; flex-direction: column; } .page-gcash-nustar-log-in__promo-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; box-sizing: border-box; } .page-gcash-nustar-log-in__promo-card h3, .page-gcash-nustar-log-in__promo-card p, .page-gcash-nustar-log-in__promo-card a { padding: 0 25px; } .page-gcash-nustar-log-in__promo-title { font-size: 1.3em; margin: 20px 0 10px 0; color: #fddb00; } .page-gcash-nustar-log-in__promo-text { font-size: 0.9em; line-height: 1.6; color: #bbb; margin-bottom: 20px; flex-grow: 1; } .page-gcash-nustar-log-in__button--small { padding: 8px 18px; font-size: 0.9em; margin-bottom: 25px; } .page-gcash-nustar-log-in__faq-section { background-color: #0d1a26; color: #fff; } .page-gcash-nustar-log-in__faq-list { max-width: 800px; margin: 40px auto 0 auto; text-align: left; } .page-gcash-nustar-log-in__faq-item { background-color: #1a2a3a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-gcash-nustar-log-in__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #1a2a3a; border-bottom: 1px solid rgba(255, 255, 255, 0.1); user-select: none; } .page-gcash-nustar-log-in__faq-question:hover { background-color: #2a3a4a; } .page-gcash-nustar-log-in__faq-question-text { font-size: 1.1em; margin: 0; color: #fddb00; pointer-events: none; } .page-gcash-nustar-log-in__faq-toggle { font-size: 1.5em; font-weight: bold; color: #fddb00; transition: transform 0.3s ease; pointer-events: none; } .page-gcash-nustar-log-in__faq-item.active .page-gcash-nustar-log-in__faq-toggle { transform: rotate(45deg); } .page-gcash-nustar-log-in__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; } .page-gcash-nustar-log-in__faq-item.active .page-gcash-nustar-log-in__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-gcash-nustar-log-in__faq-answer p { margin: 0; font-size: 0.95em; line-height: 1.6; color: #bbb; } .page-gcash-nustar-log-in__cta-section { background-color: #1a2a3a; color: #fff; padding-bottom: 80px; } .page-gcash-nustar-log-in__button--large { padding: 15px 35px; font-size: 1.2em; margin-top: 30px; } .page-gcash-nustar-log-in__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-gcash-nustar-log-in__floating-button { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 50%; background-color: #fddb00; color: #0d1a26; font-weight: bold; text-decoration: none; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 0.8em; text-align: center; line-height: 1.2; } .page-gcash-nustar-log-in__floating-button--register { background-color: #007bff; color: #fff; } .page-gcash-nustar-log-in__floating-button--register:hover { background-color: #0056b3; transform: scale(1.1); } .page-gcash-nustar-log-in__floating-button--login { background-color: #fddb00; color: #0d1a26; } .page-gcash-nustar-log-in__floating-button--login:hover { background-color: #ffe033; transform: scale(1.1); } @media (max-width: 768px) { .page-gcash-nustar-log-in__hero-title { font-size: 2em; } .page-gcash-nustar-log-in__hero-subtitle { font-size: 1em; } .page-gcash-nustar-log-in__hero-buttons { flex-direction: column; gap: 15px; } .page-gcash-nustar-log-in__button { width: 100%; max-width: 250px; } .page-gcash-nustar-log-in__section-title { font-size: 1.8em; } .page-gcash-nustar-log-in__section-description { font-size: 0.9em; margin-bottom: 30px; } .page-gcash-nustar-log-in__features-grid, .page-gcash-nustar-log-in__steps-grid, .page-gcash-nustar-log-in__promo-grid { grid-template-columns: 1fr; } .page-gcash-nustar-log-in__feature-icon { width: 80px; } .page-gcash-nustar-log-in__promo-card { text-align: center; } .page-gcash-nustar-log-in__promo-card h3, .page-gcash-nustar-log-in__promo-card p, .page-gcash-nustar-log-in__promo-card a { padding: 0 15px; } .page-gcash-nustar-log-in__faq-list { padding: 0 10px; } .page-gcash-nustar-log-in__faq-question { padding: 12px 15px; } .page-gcash-nustar-log-in__faq-question-text { font-size: 1em; } .page-gcash-nustar-log-in__faq-answer { padding: 0 15px; } .page-gcash-nustar-log-in__faq-item.active .page-gcash-nustar-log-in__faq-answer { padding: 15px !important; } .page-gcash-nustar-log-in__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-gcash-nustar-log-in__floating-button { width: 50px; height: 50px; font-size: 0.7em; } .page-gcash-nustar-log-in__promo-image, .page-gcash-nustar-log-in__feature-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-gcash-nustar-log-in__promo-grid, .page-gcash-nustar-log-in__steps-grid, .page-gcash-nustar-log-in__features-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-gcash-nustar-log-in__feature-item, .page-gcash-nustar-log-in__step-item, .page-gcash-nustar-log-in__promo-card, .page-gcash-nustar-log-in__faq-item { 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; } }