.page-slot-nustar { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-slot-nustar__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-slot-nustar__section { padding: 40px 0; } .page-slot-nustar__section--dark { background-color: #0f0f1d; } .page-slot-nustar__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .page-slot-nustar__section-subtitle { font-size: 1.2em; color: #ccc; text-align: center; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-slot-nustar__text-center { text-align: center; } .page-slot-nustar__button { display: inline-block; background-color: #e60000; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-slot-nustar__button:hover { background-color: #cc0000; transform: translateY(-2px); } .page-slot-nustar__hero-section { position: relative; width: 100%; height: 600px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; padding-top: 10px; box-sizing: border-box; } .page-slot-nustar__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-slot-nustar__hero-content { z-index: 1; color: #fff; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); padding: 0 20px; max-width: 900px; } .page-slot-nustar__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; color: #ffcc00; } .page-slot-nustar__hero-description { font-size: 1.5em; margin-bottom: 30px; } .page-slot-nustar__intro-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; list-style: none; padding: 0; margin: 0; } .page-slot-nustar__intro-list-item { background-color: #2a2a4a; padding: 20px; border-radius: 8px; flex: 1 1 calc(33% - 40px); min-width: 280px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; box-sizing: border-box; } .page-slot-nustar__intro-list-item:hover { transform: translateY(-5px); } .page-slot-nustar__intro-list-item h3 { color: #ffcc00; margin-top: 0; font-size: 1.3em; } .page-slot-nustar__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } .page-slot-nustar__games-grid, .page-slot-nustar__promotions-grid, .page-slot-nustar__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-slot-nustar__card { background-color: #2a2a4a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; height: 100%; display: flex; flex-direction: column; } .page-slot-nustar__card:hover { transform: translateY(-5px); } .page-slot-nustar__card-image { width: 100%; height: 200px; object-fit: cover; } .page-slot-nustar__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-slot-nustar__card-title { font-size: 1.4em; color: #ffcc00; margin-top: 0; margin-bottom: 10px; } .page-slot-nustar__card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-slot-nustar__card-button { margin-top: auto; align-self: flex-start; } .page-slot-nustar__security-content { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; justify-content: center; } .page-slot-nustar__security-text { flex: 1 1 45%; min-width: 300px; } .page-slot-nustar__security-image { flex: 1 1 45%; min-width: 300px; text-align: center; } .page-slot-nustar__security-image img { max-width: 100%; height: auto; border-radius: 8px; } .page-slot-nustar__payment-methods, .page-slot-nustar__customer-support { margin-top: 20px; } .page-slot-nustar__payment-methods h3, .page-slot-nustar__customer-support h3 { color: #ffcc00; margin-bottom: 10px; } .page-slot-nustar__payment-logos { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 15px; justify-content: center; } .page-slot-nustar__payment-logo { height: 40px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-slot-nustar__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-slot-nustar__faq-list { list-style: none; padding: 0; margin: 0; max-width: 900px; margin-left: auto; margin-right: auto; } .page-slot-nustar__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-slot-nustar__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3f3f6e; transition: background-color 0.3s ease; user-select: none; } .page-slot-nustar__faq-question:hover { background-color: #4a4a7a; } .page-slot-nustar__faq-question h3 { margin: 0; color: #ffcc00; font-size: 1.1em; pointer-events: none; } .page-slot-nustar__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-slot-nustar__faq-item.active .page-slot-nustar__faq-toggle { transform: rotate(45deg); } .page-slot-nustar__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; background-color: #2a2a4a; color: #e0e0e0; } .page-slot-nustar__faq-item.active .page-slot-nustar__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-slot-nustar__blog-card { display: flex; flex-direction: column; background-color: #2a2a4a; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; height: 100%; } .page-slot-nustar__blog-card:hover { transform: translateY(-5px); } .page-slot-nustar__blog-card-image { width: 100%; height: 180px; object-fit: cover; } .page-slot-nustar__blog-card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; } .page-slot-nustar__blog-card-title { font-size: 1.2em; color: #ffcc00; margin-top: 0; margin-bottom: 10px; } .page-slot-nustar__blog-card-title a { color: #ffcc00; text-decoration: none; transition: color 0.3s ease; } .page-slot-nustar__blog-card-title a:hover { color: #fff; } .page-slot-nustar__blog-card-summary { font-size: 0.9em; color: #ccc; margin-bottom: 15px; flex-grow: 1; } .page-slot-nustar__blog-card-link { margin-top: auto; align-self: flex-start; } @media (max-width: 1024px) { .page-slot-nustar__hero-title { font-size: 2.8em; } .page-slot-nustar__hero-description { font-size: 1.3em; } .page-slot-nustar__section-title { font-size: 2em; } .page-slot-nustar__games-grid, .page-slot-nustar__promotions-grid, .page-slot-nustar__blog-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } } @media (max-width: 768px) { .page-slot-nustar__hero-section { height: 450px; } .page-slot-nustar__hero-title { font-size: 2.2em; } .page-slot-nustar__hero-description { font-size: 1.1em; } .page-slot-nustar__button { padding: 10px 20px; font-size: 0.9em; } .page-slot-nustar__section { padding: 30px 0; } .page-slot-nustar__section-title { font-size: 1.8em; } .page-slot-nustar__intro-list-item { flex: 1 1 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-slot-nustar__intro-list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-slot-nustar__games-grid, .page-slot-nustar__promotions-grid, .page-slot-nustar__blog-grid { grid-template-columns: 1fr; } .page-slot-nustar__card-image { height: 160px; } .page-slot-nustar__security-text, .page-slot-nustar__security-image { flex: 1 1 100%; } .page-slot-nustar__payment-logo { height: 35px; } .page-slot-nustar__faq-question { padding: 12px 15px; } .page-slot-nustar__faq-question h3 { font-size: 1em; } .page-slot-nustar__faq-answer { padding: 15px !important; } .page-slot-nustar__card-image, .page-slot-nustar__blog-card-image, .page-slot-nustar__security-image img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; } .page-slot-nustar__payment-logos { justify-content: space-around; } } @media (max-width: 480px) { .page-slot-nustar__hero-section { height: 350px; } .page-slot-nustar__hero-title { font-size: 1.8em; } .page-slot-nustar__hero-description { font-size: 1em; } .page-slot-nustar__section-title { font-size: 1.5em; } }