.page-nustar-slot-register { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-nustar-slot-register__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-slot-register__section { padding: 60px 20px; text-align: center; background-color: #2e2e4a; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-nustar-slot-register__section--dark { background-color: #1a1a2e; } .page-nustar-slot-register__section-title { font-size: 2.8em; color: #e94560; margin-bottom: 25px; text-transform: uppercase; font-weight: bold; letter-spacing: 1px; } .page-nustar-slot-register__section-subtitle { font-size: 1.2em; color: #c0c0c0; margin-bottom: 30px; } .page-nustar-slot-register__text { font-size: 1.1em; color: #f0f0f0; margin-bottom: 20px; } .page-nustar-slot-register__button { display: inline-block; background-color: #e94560; color: #fff; 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; margin: 10px; } .page-nustar-slot-register__button:hover { background-color: #ff6a82; transform: translateY(-3px); } .page-nustar-slot-register__button--secondary { background-color: #533483; } .page-nustar-slot-register__button--secondary:hover { background-color: #6a4a9c; } .page-nustar-slot-register__hero-section { background-image: url('[GALLERY:hero:1920x1080:nustar,slot,register,casino,gaming,philippines]'); background-size: cover; background-position: center; padding: 120px 20px; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 600px; position: relative; margin-bottom: 30px; border-radius: 10px; } .page-nustar-slot-register__hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); border-radius: 10px; } .page-nustar-slot-register__hero-content { position: relative; z-index: 1; max-width: 900px; } .page-nustar-slot-register__hero-title { font-size: 4em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; } .page-nustar-slot-register__hero-subtitle { font-size: 1.8em; color: #f0f0f0; margin-bottom: 40px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); } .page-nustar-slot-register__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-slot-register__card { background-color: #3e3e6b; padding: 30px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; height: 100%; box-sizing: border-box; } .page-nustar-slot-register__card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-nustar-slot-register__card-icon { font-size: 3em; color: #e94560; margin-bottom: 20px; } .page-nustar-slot-register__card-title { font-size: 1.6em; color: #fff; margin-bottom: 15px; font-weight: bold; } .page-nustar-slot-register__card-description { color: #c0c0c0; font-size: 1em; flex-grow: 1; margin-bottom: 20px; } .page-nustar-slot-register__game-item { background-color: #3e3e6b; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-slot-register__game-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-nustar-slot-register__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; display: block; } .page-nustar-slot-register__game-content { padding: 20px; } .page-nustar-slot-register__game-title { font-size: 1.4em; color: #e94560; margin-bottom: 15px; font-weight: bold; } .page-nustar-slot-register__promo-card { background-color: #3e3e6b; border-radius: 8px; overflow: hidden; text-align: left; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-slot-register__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-nustar-slot-register__promo-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; display: block; } .page-nustar-slot-register__promo-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-nustar-slot-register__promo-title { font-size: 1.5em; color: #e94560; margin-bottom: 10px; font-weight: bold; } .page-nustar-slot-register__promo-description { color: #c0c0c0; font-size: 1em; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; } .page-nustar-slot-register__faq-item { background-color: #3e3e6b; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-nustar-slot-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #533483; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-nustar-slot-register__faq-question:hover { background-color: #6a4a9c; } .page-nustar-slot-register__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-nustar-slot-register__faq-toggle { font-size: 1.8em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-slot-register__faq-item.active .page-nustar-slot-register__faq-toggle { transform: rotate(45deg); } .page-nustar-slot-register__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #3e3e6b; color: #c0c0c0; font-size: 1em; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; } .page-nustar-slot-register__faq-item.active .page-nustar-slot-register__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-slot-register__blog-card { background-color: #3e3e6b; border-radius: 8px; overflow: hidden; text-align: left; display: flex; flex-direction: column; height: 100%; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-slot-register__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-nustar-slot-register__blog-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; display: block; } .page-nustar-slot-register__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-nustar-slot-register__blog-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; font-weight: bold; } .page-nustar-slot-register__blog-date { font-size: 0.9em; color: #888; margin-bottom: 15px; } .page-nustar-slot-register__blog-excerpt { color: #c0c0c0; font-size: 1em; line-height: 1.5; margin-bottom: 20px; flex-grow: 1; } .page-nustar-slot-register__blog-link { align-self: flex-start; } .page-nustar-slot-register__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; } .page-nustar-slot-register__quick-link-button { display: block; width: 100%; background-color: #e94560; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; box-sizing: border-box; } .page-nustar-slot-register__quick-link-button:hover { background-color: #ff6a82; transform: translateY(-3px); } @media (max-width: 768px) { .page-nustar-slot-register__section { padding: 40px 15px; } .page-nustar-slot-register__section-title { font-size: 2em; } .page-nustar-slot-register__hero-section { padding: 80px 15px; min-height: 450px; } .page-nustar-slot-register__hero-title { font-size: 2.5em; } .page-nustar-slot-register__hero-subtitle { font-size: 1.3em; } .page-nustar-slot-register__button { padding: 12px 20px; font-size: 1em; margin: 8px; } .page-nustar-slot-register__grid { grid-template-columns: 1fr; gap: 20px; } .page-nustar-slot-register__card, .page-nustar-slot-register__game-item, .page-nustar-slot-register__promo-card, .page-nustar-slot-register__blog-card { padding: 20px; } .page-nustar-slot-register__card-title, .page-nustar-slot-register__game-title, .page-nustar-slot-register__promo-title, .page-nustar-slot-register__blog-title { font-size: 1.3em; } .page-nustar-slot-register__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-nustar-slot-register__faq-answer { padding: 0 20px; } .page-nustar-slot-register__faq-item.active .page-nustar-slot-register__faq-answer { padding: 15px 20px !important; } .page-nustar-slot-register__quick-links-grid { grid-template-columns: 1fr; gap: 15px; } .page-nustar-slot-register__quick-link-button { font-size: 0.95em; padding: 12px 15px; } .page-nustar-slot-register__text, .page-nustar-slot-register__card-description, .page-nustar-slot-register__promo-description, .page-nustar-slot-register__blog-excerpt { font-size: 0.95em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-slot-register__grid > div, .page-nustar-slot-register__quick-links-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-slot-register__grid, .page-nustar-slot-register__quick-links-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-nustar-slot-register__game-image, .page-nustar-slot-register__promo-image, .page-nustar-slot-register__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }