.page-n-h-qh88 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-n-h-qh88__hero-section { position: relative; width: 100%; overflow: hidden; padding-top: 10px; background-color: #000; color: #fff; text-align: center; }.page-n-h-qh88__hero-image { width: 100%; height: auto; max-height: 500px; object-fit: cover; display: block; filter: brightness(0.7); }.page-n-h-qh88__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 10; width: 90%; max-width: 800px; }.page-n-h-qh88__hero-title { font-size: 3em; margin-bottom: 15px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-n-h-qh88__hero-description { font-size: 1.2em; margin-bottom: 30px; }.page-n-h-qh88__hero-cta { display: inline-block; background-color: #4CAF50; color: white; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-size: 1.1em; transition: background-color 0.3s ease; }.page-n-h-qh88__hero-cta:hover { background-color: #45a049; }.page-n-h-qh88__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: 20px 15px; background-color: #fff; border-bottom: 1px solid #eee; }.page-n-h-qh88__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-n-h-qh88__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-n-h-qh88__section { padding: 40px 15px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 20px; }.page-n-h-qh88__section-title { text-align: center; color: #333; font-size: 2.2em; margin-bottom: 30px; position: relative; }.page-n-h-qh88__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #4CAF50; margin: 10px auto 0; }.page-n-h-qh88__text-content p { margin-bottom: 15px; }.page-n-h-qh88__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-n-h-qh88__grid-item { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-n-h-qh88__grid-item:hover { transform: translateY(-5px); }.page-n-h-qh88__grid-item-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-n-h-qh88__grid-item-content { padding: 20px; }.page-n-h-qh88__grid-item-title { font-size: 1.4em; margin-bottom: 10px; color: #333; }.page-n-h-qh88__grid-item-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-n-h-qh88__grid-item-link { display: inline-block; background-color: #007bff; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-size: 0.9em; transition: background-color 0.3s ease; }.page-n-h-qh88__grid-item-link:hover { background-color: #0056b3; }.page-n-h-qh88__promo-card { background-color: #e0f2f7; border-left: 5px solid #2196f3; padding: 20px; border-radius: 8px; display: flex; align-items: center; margin-bottom: 20px; }.page-n-h-qh88__promo-icon { font-size: 2.5em; color: #2196f3; margin-right: 20px; }.page-n-h-qh88__promo-content h3 { margin-top: 0; color: #2196f3; }.page-n-h-qh88__promo-content p { margin-bottom: 10px; }.page-n-h-qh88__promo-link { display: inline-block; background-color: #2196f3; color: white; padding: 8px 15px; text-decoration: none; border-radius: 4px; font-size: 0.9em; transition: background-color 0.3s ease; }.page-n-h-qh88__promo-link:hover { background-color: #1976d2; }.page-n-h-qh88__faq-list { list-style: none; padding: 0; }.page-n-h-qh88__faq-item { background-color: #f0f0f0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-n-h-qh88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #e8e8e8; color: #333; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-n-h-qh88__faq-question:hover { background-color: #ddd; }.page-n-h-qh88__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; }.page-n-h-qh88__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-n-h-qh88__faq-item.active .page-n-h-qh88__faq-toggle { transform: rotate(45deg); }.page-n-h-qh88__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-n-h-qh88__faq-item.active .page-n-h-qh88__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-n-h-qh88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; }.page-n-h-qh88__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-n-h-qh88__blog-card:hover { transform: translateY(-5px); }.page-n-h-qh88__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-n-h-qh88__blog-content { padding: 20px; }.page-n-h-qh88__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #333; }.page-n-h-qh88__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-n-h-qh88__blog-date { font-size: 0.8em; color: #999; text-align: right; }.page-n-h-qh88__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-n-h-qh88__floating-button { background-color: #ff9800; color: white; padding: 12px 20px; border-radius: 50px; text-decoration: none; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; }.page-n-h-qh88__floating-button--register { background-color: #4CAF50; }.page-n-h-qh88__floating-button--login { background-color: #2196f3; }.page-n-h-qh88__floating-button:hover { opacity: 0.9; }.page-n-h-qh88__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-n-h-qh88__quick-link-button { background-color: #f0f0f0; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; transition: background-color 0.3s ease, color 0.3s ease; border: 1px solid #ddd; }.page-n-h-qh88__quick-link-button:hover { background-color: #e0e0e0; color: #000; }.page-n-h-qh88__payment-methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; margin-top: 30px; text-align: center; }.page-n-h-qh88__payment-method-item img { max-width: 100px; height: auto; display: block; margin: 0 auto 10px; }.page-n-h-qh88__payment-method-item p { font-size: 0.9em; color: #555; }.page-n-h-qh88__contact-info { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }.page-n-h-qh88__contact-info p { margin: 0; display: flex; align-items: center; }.page-n-h-qh88__contact-info i { margin-right: 10px; color: #4CAF50; }.page-n-h-qh88__social-media-links { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }.page-n-h-qh88__social-media-link img { width: 40px; height: 40px; object-fit: contain; }.page-n-h-qh88__social-media-link:hover { opacity: 0.8; }@media (max-width: 768px) { .page-n-h-qh88__hero-title { font-size: 2em; }.page-n-h-qh88__hero-description { font-size: 1em; }.page-n-h-qh88__hero-cta { padding: 12px 25px; font-size: 1em; }.page-n-h-qh88__section { padding: 30px 10px; }.page-n-h-qh88__section-title { font-size: 1.8em; }.page-n-h-qh88__grid { grid-template-columns: 1fr; }.page-n-h-qh88__promo-card { flex-direction: column; text-align: center; }.page-n-h-qh88__promo-icon { margin-right: 0; margin-bottom: 15px; }.page-n-h-qh88__faq-question { padding: 12px 15px; }.page-n-h-qh88__faq-question h3 { font-size: 1em; }.page-n-h-qh88__faq-answer { padding: 0 10px; }.page-n-h-qh88__faq-item.active .page-n-h-qh88__faq-answer { padding: 15px 10px !important; }.page-n-h-qh88__blog-grid { grid-template-columns: 1fr; }.page-n-h-qh88__floating-buttons { bottom: 10px; right: 10px; }.page-n-h-qh88__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-n-h-qh88__quick-link-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px 15px; }.page-n-h-qh88__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-n-h-qh88__payment-logo, .page-n-h-qh88__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-n-h-qh88__payment-methods-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); }.page-n-h-qh88__payment-method-item img { max-width: 80px; }}