.page-nustar { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; padding-top: var(--header-offset, 122px); } .page-nustar__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar__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-nustar__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-nustar__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; font-weight: 700; line-height: 1.2; } .page-nustar__section-title--light { color: #ecf0f1; } .page-nustar__section-subtitle { text-align: center; color: #555; margin-bottom: 40px; font-size: 1.2em; } .page-nustar__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; margin-bottom: 20px; border-radius: 8px; } .page-nustar__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-nustar__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); z-index: 1; } .page-nustar__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; } .page-nustar__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; font-weight: 800; } .page-nustar__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-nustar__button-group { display: flex; justify-content: center; gap: 20px; } .page-nustar__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-nustar__button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-nustar__button--secondary { background-color: #3498db; } .page-nustar__button--secondary:hover { background-color: #2980b9; } .page-nustar__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 30px; margin-bottom: 30px; } .page-nustar__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-nustar__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-nustar__introduction-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; } .page-nustar__introduction-text { flex: 1; min-width: 300px; } .page-nustar__introduction-image { flex: 1; min-width: 300px; text-align: center; } .page-nustar__introduction-image img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); min-width: 200px; min-height: 200px; object-fit: cover; } .page-nustar__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-nustar__grid-item { background-color: #f4f4f4; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar__grid-item:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-nustar__grid-item-icon { margin-bottom: 15px; } .page-nustar__grid-item-icon img { max-width: 100px; height: auto; min-width: 200px; min-height: 200px; object-fit: cover; } .page-nustar__grid-item-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; } .page-nustar__grid-item-description { font-size: 0.95em; color: #666; } .page-nustar__cta-banner { background-color: #34495e; padding: 50px 20px; text-align: center; border-radius: 8px; margin-top: 20px; } .page-nustar__cta-banner-title { color: #fff; font-size: 2em; margin-bottom: 20px; } .page-nustar__game-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-nustar__game-card { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar__game-card:hover { transform: translateY(-5px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); } .page-nustar__game-card-image { width: 100%; height: 180px; object-fit: cover; } .page-nustar__game-card-content { padding: 20px; } .page-nustar__game-card-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; } .page-nustar__game-card-description { font-size: 0.9em; color: #777; margin-bottom: 15px; } .page-nustar__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-nustar__promotion-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-nustar__promotion-card:hover { transform: translateY(-5px); } .page-nustar__promotion-card-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar__promotion-card-content { padding: 20px; } .page-nustar__promotion-card-title { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; } .page-nustar__promotion-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-nustar__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-nustar__feature-item { text-align: center; padding: 20px; background-color: #f4f4f4; border-radius: 8px; } .page-nustar__feature-icon { margin-bottom: 15px; } .page-nustar__feature-icon img { max-width: 80px; height: auto; min-width: 200px; min-height: 200px; object-fit: cover; } .page-nustar__feature-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; } .page-nustar__faq-list { margin-top: 30px; } .page-nustar__faq-item { background-color: #fdfdfd; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-nustar__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #ecf0f1; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; user-select: none; } .page-nustar__faq-question:hover { background-color: #e0e6e9; } .page-nustar__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-nustar__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-nustar__faq-item.active .page-nustar__faq-toggle { transform: rotate(45deg); } .page-nustar__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; color: #555; } .page-nustar__faq-item.active .page-nustar__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-nustar__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-nustar__blog-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-nustar__blog-card:hover { transform: translateY(-5px); } .page-nustar__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-nustar__blog-card-content { padding: 20px; } .page-nustar__blog-card-title { font-size: 1.2em; color: #2c3e50; margin-bottom: 10px; } .page-nustar__blog-card-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-nustar__blog-card-title a:hover { color: #e74c3c; } .page-nustar__blog-card-excerpt { font-size: 0.9em; color: #777; margin-bottom: 15px; } .page-nustar__blog-card-date { font-size: 0.8em; color: #999; text-align: right; } @media (max-width: 1024px) { .page-nustar__hero-title { font-size: 3em; } .page-nustar__hero-description { font-size: 1.1em; } .page-nustar__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-nustar__container { padding: 15px; } .page-nustar__hero-section { height: 400px; } .page-nustar__hero-title { font-size: 2.5em; } .page-nustar__hero-description { font-size: 1em; } .page-nustar__button-group { flex-direction: column; gap: 15px; } .page-nustar__button { width: 100%; max-width: 280px; margin: 0 auto; padding: 12px 20px; font-size: 1em; } .page-nustar__section { padding: 30px 15px; } .page-nustar__section-title { font-size: 1.8em; } .page-nustar__section-subtitle { font-size: 1em; margin-bottom: 30px; } .page-nustar__introduction-content { flex-direction: column; gap: 30px; } .page-nustar__introduction-text, .page-nustar__introduction-image { min-width: unset; width: 100%; } .page-nustar__grid, .page-nustar__game-category-grid, .page-nustar__promotion-grid, .page-nustar__security-features, .page-nustar__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-nustar__cta-banner { padding: 40px 15px; } .page-nustar__cta-banner-title { font-size: 1.8em; } .page-nustar__faq-question { padding: 12px 15px; } .page-nustar__faq-question h3 { font-size: 1em; } .page-nustar__faq-answer { padding: 0 15px; } .page-nustar__faq-item.active .page-nustar__faq-answer { padding: 15px 15px !important; } .page-nustar__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-nustar__payment-logo, .page-nustar__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-nustar__grid-item-icon img, .page-nustar__introduction-image img, .page-nustar__feature-icon img { max-width: 100% !important; height: auto !important; min-width: 200px !important; min-height: 200px !important; box-sizing: border-box !important; } .page-nustar__game-card-image, .page-nustar__promotion-card-image, .page-nustar__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }