.page-words-with-jl { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-words-with-jl { padding-top: var(--header-offset-mobile, 60px); } } .page-words-with-jl__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } @media (max-width: 768px) { .page-words-with-jl__section { padding: 30px 15px; } } .page-words-with-jl__hero-section { background-image: url('[GALLERY:hero:1920x1080:casino,gaming,words_with_jl,dreamjili]'); background-size: cover; background-position: center; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; position: relative; z-index: 1; } .page-words-with-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; } @media (max-width: 768px) { .page-words-with-jl__hero-section { padding: 80px 15px; min-height: 400px; } } .page-words-with-jl__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-words-with-jl__hero-title { font-size: 2.2em; } } .page-words-with-jl__hero-description { font-size: 1.3em; margin-bottom: 40px; max-width: 800px; } @media (max-width: 768px) { .page-words-with-jl__hero-description { font-size: 1em; margin-bottom: 30px; } } .page-words-with-jl__button-group { display: flex; gap: 20px; justify-content: center; } @media (max-width: 768px) { .page-words-with-jl__button-group { flex-direction: column; gap: 15px; width: 100%; max-width: 300px; } } .page-words-with-jl__button { display: inline-block; padding: 15px 30px; background-color: #e44d26; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-words-with-jl__button:hover { background-color: #ff6a3d; transform: translateY(-3px); } @media (max-width: 768px) { .page-words-with-jl__button { padding: 12px 20px; font-size: 1em; width: 100%; text-align: center; } } .page-words-with-jl__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } @media (max-width: 768px) { .page-words-with-jl__content-grid { grid-template-columns: 1fr; gap: 20px; } } .page-words-with-jl__content-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-words-with-jl__content-card:hover { transform: translateY(-5px); } .page-words-with-jl__card-image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-words-with-jl__card-image { width: 100%; height: 250px; object-fit: cover; display: block; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } @media (max-width: 768px) { .page-words-with-jl__card-image { height: 200px; } } .page-words-with-jl__card-content { padding: 25px; } .page-words-with-jl__card-title { font-size: 1.8em; margin-bottom: 15px; color: #ffcc00; } @media (max-width: 768px) { .page-words-with-jl__card-title { font-size: 1.5em; } } .page-words-with-jl__card-text { font-size: 1em; margin-bottom: 20px; color: #ccc; } .page-words-with-jl__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 30px; } .page-words-with-jl__category-item { background-color: #2a2a4a; border-radius: 10px; text-align: center; padding: 20px; width: 180px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-words-with-jl__category-item:hover { transform: translateY(-5px); } .page-words-with-jl__category-icon { width: 80px; height: 80px; margin: 0 auto 15px auto; display: block; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-words-with-jl__category-title { font-size: 1.2em; color: #ffcc00; margin-bottom: 15px; } .page-words-with-jl__faq-section { background-color: #2a2a4a; border-radius: 10px; padding: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-words-with-jl__faq-section { padding: 20px; } } .page-words-with-jl__faq-item { border-bottom: 1px solid #444; margin-bottom: 15px; } .page-words-with-jl__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-words-with-jl__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; font-size: 1.1em; font-weight: bold; color: #ffcc00; transition: color 0.3s ease; } .page-words-with-jl__faq-question:hover { color: #fff; } .page-words-with-jl__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } @media (max-width: 768px) { .page-words-with-jl__faq-question { font-size: 1em; padding: 12px 0; } .page-words-with-jl__faq-question h3 { font-size: 1em; } } .page-words-with-jl__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-words-with-jl__faq-item.active .page-words-with-jl__faq-toggle { transform: rotate(45deg); } .page-words-with-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; font-size: 0.95em; color: #ccc; } .page-words-with-jl__faq-item.active .page-words-with-jl__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-words-with-jl__faq-answer { padding: 15px 10px; font-size: 0.9em; } .page-words-with-jl__faq-item.active .page-words-with-jl__faq-answer { padding: 15px 10px !important; } } .page-words-with-jl__promo-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-words-with-jl__promo-item { background-color: #2a2a4a; border-radius: 8px; padding: 25px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-words-with-jl__promo-title { color: #ffcc00; font-size: 1.4em; margin-bottom: 10px; } .page-words-with-jl__promo-description { font-size: 0.95em; color: #ccc; }