.page-nustar-hotpot { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a2e; line-height: 1.6; } .page-nustar-hotpot__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-nustar-hotpot__section { padding: 60px 20px; text-align: center; } .page-nustar-hotpot__section--dark { background-color: #16213e; } .page-nustar-hotpot__section--light { background-color: #0f3460; } .page-nustar-hotpot__h1 { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-nustar-hotpot__h2 { font-size: 2.2em; color: #00e676; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-nustar-hotpot__h3 { font-size: 1.6em; color: #e94560; margin-bottom: 15px; } .page-nustar-hotpot__p { font-size: 1.1em; margin-bottom: 20px; color: #ccc; } .page-nustar-hotpot__button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-nustar-hotpot__button:hover { background-color: #ff6f8a; transform: translateY(-3px); } .page-nustar-hotpot__hero-section { background: url('[GALLERY:hero:1920x1080:nustar hotpot,casino,philippines,luxury]') no-repeat center center/cover; padding: 100px 20px; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; position: relative; padding-top: 10px; } .page-nustar-hotpot__hero-content { z-index: 1; max-width: 900px; } .page-nustar-hotpot__hero-content .page-nustar-hotpot__h1 { color: #fff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-nustar-hotpot__hero-content .page-nustar-hotpot__p { color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); font-size: 1.3em; } .page-nustar-hotpot__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-hotpot__intro-card { background-color: #0f3460; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-nustar-hotpot__intro-card:hover { transform: translateY(-5px); } .page-nustar-hotpot__intro-card .page-nustar-hotpot__h3 { color: #00e676; } .page-nustar-hotpot__quick-access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-nustar-hotpot__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-hotpot__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; text-align: left; } .page-nustar-hotpot__game-card:hover { transform: translateY(-5px); } .page-nustar-hotpot__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-nustar-hotpot__game-card-content { padding: 20px; } .page-nustar-hotpot__game-card .page-nustar-hotpot__h3 { margin-top: 0; color: #e94560; } .page-nustar-hotpot__game-card .page-nustar-hotpot__p { font-size: 0.95em; color: #ccc; } .page-nustar-hotpot__promo-list { list-style: none; padding: 0; margin-top: 40px; display: flex; flex-direction: column; gap: 20px; } .page-nustar-hotpot__promo-item { background-color: #0f3460; padding: 25px; border-radius: 10px; text-align: left; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); } .page-nustar-hotpot__promo-item .page-nustar-hotpot__h3 { color: #00e676; margin-top: 0; } .page-nustar-hotpot__security-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; margin-top: 40px; } .page-nustar-hotpot__security-text { max-width: 600px; text-align: left; } .page-nustar-hotpot__security-image { max-width: 400px; border-radius: 10px; } .page-nustar-hotpot__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } .page-nustar-hotpot__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0f3460; border-bottom: 1px solid rgba(0, 0, 0, 0.2); } .page-nustar-hotpot__faq-question:hover { background-color: #1a1a2e; } .page-nustar-hotpot__faq-question .page-nustar-hotpot__h3 { margin: 0; color: #fff; pointer-events: none; } .page-nustar-hotpot__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-nustar-hotpot__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; text-align: left; } .page-nustar-hotpot__faq-item.active .page-nustar-hotpot__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-nustar-hotpot__faq-item.active .page-nustar-hotpot__faq-toggle { transform: rotate(45deg); } .page-nustar-hotpot__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-nustar-hotpot__blog-card { background-color: #16213e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); text-align: left; transition: transform 0.3s ease; } .page-nustar-hotpot__blog-card:hover { transform: translateY(-5px); } .page-nustar-hotpot__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-nustar-hotpot__blog-card-content { padding: 20px; } .page-nustar-hotpot__blog-card .page-nustar-hotpot__h3 { margin-top: 0; margin-bottom: 10px; } .page-nustar-hotpot__blog-card .page-nustar-hotpot__h3 a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-nustar-hotpot__blog-card .page-nustar-hotpot__h3 a:hover { color: #ff6f8a; } .page-nustar-hotpot__blog-card-date { font-size: 0.9em; color: #888; margin-bottom: 15px; display: block; } .page-nustar-hotpot__blog-card .page-nustar-hotpot__p { font-size: 0.95em; color: #ccc; } @media (max-width: 768px) { .page-nustar-hotpot__h1 { font-size: 2em; } .page-nustar-hotpot__h2 { font-size: 1.8em; } .page-nustar-hotpot__h3 { font-size: 1.3em; } .page-nustar-hotpot__p { font-size: 1em; } .page-nustar-hotpot__section { padding: 40px 15px; } .page-nustar-hotpot__hero-section { min-height: 400px; padding: 80px 15px; } .page-nustar-hotpot__button { padding: 12px 25px; font-size: 1em; } .page-nustar-hotpot__intro-grid, .page-nustar-hotpot__games-grid, .page-nustar-hotpot__blog-grid { grid-template-columns: 1fr; } .page-nustar-hotpot__intro-card, .page-nustar-hotpot__game-card, .page-nustar-hotpot__blog-card, .page-nustar-hotpot__promo-item { padding: 20px; } .page-nustar-hotpot__quick-access-grid { flex-direction: column; } .page-nustar-hotpot__quick-access-grid .page-nustar-hotpot__button { width: 100%; max-width: 300px; } .page-nustar-hotpot__security-content { flex-direction: column; gap: 20px; } .page-nustar-hotpot__security-image { max-width: 100%; } .page-nustar-hotpot__faq-question { padding: 15px 20px; } .page-nustar-hotpot__faq-answer { padding: 15px 20px; } .page-nustar-hotpot__promo-list { gap: 15px; } .page-nustar-hotpot__promo-item .page-nustar-hotpot__h3 { font-size: 1.2em; } .page-nustar-hotpot__blog-card-image { height: 180px; } .page-nustar-hotpot__blog-card-content { padding: 15px; } .page-nustar-hotpot__blog-card .page-nustar-hotpot__h3 { font-size: 1.1em; } .page-nustar-hotpot__blog-card .page-nustar-hotpot__p { font-size: 0.9em; } } @media (max-width: 480px) { .page-nustar-hotpot__h1 { font-size: 1.8em; } .page-nustar-hotpot__h2 { font-size: 1.6em; } .page-nustar-hotpot__hero-content .page-nustar-hotpot__p { font-size: 1.1em; } }