.page-nustar-online-download-app { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-nustar-online-download-app__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-nustar-online-download-app__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .page-nustar-online-download-app__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-nustar-online-download-app__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 2px solid #e74c3c; display: inline-block; width: auto; margin-left: auto; margin-right: auto; } .page-nustar-online-download-app__section-title--light { color: #ecf0f1; border-bottom-color: #f39c12; } .page-nustar-online-download-app__hero-section { background: linear-gradient(135deg, #e74c3c, #c0392b); color: #fff; text-align: center; padding: 100px 0 60px; border-radius: 0; box-shadow: none; padding-top: 10px; position: relative; overflow: hidden; } .page-nustar-online-download-app__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-nustar-online-download-app__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-nustar-online-download-app__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .page-nustar-online-download-app__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-nustar-online-download-app__cta-button { display: inline-block; background-color: #f39c12; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-nustar-online-download-app__cta-button:hover { background-color: #e67e22; transform: translateY(-3px); } .page-nustar-online-download-app__image-wrapper { text-align: center; margin: 20px 0; } .page-nustar-online-download-app__image-wrapper img { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.15); transition: transform 0.3s ease; } .page-nustar-online-download-app__image-wrapper img:hover { transform: scale(1.02); } .page-nustar-online-download-app__intro-text { text-align: center; font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; } .page-nustar-online-download-app__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px 0; } .page-nustar-online-download-app__feature-item { text-align: center; padding: 25px; border-radius: 8px; background-color: #f9f9f9; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-online-download-app__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0,0,0,0.15); } .page-nustar-online-download-app__feature-item img { width: 100%; max-width: 250px; height: auto; margin-bottom: 15px; } .page-nustar-online-download-app__feature-item h3 { color: #e74c3c; margin-bottom: 10px; font-size: 1.5em; } .page-nustar-online-download-app__feature-item p { color: #555; } .page-nustar-online-download-app__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; padding: 20px 0; } .page-nustar-online-download-app__quick-link-button { display: block; text-align: center; padding: 15px 20px; background-color: #3498db; color: #fff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-nustar-online-download-app__quick-link-button:hover { background-color: #2980b9; transform: translateY(-2px); } .page-nustar-online-download-app__games-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; } .page-nustar-online-download-app__game-tab { padding: 12px 25px; cursor: pointer; border: 1px solid #ccc; border-radius: 25px; margin: 5px; transition: background-color 0.3s ease, color 0.3s ease; font-weight: bold; color: #555; } .page-nustar-online-download-app__game-tab.active { background-color: #e74c3c; color: #fff; border-color: #e74c3c; } .page-nustar-online-download-app__game-content { display: none; } .page-nustar-online-download-app__game-content.active { display: block; } .page-nustar-online-download-app__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; } .page-nustar-online-download-app__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); text-align: center; transition: transform 0.3s ease; } .page-nustar-online-download-app__game-card:hover { transform: translateY(-5px); } .page-nustar-online-download-app__game-card img { width: 100%; height: 200px; object-fit: cover; } .page-nustar-online-download-app__game-card-info { padding: 20px; } .page-nustar-online-download-app__game-card-info h3 { margin-top: 0; color: #2c3e50; font-size: 1.3em; } .page-nustar-online-download-app__game-card-info p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-nustar-online-download-app__game-card-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-nustar-online-download-app__game-card-button:hover { background-color: #c0392b; } .page-nustar-online-download-app__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px 0; } .page-nustar-online-download-app__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .page-nustar-online-download-app__promo-card:hover { transform: translateY(-5px); } .page-nustar-online-download-app__promo-card img { width: 100%; height: 220px; object-fit: cover; } .page-nustar-online-download-app__promo-card-info { padding: 20px; } .page-nustar-online-download-app__promo-card-info h3 { margin-top: 0; color: #e74c3c; font-size: 1.4em; } .page-nustar-online-download-app__promo-card-info p { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-nustar-online-download-app__security-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px 0; text-align: center; } .page-nustar-online-download-app__security-item { padding: 25px; border-radius: 8px; background-color: #f9f9f9; box-shadow: 0 2px 8px rgba(0,0,0,0.08); } .page-nustar-online-download-app__security-item img { width: 100%; max-width: 150px; height: auto; margin-bottom: 15px; } .page-nustar-online-download-app__security-item h3 { color: #3498db; margin-bottom: 10px; font-size: 1.4em; } .page-nustar-online-download-app__security-item p { color: #555; } .page-nustar-online-download-app__faq-list { padding: 20px 0; } .page-nustar-online-download-app__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); overflow: hidden; } .page-nustar-online-download-app__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-online-download-app__faq-question:hover { background-color: #e0e0e0; } .page-nustar-online-download-app__faq-question h3 { margin: 0; color: #2c3e50; font-size: 1.1em; pointer-events: none; } .page-nustar-online-download-app__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-online-download-app__faq-item.active .page-nustar-online-download-app__faq-toggle { transform: rotate(45deg); } .page-nustar-online-download-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-nustar-online-download-app__faq-item.active .page-nustar-online-download-app__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-nustar-online-download-app__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px 0; } .page-nustar-online-download-app__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s ease; } .page-nustar-online-download-app__blog-card:hover { transform: translateY(-5px); } .page-nustar-online-download-app__blog-card img { width: 100%; height: 200px; object-fit: cover; } .page-nustar-online-download-app__blog-card-info { padding: 20px; } .page-nustar-online-download-app__blog-card-info h3 { margin-top: 0; font-size: 1.3em; margin-bottom: 10px; } .page-nustar-online-download-app__blog-card-info h3 a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; } .page-nustar-online-download-app__blog-card-info h3 a:hover { color: #e74c3c; } .page-nustar-online-download-app__blog-card-info p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-nustar-online-download-app__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 10px; display: block; } @media (max-width: 768px) { .page-nustar-online-download-app__hero-section { padding: 80px 0 40px; } .page-nustar-online-download-app__hero-title { font-size: 2.5em; } .page-nustar-online-download-app__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-nustar-online-download-app__cta-button { padding: 12px 25px; font-size: 1em; } .page-nustar-online-download-app__section-title { font-size: 2em; margin-bottom: 20px; } .page-nustar-online-download-app__features-grid, .page-nustar-online-download-app__quick-links-grid, .page-nustar-online-download-app__game-grid, .page-nustar-online-download-app__promo-grid, .page-nustar-online-download-app__security-items, .page-nustar-online-download-app__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-nustar-online-download-app__game-tab { padding: 10px 20px; margin: 3px; font-size: 0.9em; } .page-nustar-online-download-app__game-card img, .page-nustar-online-download-app__promo-card img, .page-nustar-online-download-app__blog-card img { height: 180px; } .page-nustar-online-download-app__faq-question { padding: 12px 15px; } .page-nustar-online-download-app__faq-question h3 { font-size: 1em; } .page-nustar-online-download-app__faq-answer { padding: 0 10px; } .page-nustar-online-download-app__faq-item.active .page-nustar-online-download-app__faq-answer { padding: 15px 10px !important; } .page-nustar-online-download-app__feature-item, .page-nustar-online-download-app__quick-link-button, .page-nustar-online-download-app__game-card, .page-nustar-online-download-app__promo-card, .page-nustar-online-download-app__security-item, .page-nustar-online-download-app__blog-card, .page-nustar-online-download-app__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-online-download-app__features-grid > *, .page-nustar-online-download-app__quick-links-grid > *, .page-nustar-online-download-app__game-grid > *, .page-nustar-online-download-app__promo-grid > *, .page-nustar-online-download-app__security-items > *, .page-nustar-online-download-app__blog-grid > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-online-download-app__feature-item p, .page-nustar-online-download-app__game-card-info p, .page-nustar-online-download-app__promo-card-info p, .page-nustar-online-download-app__security-item p, .page-nustar-online-download-app__blog-card-info p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-online-download-app__games-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; } .page-nustar-online-download-app__games-tabs::-webkit-scrollbar { display: none; } }