.page-bcx88 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-bcx88__hero-section { position: relative; width: 100%; overflow: hidden; background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d); padding-top: 10px; }.page-bcx88__hero-image { display: block; width: 100%; height: auto; max-width: 100%; object-fit: cover; }.page-bcx88__hero-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: #fff; z-index: 2; width: 90%; max-width: 800px; }.page-bcx88__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; }.page-bcx88__hero-subtitle { font-size: 1.2em; margin-bottom: 25px; }.page-bcx88__hero-cta { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-bcx88__hero-cta:hover { background-color: #e0a800; transform: translateY(-3px); }.page-bcx88__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 0; background-color: #fff; border-bottom: 1px solid #eee; }.page-bcx88__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-bcx88__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-bcx88__section { padding: 40px 20px; text-align: center; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-bcx88__section-title { font-size: 2.2em; color: #1a2a6c; margin-bottom: 30px; position: relative; display: inline-block; }.page-bcx88__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #fdbb2d; margin: 10px auto 0; }.page-bcx88__section-description { font-size: 1.1em; color: #555; max-width: 800px; margin: 0 auto 40px; }.page-bcx88__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-bcx88__card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: left; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; }.page-bcx88__card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-bcx88__card-image { width: 100%; max-width: 300px; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; }.page-bcx88__card-title { font-size: 1.4em; color: #1a2a6c; margin-bottom: 10px; text-align: center; }.page-bcx88__card-text { font-size: 0.95em; color: #666; text-align: center; }.page-bcx88__card-link { display: inline-block; background-color: #fdbb2d; color: #1a2a6c; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease; }.page-bcx88__card-link:hover { background-color: #e0a800; }.page-bcx88__quick-links-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }.page-bcx88__quick-links-item { margin: 0; }.page-bcx88__quick-links-btn { display: block; background-color: #1a2a6c; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-bcx88__quick-links-btn:hover { background-color: #0d1a4a; }.page-bcx88__faq-list { max-width: 900px; margin: 0 auto; text-align: left; }.page-bcx88__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }.page-bcx88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #fff; cursor: pointer; user-select: none; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; }.page-bcx88__faq-question:hover { background-color: #f0f0f0; }.page-bcx88__faq-question h3 { margin: 0; font-size: 1.1em; color: #1a2a6c; pointer-events: none; }.page-bcx88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #fdbb2d; transition: transform 0.3s ease; pointer-events: none; }.page-bcx88__faq-item.active .page-bcx88__faq-toggle { transform: rotate(45deg); }.page-bcx88__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-bcx88__faq-item.active .page-bcx88__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-bcx88__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-bcx88__blog-card { background-color: #f9f9f9; padding: 20px; border-radius: 8px; text-align: left; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-bcx88__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-bcx88__blog-image { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; }.page-bcx88__blog-title { font-size: 1.2em; color: #1a2a6c; margin-bottom: 10px; }.page-bcx88__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; }.page-bcx88__blog-title a:hover { color: #fdbb2d; }.page-bcx88__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-bcx88__blog-date { font-size: 0.85em; color: #999; text-align: right; }.page-bcx88__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-bcx88__floating-btn { background-color: #1a2a6c; color: #fff; border: none; border-radius: 50%; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; font-size: 1.5em; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-decoration: none; transition: background-color 0.3s ease, transform 0.3s ease; }.page-bcx88__floating-btn:hover { background-color: #fdbb2d; color: #1a2a6c; transform: translateY(-3px); }.page-bcx88__floating-btn--register { background-color: #fdbb2d; color: #1a2a6c; }.page-bcx88__floating-btn--register:hover { background-color: #e0a800; color: #1a2a6c; }@media (max-width: 768px) { .page-bcx88__hero-title { font-size: 2em; }.page-bcx88__hero-subtitle { font-size: 1em; }.page-bcx88__hero-cta { padding: 10px 25px; font-size: 1em; }.page-bcx88__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-bcx88__payment-logo, .page-bcx88__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-bcx88__section { padding: 30px 15px; }.page-bcx88__section-title { font-size: 1.8em; }.page-bcx88__section-description { font-size: 1em; margin-bottom: 30px; }.page-bcx88__grid { grid-template-columns: 1fr; gap: 20px; }.page-bcx88__card { padding: 20px; }.page-bcx88__card-title { font-size: 1.2em; }.page-bcx88__card-text { font-size: 0.9em; }.page-bcx88__quick-links-list { flex-direction: column; gap: 10px; }.page-bcx88__quick-links-btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 10px 20px; margin-left: 0 !important; margin-right: 0 !important; }.page-bcx88__faq-question { padding: 12px 15px; }.page-bcx88__faq-question h3 { font-size: 1em; }.page-bcx88__faq-answer { padding: 15px !important; box-sizing: border-box !important; }.page-bcx88__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-bcx88__blog-card { padding: 15px; }.page-bcx88__blog-title { font-size: 1.1em; }.page-bcx88__blog-excerpt { font-size: 0.85em; }.page-bcx88__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-bcx88__floating-btn { width: 45px; height: 45px; font-size: 1.3em; }}