.page-jl-unruh { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-jl-unruh a { color: #e94560; text-decoration: none; } .page-jl-unruh a:hover { text-decoration: underline; } .page-jl-unruh__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-jl-unruh__container { padding: 10px; } } .page-jl-unruh__section { padding: 60px 0; border-bottom: 1px solid #333; } .page-jl-unruh__section:last-of-type { border-bottom: none; } @media (max-width: 768px) { .page-jl-unruh__section { padding: 40px 0; } } .page-jl-unruh__heading { text-align: center; color: #e94560; font-size: 2.8em; margin-bottom: 40px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-jl-unruh__heading { font-size: 2em; margin-bottom: 30px; } } .page-jl-unruh__subheading { text-align: center; color: #53a3ff; font-size: 1.8em; margin-bottom: 30px; } @media (max-width: 768px) { .page-jl-unruh__subheading { font-size: 1.5em; margin-bottom: 20px; } } .page-jl-unruh__text-content { text-align: center; max-width: 800px; margin: 0 auto 30px; font-size: 1.1em; } @media (max-width: 768px) { .page-jl-unruh__text-content { font-size: 1em; margin-bottom: 20px; } } .page-jl-unruh__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; } .page-jl-unruh__button { display: inline-block; padding: 15px 30px; background-color: #e94560; color: #fff; border-radius: 8px; font-size: 1.1em; font-weight: bold; text-transform: uppercase; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-jl-unruh__button:hover { background-color: #ff6b81; transform: translateY(-3px); } @media (max-width: 768px) { .page-jl-unruh__button { padding: 12px 25px; font-size: 1em; } } .page-jl-unruh__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 100px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 70vh; position: relative; overflow: hidden; padding-top: 10px; } .page-jl-unruh__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-jl-unruh__hero-title { font-size: 3.8em; margin-bottom: 20px; line-height: 1.2; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-jl-unruh__hero-title { font-size: 2.5em; } } .page-jl-unruh__hero-subtitle { font-size: 1.8em; margin-bottom: 40px; max-width: 800px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6); } @media (max-width: 768px) { .page-jl-unruh__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } } .page-jl-unruh__introduction-content { display: flex; flex-direction: column; gap: 20px; max-width: 900px; margin: 0 auto; text-align: left; } .page-jl-unruh__introduction-paragraph { font-size: 1.1em; color: #c0c0c0; } .page-jl-unruh__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto; } .page-jl-unruh__quick-access-item { background-color: #2e2e4a; border-radius: 10px; padding: 25px; 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-unruh__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); } .page-jl-unruh__quick-access-title { font-size: 1.4em; color: #fff; margin-bottom: 15px; } .page-jl-unruh__quick-access-button { width: 100%; padding: 12px 20px; font-size: 1em; } .page-jl-unruh__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-jl-unruh__game-card { background-color: #2e2e4a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-unruh__game-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-jl-unruh__game-image { width: 100%; height: 220px; object-fit: cover; } .page-jl-unruh__game-content { padding: 20px; } .page-jl-unruh__game-title { font-size: 1.6em; color: #fff; margin-bottom: 10px; } .page-jl-unruh__game-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; min-height: 60px; } .page-jl-unruh__promotion-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-jl-unruh__promotion-card { background-color: #2e2e4a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-unruh__promotion-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-jl-unruh__promotion-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-unruh__promotion-content { padding: 20px; } .page-jl-unruh__promotion-title { font-size: 1.6em; color: #fff; margin-bottom: 10px; } .page-jl-unruh__promotion-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; min-height: 80px; } .page-jl-unruh__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-jl-unruh__security-item { background-color: #2e2e4a; border-radius: 12px; padding: 30px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-unruh__security-item:hover { transform: translateY(-5px); } .page-jl-unruh__security-icon { width: 80px; height: 80px; margin-bottom: 20px; object-fit: contain; } .page-jl-unruh__security-title { font-size: 1.5em; color: #fff; margin-bottom: 10px; } .page-jl-unruh__security-description { font-size: 1em; color: #c0c0c0; } .page-jl-unruh__faq-list { max-width: 900px; margin: 0 auto; } .page-jl-unruh__faq-item { background-color: #2e2e4a; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-jl-unruh__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3e3e5a; border-radius: 10px; transition: background-color 0.3s ease; } .page-jl-unruh__faq-question:hover { background-color: #4e4e6a; } .page-jl-unruh__faq-question-title { font-size: 1.2em; color: #fff; margin: 0; pointer-events: none; } .page-jl-unruh__faq-toggle { font-size: 1.8em; color: #e94560; font-weight: bold; transition: transform 0.3s ease; pointer-events: none; } .page-jl-unruh__faq-item.active .page-jl-unruh__faq-toggle { transform: rotate(45deg); } .page-jl-unruh__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; font-size: 1em; } .page-jl-unruh__faq-item.active .page-jl-unruh__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-jl-unruh__faq-question { padding: 15px 20px; } .page-jl-unruh__faq-question-title { font-size: 1.1em; } .page-jl-unruh__faq-answer { padding: 0 20px; } .page-jl-unruh__faq-item.active .page-jl-unruh__faq-answer { padding: 15px 20px !important; } } .page-jl-unruh__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-jl-unruh__blog-card { background-color: #2e2e4a; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-jl-unruh__blog-card:hover { transform: translateY(-8px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-jl-unruh__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-unruh__blog-content { padding: 20px; } .page-jl-unruh__blog-title { font-size: 1.4em; color: #fff; margin-bottom: 10px; line-height: 1.3; } .page-jl-unruh__blog-date { font-size: 0.85em; color: #888; margin-bottom: 15px; } .page-jl-unruh__blog-summary { font-size: 0.95em; color: #c0c0c0; margin-bottom: 20px; min-height: 70px; } .page-jl-unruh__blog-link { display: inline-block; padding: 10px 20px; background-color: #e94560; color: #fff; border-radius: 6px; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-unruh__blog-link:hover { background-color: #ff6b81; } .page-jl-unruh__centered-text { text-align: center; } /* Mobile responsiveness for list items */ .page-jl-unruh ul, .page-jl-unruh ol { list-style: none; padding: 0; margin: 0; } .page-jl-unruh ul li, .page-jl-unruh ol li { box-sizing: border-box; } @media (max-width: 768px) { .page-jl-unruh ul, .page-jl-unruh ol { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-jl-unruh ul li, .page-jl-unruh ol li { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 10px !important; padding-right: 10px !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-unruh img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-unruh__hero-section { padding: 80px 15px; } .page-jl-unruh__introduction-content { padding: 0 10px; } .page-jl-unruh__quick-access-grid, .page-jl-unruh__games-grid, .page-jl-unruh__promotion-grid, .page-jl-unruh__security-grid, .page-jl-unruh__blog-grid { grid-template-columns: 1fr; } .page-jl-unruh__game-description, .page-jl-unruh__promotion-description, .page-jl-unruh__blog-summary { min-height: auto; } }