.page-goodluck-hotpot-nustar { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-goodluck-hotpot-nustar__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; padding-bottom: 40px; } .page-goodluck-hotpot-nustar__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; filter: brightness(0.6); } .page-goodluck-hotpot-nustar__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; } .page-goodluck-hotpot-nustar__hero-title { font-size: 3.2em; margin-bottom: 20px; color: #ffffff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-goodluck-hotpot-nustar__hero-highlight { color: #ffd700; } .page-goodluck-hotpot-nustar__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-goodluck-hotpot-nustar__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-goodluck-hotpot-nustar__hero-button { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; font-size: 1.1em; } .page-goodluck-hotpot-nustar__hero-button--primary { background-color: #ffd700; color: #1a1a1a; border: 2px solid #ffd700; } .page-goodluck-hotpot-nustar__hero-button--primary:hover { background-color: #e6c200; transform: translateY(-3px); } .page-goodluck-hotpot-nustar__hero-button--secondary { background-color: transparent; color: #ffd700; border: 2px solid #ffd700; } .page-goodluck-hotpot-nustar__hero-button--secondary:hover { background-color: rgba(255, 215, 0, 0.1); transform: translateY(-3px); } .page-goodluck-hotpot-nustar__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #ffffff; padding-top: 60px; } .page-goodluck-hotpot-nustar__section-title--small { font-size: 1.8em; margin-bottom: 30px; } .page-goodluck-hotpot-nustar__section-highlight { color: #ffd700; } .page-goodluck-hotpot-nustar__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: 40px 20px; background-color: #222222; border-top: 1px solid #333; border-bottom: 1px solid #333; } .page-goodluck-hotpot-nustar__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; } .page-goodluck-hotpot-nustar__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-goodluck-hotpot-nustar__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-goodluck-hotpot-nustar__introduction-section, .page-goodluck-hotpot-nustar__quick-access-section, .page-goodluck-hotpot-nustar__games-section, .page-goodluck-hotpot-nustar__promotions-section, .page-goodluck-hotpot-nustar__security-section, .page-goodluck-hotpot-nustar__faq-section, .page-goodluck-hotpot-nustar__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-goodluck-hotpot-nustar__introduction-text, .page-goodluck-hotpot-nustar__quick-access-description, .page-goodluck-hotpot-nustar__games-description, .page-goodluck-hotpot-nustar__promotions-description, .page-goodluck-hotpot-nustar__security-description, .page-goodluck-hotpot-nustar__blog-description { text-align: center; font-size: 1.1em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; color: #c0c0c0; } .page-goodluck-hotpot-nustar__introduction-features, .page-goodluck-hotpot-nustar__security-features { display: flex; justify-content: space-around; gap: 30px; flex-wrap: wrap; text-align: center; margin-top: 40px; } .page-goodluck-hotpot-nustar__feature-item, .page-goodluck-hotpot-nustar__security-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #2a2a2a; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-goodluck-hotpot-nustar__feature-item:hover, .page-goodluck-hotpot-nustar__security-item:hover { transform: translateY(-5px); } .page-goodluck-hotpot-nustar__feature-icon, .page-goodluck-hotpot-nustar__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; } .page-goodluck-hotpot-nustar__feature-title, .page-goodluck-hotpot-nustar__security-title { font-size: 1.5em; margin-bottom: 15px; color: #ffd700; } .page-goodluck-hotpot-nustar__feature-description, .page-goodluck-hotpot-nustar__security-text { font-size: 1em; color: #c0c0c0; } .page-goodluck-hotpot-nustar__quick-access-links { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; } .page-goodluck-hotpot-nustar__quick-access-button, .page-goodluck-hotpot-nustar__contact-button { display: inline-block; padding: 12px 25px; background-color: #007bff; color: #ffffff; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-goodluck-hotpot-nustar__quick-access-button:hover, .page-goodluck-hotpot-nustar__contact-button:hover { background-color: #0056b3; } .page-goodluck-hotpot-nustar__contact-button { margin-top: 40px; background-color: #ffd700; color: #1a1a1a; } .page-goodluck-hotpot-nustar__contact-button:hover { background-color: #e6c200; } .page-goodluck-hotpot-nustar__game-categories, .page-goodluck-hotpot-nustar__promo-grid, .page-goodluck-hotpot-nustar__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-goodluck-hotpot-nustar__game-card, .page-goodluck-hotpot-nustar__promo-card, .page-goodluck-hotpot-nustar__blog-post { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-goodluck-hotpot-nustar__game-card:hover, .page-goodluck-hotpot-nustar__promo-card:hover, .page-goodluck-hotpot-nustar__blog-post:hover { transform: translateY(-5px); } .page-goodluck-hotpot-nustar__game-image, .page-goodluck-hotpot-nustar__promo-image, .page-goodluck-hotpot-nustar__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-goodluck-hotpot-nustar__game-title, .page-goodluck-hotpot-nustar__promo-title { font-size: 1.4em; color: #ffd700; margin: 20px 20px 10px; } .page-goodluck-hotpot-nustar__game-text, .page-goodluck-hotpot-nustar__promo-text { font-size: 1em; color: #c0c0c0; margin: 0 20px 20px; } .page-goodluck-hotpot-nustar__game-button, .page-goodluck-hotpot-nustar__promo-button { display: block; width: calc(100% - 40px); margin: 0 20px 20px; padding: 10px 15px; background-color: #007bff; color: #ffffff; text-align: center; text-decoration: none; border-radius: 5px; transition: background-color 0.3s ease; } .page-goodluck-hotpot-nustar__game-button:hover, .page-goodluck-hotpot-nustar__promo-button:hover { background-color: #0056b3; } .page-goodluck-hotpot-nustar__blog-content { padding: 20px; } .page-goodluck-hotpot-nustar__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-goodluck-hotpot-nustar__blog-title a { color: #ffd700; text-decoration: none; transition: color 0.3s ease; } .page-goodluck-hotpot-nustar__blog-title a:hover { color: #e6c200; } .page-goodluck-hotpot-nustar__blog-excerpt { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-goodluck-hotpot-nustar__blog-date { font-size: 0.85em; color: #888888; display: block; } .page-goodluck-hotpot-nustar__faq-container { max-width: 900px; margin: 40px auto; background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-goodluck-hotpot-nustar__faq-item { border-bottom: 1px solid #333; } .page-goodluck-hotpot-nustar__faq-item:last-child { border-bottom: none; } .page-goodluck-hotpot-nustar__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-goodluck-hotpot-nustar__faq-question:hover { background-color: #333333; } .page-goodluck-hotpot-nustar__faq-heading { font-size: 1.2em; color: #ffffff; margin: 0; pointer-events: none; } .page-goodluck-hotpot-nustar__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffd700; transition: transform 0.3s ease; pointer-events: none; } .page-goodluck-hotpot-nustar__faq-item.active .page-goodluck-hotpot-nustar__faq-toggle { transform: rotate(45deg); } .page-goodluck-hotpot-nustar__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; } .page-goodluck-hotpot-nustar__faq-item.active .page-goodluck-hotpot-nustar__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-goodluck-hotpot-nustar img { max-width: 100%; height: auto; display: block; } @media (max-width: 768px) { .page-goodluck-hotpot-nustar__hero-section { min-height: 400px; padding-bottom: 20px; } .page-goodluck-hotpot-nustar__hero-title { font-size: 2.2em; } .page-goodluck-hotpot-nustar__hero-subtitle { font-size: 1em; } .page-goodluck-hotpot-nustar__hero-button { padding: 10px 20px; font-size: 1em; } .page-goodluck-hotpot-nustar__hero-cta-group { gap: 10px; } .page-goodluck-hotpot-nustar__section-title { font-size: 1.8em; margin-bottom: 30px; padding-top: 40px; } .page-goodluck-hotpot-nustar__section-title--small { font-size: 1.5em; margin-bottom: 20px; } .page-goodluck-hotpot-nustar__introduction-section, .page-goodluck-hotpot-nustar__quick-access-section, .page-goodluck-hotpot-nustar__games-section, .page-goodluck-hotpot-nustar__promotions-section, .page-goodluck-hotpot-nustar__security-section, .page-goodluck-hotpot-nustar__faq-section, .page-goodluck-hotpot-nustar__blog-section { padding: 40px 15px; } .page-goodluck-hotpot-nustar__introduction-text, .page-goodluck-hotpot-nustar__quick-access-description, .page-goodluck-hotpot-nustar__games-description, .page-goodluck-hotpot-nustar__promotions-description, .page-goodluck-hotpot-nustar__security-description, .page-goodluck-hotpot-nustar__blog-description { font-size: 0.95em; margin-bottom: 30px; } .page-goodluck-hotpot-nustar__introduction-features, .page-goodluck-hotpot-nustar__security-features { flex-direction: column; align-items: center; gap: 20px; } .page-goodluck-hotpot-nustar__feature-item, .page-goodluck-hotpot-nustar__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } .page-goodluck-hotpot-nustar__feature-description, .page-goodluck-hotpot-nustar__security-text { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-goodluck-hotpot-nustar__quick-access-links { flex-direction: column; gap: 15px; } .page-goodluck-hotpot-nustar__quick-access-button, .page-goodluck-hotpot-nustar__contact-button { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-goodluck-hotpot-nustar__game-categories, .page-goodluck-hotpot-nustar__promo-grid, .page-goodluck-hotpot-nustar__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-goodluck-hotpot-nustar__game-card, .page-goodluck-hotpot-nustar__promo-card, .page-goodluck-hotpot-nustar__blog-post { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-goodluck-hotpot-nustar__game-title, .page-goodluck-hotpot-nustar__promo-title { font-size: 1.2em; margin: 15px 15px 8px; } .page-goodluck-hotpot-nustar__game-text, .page-goodluck-hotpot-nustar__promo-text { margin: 0 15px 15px; font-size: 0.9em; } .page-goodluck-hotpot-nustar__game-button, .page-goodluck-hotpot-nustar__promo-button { width: calc(100% - 30px); margin: 0 15px 15px; padding: 8px 10px; font-size: 0.9em; } .page-goodluck-hotpot-nustar__blog-content { padding: 15px; } .page-goodluck-hotpot-nustar__blog-title { font-size: 1.1em; } .page-goodluck-hotpot-nustar__blog-excerpt { font-size: 0.85em; } .page-goodluck-hotpot-nustar__faq-container { margin: 30px auto; } .page-goodluck-hotpot-nustar__faq-question { padding: 15px 20px; } .page-goodluck-hotpot-nustar__faq-heading { font-size: 1.1em; } .page-goodluck-hotpot-nustar__faq-answer { padding: 0 20px; } .page-goodluck-hotpot-nustar__faq-item.active .page-goodluck-hotpot-nustar__faq-answer { padding: 15px 20px !important; } .page-goodluck-hotpot-nustar__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-goodluck-hotpot-nustar__payment-logo, .page-goodluck-hotpot-nustar__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } @media (max-width: 480px) { .page-goodluck-hotpot-nustar__hero-title { font-size: 1.8em; } .page-goodluck-hotpot-nustar__section-title { font-size: 1.6em; } .page-goodluck-hotpot-nustar__faq-question { padding: 12px 15px; } .page-goodluck-hotpot-nustar__faq-heading { font-size: 1em; } .page-goodluck-hotpot-nustar__faq-answer { padding: 0 15px; font-size: 0.9em; } .page-goodluck-hotpot-nustar__faq-item.active .page-goodluck-hotpot-nustar__faq-answer { padding: 12px 15px !important; } }