.page-747-live__hero-section { background: linear-gradient(135deg, #0a1128, #1c2b50); color: #fff; padding: 10px 0 60px 0; text-align: center; position: relative; overflow: hidden; }.page-747-live__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-747-live__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; }.page-747-live__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; }.page-747-live__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; }.page-747-live__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-747-live__button { display: inline-block; background-color: #e0a800; color: #1a1a1a; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-747-live__button:hover { background-color: #ffc107; transform: translateY(-3px); }.page-747-live__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-747-live__floating-button { background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-747-live__floating-button--register { background-color: #28a745; }.page-747-live__floating-button--login { background-color: #007bff; }.page-747-live__floating-button:hover { transform: translateY(-3px); }.page-747-live__floating-button--register:hover { background-color: #218838; }.page-747-live__floating-button--login:hover { background-color: #0056b3; }.page-747-live__games-section { background-color: #f8f9fa; padding: 60px 20px; text-align: center; }.page-747-live__section-title { font-size: 2.2em; color: #0a1128; margin-bottom: 40px; font-weight: 700; }.page-747-live__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-747-live__game-card { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }.page-747-live__game-card:hover { transform: translateY(-8px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }.page-747-live__game-image-wrapper { width: 100%; height: 200px; overflow: hidden; position: relative; }.page-747-live__game-image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }.page-747-live__game-card:hover .page-747-live__game-image { transform: scale(1.05); }.page-747-live__game-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-747-live__game-title { font-size: 1.4em; color: #0a1128; margin-bottom: 10px; font-weight: 600; }.page-747-live__game-description { font-size: 0.95em; color: #555; line-height: 1.5; margin-bottom: 20px; }.page-747-live__play-button { background-color: #e0a800; color: #1a1a1a; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; align-self: flex-start; border: none; cursor: pointer; }.page-747-live__play-button:hover { background-color: #ffc107; }.page-747-live__promo-section { background-color: #e9ecef; padding: 60px 20px; text-align: center; }.page-747-live__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-747-live__promo-card { background-color: #fff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-747-live__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); }.page-747-live__promo-image { width: 100%; height: 220px; object-fit: cover; display: block; }.page-747-live__promo-content { padding: 25px; }.page-747-live__promo-title { font-size: 1.5em; color: #0a1128; margin-bottom: 15px; font-weight: 600; }.page-747-live__promo-description { font-size: 1em; color: #555; line-height: 1.6; margin-bottom: 20px; }.page-747-live__view-all-button { background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; margin-top: 40px; display: inline-block; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-747-live__view-all-button:hover { background-color: #0056b3; }.page-747-live__why-choose-section { background: linear-gradient(135deg, #1c2b50, #0a1128); color: #fff; padding: 60px 20px; text-align: center; }.page-747-live__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; }.page-747-live__feature-card { background-color: rgba(255, 255, 255, 0.08); border-radius: 10px; padding: 30px; text-align: center; transition: background-color 0.3s ease; }.page-747-live__feature-card:hover { background-color: rgba(255, 255, 255, 0.15); }.page-747-live__feature-icon { margin-bottom: 20px; }.page-747-live__feature-icon img { width: 80px; height: 80px; object-fit: contain; }.page-747-live__feature-title { font-size: 1.5em; margin-bottom: 15px; font-weight: 600; }.page-747-live__feature-description { font-size: 1em; line-height: 1.6; opacity: 0.9; }.page-747-live__faq-section { background-color: #f0f2f5; padding: 60px 20px; }.page-747-live__faq-container { max-width: 800px; margin: 0 auto; }.page-747-live__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; }.page-747-live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; }.page-747-live__faq-question:hover { background-color: #f5f5f5; }.page-747-live__faq-question h3 { margin: 0; font-size: 1.2em; color: #0a1128; font-weight: 600; pointer-events: none; }.page-747-live__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e0a800; transition: transform 0.3s ease; pointer-events: none; }.page-747-live__faq-item.active .page-747-live__faq-toggle { transform: rotate(45deg); }.page-747-live__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-747-live__faq-item.active .page-747-live__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-747-live__faq-answer p { margin: 0 0 10px 0; line-height: 1.6; color: #333; }.page-747-live__faq-answer p:last-child { margin-bottom: 0; }.page-747-live__game-list { list-style: none; padding: 0; margin: 0; }.page-747-live__game-item { margin-bottom: 10px; }.page-747-live__game-item strong { color: #0a1128; }.page-747-live__mobile-float-wrapper { display: none; }.page-747-live__mobile-float-button { display: none; }.page-747-live__floating-buttons-mobile { display: none; }.page-747-live__floating-button-mobile { display: none; }@media (max-width: 768px) { .page-747-live__hero-title { font-size: 2em; }.page-747-live__hero-description { font-size: 1em; }.page-747-live__hero-buttons { flex-direction: column; gap: 15px; }.page-747-live__button { width: 100%; max-width: 300px; }.page-747-live__section-title { font-size: 1.8em; }.page-747-live__game-grid, .page-747-live__promo-grid, .page-747-live__features-grid { grid-template-columns: 1fr; }.page-747-live__floating-buttons { display: none; } .page-747-live__floating-buttons-mobile { position: fixed; bottom: 0; left: 0; width: 100%; display: flex; justify-content: space-around; background-color: #1a1a1a; padding: 10px 0; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3); z-index: 1000; }.page-747-live__floating-button-mobile { display: block; background-color: transparent; color: #fff; padding: 10px 15px; border-radius: 0; text-decoration: none; font-weight: bold; font-size: 0.9em; text-align: center; border: none; cursor: pointer; transition: background-color 0.3s ease; flex: 1; }.page-747-live__floating-button-mobile--register { background-color: #28a745; }.page-747-live__floating-button-mobile--login { background-color: #007bff; }.page-747-live__floating-button-mobile:hover { background-color: rgba(255, 255, 255, 0.1); }.page-747-live__floating-button-mobile--register:hover { background-color: #218838; }.page-747-live__floating-button-mobile--login:hover { background-color: #0056b3; }.page-747-live__game-card, .page-747-live__promo-card, .page-747-live__feature-card { margin-left: 0 !important; margin-right: 0 !important; max-width: 100% !important; box-sizing: border-box !important; }.page-747-live__game-grid, .page-747-live__promo-grid, .page-747-live__features-grid, .page-747-live__faq-container { padding: 0 10px; box-sizing: border-box; }.page-747-live__faq-question, .page-747-live__faq-answer { padding-left: 15px; padding-right: 15px; }.page-747-live__faq-question h3 { font-size: 1.1em; }.page-747-live__faq-toggle { font-size: 1.5em; }.page-747-live__hero-section, .page-747-live__games-section, .page-747-live__promo-section, .page-747-live__why-choose-section, .page-747-live__faq-section { padding-left: 15px; padding-right: 15px; }.page-747-live__game-description, .page-747-live__promo-description, .page-747-live__feature-description, .page-747-live__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-747-live__feature-icon img { max-width: 100%; height: auto; display: block; margin: 0 auto;}.page-747-live__game-image { max-width: 100%; height: auto; display: block;}.page-747-live__promo-image { max-width: 100%; height: auto; display: block;}