.page-chef-jl-ph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-chef-jl-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-chef-jl-ph__hero-section { background: linear-gradient(135deg, #ff6b6b, #ffa500); color: #fff; text-align: center; padding: 10px 20px 80px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; } .page-chef-jl-ph__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric,subtle]'); opacity: 0.1; background-size: cover; background-position: center; z-index: 0; } .page-chef-jl-ph__hero-content { position: relative; z-index: 1; } .page-chef-jl-ph__hero-image { width: 100%; height: auto; max-width: 100%; object-fit: cover; border-radius: 10px; margin-top: 30px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } .page-chef-jl-ph__hero-section h1 { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); } .page-chef-jl-ph__hero-section p { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-chef-jl-ph__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-chef-jl-ph__button { display: inline-block; background-color: #4CAF50; color: white; padding: 15px 30px; text-align: center; text-decoration: none; font-size: 1.1em; border-radius: 50px; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-chef-jl-ph__button:hover { background-color: #45a049; transform: translateY(-3px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-chef-jl-ph__button--secondary { background-color: #007bff; } .page-chef-jl-ph__button--secondary:hover { background-color: #0056b3; } .page-chef-jl-ph__section { padding: 60px 0; text-align: center; margin-bottom: 40px; } .page-chef-jl-ph__section:nth-of-type(even) { background-color: #f2f2f2; } .page-chef-jl-ph__section h2 { font-size: 2.2em; color: #222; margin-bottom: 20px; } .page-chef-jl-ph__section p { max-width: 900px; margin: 0 auto 30px auto; font-size: 1.1em; } .page-chef-jl-ph__games-grid, .page-chef-jl-ph__payments-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .page-chef-jl-ph__game-card, .page-chef-jl-ph__payment-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); padding: 25px; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; align-items: center; } .page-chef-jl-ph__game-card:hover, .page-chef-jl-ph__payment-item:hover { transform: translateY(-5px); } .page-chef-jl-ph__game-card img, .page-chef-jl-ph__payment-item img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; min-height: 200px; } .page-chef-jl-ph__game-card h3 { font-size: 1.5em; color: #333; margin-bottom: 10px; } .page-chef-jl-ph__game-card p { font-size: 0.95em; color: #666; margin-bottom: 20px; flex-grow: 1; } .page-chef-jl-ph__game-card .page-chef-jl-ph__button { padding: 10px 20px; font-size: 1em; border-radius: 25px; } .page-chef-jl-ph__payment-item img { max-height: 80px; width: auto; margin-bottom: 10px; } .page-chef-jl-ph__payment-item p { font-weight: bold; color: #555; } .page-chef-jl-ph__promotions-list { list-style: none; padding: 0; max-width: 900px; margin: 0 auto 30px auto; } .page-chef-jl-ph__promotion-item { background-color: #fff; border-left: 5px solid #ffa500; margin-bottom: 20px; padding: 20px; border-radius: 8px; text-align: left; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); } .page-chef-jl-ph__promotion-item h3 { color: #ffa500; margin-top: 0; font-size: 1.4em; } .page-chef-jl-ph__promotion-item p { color: #555; font-size: 1em; margin-bottom: 15px; } .page-chef-jl-ph__providers-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-chef-jl-ph__provider-item { background-color: #fff; padding: 15px 25px; border-radius: 8px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); font-weight: bold; color: #555; font-size: 1em; } .page-chef-jl-ph__faq-section { background-color: #fff; padding: 60px 0; text-align: center; margin-bottom: 40px; } .page-chef-jl-ph__faq-container { max-width: 800px; margin: 0 auto; text-align: left; } .page-chef-jl-ph__faq-item { border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-chef-jl-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #f9f9f9; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-chef-jl-ph__faq-question:hover { background-color: #f0f0f0; } .page-chef-jl-ph__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } .page-chef-jl-ph__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-chef-jl-ph__faq-item.active .page-chef-jl-ph__faq-toggle { transform: rotate(45deg); } .page-chef-jl-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-chef-jl-ph__faq-item.active .page-chef-jl-ph__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-chef-jl-ph__cta-section { background: linear-gradient(45deg, #007bff, #00c6ff); color: #fff; padding: 80px 20px; text-align: center; border-radius: 10px; margin-bottom: 40px; } .page-chef-jl-ph__cta-section h2 { font-size: 2.5em; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); } .page-chef-jl-ph__cta-section p { font-size: 1.1em; max-width: 700px; margin: 0 auto 40px auto; } @media (max-width: 768px) { .page-chef-jl-ph__container { padding: 15px; } .page-chef-jl-ph__hero-section { padding-top: 10px; padding-bottom: 60px; } .page-chef-jl-ph__hero-section h1 { font-size: 2em; } .page-chef-jl-ph__hero-section p { font-size: 1em; } .page-chef-jl-ph__button-group { flex-direction: column; gap: 15px; } .page-chef-jl-ph__button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-chef-jl-ph__section { padding: 40px 0; } .page-chef-jl-ph__section h2 { font-size: 1.8em; } .page-chef-jl-ph__section p { font-size: 0.95em; } .page-chef-jl-ph__games-grid, .page-chef-jl-ph__payments-list { grid-template-columns: 1fr; gap: 20px; } .page-chef-jl-ph__game-card, .page-chef-jl-ph__payment-item { padding: 20px; } .page-chef-jl-ph__game-card img { min-height: 150px; max-width: 100%; height: auto; box-sizing: border-box !important; } .page-chef-jl-ph__payment-item img { max-width: 100%; height: auto; box-sizing: border-box !important; } .page-chef-jl-ph__promotions-list { max-width: 100%; } .page-chef-jl-ph__promotion-item { padding: 15px; } .page-chef-jl-ph__promotion-item h3 { font-size: 1.2em; } .page-chef-jl-ph__providers-list { gap: 10px; } .page-chef-jl-ph__provider-item { padding: 10px 15px; font-size: 0.9em; } .page-chef-jl-ph__faq-question { padding: 15px 20px; } .page-chef-jl-ph__faq-question h3 { font-size: 1.1em; } .page-chef-jl-ph__faq-answer { padding: 0 20px; } .page-chef-jl-ph__faq-item.active .page-chef-jl-ph__faq-answer { padding: 15px 20px !important; } .page-chef-jl-ph__cta-section { padding: 60px 15px; } .page-chef-jl-ph__cta-section h2 { font-size: 2em; } .page-chef-jl-ph__cta-section p { font-size: 1em; } img { max-width: 100% !important; height: auto !important; } .page-chef-jl-ph__games-grid > *, .page-chef-jl-ph__payments-list > * { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-chef-jl-ph__games-grid, .page-chef-jl-ph__payments-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-chef-jl-ph__game-card p, .page-chef-jl-ph__promotion-item p, .page-chef-jl-ph__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }