.page-facebook-jl { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-facebook-jl__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-facebook-jl__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-facebook-jl__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)); z-index: 2; } .page-facebook-jl__hero-content { position: relative; z-index: 3; color: #fff; max-width: 900px; padding: 20px; } .page-facebook-jl__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-facebook-jl__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-facebook-jl__hero-cta { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-facebook-jl__hero-cta:hover { background-color: #e6b800; transform: translateY(-3px); } .page-facebook-jl__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 20px; background-color: #eee; } .page-facebook-jl__payment-title { width: 100%; text-align: center; margin-bottom: 30px; font-size: 2em; color: #333; } .page-facebook-jl__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 1200px; } .page-facebook-jl__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; } .page-facebook-jl__intro-section, .page-facebook-jl__quick-access-section, .page-facebook-jl__games-section, .page-facebook-jl__promotions-section, .page-facebook-jl__security-support-section, .page-facebook-jl__faq-section, .page-facebook-jl__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 30px; } .page-facebook-jl__intro-title, .page-facebook-jl__quick-access-title, .page-facebook-jl__games-title, .page-facebook-jl__promotions-title, .page-facebook-jl__security-support-title, .page-facebook-jl__faq-title, .page-facebook-jl__blog-title { text-align: center; font-size: 2.5em; color: #222; margin-bottom: 40px; } .page-facebook-jl__intro-text { text-align: center; font-size: 1.1em; margin-bottom: 40px; color: #555; } .page-facebook-jl__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; } .page-facebook-jl__feature-item { background-color: #f9f9f9; padding: 30px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); } .page-facebook-jl__feature-icon { max-width: 100%; height: auto; display: block; margin: 0 auto 20px; max-width: 100px; min-width: 200px; min-height: 200px; object-fit: contain; } .page-facebook-jl__feature-title { font-size: 1.5em; color: #333; margin-bottom: 10px; } .page-facebook-jl__feature-description { color: #666; } .page-facebook-jl__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-facebook-jl__access-button { background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-facebook-jl__access-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-facebook-jl__games-description, .page-facebook-jl__promotions-subtitle, .page-facebook-jl__blog-subtitle { text-align: center; font-size: 1.1em; margin-bottom: 40px; color: #555; } .page-facebook-jl__game-grid, .page-facebook-jl__promo-grid, .page-facebook-jl__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-facebook-jl__game-card, .page-facebook-jl__promo-card, .page-facebook-jl__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-facebook-jl__game-card:hover, .page-facebook-jl__promo-card:hover, .page-facebook-jl__blog-card:hover { transform: translateY(-5px); } .page-facebook-jl__game-image, .page-facebook-jl__promo-image, .page-facebook-jl__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-facebook-jl__game-name, .page-facebook-jl__promo-name { font-size: 1.4em; color: #333; margin: 15px 15px 10px; } .page-facebook-jl__game-text, .page-facebook-jl__promo-text { font-size: 0.95em; color: #666; padding: 0 15px; flex-grow: 1; } .page-facebook-jl__game-cta, .page-facebook-jl__promo-cta { display: block; background-color: #28a745; color: #fff; padding: 10px 15px; text-align: center; text-decoration: none; font-weight: bold; margin: 15px; border-radius: 5px; transition: background-color 0.3s ease; } .page-facebook-jl__game-cta:hover, .page-facebook-jl__promo-cta:hover { background-color: #218838; } .page-facebook-jl__security-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; } .page-facebook-jl__security-text { flex: 1; min-width: 300px; } .page-facebook-jl__security-image { flex: 0 0 400px; max-width: 100%; height: auto; border-radius: 8px; object-fit: cover; min-width: 200px; min-height: 200px; } .page-facebook-jl__security-subtitle { font-size: 1.6em; color: #333; margin-top: 25px; margin-bottom: 10px; } .page-facebook-jl__security-description { color: #555; margin-bottom: 15px; } .page-facebook-jl__security-cta { display: inline-block; background-color: #6f42c1; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-top: 20px; transition: background-color 0.3s ease, transform 0.3s ease; } .page-facebook-jl__security-cta:hover { background-color: #5a2e9e; transform: translateY(-2px); } .page-facebook-jl__faq-container { max-width: 800px; margin: 0 auto; } .page-facebook-jl__faq-item { background-color: #f9f9f9; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03); } .page-facebook-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #eee; border-bottom: 1px solid #ddd; user-select: none; transition: background-color 0.3s ease; } .page-facebook-jl__faq-question:hover { background-color: #e0e0e0; } .page-facebook-jl__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-facebook-jl__faq-toggle { font-size: 1.5em; font-weight: bold; color: #555; pointer-events: none; transition: transform 0.3s ease; } .page-facebook-jl__faq-item.active .page-facebook-jl__faq-toggle { transform: rotate(45deg); } .page-facebook-jl__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-facebook-jl__faq-item.active .page-facebook-jl__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-facebook-jl__blog-card-title { font-size: 1.3em; margin: 15px 15px 10px; } .page-facebook-jl__blog-card-title a { text-decoration: none; color: #333; transition: color 0.3s ease; } .page-facebook-jl__blog-card-title a:hover { color: #007bff; } .page-facebook-jl__blog-content { padding: 0 15px 15px; display: flex; flex-direction: column; flex-grow: 1; } .page-facebook-jl__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; flex-grow: 1; } .page-facebook-jl__blog-date { font-size: 0.85em; color: #999; text-align: right; margin-top: auto; } @media (max-width: 1024px) { .page-facebook-jl__hero-title { font-size: 3em; } .page-facebook-jl__hero-subtitle { font-size: 1.3em; } .page-facebook-jl__intro-title, .page-facebook-jl__games-title, .page-facebook-jl__promotions-title, .page-facebook-jl__security-support-title, .page-facebook-jl__faq-title, .page-facebook-jl__blog-title { font-size: 2em; } .page-facebook-jl__security-image { flex: 0 0 350px; } } @media (max-width: 768px) { .page-facebook-jl__hero-section { min-height: 450px; } .page-facebook-jl__hero-title { font-size: 2.2em; } .page-facebook-jl__hero-subtitle { font-size: 1.1em; } .page-facebook-jl__hero-cta { padding: 12px 25px; font-size: 1em; } .page-facebook-jl__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-facebook-jl__payment-logo, .page-facebook-jl__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-facebook-jl__intro-section, .page-facebook-jl__quick-access-section, .page-facebook-jl__games-section, .page-facebook-jl__promotions-section, .page-facebook-jl__security-support-section, .page-facebook-jl__faq-section, .page-facebook-jl__blog-section { padding: 30px 15px; margin-bottom: 20px; } .page-facebook-jl__intro-title, .page-facebook-jl__quick-access-title, .page-facebook-jl__games-title, .page-facebook-jl__promotions-title, .page-facebook-jl__security-support-title, .page-facebook-jl__faq-title, .page-facebook-jl__blog-title { font-size: 1.8em; margin-bottom: 30px; } .page-facebook-jl__intro-text, .page-facebook-jl__games-description, .page-facebook-jl__promotions-subtitle, .page-facebook-jl__blog-subtitle { font-size: 1em; margin-bottom: 30px; } .page-facebook-jl__features-grid, .page-facebook-jl__game-grid, .page-facebook-jl__promo-grid, .page-facebook-jl__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-facebook-jl__feature-item, .page-facebook-jl__game-card, .page-facebook-jl__promo-card, .page-facebook-jl__blog-card { padding: 20px; } .page-facebook-jl__feature-icon { margin-bottom: 15px; } .page-facebook-jl__access-buttons { flex-direction: column; gap: 15px; } .page-facebook-jl__access-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-facebook-jl__game-image, .page-facebook-jl__promo-image, .page-facebook-jl__blog-image { height: 180px; } .page-facebook-jl__game-name, .page-facebook-jl__promo-name, .page-facebook-jl__blog-card-title { font-size: 1.2em; margin: 10px 0; } .page-facebook-jl__game-text, .page-facebook-jl__promo-text, .page-facebook-jl__blog-excerpt { font-size: 0.9em; } .page-facebook-jl__game-cta, .page-facebook-jl__promo-cta { margin: 10px 0 0; } .page-facebook-jl__security-content { flex-direction: column; gap: 30px; } .page-facebook-jl__security-image { flex: 0 0 auto; width: 100%; max-width: 400px; margin: 0 auto; } .page-facebook-jl__security-subtitle { font-size: 1.4em; margin-top: 20px; } .page-facebook-jl__security-description { font-size: 0.95em; } .page-facebook-jl__faq-question { padding: 12px 15px; } .page-facebook-jl__faq-question h3 { font-size: 1.1em; } .page-facebook-jl__faq-answer { padding: 0 15px; } .page-facebook-jl__faq-item.active .page-facebook-jl__faq-answer { padding: 15px !important; } .page-facebook-jl__blog-content { padding: 0 15px 10px; } .page-facebook-jl__blog-date { font-size: 0.8em; } /* Global image responsive rules for all images except gamelogo */ img:not(.page-facebook-jl__payment-logo) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } /* List item responsive rules */ .page-facebook-jl__features-grid > div, .page-facebook-jl__game-grid > div, .page-facebook-jl__promo-grid > div, .page-facebook-jl__blog-grid > article { width: 100% !important; max-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; word-break: break-word !important; } .page-facebook-jl__features-grid, .page-facebook-jl__game-grid, .page-facebook-jl__promo-grid, .page-facebook-jl__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }