/* Base styles for the page container */.page-88jn { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; overflow-x: hidden; } /* Hero Section */.page-88jn__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 10px 20px 40px; min-height: 60vh; background-color: #2a003a; overflow: hidden; margin-bottom: 40px; } .page-88jn__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } .page-88jn__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-88jn__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-88jn__hero-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-88jn__hero-description { font-size: 1.1em; color: #e0e0e0; margin-bottom: 30px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-88jn__hero-cta-buttons { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; } .page-88jn__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-88jn__button--primary { background-color: #e63946; color: #ffffff; border: 2px solid #e63946; } .page-88jn__button--primary:hover { background-color: #c02d38; transform: translateY(-2px); } .page-88jn__button--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-88jn__button--secondary:hover { background-color: #ffcc00; color: #1a1a2e; transform: translateY(-2px); } .page-88jn__button--small { padding: 8px 15px; font-size: 0.9em; border-radius: 5px; } /* General Section Styling */.page-88jn__section-title { font-size: 2em; color: #ffcc00; text-align: center; margin-bottom: 20px; padding-top: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); } .page-88jn__section-description { font-size: 1.1em; color: #e0e0e0; text-align: center; max-width: 800px; margin: 0 auto 40px; padding: 0 15px; } /* Introduction Section */.page-88jn__introduction-section { padding: 20px 0; margin-bottom: 40px; } .page-88jn__features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 0 15px; } .page-88jn__feature-item { background-color: #2a003a; border-radius: 12px; padding: 25px; text-align: center; max-width: 300px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, background-color 0.3s ease; flex: 1 1 280px; box-sizing: border-box; } .page-88jn__feature-item:hover { transform: translateY(-5px); background-color: #3b004d; } .page-88jn__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; max-width: 100%; height: auto; object-fit: contain; } .page-88jn__feature-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-88jn__feature-text { font-size: 0.95em; color: #c0c0c0; } /* Quick Access Section */.page-88jn__quick-access-section { background-color: #1a1a2e; padding: 40px 15px; text-align: center; margin-bottom: 40px; } .page-88jn__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-88jn__access-button { background-color: #e63946; color: #ffffff; padding: 10px 20px; border-radius: 6px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-88jn__access-button:hover { background-color: #c02d38; transform: translateY(-2px); } /* Games Section */.page-88jn__games-section { padding: 20px 0; margin-bottom: 40px; } .page-88jn__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 15px; margin-top: 30px; } .page-88jn__game-card { background-color: #2a003a; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; } .page-88jn__game-card:hover { transform: translateY(-5px); } .page-88jn__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; max-width: 100%; height: auto; } .page-88jn__game-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; padding: 0 15px; } .page-88jn__game-text { font-size: 0.95em; color: #c0c0c0; padding: 0 15px 15px; flex-grow: 1; } .page-88jn__game-card .page-88jn__button { margin: 0 15px 20px; } .page-88jn__game-providers { text-align: center; margin-top: 60px; padding: 0 15px; } .page-88jn__game-providers-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 25px; } .page-88jn__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; } .page-88jn__provider-logo { height: 60px; width: auto; object-fit: contain; filter: grayscale(80%) brightness(120%); transition: filter 0.3s ease; max-width: 100%; height: auto; min-width: 80px; } .page-88jn__provider-logo:hover { filter: grayscale(0%) brightness(100%); } /* Promotions Section */.page-88jn__promotions-section { padding: 20px 0; margin-bottom: 40px; } .page-88jn__promotion-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 15px; margin-top: 30px; } .page-88jn__promotion-card { background-color: #2a003a; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; } .page-88jn__promotion-card:hover { transform: translateY(-5px); } .page-88jn__promotion-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 15px; max-width: 100%; height: auto; } .page-88jn__promotion-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; padding: 0 15px; } .page-88jn__promotion-text { font-size: 0.95em; color: #c0c0c0; padding: 0 15px 15px; flex-grow: 1; } .page-88jn__promotion-card .page-88jn__button { margin: 0 15px 20px; } /* Security & Customer Service Section */.page-88jn__security-cs-section { padding: 20px 0; margin-bottom: 40px; background-color: #1a1a2e; } .page-88jn__security-info { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; padding: 0 15px; margin-top: 30px; } .page-88jn__security-item { background-color: #2a003a; border-radius: 12px; padding: 25px; text-align: center; max-width: 300px; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); flex: 1 1 280px; box-sizing: border-box; } .page-88jn__security-icon { width: 70px; height: 70px; margin-bottom: 15px; max-width: 100%; height: auto; object-fit: contain; } .page-88jn__security-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-88jn__security-text { font-size: 0.95em; color: #c0c0c0; } .page-88jn__cs-info { text-align: center; margin-top: 60px; padding: 0 15px; } .page-88jn__cs-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-88jn__cs-text { font-size: 1em; color: #e0e0e0; margin-bottom: 25px; } .page-88jn__cs-channels { list-style: none; padding: 0; margin: 0 auto 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; max-width: 600px; } .page-88jn__cs-channels li { display: flex; align-items: center; font-size: 1.1em; color: #ffffff; background-color: #3b004d; padding: 10px 20px; border-radius: 8px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); box-sizing: border-box; width: 100%; max-width: 250px; margin-left: 0; margin-right: 0; word-wrap: break-word; overflow-wrap: break-word; } .page-88jn__cs-channel-icon { width: 30px; height: 30px; margin-right: 10px; max-width: 100%; height: auto; object-fit: contain; } /* FAQ Section */.page-88jn__faq-section { padding: 20px 0; margin-bottom: 40px; } .page-88jn__faq-list { max-width: 800px; margin: 30px auto; padding: 0 15px; } .page-88jn__faq-item { background-color: #2a003a; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); overflow: hidden; } .page-88jn__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #3b004d; color: #ffcc00; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid rgba(255, 204, 0, 0.2); transition: background-color 0.3s ease; user-select: none; } .page-88jn__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-88jn__faq-question:hover { background-color: #4c0066; } .page-88jn__faq-toggle { font-size: 1.5em; line-height: 1; transition: transform 0.3s ease; pointer-events: none; } .page-88jn__faq-item.active .page-88jn__faq-toggle { transform: rotate(45deg); } .page-88jn__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; color: #e0e0e0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-88jn__faq-item.active .page-88jn__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-88jn__faq-answer p { margin: 0; padding-bottom: 5px; } /* Blog Section */.page-88jn__blog-section { padding: 20px 0; margin-bottom: 40px; } .page-88jn__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 15px; margin-top: 30px; } .page-88jn__blog-card { background-color: #2a003a; border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; } .page-88jn__blog-card:hover { transform: translateY(-5px); } .page-88jn__blog-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 15px; max-width: 100%; height: auto; } .page-88jn__blog-title { font-size: 1.2em; color: #ffcc00; margin-bottom: 10px; padding: 0 15px; } .page-88jn__blog-title a { color: inherit; text-decoration: none; transition: color 0.3s ease; } .page-88jn__blog-title a:hover { color: #e63946; } .page-88jn__blog-excerpt { font-size: 0.9em; color: #c0c0c0; padding: 0 15px 15px; flex-grow: 1; } .page-88jn__blog-card .page-88jn__button { margin: 0 15px 20px; align-self: flex-start; } /* Responsive Adjustments */@media (max-width: 768px) { .page-88jn__hero-title { font-size: 2em; } .page-88jn__hero-description { font-size: 1em; } .page-88jn__hero-cta-buttons { flex-direction: column; } .page-88jn__button { width: 80%; margin: 0 auto; } .page-88jn__section-title { font-size: 1.8em; } .page-88jn__section-description { font-size: 0.95em; } .page-88jn__features, .page-88jn__game-categories, .page-88jn__promotion-cards, .page-88jn__security-info, .page-88jn__blog-posts { grid-template-columns: 1fr; padding: 0 10px; } .page-88jn__feature-item, .page-88jn__game-card, .page-88jn__promotion-card, .page-88jn__security-item, .page-88jn__blog-card { max-width: 100%; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-88jn__cs-channels { padding: 0 10px !important; margin-left: 0 !important; margin-right: 0 !important; } .page-88jn__cs-channels li { width: 100% !important; max-width: 100% !important; padding: 10px 15px !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-88jn__faq-list { padding: 0 10px; } .page-88jn__faq-question, .page-88jn__faq-answer { padding-left: 15px !important; padding-right: 15px !important; box-sizing: border-box !important; } .page-88jn__faq-question h3 { font-size: 1em; } .page-88jn__faq-answer p { font-size: 0.9em; } /* Images responsiveness */.page-88jn__hero-image, .page-88jn__feature-icon, .page-88jn__game-image, .page-88jn__provider-logo, .page-88jn__promotion-image, .page-88jn__security-icon, .page-88jn__cs-channel-icon, .page-88jn__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-88jn__game-image, .page-88jn__promotion-image, .page-88jn__blog-image { height: 150px !important; } } @media (max-width: 480px) { .page-88jn__hero-title { font-size: 1.8em; } .page-88jn__section-title { font-size: 1.6em; } .page-88jn__button { padding: 10px 20px; font-size: 0.9em; } }