.page-nustar-ph-game-register { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a1a; line-height: 1.6; } .page-nustar-ph-game-register__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-ph-game-register__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:nustar,philippines,game,register,casino]') center/cover no-repeat; text-align: center; padding: 100px 20px; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; padding-top: 10px; } .page-nustar-ph-game-register__hero-title { font-size: 3.5em; color: #ffcc00; margin-bottom: 20px; text-shadow: 0 0 10px rgba(255, 204, 0, 0.8); } .page-nustar-ph-game-register__hero-subtitle { font-size: 1.5em; color: #fff; margin-bottom: 40px; max-width: 800px; } .page-nustar-ph-game-register__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-nustar-ph-game-register__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-nustar-ph-game-register__section { padding: 60px 20px; background-color: #222; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-nustar-ph-game-register__section--dark { background-color: #1a1a1a; } .page-nustar-ph-game-register__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; text-shadow: 0 0 5px rgba(255, 204, 0, 0.5); } .page-nustar-ph-game-register__text-content { font-size: 1.1em; max-width: 900px; margin: 0 auto 30px; text-align: center; } .page-nustar-ph-game-register__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-ph-game-register__feature-item { background-color: #333; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; box-sizing: border-box; } .page-nustar-ph-game-register__feature-item:hover { transform: translateY(-5px); } .page-nustar-ph-game-register__feature-icon { font-size: 3em; color: #ffcc00; margin-bottom: 15px; } .page-nustar-ph-game-register__feature-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-nustar-ph-game-register__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-nustar-ph-game-register__game-card { background-color: #333; border-radius: 8px; overflow: hidden; text-align: center; width: 100%; max-width: 300px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-nustar-ph-game-register__game-card:hover { transform: translateY(-5px); } .page-nustar-ph-game-register__game-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; } .page-nustar-ph-game-register__game-card-content { padding: 20px; } .page-nustar-ph-game-register__game-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-nustar-ph-game-register__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-ph-game-register__promo-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-nustar-ph-game-register__promo-card:hover { transform: translateY(-5px); } .page-nustar-ph-game-register__promo-card-image { width: 100%; height: 250px; object-fit: cover; max-width: 100%; height: auto; } .page-nustar-ph-game-register__promo-card-content { padding: 25px; } .page-nustar-ph-game-register__promo-card-title { font-size: 1.6em; color: #ffcc00; margin-bottom: 15px; } .page-nustar-ph-game-register__promo-card-description { font-size: 1em; margin-bottom: 20px; } .page-nustar-ph-game-register__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-nustar-ph-game-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #444; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-nustar-ph-game-register__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; } .page-nustar-ph-game-register__faq-question:hover { background-color: #555; } .page-nustar-ph-game-register__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-ph-game-register__faq-item.active .page-nustar-ph-game-register__faq-toggle { transform: rotate(45deg); } .page-nustar-ph-game-register__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #3a3a3a; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-nustar-ph-game-register__faq-item.active .page-nustar-ph-game-register__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-nustar-ph-game-register__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-ph-game-register__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-nustar-ph-game-register__blog-card:hover { transform: translateY(-5px); } .page-nustar-ph-game-register__blog-card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; } .page-nustar-ph-game-register__blog-card-content { padding: 20px; } .page-nustar-ph-game-register__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-nustar-ph-game-register__blog-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-nustar-ph-game-register__blog-card-date { font-size: 0.85em; color: #aaa; } @media (max-width: 768px) { .page-nustar-ph-game-register__hero-title { font-size: 2.5em; } .page-nustar-ph-game-register__hero-subtitle { font-size: 1.2em; } .page-nustar-ph-game-register__section-title { font-size: 2em; } .page-nustar-ph-game-register__text-content { font-size: 1em; } .page-nustar-ph-game-register__features-grid, .page-nustar-ph-game-register__promo-grid, .page-nustar-ph-game-register__blog-grid { grid-template-columns: 1fr; } .page-nustar-ph-game-register__feature-item, .page-nustar-ph-game-register__game-card, .page-nustar-ph-game-register__promo-card, .page-nustar-ph-game-register__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-ph-game-register__game-categories { flex-direction: column; align-items: center; } .page-nustar-ph-game-register__game-card-image, .page-nustar-ph-game-register__promo-card-image, .page-nustar-ph-game-register__blog-card-image { max-width: 100% !important; height: auto !important; } .page-nustar-ph-game-register__faq-question { padding: 15px; font-size: 1.1em; } .page-nustar-ph-game-register__faq-answer { padding: 15px !important; } } @media (max-width: 480px) { .page-nustar-ph-game-register__hero-section { padding: 80px 15px; } .page-nustar-ph-game-register__hero-title { font-size: 2em; } .page-nustar-ph-game-register__hero-subtitle { font-size: 1em; } .page-nustar-ph-game-register__button { padding: 12px 25px; font-size: 1em; } .page-nustar-ph-game-register__section { padding: 40px 15px; } .page-nustar-ph-game-register__section-title { font-size: 1.8em; } .page-nustar-ph-game-register__text-content { font-size: 0.95em; } }