.page-nustar-online-2026 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-nustar-online-2026__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustar-online-2026__section { padding: 40px 0; text-align: center; }.page-nustar-online-2026__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-nustar-online-2026__section-title { font-size: 2.5em; margin-bottom: 20px; color: #2c3e50; }.page-nustar-online-2026__section-title--light { color: #ecf0f1; }.page-nustar-online-2026__text { font-size: 1.1em; margin-bottom: 20px; }.page-nustar-online-2026__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-nustar-online-2026__btn:hover { background-color: #c0392b; }.page-nustar-online-2026__hero-section { position: relative; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; }.page-nustar-online-2026__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }.page-nustar-online-2026__hero-content { z-index: 1; max-width: 800px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-nustar-online-2026__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-nustar-online-2026__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }.page-nustar-online-2026__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 0; }.page-nustar-online-2026__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-nustar-online-2026__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-nustar-online-2026__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-nustar-online-2026__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-nustar-online-2026__game-card:hover { transform: translateY(-5px); }.page-nustar-online-2026__game-image { width: 100%; height: 200px; object-fit: cover; }.page-nustar-online-2026__game-content { padding: 20px; }.page-nustar-online-2026__game-title { font-size: 1.5em; margin-bottom: 10px; color: #333; }.page-nustar-online-2026__game-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-nustar-online-2026__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-nustar-online-2026__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-nustar-online-2026__promo-card:hover { transform: translateY(-5px); }.page-nustar-online-2026__promo-image { width: 100%; height: 220px; object-fit: cover; }.page-nustar-online-2026__promo-content { padding: 20px; }.page-nustar-online-2026__promo-title { font-size: 1.4em; margin-bottom: 10px; color: #333; }.page-nustar-online-2026__promo-description { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-nustar-online-2026__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-nustar-online-2026__feature-item { background-color: #fff; padding: 25px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); width: calc(33% - 20px); box-sizing: border-box; text-align: center; }.page-nustar-online-2026__feature-icon { width: 60px; height: 60px; margin-bottom: 15px; object-fit: contain; }.page-nustar-online-2026__feature-title { font-size: 1.3em; margin-bottom: 10px; color: #333; }.page-nustar-online-2026__faq-list { max-width: 800px; margin: 30px auto 0; }.page-nustar-online-2026__faq-item { background-color: #fff; margin-bottom: 10px; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-nustar-online-2026__faq-question { padding: 15px 20px; background-color: #eee; cursor: pointer; display: flex; justify-content: space-between; align-items: center; user-select: none; transition: background-color 0.3s ease; }.page-nustar-online-2026__faq-question:hover { background-color: #e0e0e0; }.page-nustar-online-2026__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-nustar-online-2026__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; pointer-events: none; transition: transform 0.3s ease; }.page-nustar-online-2026__faq-item.active .page-nustar-online-2026__faq-toggle { transform: rotate(45deg); }.page-nustar-online-2026__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-nustar-online-2026__faq-item.active .page-nustar-online-2026__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-nustar-online-2026__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-nustar-online-2026__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease; }.page-nustar-online-2026__blog-card:hover { transform: translateY(-5px); }.page-nustar-online-2026__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-nustar-online-2026__blog-content { padding: 20px; }.page-nustar-online-2026__blog-title { font-size: 1.4em; margin-bottom: 10px; color: #333; }.page-nustar-online-2026__blog-meta { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-nustar-online-2026__blog-summary { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-nustar-online-2026__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-nustar-online-2026__quick-access-links .page-nustar-online-2026__btn { min-width: 180px; text-align: center; }.page-nustar-online-2026__floating-buttons { position: fixed; right: 20px; bottom: 80px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-nustar-online-2026__floating-btn { background-color: #e74c3c; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9em; text-align: center; text-decoration: none; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; }.page-nustar-online-2026__floating-btn:hover { background-color: #c0392b; }@media (max-width: 768px) { .page-nustar-online-2026__container { padding: 10px; }.page-nustar-online-2026__section-title { font-size: 2em; }.page-nustar-online-2026__hero-section { height: 400px; }.page-nustar-online-2026__hero-title { font-size: 2.2em; }.page-nustar-online-2026__hero-subtitle { font-size: 1.1em; }.page-nustar-online-2026__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-nustar-online-2026__payment-logo, .page-nustar-online-2026__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-nustar-online-2026__game-grid, .page-nustar-online-2026__promo-grid, .page-nustar-online-2026__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-nustar-online-2026__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-nustar-online-2026__feature-list { flex-direction: column; gap: 15px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-nustar-online-2026__faq-question h3 { font-size: 1em; }.page-nustar-online-2026__faq-answer { padding: 15px 15px !important; }.page-nustar-online-2026__quick-access-links { flex-direction: column; align-items: center; }.page-nustar-online-2026__quick-access-links .page-nustar-online-2026__btn { width: 100%; max-width: 250px; } .page-nustar-online-2026__floating-buttons { right: 10px; bottom: 60px; } .page-nustar-online-2026__floating-btn { width: 50px; height: 50px; font-size: 0.8em; } }