.page-747-live-apk { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; } .page-777-live-apk__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-747-live-apk__hero-section { background: linear-gradient(135deg, #2a003a, #0d0d1a); padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; padding-top: 10px; } .page-747-live-apk__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-747-live-apk__hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 400px; } .page-747-live-apk__hero-title { font-size: 2.8em; color: #e9c46a; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-747-live-apk__hero-subtitle { font-size: 1.3em; color: #cccccc; margin-bottom: 30px; max-width: 800px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-747-live-apk__cta-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; } .page-747-live-apk__button { display: inline-block; 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; cursor: pointer; border: none; } .page-747-live-apk__button--primary { background-color: #e9c46a; color: #1a1a2e; } .page-747-live-apk__button--primary:hover { background-color: #f4d385; transform: translateY(-3px); } .page-747-live-apk__button--secondary { background-color: #2a9d8f; color: #ffffff; } .page-747-live-apk__button--secondary:hover { background-color: #3cb8ac; transform: translateY(-3px); } .page-747-live-apk__section-title { font-size: 2.2em; color: #e9c46a; text-align: center; margin-bottom: 40px; padding-top: 40px; } .page-747-live-apk__game-categories { padding: 50px 20px; background-color: #1a1a2e; } .page-747-live-apk__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; justify-content: center; } .page-747-live-apk__game-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-747-live-apk__game-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6); } .page-747-live-apk__game-image { width: 100%; height: 200px; object-fit: cover; } .page-747-live-apk__game-content { padding: 20px; } .page-747-live-apk__game-title { font-size: 1.5em; color: #e9c46a; margin-bottom: 10px; } .page-747-live-apk__game-description { font-size: 0.95em; color: #cccccc; line-height: 1.6; } .page-747-live-apk__promotions-section { background-color: #0d0d1a; padding: 50px 20px; } .page-747-live-apk__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; justify-content: center; } .page-747-live-apk__promo-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-747-live-apk__promo-card:hover { transform: translateY(-8px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6); } .page-747-live-apk__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-747-live-apk__promo-content { padding: 20px; flex-grow: 1; } .page-747-live-apk__promo-title { font-size: 1.6em; color: #e9c46a; margin-bottom: 10px; } .page-747-live-apk__promo-description { font-size: 0.95em; color: #cccccc; line-height: 1.6; margin-bottom: 15px; } .page-747-live-apk__about-section { background-color: #1a1a2e; padding: 50px 20px; text-align: center; } .page-747-live-apk__about-content { max-width: 800px; margin: 0 auto; line-height: 1.8; font-size: 1.05em; color: #cccccc; } .page-747-live-apk__about-content p { margin-bottom: 20px; } .page-747-live-apk__faq-section { background-color: #0d0d1a; padding: 50px 20px; } .page-747-live-apk__faq-list { max-width: 800px; margin: 0 auto; } .page-747-live-apk__faq-item { margin-bottom: 15px; background-color: #2e2e4a; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); } .page-747-live-apk__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .page-747-live-apk__faq-question:hover { background-color: #3a3a5a; } .page-747-live-apk__faq-question h3 { margin: 0; font-size: 1.2em; color: #e9c46a; pointer-events: none; } .page-747-live-apk__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e9c46a; transition: transform 0.3s ease; pointer-events: none; } .page-747-live-apk__faq-item.active .page-747-live-apk__faq-toggle { transform: rotate(45deg); } .page-747-live-apk__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; color: #cccccc; line-height: 1.6; } .page-747-live-apk__faq-item.active .page-747-live-apk__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-747-live-apk__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-747-live-apk__floating-button { padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; color: #1a1a2e; background-color: #e9c46a; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; min-width: 120px; } .page-747-live-apk__floating-button:hover { background-color: #f4d385; transform: translateY(-3px); } @media (max-width: 768px) { .page-747-live-apk__hero-title { font-size: 2em; } .page-747-live-apk__hero-subtitle { font-size: 1em; } .page-747-live-apk__cta-buttons { flex-direction: column; gap: 15px; } .page-747-live-apk__button { width: 100%; box-sizing: border-box; } .page-747-live-apk__section-title { font-size: 1.8em; } .page-747-live-apk__game-grid, .page-747-live-apk__promo-grid { grid-template-columns: 1fr; } .page-747-live-apk__game-card, .page-747-live-apk__promo-card { margin: 0 auto; max-width: 350px; } .page-747-live-apk__faq-question { padding: 15px 20px; } .page-747-live-apk__faq-question h3 { font-size: 1.1em; } .page-747-live-apk__faq-answer { padding: 0 20px; } .page-747-live-apk__faq-item.active .page-747-live-apk__faq-answer { padding: 15px 20px !important; } .page-747-live-apk__floating-buttons { right: 10px; bottom: 10px; gap: 10px; } .page-747-live-apk__floating-button { min-width: 100px; padding: 10px 20px; font-size: 0.9em; } } @media (max-width: 480px) { .page-747-live-apk__hero-content { min-height: 300px; } .page-747-live-apk__hero-title { font-size: 1.8em; } .page-747-live-apk__hero-subtitle { font-size: 0.9em; } .page-747-live-apk__floating-buttons { right: 5px; bottom: 5px; } .page-747-live-apk__floating-button { min-width: 90px; padding: 8px 15px; font-size: 0.85em; } }