.page-heloo88-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: 10px; } .page-heloo88-com__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-heloo88-com__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-heloo88-com__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-heloo88-com__section-title { text-align: center; color: #2980b9; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-heloo88-com__section--dark .page-heloo88-com__section-title { color: #3498db; } .page-heloo88-com__hero-section { position: relative; overflow: hidden; text-align: center; color: #fff; padding: 80px 0; background: linear-gradient(135deg, #3498db, #2c3e50); border-radius: 0; box-shadow: none; margin-bottom: 0; } .page-heloo88-com__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.7; } .page-heloo88-com__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-heloo88-com__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-heloo88-com__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; } .page-heloo88-com__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-heloo88-com__btn { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-heloo88-com__btn:hover { background-color: #c0392b; transform: translateY(-3px); } .page-heloo88-com__btn--secondary { background-color: #2ecc71; } .page-heloo88-com__btn--secondary:hover { background-color: #27ae60; } .page-heloo88-com__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: 30px 15px; background-color: #ecf0f1; border-radius: 8px; margin-bottom: 20px; } .page-heloo88-com__payment-providers .page-heloo88-com__section-title { font-size: 2em; margin-bottom: 20px; color: #2c3e50; } .page-heloo88-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-heloo88-com__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-heloo88-com__introduction-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } .page-heloo88-com__introduction-text { flex: 1; min-width: 300px; } .page-heloo88-com__introduction-text h3 { color: #2980b9; margin-bottom: 15px; font-size: 1.8em; } .page-heloo88-com__introduction-text p { margin-bottom: 15px; text-align: justify; } .page-heloo88-com__introduction-image { flex: 0 0 400px; max-width: 100%; height: auto; border-radius: 8px; overflow: hidden; } .page-heloo88-com__introduction-image img { width: 100%; height: auto; display: block; object-fit: cover; } .page-heloo88-com__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; text-align: center; } .page-heloo88-com__quick-access-item .page-heloo88-com__btn { width: 100%; padding: 18px 20px; font-size: 1.2em; } .page-heloo88-com__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-heloo88-com__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-heloo88-com__game-card:hover { transform: translateY(-5px); } .page-heloo88-com__game-card-image { width: 100%; height: 200px; overflow: hidden; } .page-heloo88-com__game-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-heloo88-com__game-card-content { padding: 20px; } .page-heloo88-com__game-card-content h3 { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; } .page-heloo88-com__game-card-content p { font-size: 0.9em; color: #666; margin-bottom: 20px; } .page-heloo88-com__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-heloo88-com__promotion-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-heloo88-com__promotion-card:hover { transform: translateY(-5px); } .page-heloo88-com__promotion-card-image { width: 100%; height: 200px; overflow: hidden; } .page-heloo88-com__promotion-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-heloo88-com__promotion-card-content { padding: 20px; } .page-heloo88-com__promotion-card-content h3 { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; } .page-heloo88-com__promotion-card-content p { font-size: 0.9em; color: #666; margin-bottom: 20px; } .page-heloo88-com__security-support-content { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 30px; text-align: center; } .page-heloo88-com__security-support-item { flex: 1; min-width: 280px; max-width: 350px; background-color: #f9f9f9; padding: 30px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .page-heloo88-com__security-support-item h3 { color: #2980b9; margin-bottom: 15px; font-size: 1.6em; } .page-heloo88-com__security-support-item p { color: #555; } .page-heloo88-com__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-heloo88-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #eaf2f8; border-bottom: 1px solid #dbe6ee; transition: background-color 0.3s ease; user-select: none; } .page-heloo88-com__faq-question:hover { background-color: #e0eaf2; } .page-heloo88-com__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; } .page-heloo88-com__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2980b9; transition: transform 0.3s ease; pointer-events: none; } .page-heloo88-com__faq-item.active .page-heloo88-com__faq-toggle { transform: rotate(45deg); } .page-heloo88-com__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; color: #555; } .page-heloo88-com__faq-item.active .page-heloo88-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-heloo88-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-heloo88-com__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-heloo88-com__blog-card:hover { transform: translateY(-5px); } .page-heloo88-com__blog-card-image { width: 100%; height: 200px; overflow: hidden; } .page-heloo88-com__blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; } .page-heloo88-com__blog-card-content { padding: 20px; } .page-heloo88-com__blog-card-content h3 { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-heloo88-com__blog-card-content h3 a { text-decoration: none; color: inherit; } .page-heloo88-com__blog-card-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-heloo88-com__blog-card-date { font-size: 0.8em; color: #999; margin-bottom: 15px; } @media (max-width: 768px) { .page-heloo88-com__hero-section { padding: 60px 0; } .page-heloo88-com__hero-title { font-size: 2.5em; } .page-heloo88-com__hero-subtitle { font-size: 1.2em; } .page-heloo88-com__hero-buttons { flex-direction: column; gap: 15px; } .page-heloo88-com__btn { width: 80%; margin: 0 auto; padding: 12px 20px; font-size: 1em; } .page-heloo88-com__section { padding: 30px 0; } .page-heloo88-com__section-title { font-size: 2em; } .page-heloo88-com__introduction-content { flex-direction: column; } .page-heloo88-com__introduction-image { flex: 0 0 100%; } .page-heloo88-com__quick-access-grid { grid-template-columns: 1fr; } .page-heloo88-com__games-grid, .page-heloo88-com__promotions-grid, .page-heloo88-com__blog-grid { grid-template-columns: 1fr; } .page-heloo88-com__game-card, .page-heloo88-com__promotion-card, .page-heloo88-com__blog-card { max-width: 90%; margin: 0 auto; } .page-heloo88-com__security-support-content { flex-direction: column; align-items: center; } .page-heloo88-com__security-support-item { max-width: 90%; } .page-heloo88-com__faq-question { padding: 15px 20px; } .page-heloo88-com__faq-question h3 { font-size: 1.1em; } .page-heloo88-com__faq-answer { padding: 0 20px; } .page-heloo88-com__faq-item.active .page-heloo88-com__faq-answer { padding: 15px 20px !important; } .page-heloo88-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-heloo88-com__payment-logo, .page-heloo88-com__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-heloo88-com__introduction-text p, .page-heloo88-com__game-card-content p, .page-heloo88-com__promotion-card-content p, .page-heloo88-com__security-support-item p, .page-heloo88-com__blog-card-content p, .page-heloo88-com__faq-answer p { font-size: 0.95em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-heloo88-com__games-grid .page-heloo88-com__game-card, .page-heloo88-com__promotions-grid .page-heloo88-com__promotion-card, .page-heloo88-com__blog-grid .page-heloo88-com__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } }