.page-jl-yos-sudarso-medan__container { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; overflow-x: hidden; } .page-jl-yos-sudarso-medan__section { padding: 40px 20px; text-align: center; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } .page-jl-yos-sudarso-medan__hero-section { background-color: #0d0d0d; color: #fff; padding: 10px 0 60px 0; position: relative; overflow: hidden; } .page-jl-yos-sudarso-medan__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.4; } .page-jl-yos-sudarso-medan__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 20px; } .page-jl-yos-sudarso-medan__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffd700; text-shadow: 0 0 8px rgba(255, 215, 0, 0.6); } .page-jl-yos-sudarso-medan__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-jl-yos-sudarso-medan__button { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-jl-yos-sudarso-medan__button:hover { background-color: #e03e00; transform: translateY(-2px); } .page-jl-yos-sudarso-medan__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #222; padding: 30px 20px; border-radius: 10px; margin-top: 40px; } .page-jl-yos-sudarso-medan__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-jl-yos-sudarso-medan__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-jl-yos-sudarso-medan__section-title { font-size: 2.2em; color: #ffd700; margin-bottom: 30px; text-shadow: 0 0 5px rgba(255, 215, 0, 0.4); } .page-jl-yos-sudarso-medan__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: left; } .page-jl-yos-sudarso-medan__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-jl-yos-sudarso-medan__card { background-color: #2a2a2a; border-radius: 10px; padding: 25px; text-align: left; transition: transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-jl-yos-sudarso-medan__card:hover { transform: translateY(-5px); } .page-jl-yos-sudarso-medan__card-title { font-size: 1.5em; color: #ffd700; margin-bottom: 10px; } .page-jl-yos-sudarso-medan__card-text { font-size: 1em; color: #ccc; } .page-jl-yos-sudarso-medan__card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-jl-yos-sudarso-medan__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-jl-yos-sudarso-medan__game-category { background-color: #2a2a2a; border-radius: 10px; padding: 20px; text-align: center; } .page-jl-yos-sudarso-medan__game-category-title { font-size: 1.6em; color: #ffd700; margin-bottom: 15px; } .page-jl-yos-sudarso-medan__game-category-description { color: #ccc; margin-bottom: 15px; } .page-jl-yos-sudarso-medan__game-category-image { width: 100%; height: 250px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-jl-yos-sudarso-medan__promotion-item { background-color: #2a2a2a; border-radius: 10px; padding: 20px; text-align: left; } .page-jl-yos-sudarso-medan__promotion-title { font-size: 1.5em; color: #ffd700; margin-bottom: 10px; } .page-jl-yos-sudarso-medan__promotion-description { color: #ccc; margin-bottom: 15px; } .page-jl-yos-sudarso-medan__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-jl-yos-sudarso-medan__faq-item { background-color: #2a2a2a; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-jl-yos-sudarso-medan__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #333; color: #fff; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease; } .page-jl-yos-sudarso-medan__faq-question:hover { background-color: #444; } .page-jl-yos-sudarso-medan__faq-question h3 { margin: 0; color: #ffd700; pointer-events: none; } .page-jl-yos-sudarso-medan__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; color: #ffd700; } .page-jl-yos-sudarso-medan__faq-item.active .page-jl-yos-sudarso-medan__faq-toggle { transform: rotate(45deg); } .page-jl-yos-sudarso-medan__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #222; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; } .page-jl-yos-sudarso-medan__faq-item.active .page-jl-yos-sudarso-medan__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-jl-yos-sudarso-medan__blog-card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-jl-yos-sudarso-medan__blog-card:hover { transform: translateY(-5px); } .page-jl-yos-sudarso-medan__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-jl-yos-sudarso-medan__blog-content { padding: 20px; } .page-jl-yos-sudarso-medan__blog-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-jl-yos-sudarso-medan__blog-excerpt { color: #ccc; font-size: 0.95em; margin-bottom: 15px; } .page-jl-yos-sudarso-medan__read-more { color: #ff4500; text-decoration: none; font-weight: bold; transition: color 0.3s ease; } .page-jl-yos-sudarso-medan__read-more:hover { color: #ffd700; } @media (max-width: 768px) { .page-jl-yos-sudarso-medan__hero-title { font-size: 2em; } .page-jl-yos-sudarso-medan__hero-description { font-size: 1em; } .page-jl-yos-sudarso-medan__section { padding: 30px 15px; } .page-jl-yos-sudarso-medan__section-title { font-size: 1.8em; } .page-jl-yos-sudarso-medan__grid { grid-template-columns: 1fr; } .page-jl-yos-sudarso-medan__quick-links { flex-direction: column; align-items: center; } .page-jl-yos-sudarso-medan__button { width: 100%; max-width: 300px; padding: 12px 20px; font-size: 1em; } .page-jl-yos-sudarso-medan__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-jl-yos-sudarso-medan__payment-logo, .page-jl-yos-sudarso-medan__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-jl-yos-sudarso-medan__faq-answer { padding: 0 15px; } .page-jl-yos-sudarso-medan__faq-item.active .page-jl-yos-sudarso-medan__faq-answer { padding: 15px 15px !important; } .page-jl-yos-sudarso-medan__game-category-image, .page-jl-yos-sudarso-medan__card-image, .page-jl-yos-sudarso-medan__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-jl-yos-sudarso-medan__faq-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-jl-yos-sudarso-medan__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }