.page-nustar-email { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; } .page-nustar-email__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-nustar-email__section-title { font-size: 2.5em; color: #1a1a1a; text-align: center; margin-bottom: 40px; padding-top: 20px; font-weight: bold; } .page-nustar-email__text-content { font-size: 1.1em; text-align: center; margin-bottom: 20px; color: #555; } .page-nustar-email__text-content--small { font-size: 0.9em; color: #777; } .page-nustar-email__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; margin: 10px; cursor: pointer; } .page-nustar-email__button--primary { background-color: #007bff; color: #fff; border: 1px solid #007bff; } .page-nustar-email__button--primary:hover { background-color: #0056b3; transform: translateY(-2px); } .page-nustar-email__button--accent { background-color: #28a745; color: #fff; border: 1px solid #28a745; } .page-nustar-email__button--accent:hover { background-color: #218838; transform: translateY(-2px); } .page-nustar-email__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; } .page-nustar-email__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-nustar-email__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: -1; } .page-nustar-email__hero-content { z-index: 1; max-width: 800px; padding: 20px; } .page-nustar-email__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; font-weight: bold; } .page-nustar-email__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-nustar-email__hero-cta-group { display: flex; justify-content: center; gap: 20px; } .page-nustar-email__hero-cta { padding: 15px 35px; font-size: 1.2em; border-radius: 8px; text-transform: uppercase; } .page-nustar-email__hero-cta--primary { background-color: #ffc107; color: #333; border: none; } .page-nustar-email__hero-cta--primary:hover { background-color: #e0a800; } .page-nustar-email__hero-cta--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; } .page-nustar-email__hero-cta--secondary:hover { background-color: rgba(255, 255, 255, 0.2); } .page-nustar-email__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #fff; padding: 40px 20px; border-bottom: 1px solid #eee; } .page-nustar-email__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; margin: 0 auto; } .page-nustar-email__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-nustar-email__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-nustar-email__introduction-section { background-color: #e9ecef; padding: 60px 0; } .page-nustar-email__quick-access-section { padding: 60px 0; background-color: #f0f2f5; } .page-nustar-email__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-nustar-email__quick-link-card { background-color: #fff; border-radius: 10px; padding: 30px; text-align: center; text-decoration: none; color: #333; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-nustar-email__quick-link-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .page-nustar-email__quick-link-title { font-size: 1.5em; margin-bottom: 10px; color: #007bff; font-weight: bold; } .page-nustar-email__quick-link-description { font-size: 1em; color: #666; } .page-nustar-email__games-section { padding: 60px 0; background-color: #fff; } .page-nustar-email__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-email__game-card { background-color: #fefefe; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-nustar-email__game-card:hover { transform: translateY(-5px); } .page-nustar-email__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-email__game-title { font-size: 1.6em; color: #1a1a1a; margin: 15px 0 10px; padding: 0 15px; font-weight: bold; } .page-nustar-email__game-description { font-size: 0.95em; color: #666; padding: 0 15px 15px; flex-grow: 1; } .page-nustar-email__game-button { display: block; background-color: #007bff; color: #fff; padding: 10px 0; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-nustar-email__game-button:hover { background-color: #0056b3; } .page-nustar-email__promotions-section { background-color: #e9ecef; padding: 60px 0; } .page-nustar-email__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-email__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-nustar-email__promo-card:hover { transform: translateY(-5px); } .page-nustar-email__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-nustar-email__promo-title { font-size: 1.6em; color: #1a1a1a; margin: 15px 0 10px; padding: 0 15px; font-weight: bold; } .page-nustar-email__promo-description { font-size: 0.95em; color: #666; padding: 0 15px 15px; flex-grow: 1; } .page-nustar-email__promo-button { display: block; background-color: #28a745; color: #fff; padding: 10px 0; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border-radius: 0 0 10px 10px; } .page-nustar-email__promo-button:hover { background-color: #218838; } .page-nustar-email__security-service-section { padding: 60px 0; background-color: #fefefe; text-align: center; } .page-nustar-email__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; margin-bottom: 30px; } .page-nustar-email__security-item { background-color: #f8f9fa; border-radius: 10px; padding: 30px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-nustar-email__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; } .page-nustar-email__security-title { font-size: 1.5em; color: #1a1a1a; margin-bottom: 10px; font-weight: bold; } .page-nustar-email__security-description { font-size: 1em; color: #666; } .page-nustar-email__faq-section { padding: 60px 0; background-color: #e9ecef; } .page-nustar-email__faq-list { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-nustar-email__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-nustar-email__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f2f5; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; user-select: none; } .page-nustar-email__faq-question:hover { background-color: #e2e6ea; } .page-nustar-email__faq-question-text { font-size: 1.2em; color: #333; margin: 0; flex-grow: 1; pointer-events: none; } .page-nustar-email__faq-toggle { font-size: 1.8em; font-weight: bold; color: #007bff; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-email__faq-item.active .page-nustar-email__faq-toggle { transform: rotate(45deg); color: #dc3545; } .page-nustar-email__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #fff; 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-email__faq-item.active .page-nustar-email__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-email__faq-answer p { margin-bottom: 0; color: #555; } .page-nustar-email__blog-section { padding: 60px 0; background-color: #fefefe; } .page-nustar-email__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-email__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-decoration: none; color: #333; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-nustar-email__blog-card:hover { transform: translateY(-5px); } .page-nustar-email__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-email__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-nustar-email__blog-title { font-size: 1.4em; color: #1a1a1a; margin-bottom: 10px; font-weight: bold; } .page-nustar-email__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-nustar-email__blog-date { font-size: 0.85em; color: #999; text-align: right; } @media (max-width: 1024px) { .page-nustar-email__hero-title { font-size: 3em; } .page-nustar-email__hero-subtitle { font-size: 1.3em; } } @media (max-width: 768px) { .page-nustar-email__section-title { font-size: 2em; margin-bottom: 30px; } .page-nustar-email__text-content { font-size: 1em; } .page-nustar-email__hero-section { height: 500px; } .page-nustar-email__hero-title { font-size: 2.5em; } .page-nustar-email__hero-subtitle { font-size: 1.2em; } .page-nustar-email__hero-cta-group { flex-direction: column; gap: 15px; } .page-nustar-email__hero-cta { padding: 12px 25px; font-size: 1.1em; width: 80%; max-width: 280px; margin: 0 auto; } .page-nustar-email__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-nustar-email__payment-logo, .page-nustar-email__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-nustar-email__container { padding: 15px; } .page-nustar-email__quick-links-grid, .page-nustar-email__game-categories, .page-nustar-email__promo-grid, .page-nustar-email__security-grid { grid-template-columns: 1fr; gap: 20px; } .page-nustar-email__quick-link-card, .page-nustar-email__game-card, .page-nustar-email__promo-card, .page-nustar-email__security-item, .page-nustar-email__blog-card { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-email__game-image, .page-nustar-email__promo-image, .page-nustar-email__blog-image { max-width: 100% !important; height: auto !important; } .page-nustar-email__faq-question-text { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-email__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-email__faq-question, .page-nustar-email__faq-answer { padding-left: 15px; padding-right: 15px; } .page-nustar-email__faq-item.active .page-nustar-email__faq-answer { padding: 15px !important; } .page-nustar-email__blog-content { padding: 15px; } .page-nustar-email__blog-title { font-size: 1.3em; } .page-nustar-email__blog-excerpt { font-size: 0.9em; } }