.page-nustar-login-ph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-nustar-login-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustar-login-ph__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-login-ph__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-nustar-login-ph__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; }.page-nustar-login-ph__section--dark .page-nustar-login-ph__section-title { color: #ecf0f1; }.page-nustar-login-ph__hero-section { padding: 10px 0 0; text-align: center; color: #fff; position: relative; overflow: hidden; background-color: #000; }.page-nustar-login-ph__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-nustar-login-ph__hero-content { position: relative; z-index: 2; padding: 100px 20px; background: rgba(0, 0, 0, 0.5); }.page-nustar-login-ph__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #f39c12; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); }.page-nustar-login-ph__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #fff; }.page-nustar-login-ph__cta-button { display: inline-block; background-color: #f39c12; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-nustar-login-ph__cta-button:hover { background-color: #e67e22; }.page-nustar-login-ph__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 0; }.page-nustar-login-ph__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-nustar-login-ph__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-nustar-login-ph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-nustar-login-ph__card { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: center; box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: transform 0.3s ease; }.page-nustar-login-ph__card:hover { transform: translateY(-5px); }.page-nustar-login-ph__card-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-nustar-login-ph__card-title { font-size: 1.5em; color: #34495e; margin-bottom: 10px; }.page-nustar-login-ph__card-text { color: #555; font-size: 0.95em; margin-bottom: 15px; }.page-nustar-login-ph__card-button { background-color: #3498db; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-nustar-login-ph__card-button:hover { background-color: #2980b9; }.page-nustar-login-ph__list { list-style: none; padding: 0; margin: 0; }.page-nustar-login-ph__list-item { background-color: #ecf0f1; margin-bottom: 10px; padding: 15px 20px; border-left: 5px solid #f39c12; border-radius: 4px; display: flex; align-items: center; justify-content: space-between; }.page-nustar-login-ph__list-link { color: #2c3e50; text-decoration: none; font-weight: bold; font-size: 1.1em; }.page-nustar-login-ph__list-link:hover { color: #f39c12; }.page-nustar-login-ph__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; }.page-nustar-login-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; font-weight: bold; color: #2c3e50; font-size: 1.1em; }.page-nustar-login-ph__faq-question:hover { color: #f39c12; }.page-nustar-login-ph__faq-question h3 { margin: 0; padding: 0; pointer-events: none; color: inherit; font-size: 1.1em; }.page-nustar-login-ph__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-nustar-login-ph__faq-item.active .page-nustar-login-ph__faq-toggle { transform: rotate(45deg); }.page-nustar-login-ph__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; color: #555; }.page-nustar-login-ph__faq-item.active .page-nustar-login-ph__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-nustar-login-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-nustar-login-ph__blog-card { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); transition: transform 0.3s ease; }.page-nustar-login-ph__blog-card:hover { transform: translateY(-5px); }.page-nustar-login-ph__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-nustar-login-ph__blog-content { padding: 20px; }.page-nustar-login-ph__blog-title { font-size: 1.3em; margin-bottom: 10px; }.page-nustar-login-ph__blog-title a { color: #34495e; text-decoration: none; }.page-nustar-login-ph__blog-title a:hover { color: #f39c12; }.page-nustar-login-ph__blog-excerpt { color: #555; font-size: 0.9em; line-height: 1.5; }.page-nustar-login-ph__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-nustar-login-ph__floating-button { background-color: #f39c12; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-nustar-login-ph__floating-button:hover { background-color: #e67e22; transform: translateY(-3px); }.page-nustar-login-ph__floating-button--register { background-color: #27ae60; }.page-nustar-login-ph__floating-button--register:hover { background-color: #229954; }@media (max-width: 768px) { .page-nustar-login-ph__hero-content { padding: 60px 15px; }.page-nustar-login-ph__hero-title { font-size: 2.5em; }.page-nustar-login-ph__hero-subtitle { font-size: 1.2em; }.page-nustar-login-ph__section-title { font-size: 2em; }.page-nustar-login-ph__grid, .page-nustar-login-ph__blog-grid { grid-template-columns: 1fr; }.page-nustar-login-ph__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-nustar-login-ph__list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-nustar-login-ph__card-image, .page-nustar-login-ph__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-nustar-login-ph__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-nustar-login-ph__payment-logo, .page-nustar-login-ph__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-nustar-login-ph__floating-buttons { right: 10px; bottom: 10px; gap: 8px; }.page-nustar-login-ph__floating-button { padding: 10px 18px; font-size: 0.9em; }}