.page-zbetcode { font-family: 'Arial', sans-serif; color: #333333; line-height: 1.6; background-color: #f8f9fa; }.page-zbetcode__hero-section { position: relative; width: 100%; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: 10px; }.page-zbetcode__hero-image { width: 100%; height: auto; display: block; object-fit: cover; max-height: 500px; }.page-zbetcode__hero-content { position: relative; z-index: 1; padding: 40px 20px; max-width: 900px; margin-top: -150px; background: rgba(255, 255, 255, 0.9); border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }.page-zbetcode__main-title { font-size: 2.8em; color: #2563eb; margin-bottom: 15px; font-weight: bold; line-height: 1.2; }.page-zbetcode__hero-description { font-size: 1.1em; color: #64748b; margin-bottom: 30px; }.page-zbetcode__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; }.page-zbetcode__section-title { font-size: 2.2em; color: #2563eb; text-align: center; margin-bottom: 40px; font-weight: bold; }.page-zbetcode__text-block { font-size: 1em; margin-bottom: 20px; text-align: justify; }.page-zbetcode__dark-section { background-color: #2563eb; color: #ffffff; }.page-zbetcode__dark-section .page-zbetcode__section-title, .page-zbetcode__dark-section .page-zbetcode__text-block, .page-zbetcode__dark-section .page-zbetcode__list-item { color: #ffffff; }.page-zbetcode__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-zbetcode__cta-buttons--center { justify-content: center; }.page-zbetcode__btn-primary, .page-zbetcode__btn-secondary, .page-zbetcode__btn-game { display: inline-block; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; text-align: center; white-space: normal; word-wrap: break-word; box-sizing: border-box; }.page-zbetcode__btn-primary { background-color: #2563eb; color: #ffffff; border: 2px solid #2563eb; }.page-zbetcode__btn-primary:hover { background-color: #1a4bbf; border-color: #1a4bbf; transform: translateY(-3px); }.page-zbetcode__btn-secondary { background-color: #ffffff; color: #2563eb; border: 2px solid #2563eb; }.page-zbetcode__btn-secondary:hover { background-color: #f0f0f0; transform: translateY(-3px); }.page-zbetcode__btn-game { background-color: #64748b; color: #ffffff; border: 2px solid #64748b; margin-top: 15px; }.page-zbetcode__btn-game:hover { background-color: #4a5b6f; border-color: #4a5b6f; transform: translateY(-2px); }.page-zbetcode__steps-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 40px; }.page-zbetcode__step-item { background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 30px; text-align: center; flex: 1 1 300px; max-width: 350px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }.page-zbetcode__step-image { width: 100%; height: auto; max-height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 20px; display: block; }.page-zbetcode__step-title { font-size: 1.5em; color: #ffffff; margin-bottom: 15px; font-weight: bold; }.page-zbetcode__step-description { font-size: 0.95em; color: #ffffff; }.page-zbetcode__list { list-style: none; padding: 0; margin-top: 30px; }.page-zbetcode__list-item { background-color: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; padding: 20px; margin-bottom: 15px; font-size: 1em; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); box-sizing: border-box; }.page-zbetcode__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-zbetcode__game-card { background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 20px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); display: flex; flex-direction: column; justify-content: space-between; }.page-zbetcode__game-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; display: block; }.page-zbetcode__game-title { font-size: 1.4em; color: #ffffff; margin-bottom: 10px; font-weight: bold; }.page-zbetcode__game-description { font-size: 0.9em; color: #ffffff; margin-bottom: 15px; flex-grow: 1; }.page-zbetcode__faq-list { margin-top: 30px; max-width: 900px; margin-left: auto; margin-right: auto; }.page-zbetcode__faq-item { background-color: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-zbetcode__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f5f5f5; border-bottom: 1px solid #e0e0e0; }.page-zbetcode__faq-question:hover { background-color: #ececec; }.page-zbetcode__faq-qtext { font-size: 1.1em; color: #2563eb; font-weight: bold; pointer-events: none; }.page-zbetcode__faq-toggle { font-size: 1.5em; font-weight: bold; color: #2563eb; pointer-events: none; transition: transform 0.3s ease; }.page-zbetcode__faq-item.active .page-zbetcode__faq-toggle { transform: rotate(45deg); }.page-zbetcode__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-zbetcode__faq-item.active .page-zbetcode__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-zbetcode__conclusion-section { text-align: center; }.page-zbetcode__floating-login-button { position: fixed; bottom: 20px; right: 20px; z-index: 1000; background-color: #ff0000; /* Màu đỏ nổi bật cho khuyến mãi */ border-radius: 50px; padding: 15px 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); animation: pulse 2s infinite; }.page-zbetcode__floating-login-button a { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 1.1em; display: block; white-space: nowrap; }.page-zbetcode__floating-login-button:hover { transform: scale(1.05); }.page-zbetcode img { max-width: 100%; height: auto; display: block; }.page-zbetcode a[class*="button"], .page-zbetcode a[class*="btn"] { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }.page-zbetcode__cta-buttons, .page-zbetcode__button-group, .page-zbetcode__btn-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }@keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.05); } 100% { transform: scale(1); } }@media (max-width: 1024px) { .page-zbetcode__main-title { font-size: 2.5em; } .page-zbetcode__section-title { font-size: 2em; } .page-zbetcode__hero-content { margin-top: -100px; padding: 30px 15px; } .page-zbetcode__step-item { flex: 1 1 45%; max-width: 48%; } .page-zbetcode__games-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } .page-zbetcode__game-image { height: 180px; }}.page-zbetcode .page-zbetcode__hero-section { padding-top: 10px !important; }@media (max-width: 768px) { .page-zbetcode { font-size: 16px; line-height: 1.6; } .page-zbetcode__hero-section { padding-top: 10px !important; } .page-zbetcode__hero-image { max-height: 300px; } .page-zbetcode__hero-content { margin-top: -80px; padding: 25px 15px; } .page-zbetcode__main-title { font-size: 1.8em !important; line-height: 1.3 !important; } .page-zbetcode__hero-description { font-size: 0.95em; } .page-zbetcode__section { padding: 40px 15px; } .page-zbetcode__section-title { font-size: 1.8em !important; margin-bottom: 30px; } .page-zbetcode__text-block { font-size: 0.95em; } .page-zbetcode__cta-buttons { flex-direction: column !important; gap: 15px; } .page-zbetcode__btn-primary, .page-zbetcode__btn-secondary, .page-zbetcode__btn-game { padding: 12px 20px !important; font-size: 0.95em !important; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; white-space: normal !important; word-wrap: break-word !important; } .page-zbetcode__cta-buttons, .page-zbetcode__button-group, .page-zbetcode__btn-container { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding-left: 15px; padding-right: 15px; flex-wrap: wrap !important; } .page-zbetcode__step-item { flex: 1 1 100% !important; max-width: 100% !important; padding: 25px; } .page-zbetcode__step-image { max-height: 150px; } .page-zbetcode__list-item { padding: 15px; font-size: 0.95em; max-width: 100% !important; 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-zbetcode__list { padding: 0 15px !important; margin-left: 0 !important; margin-right: 0 !important; max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; } .page-zbetcode__games-grid { grid-template-columns: 1fr !important; gap: 20px; } .page-zbetcode__game-image { height: 150px; } .page-zbetcode__game-title { font-size: 1.2em; } .page-zbetcode__game-description { font-size: 0.85em; } .page-zbetcode__faq-question { padding: 15px 20px; } .page-zbetcode__faq-qtext { font-size: 1em; } .page-zbetcode__faq-answer { padding: 15px 20px !important; } .page-zbetcode__floating-login-button { bottom: 15px; right: 15px; padding: 10px 18px; border-radius: 40px; } .page-zbetcode__floating-login-button a { font-size: 0.9em; white-space: normal; } .page-zbetcode img { max-width: 100% !important; width: 100% !important; height: auto !important; } .page-zbetcode__section, .page-zbetcode__card, .page-zbetcode__container { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; padding-left: 15px; padding-right: 15px; } .page-zbetcode__faq-qtext h3 { pointer-events: none; } }