.page-nustar-event { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-nustar-event__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; } .page-nustar-event__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-nustar-event__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; margin: 20px; box-sizing: border-box; } .page-nustar-event__hero-title { font-size: 3em; margin-bottom: 15px; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-nustar-event__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-nustar-event__hero-cta { display: inline-block; background-color: #e63946; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; } .page-nustar-event__hero-cta:hover { background-color: #c92a37; } .page-nustar-event__section-title { font-size: 2.5em; text-align: center; margin: 60px 20px 40px; color: #e63946; position: relative; padding-bottom: 10px; } .page-nustar-event__section-title::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0; width: 80px; height: 4px; background-color: #e63946; border-radius: 2px; } .page-nustar-event__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: 40px 20px; background-color: #242440; } .page-nustar-event__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; } .page-nustar-event__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-nustar-event__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-nustar-event__introduction-section { padding: 60px 20px; background-color: #1a1a2e; text-align: center; } .page-nustar-event__intro-text { max-width: 900px; margin: 0 auto 50px; font-size: 1.1em; color: #c0c0c0; } .page-nustar-event__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-nustar-event__feature-item { background-color: #242440; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-nustar-event__feature-item:hover { transform: translateY(-5px); } .page-nustar-event__feature-title { font-size: 1.8em; margin-bottom: 15px; color: #e63946; } .page-nustar-event__feature-description { font-size: 1em; color: #a0a0a0; } .page-nustar-event__quick-access-section { padding: 60px 20px; background-color: #242440; text-align: center; } .page-nustar-event__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .page-nustar-event__access-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 15px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.05em; transition: background-color 0.3s ease, transform 0.2s ease; border: 1px solid #e63946; } .page-nustar-event__access-button:hover { background-color: #c92a37; transform: translateY(-2px); } .page-nustar-event__games-section { padding: 60px 20px; background-color: #1a1a2e; } .page-nustar-event__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-nustar-event__game-card { background-color: #242440; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-nustar-event__game-card:hover { transform: translateY(-5px); } .page-nustar-event__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-event__game-title { font-size: 1.8em; margin: 20px 15px 10px; color: #e63946; } .page-nustar-event__game-description { font-size: 1em; color: #a0a0a0; padding: 0 15px 20px; } .page-nustar-event__game-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-nustar-event__game-button:hover { background-color: #c92a37; } .page-nustar-event__promotions-section { padding: 60px 20px; background-color: #242440; } .page-nustar-event__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-nustar-event__promo-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-nustar-event__promo-card:hover { transform: translateY(-5px); } .page-nustar-event__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-nustar-event__promo-title { font-size: 1.8em; margin: 20px 15px 10px; color: #e63946; } .page-nustar-event__promo-description { font-size: 1em; color: #a0a0a0; padding: 0 15px 20px; } .page-nustar-event__promo-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-nustar-event__promo-button:hover { background-color: #c92a37; } .page-nustar-event__security-support-section { padding: 60px 20px; background-color: #1a1a2e; } .page-nustar-event__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-nustar-event__security-item { background-color: #242440; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; } .page-nustar-event__security-title { font-size: 1.8em; margin-bottom: 15px; color: #e63946; } .page-nustar-event__security-description { font-size: 1em; color: #a0a0a0; margin-bottom: 20px; } .page-nustar-event__contact-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-nustar-event__contact-button:hover { background-color: #c92a37; } .page-nustar-event__faq-section { padding: 60px 20px; background-color: #242440; } .page-nustar-event__faq-container { max-width: 900px; margin: 0 auto; } .page-nustar-event__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-nustar-event__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #2a2a4a; user-select: none; transition: background-color 0.3s ease; } .page-nustar-event__faq-question:hover { background-color: #35355a; } .page-nustar-event__faq-q-text { font-size: 1.2em; color: #ffffff; margin: 0; pointer-events: none; } .page-nustar-event__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e63946; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-event__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-event__faq-answer p { margin: 0; padding-bottom: 20px; color: #c0c0c0; } .page-nustar-event__faq-item.active .page-nustar-event__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-event__faq-item.active .page-nustar-event__faq-toggle { transform: rotate(45deg); } .page-nustar-event__blog-section { padding: 60px 20px; background-color: #1a1a2e; } .page-nustar-event__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-nustar-event__blog-card { background-color: #242440; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-nustar-event__blog-card:hover { transform: translateY(-5px); } .page-nustar-event__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-event__blog-title { font-size: 1.4em; margin: 20px 15px 10px; } .page-nustar-event__blog-title a { color: #e63946; text-decoration: none; transition: color 0.3s ease; display: block; } .page-nustar-event__blog-title a:hover { color: #ff6b6b; } .page-nustar-event__blog-excerpt { font-size: 0.95em; color: #a0a0a0; padding: 0 15px 20px; } @media (max-width: 768px) { .page-nustar-event__hero-section { min-height: 400px; } .page-nustar-event__hero-title { font-size: 2.2em; } .page-nustar-event__hero-description { font-size: 1em; } .page-nustar-event__hero-content { margin: 10px; padding: 15px; } .page-nustar-event__section-title { font-size: 2em; margin: 40px 15px 30px; } .page-nustar-event__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-nustar-event__payment-logo, .page-nustar-event__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-nustar-event__introduction-section, .page-nustar-event__quick-access-section, .page-nustar-event__games-section, .page-nustar-event__promotions-section, .page-nustar-event__security-support-section, .page-nustar-event__faq-section, .page-nustar-event__blog-section { padding: 40px 15px; } .page-nustar-event__intro-text { font-size: 0.95em; } .page-nustar-event__features-grid, .page-nustar-event__game-categories, .page-nustar-event__promo-grid, .page-nustar-event__security-support-grid, .page-nustar-event__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-nustar-event__feature-item, .page-nustar-event__game-card, .page-nustar-event__promo-card, .page-nustar-event__security-item, .page-nustar-event__blog-card { padding: 20px; } .page-nustar-event__feature-title, .page-nustar-event__game-title, .page-nustar-event__promo-title, .page-nustar-event__security-title { font-size: 1.5em; } .page-nustar-event__access-links { flex-direction: column; } .page-nustar-event__access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-event__game-image, .page-nustar-event__promo-image, .page-nustar-event__blog-image { max-width: 100% !important; height: auto !important; } .page-nustar-event__faq-question { padding: 15px 20px; } .page-nustar-event__faq-q-text { font-size: 1.1em; } .page-nustar-event__faq-answer { padding: 0 20px; } .page-nustar-event__faq-answer p { padding-bottom: 15px; } .page-nustar-event__faq-item.active .page-nustar-event__faq-answer { padding: 15px 20px !important; } .page-nustar-event__blog-title { font-size: 1.2em; } }