.page-66f-act { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-66f-act__hero-section { position: relative; width: 100%; height: 60vh; min-height: 400px; background: url('[GALLERY:hero:1920x1080:casino,sports,vietnam,night]') no-repeat center center/cover; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; box-sizing: border-box; }.page-66f-act__hero-content { max-width: 90%; }.page-66f-act__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #fff; }.page-66f-act__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); color: #f0f0f0; }.page-66f-act__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-66f-act__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); }.page-66f-act__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; padding: 30px 20px; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); box-sizing: border-box; }.page-66f-act__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-66f-act__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-66f-act__section { padding: 50px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); margin-bottom: 20px; border-radius: 8px; }.page-66f-act__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #007bff; }.page-66f-act__section-content { font-size: 1.1em; line-height: 1.8; color: #555; }.page-66f-act__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-66f-act__grid-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-66f-act__grid-item:hover { transform: translateY(-5px); }.page-66f-act__grid-item-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; }.page-66f-act__grid-item-title { font-size: 1.5em; margin-bottom: 15px; color: #007bff; }.page-66f-act__grid-item-description { font-size: 1em; color: #666; }.page-66f-act__promo-card { background-color: #e7f3ff; border-left: 5px solid #007bff; padding: 20px; margin-bottom: 20px; border-radius: 5px; }.page-66f-act__promo-card-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-66f-act__promo-card-description { font-size: 1em; color: #555; margin-bottom: 15px; }.page-66f-act__promo-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-66f-act__promo-button:hover { background-color: #218838; }.page-66f-act__faq-item { background-color: #f0f0f0; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-66f-act__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #e9e9e9; border-bottom: 1px solid #ddd; user-select: none; transition: background-color 0.3s ease; }.page-66f-act__faq-question:hover { background-color: #e0e0e0; }.page-66f-act__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; }.page-66f-act__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; pointer-events: none; transition: transform 0.3s ease; }.page-66f-act__faq-item.active .page-66f-act__faq-toggle { transform: rotate(45deg); }.page-66f-act__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-66f-act__faq-item.active .page-66f-act__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-66f-act__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; text-decoration: none; display: block; color: inherit; }.page-66f-act__blog-card:hover { transform: translateY(-5px); }.page-66f-act__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; }.page-66f-act__blog-content { padding: 20px; }.page-66f-act__blog-title { font-size: 1.3em; color: #007bff; margin-bottom: 10px; }.page-66f-act__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; }.page-66f-act__blog-date { font-size: 0.85em; color: #999; }.page-66f-act__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-66f-act__floating-button { background-color: #007bff; color: #fff; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; font-size: 1em; text-decoration: none; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-66f-act__floating-button:hover { background-color: #0056b3; transform: scale(1.1); }.page-66f-act__floating-button--register { background-color: #28a745; }.page-66f-act__floating-button--register:hover { background-color: #218838; }.page-66f-act__floating-button--login { background-color: #ffc107; color: #333; }.page-66f-act__floating-button--login:hover { background-color: #e0a800; }.page-66f-act__quick-access-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-66f-act__quick-access-item { box-sizing: border-box !important; width: calc(50% - 10px); }.page-66f-act__quick-access-link { display: block; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 5px; text-align: center; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-66f-act__quick-access-link:hover { background-color: #0056b3; }.page-66f-act__text-center { text-align: center; }.page-66f-act__image-full-width { width: 100%; height: auto; max-width: 100%; object-fit: cover; border-radius: 8px; margin-bottom: 20px; }.page-66f-act__text-highlight { color: #ffcc00; font-weight: bold; }.page-66f-act__section-paragraph { margin-bottom: 15px; }.page-66f-act__list { list-style: none; padding-left: 0; }.page-66f-act__list-item { margin-bottom: 10px; padding-left: 25px; position: relative; }.page-66f-act__list-item::before { content: '✔'; color: #28a745; position: absolute; left: 0; }.page-66f-act__button-group { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-66f-act__button-group .page-66f-act__cta-button { margin: 0; }.page-66f-act__responsive-image { max-width: 100%; height: auto; object-fit: cover; border-radius: 8px; }.page-66f-act__game-category-card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; }.page-66f-act__game-category-card:hover { transform: translateY(-5px); }.page-66f-act__game-category-icon { width: 100%; max-width: 250px; height: auto; margin-bottom: 15px; border-radius: 8px; object-fit: cover; }.page-66f-act__game-category-title { font-size: 1.4em; color: #007bff; margin-bottom: 10px; }.page-66f-act__game-category-description { font-size: 0.95em; color: #666; }.page-66f-act__game-category-button { display: inline-block; background-color: #ffc107; color: #333; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 15px; transition: background-color 0.3s ease; }.page-66f-act__game-category-button:hover { background-color: #e0a800; }@media (max-width: 768px) { .page-66f-act__hero-section { height: 50vh; min-height: 300px; }.page-66f-act__hero-title { font-size: 2em; }.page-66f-act__hero-subtitle { font-size: 1.2em; }.page-66f-act__cta-button { padding: 12px 25px; font-size: 1em; }.page-66f-act__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; }.page-66f-act__payment-logo, .page-66f-act__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-66f-act__section { padding: 30px 15px; margin-bottom: 15px; }.page-66f-act__section-title { font-size: 2em; margin-bottom: 30px; }.page-66f-act__section-content { font-size: 1em; }.page-66f-act__grid { grid-template-columns: 1fr; gap: 20px; }.page-66f-act__grid-item-icon { max-width: 200px; }.page-66f-act__grid-item-title { font-size: 1.3em; }.page-66f-act__promo-card { padding: 15px; }.page-66f-act__promo-card-title { font-size: 1.2em; }.page-66f-act__promo-card-description { font-size: 0.9em; }.page-66f-act__promo-button { padding: 8px 15px; font-size: 0.9em; }.page-66f-act__faq-question { padding: 15px; }.page-66f-act__faq-question h3 { font-size: 1.1em; }.page-66f-act__faq-answer { padding: 15px !important; }.page-66f-act__blog-card { margin-bottom: 20px; }.page-66f-act__blog-image { height: 150px; }.page-66f-act__blog-title { font-size: 1.1em; }.page-66f-act__blog-excerpt { font-size: 0.85em; }.page-66f-act__floating-buttons { bottom: 15px; right: 15px; gap: 8px; }.page-66f-act__floating-button { width: 45px; height: 45px; font-size: 0.9em; }.page-66f-act__quick-access-list { flex-direction: column; gap: 10px; }.page-66f-act__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-66f-act__quick-access-link { padding: 12px 15px; font-size: 0.95em; }.page-66f-act__list-item { 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; word-break: break-word !important; }.page-66f-act__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-66f-act__button-group { flex-direction: column; }.page-66f-act__button-group .page-66f-act__cta-button { width: 100%; box-sizing: border-box; } .page-66f-act__responsive-image { max-width: 100% !important; height: auto !important; } .page-66f-act__game-category-card { padding: 20px; } .page-66f-act__game-category-icon { max-width: 180px; } .page-66f-act__game-category-title { font-size: 1.2em; } .page-66f-act__game-category-description { font-size: 0.9em; } .page-66f-act__game-category-button { padding: 8px 15px; font-size: 0.9em; }}