/* General styles for the page */.page-jl-kitchen { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-jl-kitchen__section-title { font-size: 2.2rem; color: #1a1a1a; text-align: center; margin-bottom: 40px; padding: 0 15px; } .page-jl-kitchen__section-title--small { font-size: 1.8rem; margin-bottom: 25px; } .page-jl-kitchen__keyword-highlight { color: #e44d26; font-weight: bold; } .page-jl-kitchen__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; /* Assuming body has padding-top for header */ } .page-jl-kitchen__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); } .page-jl-kitchen__hero-content { z-index: 1; max-width: 900px; padding: 20px; } .page-jl-kitchen__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-kitchen__hero-keyword { color: #ffd700; } .page-jl-kitchen__hero-subtitle { font-size: 1.5rem; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-jl-kitchen__hero-cta { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; } .page-jl-kitchen__hero-cta:hover { background-color: #c23b1f; transform: translateY(-3px); } .page-jl-kitchen__hero-cta--download { background-color: #007bff; } .page-jl-kitchen__hero-cta--download:hover { background-color: #0056b3; } .page-jl-kitchen__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: #f0f0f0; } .page-jl-kitchen__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; } .page-jl-kitchen__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-jl-kitchen__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-jl-kitchen__introduction-section, .page-jl-kitchen__quick-access-section, .page-jl-kitchen__games-section, .page-jl-kitchen__promotions-section, .page-jl-kitchen__security-support-section, .page-jl-kitchen__faq-section, .page-jl-kitchen__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; } .page-jl-kitchen__intro-text, .page-jl-kitchen__quick-access-description, .page-jl-kitchen__games-intro, .page-jl-kitchen__promotions-intro, .page-jl_kitchen__blog-intro { text-align: center; margin-bottom: 40px; font-size: 1.1rem; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-kitchen__intro-features, .page-jl-kitchen__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-kitchen__feature-item, .page-jl-kitchen__security-item { background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-jl-kitchen__feature-item:hover, .page-jl-kitchen__security-item:hover { transform: translateY(-5px); } .page-jl-kitchen__feature-icon, .page-jl-kitchen__security-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; max-width: 100%; height: auto; } .page-jl-kitchen__feature-title, .page-jl-kitchen__security-title { font-size: 1.4rem; color: #1a1a1a; margin-bottom: 10px; } .page-jl-kitchen__feature-description, .page-jl-kitchen__security-description { font-size: 1rem; color: #555; } .page-jl-kitchen__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-jl-kitchen__access-btn { background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-kitchen__access-btn:hover { background-color: #c23b1f; } .page-jl-kitchen__games-section { background-color: #f0f0f0; } .page-jl-kitchen__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-kitchen__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-jl-kitchen__game-card:hover { transform: translateY(-5px); } .page-jl-kitchen__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100%; height: auto; } .page-jl-kitchen__game-title { font-size: 1.5rem; color: #1a1a1a; margin: 20px 15px 10px; } .page-jl-kitchen__game-description { font-size: 1rem; color: #555; padding: 0 15px 20px; flex-grow: 1; } .page-jl-kitchen__game-cta { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-jl-kitchen__game-cta:hover { background-color: #0056b3; } .page-jl-kitchen__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-kitchen__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-jl-kitchen__promo-card:hover { transform: translateY(-5px); } .page-jl-kitchen__promo-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; } .page-jl-kitchen__promo-title { font-size: 1.5rem; color: #1a1a1a; margin: 20px 15px 10px; } .page-jl-kitchen__promo-description { font-size: 1rem; color: #555; padding: 0 15px 20px; flex-grow: 1; } .page-jl-kitchen__promo-cta { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 20px; transition: background-color 0.3s ease; } .page-jl-kitchen__promo-cta:hover { background-color: #c23b1f; } .page-jl-kitchen__contact-cta { display: block; width: fit-content; margin: 40px auto 0; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-kitchen__contact-cta:hover { background-color: #0056b3; } .page-jl-kitchen__faq-container { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-jl-kitchen__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden; } .page-jl-kitchen__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f0f0f0; border-bottom: 1px solid #eee; user-select: none; transition: background-color 0.3s ease; } .page-jl-kitchen__faq-question:hover { background-color: #e0e0e0; } .page-jl-kitchen__faq-title { font-size: 1.2rem; color: #1a1a1a; margin: 0; flex-grow: 1; pointer-events: none; } .page-jl-kitchen__faq-toggle { font-size: 1.8rem; font-weight: bold; color: #e44d26; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; } .page-jl-kitchen__faq-item.active .page-jl-kitchen__faq-toggle { transform: rotate(45deg); } .page-jl-kitchen__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; } .page-jl-kitchen__faq-item.active .page-jl-kitchen__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-kitchen__faq-answer p { margin: 0; color: #555; font-size: 1rem; } .page-jl-kitchen__blog-articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-jl-kitchen__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-jl-kitchen__blog-card:hover { transform: translateY(-5px); } .page-jl-kitchen__blog-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; } .page-jl-kitchen__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-jl-kitchen__blog-title { font-size: 1.3rem; margin-bottom: 10px; line-height: 1.4; } .page-jl-kitchen__blog-title a { color: #1a1a1a; text-decoration: none; transition: color 0.3s ease; } .page-jl-kitchen__blog-title a:hover { color: #e44d26; } .page-jl-kitchen__blog-summary { font-size: 0.95rem; color: #555; margin-bottom: 15px; flex-grow: 1; } .page-jl-kitchen__blog-readmore { display: inline-block; background-color: #e44d26; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9rem; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-kitchen__blog-readmore:hover { background-color: #c23b1f; } @media (max-width: 1024px) { .page-jl-kitchen__hero-title { font-size: 3rem; } .page-jl-kitchen__hero-subtitle { font-size: 1.3rem; } .page-jl-kitchen__section-title { font-size: 2rem; } } @media (max-width: 768px) { .page-jl-kitchen__hero-section { min-height: 500px; } .page-jl-kitchen__hero-title { font-size: 2.5rem; } .page-jl-kitchen__hero-subtitle { font-size: 1.1rem; } .page-jl-kitchen__hero-cta { padding: 12px 25px; font-size: 1rem; margin: 8px; } .page-jl-kitchen__section-title { font-size: 1.8rem; margin-bottom: 30px; } .page-jl-kitchen__section-title--small { font-size: 1.5rem; margin-bottom: 20px; } .page-jl-kitchen__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-jl-kitchen__payment-logo, .page-jl-kitchen__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jl-kitchen__intro-text, .page-jl-kitchen__quick-access-description, .page-jl-kitchen__games-intro, .page-jl-kitchen__promotions-intro, .page-jl_kitchen__blog-intro { font-size: 1rem; margin-bottom: 30px; } .page-jl-kitchen__intro-features, .page-jl-kitchen__security-grid, .page-jl-kitchen__game-categories, .page-jl-kitchen__promo-grid, .page-jl-kitchen__blog-articles { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-jl-kitchen__feature-item, .page-jl-kitchen__security-item, .page-jl-kitchen__game-card, .page-jl-kitchen__promo-card, .page-jl-kitchen__blog-card { padding: 20px; } .page-jl-kitchen__feature-icon, .page-jl-kitchen__security-icon { width: 60px; height: 60px; margin-bottom: 15px; } .page-jl-kitchen__feature-title, .page-jl-kitchen__security-title { font-size: 1.2rem; } .page-jl-kitchen__game-title, .page-jl-kitchen__promo-title { font-size: 1.3rem; } .page-jl-kitchen__access-buttons { flex-direction: column; align-items: center; gap: 15px; } .page-jl-kitchen__access-btn { width: 100%; max-width: 300px; padding: 10px 20px; } .page-jl-kitchen__faq-question { padding: 15px 20px; } .page-jl-kitchen__faq-title { font-size: 1.1rem; } .page-jl-kitchen__faq-toggle { font-size: 1.5rem; } .page-jl-kitchen__faq-answer { padding: 0 20px; } .page-jl-kitchen__faq-item.active .page-jl-kitchen__faq-answer { padding: 15px 20px !important; } .page-jl-kitchen__blog-title { font-size: 1.2rem; } .page-jl-kitchen__blog-summary { font-size: 0.9rem; } /* Mobile image responsive rules */ .page-jl-kitchen img:not(.page-jl-kitchen__payment-logo img) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-kitchen__hero-image { max-width: 100% !important; height: 100% !important; } /* List item responsive rules */ .page-jl-kitchen ul, .page-jl-kitchen ol { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-kitchen li { 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; } }