body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #0d1a2a; color: #e0e0e0; } .page-heloo88 { max-width: 1200px; margin: 0 auto; padding: 10px; } .page-heloo88__hero-section { position: relative; width: 100%; overflow: hidden; border-radius: 15px; margin-bottom: 30px; padding-top: 10px; } .page-heloo88__hero-image { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 15px; } .page-heloo88__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.7) 100%); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 20px; box-sizing: border-box; } .page-heloo88__hero-title { font-size: 2.8em; color: #fff; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0,0,0,0.7); line-height: 1.2; } .page-heloo88__hero-subtitle { font-size: 1.2em; color: #f0f0f0; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); } .page-heloo88__cta-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(228, 77, 38, 0.4); } .page-heloo88__cta-button:hover { background-color: #ff6f40; transform: translateY(-3px); } .page-heloo88__section { background-color: #1a2a3a; padding: 30px; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.3); } .page-heloo88__section-title { font-size: 2.2em; color: #e44d26; text-align: center; margin-bottom: 25px; text-shadow: 1px 1px 2px rgba(0,0,0,0.5); } .page-heloo88__text-content { font-size: 1.1em; line-height: 1.7; color: #c0c0c0; text-align: justify; margin-bottom: 20px; } .page-heloo88__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-heloo88__intro-item { background-color: #2a3a4a; padding: 25px; border-radius: 12px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-heloo88__intro-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.4); } .page-heloo88__intro-icon { width: 80px; height: 80px; margin-bottom: 15px; display: inline-block; } .page-heloo88__intro-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-heloo88__intro-description { font-size: 0.95em; color: #a0a0a0; } .page-heloo88__link-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-top: 20px; } .page-heloo88__link-item { display: block; background-color: #334455; color: #fff; padding: 15px 10px; border-radius: 10px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-heloo88__link-item:hover { background-color: #e44d26; } .page-heloo88__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-heloo88__game-card { background-color: #2a3a4a; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-heloo88__game-card:hover { transform: translateY(-7px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .page-heloo88__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-heloo88__game-content { padding: 20px; } .page-heloo88__game-title { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; } .page-heloo88__game-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 15px; } .page-heloo88__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-heloo88__promotion-card { background-color: #2a3a4a; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-heloo88__promotion-card:hover { transform: translateY(-7px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .page-heloo88__promotion-image { width: 100%; height: 220px; object-fit: cover; display: block; } .page-heloo88__promotion-content { padding: 20px; } .page-heloo88__promotion-title { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; } .page-heloo88__promotion-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 15px; } .page-heloo88__security-list { list-style: none; padding: 0; margin-top: 20px; } .page-heloo88__security-item { display: flex; align-items: flex-start; margin-bottom: 15px; font-size: 1.1em; color: #c0c0c0; } .page-heloo88__security-icon { width: 40px; height: 40px; min-width: 40px; margin-right: 15px; } .page-heloo88__security-text strong { color: #e44d26; } .page-heloo88__faq-list { margin-top: 20px; } .page-heloo88__faq-item { background-color: #2a3a4a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; } .page-heloo88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #3a4a5a; border-bottom: 1px solid #4a5a6a; transition: background-color 0.3s ease; user-select: none; } .page-heloo88__faq-question:hover { background-color: #4a5a6a; } .page-heloo88__faq-question h3 { margin: 0; font-size: 1.2em; color: #e44d26; pointer-events: none; } .page-heloo88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #fff; transition: transform 0.3s ease; pointer-events: none; } .page-heloo88__faq-item.active .page-heloo88__faq-toggle { transform: rotate(45deg); } .page-heloo88__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; background-color: #2a3a4a; } .page-heloo88__faq-item.active .page-heloo88__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-heloo88__faq-answer p { margin: 0; padding-bottom: 10px; line-height: 1.6; color: #c0c0c0; } .page-heloo88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-heloo88__blog-card { background-color: #2a3a4a; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-heloo88__blog-card:hover { transform: translateY(-7px); box-shadow: 0 10px 30px rgba(0,0,0,0.5); } .page-heloo88__blog-image { width: 100%; height: 180px; object-fit: cover; display: block; } .page-heloo88__blog-content { padding: 20px; } .page-heloo88__blog-title { font-size: 1.4em; color: #e44d26; margin-bottom: 10px; } .page-heloo88__blog-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 15px; } .page-heloo88__blog-date { font-size: 0.85em; color: #777; text-align: right; } .page-heloo88__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-heloo88__floating-button { background-color: #e44d26; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.3); transition: background-color 0.3s ease; } .page-heloo88__floating-button:hover { background-color: #ff6f40; } @media (max-width: 768px) { .page-heloo88 { padding: 5px; } .page-heloo88__hero-title { font-size: 2em; } .page-heloo88__hero-subtitle { font-size: 1em; } .page-heloo88__cta-button { padding: 12px 25px; font-size: 1em; } .page-heloo88__section { padding: 20px; margin-bottom: 20px; } .page-heloo88__section-title { font-size: 1.8em; } .page-heloo88__text-content { font-size: 1em; } .page-heloo88__intro-grid, .page-heloo88__link-grid, .page-heloo88__games-grid, .page-heloo88__promotion-grid, .page-heloo88__blog-grid { grid-template-columns: 1fr; gap: 15px; } .page-heloo88__intro-item, .page-heloo88__game-card, .page-heloo88__promotion-card, .page-heloo88__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-heloo88__security-item { font-size: 0.95em; } .page-heloo88__faq-question h3 { font-size: 1.1em; } .page-heloo88__faq-answer p { font-size: 0.9em; } .page-heloo88__floating-buttons { bottom: 10px; right: 10px; } .page-heloo88__floating-button { padding: 10px 15px; font-size: 0.9em; } } @media (max-width: 480px) { .page-heloo88__hero-title { font-size: 1.6em; } .page-heloo88__hero-subtitle { font-size: 0.9em; } .page-heloo88__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-heloo88__section-title { font-size: 1.5em; } .page-heloo88__faq-question h3 { font-size: 1em; } }