.page-jl-yos-sudarso { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); } .page-jl-yos-sudarso strong { color: #e94560; } .page-jl-yos-sudarso__section-title { font-size: 2.5rem; color: #e94560; text-align: center; margin-bottom: 20px; padding: 0 15px; } .page-jl-yos-sudarso__section-description { font-size: 1.1rem; color: #c0c0c0; text-align: center; max-width: 800px; margin: 0 auto 40px auto; padding: 0 15px; } .page-jl-yos-sudarso__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; white-space: nowrap; cursor: pointer; box-sizing: border-box; } .page-jl-yos-sudarso__button--primary { background-color: #e94560; color: #ffffff; border: 2px solid #e94560; } .page-jl-yos-sudarso__button--primary:hover { background-color: #d13a52; transform: translateY(-2px); } .page-jl-yos-sudarso__button--secondary { background-color: transparent; color: #e94560; border: 2px solid #e94560; } .page-jl-yos-sudarso__button--secondary:hover { background-color: #e94560; color: #ffffff; transform: translateY(-2px); } .page-jl-yos-sudarso__button--small { padding: 8px 18px; font-size: 0.9rem; } .page-jl-yos-sudarso__button--large { padding: 15px 30px; font-size: 1.2rem; } .page-jl-yos-sudarso__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 60vh; padding: 10px 20px 60px 20px; overflow: hidden; background-color: #1a1a2e; } .page-jl-yos-sudarso__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-jl-yos-sudarso__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-jl-yos-sudarso__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-jl-yos-sudarso__hero-title { font-size: 3.5rem; color: #ffffff; margin-bottom: 20px; line-height: 1.2; } .page-jl-yos-sudarso__hero-subtitle { font-size: 1.3rem; color: #c0c0c0; margin-bottom: 40px; } .page-jl-yos-sudarso__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-jl-yos-sudarso__game-categories-section { padding: 60px 20px; background-color: #0f0f1d; text-align: center; } .page-jl-yos-sudarso__category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-jl-yos-sudarso__category-card { background-color: #2a2a4a; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); padding: 25px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-jl-yos-sudarso__category-card:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } .page-jl-yos-sudarso__category-image { width: 100%; max-width: 300px; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; min-height: 200px; } .page-jl-yos-sudarso__category-title { font-size: 1.8rem; color: #e94560; margin-bottom: 10px; } .page-jl-yos-sudarso__category-text { font-size: 1rem; color: #c0c0c0; margin-bottom: 20px; flex-grow: 1; } .page-jl-yos-sudarso__promotions-section { padding: 60px 20px; background-color: #1a1a2e; } .page-jl-yos-sudarso__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-jl-yos-sudarso__promo-card { background-color: #2a2a4a; border-radius: 12px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-jl-yos-sudarso__promo-card:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } .page-jl-yos-sudarso__promo-image { width: 100%; height: 250px; object-fit: cover; border-top-left-radius: 12px; border-top-right-radius: 12px; min-height: 200px; } .page-jl-yos-sudarso__promo-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-jl-yos-sudarso__promo-title { font-size: 1.6rem; color: #e94560; margin-bottom: 10px; } .page-jl-yos-sudarso__promo-text { font-size: 1rem; color: #c0c0c0; margin-bottom: 15px; flex-grow: 1; } .page-jl-yos-sudarso__promo-date { font-size: 0.9rem; color: #888888; margin-bottom: 15px; } .page-jl-yos-sudarso__why-choose-section { padding: 60px 20px; background-color: #0f0f1d; text-align: center; } .page-jl-yos-sudarso__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-jl-yos-sudarso__feature-item { background-color: #2a2a4a; border-radius: 12px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); padding: 30px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-jl-yos-sudarso__feature-item:hover { transform: translateY(-10px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5); } .page-jl-yos-sudarso__feature-icon { width: 200px; height: 200px; object-fit: contain; margin-bottom: 20px; } .page-jl-yos-sudarso__feature-title { font-size: 1.8rem; color: #e94560; margin-bottom: 10px; } .page-jl-yos-sudarso__feature-text { font-size: 1rem; color: #c0c0c0; } .page-jl-yos-sudarso__faq-section { padding: 60px 20px; background-color: #1a1a2e; } .page-jl-yos-sudarso__faq-container { max-width: 900px; margin: 0 auto; } .page-jl-yos-sudarso__faq-item { background-color: #2a2a4a; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); box-sizing: border-box; } .page-jl-yos-sudarso__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3f3f6a; color: #ffffff; font-size: 1.2rem; font-weight: bold; user-select: none; transition: background-color 0.3s ease; box-sizing: border-box; } .page-jl-yos-sudarso__faq-question:hover { background-color: #4f4f7a; } .page-jl-yos-sudarso__faq-question-title { margin: 0; color: #ffffff; pointer-events: none; } .page-jl-yos-sudarso__faq-toggle { font-size: 1.8rem; line-height: 1; transition: transform 0.3s ease; pointer-events: none; } .page-jl-yos-sudarso__faq-item.active .page-jl-yos-sudarso__faq-toggle { transform: rotate(45deg); } .page-jl-yos-sudarso__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #c0c0c0; font-size: 1rem; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; box-sizing: border-box; } .page-jl-yos-sudarso__faq-item.active .page-jl-yos-sudarso__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-jl-yos-sudarso__cta-section { padding: 80px 20px; background: linear-gradient(135deg, #e94560, #a03045); text-align: center; color: #ffffff; } .page-jl-yos-sudarso__cta-content { max-width: 800px; margin: 0 auto; } .page-jl-yos-sudarso__cta-title { font-size: 3rem; margin-bottom: 20px; color: #ffffff; } .page-jl-yos-sudarso__cta-description { font-size: 1.2rem; margin-bottom: 40px; color: #f0f0f0; } @media (max-width: 1024px) { .page-jl-yos-sudarso__hero-title { font-size: 3rem; } .page-jl-yos-sudarso__hero-subtitle { font-size: 1.2rem; } .page-jl-yos-sudarso__section-title { font-size: 2rem; } .page-jl-yos-sudarso__cta-title { font-size: 2.5rem; } } @media (max-width: 768px) { .page-jl-yos-sudarso { padding-top: var(--header-offset, 80px); } .page-jl-yos-sudarso__hero-section { min-height: 70vh; padding-bottom: 40px; } .page-jl-yos-sudarso__hero-title { font-size: 2.2rem; } .page-jl-yos-sudarso__hero-subtitle { font-size: 1rem; } .page-jl-yos-sudarso__hero-buttons { flex-direction: column; gap: 15px; } .page-jl-yos-sudarso__button { width: 100%; max-width: 300px; margin: 0 auto; } .page-jl-yos-sudarso__section-title { font-size: 1.8rem; } .page-jl-yos-sudarso__section-description { font-size: 1rem; margin-bottom: 30px; } .page-jl-yos-sudarso__category-grid, .page-jl-yos-sudarso__promo-grid, .page-jl-yos-sudarso__features-grid { grid-template-columns: 1fr; gap: 20px; } .page-jl-yos-sudarso__category-card, .page-jl-yos-sudarso__promo-card, .page-jl-yos-sudarso__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-jl-yos-sudarso__category-image, .page-jl-yos-sudarso__promo-image, .page-jl-yos-sudarso__feature-icon { max-width: 100% !important; height: auto !important; min-height: 150px; min-width: 150px; object-fit: contain; } .page-jl-yos-sudarso__promo-image { height: 200px; } .page-jl-yos-sudarso__category-text, .page-jl-yos-sudarso__promo-text, .page-jl-yos-sudarso__feature-text, .page-jl-yos-sudarso__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-jl-yos-sudarso__faq-question { padding: 15px 15px; font-size: 1.1rem; } .page-jl-yos-sudarso__faq-answer { padding: 0 15px; } .page-jl-yos-sudarso__faq-item.active .page-jl-yos-sudarso__faq-answer { padding: 15px 15px !important; } .page-jl-yos-sudarso__cta-section { padding: 50px 20px; } .page-jl-yos-sudarso__cta-title { font-size: 2rem; } .page-jl-yos-sudarso__cta-description { font-size: 1rem; } } @media (max-width: 480px) { .page-jl-yos-sudarso__hero-title { font-size: 1.8rem; } .page-jl-yos-sudarso__hero-subtitle { font-size: 0.9rem; } .page-jl-yos-sudarso__section-title { font-size: 1.6rem; } .page-jl-yos-sudarso__cta-title { font-size: 1.8rem; } .page-jl-yos-sudarso__button--large { font-size: 1rem; padding: 12px 25px; } }