.page-code-qq88 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } .page-code-qq88__section-title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 40px; padding: 20px 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-code-qq88__section-title strong, .page-code-qq88__section-title .highlight-keyword { color: #00bcd4; } .page-code-qq88__btn { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; white-space: nowrap; } .page-code-qq88__btn--primary { background-color: #e94560; color: #fff; border: 2px solid #e94560; } .page-code-qq88__btn--primary:hover { background-color: #d4324c; transform: translateY(-2px); } .page-code-qq88__btn--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-code-qq88__btn--secondary:hover { background-color: #e94560; color: #fff; transform: translateY(-2px); } .page-code-qq88__btn--access { background-color: #283a54; color: #00bcd4; border: 1px solid #00bcd4; padding: 10px 20px; } .page-code-qq88__btn--access:hover { background-color: #00bcd4; color: #1a1a2e; } .page-code-qq88__btn--game, .page-code-qq88__btn--promo, .page-code-qq88__btn--readmore { background-color: #00bcd4; color: #1a1a2e; border: none; padding: 10px 20px; } .page-code-qq88__btn--game:hover, .page-code-qq88__btn--promo:hover, .page-code-qq88__btn--readmore:hover { background-color: #00a0b0; } .page-code-qq88__btn--small { padding: 8px 15px; font-size: 0.9em; } .highlight-keyword { color: #00bcd4; font-weight: bold; } /* HERO Section */ .page-code-qq88__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; background: linear-gradient(135deg, #283a54, #1a1a2e); min-height: 70vh; position: relative; overflow: hidden; } .page-code-qq88__hero-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; margin-top: 40px; } .page-code-qq88__hero-image { max-width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); } .page-code-qq88__hero-content { z-index: 1; max-width: 900px; } .page-code-qq88__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #fff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-code-qq88__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #ccc; } .page-code-qq88__hero-cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } /* Partner/Provider Logo Section */ .page-code-qq88__payment-providers { display: flex; flex-direction: column; align-items: center; padding: 40px 20px; background-color: #222d42; margin-top: 20px; } .page-code-qq88__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-code-qq88__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-code-qq88__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } /* Introduction Section */ .page-code-qq88__intro-section { padding: 60px 20px; background-color: #1a1a2e; text-align: center; } .page-code-qq88__intro-content { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; max-width: 1200px; margin: 0 auto; } .page-code-qq88__intro-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); flex: 1 1 400px; object-fit: cover; } .page-code-qq88__intro-text { flex: 1 1 400px; text-align: left; } .page-code-qq88__intro-text p { margin-bottom: 15px; color: #ccc; } .page-code-qq88__intro-list { list-style: none; padding-left: 0; margin-top: 20px; } .page-code-qq88__intro-list li { background: #283a54; border-left: 4px solid #e94560; padding: 10px 15px; margin-bottom: 10px; border-radius: 5px; color: #f0f0f0; box-sizing: border-box; } /* Quick Access Section */ .page-code-qq88__quick-access-section { padding: 60px 20px; background-color: #222d42; text-align: center; } .page-code-qq88__access-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; } /* Core Games Section */ .page-code-qq88__games-section { padding: 60px 20px; background-color: #1a1a2e; } .page-code-qq88__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-code-qq88__game-card { background-color: #283a54; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; } .page-code-qq88__game-card:hover { transform: translateY(-5px); } .page-code-qq88__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-code-qq88__game-title { font-size: 1.8em; color: #00bcd4; margin-bottom: 10px; padding: 0 15px; } .page-code-qq88__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; padding: 0 15px; } /* Promotions Section */ .page-code-qq88__promotions-section { padding: 60px 20px; background-color: #222d42; } .page-code-qq88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-code-qq88__promo-card { background-color: #283a54; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; } .page-code-qq88__promo-card:hover { transform: translateY(-5px); } .page-code-qq88__promo-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-code-qq88__promo-title { font-size: 1.8em; color: #e94560; margin-bottom: 10px; padding: 0 15px; } .page-code-qq88__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; padding: 0 15px; } /* Security & Customer Service Section */ .page-code-qq88__security-section { padding: 60px 20px; background-color: #1a1a2e; } .page-code-qq88__security-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; text-align: center; } .page-code-qq88__security-item { background-color: #283a54; border-radius: 10px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-code-qq88__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-code-qq88__security-title { font-size: 1.8em; color: #00bcd4; margin-bottom: 15px; } .page-code-qq88__security-description { font-size: 0.95em; color: #ccc; } /* FAQ Section */ .page-code-qq88__faq-section { padding: 60px 20px; background-color: #222d42; } .page-code-qq88__faq-container { max-width: 900px; margin: 0 auto; } .page-code-qq88__faq-item { background-color: #283a54; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); } .page-code-qq88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3e5170; transition: background-color 0.3s ease; } .page-code-qq88__faq-question:hover { background-color: #4a5f80; } .page-code-qq88__faq-q-title { margin: 0; font-size: 1.2em; color: #f0f0f0; pointer-events: none; } .page-code-qq88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #00bcd4; transition: transform 0.3s ease; pointer-events: none; } .page-code-qq88__faq-item.active .page-code-qq88__faq-toggle { transform: rotate(45deg); color: #e94560; } .page-code-qq88__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #ccc; } .page-code-qq88__faq-item.active .page-code-qq88__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-code-qq88__faq-answer p { margin: 0; } /* Latest Blog Content Section */ .page-code-qq88__blog-section { padding: 60px 20px; background-color: #1a1a2e; } .page-code-qq88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-code-qq88__blog-card { background-color: #283a54; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-code-qq88__blog-card:hover { transform: translateY(-5px); } .page-code-qq88__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-code-qq88__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; } .page-code-qq88__blog-title { font-size: 1.5em; margin-bottom: 10px; } .page-code-qq88__blog-title a { color: #00bcd4; text-decoration: none; transition: color 0.3s ease; } .page-code-qq88__blog-title a:hover { color: #e94560; } .page-code-qq88__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-code-qq88__blog-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 20px; flex-grow: 1; } .page-code-qq88__btn--readmore { margin-top: auto; align-self: flex-start; } /* Responsive Styles */ @media (max-width: 1024px) { .page-code-qq88__hero-title { font-size: 3em; } .page-code-qq88__hero-subtitle { font-size: 1.3em; } .page-code-qq88__section-title { font-size: 2em; } .page-code-qq88__intro-content { flex-direction: column; } .page-code-qq88__intro-image, .page-code-qq88__intro-text { flex: 1 1 100%; } .page-code-qq88__game-grid, .page-code-qq88__promo-grid, .page-code-qq88__security-content, .page-code-qq88__blog-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } } @media (max-width: 768px) { .page-code-qq88__hero-section { padding: 40px 15px; } .page-code-qq88__hero-title { font-size: 2.5em; } .page-code-qq88__hero-subtitle { font-size: 1.1em; } .page-code-qq88__hero-cta-buttons { flex-direction: column; gap: 15px; } .page-code-qq88__btn { width: 80%; max-width: 300px; margin: 0 auto; } .page-code-qq88__section-title { font-size: 1.8em; padding: 15px 10px; } .page-code-qq88__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-code-qq88__payment-logo, .page-code-qq88__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-code-qq88__intro-section, .page-code-qq88__quick-access-section, .page-code-qq88__games-section, .page-code-qq88__promotions-section, .page-code-qq88__security-section, .page-code-qq88__faq-section, .page-code-qq88__blog-section { padding: 30px 15px; } .page-code-qq88__intro-list li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-code-qq88__intro-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-code-qq88__access-links { grid-template-columns: 1fr; } .page-code-qq88__game-card, .page-code-qq88__promo-card, .page-code-qq88__security-item, .page-code-qq88__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-code-qq88__game-grid, .page-code-qq88__promo-grid, .page-code-qq88__security-content, .page-code-qq88__blog-grid { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-code-qq88__game-image, .page-code-qq88__promo-image, .page-code-qq88__security-icon, .page-code-qq88__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-code-qq88__faq-question { padding: 15px 20px; } .page-code-qq88__faq-q-title { font-size: 1.1em; } .page-code-qq88__faq-answer { padding: 0 20px; } .page-code-qq88__faq-item.active .page-code-qq88__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-code-qq88__hero-title { font-size: 2em; } .page-code-qq88__hero-subtitle { font-size: 1em; } .page-code-qq88__btn { width: 90%; } .page-code-qq88__section-title { font-size: 1.5em; } }