.page-nustar-0h { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: var(--header-offset, 0px); } @media (max-width: 768px) { .page-nustar-0h { padding-top: var(--header-offset, 0px); } } .page-nustar-0h__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-nustar-0h__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-nustar-0h__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-nustar-0h__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; position: relative; padding-bottom: 15px; } .page-nustar-0h__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; } .page-nustar-0h__section--dark .page-nustar-0h__section-title { color: #ecf0f1; } .page-nustar-0h__section-title span { color: #e74c3c; } @media (max-width: 768px) { .page-nustar-0h__section-title { font-size: 2em; margin-bottom: 20px; } } .page-nustar-0h__hero { background-color: #1a2a3a; color: #fff; text-align: center; padding: 100px 0 80px; position: relative; overflow: hidden; padding-top: 10px; } .page-nustar-0h__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.4; z-index: 1; } .page-nustar-0h__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 0 15px; } .page-nustar-0h__hero-title { font-size: 3.8em; margin-bottom: 20px; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); font-weight: bold; } .page-nustar-0h__hero-title span { color: #e74c3c; } .page-nustar-0h__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-nustar-0h__hero-cta { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-nustar-0h__hero-cta:hover { background-color: #c0392b; transform: translateY(-3px); } @media (max-width: 768px) { .page-nustar-0h__hero { padding: 80px 0 60px; } .page-nustar-0h__hero-title { font-size: 2.5em; } .page-nustar-0h__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } .page-nustar-0h__hero-cta { padding: 12px 25px; font-size: 1em; } } .page-nustar-0h__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; text-align: center; } .page-nustar-0h__intro-item { background-color: #f9f9f9; padding: 25px; border-radius: 6px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease; } .page-nustar-0h__intro-item:hover { transform: translateY(-5px); } .page-nustar-0h__intro-item img { max-width: 100px; margin-bottom: 15px; } .page-nustar-0h__intro-item h3 { font-size: 1.4em; color: #e74c3c; margin-bottom: 10px; } .page-nustar-0h__quick-access-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; } .page-nustar-0h__quick-access-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 6px; overflow: hidden; transition: box-shadow 0.3s ease; } .page-nustar-0h__quick-access-item:hover { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-nustar-0h__quick-access-link { display: block; padding: 20px; text-align: center; text-decoration: none; color: #333; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; } .page-nustar-0h__quick-access-link:hover { background-color: #e74c3c; color: #fff; } @media (max-width: 768px) { .page-nustar-0h__quick-access-list { grid-template-columns: 1fr; } .page-nustar-0h__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-nustar-0h__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-nustar-0h__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); width: calc(33.333% - 20px); min-width: 280px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-nustar-0h__game-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); } .page-nustar-0h__game-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-0h__game-card-content { padding: 20px; } .page-nustar-0h__game-card-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 10px; } .page-nustar-0h__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-nustar-0h__game-card-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-nustar-0h__game-card-button:hover { background-color: #c0392b; } @media (max-width: 768px) { .page-nustar-0h__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-nustar-0h__game-categories { flex-direction: column; align-items: center; } } .page-nustar-0h__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-nustar-0h__promotion-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, box-shadow 0.3s ease; } .page-nustar-0h__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15); } .page-nustar-0h__promotion-card-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-nustar-0h__promotion-card-content { padding: 20px; } .page-nustar-0h__promotion-card-title { font-size: 1.6em; color: #2c3e50; margin-bottom: 10px; } .page-nustar-0h__promotion-card-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-nustar-0h__promotion-card-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 10px 25px; border-radius: 25px; text-decoration: none; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-nustar-0h__promotion-card-button:hover { background-color: #c0392b; } @media (max-width: 768px) { .page-nustar-0h__promotions-grid { grid-template-columns: 1fr; } .page-nustar-0h__promotion-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-nustar-0h__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; text-align: center; } .page-nustar-0h__security-item { background-color: #f9f9f9; padding: 25px; border-radius: 6px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); } .page-nustar-0h__security-item img { max-width: 80px; margin-bottom: 15px; } .page-nustar-0h__security-item h3 { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-nustar-0h__security-item p { color: #555; } @media (max-width: 768px) { .page-nustar-0h__security-grid { grid-template-columns: 1fr; } .page-nustar-0h__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-nustar-0h__faq-list { list-style: none; padding: 0; } .page-nustar-0h__faq-item { margin-bottom: 10px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; background-color: #fdfdfd; } .page-nustar-0h__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e74c3c; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-nustar-0h__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-nustar-0h__faq-toggle { font-size: 1.8em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-0h__faq-item.active .page-nustar-0h__faq-toggle { transform: rotate(45deg); } .page-nustar-0h__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; background-color: #fff; color: #333; } .page-nustar-0h__faq-item.active .page-nustar-0h__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-nustar-0h__faq-question { padding: 12px 15px; } .page-nustar-0h__faq-question h3 { font-size: 1.1em; } .page-nustar-0h__faq-answer { padding: 0 15px; } .page-nustar-0h__faq-item.active .page-nustar-0h__faq-answer { padding: 15px !important; } } .page-nustar-0h__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-nustar-0h__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, box-shadow 0.3s ease; } .page-nustar-0h__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15); } .page-nustar-0h__blog-card-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-nustar-0h__blog-card-content { padding: 20px; } .page-nustar-0h__blog-card-title { font-size: 1.4em; margin-bottom: 10px; } .page-nustar-0h__blog-card-title a { color: #2c3e50; text-decoration: none; transition: color 0.3s ease; } .page-nustar-0h__blog-card-title a:hover { color: #e74c3c; } .page-nustar-0h__blog-card-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-nustar-0h__blog-card-date { font-size: 0.85em; color: #777; } @media (max-width: 768px) { .page-nustar-0h__blog-grid { grid-template-columns: 1fr; } .page-nustar-0h__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-nustar-0h__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-nustar-0h__floating-button { background-color: #e74c3c; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-size: 1em; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 120px; } .page-nustar-0h__floating-button:hover { background-color: #c0392b; transform: translateY(-3px); } @media (max-width: 768px) { .page-nustar-0h__floating-buttons { bottom: 15px; right: 15px; } .page-nustar-0h__floating-button { padding: 10px 15px; font-size: 0.9em; min-width: 100px; } }