.page-nustar-online-casino-login-register-mobile { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } .page-nustar-online-casino-login-register-mobile__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-online-casino-login-register-mobile__section { background-color: #fff; margin-bottom: 25px; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-nustar-online-casino-login-register-mobile__hero-section { background-color: #0a1f44; color: #fff; text-align: center; padding: 80px 20px; border-radius: 0; margin-bottom: 25px; position: relative; overflow: hidden; padding-top: 90px; } .page-nustar-online-casino-login-register-mobile__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)); z-index: 1; } .page-nustar-online-casino-login-register-mobile__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-nustar-online-casino-login-register-mobile__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-nustar-online-casino-login-register-mobile__hero-title { font-size: 3.2em; margin-bottom: 20px; font-weight: bold; line-height: 1.2; color: #ffd700; } .page-nustar-online-casino-login-register-mobile__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-nustar-online-casino-login-register-mobile__button { display: inline-block; background-color: #ffd700; color: #0a1f44; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-nustar-online-casino-login-register-mobile__button:hover { background-color: #e6c200; transform: translateY(-2px); } .page-nustar-online-casino-login-register-mobile__title { font-size: 2.5em; color: #0a1f44; text-align: center; margin-bottom: 30px; font-weight: bold; } .page-nustar-online-casino-login-register-mobile__subtitle { font-size: 1.8em; color: #0a1f44; margin-bottom: 20px; border-bottom: 2px solid #ffd700; padding-bottom: 10px; } .page-nustar-online-casino-login-register-mobile__text { font-size: 1.1em; margin-bottom: 15px; color: #555; } .page-nustar-online-casino-login-register-mobile__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-nustar-online-casino-login-register-mobile__list-item { background-color: #f0f0f0; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 20px); box-sizing: border-box; min-width: 280px; } .page-nustar-online-casino-login-register-mobile__list-item-title { font-size: 1.3em; color: #0a1f44; margin-bottom: 10px; } .page-nustar-online-casino-login-register-mobile__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-nustar-online-casino-login-register-mobile__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-nustar-online-casino-login-register-mobile__game-card:hover { transform: translateY(-5px); } .page-nustar-online-casino-login-register-mobile__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-online-casino-login-register-mobile__game-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-nustar-online-casino-login-register-mobile__game-title { font-size: 1.4em; color: #0a1f44; margin-bottom: 10px; } .page-nustar-online-casino-login-register-mobile__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-nustar-online-casino-login-register-mobile__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-nustar-online-casino-login-register-mobile__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-nustar-online-casino-login-register-mobile__promo-card:hover { transform: translateY(-5px); } .page-nustar-online-casino-login-register-mobile__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-nustar-online-casino-login-register-mobile__promo-content { padding: 20px; } .page-nustar-online-casino-login-register-mobile__promo-title { font-size: 1.5em; color: #0a1f44; margin-bottom: 10px; } .page-nustar-online-casino-login-register-mobile__promo-description { font-size: 1em; color: #666; margin-bottom: 15px; } .page-nustar-online-casino-login-register-mobile__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-nustar-online-casino-login-register-mobile__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #0a1f44; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-nustar-online-casino-login-register-mobile__faq-question:hover { background-color: #1a3f64; } .page-nustar-online-casino-login-register-mobile__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-nustar-online-casino-login-register-mobile__faq-toggle { font-size: 1.8em; font-weight: bold; line-height: 1; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-online-casino-login-register-mobile__faq-item.active .page-nustar-online-casino-login-register-mobile__faq-toggle { transform: rotate(45deg); } .page-nustar-online-casino-login-register-mobile__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; color: #444; } .page-nustar-online-casino-login-register-mobile__faq-item.active .page-nustar-online-casino-login-register-mobile__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-online-casino-login-register-mobile__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-nustar-online-casino-login-register-mobile__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-nustar-online-casino-login-register-mobile__blog-card:hover { transform: translateY(-5px); } .page-nustar-online-casino-login-register-mobile__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-online-casino-login-register-mobile__blog-content { padding: 20px; } .page-nustar-online-casino-login-register-mobile__blog-title { font-size: 1.3em; color: #0a1f44; margin-bottom: 10px; } .page-nustar-online-casino-login-register-mobile__blog-date { font-size: 0.9em; color: #888; margin-bottom: 10px; } .page-nustar-online-casino-login-register-mobile__blog-summary { font-size: 1em; color: #666; margin-bottom: 15px; } .page-nustar-online-casino-login-register-mobile__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 30px; margin-bottom: 40px; } .page-nustar-online-casino-login-register-mobile__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-nustar-online-casino-login-register-mobile__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-nustar-online-casino-login-register-mobile img { max-width: 100%; height: auto; display: block; object-fit: cover; border-radius: 4px; } @media (max-width: 1024px) { .page-nustar-online-casino-login-register-mobile__hero-title { font-size: 2.8em; } .page-nustar-online-casino-login-register-mobile__hero-description { font-size: 1.2em; } .page-nustar-online-casino-login-register-mobile__title { font-size: 2em; } .page-nustar-online-casino-login-register-mobile__subtitle { font-size: 1.5em; } } @media (max-width: 768px) { .page-nustar-online-casino-login-register-mobile__hero-section { padding: 60px 15px; padding-top: 70px; } .page-nustar-online-casino-login-register-mobile__hero-title { font-size: 2.2em; } .page-nustar-online-casino-login-register-mobile__hero-description { font-size: 1em; } .page-nustar-online-casino-login-register-mobile__button { padding: 12px 25px; font-size: 1em; } .page-nustar-online-casino-login-register-mobile__section { padding: 20px; } .page-nustar-online-casino-login-register-mobile__title { font-size: 1.8em; margin-bottom: 25px; } .page-nustar-online-casino-login-register-mobile__subtitle { font-size: 1.3em; } .page-nustar-online-casino-login-register-mobile__text { font-size: 1em; } .page-nustar-online-casino-login-register-mobile__list { flex-direction: column; gap: 15px; } .page-nustar-online-casino-login-register-mobile__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-nustar-online-casino-login-register-mobile__list-item-title { font-size: 1.2em; } .page-nustar-online-casino-login-register-mobile__game-grid, .page-nustar-online-casino-login-register-mobile__promo-grid, .page-nustar-online-casino-login-register-mobile__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-nustar-online-casino-login-register-mobile__game-image, .page-nustar-online-casino-login-register-mobile__promo-image, .page-nustar-online-casino-login-register-mobile__blog-image { height: 180px; } .page-nustar-online-casino-login-register-mobile__faq-question { padding: 15px 20px; } .page-nustar-online-casino-login-register-mobile__faq-question h3 { font-size: 1.1em; } .page-nustar-online-casino-login-register-mobile__faq-answer { padding: 0 20px; } .page-nustar-online-casino-login-register-mobile__faq-item.active .page-nustar-online-casino-login-register-mobile__faq-answer { padding: 15px 20px !important; } .page-nustar-online-casino-login-register-mobile__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-nustar-online-casino-login-register-mobile__payment-logo, .page-nustar-online-casino-login-register-mobile__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-nustar-online-casino-login-register-mobile img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }