.page-nustar-game-ph-pagcor { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-nustar-game-ph-pagcor__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustar-game-ph-pagcor__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }.page-nustar-game-ph-pagcor__section--dark { background-color: #222; color: #eee; }.page-nustar-game-ph-pagcor__section-title { text-align: center; color: #0056b3; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; }.page-nustar-game-ph-pagcor__section-title--light { color: #fff; }.page-nustar-game-ph-pagcor__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; background-color: #000; padding-top: 10px; box-sizing: border-box; }.page-nustar-game-ph-pagcor__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.7; }.page-nustar-game-ph-pagcor__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; }.page-nustar-game-ph-pagcor__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); line-height: 1.2; }.page-nustar-game-ph-pagcor__hero-description { font-size: 1.4em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }.page-nustar-game-ph-pagcor__cta-button { display: inline-block; background-color: #ffc107; color: #000; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; margin: 10px; }.page-nustar-game-ph-pagcor__cta-button:hover { background-color: #e0a800; }.page-nustar-game-ph-pagcor__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; text-align: center; }.page-nustar-game-ph-pagcor__info-item { padding: 25px; border-radius: 8px; background-color: #f2f2f2; }.page-nustar-game-ph-pagcor__info-item h3 { color: #0056b3; margin-top: 0; font-size: 1.5em; }.page-nustar-game-ph-pagcor__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }.page-nustar-game-ph-pagcor__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: center; transition: transform 0.3s ease; }.page-nustar-game-ph-pagcor__game-card:hover { transform: translateY(-5px); }.page-nustar-game-ph-pagcor__game-card-image { width: 100%; height: 180px; object-fit: cover; display: block; }.page-nustar-game-ph-pagcor__game-card-content { padding: 15px; }.page-nustar-game-ph-pagcor__game-card-title { font-size: 1.3em; color: #0056b3; margin-top: 0; margin-bottom: 10px; }.page-nustar-game-ph-pagcor__game-card-description { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-nustar-game-ph-pagcor__game-card-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-nustar-game-ph-pagcor__game-card-button:hover { background-color: #0056b3; }.page-nustar-game-ph-pagcor__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-nustar-game-ph-pagcor__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; }.page-nustar-game-ph-pagcor__promo-card:hover { transform: translateY(-5px); }.page-nustar-game-ph-pagcor__promo-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-nustar-game-ph-pagcor__promo-card-content { padding: 20px; }.page-nustar-game-ph-pagcor__promo-card-title { font-size: 1.4em; color: #0056b3; margin-top: 0; margin-bottom: 10px; }.page-nustar-game-ph-pagcor__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-nustar-game-ph-pagcor__promo-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-nustar-game-ph-pagcor__promo-card-button:hover { background-color: #218838; }.page-nustar-game-ph-pagcor__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-nustar-game-ph-pagcor__payment-logo { height: 40px; object-fit: contain; }.page-nustar-game-ph-pagcor__social-media { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-nustar-game-ph-pagcor__social-icon { height: 35px; object-fit: contain; }.page-nustar-game-ph-pagcar__faq-list { list-style: none; padding: 0; }.page-nustar-game-ph-pagcor__faq-item { margin-bottom: 10px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; }.page-nustar-game-ph-pagcor__faq-question { background-color: #f0f0f0; padding: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; color: #333; user-select: none; transition: background-color 0.3s ease; }.page-nustar-game-ph-pagcor__faq-question:hover { background-color: #e0e0e0; }.page-nustar-game-ph-pagcor__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-nustar-game-ph-pagcor__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; }.page-nustar-game-ph-pagcor__faq-item.active .page-nustar-game-ph-pagcor__faq-toggle { transform: rotate(45deg); }.page-nustar-game-ph-pagcor__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #fdfdfd; }.page-nustar-game-ph-pagcor__faq-item.active .page-nustar-game-ph-pagcor__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-nustar-game-ph-pagcor__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-nustar-game-ph-pagcor__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); text-align: left; transition: transform 0.3s ease; }.page-nustar-game-ph-pagcor__blog-card:hover { transform: translateY(-5px); }.page-nustar-game-ph-pagcor__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-nustar-game-ph-pagcor__blog-card-content { padding: 20px; }.page-nustar-game-ph-pagcor__blog-card-title { font-size: 1.4em; color: #0056b3; margin-top: 0; margin-bottom: 10px; }.page-nustar-game-ph-pagcor__blog-card-title a { text-decoration: none; color: inherit; }.page-nustar-game-ph-pagcor__blog-card-title a:hover { text-decoration: underline; }.page-nustar-game-ph-pagcor__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-nustar-game-ph-pagcor__blog-card-date { font-size: 0.85em; color: #777; }.page-nustar-game-ph-pagcor__sticky-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-nustar-game-ph-pagcor__sticky-button { background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0,0,0,0.2); transition: background-color 0.3s ease; }.page-nustar-game-ph-pagcor__sticky-button:hover { background-color: #0056b3; }.page-nustar-game-ph-pagcor__sticky-button--register { background-color: #28a745; }.page-nustar-game-ph-pagcor__sticky-button--register:hover { background-color: #218838; }@media (max-width: 768px) { .page-nustar-game-ph-pagcor__container { padding: 10px; }.page-nustar-game-ph-pagcor__section { padding: 20px 10px; }.page-nustar-game-ph-pagcor__section-title { font-size: 2em; }.page-nustar-game-ph-pagcor__hero-section { height: 450px; }.page-nustar-game-ph-pagcor__hero-title { font-size: 2.2em; }.page-nustar-game-ph-pagcor__hero-description { font-size: 1.1em; }.page-nustar-game-ph-pagcor__cta-button { padding: 12px 25px; font-size: 1em; margin: 5px; }.page-nustar-game-ph-pagcor__info-grid, .page-nustar-game-ph-pagcor__game-grid, .page-nustar-game-ph-pagcor__promo-grid, .page-nustar-game-ph-pagcor__blog-grid { grid-template-columns: 1fr; }.page-nustar-game-ph-pagcor__game-card-image, .page-nustar-game-ph-pagcor__promo-card-image, .page-nustar-game-ph-pagcor__blog-card-image { height: 150px; }.page-nustar-game-ph-pagcor__faq-question h3 { font-size: 1em; }.page-nustar-game-ph-pagcor__faq-answer { padding: 15px 10px !important; }.page-nustar-game-ph-pagcor__sticky-buttons { right: 10px; bottom: 10px; }.page-nustar-game-ph-pagcor__sticky-button { padding: 8px 15px; font-size: 0.9em; }/* Mobile responsiveness for all list items */.page-nustar-game-ph-pagcor__info-grid > div, .page-nustar-game-ph-pagcor__game-grid > div, .page-nustar-game-ph-pagcor__promo-grid > div, .page-nustar-game-ph-pagcor__blog-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-nustar-game-ph-pagcor__info-grid, .page-nustar-game-ph-pagcor__game-grid, .page-nustar-game-ph-pagcor__promo-grid, .page-nustar-game-ph-pagcor__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }p, li { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; }.page-nustar-game-ph-pagcor__game-card, .page-nustar-game-ph-pagcor__promo-card, .page-nustar-game-ph-pagcor__blog-card { width: 100%; max-width: 100%; box-sizing: border-box; }}.page-nustar-game-ph-pagcor__brand-logo { height: 45px; object-fit: contain; margin-bottom: 10px; }.page-nustar-game-ph-pagcor__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-top: 20px; }.page-nustar-game-ph-pagcor__quick-link-button { display: block; background-color: #6c757d; color: #fff; padding: 12px 15px; border-radius: 5px; text-decoration: none; text-align: center; font-weight: bold; transition: background-color 0.3s ease; }.page-nustar-game-ph-pagcor__quick-link-button:hover { background-color: #5a6268; }