.page-jl-patimura-malang { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; }.page-jl-patimura-malang__hero-section { position: relative; padding: 10px 0 60px; background: linear-gradient(135deg, #2a0000, #000000); color: #fff; text-align: center; overflow: hidden; }.page-jl-patimura-malang__hero-image { width: 100%; max-width: 100%; height: auto; object-fit: cover; position: absolute; top: 0; left: 0; filter: brightness(0.6); z-index: 0; min-height: 300px; }.page-jl-patimura-malang__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 20px; }.page-jl-patimura-malang__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-jl-patimura-malang__hero-description { font-size: 1.2em; margin-bottom: 40px; }.page-jl-patimura-malang__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-jl-patimura-malang__button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1.1em; white-space: nowrap; box-sizing: border-box; }.page-jl-patimura-malang__button--primary { background-color: #ffcc00; color: #1a1a1a; }.page-jl-patimura-malang__button--primary:hover { background-color: #e6b800; transform: translateY(-2px); }.page-jl-patimura-malang__button--secondary { background-color: #333; color: #ffcc00; border: 2px solid #ffcc00; }.page-jl-patimura-malang__button--secondary:hover { background-color: #444; transform: translateY(-2px); }.page-jl-patimura-malang__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; }.page-jl-patimura-malang__section-title { font-size: 2.2em; color: #ffcc00; margin-bottom: 40px; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-jl-patimura-malang__text-content { font-size: 1.1em; margin-bottom: 30px; color: #ccc; }.page-jl-patimura-malang__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-jl-patimura-malang__game-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jl-patimura-malang__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7); }.page-jl-patimura-malang__game-image { width: 100%; height: 200px; object-fit: cover; }.page-jl-patimura-malang__game-content { padding: 20px; }.page-jl-patimura-malang__game-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-jl-patimura-malang__game-description { font-size: 0.95em; color: #bbb; margin-bottom: 20px; }.page-jl-patimura-malang__promotion-banner { background-color: #004d00; padding: 50px 20px; border-radius: 10px; margin-top: 40px; }.page-jl-patimura-malang__promotion-text { font-size: 1.8em; color: #fff; margin-bottom: 30px; }.page-jl-patimura-malang__faq-section { background-color: #1a1a1a; text-align: left; }.page-jl-patimura-malang__faq-item { background-color: #2c2c2c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }.page-jl-patimura-malang__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a3a; border-bottom: 1px solid #4a4a4a; transition: background-color 0.3s ease; }.page-jl-patimura-malang__faq-question:hover { background-color: #4a4a4a; }.page-jl-patimura-malang__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; }.page-jl-patimura-malang__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-jl-patimura-malang__faq-item.active .page-jl-patimura-malang__faq-toggle { transform: rotate(45deg); }.page-jl-patimura-malang__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-jl-patimura-malang__faq-item.active .page-jl-patimura-malang__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-jl-patimura-malang__faq-answer p { margin: 0; color: #ccc; }.page-jl-patimura-malang__register-float-button { position: fixed; bottom: 20px; right: 20px; z-index: 1000; background-color: #ffcc00; color: #1a1a1a; padding: 15px 25px; border-radius: 50px; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); transition: background-color 0.3s ease, transform 0.2s ease; }.page-jl-patimura-malang__register-float-button:hover { background-color: #e6b800; transform: translateY(-3px); }@media (max-width: 768px) { .page-jl-patimura-malang__hero-title { font-size: 2em; }.page-jl-patimura-malang__hero-description { font-size: 1em; }.page-jl-patimura-malang__section-title { font-size: 1.8em; }.page-jl-patimura-malang__game-grid { grid-template-columns: 1fr; }.page-jl-patimura-malang__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-jl-patimura-malang__game-image { max-width: 100%; height: auto; box-sizing: border-box !important; }.page-jl-patimura-malang__promotion-text { font-size: 1.4em; }.page-jl-patimura-malang__faq-question h3 { font-size: 1.1em; }.page-jl-patimura-malang__faq-answer { padding: 15px 10px !important; }.page-jl-patimura-malang__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-jl-patimura-malang__cta-buttons { flex-direction: column; gap: 15px; }.page-jl-patimura-malang__button { width: 100%; max-width: 300px; margin: 0 auto; } }