.page-www-747-live { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-www-747-live__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-www-747-live__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-www-747-live__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-www-747-live__section-title { text-align: center; color: #2c3e50; font-size: 2.5em; margin-bottom: 30px; padding-top: 10px; } .page-www-747-live__section--dark .page-www-747-live__section-title { color: #ecf0f1; } .page-www-747-live__section-subtitle { text-align: center; color: #555; font-size: 1.2em; margin-bottom: 40px; } .page-www-747-live__section--dark .page-www-747-live__section-subtitle { color: #bdc3c7; } .page-www-747-live__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-www-747-live__button:hover { background-color: #c0392b; } .page-www-747-live__button--secondary { background-color: #3498db; } .page-www-747-live__button--secondary:hover { background-color: #2980b9; } .page-www-747-live__hero-section { background-color: #1a2a3a; background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 0; position: relative; overflow: hidden; border-radius: 0; box-shadow: none; padding-top: 10px; } .page-www-747-live__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-www-747-live__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 2; } .page-www-747-live__hero-content { position: relative; z-index: 3; max-width: 900px; margin: 0 auto; padding: 20px; } .page-www-747-live__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #f1c40f; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-www-747-live__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; font-weight: 300; } .page-www-747-live__hero-cta-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-www-747-live__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; padding: 20px; } .page-www-747-live__intro-text { flex: 2; min-width: 300px; } .page-www-747-live__intro-image-wrapper { flex: 1; min-width: 250px; text-align: center; } .page-www-747-live__intro-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-www-747-live__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; padding: 20px; } .page-www-747-live__access-card { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-www-747-live__access-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); } .page-www-747-live__access-card-title { font-size: 1.3em; margin-bottom: 15px; color: #2c3e50; } .page-www-747-live__access-card .page-www-747-live__button { width: 100%; } .page-www-747-live__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px; } .page-www-747-live__game-card { background-color: #ecf0f1; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; } .page-www-747-live__game-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-www-747-live__game-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-www-747-live__game-card-image { width: 100%; height: 100%; object-fit: cover; } .page-www-747-live__game-card-content { padding: 20px; } .page-www-747-live__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #2c3e50; } .page-www-747-live__game-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-www-747-live__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; padding: 10px; background-color: #f2f2f2; border-radius: 5px; } .page-www-747-live__game-provider-logo { height: 40px; object-fit: contain; } .page-www-747-live__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px; } .page-www-747-live__promo-card { background-color: #ecf0f1; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-www-747-live__promo-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-www-747-live__promo-card-image-wrapper { width: 100%; height: 220px; overflow: hidden; } .page-www-747-live__promo-card-image { width: 100%; height: 100%; object-fit: cover; } .page-www-747-live__promo-card-content { padding: 20px; } .page-www-747-live__promo-card-title { font-size: 1.5em; margin-bottom: 10px; color: #e74c3c; } .page-www-747-live__promo-card-description { font-size: 0.95em; color: #555; margin-bottom: 20px; } .page-www-747-live__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 20px; } .page-www-747-live__feature-item { text-align: center; max-width: 280px; padding: 20px; background-color: #ecf0f1; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .page-www-747-live__feature-icon-wrapper { margin-bottom: 15px; } .page-www-747-live__feature-icon { width: 80px; height: 80px; object-fit: contain; } .page-www-747-live__feature-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; } .page-www-747-live__feature-description { font-size: 0.9em; color: #555; } .page-www-747-live__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; padding: 10px; background-color: #f2f2f2; border-radius: 5px; } .page-www-747-live__payment-logo { height: 50px; object-fit: contain; } .page-www-747-live__faq-list { padding: 20px; max-width: 800px; margin: 0 auto; } .page-www-747-live__faq-item { background-color: #ecf0f1; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-www-747-live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #34495e; color: #fff; transition: background-color 0.3s ease; } .page-www-747-live__faq-question:hover { background-color: #2c3e50; } .page-www-747-live__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-www-747-live__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-www-747-live__faq-item.active .page-www-747-live__faq-toggle { transform: rotate(45deg); } .page-www-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; background-color: #f9f9f9; color: #333; } .page-www-747-live__faq-item.active .page-www-747-live__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-www-747-live__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 20px; } .page-www-747-live__blog-card { background-color: #ecf0f1; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-www-747-live__blog-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); } .page-www-747-live__blog-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-www-747-live__blog-card-image { width: 100%; height: 100%; object-fit: cover; } .page-www-747-live__blog-card-content { padding: 20px; } .page-www-747-live__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #2c3e50; } .page-www-747-live__blog-card-excerpt { font-size: 0.9em; color: #555; margin-bottom: 15px; } .page-www-747-live__blog-card-link { display: inline-block; color: #e74c3c; text-decoration: none; font-weight: bold; } .page-www-747-live__blog-card-link:hover { text-decoration: underline; } .page-www-747-live__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-www-747-live__floating-button { background-color: #f1c40f; color: #2c3e50; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-www-747-live__floating-button:hover { background-color: #f39c12; transform: translateY(-3px); } @media (max-width: 768px) { .page-www-747-live__hero-section { padding: 80px 0; } .page-www-747-live__hero-title { font-size: 2.5em; } .page-www-747-live__hero-subtitle { font-size: 1.2em; } .page-www-747-live__section-title { font-size: 2em; } .page-www-747-live__intro-content { flex-direction: column; } .page-www-747-live__intro-text, .page-www-747-live__intro-image-wrapper { min-width: unset; width: 100%; } .page-www-747-live__quick-access-grid, .page-www-747-live__games-grid, .page-www-747-live__promo-grid, .page-www-747-live__blog-grid { grid-template-columns: 1fr; } .page-www-747-live__access-card, .page-www-747-live__game-card, .page-www-747-live__promo-card, .page-www-747-live__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-www-747-live__faq-question { padding: 15px 20px; } .page-www-747-live__faq-answer { padding: 0 20px; } .page-www-747-live__faq-item.active .page-www-747-live__faq-answer { padding: 15px 20px !important; } .page-www-747-live__floating-buttons { right: 10px; bottom: 10px; } .page-www-747-live__game-provider-logos, .page-www-747-live__payment-methods { flex-direction: row; flex-wrap: wrap; padding: 10px 5px; gap: 10px; } .page-www-747-live__game-provider-logo, .page-www-747-live__payment-logo { height: 35px; } .page-www-747-live__feature-item { max-width: 100%; } } .page-www-747-live img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-www-747-live__container ul, .page-www-747-live__container 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-www-747-live__container li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 0 10px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }