.page-nustar-online-direct { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-nustar-online-direct__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 20px; padding-top: 40px; } .page-nustar-online-direct__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #c0c0c0; } .page-nustar-online-direct__section-title .highlight, .page-nustar-online-direct__hero-title .highlight { color: #f7b731; } .page-nustar-online-direct__hero-section { position: relative; width: 100%; min-height: 70vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; } .page-nustar-online-direct__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.5); } .page-nustar-online-direct__hero-content { position: relative; z-index: 2; color: #fff; max-width: 900px; padding: 20px; } .page-nustar-online-direct__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; } .page-nustar-online-direct__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; } .page-nustar-online-direct__hero-cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-nustar-online-direct__cta-button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; font-size: 1.1em; } .page-nustar-online-direct__cta-button--primary { background-color: #f7b731; color: #1a1a2e; border: 2px solid #f7b731; } .page-nustar-online-direct__cta-button--primary:hover { background-color: #e94560; color: #fff; border-color: #e94560; } .page-nustar-online-direct__cta-button--secondary { background-color: transparent; color: #f7b731; border: 2px solid #f7b731; } .page-nustar-online-direct__cta-button--secondary:hover { background-color: #f7b731; color: #1a1a2e; } .page-nustar-online-direct__intro-section, .page-nustar-online-direct__quick-access-section, .page-nustar-online-direct__games-section, .page-nustar-online-direct__promotions-section, .page-nustar-online-direct__security-section, .page-nustar-online-direct__faq-section, .page-nustar-online-direct__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-nustar-online-direct__intro-features, .page-nustar-online-direct__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-online-direct__feature-item, .page-nustar-online-direct__security-item { background-color: #2e2e4a; padding: 30px; border-radius: 10px; text-align: center; transition: transform 0.3s ease; } .page-nustar-online-direct__feature-item:hover, .page-nustar-online-direct__security-item:hover { transform: translateY(-10px); } .page-nustar-online-direct__feature-icon, .page-nustar-online-direct__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-nustar-online-direct__feature-title, .page-nustar-online-direct__security-title { font-size: 1.5em; color: #f7b731; margin-bottom: 10px; } .page-nustar-online-direct__feature-text, .page-nustar-online-direct__security-text { font-size: 1em; color: #c0c0c0; } .page-nustar-online-direct__access-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; margin-top: 40px; } .page-nustar-online-direct__access-button { background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; font-size: 1em; } .page-nustar-online-direct__access-button:hover { background-color: #f7b731; } .page-nustar-online-direct__game-categories, .page-nustar-online-direct__promo-grid, .page-nustar-online-direct__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-online-direct__game-card, .page-nustar-online-direct__promo-card, .page-nustar-online-direct__blog-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-nustar-online-direct__game-card:hover, .page-nustar-online-direct__promo-card:hover, .page-nustar-online-direct__blog-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .page-nustar-online-direct__game-image, .page-nustar-online-direct__promo-image, .page-nustar-online-direct__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-online-direct__game-card h3, .page-nustar-online-direct__promo-card h3, .page-nustar-online-direct__blog-card-title { font-size: 1.4em; color: #f7b731; margin: 15px 15px 10px 15px; } .page-nustar-online-direct__game-card p, .page-nustar-online-direct__promo-card p, .page-nustar-online-direct__blog-excerpt { font-size: 0.95em; color: #c0c0c0; padding: 0 15px; margin-bottom: 15px; flex-grow: 1; } .page-nustar-online-direct__game-button, .page-nustar-online-direct__promo-button { display: block; text-align: center; background-color: #e94560; color: #fff; padding: 10px 0; margin: 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-nustar-online-direct__game-button:hover, .page-nustar-online-direct__promo-button:hover { background-color: #f7b731; } .page-nustar-online-direct__blog-content-wrapper { padding-bottom: 15px; display: flex; flex-direction: column; flex-grow: 1; } .page-nustar-online-direct__blog-card-title a { color: #f7b731; text-decoration: none; transition: color 0.3s ease; } .page-nustar-online-direct__blog-card-title a:hover { color: #e94560; } .page-nustar-online-direct__read-more { display: inline-block; background-color: #e94560; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; margin: 0 15px 15px 15px; transition: background-color 0.3s ease; align-self: flex-start; } .page-nustar-online-direct__read-more:hover { background-color: #f7b731; } .page-nustar-online-direct__contact-button { display: block; width: fit-content; margin: 40px auto 0 auto; background-color: #f7b731; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; font-size: 1.1em; } .page-nustar-online-direct__contact-button:hover { background-color: #e94560; color: #fff; } .page-nustar-online-direct__faq-container { margin-top: 40px; } .page-nustar-online-direct__faq-item { background-color: #2e2e4a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; } .page-nustar-online-direct__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3f3f6e; border-bottom: 1px solid #4a4a7e; transition: background-color 0.3s ease; } .page-nustar-online-direct__faq-question:hover { background-color: #4a4a7e; } .page-nustar-online-direct__faq-title { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-nustar-online-direct__faq-toggle { font-size: 1.5em; font-weight: bold; color: #f7b731; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-online-direct__faq-item.active .page-nustar-online-direct__faq-toggle { transform: rotate(45deg); color: #e94560; } .page-nustar-online-direct__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; } .page-nustar-online-direct__faq-item.active .page-nustar-online-direct__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-nustar-online-direct img { max-width: 100%; height: auto; box-sizing: border-box; } @media (max-width: 1024px) { .page-nustar-online-direct__hero-title { font-size: 3em; } .page-nustar-online-direct__hero-subtitle { font-size: 1.2em; } .page-nustar-online-direct__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-nustar-online-direct__hero-section { min-height: 60vh; } .page-nustar-online-direct__hero-title { font-size: 2.5em; } .page-nustar-online-direct__hero-subtitle { font-size: 1em; } .page-nustar-online-direct__hero-cta-buttons { flex-direction: column; gap: 10px; } .page-nustar-online-direct__cta-button { width: 80%; max-width: 300px; margin: 0 auto; } .page-nustar-online-direct__section-title { font-size: 1.8em; } .page-nustar-online-direct__section-description { font-size: 0.95em; } .page-nustar-online-direct__intro-features, .page-nustar-online-direct__security-features, .page-nustar-online-direct__game-categories, .page-nustar-online-direct__promo-grid, .page-nustar-online-direct__blog-grid { grid-template-columns: 1fr; } .page-nustar-online-direct__feature-item, .page-nustar-online-direct__security-item, .page-nustar-online-direct__game-card, .page-nustar-online-direct__promo-card, .page-nustar-online-direct__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-online-direct__access-links { flex-direction: column; align-items: center; } .page-nustar-online-direct__access-button { width: 90%; } .page-nustar-online-direct__game-card h3, .page-nustar-online-direct__promo-card h3, .page-nustar-online-direct__blog-card-title { font-size: 1.2em; } .page-nustar-online-direct__game-card p, .page-nustar-online-direct__promo-card p, .page-nustar-online-direct__blog-excerpt { font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-online-direct__faq-question { padding: 12px 15px; } .page-nustar-online-direct__faq-title { font-size: 1.1em; } .page-nustar-online-direct__faq-answer { padding: 0 15px; } .page-nustar-online-direct__faq-item.active .page-nustar-online-direct__faq-answer { padding: 15px !important; } .page-nustar-online-direct__blog-card-title { margin: 10px 15px 5px 15px; } .page-nustar-online-direct__read-more { margin: 10px 15px 15px 15px; } } @media (max-width: 480px) { .page-nustar-online-direct__hero-title { font-size: 2em; } .page-nustar-online-direct__hero-subtitle { font-size: 0.9em; } .page-nustar-online-direct__cta-button { padding: 12px 20px; font-size: 1em; } .page-nustar-online-direct__section-title { font-size: 1.5em; } .page-nustar-online-direct__section-description { font-size: 0.85em; } .page-nustar-online-direct__faq-title { font-size: 1em; } .page-nustar-online-direct__faq-answer { font-size: 0.9em; } }