.page-game-m99 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-game-m99__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-game-m99__section { padding: 60px 0; text-align: center; } .page-game-m99__section-title { font-size: 2.8em; color: #e94560; margin-bottom: 30px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-game-m99__section-subtitle { font-size: 1.4em; color: #f0f0f0; margin-bottom: 40px; } .page-game-m99__text-content { font-size: 1.1em; color: #ccc; margin-bottom: 20px; } .page-game-m99__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-game-m99__btn:hover { background-color: #ff6a82; transform: translateY(-3px); } .page-game-m99__hero-section { background: linear-gradient(135deg, #1a1a2e, #0f3460); padding-top: 10px; padding-bottom: 80px; text-align: center; position: relative; overflow: hidden; } .page-game-m99__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-game-m99__hero-content { position: relative; z-index: 2; padding: 80px 15px; } .page-game-m99__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-game-m99__hero-subtitle { font-size: 1.6em; color: #f0f0f0; margin-bottom: 40px; } .page-game-m99__hero-image { width: 100%; height: auto; max-width: 100%; object-fit: cover; border-radius: 10px; margin-top: 40px; } .page-game-m99__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #2c2c4d; padding: 40px 15px; margin-top: -30px; border-radius: 10px; } .page-game-m99__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-game-m99__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-game-m99__payment-logo img:hover { filter: grayscale(0%); } .page-game-m99__about-section { background-color: #1a1a2e; padding-bottom: 80px; } .page-game-m99__about-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; text-align: left; } .page-game-m99__about-text { flex: 1; min-width: 300px; max-width: 600px; } .page-game-m99__about-image-wrapper { flex: 1; min-width: 300px; max-width: 500px; text-align: center; } .page-game-m99__about-image { max-width: 100%; height: auto; border-radius: 10px; object-fit: cover; } .page-game-m99__quick-access-section { background-color: #2c2c4d; padding: 60px 0; } .page-game-m99__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 900px; margin: 0 auto; } .page-game-m99__quick-access-item { background-color: #1a1a2e; padding: 25px; border-radius: 10px; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: center; align-items: center; } .page-game-m99__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-game-m99__quick-access-link { color: #fff; text-decoration: none; font-size: 1.2em; font-weight: bold; } .page-game-m99__games-section { background-color: #1a1a2e; } .page-game-m99__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-game-m99__game-card { background-color: #2c2c4d; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-m99__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-game-m99__game-image { width: 100%; height: 200px; object-fit: cover; } .page-game-m99__game-title { font-size: 1.5em; color: #e94560; margin: 20px 15px 10px; } .page-game-m99__game-description { font-size: 0.95em; color: #ccc; margin: 0 15px 20px; } .page-game-m99__promotions-section { background-color: #2c2c4d; } .page-game-m99__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-game-m99__promotion-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-m99__promotion-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-game-m99__promotion-image { width: 100%; height: 220px; object-fit: cover; } .page-game-m99__promotion-content { padding: 20px; } .page-game-m99__promotion-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-game-m99__promotion-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-game-m99__security-support-section { background-color: #1a1a2e; } .page-game-m99__security-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 40px; text-align: left; } .page-game-m99__security-text { flex: 1; min-width: 300px; max-width: 600px; } .page-game-m99__security-image-wrapper { flex: 1; min-width: 300px; max-width: 500px; text-align: center; } .page-game-m99__security-image { max-width: 100%; height: auto; border-radius: 10px; object-fit: cover; } .page-game-m99__faq-section { background-color: #2c2c4d; } .page-game-m99__faq-list { max-width: 800px; margin: 0 auto; text-align: left; } .page-game-m99__faq-item { background-color: #1a1a2e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-game-m99__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #e94560; color: #fff; border-radius: 8px; transition: background-color 0.3s ease; } .page-game-m99__faq-question:hover { background-color: #ff6a82; } .page-game-m99__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; pointer-events: none; } .page-game-m99__faq-toggle { font-size: 1.8em; font-weight: bold; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-game-m99__faq-item.active .page-game-m99__faq-toggle { transform: rotate(45deg); } .page-game-m99__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; 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: #1a1a2e; color: #ccc; border-radius: 0 0 8px 8px; } .page-game-m99__faq-item.active .page-game-m99__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-game-m99__blog-section { background-color: #1a1a2e; } .page-game-m99__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-game-m99__blog-card { background-color: #2c2c4d; border-radius: 10px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-game-m99__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4); } .page-game-m99__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-game-m99__blog-content { padding: 20px; } .page-game-m99__blog-title { font-size: 1.4em; color: #e94560; margin-bottom: 10px; } .page-game-m99__blog-title a { color: #e94560; text-decoration: none; } .page-game-m99__blog-title a:hover { text-decoration: underline; } .page-game-m99__blog-meta { font-size: 0.85em; color: #999; margin-bottom: 15px; } .page-game-m99__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } @media (max-width: 768px) { .page-game-m99__hero-title { font-size: 2.5em; } .page-game-m99__hero-subtitle { font-size: 1.2em; } .page-game-m99__section-title { font-size: 2em; } .page-game-m99__section-subtitle { font-size: 1.1em; } .page-game-m99__about-content, .page-game-m99__security-content { flex-direction: column; text-align: center; } .page-game-m99__about-text, .page-game-m99__security-text { max-width: 100%; } .page-game-m99__about-image-wrapper, .page-game-m99__security-image-wrapper { max-width: 100%; } .page-game-m99__quick-access-grid, .page-game-m99__games-grid, .page-game-m99__promotions-grid, .page-game-m99__blog-grid { grid-template-columns: 1fr; } .page-game-m99__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-game-m99__payment-logo, .page-game-m99__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-game-m99__faq-answer { padding: 0 15px !important; } .page-game-m99__faq-item.active .page-game-m99__faq-answer { padding: 15px !important; } .page-game-m99__quick-access-item, .page-game-m99__game-card, .page-game-m99__promotion-card, .page-game-m99__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-m99__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-m99__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-m99__faq-question { padding: 15px; } .page-game-m99__faq-question h3 { font-size: 1.1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-m99__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-m99__about-image, .page-game-m99__security-image, .page-game-m99__game-image, .page-game-m99__promotion-image, .page-game-m99__blog-image { max-width: 100% !important; height: auto !important; } }