.page-nustar-app-pagcor-register { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f8f8f8; }.page-nustar-app-pagcor-register__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-nustar-app-pagcor-register__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-nustar-app-pagcor-register__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-nustar-app-pagcor-register__section-title { text-align: center; color: #2c3e50; margin-bottom: 30px; font-size: 2.5em; }.page-nustar-app-pagcor-register__section--dark .page-nustar-app-pagcor-register__section-title { color: #ecf0f1; }.page-nustar-app-pagcor-register__text-center { text-align: center; }.page-nustar-app-pagcor-register__hero-section { background: linear-gradient(135deg, #3498db, #2980b9); color: #fff; padding: 100px 20px; text-align: center; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; padding-top: calc(100px + 10px); /* Account for body padding-top and add 10px for visual */ }.page-nustar-app-pagcor-register__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-nustar-app-pagcor-register__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-nustar-app-pagcor-register__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-nustar-app-pagcor-register__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-nustar-app-pagcor-register__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-nustar-app-pagcor-register__btn { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-nustar-app-pagcor-register__btn:hover { background-color: #c0392b; transform: translateY(-3px); }.page-nustar-app-pagcor-register__btn--secondary { background-color: #f1c40f; color: #2c3e50; }.page-nustar-app-pagcor-register__btn--secondary:hover { background-color: #f39c12; }.page-nustar-app-pagcor-register__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: 30px 20px; background-color: #ecf0f1; border-radius: 8px; margin-top: -40px; z-index: 2; position: relative; }.page-nustar-app-pagcor-register__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }.page-nustar-app-pagcor-register__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-nustar-app-pagcor-register__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-nustar-app-pagcor-register__feature-item { text-align: center; padding: 25px; background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); }.page-nustar-app-pagcor-register__feature-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 15px; }.page-nustar-app-pagcor-register__feature-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-nustar-app-pagcor-register__game-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: center; }.page-nustar-app-pagcor-register__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-nustar-app-pagcor-register__game-card-content { padding: 20px; }.page-nustar-app-pagcor-register__game-card-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; }.page-nustar-app-pagcor-register__promo-card { display: flex; flex-direction: column; background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }.page-nustar-app-pagcor-register__promo-card-image { width: 100%; height: 220px; object-fit: cover; }.page-nustar-app-pagcor-register__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-nustar-app-pagcor-register__promo-card-title { font-size: 1.6em; color: #2c3e50; margin-bottom: 10px; }.page-nustar-app-pagcor-register__promo-card-description { margin-bottom: 15px; font-size: 0.95em; }.page-nustar-app-pagcor-register__faq-item { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-nustar-app-pagcor-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-nustar-app-pagcor-register__faq-question:hover { background-color: #f0f0f0; }.page-nustar-app-pagcor-register__faq-question h3 { margin: 0; font-size: 1.15em; color: #2c3e50; pointer-events: none; }.page-nustar-app-pagcor-register__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; pointer-events: none; transition: transform 0.3s ease; }.page-nustar-app-pagcor-register__faq-item.active .page-nustar-app-pagcor-register__faq-toggle { transform: rotate(45deg); }.page-nustar-app-pagcor-register__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; }.page-nustar-app-pagcor-register__faq-item.active .page-nustar-app-pagcor-register__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-nustar-app-pagcor-register__blog-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; }.page-nustar-app-pagcor-register__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-nustar-app-pagcor-register__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-nustar-app-pagcor-register__blog-card-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; }.page-nustar-app-pagcor-register__blog-card-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-nustar-app-pagcor-register__contact-info { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; font-size: 1.1em; }.page-nustar-app-pagcor-register__contact-item { display: flex; align-items: center; gap: 10px; }.page-nustar-app-pagcor-register__contact-item img { width: 24px; height: 24px; object-fit: contain; }.page-nustar-app-pagcor-register__list { list-style: none; padding: 0; margin: 0; }.page-nustar-app-pagcor-register__list-item { margin-bottom: 10px; padding-left: 25px; position: relative; box-sizing: border-box; }.page-nustar-app-pagcor-register__list-item::before { content: '•'; color: #e74c3c; position: absolute; left: 0; top: 0; font-size: 1.2em; line-height: 1.6; }.page-nustar-app-pagcor-register__cta-banner { background-color: #34495e; color: #fff; padding: 40px 20px; text-align: center; border-radius: 8px; margin-top: 40px; }.page-nustar-app-pagcor-register__cta-banner-title { font-size: 2em; margin-bottom: 20px; }.page-nustar-app-pagcor-register__cta-banner .page-nustar-app-pagcor-register__btn { background-color: #2ecc71; }.page-nustar-app-pagcor-register__cta-banner .page-nustar-app-pagcor-register__btn:hover { background-color: #27ae60; }@media (max-width: 768px) { .page-nustar-app-pagcor-register__hero-title { font-size: 2.5em; }.page-nustar-app-pagcor-register__hero-subtitle { font-size: 1.2em; }.page-nustar-app-pagcor-register__hero-cta-group { flex-direction: column; }.page-nustar-app-pagcor-register__btn { width: 100%; max-width: 300px; margin: 0 auto; }.page-nustar-app-pagcor-register__section { padding: 30px 15px; }.page-nustar-app-pagcor-register__section-title { font-size: 2em; }.page-nustar-app-pagcor-register__grid { grid-template-columns: 1fr; }.page-nustar-app-pagcor-register__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-nustar-app-pagcor-register__payment-logo, .page-nustar-app-pagcor-register__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-nustar-app-pagcor-register__promo-card { flex-direction: column; }.page-nustar-app-pagcor-register__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; padding-left: 25px; /* Maintain bullet point */ }.page-nustar-app-pagcor-register__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-app-pagcor-register__faq-answer { padding: 0 15px; /* Adjust padding for mobile */ }.page-nustar-app-pagcor-register__faq-item.active .page-nustar-app-pagcor-register__faq-answer { padding: 15px !important; /* Adjust padding for mobile */ }.page-nustar-app-pagcor-register__faq-question { padding: 15px; }}.page-nustar-app-pagcor-register img { max-width: 100% !important; height: auto !important; display: block; }.page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__game-card-image, .page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__promo-card-image, .page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__blog-card-image { width: 100%; height: auto; min-height: 200px; object-fit: cover; }.page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__feature-icon { min-width: 200px; min-height: 200px; width: 200px; height: 200px; margin: 0 auto 15px auto; object-fit: contain; }@media (max-width: 768px) { .page-nustar-app-pagcor-register img { max-width: 100% !important; height: auto !important; }.page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__game-card-image, .page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__promo-card-image, .page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__blog-card-image { min-height: 180px; }.page-nustar-app-pagcor-register .page-nustar-app-pagcor-register__feature-icon { min-width: 150px; min-height: 150px; width: 150px; height: 150px; } }