.page-jl-fix86 { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a2e; line-height: 1.6; } .page-jl-fix86__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-jl-fix86__header { text-align: center; padding: 40px 20px 20px; background: linear-gradient(135deg, #0f3460, #1a1a2e); border-bottom: 3px solid #e94560; } .page-jl-fix86__header-title { font-size: 2.8em; color: #fff; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-jl-fix86__header-subtitle { font-size: 1.2em; color: #ddd; margin-bottom: 25px; } .page-jl-fix86__cta-buttons { display: flex; justify-content: center; gap: 15px; } .page-jl-fix86__cta-button { background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-jl-fix86__cta-button:hover { background-color: #ff6a80; transform: translateY(-2px); } .page-jl-fix86__section { padding: 60px 20px; text-align: center; background-color: #16213e; margin-bottom: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-jl-fix86__section--dark { background-color: #0f3460; } .page-jl-fix86__section-title { font-size: 2.2em; color: #e94560; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-jl-fix86__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px; color: #ccc; } .page-jl-fix86__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; } .page-jl-fix86__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; width: 100%; max-width: 300px; text-align: left; } .page-jl-fix86__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-jl-fix86__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-fix86__game-card-content { padding: 20px; } .page-jl-fix86__game-card-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-jl-fix86__game-card-description { font-size: 0.95em; color: #bbb; margin-bottom: 15px; } .page-jl-fix86__game-card-button { display: inline-block; background-color: #e94560; color: #fff; padding: 8px 18px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; } .page-jl-fix86__game-card-button:hover { background-color: #ff6a80; } .page-jl-fix86__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-fix86__promo-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: left; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-jl-fix86__promo-title { font-size: 1.8em; color: #e94560; margin-bottom: 15px; } .page-jl-fix86__promo-description { font-size: 1em; color: #ccc; margin-bottom: 20px; } .page-jl-fix86__promo-button { background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-fix86__promo-button:hover { background-color: #ff6a80; } .page-jl-fix86__licensing-logos { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; margin-top: 40px; } .page-jl-fix86__licensing-logo { max-width: 150px; height: auto; opacity: 0.8; transition: opacity 0.3s ease; } .page-jl-fix86__licensing-logo:hover { opacity: 1; } .page-jl-fix86__faq-section { text-align: left; max-width: 800px; margin: 0 auto; } .page-jl-fix86__faq-item { margin-bottom: 15px; border: 1px solid #0f3460; border-radius: 8px; overflow: hidden; background-color: #1a1a2e; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-jl-fix86__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #16213e; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-jl-fix86__faq-question:hover { background-color: #0f3460; } .page-jl-fix86__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-jl-fix86__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-jl-fix86__faq-item.active .page-jl-fix86__faq-toggle { transform: rotate(45deg); } .page-jl-fix86__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; color: #ccc; font-size: 0.95em; } .page-jl-fix86__faq-item.active .page-jl-fix86__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-jl-fix86__header-title { font-size: 2em; } .page-jl-fix86__header-subtitle { font-size: 1em; } .page-jl-fix86__cta-buttons { flex-direction: column; } .page-jl-fix86__cta-button { width: 100%; max-width: 250px; margin: 0 auto; } .page-jl-fix86__game-categories { flex-direction: column; align-items: center; } .page-jl-fix86__game-card { width: 100%; max-width: 350px; } .page-jl-fix86__promo-grid { grid-template-columns: 1fr; } .page-jl-fix86__licensing-logos { flex-direction: column; align-items: center; } .page-jl-fix86__licensing-logo { max-width: 120px; } .page-jl-fix86__faq-answer { padding: 0 15px; } .page-jl-fix86__faq-item.active .page-jl-fix86__faq-answer { padding: 15px !important; } } .page-jl-fix86 img { max-width: 100% !important; height: auto !important; } .page-jl-fix86__game-card-image { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-jl-fix86__licensing-logo { width: auto; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-jl-fix86__promo-item, .page-jl-fix86__game-card { box-sizing: border-box; } .page-jl-fix86__game-card-title, .page-jl-fix86__game-card-description, .page-jl-fix86__promo-title, .page-jl-fix86__promo-description, .page-jl-fix86__faq-question h3, .page-jl-fix86__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-fix86__hero-section { padding-top: 10px; }