:root {--primary-color: #e44d26; --secondary-color: #333; --text-color: #333; --light-text-color: #fff; --bg-light: #f8f8f8; --bg-dark: #222; --border-color: #ddd; --accent-color: #ff9800; --header-offset: 122px;}.page-nustar-ph-pagcor-login {font-family: 'Arial', sans-serif;line-height: 1.6;color: var(--text-color);background-color: var(--bg-light);padding-top: 10px;}.page-nustar-ph-pagcor-login__hero-section {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;min-height: 60vh;color: var(--light-text-color);overflow: hidden;padding: 40px 20px;background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);}.page-nustar-ph-pagcor-login__hero-image-container {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0.2;background-color: rgba(0, 0, 0, 0.4);}.page-nustar-ph-pagcor-login__hero-image {max-width: 100%;height: auto;object-fit: cover;width: 100%;height: 100%;display: block;}.page-nustar-ph-pagcor-login__hero-content {position: relative;z-index: 2;max-width: 800px;margin: 0 auto;}.page-nustar-ph-pagcor-login__hero-title {font-size: 2.8em;margin-bottom: 15px;color: var(--light-text-color);word-wrap: break-word;overflow-wrap: break-word;}.page-nustar-ph-pagcor-login__hero-subtitle {font-size: 1.2em;margin-bottom: 30px;color: rgba(255, 255, 255, 0.9);}.page-nustar-ph-pagcor-login__hero-buttons {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;}.page-nustar-ph-pagcor-login__btn {display: inline-block;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;white-space: nowrap;}.page-nustar-ph-pagcor-login__btn--primary {background-color: var(--accent-color);color: var(--light-text-color);border: 2px solid var(--accent-color);}.page-nustar-ph-pagcor-login__btn--primary:hover {background-color: #ffb74d;border-color: #ffb74d;transform: translateY(-2px);}.page-nustar-ph-pagcor-login__btn--secondary {background-color: transparent;color: var(--light-text-color);border: 2px solid var(--light-text-color);}.page-nustar-ph-pagcor-login__btn--secondary:hover {background-color: rgba(255, 255, 255, 0.2);transform: translateY(-2px);}.page-nustar-ph-pagcor-login__section-title {text-align: center;font-size: 2.2em;margin-bottom: 40px;color: var(--secondary-color);position: relative;padding-bottom: 10px;word-wrap: break-word;overflow-wrap: break-word;}.page-nustar-ph-pagcor-login__section-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 60px;height: 4px;background-color: var(--primary-color);border-radius: 2px;}.page-nustar-ph-pagcor-login__about-section,.page-nustar-ph-pagcor-login__features-section,.page-nustar-ph-pagcor-login__faq-section {padding: 60px 20px;max-width: 1200px;margin: 0 auto;}.page-nustar-ph-pagcor-login__about-content {display: flex;flex-direction: column;gap: 20px;margin-bottom: 40px;text-align: center;}.page-nustar-ph-pagcor-login__text {font-size: 1.1em;color: #555;}.page-nustar-ph-pagcor-login__cta-buttons {text-align: center;}.page-nustar-ph-pagcor-login__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;}.page-nustar-ph-pagcor-login__feature-item {background-color: #fff;border-radius: 10px;padding: 30px;text-align: center;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease, box-shadow 0.3s ease;display: flex;flex-direction: column;align-items: center;}.page-nustar-ph-pagcor-login__feature-item:hover {transform: translateY(-5px);box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);}.page-nustar-ph-pagcor-login__feature-icon {width: 100px;height: 100px;margin-bottom: 20px;object-fit: contain;max-width: 100%;}.page-nustar-ph-pagcor-login__feature-title {font-size: 1.4em;color: var(--primary-color);margin-bottom: 15px;word-wrap: break-word;overflow-wrap: break-word;}.page-nustar-ph-pagcor-login__feature-description {font-size: 1em;color: #666;flex-grow: 1;}.page-nustar-ph-pagcor-login__faq-container {max-width: 800px;margin: 0 auto;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);}.page-nustar-ph-pagcor-login__faq-item {background-color: #fff;border-bottom: 1px solid var(--border-color);}.page-nustar-ph-pagcor-login__faq-item:last-child {border-bottom: none;}.page-nustar-ph-pagcor-login__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;user-select: none;background-color: #fff;transition: background-color 0.3s ease;}.page-nustar-ph-pagcor-login__faq-question:hover {background-color: #f0f0f0;}.page-nustar-ph-pagcor-login__faq-heading {font-size: 1.2em;color: var(--secondary-color);margin: 0;flex-grow: 1;text-align: left;pointer-events: none;word-wrap: break-word;overflow-wrap: break-word;}.page-nustar-ph-pagcor-login__faq-toggle {font-size: 1.5em;font-weight: bold;color: var(--primary-color);margin-left: 15px;pointer-events: none;transition: transform 0.3s ease;}.page-nustar-ph-pagcor-login__faq-item.active .page-nustar-ph-pagcor-login__faq-toggle {transform: rotate(45deg);}.page-nustar-ph-pagcor-login__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;background-color: #fdfdfd;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-nustar-ph-pagcor-login__faq-item.active .page-nustar-ph-pagcor-login__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-nustar-ph-pagcor-login__faq-answer p {margin-top: 0;margin-bottom: 10px;color: #555;word-wrap: break-word;overflow-wrap: break-word;}.page-nustar-ph-pagcor-login__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 15px;z-index: 1000;}.page-nustar-ph-pagcor-login__floating-btn {display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;border-radius: 50%;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);color: var(--light-text-color);text-decoration: none;font-weight: bold;font-size: 0.9em;transition: transform 0.2s ease, background-color 0.3s ease;text-align: center;line-height: 1.2;}.page-nustar-ph-pagcor-login__floating-btn--register {background-color: var(--primary-color);}.page-nustar-ph-pagcor-login__floating-btn--register:hover {background-color: #d13a1e;transform: scale(1.05);}.page-nustar-ph-pagcor-login__floating-btn--login {background-color: var(--accent-color);}.page-nustar-ph-pagcor-login__floating-btn--login:hover {background-color: #e68a00;transform: scale(1.05);}@media (max-width: 768px) {.page-nustar-ph-pagcor-login__hero-title {font-size: 2em;}.page-nustar-ph-pagcor-login__hero-subtitle {font-size: 1em;}.page-nustar-ph-pagcor-login__hero-buttons {flex-direction: column;gap: 15px;}.page-nustar-ph-pagcor-login__btn {width: 100%;max-width: 250px;margin: 0 auto;}.page-nustar-ph-pagcor-login__section-title {font-size: 1.8em;}.page-nustar-ph-pagcor-login__about-section,.page-nustar-ph-pagcor-login__features-section,.page-nustar-ph-pagcor-login__faq-section {padding: 40px 15px;}.page-nustar-ph-pagcor-login__features-grid {grid-template-columns: 1fr;}.page-nustar-ph-pagcor-login__feature-item {padding: 20px;}.page-nustar-ph-pagcor-login__faq-question {padding: 15px 15px;}.page-nustar-ph-pagcor-login__faq-heading {font-size: 1.1em;}.page-nustar-ph-pagcor-login__faq-answer {padding: 0 15px;}.page-nustar-ph-pagcor-login__faq-item.active .page-nustar-ph-pagcor-login__faq-answer {padding: 15px 15px !important;}.page-nustar-ph-pagcor-login__features-grid > .page-nustar-ph-pagcor-login__feature-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;}.page-nustar-ph-pagcor-login__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-nustar-ph-pagcor-login__feature-description {word-wrap: break-word !important;overflow-wrap: break-word !important;}.page-nustar-ph-pagcor-login__floating-buttons {flex-direction: row;bottom: 10px;right: 10px;left: 10px;justify-content: space-around;gap: 10px;}.page-nustar-ph-pagcor-login__floating-btn {width: 50px;height: 50px;font-size: 0.8em;}}@media (max-width: 480px) {.page-nustar-ph-pagcor-login__hero-title {font-size: 1.8em;}.page-nustar-ph-pagcor-login__section-title {font-size: 1.5em;}}.page-nustar-ph-pagcor-login img {max-width: 100%;height: auto;display: block;filter: none;}