body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } .page-15-jilicrown__hero-section { background-color: #0a0a0a; color: #fff; padding: 60px 20px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; min-height: 400px; padding-top: 10px; } .page-15-jilicrown__hero-content { z-index: 1; max-width: 900px; margin-bottom: 30px; } .page-15-jilicrown__hero-title { font-size: 2.5em; margin-bottom: 15px; line-height: 1.2; color: #ffcc00; } .page-15-jilicrown__hero-description { font-size: 1.1em; margin-bottom: 30px; line-height: 1.5; max-width: 700px; margin-left: auto; margin-right: auto; } .page-15-jilicrown__hero-cta-group { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } .page-15-jilicrown__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } .page-15-jilicrown__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-15-jilicrown__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; cursor: pointer; border: none; } .page-15-jilicrown__button--primary { background-color: #ffcc00; color: #0a0a0a; } .page-15-jilicrown__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); } .page-15-jilicrown__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-15-jilicrown__button--secondary:hover { background-color: #ffcc00; color: #0a0a0a; transform: translateY(-2px); } .page-15-jilicrown__section-title { font-size: 2em; text-align: center; margin-bottom: 20px; color: #0a0a0a; } .page-15-jilicrown__section-description { text-align: center; max-width: 800px; margin: 0 auto 40px auto; line-height: 1.6; color: #555; } .page-15-jilicrown__game-categories-section, .page-15-jilicrown__promo-section, .page-15-jilicrown__features-section, .page-15-jilicrown__faq-section { padding: 60px 20px; background-color: #fff; margin-bottom: 20px; } .page-15-jilicrown__game-grid, .page-15-jilicrown__promo-grid, .page-15-jilicrown__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-15-jilicrown__game-card, .page-15-jilicrown__promo-card, .page-15-jilicrown__feature-item { background-color: #f9f9f9; border-radius: 10px; 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; } .page-15-jilicrown__game-card-image, .page-15-jilicrown__promo-card-image, .page-15-jilicrown__feature-icon { max-width: 100%; height: auto; object-fit: cover; border-bottom: 1px solid #eee; margin-bottom: 15px; } .page-15-jilicrown__game-card-image { height: 200px; } .page-15-jilicrown__promo-card-image { height: 250px; } .page-15-jilicrown__feature-icon { height: 150px; width: 100%; object-fit: contain; padding: 20px 0; border-bottom: none; } .page-15-jilicrown__game-card-title, .page-15-jilicrown__promo-card-title, .page-15-jilicrown__feature-title { font-size: 1.4em; margin-top: 0; margin-bottom: 10px; padding: 0 15px; color: #0a0a0a; } .page-15-jilicrown__game-card-text, .page-15-jilicrown__promo-card-text, .page-15-jilicrown__feature-description { font-size: 0.95em; line-height: 1.6; padding: 0 15px; margin-bottom: 20px; flex-grow: 1; } .page-15-jilicrown__button--small { padding: 8px 18px; font-size: 0.9em; margin-top: auto; margin-left: 15px; margin-right: 15px; } .page-15-jilicrown__faq-container { max-width: 900px; margin: 0 auto; } .page-15-jilicrown__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-15-jilicrown__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #ffcc00; color: #0a0a0a; border-radius: 8px; transition: background-color 0.3s ease; } .page-15-jilicrown__faq-question:hover { background-color: #e6b800; } .page-15-jilicrown__faq-question-text { font-size: 1.15em; margin: 0; pointer-events: none; } .page-15-jilicrown__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-15-jilicrown__faq-item.active .page-15-jilicrown__faq-question { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .page-15-jilicrown__faq-item.active .page-15-jilicrown__faq-toggle { transform: rotate(45deg); } .page-15-jilicrown__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; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } .page-15-jilicrown__faq-item.active .page-15-jilicrown__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-15-jilicrown__faq-answer p { margin: 0; line-height: 1.6; color: #555; } .page-15-jilicrown__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-15-jilicrown__floating-button { background-color: #ffcc00; color: #0a0a0a; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; } .page-15-jilicrown__floating-button:hover { background-color: #e6b800; transform: translateY(-2px); } @media (max-width: 768px) { .page-15-jilicrown__hero-title { font-size: 1.8em; } .page-15-jilicrown__hero-description { font-size: 1em; } .page-15-jilicrown__button { padding: 10px 20px; font-size: 0.9em; } .page-15-jilicrown__section-title { font-size: 1.6em; } .page-15-jilicrown__section-description { font-size: 0.9em; } .page-15-jilicrown__game-grid, .page-15-jilicrown__promo-grid, .page-15-jilicrown__features-grid { grid-template-columns: 1fr; gap: 20px; } .page-15-jilicrown__game-card, .page-15-jilicrown__promo-card, .page-15-jilicrown__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-15-jilicrown__game-card-text, .page-15-jilicrown__promo-card-text, .page-15-jilicrown__feature-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-15-jilicrown__hero-section, .page-15-jilicrown__game-categories-section, .page-15-jilicrown__promo-section, .page-15-jilicrown__features-section, .page-15-jilicrown__faq-section { padding: 40px 15px; } .page-15-jilicrown__faq-question { padding: 15px 20px; } .page-15-jilicrown__faq-question-text { font-size: 1em; } .page-15-jilicrown__faq-answer { padding: 0 20px; } .page-15-jilicrown__faq-item.active .page-15-jilicrown__faq-answer { padding: 15px 20px !important; } .page-15-jilicrown__floating-buttons { bottom: 15px; right: 15px; } .page-15-jilicrown__floating-button { padding: 10px 18px; font-size: 0.9em; } }