.page-nwe88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-nwe88__hero-section { position: relative; width: 100%; overflow: hidden; padding-top: 10px; padding-bottom: 60px; text-align: center; background: linear-gradient(135deg, #0f0f1d, #2a003f); }.page-nwe88__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.7); }.page-nwe88__hero-content { position: relative; z-index: 1; padding: 20px; max-width: 1200px; margin: 0 auto; }.page-nwe88__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-nwe88__hero-subtitle { font-size: 1.5em; color: #e0e0e0; margin-bottom: 30px; }.page-nwe88__hero-button { display: inline-block; background-color: #e60073; 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.3s ease; margin: 0 10px; }.page-nwe88__hero-button:hover { background-color: #ff3399; transform: translateY(-3px); }.page-nwe88__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 20px; background-color: #1a1a2e; }.page-nwe88__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; border-radius: 10px; overflow: hidden; background-color: #2c2c44; display: flex; justify-content: center; align-items: center; }.page-nwe88__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: brightness(0.9); }.page-nwe88__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-nwe88__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-nwe88__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: left; }.page-nwe88__intro-item { background-color: #2c2c44; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-nwe88__intro-item:hover { transform: translateY(-5px); }.page-nwe88__intro-item h3 { color: #ffcc00; font-size: 1.8em; margin-bottom: 15px; }.page-nwe88__intro-item p { color: #e0e0e0; font-size: 1.1em; }.page-nwe88__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; }.page-nwe88__quick-access-link { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-size: 1.1em; transition: background-color 0.3s ease; }.page-nwe88__quick-access-link:hover { background-color: #0056b3; }.page-nwe88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-nwe88__game-card { background-color: #2c2c44; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; }.page-nwe88__game-card:hover { transform: translateY(-5px); }.page-nwe88__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-nwe88__game-card-content { padding: 20px; }.page-nwe88__game-card-title { color: #ffcc00; font-size: 1.6em; margin-bottom: 10px; }.page-nwe88__game-card-description { color: #e0e0e0; font-size: 1em; margin-bottom: 15px; }.page-nwe88__game-card-button { display: inline-block; background-color: #e60073; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; }.page-nwe88__game-card-button:hover { background-color: #ff3399; }.page-nwe88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-nwe88__promo-card { background-color: #2c2c44; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; }.page-nwe88__promo-card:hover { transform: translateY(-5px); }.page-nwe88__promo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-nwe88__promo-card-content { padding: 20px; }.page-nwe88__promo-card-title { color: #ffcc00; font-size: 1.6em; margin-bottom: 10px; }.page-nwe88__promo-card-description { color: #e0e0e0; font-size: 1em; margin-bottom: 15px; }.page-nwe88__promo-card-button { display: inline-block; background-color: #e60073; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; }.page-nwe88__promo-card-button:hover { background-color: #ff3399; }.page-nwe88__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: left; }.page-nwe88__feature-item { background-color: #2c2c44; padding: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-nwe88__feature-item h3 { color: #ffcc00; font-size: 1.8em; margin-bottom: 15px; }.page-nwe88__feature-item p { color: #e0e0e0; font-size: 1.1em; }.page-nwe88__faq-list { margin-top: 40px; text-align: left; }.page-nwe88__faq-item { background-color: #2c2c44; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }.page-nwe88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3a3a5a; color: #ffcc00; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-nwe88__faq-question:hover { background-color: #4a4a6a; }.page-nwe88__faq-question h3 { margin: 0; pointer-events: none; }.page-nwe88__faq-toggle { font-size: 1.5em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; }.page-nwe88__faq-item.active .page-nwe88__faq-toggle { transform: rotate(45deg); }.page-nwe88__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-nwe88__faq-item.active .page-nwe88__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-nwe88__faq-answer p { color: #e0e0e0; margin: 0; }.page-nwe88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-nwe88__blog-card { background-color: #2c2c44; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; }.page-nwe88__blog-card:hover { transform: translateY(-5px); }.page-nwe88__blog-card-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-nwe88__blog-card-content { padding: 20px; }.page-nwe88__blog-card-title { color: #ffcc00; font-size: 1.6em; margin-bottom: 10px; }.page-nwe88__blog-card-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; }.page-nwe88__blog-card-title a:hover { color: #ff3399; }.page-nwe88__blog-card-excerpt { color: #e0e0e0; font-size: 1em; margin-bottom: 15px; }.page-nwe88__blog-card-date { font-size: 0.9em; color: #aaa; }.page-nwe88__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 15px; }.page-nwe88__floating-button { background-color: #e60073; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 1.1em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.3s ease; }.page-nwe88__floating-button:hover { background-color: #ff3399; transform: translateY(-3px); }.page-nwe88__floating-button--register { background-color: #007bff; }.page-nwe88__floating-button--register:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-nwe88__hero-title { font-size: 2.5em; }.page-nwe88__hero-subtitle { font-size: 1.2em; }.page-nwe88__hero-button { padding: 12px 25px; font-size: 1em; margin: 0 5px; }.page-nwe88__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; }.page-nwe88__payment-logo, .page-nwe88__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-nwe88__section { padding: 40px 15px; }.page-nwe88__section-title { font-size: 2em; }.page-nwe88__intro-grid, .page-nwe88__game-grid, .page-nwe88__promo-grid, .page-nwe88__security-features, .page-nwe88__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-nwe88__intro-item, .page-nwe88__game-card, .page-nwe88__promo-card, .page-nwe88__feature-item, .page-nwe88__blog-card { padding: 20px; }.page-nwe88__intro-item h3, .page-nwe88__game-card-title, .page-nwe88__promo-card-title, .page-nwe88__feature-item h3, .page-nwe88__blog-card-title { font-size: 1.5em; }.page-nwe88__intro-item p, .page-nwe88__game-card-description, .page-nwe88__promo-card-description, .page-nwe88__feature-item p, .page-nwe88__blog-card-excerpt { font-size: 1em; }.page-nwe88__quick-access-link { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px !important; }.page-nwe88__quick-access-links { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-nwe88__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-nwe88__faq-answer { padding: 0 20px; }.page-nwe88__faq-item.active .page-nwe88__faq-answer { padding: 15px 20px !important; }.page-nwe88__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-nwe88__floating-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-nwe88__floating-button { width: 50px; height: 50px; font-size: 1em; } .page-nwe88__game-card-image, .page-nwe88__promo-card-image, .page-nwe88__blog-card-image { max-width: 100% !important; height: auto !important; } .page-nwe88__game-card, .page-nwe88__promo-card, .page-nwe88__blog-card { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } .page-nwe88__intro-grid, .page-nwe88__game-grid, .page-nwe88__promo-grid, .page-nwe88__security-features, .page-nwe88__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nwe88__intro-item, .page-nwe88__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } }