.page-7game-me-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-7game-me-com__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-7game-me-com__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-7game-me-com__section--dark { background-color: #2c3e50; color: #fff; } .page-7game-me-com__section-title { text-align: center; color: #007bff; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; } .page-7game-me-com__section--dark .page-7game-me-com__section-title { color: #fff; } .page-7game-me-com__text-center { text-align: center; } .page-7game-me-com__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-7game-me-com__button:hover { background-color: #0056b3; } .page-7game-me-com__hero { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; box-sizing: border-box; } .page-7game-me-com__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; } .page-7game-me-com__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-7game-me-com__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-7game-me-com__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-7game-me-com__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; background-color: #f0f0f0; border-bottom: 1px solid #eee; } .page-7game-me-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-7game-me-com__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-7game-me-com__introduction-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } .page-7game-me-com__introduction-image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-7game-me-com__introduction-image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-7game-me-com__introduction-text { flex: 2; min-width: 300px; } .page-7game-me-com__quick-access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 20px; } .page-7game-me-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-7game-me-com__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-7game-me-com__game-card:hover { transform: translateY(-5px); } .page-7game-me-com__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-7game-me-com__game-card-content { padding: 20px; } .page-7game-me-com__game-card-title { font-size: 1.5em; margin-bottom: 10px; color: #007bff; } .page-7game-me-com__game-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-7game-me-com__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-7game-me-com__promo-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; } .page-7game-me-com__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-7game-me-com__promo-card-content { padding: 20px; } .page-7game-me-com__promo-card-title { font-size: 1.6em; margin-bottom: 10px; color: #007bff; } .page-7game-me-com__promo-card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-7game-me-com__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-7game-me-com__security-support-item { text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .page-7game-me-com__security-support-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-7game-me-com__security-support-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-7game-me-com__faq-list { margin-top: 30px; max-width: 900px; margin-left: auto; margin-right: auto; } .page-7game-me-com__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-7game-me-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #e9e9e9; font-weight: bold; color: #333; user-select: none; transition: background-color 0.3s ease; } .page-7game-me-com__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-7game-me-com__faq-question:hover { background-color: #ddd; } .page-7game-me-com__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-7game-me-com__faq-item.active .page-7game-me-com__faq-toggle { transform: rotate(45deg); } .page-7game-me-com__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fefefe; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-7game-me-com__faq-item.active .page-7game-me-com__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-7game-me-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-7game-me-com__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: left; } .page-7game-me-com__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-7game-me-com__blog-card-content { padding: 20px; } .page-7game-me-com__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #007bff; } .page-7game-me-com__blog-card-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-7game-me-com__image { max-width: 100%; height: auto; display: block; margin: 0 auto; box-sizing: border-box; } @media (max-width: 1024px) { .page-7game-me-com__hero-title { font-size: 3em; } .page-7game-me-com__hero-description { font-size: 1.1em; } } @media (max-width: 768px) { .page-7game-me-com__hero { height: 400px; } .page-7game-me-com__hero-title { font-size: 2.2em; } .page-7game-me-com__hero-description { font-size: 1em; } .page-7game-me-com__section-title { font-size: 2em; } .page-7game-me-com__container { padding: 15px; } .page-7game-me-com__quick-access-buttons { flex-direction: column; } .page-7game-me-com__button { width: 100% !important; box-sizing: border-box !important; } .page-7game-me-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px 0; } .page-7game-me-com__payment-logo, .page-7game-me-com__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-7game-me-com__introduction-content { flex-direction: column; } .page-7game-me-com__introduction-image-wrapper { min-width: unset; width: 100%; } .page-7game-me-com__introduction-text { min-width: unset; width: 100%; } .page-7game-me-com__game-grid, .page-7game-me-com__promo-grid, .page-7game-me-com__security-support-grid, .page-7game-me-com__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-7game-me-com__game-card-image, .page-7game-me-com__promo-card-image, .page-7game-me-com__blog-card-image { height: 180px; } .page-7game-me-com__security-support-item { padding: 20px; } .page-7game-me-com__faq-question { padding: 12px 15px; } .page-7game-me-com__faq-question h3 { font-size: 1em; } .page-7game-me-com__faq-answer { padding: 0 15px; } .page-7game-me-com__faq-item.active .page-7game-me-com__faq-answer { padding: 15px !important; } .page-7game-me-com__image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-7game-me-com__hero { height: 350px; } .page-7game-me-com__hero-title { font-size: 1.8em; } .page-7game-me-com__hero-description { font-size: 0.9em; } .page-7game-me-com__section-title { font-size: 1.8em; } .page-7game-me-com__button { padding: 10px 20px; font-size: 0.9em; } }