.page-fkpk { font-family: 'Arial', sans-serif; color: #fff; background-color: #0d1a26; }.page-fkpk__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; }.page-fkpk__hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }.page-fkpk__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; }.page-fkpk__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #fdd835; }.page-fkpk__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #e0e0e0; }.page-fkpk__btn { display: inline-block; background-color: #fdd835; color: #0d1a26; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-fkpk__btn:hover { background-color: #ffeb3b; transform: translateY(-3px); }.page-fkpk__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: 40px 20px; background-color: #1a2a3a; }.page-fkpk__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; }.page-fkpk__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-fkpk__section { padding: 60px 20px; text-align: center; background-color: #1a2a3a; margin-bottom: 20px; border-radius: 10px; }.page-fkpk__section--alt { background-color: #0d1a26; }.page-fkpk__section-title { font-size: 2.5em; margin-bottom: 30px; color: #fdd835; }.page-fkpk__section-description { font-size: 1.1em; line-height: 1.6; max-width: 800px; margin: 0 auto 40px auto; color: #e0e0e0; }.page-fkpk__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-fkpk__card { background-color: #2c3e50; border-radius: 10px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-fkpk__card:hover { transform: translateY(-5px); }.page-fkpk__card-icon { width: 80px; height: 80px; margin-bottom: 20px; }.page-fkpk__card-title { font-size: 1.8em; margin-bottom: 15px; color: #fdd835; }.page-fkpk__card-text { font-size: 1em; line-height: 1.6; color: #e0e0e0; }.page-fkpk__cta-link { display: block; margin-top: 20px; color: #fdd835; text-decoration: none; font-weight: bold; }.page-fkpk__cta-link:hover { text-decoration: underline; }.page-fkpk__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 900px; margin: 0 auto; }.page-fkpk__quick-link-btn { background-color: #3f51b5; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-fkpk__quick-link-btn:hover { background-color: #5c6bc0; }.page-fkpk__game-category { background-color: #2c3e50; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-fkpk__game-category-img { width: 100%; height: 250px; object-fit: cover; }.page-fkpk__game-category-content { padding: 20px; }.page-fkpk__game-category-title { font-size: 1.8em; margin-bottom: 10px; color: #fdd835; }.page-fkpk__game-category-text { font-size: 1em; line-height: 1.6; color: #e0e0e0; margin-bottom: 20px; }.page-fkpk__promo-card { background-color: #2c3e50; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-fkpk__promo-title { font-size: 1.8em; margin-bottom: 15px; color: #fdd835; }.page-fkpk__promo-text { font-size: 1em; line-height: 1.6; color: #e0e0e0; margin-bottom: 20px; }.page-fkpk__faq-item { background-color: #2c3e50; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-fkpk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #34495e; transition: background-color 0.3s ease; }.page-fkpk__faq-question:hover { background-color: #3f51b5; }.page-fkpk__faq-question h3 { margin: 0; font-size: 1.3em; color: #fdd835; pointer-events: none; }.page-fkpk__faq-toggle { font-size: 1.8em; font-weight: bold; color: #fdd835; transition: transform 0.3s ease; pointer-events: none; }.page-fkpk__faq-item.active .page-fkpk__faq-toggle { transform: rotate(45deg); }.page-fkpk__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-fkpk__faq-item.active .page-fkpk__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-fkpk__faq-answer p { margin: 0; font-size: 1em; line-height: 1.6; color: #e0e0e0; }.page-fkpk__blog-card { background-color: #2c3e50; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-fkpk__blog-card-img { width: 100%; height: 200px; object-fit: cover; }.page-fkpk__blog-card-content { padding: 20px; }.page-fkpk__blog-card-title { font-size: 1.5em; margin-bottom: 10px; color: #fdd835; }.page-fkpk__blog-card-text { font-size: 0.9em; line-height: 1.6; color: #e0e0e0; margin-bottom: 15px; }.page-fkpk__blog-card-link { color: #fdd835; text-decoration: none; font-weight: bold; }.page-fkpk__blog-card-link:hover { text-decoration: underline; }.page-fkpk__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-fkpk__floating-btn { background-color: #fdd835; color: #0d1a26; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-fkpk__floating-btn:hover { background-color: #ffeb3b; transform: scale(1.05); }@media (max-width: 768px) { .page-fkpk__hero-title { font-size: 2.5em; }.page-fkpk__hero-subtitle { font-size: 1.2em; }.page-fkpk__btn { padding: 12px 25px; font-size: 1em; }.page-fkpk__section { padding: 40px 15px; }.page-fkpk__section-title { font-size: 2em; }.page-fkpk__section-description { font-size: 1em; }.page-fkpk__grid { grid-template-columns: 1fr; gap: 20px; }.page-fkpk__card { padding: 20px; }.page-fkpk__card-title { font-size: 1.5em; }.page-fkpk__quick-links { flex-direction: column; align-items: center; }.page-fkpk__quick-link-btn { width: 100%; max-width: 280px; }.page-fkpk__game-category-title { font-size: 1.5em; }.page-fkpk__promo-title { font-size: 1.5em; }.page-fkpk__faq-question h3 { font-size: 1.1em; }.page-fkpk__faq-toggle { font-size: 1.5em; }.page-fkpk__blog-card-title { font-size: 1.3em; }.page-fkpk__floating-buttons { bottom: 15px; right: 15px; }.page-fkpk__floating-btn { padding: 10px 18px; font-size: 0.9em; }.page-fkpk__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-fkpk__payment-logo, .page-fkpk__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }/* Danh sách item responsive */.page-fkpk ul, .page-fkpk 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-fkpk ul li, .page-fkpk ol 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-fkpk img:not(.page-fkpk__payment-logo img) { max-width: 100% !important; height: auto !important; }.page-fkpk__game-category-img { max-width: 100% !important; height: auto !important; }.page-fkpk__blog-card-img { max-width: 100% !important; height: auto !important; }}