.page-super-jl__hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background-size:cover;background-position:center;padding-top:10px;padding-bottom:50px}.page-super-jl__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.8));z-index:1}.page-super-jl__hero-content{position:relative;z-index:2;max-width:900px;padding:20px}.page-super-jl__hero-title{font-size:3.5rem;margin-bottom:20px;line-height:1.2;color:#ffd700}.page-super-jl__hero-subtitle{font-size:1.5rem;margin-bottom:30px;color:#eee}.page-super-jl__cta-button{display:inline-block;background-color:#007bff;color:#fff;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:background-color .3s ease,transform .3s ease}.page-super-jl__cta-button:hover{background-color:#0056b3;transform:translateY(-2px)}.page-super-jl__section{padding:60px 20px;text-align:center;max-width:1200px;margin:0 auto}.page-super-jl__section--dark{background-color:#1a1a1a;color:#fff}.page-super-jl__section--light{background-color:#f8f9fa;color:#333}.page-super-jl__section-title{font-size:2.5rem;margin-bottom:30px;color:#ffd700}.page-super-jl__section-title--dark{color:#ffd700}.page-super-jl__section-title--light{color:#333}.page-super-jl__text-content{font-size:1.1rem;line-height:1.6;margin-bottom:20px}.page-super-jl__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.page-super-jl__grid-item{background-color:#2a2a2a;padding:30px;border-radius:10px;text-align:left;box-shadow:0 4px 8px rgba(0,0,0,.2);display:flex;flex-direction:column;align-items:flex-start}.page-super-jl__grid-item-icon{width:80px;height:80px;margin-bottom:15px;object-fit:contain}.page-super-jl__grid-item-title{font-size:1.5rem;margin-bottom:10px;color:#ffd700}.page-super-jl__grid-item-description{font-size:.95rem;color:#ccc;line-height:1.5}.page-super-jl__game-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:40px}.page-super-jl__game-category-card{background-color:#2a2a2a;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:transform .3s ease}.page-super-jl__game-category-card:hover{transform:translateY(-5px)}.page-super-jl__game-category-image{width:100%;height:200px;object-fit:cover}.page-super-jl__game-category-content{padding:20px}.page-super-jl__game-category-title{font-size:1.3rem;margin-bottom:10px;color:#ffd700}.page-super-jl__game-category-description{font-size:.9rem;color:#ccc;line-height:1.4;margin-bottom:15px}.page-super-jl__quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:40px}.page-super-jl__quick-link-button{background-color:#007bff;color:#fff;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.page-super-jl__quick-link-button:hover{background-color:#0056b3}.page-super-jl__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.page-super-jl__promo-card{background-color:#2a2a2a;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.2);text-align:left;display:flex;flex-direction:column}.page-super-jl__promo-image{width:100%;height:220px;object-fit:cover}.page-super-jl__promo-content{padding:20px;flex-grow:1}.page-super-jl__promo-title{font-size:1.4rem;margin-bottom:10px;color:#ffd700}.page-super-jl__promo-description{font-size:.95rem;color:#ccc;line-height:1.5;margin-bottom:20px}.page-super-jl__promo-button{display:inline-block;background-color:#28a745;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.page-super-jl__promo-button:hover{background-color:#218838}.page-super-jl__faq-list{margin-top:40px;text-align:left}.page-super-jl__faq-item{margin-bottom:15px;border:1px solid #333;border-radius:8px;overflow:hidden}.page-super-jl__faq-question{background-color:#333;padding:18px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:600;color:#fff;transition:background-color .3s ease}.page-super-jl__faq-question:hover{background-color:#444}.page-super-jl__faq-question h3{margin:0;color:#fff;pointer-events:none;font-size:1.1rem}.page-super-jl__faq-toggle{font-size:1.5rem;line-height:1;margin-left:10px;pointer-events:none;transition:transform .3s ease}.page-super-jl__faq-item.active .page-super-jl__faq-toggle{transform:rotate(45deg)}.page-super-jl__faq-answer{max-height:0;overflow:hidden;padding:0 20px;background-color:#2a2a2a;color:#ccc;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-super-jl__faq-item.active .page-super-jl__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1}.page-super-jl__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-super-jl__blog-card{background-color:#2a2a2a;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,.2);text-align:left;transition:transform .3s ease}.page-super-jl__blog-card:hover{transform:translateY(-5px)}.page-super-jl__blog-image{width:100%;height:180px;object-fit:cover}.page-super-jl__blog-content{padding:20px}.page-super-jl__blog-title{font-size:1.2rem;margin-bottom:10px;color:#ffd700}.page-super-jl__blog-title a{color:#ffd700;text-decoration:none;transition:color .3s ease}.page-super-jl__blog-title a:hover{color:#fff}.page-super-jl__blog-excerpt{font-size:.9rem;color:#ccc;line-height:1.4}.page-super-jl__support-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-super-jl__support-item{background-color:#2a2a2a;padding:30px;border-radius:10px;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2)}.page-super-jl__support-icon{width:100px;height:100px;margin-bottom:15px;object-fit:contain}.page-super-jl__support-title{font-size:1.4rem;margin-bottom:10px;color:#ffd700}.page-super-jl__support-description{font-size:.95rem;color:#ccc;line-height:1.5}.page-super-jl__support-link{display:inline-block;margin-top:15px;background-color:#007bff;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.page-super-jl__support-link:hover{background-color:#0056b3}@media (max-width:1024px){.page-super-jl__hero-title{font-size:3rem}.page-super-jl__hero-subtitle{font-size:1.3rem}.page-super-jl__section-title{font-size:2.2rem}}.page-super-jl__floating-buttons{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.page-super-jl__floating-button{background-color:#007bff;color:#fff;border:none;border-radius:50px;width:60px;height:60px;font-size:1rem;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;transition:background-color .3s ease}.page-super-jl__floating-button--register{background-color:#28a745}.page-super-jl__floating-button:hover{background-color:#0056b3}.page-super-jl__floating-button--register:hover{background-color:#218838}@media (max-width:768px){.page-super-jl__hero-section{min-height:400px}.page-super-jl__hero-title{font-size:2.5rem}.page-super-jl__hero-subtitle{font-size:1.1rem}.page-super-jl__section{padding:40px 15px}.page-super-jl__section-title{font-size:2rem}.page-super-jl__text-content{font-size:1rem}.page-super-jl__grid,.page-super-jl__game-category-grid,.page-super-jl__promo-grid,.page-super-jl__blog-grid,.page-super-jl__support-grid{grid-template-columns:1fr;gap:20px}.page-super-jl__quick-link-button{width:100%;max-width:300px}.page-super-jl__faq-question{padding:15px}.page-super-jl__faq-question h3{font-size:1rem}.page-super-jl__faq-answer{padding:15px !important}.page-super-jl__floating-buttons{right:10px;bottom:10px}.page-super-jl__floating-button{width:50px;height:50px;font-size:.9rem}.page-super-jl__grid-item,.page-super-jl__game-category-card,.page-super-jl__promo-card,.page-super-jl__blog-card,.page-super-jl__support-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-super-jl__grid-item-description,.page-super-jl__game-category-description,.page-super-jl__promo-description,.page-super-jl__blog-excerpt,.page-super-jl__support-description{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important}}.page-super-jl__game-category-grid,.page-super-jl__promo-grid,.page-super-jl__blog-grid,.page-super-jl__support-grid{padding:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important}.page-super-jl__quick-links{padding:0 !important;margin-left:0 !important;margin-right:0 !important;box-sizing:border-box !important;width:100% !important;max-width:100% !important}.page-super-jl__quick-link-button{box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;padding:12px 15px !important}