.page-helo888 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f5f5f5; padding-top: 10px; }.page-helo888__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; background-color: #000; padding: 20px; box-sizing: border-box; }.page-helo888__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.7; }.page-helo888__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-helo888__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffe000; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-helo888__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-helo888__cta-button { display: inline-block; background-color: #ffe000; color: #000; padding: 12px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-helo888__cta-button:hover { background-color: #ffcc00; }.page-helo888__section { padding: 40px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }.page-helo888__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-helo888__section-title { text-align: center; font-size: 2em; color: #333; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-helo888__section-title--dark { color: #ffe000; }.page-helo888__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #ffe000; margin: 10px auto 0; }.page-helo888__intro-text { text-align: center; max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; }.page-helo888__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; max-width: 900px; margin: 0 auto; }.page-helo888__quick-access-item { background-color: #f0f0f0; padding: 15px; border-radius: 8px; text-align: center; transition: transform 0.2s ease, background-color 0.2s ease; }.page-helo888__quick-access-item:hover { transform: translateY(-5px); background-color: #e0e0e0; }.page-helo888__quick-access-link { text-decoration: none; color: #333; font-weight: bold; display: block; }.page-helo888__quick-access-link:hover { color: #007bff; }.page-helo888__quick-access-icon { max-width: 80px; height: auto; margin-bottom: 10px; }.page-helo888__game-tabs { display: flex; justify-content: center; margin-bottom: 20px; flex-wrap: wrap; }.page-helo888__game-tab-button { background-color: #eee; border: none; padding: 10px 20px; cursor: pointer; margin: 5px; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; }.page-helo888__game-tab-button.active { background-color: #ffe000; color: #333; }.page-helo888__game-content { display: none; }.page-helo888__game-content.active { display: block; }.page-helo888__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-helo888__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.2s ease; }.page-helo888__game-card:hover { transform: translateY(-5px); }.page-helo888__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-helo888__game-card-content { padding: 15px; }.page-helo888__game-card-title { font-size: 1.3em; margin-bottom: 10px; color: #333; }.page-helo888__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-helo888__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-helo888__promo-card { background-color: #f0f8ff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); transition: transform 0.3s ease; }.page-helo888__promo-card:hover { transform: translateY(-8px); }.page-helo888__promo-card-image { width: 100%; height: 220px; object-fit: cover; }.page-helo888__promo-card-content { padding: 20px; }.page-helo888__promo-card-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-helo888__promo-card-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-helo888__security-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }.page-helo888__security-item { background-color: #f9f9f9; padding: 20px; border-radius: 8px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); text-align: center; }.page-helo888__security-icon { max-width: 100px; height: auto; margin-bottom: 15px; }.page-helo888__security-title { font-size: 1.2em; color: #333; margin-bottom: 10px; }.page-helo888__security-text { font-size: 0.95em; color: #666; }.page-helo888__faq-list { max-width: 800px; margin: 0 auto; }.page-helo888__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 10px; overflow: hidden; }.page-helo888__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; user-select: none; transition: background-color 0.3s ease; }.page-helo888__faq-question:hover { background-color: #e0e0e0; }.page-helo888__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; }.page-helo888__faq-toggle { font-size: 1.5em; font-weight: bold; color: #333; pointer-events: none; transition: transform 0.3s ease; }.page-helo888__faq-item.active .page-helo888__faq-toggle { transform: rotate(45deg); }.page-helo888__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-helo888__faq-item.active .page-helo888__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-helo888__faq-answer p { margin-top: 0; margin-bottom: 10px; color: #555; }.page-helo888__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-helo888__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-helo888__blog-card:hover { transform: translateY(-8px); }.page-helo888__blog-card-image { width: 100%; height: 200px; object-fit: cover; }.page-helo888__blog-card-content { padding: 20px; }.page-helo888__blog-card-date { font-size: 0.85em; color: #999; margin-bottom: 10px; }.page-helo888__blog-card-title { font-size: 1.3em; color: #333; margin-bottom: 10px; }.page-helo888__blog-card-title a { text-decoration: none; color: #333; transition: color 0.3s ease; }.page-helo888__blog-card-title a:hover { color: #007bff; }.page-helo888__blog-card-summary { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-helo888__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-helo888__floating-button { background-color: #ffe000; color: #000; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; text-align: center; }.page-helo888__floating-button:hover { background-color: #ffcc00; }.page-helo888__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 20px 0; }.page-helo888__game-provider-logo { max-width: 100px; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-helo888__game-provider-logo:hover { filter: grayscale(0%); opacity: 1; }.page-helo888__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 20px 0; }.page-helo888__payment-logo { max-width: 100px; height: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-helo888__payment-logo:hover { filter: grayscale(0%); opacity: 1; }@media (max-width: 768px) { .page-helo888__hero-title { font-size: 2em; }.page-helo888__hero-subtitle { font-size: 1em; }.page-helo888__section { padding: 30px 15px; }.page-helo888__section-title { font-size: 1.8em; }.page-helo888__intro-text { font-size: 1em; }.page-helo888__quick-access-grid, .page-helo888__game-grid, .page-helo888__promo-grid, .page-helo888__security-list, .page-helo888__blog-grid { grid-template-columns: 1fr; }.page-helo888__quick-access-item, .page-helo888__game-card, .page-helo888__promo-card, .page-helo888__security-item, .page-helo888__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-helo888__quick-access-grid, .page-helo888__game-grid, .page-helo888__promo-grid, .page-helo888__security-list, .page-helo888__blog-grid { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-helo888__faq-question { padding: 12px 15px; }.page-helo888__faq-question h3 { font-size: 1em; }.page-helo888__faq-answer { padding: 15px 15px !important; }.page-helo888__floating-buttons { right: 10px; bottom: 10px; }.page-helo888__floating-button { padding: 8px 15px; font-size: 0.9em; }.page-helo888__game-tab-button { width: 100%; }.page-helo888__game-card-image, .page-helo888__promo-card-image, .page-helo888__blog-card-image { height: 180px; }.page-helo888__payment-logo, .page-helo888__game-provider-logo { max-width: 80px; }}