/* General styling for the page-nustar-event scope */.page-nustar-event {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #1a1a2e;line-height: 1.6;padding-top: var(--header-offset, 0);}.page-nustar-event__container {max-width: 1200px;margin: 0 auto;padding: 20px 15px;box-sizing: border-box;}.page-nustar-event__section-title {font-size: 2.5em;color: #e0b400;text-align: center;margin-bottom: 40px;position: relative;padding-bottom: 15px;}.page-nustar-event__section-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 80px;height: 4px;background-color: #e0b400;border-radius: 2px;}.page-nustar-event__text-content {font-size: 1.1em;margin-bottom: 30px;text-align: center;max-width: 800px;margin-left: auto;margin-right: auto;color: #ccc;}/* Hero Section */.page-nustar-event__hero-section {position: relative;display: flex;align-items: center;justify-content: center;height: 70vh;min-height: 500px;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;}.page-nustar-event__hero-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);z-index: 2;}.page-nustar-event__hero-content {position: relative;z-index: 3;max-width: 900px;padding: 20px;}.page-nustar-event__hero-title {font-size: 3.5em;margin-bottom: 20px;color: #fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);line-height: 1.2;}.page-nustar-event__hero-subtitle {font-size: 1.5em;margin-bottom: 40px;color: #e0b400;text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}.page-nustar-event__cta-button {display: inline-block;background-color: #e0b400;color: #1a1a2e;padding: 15px 40px;border-radius: 50px;text-decoration: none;font-size: 1.2em;font-weight: bold;transition: background-color 0.3s ease, transform 0.3s ease;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-nustar-event__cta-button:hover {background-color: #ffc107;transform: translateY(-3px);}/* Introduction Section */.page-nustar-event__introduction-section {padding: 60px 0;background-color: #222;}.page-nustar-event__introduction-section .page-nustar-event__text-content a {color: #e0b400;text-decoration: none;font-weight: bold;}.page-nustar-event__introduction-section .page-nustar-event__text-content a:hover {text-decoration: underline;}.page-nustar-event__brand-logos {display: flex;justify-content: center;gap: 30px;margin-top: 40px;flex-wrap: wrap;}.page-nustar-event__brand-logo {max-width: 150px;height: auto;opacity: 0.8;transition: opacity 0.3s ease;}.page-nustar-event__brand-logo:hover {opacity: 1;}/* Quick Access Section */.page-nustar-event__quick-access-section {padding: 60px 0;background-color: #1a1a2e;}.page-nustar-event__access-buttons {display: flex;justify-content: center;flex-wrap: wrap;gap: 20px;margin-top: 40px;}.page-nustar-event__access-button {background-color: #333;color: #e0b400;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;font-size: 1.05em;transition: background-color 0.3s ease, color 0.3s ease;border: 1px solid #e0b400;}.page-nustar-event__access-button:hover {background-color: #e0b400;color: #1a1a2e;}/* Games Section */.page-nustar-event__games-section {padding: 60px 0;background-color: #222;}.page-nustar-event__game-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-nustar-event__game-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);transition: transform 0.3s ease;display: flex;flex-direction: column;}.page-nustar-event__game-card:hover {transform: translateY(-5px);}.page-nustar-event__game-image {width: 100%;height: 200px;object-fit: cover;}.page-nustar-event__game-title {font-size: 1.5em;color: #e0b400;padding: 15px 20px 5px;margin: 0;}.page-nustar-event__game-description {padding: 0 20px 15px;color: #ccc;flex-grow: 1;}.page-nustar-event__game-button {display: block;background-color: #e0b400;color: #1a1a2e;padding: 10px 20px;margin: 0 20px 20px;border-radius: 5px;text-decoration: none;text-align: center;font-weight: bold;transition: background-color 0.3s ease;}.page-nustar-event__game-button:hover {background-color: #ffc107;}/* Promotions Section */.page-nustar-event__promotions-section {padding: 60px 0;background-color: #1a1a2e;}.page-nustar-event__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;}.page-nustar-event__promo-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);transition: transform 0.3s ease;display: flex;flex-direction: column;}.page-nustar-event__promo-card:hover {transform: translateY(-5px);}.page-nustar-event__promo-image {width: 100%;height: 200px;object-fit: cover;}.page-nustar-event__promo-title {font-size: 1.4em;color: #e0b400;padding: 15px 20px 5px;margin: 0;}.page-nustar-event__promo-description {padding: 0 20px 15px;color: #ccc;flex-grow: 1;}.page-nustar-event__promo-button {display: block;background-color: #e0b400;color: #1a1a2e;padding: 10px 20px;margin: 0 20px 20px;border-radius: 5px;text-decoration: none;text-align: center;font-weight: bold;transition: background-color 0.3s ease;}.page-nustar-event__promo-button:hover {background-color: #ffc107;}/* Security Section */.page-nustar-event__security-section {padding: 60px 0;background-color: #222;}.page-nustar-event__security-features {display: flex;justify-content: center;flex-wrap: wrap;gap: 30px;margin-top: 40px;text-align: center;}.page-nustar-event__feature-item {flex: 1 1 280px;max-width: 350px;background-color: #333;padding: 30px;border-radius: 10px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);}.page-nustar-event__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;}.page-nustar-event__feature-title {font-size: 1.5em;color: #e0b400;margin-bottom: 10px;}.page-nustar-event__feature-description {color: #ccc;}/* FAQ Section */.page-nustar-event__faq-section {padding: 60px 0;background-color: #1a1a2e;}.page-nustar-event__faq-list {max-width: 900px;margin: 40px auto 0;}.page-nustar-event__faq-item {background-color: #333;margin-bottom: 15px;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);}.page-nustar-event__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #444;cursor: pointer;user-select: none;transition: background-color 0.3s ease;}.page-nustar-event__faq-question:hover {background-color: #555;}.page-nustar-event__faq-question h3 {margin: 0;font-size: 1.2em;color: #fff;pointer-events: none;}.page-nustar-event__faq-toggle {font-size: 1.5em;color: #e0b400;font-weight: bold;transition: transform 0.3s ease;pointer-events: none;}.page-nustar-event__faq-item.active .page-nustar-event__faq-toggle {transform: rotate(45deg);}.page-nustar-event__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: #ccc;}.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-answer p {margin: 0;}/* Blog Section */.page-nustar-event__blog-section {padding: 60px 0;background-color: #222;}.page-nustar-event__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;}.page-nustar-event__blog-card {background-color: #333;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);transition: transform 0.3s ease;display: flex;flex-direction: column;}.page-nustar-event__blog-card:hover {transform: translateY(-5px);}.page-nustar-event__blog-image {width: 100%;height: 220px;object-fit: cover;}.page-nustar-event__blog-title {font-size: 1.4em;color: #e0b400;padding: 15px 20px 5px;margin: 0;}.page-nustar-event__blog-date {font-size: 0.9em;color: #aaa;padding: 0 20px 5px;margin: 0;}.page-nustar-event__blog-summary {padding: 0 20px 15px;color: #ccc;flex-grow: 1;}.page-nustar-event__blog-link {display: block;background-color: #e0b400;color: #1a1a2e;padding: 10px 20px;margin: 0 20px 20px;border-radius: 5px;text-decoration: none;text-align: center;font-weight: bold;transition: background-color 0.3s ease;}.page-nustar-event__blog-link:hover {background-color: #ffc107;}/* Responsive Adjustments */@media (max-width: 1024px) {.page-nustar-event__hero-title {font-size: 3em;}.page-nustar-event__hero-subtitle {font-size: 1.3em;}.page-nustar-event__section-title {font-size: 2em;}}@media (max-width: 768px) {.page-nustar-event__hero-section {height: 60vh;min-height: 400px;}.page-nustar-event__hero-title {font-size: 2.2em;}.page-nustar-event__hero-subtitle {font-size: 1.1em;}.page-nustar-event__cta-button {padding: 12px 30px;font-size: 1.1em;}.page-nustar-event__section-title {font-size: 1.8em;margin-bottom: 30px;}.page-nustar-event__text-content {font-size: 1em;}.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-grid,.page-nustar-event__promo-grid,.page-nustar-event__security-features,.page-nustar-event__blog-grid {grid-template-columns: 1fr;}.page-nustar-event__game-card,.page-nustar-event__promo-card,.page-nustar-event__blog-card,.page-nustar-event__feature-item {max-width: 100%;}.page-nustar-event__game-image,.page-nustar-event__promo-image,.page-nustar-event__blog-image {max-width: 100%;height: auto;}/* List items responsiveness for FAQ */.page-nustar-event__faq-item {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;}.page-nustar-event__faq-list {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-event__faq-question h3 {font-size: 1.1em;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}.page-nustar-event__faq-answer {padding: 0 15px !important;}.page-nustar-event__faq-item.active .page-nustar-event__faq-answer {padding: 15px !important;}.page-nustar-event__brand-logos {flex-direction: column;align-items: center;}.page-nustar-event__brand-logo {max-width: 120px;}}@media (max-width: 480px) {.page-nustar-event__hero-title {font-size: 1.8em;}.page-nustar-event__hero-subtitle {font-size: 1em;}.page-nustar-event__cta-button {padding: 10px 25px;font-size: 1em;}.page-nustar-event__section-title {font-size: 1.5em;}.page-nustar-event__game-title,.page-nustar-event__promo-title,.page-nustar-event__feature-title,.page-nustar-event__blog-title {font-size: 1.2em;}}