.page-jilicrown-88 { font-family: 'Arial', sans-serif; color: #333; background-color: #f8f8f8; line-height: 1.6; } .page-jilicrown-88__section-title { font-size: 2.5em; color: #6A0DAD; text-align: center; margin-bottom: 20px; font-weight: bold; } .page-jilicrown-88__section-description { font-size: 1.1em; color: #555; text-align: center; max-width: 800px; margin: 0 auto 40px auto; } .page-jilicrown-88__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 600px; padding: 10px 20px 80px 20px; background-color: #333; overflow: hidden; } .page-jilicrown-88__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .page-jilicrown-88__hero-image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.5; } .page-jilicrown-88__hero-content { position: relative; z-index: 10; color: #fff; max-width: 900px; } .page-jilicrown-88__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #FFD700; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jilicrown-88__hero-description { font-size: 1.4em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); } .page-jilicrown-88__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-jilicrown-88__button { display: inline-block; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-jilicrown-88__button--primary { background-color: #FFD700; color: #333; } .page-jilicrown-88__button--primary:hover { background-color: #e6c200; transform: translateY(-2px); } .page-jilicrown-88__button--secondary { background-color: #6A0DAD; color: #fff; border: 2px solid #FFD700; } .page-jilicrown-88__button--secondary:hover { background-color: #5a0b9a; transform: translateY(-2px); } .page-jilicrown-88__button--small { padding: 10px 20px; font-size: 0.9em; border-radius: 25px; background-color: #6A0DAD; color: #fff; } .page-jilicrown-88__button--small:hover { background-color: #5a0b9a; } .page-jilicrown-88__button--large { padding: 18px 35px; font-size: 1.2em; border-radius: 35px; background-color: #FFD700; color: #333; } .page-jilicrown-88__button--large:hover { background-color: #e6c200; } .page-jilicrown-88__promotions-section, .page-jilicrown-88__games-section, .page-jilicrown-88__features-section, .page-jilicrown-88__cta-section, .page-jilicrown-88__faq-section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-jilicrown-88__promotions-section { background-color: #f0f8ff; } .page-jilicrown-88__promo-grid, .page-jilicrown-88__game-grid, .page-jilicrown-88__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-jilicrown-88__promo-card, .page-jilicrown-88__game-card, .page-jilicrown-88__feature-item { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; padding-bottom: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jilicrown-88__promo-card:hover, .page-jilicrown-88__game-card:hover, .page-jilicrown-88__feature-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-jilicrown-88__promo-card img, .page-jilicrown-88__game-card img, .page-jilicrown-88__feature-item img { max-width: 100%; height: 250px; object-fit: cover; border-bottom: 1px solid #eee; margin-bottom: 15px; } .page-jilicrown-88__feature-item img { height: 200px; object-fit: contain; padding: 20px; } .page-jilicrown-88__promo-title, .page-jilicrown-88__game-title, .page-jilicrown-88__feature-title { font-size: 1.5em; color: #6A0DAD; margin-bottom: 10px; padding: 0 15px; } .page-jilicrown-88__promo-text, .page-jilicrown-88__game-provider, .page-jilicrown-88__feature-text { font-size: 1em; color: #666; margin-bottom: 20px; padding: 0 15px; flex-grow: 1; } .page-jilicrown-88__cta-section { background-color: #6A0DAD; color: #fff; text-align: center; padding: 80px 20px; border-radius: 8px; } .page-jilicrown-88__cta-title { font-size: 3em; margin-bottom: 20px; color: #FFD700; } .page-jilicrown-88__cta-description { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jilicrown-88__faq-container { max-width: 900px; margin: 0 auto; } .page-jilicrown-88__faq-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-jilicrown-88__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #fff; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-jilicrown-88__faq-question:hover { background-color: #f0f0f0; } .page-jilicrown-88__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-jilicrown-88__faq-toggle { font-size: 1.5em; font-weight: bold; color: #6A0DAD; transition: transform 0.3s ease; pointer-events: none; } .page-jilicrown-88__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; } .page-jilicrown-88__faq-answer p { margin: 0 0 20px 0; color: #555; } .page-jilicrown-88__faq-item.active .page-jilicrown-88__faq-question { background-color: #f0f0f0; } .page-jilicrown-88__faq-item.active .page-jilicrown-88__faq-toggle { transform: rotate(45deg); } .page-jilicrown-88__faq-item.active .page-jilicrown-88__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-jilicrown-88__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-jilicrown-88__floating-button { display: flex; align-items: center; justify-content: center; width: 120px; height: 45px; border-radius: 25px; font-weight: bold; text-decoration: none; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); color: #fff; } .page-jilicrown-88__floating-button--register { background-color: #FFD700; color: #333; } .page-jilicrown-88__floating-button--login { background-color: #6A0DAD; } .page-jilicrown-88__floating-button:hover { transform: translateY(-3px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); } @media (max-width: 1024px) { .page-jilicrown-88__hero-title { font-size: 2.8em; } .page-jilicrown-88__hero-description { font-size: 1.2em; } .page-jilicrown-88__section-title { font-size: 2em; } .page-jilicrown-88__cta-title { font-size: 2.5em; } } @media (max-width: 768px) { .page-jilicrown-88__hero-section { min-height: 450px; padding-bottom: 60px; } .page-jilicrown-88__hero-title { font-size: 2.2em; } .page-jilicrown-88__hero-description { font-size: 1em; } .page-jilicrown-88__hero-buttons { flex-direction: column; gap: 15px; } .page-jilicrown-88__button { width: 80%; margin: 0 auto; } .page-jilicrown-88__section-title { font-size: 1.8em; } .page-jilicrown-88__section-description { font-size: 0.9em; margin-bottom: 30px; } .page-jilicrown-88__promo-grid, .page-jilicrown-88__game-grid, .page-jilicrown-88__feature-list { grid-template-columns: 1fr; gap: 20px; } .page-jilicrown-88__promo-card, .page-jilicrown-88__game-card, .page-jilicrown-88__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-jilicrown-88__promo-card img, .page-jilicrown-88__game-card img, .page-jilicrown-88__feature-item img, .page-jilicrown-88__hero-image img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jilicrown-88__promo-title, .page-jilicrown-88__game-title, .page-jilicrown-88__feature-title { font-size: 1.3em; } .page-jilicrown-88__promo-text, .page-jilicrown-88__game-provider, .page-jilicrown-88__feature-text { font-size: 0.9em; } .page-jilicrown-88__cta-title { font-size: 2em; } .page-jilicrown-88__cta-description { font-size: 1.1em; } .page-jilicrown-88__faq-question h3 { font-size: 1.1em; } .page-jilicrown-88__faq-answer p { font-size: 0.9em; } .page-jilicrown-88__floating-buttons { bottom: 15px; right: 15px; gap: 8px; } .page-jilicrown-88__floating-button { width: 100px; height: 40px; font-size: 0.9em; } } @media (max-width: 480px) { .page-jilicrown-88__hero-title { font-size: 1.8em; } .page-jilicrown-88__hero-description { font-size: 0.9em; } .page-jilicrown-88__section-title { font-size: 1.5em; } .page-jilicrown-88__cta-title { font-size: 1.8em; } .page-jilicrown-88__floating-buttons { right: 10px; bottom: 10px; } .page-jilicrown-88__floating-button { width: 90px; height: 38px; font-size: 0.8em; } }