.page-jl-flip { padding-top: var(--header-offset, 122px); background-color: #0f172a; color: #f8fafc; font-family: 'Arial', sans-serif; line-height: 1.6; overflow-x: hidden; box-sizing: border-box; } .page-jl-flip a { color: #f97316; text-decoration: none; } .page-jl-flip a:hover { text-decoration: underline; } .page-jl-flip h1, .page-jl-flip h2, .page-jl-flip h3 { color: #f8fafc; margin-top: 0; margin-bottom: 20px; text-align: center; } .page-jl-flip h1 { font-size: 2.8em; } .page-jl-flip h2 { font-size: 2.2em; margin-bottom: 30px; } .page-jl-flip h3 { font-size: 1.8em; margin-bottom: 15px; } .page-jl-flip p { margin-bottom: 15px; } .page-jl-flip strong { color: #f97316; } .page-jl-flip__hero-section { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; background-color: #1e293b; overflow: hidden; margin-bottom: 40px; } .page-jl-flip__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-jl-flip__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(15, 23, 42, 0.7); border-radius: 10px; } .page-jl-flip__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-jl-flip__hero-description { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; } .page-jl-flip__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-jl-flip__hero-cta { display: inline-block; padding: 15px 30px; border-radius: 8px; font-size: 1.2em; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease, transform 0.3s ease; } .page-jl-flip__hero-cta--primary { background-color: #f97316; color: #fff; border: none; } .page-jl-flip__hero-cta--primary:hover { background-color: #ea580c; transform: translateY(-3px); text-decoration: none; } .page-jl-flip__hero-cta--secondary { background-color: #3b82f6; color: #fff; border: none; } .page-jl-flip__hero-cta--secondary:hover { background-color: #2563eb; transform: translateY(-3px); text-decoration: none; } .page-jl-flip__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: #1e293b; margin-bottom: 40px; } .page-jl-flip__payment-title { width: 100%; text-align: center; margin-bottom: 25px; font-size: 1.8em; color: #f8fafc; } .page-jl-flip__payment-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; } .page-jl-flip__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-jl-flip__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-jl-flip__introduction-section, .page-jl-flip__quick-access-section, .page-jl-flip__games-section, .page-jl-flip__promotions-section, .page-jl-flip__security-customer-service-section, .page-jl-flip__faq-section, .page-jl-flip__blog-section { padding: 40px 20px; margin-bottom: 40px; background-color: #1e293b; border-radius: 10px; max-width: 1200px; margin-left: auto; margin-right: auto; } .page-jl-flip__introduction-text, .page-jl-flip__games-intro, .page-jl-flip__promotions-intro { text-align: center; max-width: 800px; margin: 0 auto 30px auto; font-size: 1.1em; color: #cbd5e1; } .page-jl-flip__features-grid, .page-jl-flip__game-categories, .page-jl-flip__promo-cards, .page-jl-flip__security-grid, .page-jl-flip__blog-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-jl-flip__feature-item, .page-jl-flip__game-category-card, .page-jl-flip__promo-card, .page-jl-flip__security-item, .page-jl-flip__blog-card { background-color: #334155; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-flip__feature-item:hover, .page-jl-flip__game-category-card:hover, .page-jl-flip__promo-card:hover, .page-jl-flip__security-item:hover, .page-jl-flip__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); } .page-jl-flip__feature-heading, .page-jl-flip__game-category-heading, .page-jl-flip__promo-heading, .page-jl-flip__security-heading, .page-jl-flip__blog-card-title { font-size: 1.5em; color: #f97316; margin-bottom: 10px; } .page-jl-flip__feature-description, .page-jl-flip__game-category-description, .page-jl-flip__promo-description, .page-jl-flip__security-description, .page-jl-flip__blog-card-excerpt { font-size: 1em; color: #cbd5e1; } .page-jl-flip__quick-access-section .page-jl-flip__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-jl-flip__access-button { background-color: #3b82f6; color: #fff; padding: 12px 25px; border-radius: 6px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-jl-flip__access-button:hover { background-color: #2563eb; transform: translateY(-2px); text-decoration: none; } .page-jl-flip__game-category-image, .page-jl-flip__promo-image, .page-jl-flip__security-icon, .page-jl-flip__blog-image { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-jl-flip__promo-button, .page-jl-flip__blog-card-link { display: inline-block; background-color: #f97316; color: #fff; padding: 10px 20px; border-radius: 5px; margin-top: 15px; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-flip__promo-button:hover, .page-jl-flip__blog-card-link:hover { background-color: #ea580c; text-decoration: none; } .page-jl-flip__faq-container { max-width: 800px; margin: 30px auto 0 auto; } .page-jl-flip__faq-item { background-color: #334155; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-jl-flip__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: #3b82f6; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); transition: background-color 0.3s ease; } .page-jl-flip__faq-question:hover { background-color: #2563eb; } .page-jl-flip__faq-question-text { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-jl-flip__faq-toggle { font-size: 1.8em; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-jl-flip__faq-item.active .page-jl-flip__faq-toggle { transform: rotate(45deg); } .page-jl-flip__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: #334155; color: #cbd5e1; } .page-jl-flip__faq-item.active .page-jl-flip__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-flip__blog-card-title a { color: #f97316; text-decoration: none; } .page-jl-flip__blog-card-title a:hover { text-decoration: underline; } @media (max-width: 768px) { .page-jl-flip__hero-title { font-size: 2.5em; } .page-jl-flip__hero-description { font-size: 1em; } .page-jl-flip__hero-cta-group { flex-direction: column; } .page-jl-flip__hero-cta { width: 100%; max-width: 300px; margin: 0 auto; } .page-jl-flip h1 { font-size: 2.2em; } .page-jl-flip h2 { font-size: 1.8em; } .page-jl-flip h3 { font-size: 1.4em; } .page-jl-flip__introduction-section, .page-jl-flip__quick-access-section, .page-jl-flip__games-section, .page-jl-flip__promotions-section, .page-jl-flip__security-customer-service-section, .page-jl-flip__faq-section, .page-jl-flip__blog-section { padding: 30px 15px; margin-bottom: 30px; } .page-jl-flip__features-grid, .page-jl-flip__game-categories, .page-jl-flip__promo-cards, .page-jl-flip__security-grid, .page-jl-flip__blog-cards { grid-template-columns: 1fr; gap: 20px; } .page-jl-flip__feature-item, .page-jl-flip__game-category-card, .page-jl-flip__promo-card, .page-jl-flip__security-item, .page-jl-flip__blog-card { padding: 20px; } .page-jl-flip__access-buttons { flex-direction: column; gap: 10px; } .page-jl-flip__access-button { width: 100%; box-sizing: border-box !important; } .page-jl-flip__faq-question { padding: 15px 20px; } .page-jl-flip__faq-question-text { font-size: 1.1em; } .page-jl-flip__faq-answer { padding: 0 20px; } .page-jl-flip__faq-item.active .page-jl-flip__faq-answer { padding: 15px 20px !important; } .page-jl-flip__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-jl-flip__payment-logo, .page-jl-flip__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jl-flip__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-flip__blog-card-title { font-size: 1.3em; } .page-jl-flip__blog-card-title a { display: block; } .page-jl-flip__hero-image, .page-jl-flip__game-category-image, .page-jl-flip__promo-image, .page-jl-flip__security-icon, .page-jl-flip__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }