.page-ng-n-98-ph-t { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px);}.page-ng-n-98-ph-t__container { max-width: 1200px; margin: 0 auto; padding: 0 15px;}.page-ng-n-98-ph-t__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px;}.page-ng-n-98-ph-t__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1;}.page-ng-n-98-ph-t__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 0;}.page-ng-n-98-ph-t__hero-content { position: relative; z-index: 1; padding: 20px; max-width: 800px;}.page-ng-n-98-ph-t__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-ng-n-98-ph-t__hero-description { font-size: 1.2em; margin-bottom: 30px;}.page-ng-n-98-ph-t__cta-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;}.page-ng-n-98-ph-t__cta-button:hover { background-color: #e03e00;}.page-ng-n-98-ph-t__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: 40px 0; background-color: #fff;}.page-ng-n-98-ph-t__payment-title { width: 100%; text-align: center; margin-bottom: 20px; font-size: 2em; color: #333;}.page-ng-n-98-ph-t__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box;}.page-ng-n-98-ph-t__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}.page-ng-n-98-ph-t__intro-section { padding: 60px 0; background-color: #fefefe; text-align: center;}.page-ng-n-98-ph-t__intro-title { font-size: 2.5em; color: #333; margin-bottom: 20px;}.page-ng-n-98-ph-t__intro-text { font-size: 1.1em; color: #555; margin-bottom: 40px;}.page-ng-n-98-ph-t__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;}.page-ng-n-98-ph-t__intro-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease;}.page-ng-n-98-ph-t__intro-item:hover { transform: translateY(-5px);}.page-ng-n-98-ph-t__intro-item h3 { font-size: 1.5em; color: #ff4500; margin-bottom: 15px;}.page-ng-n-98-ph-t__intro-item p { font-size: 0.95em; color: #666;}.page-ng-n-98-ph-t__quick-access-section { padding: 60px 0; background-color: #eee; text-align: center;}.page-ng-n-98-ph-t__quick-access-title { font-size: 2.5em; color: #333; margin-bottom: 30px;}.page-ng-n-98-ph-t__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px;}.page-ng-n-98-ph-t__access-button { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;}.page-ng-n-98-ph-t__access-button:hover { background-color: #0056b3;}.page-ng-n-98-ph-t__games-section { padding: 60px 0; background-color: #fefefe;}.page-ng-n-98-ph-t__games-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px;}.page-ng-n-98-ph-t__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap;}.page-ng-n-98-ph-t__game-tab-button { background-color: #ddd; color: #333; padding: 10px 20px; border: none; cursor: pointer; margin: 5px; border-radius: 5px; transition: background-color 0.3s ease, color 0.3s ease;}.page-ng-n-98-ph-t__game-tab-button.active { background-color: #ff4500; color: #fff;}.page-ng-n-98-ph-t__game-content { display: none;}.page-ng-n-98-ph-t__game-content.active { display: block;}.page-ng-n-98-ph-t__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px;}.page-ng-n-98-ph-t__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease;}.page-ng-n-98-ph-t__game-card:hover { transform: translateY(-5px);}.page-ng-n-98-ph-t__game-image { width: 100%; height: 200px; object-fit: cover;}.page-ng-n-98-ph-t__game-info { padding: 20px;}.page-ng-n-98-ph-t__game-info h3 { font-size: 1.4em; color: #333; margin-bottom: 10px;}.page-ng-n-98-ph-t__game-info p { font-size: 0.9em; color: #666; margin-bottom: 15px;}.page-ng-n-98-ph-t__game-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;}.page-ng-n-98-ph-t__game-button:hover { background-color: #218838;}.page-ng-n-98-ph-t__promotions-section { padding: 60px 0; background-color: #eee; text-align: center;}.page-ng-n-98-ph-t__promotions-title { font-size: 2.5em; color: #333; margin-bottom: 40px;}.page-ng-n-98-ph-t__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}.page-ng-n-98-ph-t__promo-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease;}.page-ng-n-98-ph-t__promo-card:hover { transform: translateY(-5px);}.page-ng-n-98-ph-t__promo-image { width: 100%; height: 220px; object-fit: cover;}.page-ng-n-98-ph-t__promo-info { padding: 25px;}.page-ng-n-98-ph-t__promo-info h3 { font-size: 1.6em; color: #ff4500; margin-bottom: 10px;}.page-ng-n-98-ph-t__promo-info p { font-size: 0.95em; color: #666; margin-bottom: 20px;}.page-ng-n-98-ph-t__promo-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease;}.page-ng-n-98-ph-t__promo-button:hover { background-color: #e03e00;}.page-ng-n-98-ph-t__security-section { padding: 60px 0; background-color: #fefefe; text-align: center;}.page-ng-n-98-ph-t__security-title { font-size: 2.5em; color: #333; margin-bottom: 40px;}.page-ng-n-98-ph-t__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px;}.page-ng-n-98-ph-t__security-item { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);}.page-ng-n-98-ph-t__security-item h3 { font-size: 1.5em; color: #007bff; margin-bottom: 15px;}.page-ng-n-98-ph-t__security-item p { font-size: 0.95em; color: #666;}.page-ng-n-98-ph-t__faq-section { padding: 60px 0; background-color: #eee;}.page-ng-n-98-ph-t__faq-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px;}.page-ng-n-98-ph-t__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-ng-n-98-ph-t__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f9f9f9; border-radius: 8px; transition: background-color 0.3s ease;}.page-ng-n-98-ph-t__faq-question:hover { background-color: #f0f0f0;}.page-ng-n-98-ph-t__faq-question h3 { font-size: 1.2em; color: #333; margin: 0; pointer-events: none;}.page-ng-n-98-ph-t__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ff4500; transition: transform 0.3s ease; pointer-events: none;}.page-ng-n-98-ph-t__faq-item.active .page-ng-n-98-ph-t__faq-toggle { transform: rotate(45deg);}.page-ng-n-98-ph-t__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;}.page-ng-n-98-ph-t__faq-item.active .page-ng-n-98-ph-t__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-ng-n-98-ph-t__faq-answer p { font-size: 0.95em; color: #555; margin-bottom: 0;}.page-ng-n-98-ph-t__blog-section { padding: 60px 0; background-color: #fefefe;}.page-ng-n-98-ph-t__blog-title { font-size: 2.5em; color: #333; text-align: center; margin-bottom: 40px;}.page-ng-n-98-ph-t__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px;}.page-ng-n-98-ph-t__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: left; transition: transform 0.3s ease;}.page-ng-n-98-ph-t__blog-card:hover { transform: translateY(-5px);}.page-ng-n-98-ph-t__blog-image { width: 100%; height: 200px; object-fit: cover;}.page-ng-n-98-ph-t__blog-info { padding: 20px;}.page-ng-n-98-ph-t__blog-info h3 { font-size: 1.4em; color: #333; margin-bottom: 10px;}.page-ng-n-98-ph-t__blog-info h3 a { text-decoration: none; color: inherit; transition: color 0.3s ease;}.page-ng-n-98-ph-t__blog-info h3 a:hover { color: #ff4500;}.page-ng-n-98-ph-t__blog-info p { font-size: 0.9em; color: #666;}.page-ng-n-98-ph-t__blog-date { font-size: 0.8em; color: #999; margin-top: 15px; display: block;}.page-ng-n-98-ph-t img { max-width: 100%; height: auto; display: block; margin: 0 auto; box-sizing: border-box;}.page-ng-n-98-ph-t__intro-grid .page-ng-n-98-ph-t__intro-item, .page-ng-n-98-ph-t__access-grid .page-ng-n-98-ph-t__access-button, .page-ng-n-98-ph-t__game-grid .page-ng-n-98-ph-t__game-card, .page-ng-n-98-ph-t__promo-grid .page-ng-n-98-ph-t__promo-card, .page-ng-n-98-ph-t__security-grid .page-ng-n-98-ph-t__security-item, .page-ng-n-98-ph-t__blog-grid .page-ng-n-98-ph-t__blog-card { box-sizing: border-box;}.page-ng-n-98-ph-t__hero-image, .page-ng-n-98-ph-t__game-image, .page-ng-n-98-ph-t__promo-image, .page-ng-n-98-ph-t__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important;}.page-ng-n-98-ph-t__intro-grid, .page-ng-n-98-ph-t__access-grid, .page-ng-n-98-ph-t__game-grid, .page-ng-n-98-ph-t__promo-grid, .page-ng-n-98-ph-t__security-grid, .page-ng-n-98-ph-t__blog-grid { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important;}.page-ng-n-98-ph-t__game-tabs { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}.page-ng-n-98-ph-t__game-tab-button { box-sizing: border-box !important;}.page-ng-n-98-ph-t__faq-section .page-ng-n-98-ph-t__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}.page-ng-n-98-ph-t__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;}.page-ng-n-98-ph-t__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap;}.page-ng-n-98-ph-t__game-tab-button { background-color: #ddd; color: #333; padding: 10px 20px; border: none; cursor: pointer; margin: 5px; border-radius: 5px; transition: background-color 0.3s ease, color 0.3s ease;}.page-ng-n-98-ph-t__game-tab-button.active { background-color: #ff4500; color: #fff;}@media (max-width: 768px) { .page-ng-n-98-ph-t__hero-title { font-size: 2.5em;}.page-ng-n-98-ph-t__hero-description { font-size: 1em;}.page-ng-n-98-ph-t__cta-button { padding: 12px 25px;}.page-ng-n-98-ph-t__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px;}.page-ng-n-98-ph-t__payment-logo, .page-ng-n-98-ph-t__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important;}.page-ng-n-98-ph-t__intro-title, .page-ng-n-98-ph-t__quick-access-title, .page-ng-n-98-ph-t__games-title, .page-ng-n-98-ph-t__promotions-title, .page-ng-n-98-ph-t__security-title, .page-ng-n-98-ph-t__faq-title, .page-ng-n-98-ph-t__blog-title { font-size: 2em;}.page-ng-n-98-ph-t__intro-grid, .page-ng-n-98-ph-t__access-grid, .page-ng-n-98-ph-t__game-grid, .page-ng-n-98-ph-t__promo-grid, .page-ng-n-98-ph-t__security-grid, .page-ng-n-98-ph-t__blog-grid { grid-template-columns: 1fr;}.page-ng-n-98-ph-t__intro-item, .page-ng-n-98-ph-t__access-button, .page-ng-n-98-ph-t__game-card, .page-ng-n-98-ph-t__promo-card, .page-ng-n-98-ph-t__security-item, .page-ng-n-98-ph-t__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 15px !important; padding-right: 15px !important; margin-left: 0 !important; margin-right: 0 !important;}.page-ng-n-98-ph-t__faq-question { padding: 15px 20px;}.page-ng-n-98-ph-t__faq-question h3 { font-size: 1.1em;}.page-ng-n-98-ph-t__faq-answer { padding: 0 20px;}.page-ng-n-98-ph-t__faq-item.active .page-ng-n-98-ph-t__faq-answer { padding: 15px 20px !important;}.page-ng-n-98-ph-t__game-tabs { flex-direction: column;}.page-ng-n-98-ph-t__game-tab-button { width: 100%; margin: 5px 0;}.page-ng-n-98-ph-t__game-image, .page-ng-n-98-ph-t__promo-image, .page-ng-n-98-ph-t__blog-image { height: auto; min-height: 200px;}}