.page-nustar-portland { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-nustar-portland a { text-decoration: none; color: #e94560; } .page-nustar-portland a:hover { text-decoration: underline; } .page-nustar-portland__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; padding: 20px 15px; text-transform: uppercase; letter-spacing: 1.5px; } .page-nustar-portland__section-title--small { font-size: 1.8em; margin-bottom: 20px; } .page-nustar-portland__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-nustar-portland__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-nustar-portland__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-nustar-portland__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-nustar-portland__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-nustar-portland__hero-cta, .page-nustar-portland__access-button, .page-nustar-portland__game-card-button, .page-nustar-portland__promo-card-button, .page-nustar-portland__contact-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 5px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-nustar-portland__hero-cta:hover, .page-nustar-portland__access-button:hover, .page-nustar-portland__game-card-button:hover, .page-nustar-portland__promo-card-button:hover, .page-nustar-portland__contact-cta:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-nustar-portland__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: #0f3460; padding: 30px 20px; } .page-nustar-portland__logo-strip { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; } .page-nustar-portland__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-nustar-portland__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-nustar-portland__intro-section, .page-nustar-portland__quick-access-section, .page-nustar-portland__games-section, .page-nustar-portland__promotions-section, .page-nustar-portland__security-section, .page-nustar-portland__faq-section, .page-nustar-portland__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-nustar-portland__intro-grid, .page-nustar-portland__access-grid, .page-nustar-portland__games-grid, .page-nustar-portland__promo-grid, .page-nustar-portland__security-grid, .page-nustar-portland__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-nustar-portland__intro-item, .page-nustar-portland__game-card, .page-nustar-portland__promo-card, .page-nustar-portland__security-item, .page-nustar-portland__blog-card { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-nustar-portland__intro-item:hover, .page-nustar-portland__game-card:hover, .page-nustar-portland__promo-card:hover, .page-nustar-portland__security-item:hover, .page-nustar-portland__blog-card:hover { transform: translateY(-5px); } .page-nustar-portland__intro-item-title, .page-nustar-portland__game-card-title, .page-nustar-portland__promo-card-title, .page-nustar-portland__security-item-title, .page-nustar-portland__blog-card-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-nustar-portland__intro-item-text, .page-nustar-portland__game-card-description, .page-nustar-portland__promo-card-description, .page-nustar-portland__blog-card-excerpt { font-size: 1em; color: #b0b0b0; } .page-nustar-portland__access-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } .page-nustar-portland__access-button { width: 100%; box-sizing: border-box; } .page-nustar-portland__game-card-image, .page-nustar-portland__promo-card-image, .page-nustar-portland__blog-card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; max-width: 100%; height: auto; } .page-nustar-portland__game-card-button, .page-nustar-portland__promo-card-button { margin-top: 20px; } .page-nustar-portland__security-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; } .page-nustar-portland__contact-cta-wrapper { text-align: center; margin-top: 40px; } .page-nustar-portland__faq-container { margin-top: 30px; background-color: #0f3460; border-radius: 10px; padding: 20px; } .page-nustar-portland__faq-item { margin-bottom: 15px; border-bottom: 1px solid #2e3c5a; } .page-nustar-portland__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-nustar-portland__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 15px 0; user-select: none; transition: background-color 0.3s ease; } .page-nustar-portland__faq-question:hover { background-color: #1a1a2e; border-radius: 5px; } .page-nustar-portland__faq-q-text { font-size: 1.2em; color: #ffffff; margin: 0; text-align: left; flex-grow: 1; pointer-events: none; } .page-nustar-portland__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-nustar-portland__faq-item.active .page-nustar-portland__faq-toggle { transform: rotate(45deg); } .page-nustar-portland__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-nustar-portland__faq-item.active .page-nustar-portland__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-nustar-portland__faq-answer p { margin: 0; color: #b0b0b0; } .page-nustar-portland__blog-card-title a { color: #ffffff; font-size: 1.2em; } .page-nustar-portland__blog-card-title a:hover { color: #e94560; text-decoration: none; } .page-nustar-portland__blog-card-date { display: block; font-size: 0.9em; color: #888; margin-top: 10px; } @media (max-width: 768px) { .page-nustar-portland__hero-section { height: 400px; } .page-nustar-portland__hero-title { font-size: 2.2em; } .page-nustar-portland__hero-subtitle { font-size: 1.1em; } .page-nustar-portland__hero-cta { padding: 12px 25px; font-size: 1em; } .page-nustar-portland__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-nustar-portland__section-title--small { font-size: 1.4em; } .page-nustar-portland__payment-providers { gap: 16px; } .page-nustar-portland__payment-logo, .page-nustar-portland__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-nustar-portland__intro-section, .page-nustar-portland__quick-access-section, .page-nustar-portland__games-section, .page-nustar-portland__promotions-section, .page-nustar-portland__security-section, .page-nustar-portland__faq-section, .page-nustar-portland__blog-section { padding: 40px 15px; } .page-nustar-portland__intro-grid, .page-nustar-portland__access-grid, .page-nustar-portland__games-grid, .page-nustar-portland__promo-grid, .page-nustar-portland__security-grid, .page-nustar-portland__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-nustar-portland__intro-item, .page-nustar-portland__game-card, .page-nustar-portland__promo-card, .page-nustar-portland__security-item, .page-nustar-portland__blog-card { padding: 25px; } .page-nustar-portland__access-button { font-size: 0.95em; padding: 12px 20px; } .page-nustar-portland__game-card-image, .page-nustar-portland__promo-card-image, .page-nustar-portland__blog-card-image { height: 180px; max-width: 100% !important; } .page-nustar-portland__intro-item-text, .page-nustar-portland__game-card-description, .page-nustar-portland__promo-card-description, .page-nustar-portland__blog-card-excerpt { font-size: 0.95em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-nustar-portland__faq-q-text { font-size: 1.1em; } .page-nustar-portland__faq-answer p { font-size: 0.9em; } } @media (max-width: 375px) { .page-nustar-portland__hero-title { font-size: 1.8em; } .page-nustar-portland__hero-subtitle { font-size: 1em; } }