.page-jilicrown-41-login-register { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f4f4; } .page-jilicrown-41-login-register__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-jilicrown-41-login-register__hero-section { background: linear-gradient(135deg, #2a005a 0%, #4a008c 100%); color: #fff; text-align: center; padding: 10px 20px 60px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; } .page-jilicrown-41-login-register__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.2; z-index: 0; } .page-jilicrown-41-login-register__hero-content { position: relative; z-index: 1; } .page-jilicrown-41-login-register__hero-title { font-size: 2.8em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-jilicrown-41-login-register__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-jilicrown-41-login-register__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-jilicrown-41-login-register__button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 30px; 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-jilicrown-41-login-register__button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-jilicrown-41-login-register__section { padding: 40px 20px; text-align: center; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .page-jilicrown-41-login-register__section-title { font-size: 2em; color: #4a008c; margin-bottom: 30px; } .page-jilicrown-41-login-register__text-content { max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; } .page-jilicrown-41-login-register__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-jilicrown-41-login-register__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: left; } .page-jilicrown-41-login-register__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); } .page-jilicrown-41-login-register__game-image { width: 100%; height: 200px; object-fit: cover; } .page-jilicrown-41-login-register__game-info { padding: 20px; } .page-jilicrown-41-login-register__game-title { font-size: 1.4em; color: #4a008c; margin-bottom: 10px; } .page-jilicrown-41-login-register__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-jilicrown-41-login-register__game-button { display: block; width: 100%; text-align: center; background-color: #ffcc00; color: #333; padding: 12px 0; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-jilicrown-41-login-register__game-button:hover { background-color: #e6b800; } .page-jilicrown-41-login-register__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-jilicrown-41-login-register__promo-card { background-color: #e6f7ff; border-left: 5px solid #007bff; border-radius: 8px; padding: 25px; text-align: left; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-jilicrown-41-login-register__promo-title { font-size: 1.5em; color: #007bff; margin-bottom: 10px; } .page-jilicrown-41-login-register__promo-description { font-size: 1em; color: #555; margin-bottom: 15px; } .page-jilicrown-41-login-register__promo-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-jilicrown-41-login-register__promo-button:hover { background-color: #0056b3; } .page-jilicrown-41-login-register__faq-list { text-align: left; max-width: 800px; margin: 30px auto 0; } .page-jilicrown-41-login-register__faq-item { background-color: #fff; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); } .page-jilicrown-41-login-register__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-jilicrown-41-login-register__faq-question:hover { background-color: #e0e0e0; } .page-jilicrown-41-login-register__faq-question h3 { margin: 0; font-size: 1.2em; color: #4a008c; pointer-events: none; } .page-jilicrown-41-login-register__faq-toggle { font-size: 1.5em; font-weight: bold; color: #4a008c; pointer-events: none; transition: transform 0.3s ease; } .page-jilicrown-41-login-register__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: #fff; color: #555; } .page-jilicrown-41-login-register__faq-item.active .page-jilicrown-41-login-register__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jilicrown-41-login-register__faq-item.active .page-jilicrown-41-login-register__faq-toggle { transform: rotate(45deg); } .page-jilicrown-41-login-register__app-section { background-color: #2a005a; color: #fff; padding: 50px 20px; text-align: center; border-radius: 8px; margin-bottom: 20px; } .page-jilicrown-41-login-register__app-section-title { font-size: 2.2em; margin-bottom: 20px; color: #ffcc00; } .page-jilicrown-41-login-register__app-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 30px; } .page-jilicrown-41-login-register__app-features { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; margin-bottom: 40px; } .page-jilicrown-41-login-register__app-feature-item { background-color: rgba(255, 255, 255, 0.1); padding: 20px; border-radius: 10px; width: 250px; text-align: center; } .page-jilicrown-41-login-register__app-feature-icon { font-size: 3em; margin-bottom: 15px; color: #ffcc00; } .page-jilicrown-41-login-register__app-feature-title { font-size: 1.3em; margin-bottom: 10px; } .page-jilicrown-41-login-register__app-download-image { max-width: 250px; height: auto; margin-top: 20px; border-radius: 8px; } .page-jilicrown-41-login-register__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-jilicrown-41-login-register__floating-button { background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; } .page-jilicrown-41-login-register__floating-button:hover { background-color: #e6b800; transform: translateY(-3px); } @media (max-width: 768px) { .page-jilicrown-41-login-register__hero-title { font-size: 2em; } .page-jilicrown-41-login-register__hero-subtitle { font-size: 1em; } .page-jilicrown-41-login-register__cta-buttons { flex-direction: column; gap: 15px; } .page-jilicrown-41-login-register__button { padding: 12px 20px; font-size: 1em; width: 100%; max-width: 280px; margin: 0 auto; } .page-jilicrown-41-login-register__section { padding: 30px 15px; } .page-jilicrown-41-login-register__section-title { font-size: 1.8em; } .page-jilicrown-41-login-register__text-content { font-size: 1em; } .page-jilicrown-41-login-register__game-grid, .page-jilicrown-41-login-register__promo-grid { grid-template-columns: 1fr; gap: 20px; } .page-jilicrown-41-login-register__game-image { max-width: 100%; height: auto; box-sizing: border-box !important; } .page-jilicrown-41-login-register__game-card, .page-jilicrown-41-login-register__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jilicrown-41-login-register__faq-list { padding: 0 10px; } .page-jilicrown-41-login-register__faq-question { padding: 15px 20px; } .page-jilicrown-41-login-register__faq-question h3 { font-size: 1.1em; } .page-jilicrown-41-login-register__faq-answer { padding: 0 20px; } .page-jilicrown-41-login-register__faq-item.active .page-jilicrown-41-login-register__faq-answer { padding: 15px 20px !important; } .page-jilicrown-41-login-register__app-section { padding: 40px 15px; } .page-jilicrown-41-login-register__app-section-title { font-size: 1.8em; } .page-jilicrown-41-login-register__app-features { flex-direction: column; gap: 20px; } .page-jilicrown-41-login-register__app-feature-item { width: 100%; max-width: 300px; margin: 0 auto; } .page-jilicrown-41-login-register__floating-buttons { right: 15px; bottom: 15px; gap: 10px; } .page-jilicrown-41-login-register__floating-button { padding: 10px 20px; font-size: 0.9em; } } .page-jilicrown-41-login-register img { max-width: 100%; height: auto; } .page-jilicrown-41-login-register__game-image, .page-jilicrown-41-login-register__app-download-image { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-jilicrown-41-login-register img { max-width: 100% !important; height: auto !important; } .page-jilicrown-41-login-register__game-image, .page-jilicrown-41-login-register__app-download-image { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; } }