.page-jl-c5-650 { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a1a; line-height: 1.6; } .page-jl-c5-650__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-jl-c5-650__hero-section { background: linear-gradient(135deg, #2a003a, #000000); color: #ffffff; padding: 10px 0 60px; text-align: center; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; } .page-jl-c5-650__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-jl-c5-650__hero-content { position: relative; z-index: 1; padding: 20px; } .page-jl-c5-650__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-jl-c5-650__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #f0f0f0; } .page-jl-c5-650__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; border: none; cursor: pointer; } .page-jl-c5-650__cta-button:hover { background-color: #ffe066; transform: translateY(-3px); } .page-jl-c5-650__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 40px; padding-top: 40px; } .page-jl-c5-650__product-display { text-align: center; margin-bottom: 60px; padding: 20px; } .page-jl-c5-650__product-image-wrapper { background-color: #2c2c2c; border-radius: 15px; overflow: hidden; display: inline-block; max-width: 800px; width: 100%; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-jl-c5-650__product-image { max-width: 100%; height: auto; display: block; } .page-jl-c5-650__product-caption { margin-top: 20px; font-size: 1.1em; color: #f0f0f0; } .page-jl-c5-650__game-categories { padding-bottom: 60px; } .page-jl-c5-650__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } .page-jl-c5-650__category-item { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-c5-650__category-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5); } .page-jl-c5-650__category-image { max-width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #ffcc00; } .page-jl-c5-650__category-title { font-size: 1.3em; color: #ffcc00; padding: 15px; margin: 0; } .page-jl-c5-650__promotions-section { background-color: #0d0d0d; padding: 60px 0; border-top: 5px solid #ffcc00; border-bottom: 5px solid #ffcc00; } .page-jl-c5-650__promotion-card { background-color: #2c2c2c; border-radius: 10px; padding: 25px; margin-bottom: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-jl-c5-650__promotion-title { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; } .page-jl-c5-650__promotion-description { font-size: 1em; color: #e0e0e0; margin-bottom: 20px; } .page-jl-c5-650__why-choose-us { padding-bottom: 60px; } .page-jl-c5-650__feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } .page-jl-c5-650__feature-item { background-color: #2c2c2c; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-jl-c5-650__feature-icon { height: 80px; width: auto; margin-bottom: 20px; } .page-jl-c5-650__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-jl-c5-650__feature-description { font-size: 0.95em; color: #e0e0e0; } .page-jl-c5-650__faq-section { background-color: #1a1a1a; padding-bottom: 60px; } .page-jl-c5-650__faq-item { background-color: #2c2c2c; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-jl-c5-650__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #3a3a3a; color: #ffcc00; font-size: 1.1em; font-weight: bold; border-bottom: 1px solid #444; transition: background-color 0.3s ease; user-select: none; } .page-jl-c5-650__faq-question:hover { background-color: #4a4a4a; } .page-jl-c5-650__faq-question h3 { margin: 0; pointer-events: none; color: #ffcc00; } .page-jl-c5-650__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-jl-c5-650__faq-item.active .page-jl-c5-650__faq-toggle { transform: rotate(45deg); } .page-jl-c5-650__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-jl-c5-650__faq-item.active .page-jl-c5-650__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-c5-650__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-jl-c5-650__floating-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; min-width: 120px; } .page-jl-c5-650__floating-button:hover { background-color: #ffe066; transform: translateY(-3px); } @media (max-width: 768px) { .page-jl-c5-650__hero-title { font-size: 2em; } .page-jl-c5-650__hero-subtitle { font-size: 1.1em; } .page-jl-c5-650__section-title { font-size: 1.8em; } .page-jl-c5-650__cta-button { padding: 12px 25px; font-size: 1em; } .page-jl-c5-650__category-grid, .page-jl-c5-650__feature-grid { grid-template-columns: 1fr; padding: 0 10px; } .page-jl-c5-650__container { padding: 10px; } .page-jl-c5-650__category-item, .page-jl-c5-650__feature-item, .page-jl-c5-650__promotion-card, .page-jl-c5-650__faq-item { margin-bottom: 10px; } .page-jl-c5-650__faq-question { padding: 15px 20px; font-size: 1em; } .page-jl-c5-650__faq-answer { padding: 0 20px; } .page-jl-c5-650__faq-item.active .page-jl-c5-650__faq-answer { padding: 15px 20px !important; } .page-jl-c5-650__floating-buttons { bottom: 10px; right: 10px; gap: 8px; } .page-jl-c5-650__floating-button { padding: 10px 20px; font-size: 0.9em; min-width: 100px; } .page-jl-c5-650__product-image-wrapper { border-radius: 10px; } .page-jl-c5-650__product-caption { font-size: 1em; } .page-jl-c5-650__hero-section, .page-jl-c5-650__promotions-section { padding-left: 10px; padding-right: 10px; } /* Ensure all images are responsive */ .page-jl-c5-650 img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-c5-650__category-image { height: 180px; } /* List item responsive */ .page-jl-c5-650__category-grid > *, .page-jl-c5-650__feature-grid > * { 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-jl-c5-650__category-grid, .page-jl-c5-650__feature-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } }