body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-l-jl__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-l-jl__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #2a2a4a; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-l-jl__section:nth-of-type(even) { background-color: #1f1f3f; } .page-l-jl__hero-section { background-image: url('[GALLERY:hero:1920x1080:phplus,login,l;jl;,promotions,casino]'); background-size: cover; background-position: center; text-align: center; color: #ffffff; padding: 100px 20px; border-radius: 0; margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; padding-top: 10px; } .page-l-jl__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-l-jl__hero-content { position: relative; z-index: 2; max-width: 800px; } .page-l-jl__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-l-jl__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-l-jl__hero-cta { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; } .page-l-jl__hero-cta:hover { background-color: #c93550; } .page-l-jl__h1, .page-l-jl__h2 { color: #00bcd4; text-align: center; margin-bottom: 30px; } .page-l-jl__h1 { font-size: 2.8em; } .page-l-jl__h2 { font-size: 2.2em; } .page-l-jl__text-center { text-align: center; } .page-l-jl__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-l-jl__card { background-color: #1f1f3f; padding: 20px; border-radius: 8px; text-align: center; } .page-l-jl__card-title { color: #e94560; font-size: 1.5em; margin-top: 15px; margin-bottom: 10px; } .page-l-jl__card-text { font-size: 0.9em; color: #b0b0b0; } .page-l-jl__card-image { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 15px; } .page-l-jl__card-button { display: inline-block; background-color: #00bcd4; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; margin-top: 15px; font-weight: bold; transition: background-color 0.3s ease; } .page-l-jl__card-button:hover { background-color: #00a0b0; } .page-l-jl__list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-l-jl__list-item { background-color: #1f1f3f; padding: 15px 20px; border-radius: 5px; width: calc(33% - 10px); box-sizing: border-box; text-align: center; } .page-l-jl__list-item a { color: #e94560; text-decoration: none; font-weight: bold; } .page-l-jl__list-item a:hover { text-decoration: underline; } .page-l-jl__gamelogo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; } .page-l-jl__gamelogo { height: 80px; width: auto; max-width: 150px; } .page-l-jl__faq-item { background-color: #1f1f3f; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-l-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #2a2a4a; border-bottom: 1px solid #3a3a5a; user-select: none; transition: background-color 0.3s ease; } .page-l-jl__faq-question:hover { background-color: #3a3a5a; } .page-l-jl__faq-question h3 { margin: 0; font-size: 1.1em; color: #00bcd4; pointer-events: none; } .page-l-jl__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-l-jl__faq-item.active .page-l-jl__faq-toggle { transform: rotate(45deg); } .page-l-jl__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-l-jl__faq-item.active .page-l-jl__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-l-jl__blog-post { display: flex; flex-direction: column; background-color: #1f1f3f; border-radius: 8px; overflow: hidden; text-align: left; } .page-l-jl__blog-image { max-width: 100%; height: auto; display: block; } .page-l-jl__blog-content { padding: 20px; } .page-l-jl__blog-title { font-size: 1.3em; margin-bottom: 10px; } .page-l-jl__blog-title a { color: #00bcd4; text-decoration: none; } .page-l-jl__blog-title a:hover { text-decoration: underline; } .page-l-jl__blog-summary { font-size: 0.9em; color: #b0b0b0; margin-bottom: 15px; } .page-l-jl__blog-date { font-size: 0.8em; color: #888; } @media (max-width: 768px) { .page-l-jl__hero-title { font-size: 2.5em; } .page-l-jl__hero-subtitle { font-size: 1.2em; } .page-l-jl__hero-cta { padding: 12px 25px; font-size: 1em; } .page-l-jl__h1 { font-size: 2em; } .page-l-jl__h2 { font-size: 1.8em; } .page-l-jl__grid { grid-template-columns: 1fr; } .page-l-jl__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-l-jl__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-l-jl__gamelogo-grid { gap: 10px; } .page-l-jl__gamelogo { height: 60px; max-width: 100px; } .page-l-jl__faq-question { padding: 12px 15px; } .page-l-jl__faq-question h3 { font-size: 1em; } .page-l-jl__faq-answer { padding: 15px 15px !important; } .page-l-jl__blog-post { flex-direction: column; } .page-l-jl__blog-image { max-width: 100% !important; height: auto !important; } }