.page-nustargame-ph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-nustargame-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustargame-ph__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-nustargame-ph__section-title { font-size: 2.5em; color: #0056b3; text-align: center; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; }.page-nustargame-ph__hero-section { background-color: #007bff; color: #fff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; }.page-nustargame-ph__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 123, 255, 0.7), rgba(0, 86, 179, 0.7)); z-index: 1; }.page-nustargame-ph__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }.page-nustargame-ph__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-nustargame-ph__hero-description { font-size: 1.3em; margin-bottom: 40px; }.page-nustargame-ph__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }.page-nustargame-ph__button { display: inline-block; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-nustargame-ph__button:hover { background-color: #218838; transform: translateY(-2px); }.page-nustargame-ph__intro-section .page-nustargame-ph__text-content { max-width: 900px; margin: 0 auto; text-align: center; }.page-nustargame-ph__intro-section p { font-size: 1.1em; margin-bottom: 20px; }.page-nustargame-ph__intro-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-nustargame-ph__intro-list-item { background-color: #e9f7ff; padding: 20px; border-radius: 8px; text-align: center; font-weight: bold; color: #0056b3; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); transition: transform 0.2s ease; box-sizing: border-box; }.page-nustargame-ph__intro-list-item:hover { transform: translateY(-5px); }.page-nustargame-ph__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-nustargame-ph__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-nustargame-ph__game-card { background-color: #f4f4f4; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-nustargame-ph__game-card:hover { transform: translateY(-8px); }.page-nustargame-ph__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-nustargame-ph__game-card-content { padding: 20px; }.page-nustargame-ph__game-card-title { font-size: 1.5em; margin-bottom: 15px; color: #0056b3; }.page-nustargame-ph__game-card-button { margin-top: 15px; }.page-nustargame-ph__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-nustargame-ph__promo-card { background-color: #f4f4f4; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-nustargame-ph__promo-card:hover { transform: translateY(-8px); }.page-nustargame-ph__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-nustargame-ph__promo-card-content { padding: 20px; }.page-nustargame-ph__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #0056b3; }.page-nustargame-ph__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; }.page-nustargame-ph__security-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; }.page-nustargame-ph__security-text { flex: 1; min-width: 300px; max-width: 600px; text-align: left; }.page-nustargame-ph__security-text h3 { color: #0056b3; margin-bottom: 15px; }.page-nustargame-ph__payment-logos { flex: 1; min-width: 250px; max-width: 400px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; background-color: #e9f7ff; padding: 20px; border-radius: 8px; }.page-nustargame-ph__payment-logo { width: 80px; height: 50px; object-fit: contain; }.page-nustargame-ph__faq-list { margin-top: 30px; }.page-nustargame-ph__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-nustargame-ph__faq-question { background-color: #f0f0f0; padding: 18px 25px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-nustargame-ph__faq-question:hover { background-color: #e0e0e0; }.page-nustargame-ph__faq-question h3 { margin: 0; font-size: 1.2em; color: #0056b3; pointer-events: none; }.page-nustargame-ph__faq-toggle { font-size: 1.8em; font-weight: bold; color: #0056b3; pointer-events: none; transition: transform 0.3s ease; }.page-nustargame-ph__faq-item.active .page-nustargame-ph__faq-toggle { transform: rotate(45deg); }.page-nustargame-ph__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; background-color: #fff; }.page-nustargame-ph__faq-item.active .page-nustargame-ph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-nustargame-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-nustargame-ph__blog-card { background-color: #f4f4f4; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-nustargame-ph__blog-card:hover { transform: translateY(-8px); }.page-nustargame-ph__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-nustargame-ph__blog-card-content { padding: 20px; }.page-nustargame-ph__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #0056b3; text-decoration: none; display: block; }.page-nustargame-ph__blog-card-title:hover { text-decoration: underline; }.page-nustargame-ph__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-nustargame-ph__blog-card-date { font-size: 0.85em; color: #888; text-align: right; }.page-nustargame-ph__blog-card-link { display: inline-block; margin-top: 15px; color: #007bff; text-decoration: none; font-weight: bold; }.page-nustargame-ph__blog-card-link:hover { text-decoration: underline; }@media (max-width: 992px) { .page-nustargame-ph__hero-title { font-size: 2.8em; } .page-nustargame-ph__hero-description { font-size: 1.1em; } .page-nustargame-ph__section-title { font-size: 2em; } .page-nustargame-ph__games-grid, .page-nustargame-ph__promotions-grid, .page-nustargame-ph__blog-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } }.page-nustargame-ph__intro-list { padding: 0 !important; }.page-nustargame-ph__intro-list-item { box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; }.page-nustargame-ph__hero-section .page-nustargame-ph__hero-image, .page-nustargame-ph__game-card-image, .page-nustargame-ph__promo-card-image, .page-nustargame-ph__blog-card-image, .page-nustargame-ph__payment-logo { max-width: 100% !important; height: auto !important; }.page-nustargame-ph__hero-section, .page-nustargame-ph__section { padding-left: 15px !important; padding-right: 15px !important; }.page-nustargame-ph__container { padding-left: 15px !important; padding-right: 15px !important; }@media (max-width: 768px) { .page-nustargame-ph__hero-title { font-size: 2.2em; } .page-nustargame-ph__hero-description { font-size: 1em; } .page-nustargame-ph__button { padding: 12px 25px; font-size: 1em; } .page-nustargame-ph__section-title { font-size: 1.8em; } .page-nustargame-ph__intro-list { grid-template-columns: 1fr; } .page-nustargame-ph__games-grid, .page-nustargame-ph__promotions-grid, .page-nustargame-ph__blog-grid { grid-template-columns: 1fr; } .page-nustargame-ph__security-content { flex-direction: column; text-align: center; } .page-nustargame-ph__security-text { text-align: center; } .page-nustargame-ph__payment-logos { width: 100%; max-width: 100%; } .page-nustargame-ph__faq-question { padding: 15px 20px; } .page-nustargame-ph__faq-question h3 { font-size: 1.1em; } .page-nustargame-ph__faq-answer { padding: 0 20px; } .page-nustargame-ph__faq-item.active .page-nustargame-ph__faq-answer { padding: 15px 20px !important; } }