/* Page-specific CSS for 747+1.live */.page-747-1-live {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;}.page-747-1-live__hero-section {position: relative;padding: 10px 20px 60px;background-color: #0d1a26;color: #fff;text-align: center;overflow: hidden;display: flex;flex-direction: column;justify-content: center;align-items: center;min-height: 500px;}.page-747-1-live__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;opacity: 0.4;z-index: 0;}.page-747-1-live__hero-content {position: relative;z-index: 1;max-width: 900px;}.page-747-1-live__hero-title {font-size: 2.8em;margin-bottom: 20px;font-weight: bold;line-height: 1.2;color: #fff;}.page-747-1-live__brand-highlight {color: #ffcc00;}.page-747-1-live__hero-description {font-size: 1.2em;margin-bottom: 30px;max-width: 700px;}.page-747-1-live__hero-cta-group {display: flex;gap: 20px;justify-content: center;flex-wrap: wrap;}.page-747-1-live__hero-button {display: inline-block;padding: 15px 30px;background-color: #ffcc00;color: #0d1a26;text-decoration: none;border-radius: 50px;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease, transform 0.3s ease;border: none;cursor: pointer;}.page-747-1-live__hero-button:hover {background-color: #e6b800;transform: translateY(-3px);}.page-747-1-live__hero-button--register {background-color: #00aaff;color: #fff;}.page-747-1-live__hero-button--register:hover {background-color: #0099e6;}.page-747-1-live__section-title {font-size: 2.2em;color: #0d1a26;text-align: center;margin-bottom: 20px;padding-top: 40px;}.page-747-1-live__section-description {font-size: 1.1em;color: #555;text-align: center;max-width: 800px;margin: 0 auto 50px;}.page-747-1-live__intro-section, .page-747-1-live__quick-access-section, .page-747-1-live__games-section, .page-747-1-live__promo-section, .page-747-1-live__security-service-section, .page-747-1-live__faq-section, .page-747-1-live__blog-section {padding: 60px 20px;background-color: #fff;margin-bottom: 20px;border-radius: 8px;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);}.page-747-1-live__features-grid, .page-747-1-live__game-categories, .page-747-1-live__promo-grid, .page-747-1-live__info-grid, .page-747-1-live__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 0 auto;}.page-747-1-live__feature-item, .page-747-1-live__game-card, .page-747-1-live__promo-card, .page-747-1-live__info-item, .page-747-1-live__blog-card {background-color: #fcfcfc;border-radius: 8px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);padding: 30px;text-align: center;transition: transform 0.3s ease;}.page-747-1-live__feature-item:hover, .page-747-1-live__game-card:hover, .page-747-1-live__promo-card:hover, .page-747-1-live__info-item:hover, .page-747-1-live__blog-card:hover {transform: translateY(-5px);}.page-747-1-live__feature-icon, .page-747-1-live__info-icon {width: 80px;height: 80px;margin-bottom: 20px;object-fit: contain;}.page-747-1-live__feature-title, .page-747-1-live__game-title, .page-747-1-live__promo-title, .page-747-1-live__info-title {font-size: 1.5em;color: #0d1a26;margin-bottom: 15px;}.page-747-1-live__feature-text, .page-747-1-live__game-text, .page-747-1-live__promo-text, .page-747-1-live__info-text {font-size: 1em;color: #666;margin-bottom: 20px;}.page-747-1-live__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;max-width: 1000px;margin: 0 auto;}.page-747-1-live__access-button {display: inline-block;padding: 12px 25px;background-color: #00aaff;color: #fff;text-decoration: none;border-radius: 5px;font-weight: bold;font-size: 1em;transition: background-color 0.3s ease;border: none;cursor: pointer;}.page-747-1-live__access-button:hover {background-color: #0099e6;}.page-747-1-live__game-image, .page-747-1-live__promo-image, .page-747-1-live__blog-image {width: 100%;height: 200px;object-fit: cover;border-radius: 8px 8px 0 0;margin-bottom: 20px;}.page-747-1-live__game-button, .page-747-1-live__promo-button, .page-747-1-live__info-button {display: inline-block;padding: 10px 20px;background-color: #ffcc00;color: #0d1a26;text-decoration: none;border-radius: 50px;font-weight: bold;font-size: 0.95em;transition: background-color 0.3s ease;border: none;cursor: pointer;}.page-747-1-live__game-button:hover, .page-747-1-live__promo-button:hover, .page-747-1-live__info-button:hover {background-color: #e6b800;}.page-747-1-live__faq-list {max-width: 900px;margin: 0 auto;}.page-747-1-live__faq-item {background-color: #fcfcfc;border: 1px solid #eee;border-radius: 8px;margin-bottom: 15px;overflow: hidden;}.page-747-1-live__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;background-color: #f0f0f0;transition: background-color 0.3s ease;user-select: none;}.page-747-1-live__faq-question:hover {background-color: #e0e0e0;}.page-747-1-live__faq-question-text {font-size: 1.2em;color: #0d1a26;margin: 0;pointer-events: none;}.page-747-1-live__faq-toggle {font-size: 1.5em;font-weight: bold;color: #0d1a26;transition: transform 0.3s ease;pointer-events: none;}.page-747-1-live__faq-item.active .page-747-1-live__faq-toggle {transform: rotate(45deg);}.page-747-1-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-1-live__faq-item.active .page-747-1-live__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-747-1-live__faq-answer p {margin-bottom: 15px;color: #555;}.page-747-1-live__faq-button {display: inline-block;padding: 8px 15px;background-color: #00aaff;color: #fff;text-decoration: none;border-radius: 5px;font-size: 0.9em;transition: background-color 0.3s ease;}.page-747-1-live__faq-button:hover {background-color: #0099e6;}.page-747-1-live__blog-card {text-align: left;padding: 0;overflow: hidden;}.page-747-1-live__blog-content-wrapper {padding: 20px;}.page-747-1-live__blog-title {font-size: 1.3em;margin-bottom: 10px;}.page-747-1-live__blog-title a {color: #0d1a26;text-decoration: none;transition: color 0.3s ease;}.page-747-1-live__blog-title a:hover {color: #00aaff;}.page-747-1-live__blog-date {font-size: 0.9em;color: #888;margin-bottom: 10px;}.page-747-1-live__blog-excerpt {font-size: 1em;color: #666;margin-bottom: 15px;}.page-747-1-live__blog-read-more {display: inline-block;padding: 8px 15px;background-color: #ffcc00;color: #0d1a26;text-decoration: none;border-radius: 50px;font-size: 0.9em;transition: background-color 0.3s ease;}.page-747-1-live__blog-read-more:hover {background-color: #e6b800;}/* Floating buttons */.page-747-1-live__floating-buttons {position: fixed;bottom: 20px;right: 20px;display: flex;flex-direction: column;gap: 15px;z-index: 1000;}.page-747-1-live__floating-button {display: flex;align-items: center;justify-content: center;width: 60px;height: 60px;background-color: #00aaff;color: #fff;border-radius: 50%;font-size: 0.9em;font-weight: bold;text-decoration: none;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);transition: background-color 0.3s ease, transform 0.3s ease;}.page-747-1-live__floating-button:hover {background-color: #0099e6;transform: translateY(-3px);}/* Responsive adjustments */@media (max-width: 768px) {.page-747-1-live__hero-title {font-size: 2em;}.page-747-1-live__hero-description {font-size: 1em;}.page-747-1-live__hero-cta-group {flex-direction: column;}.page-747-1-live__hero-button {width: 100%;}.page-747-1-live__section-title {font-size: 1.8em;padding-top: 30px;}.page-747-1-live__section-description {font-size: 0.95em;margin-bottom: 30px;}.page-747-1-live__intro-section, .page-747-1-live__quick-access-section, .page-747-1-live__games-section, .page-747-1-live__promo-section, .page-747-1-live__security-service-section, .page-747-1-live__faq-section, .page-747-1-live__blog-section {padding: 40px 15px;}.page-747-1-live__features-grid, .page-747-1-live__game-categories, .page-747-1-live__promo-grid, .page-747-1-live__info-grid, .page-747-1-live__blog-grid {grid-template-columns: 1fr;gap: 20px;}.page-747-1-live__feature-item, .page-747-1-live__game-card, .page-747-1-live__promo-card, .page-747-1-live__info-item, .page-747-1-live__blog-card {padding: 20px;}.page-747-1-live__feature-icon, .page-747-1-live__info-icon {width: 60px;height: 60px;margin-bottom: 15px;}.page-747-1-live__feature-title, .page-747-1-live__game-title, .page-747-1-live__promo-title, .page-747-1-live__info-title {font-size: 1.3em;}.page-747-1-live__feature-text, .page-747-1-live__game-text, .page-747-1-live__promo-text, .page-747-1-live__info-text {font-size: 0.9em;}.page-747-1-live__access-buttons {flex-direction: column;}.page-747-1-live__access-button {width: 100%;}.page-747-1-live__game-image, .page-747-1-live__promo-image, .page-747-1-live__blog-image {height: 180px;}.page-747-1-live__faq-question {padding: 15px 20px;}.page-747-1-live__faq-question-text {font-size: 1em;}.page-747-1-live__faq-toggle {font-size: 1.3em;}.page-747-1-live__faq-answer {padding: 0 20px;}.page-747-1-live__faq-item.active .page-747-1-live__faq-answer {padding: 15px 20px !important;}.page-747-1-live__blog-title {font-size: 1.1em;}.page-747-1-live__blog-date, .page-747-1-live__blog-excerpt {font-size: 0.85em;}.page-747-1-live__floating-buttons {bottom: 15px;right: 15px;gap: 10px;}.page-747-1-live__floating-button {width: 50px;height: 50px;font-size: 0.8em;}.page-747-1-live__features-grid .page-747-1-live__feature-item, .page-747-1-live__game-categories .page-747-1-live__game-card, .page-747-1-live__promo-grid .page-747-1-live__promo-card, .page-747-1-live__info-grid .page-747-1-live__info-item, .page-747-1-live__blog-grid .page-747-1-live__blog-card {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-747-1-live__features-grid, .page-747-1-live__game-categories, .page-747-1-live__promo-grid, .page-747-1-live__info-grid, .page-747-1-live__blog-grid {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;padding: 0 !important;margin-left: 0 !important;margin-right: 0 !important;}.page-747-1-live img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-747-1-live img::before {content: "" !important;}.page-747-1-live img::after {content: "" !important;}}