.page-jilicrown-photos { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-jilicrown-photos__section { padding: 40px 20px; margin-bottom: 20px; background-color: #24243e; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-jilicrown-photos__section--dark { background-color: #1a1a2e; }.page-jilicrown-photos__heading { text-align: center; color: #e94560; margin-bottom: 30px; font-size: 2.5em; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-jilicrown-photos__subheading { text-align: center; color: #53e0f9; margin-bottom: 20px; font-size: 1.8em; }.page-jilicrown-photos__paragraph { text-align: center; max-width: 800px; margin: 0 auto 25px auto; font-size: 1.1em; color: #cccccc; }.page-jilicrown-photos__button-group { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; }.page-jilicrown-photos__button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; 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-photos__button:hover { background-color: #d13a52; transform: translateY(-3px); }.page-jilicrown-photos__hero-section { padding-top: 10px; text-align: center; background: linear-gradient(135deg, #1a1a2e 0%, #24243e 100%); position: relative; overflow: hidden; }.page-jilicrown-photos__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-jilicrown-photos__hero-content { position: relative; z-index: 1; padding: 60px 20px; }.page-jilicrown-photos__hero-heading { font-size: 3.5em; margin-bottom: 20px; color: #ffffff; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); }.page-jilicrown-photos__hero-description { font-size: 1.3em; margin-bottom: 40px; color: #f0f0f0; max-width: 900px; margin-left: auto; margin-right: auto; }.page-jilicrown-photos__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px; }.page-jilicrown-photos__game-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-jilicrown-photos__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); }.page-jilicrown-photos__game-image { width: 100%; height: 200px; object-fit: cover; }.page-jilicrown-photos__game-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-jilicrown-photos__game-title { font-size: 1.5em; color: #53e0f9; margin-bottom: 10px; }.page-jilicrown-photos__game-description { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; flex-grow: 1; }.page-jilicrown-photos__promo-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-jilicrown-photos__promo-item { background-color: #2e2e4a; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jilicrown-photos__promo-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); }.page-jilicrown-photos__promo-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; }.page-jilicrown-photos__promo-description { font-size: 1em; color: #cccccc; margin-bottom: 20px; }.page-jilicrown-photos__info-text { font-size: 1.1em; color: #cccccc; max-width: 900px; margin: 0 auto 20px auto; text-align: left; }.page-jilicrown-photos__faq-list { max-width: 900px; margin: 0 auto; }.page-jilicrown-photos__faq-item { background-color: #2e2e4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; transition: background-color 0.3s ease; }.page-jilicrown-photos__faq-item.active { background-color: #3a3a5a; }.page-jilicrown-photos__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }.page-jilicrown-photos__faq-question h3 { margin: 0; font-size: 1.2em; color: #53e0f9; pointer-events: none; }.page-jilicrown-photos__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; }.page-jilicrown-photos__faq-item.active .page-jilicrown-photos__faq-toggle { transform: rotate(45deg); }.page-jilicrown-photos__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; color: #cccccc; }.page-jilicrown-photos__faq-item.active .page-jilicrown-photos__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-jilicrown-photos__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 20px; }.page-jilicrown-photos__blog-card { background-color: #2e2e4a; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }.page-jilicrown-photos__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); }.page-jilicrown-photos__blog-image { width: 100%; height: 180px; object-fit: cover; }.page-jilicrown-photos__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-jilicrown-photos__blog-title { font-size: 1.4em; color: #53e0f9; margin-bottom: 10px; }.page-jilicrown-photos__blog-title a { color: #53e0f9; text-decoration: none; }.page-jilicrown-photos__blog-title a:hover { text-decoration: underline; }.page-jilicrown-photos__blog-excerpt { font-size: 0.95em; color: #cccccc; margin-bottom: 15px; flex-grow: 1; }.page-jilicrown-photos__logo-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; margin-top: 30px; padding: 20px; }.page-jilicrown-photos__logo-item { max-width: 120px; height: auto; object-fit: contain; opacity: 0.7; transition: opacity 0.3s ease; }.page-jilicrown-photos__logo-item:hover { opacity: 1; }.page-jilicrown-photos__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-jilicrown-photos__quick-access-card { background-color: #2e2e4a; padding: 25px; border-radius: 10px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jilicrown-photos__quick-access-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }.page-jilicrown-photos__quick-access-card .page-jilicrown-photos__button { width: 100%; }.page-jilicrown-photos__game-icon { max-width: 80px; height: auto; margin-bottom: 15px; }.page-jilicrown-photos__game-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 30px; }.page-jilicrown-photos__game-category { text-align: center; padding: 15px; background-color: #3a3a5a; border-radius: 8px; transition: transform 0.3s ease, background-color 0.3s ease; }.page-jilicrown-photos__game-category:hover { transform: translateY(-5px); background-color: #4a4a6a; }.page-jilicrown-photos__game-category h4 { color: #53e0f9; margin-top: 10px; margin-bottom: 0; font-size: 1.1em; }.page-jilicrown-photos__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-jilicrown-photos__feature-item { background-color: #2e2e4a; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; }.page-jilicrown-photos__feature-icon { font-size: 3em; color: #e94560; margin-bottom: 15px; }.page-jilicrown-photos__feature-title { font-size: 1.3em; color: #53e0f9; margin-bottom: 10px; }.page-jilicrown-photos__feature-description { font-size: 0.95em; color: #cccccc; }.page-jilicrown-photos__contact-info { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-jilicrown-photos__contact-item { background-color: #2e2e4a; padding: 20px; border-radius: 8px; text-align: center; flex: 1 1 calc(33% - 40px); min-width: 280px; }.page-jilicrown-photos__contact-icon { font-size: 3em; color: #e94560; margin-bottom: 15px; }.page-jilicrown-photos__contact-title { font-size: 1.3em; color: #53e0f9; margin-bottom: 10px; }.page-jilicrown-photos__contact-description { font-size: 0.95em; color: #cccccc; }.page-jilicrown-photos__contact-link { color: #53e0f9; text-decoration: none; }.page-jilicrown-photos__contact-link:hover { text-decoration: underline; }@media (max-width: 1024px) { .page-jilicrown-photos__hero-heading { font-size: 3em; } .page-jilicrown-photos__heading { font-size: 2.2em; } .page-jilicrown-photos__game-grid, .page-jilicrown-photos__promo-list, .page-jilicrown-photos__blog-grid, .page-jilicrown-photos__quick-access-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } .page-jilicrown-photos__feature-item, .page-jilicrown-photos__contact-item { flex: 1 1 calc(50% - 40px); }}.page-jilicrown-photos__game-list img { max-width: 100%; height: auto; }.page-jilicrown-photos__feature-item img, .page-jilicrown-photos__contact-item img { max-width: 100%; height: auto; }@media (max-width: 768px) { .page-jilicrown-photos__hero-heading { font-size: 2.5em; } .page-jilicrown-photos__hero-description { font-size: 1.1em; } .page-jilicrown-photos__heading { font-size: 1.8em; } .page-jilicrown-photos__subheading { font-size: 1.4em; } .page-jilicrown-photos__paragraph { font-size: 1em; } .page-jilicrown-photos__button { padding: 12px 25px; font-size: 1em; } .page-jilicrown-photos__section { padding: 30px 15px; } .page-jilicrown-photos__game-grid, .page-jilicrown-photos__promo-list, .page-jilicrown-photos__blog-grid, .page-jilicrown-photos__quick-access-grid { grid-template-columns: 1fr; } .page-jilicrown-photos__feature-item, .page-jilicrown-photos__contact-item { flex: 1 1 100%; min-width: unset; } .page-jilicrown-photos__faq-question { padding: 15px 20px; } .page-jilicrown-photos__faq-question h3 { font-size: 1.1em; } .page-jilicrown-photos__faq-answer { padding: 0 20px; } .page-jilicrown-photos__faq-item.active .page-jilicrown-photos__faq-answer { padding: 15px 20px !important; } .page-jilicrown-photos__promo-item, .page-jilicrown-photos__game-card, .page-jilicrown-photos__blog-card, .page-jilicrown-photos__quick-access-card { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jilicrown-photos__promo-list, .page-jilicrown-photos__game-grid, .page-jilicrown-photos__blog-grid, .page-jilicrown-photos__quick-access-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jilicrown-photos__game-list { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); } .page-jilicrown-photos__logo-row { gap: 10px; }}.page-jilicrown-photos img { max-width: 100%; height: auto; box-sizing: border-box; }.page-jilicrown-photos ul, .page-jilicrown-photos ol { list-style: none; padding: 0; margin: 0; }.page-jilicrown-photos ul li, .page-jilicrown-photos ol li { box-sizing: border-box; word-wrap: break-word; overflow-wrap: break-word; }.page-jilicrown-photos__quick-access-card h3 { color: #f0f0f0; margin-bottom: 15px; font-size: 1.3em; }