.page-747-live-sports-login { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-747-live-sports-login__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-747-live-sports-login__section { padding: 60px 20px; text-align: center; } .page-747-live-sports-login__section:nth-of-type(even) { background-color: #16213e; } .page-747-live-sports-login__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:live_sports,betting,stadium]') no-repeat center center/cover; padding: 120px 20px 80px; color: #fff; text-align: center; position: relative; overflow: hidden; padding-top: calc(var(--header-offset, 122px) + 60px); } @media (max-width: 768px) { .page-747-live-sports-login__hero-section { padding-top: calc(var(--header-offset, 122px) + 30px); padding-bottom: 60px; } } .page-747-live-sports-login__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #e94560; } @media (max-width: 768px) { .page-747-live-sports-login__hero-title { font-size: 2.5em; } } .page-747-live-sports-login__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-747-live-sports-login__hero-subtitle { font-size: 1.2em; } } .page-747-live-sports-login__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-747-live-sports-login__btn:hover { background-color: #b82e45; } .page-747-live-sports-login__title { font-size: 2.5em; color: #e94560; margin-bottom: 40px; } @media (max-width: 768px) { .page-747-live-sports-login__title { font-size: 2em; } } .page-747-live-sports-login__subtitle { font-size: 1.2em; margin-bottom: 30px; color: #ccc; } .page-747-live-sports-login__text-content { max-width: 900px; margin: 0 auto 40px; font-size: 1.1em; color: #ccc; } .page-747-live-sports-login__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-747-live-sports-login__feature-item { background-color: #0f3460; padding: 30px; border-radius: 8px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-747-live-sports-login__feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-747-live-sports-login__feature-item h3 { color: #e94560; margin-top: 0; font-size: 1.5em; } .page-747-live-sports-login__feature-item p { color: #ccc; font-size: 0.95em; } .page-747-live-sports-login__image-wrapper { margin-bottom: 25px; } .page-747-live-sports-login__image-wrapper img { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto; min-width: 200px; min-height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-747-live-sports-login__feature-grid { grid-template-columns: 1fr; } .page-747-live-sports-login__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; } } .page-747-live-sports-login__button-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-747-live-sports-login__button-grid .page-747-live-sports-login__btn { min-width: 180px; text-align: center; } .page-747-live-sports-login__game-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; } .page-747-live-sports-login__game-tab-btn { background-color: #0f3460; color: #fff; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px; margin: 5px; transition: background-color 0.3s ease; font-weight: bold; } .page-747-live-sports-login__game-tab-btn:hover, .page-747-live-sports-login__game-tab-btn.active { background-color: #e94560; } .page-747-live-sports-login__game-content { display: none; text-align: left; } .page-747-live-sports-login__game-content.active { display: block; } .page-747-live-sports-login__game-item { display: flex; align-items: center; background-color: #0f3460; border-radius: 8px; margin-bottom: 20px; padding: 20px; gap: 20px; } @media (max-width: 768px) { .page-747-live-sports-login__game-item { flex-direction: column; text-align: center; } } .page-747-live-sports-login__game-item-image { flex-shrink: 0; } .page-747-live-sports-login__game-item-image img { width: 250px; height: 180px; object-fit: cover; border-radius: 5px; min-width: 200px; min-height: 200px; } @media (max-width: 768px) { .page-747-live-sports-login__game-item-image img { width: 100%; height: auto; } } .page-747-live-sports-login__game-item-info h3 { color: #e94560; margin-top: 0; font-size: 1.5em; } .page-747-live-sports-login__game-item-info p { color: #ccc; font-size: 0.95em; } .page-747-live-sports-login__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-747-live-sports-login__promo-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-747-live-sports-login__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-747-live-sports-login__promo-card-image img { width: 100%; height: 200px; object-fit: cover; display: block; min-width: 200px; min-height: 200px; } .page-747-live-sports-login__promo-card-content { padding: 25px; } .page-747-live-sports-login__promo-card-content h3 { color: #e94560; margin-top: 0; margin-bottom: 15px; font-size: 1.5em; } .page-747-live-sports-login__promo-card-content p { color: #ccc; margin-bottom: 20px; font-size: 0.95em; } .page-747-live-sports-login__promo-card-content .page-747-live-sports-login__btn { width: 100%; text-align: center; } @media (max-width: 768px) { .page-747-live-sports-login__promo-grid { grid-template-columns: 1fr; } .page-747-live-sports-login__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-747-live-sports-login__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-747-live-sports-login__payment-provider { background-color: #0f3460; padding: 15px 25px; border-radius: 5px; font-weight: bold; color: #fff; font-size: 1.1em; } .page-747-live-sports-login__customer-service-info { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-747-live-sports-login__contact-method { background-color: #0f3460; padding: 20px 30px; border-radius: 8px; text-align: center; } .page-747-live-sports-login__contact-method h4 { color: #e94560; margin-bottom: 10px; font-size: 1.3em; } .page-747-live-sports-login__contact-method p { color: #ccc; font-size: 1em; } .page-747-live-sports-login__faq-list { max-width: 900px; margin: 40px auto 0; text-align: left; } .page-747-live-sports-login__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-747-live-sports-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0f3460; color: #fff; border-bottom: 1px solid #16213e; transition: background-color 0.3s ease; user-select: none; } .page-747-live-sports-login__faq-question:hover { background-color: #16213e; } .page-747-live-sports-login__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-747-live-sports-login__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-747-live-sports-login__faq-item.active .page-747-live-sports-login__faq-toggle { transform: rotate(45deg); } .page-747-live-sports-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #ccc; background-color: #16213e; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-747-live-sports-login__faq-item.active .page-747-live-sports-login__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-747-live-sports-login__faq-list { padding: 0 10px; } .page-747-live-sports-login__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-747-live-sports-login__faq-question { padding: 15px 20px; } .page-747-live-sports-login__faq-answer { padding: 0 20px; } .page-747-live-sports-login__faq-item.active .page-747-live-sports-login__faq-answer { padding: 15px 20px !important; } } .page-747-live-sports-login__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-747-live-sports-login__blog-card { background-color: #0f3460; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-747-live-sports-login__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-747-live-sports-login__blog-card-image img { width: 100%; height: 200px; object-fit: cover; display: block; min-width: 200px; min-height: 200px; } .page-747-live-sports-login__blog-card-content { padding: 25px; } .page-747-live-sports-login__blog-card-content h3 { color: #e94560; margin-top: 0; margin-bottom: 15px; font-size: 1.5em; } .page-747-live-sports-login__blog-card-content p { color: #ccc; margin-bottom: 20px; font-size: 0.95em; } .page-747-live-sports-login__blog-card-content .page-747-live-sports-login__btn { width: 100%; text-align: center; } @media (max-width: 768px) { .page-747-live-sports-login__blog-grid { grid-template-columns: 1fr; } .page-747-live-sports-login__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } } .page-747-live-sports-login img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-747-live-sports-login__game-provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-747-live-sports-login__game-provider-logos img { height: 80px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; min-width: 80px; min-height: 80px; } .page-747-live-sports-login__game-provider-logos img:hover { filter: grayscale(0%); opacity: 1; }