.page-bq88 { font-family: 'Arial', sans-serif; color: #333; background-color: #f5f5f5; line-height: 1.6; }.page-bq88__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-bq88__hero-section { background-color: #1a2a4e; color: #fff; text-align: center; padding: 60px 20px 40px; position: relative; overflow: hidden; padding-top: 10px; }.page-bq88__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; max-width: 100% !important; height: auto !important; }.page-bq88__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }.page-bq88__hero-title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-bq88__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-bq88__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-bq88__btn { display: inline-block; background-color: #ffcc00; color: #1a2a4e; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; }.page-bq88__btn:hover { background-color: #e6b800; transform: translateY(-3px); }.page-bq88__section { padding: 40px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-bq88__section:nth-of-type(even) { background-color: #f9f9f9; }.page-bq88__section-title { font-size: 2em; color: #1a2a4e; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px; }.page-bq88__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background-color: #ffcc00; }.page-bq88__text-content { font-size: 1.1em; line-height: 1.8; color: #555; text-align: justify; }.page-bq88__text-content p { margin-bottom: 15px; }.page-bq88__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-bq88__card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-bq88__card:hover { transform: translateY(-5px); }.page-bq88__card-image { width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; height: auto !important; }.page-bq88__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }.page-bq88__card-title { font-size: 1.4em; color: #1a2a4e; margin-bottom: 10px; }.page-bq88__card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; }.page-bq88__card-button { align-self: flex-start; }.page-bq88__game-card .page-bq88__card-image { height: 180px; }.page-bq88__game-provider-logo { width: 100px; height: auto; object-fit: contain; margin: 10px; max-width: 100% !important; height: auto !important; }.page-bq88__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; }.page-bq88__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-bq88__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-bq88__promo-card:hover { transform: translateY(-5px); }.page-bq88__promo-image { width: 100%; height: 220px; object-fit: cover; max-width: 100% !important; height: auto !important; }.page-bq88__promo-content { padding: 20px; }.page-bq88__promo-title { font-size: 1.5em; color: #1a2a4e; margin-bottom: 10px; }.page-bq88__promo-description { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-bq88__faq-list { list-style: none; padding: 0; }.page-bq88__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-bq88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #f0f0f0; color: #1a2a4e; cursor: pointer; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; }.page-bq88__faq-question:hover { background-color: #e0e0e0; }.page-bq88__faq-question h3 { margin: 0; pointer-events: none; font-size: 1.1em; color: #1a2a4e; }.page-bq88__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; }.page-bq88__faq-item.active .page-bq88__faq-toggle { transform: rotate(45deg); }.page-bq88__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; }.page-bq88__faq-item.active .page-bq88__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-bq88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-bq88__blog-post { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-bq88__blog-post:hover { transform: translateY(-5px); }.page-bq88__blog-image { width: 100%; height: 180px; object-fit: cover; max-width: 100% !important; height: auto !important; }.page-bq88__blog-content { padding: 20px; }.page-bq88__blog-title { font-size: 1.3em; color: #1a2a4e; margin-bottom: 10px; }.page-bq88__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; }.page-bq88__blog-summary { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-bq88__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-bq88__floating-btn { background-color: #ffcc00; color: #1a2a4e; padding: 10px 15px; 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, transform 0.3s ease; font-size: 0.9em; text-align: center; }.page-bq88__floating-btn:hover { background-color: #e6b800; transform: translateY(-3px); }@media (max-width: 768px) { .page-bq88__hero-title { font-size: 2em; }.page-bq88__hero-subtitle { font-size: 1.1em; }.page-bq88__hero-buttons { flex-direction: column; gap: 15px; }.page-bq88__btn { width: 100%; max-width: 250px; }.page-bq88__section { padding: 30px 15px; }.page-bq88__section-title { font-size: 1.8em; }.page-bq88__grid, .page-bq88__promo-grid, .page-bq88__blog-grid { grid-template-columns: 1fr; }.page-bq88__card, .page-bq88__promo-card, .page-bq88__blog-post { margin-bottom: 15px; }.page-bq88__faq-question { padding: 15px 20px; font-size: 1em; }.page-bq88__faq-question h3 { font-size: 1em; }.page-bq88__faq-answer { padding: 0 20px; }.page-bq88__faq-item.active .page-bq88__faq-answer { padding: 15px 20px !important; }.page-bq88__text-content { font-size: 1em; }.page-bq88__card-title, .page-bq88__promo-title, .page-bq88__blog-title { font-size: 1.2em; }.page-bq88__card-description, .page-bq88__promo-description, .page-bq88__blog-summary { font-size: 0.9em; }.page-bq88__floating-buttons { bottom: 15px; right: 15px; }.page-bq88__floating-btn { padding: 8px 12px; font-size: 0.85em; }.page-bq88__grid > div, .page-bq88__promo-grid > div, .page-bq88__blog-grid > div { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-bq88__grid > div ul, .page-bq88__promo-grid > div ul, .page-bq88__blog-grid > div ul, .page-bq88__grid > div ol, .page-bq88__promo-grid > div ol, .page-bq88__blog-grid > div ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }.page-bq88__grid > div li, .page-bq88__promo-grid > div li, .page-bq88__blog-grid > div li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-bq88__game-provider-logo { width: 80px; }}