.page-km88-login__hero-section { background: linear-gradient(135deg, #0a1128 0%, #1e3a8a 100%); color: #ffffff; padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 500px; position: relative; overflow: hidden; }.page-km88-login__hero-image-wrapper { width: 100%; max-width: 800px; margin-top: 30px; position: relative; z-index: 1; }.page-km88-login__hero-image { max-width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); display: block; margin: 0 auto; }.page-km88-login__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }.page-km88-login__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; color: #f9d342; }.page-km88-login__hero-description { font-size: 1.2em; margin-bottom: 40px; line-height: 1.6; max-width: 700px; margin-left: auto; margin-right: auto; }.page-km88-login__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }.page-km88-login__button { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; font-size: 1.1em; }.page-km88-login__button--primary { background-color: #f9d342; color: #0a1128; border: 2px solid #f9d342; }.page-km88-login__button--primary:hover { background-color: #ffd700; transform: translateY(-3px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); }.page-km88-login__button--secondary { background-color: transparent; color: #f9d342; border: 2px solid #f9d342; }.page-km88-login__button--secondary:hover { background-color: #f9d342; color: #0a1128; transform: translateY(-3px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); }.page-km88-login__features-section, .page-km88-login__cta-section, .page-km88-login__faq-section { background-color: #1a2c4e; color: #e0e0e0; padding: 60px 20px; text-align: center; }.page-km88-login__features-title, .page-km88-login__cta-title, .page-km88-login__faq-title { font-size: 2.2em; margin-bottom: 40px; color: #f9d342; font-weight: 700; }.page-km88-login__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-km88-login__feature-item { background-color: #0a1128; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; box-sizing: border-box; }.page-km88-login__feature-item:hover { transform: translateY(-5px); }.page-km88-login__feature-icon { width: 250px; height: 180px; object-fit: cover; margin-bottom: 20px; border-radius: 8px; }.page-km88-login__feature-heading { font-size: 1.5em; margin-bottom: 15px; color: #f9d342; }.page-km88-login__feature-description { font-size: 1em; line-height: 1.6; color: #cccccc; }.page-km88-login__cta-description { font-size: 1.2em; margin-bottom: 40px; line-height: 1.6; max-width: 800px; margin-left: auto; margin-right: auto; }.page-km88-login__faq-list { max-width: 900px; margin: 0 auto; text-align: left; }.page-km88-login__faq-item { background-color: #0a1128; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }.page-km88-login__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #1e3a8a; color: #f9d342; font-size: 1.2em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-km88-login__faq-question:hover { background-color: #25499e; }.page-km88-login__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #f9d342; font-size: 1em; }.page-km88-login__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; }.page-km88-login__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #cccccc; line-height: 1.6; }.page-km88-login__faq-answer p { margin: 0; padding-bottom: 20px; }.page-km88-login__faq-item.active .page-km88-login__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-km88-login__faq-item.active .page-km88-login__faq-toggle { transform: rotate(45deg); }.page-km88-login__hero-section { padding-top: var(--header-offset, 122px); }@media (max-width: 768px) { .page-km88-login__hero-title { font-size: 2em; }.page-km88-login__hero-description { font-size: 1em; }.page-km88-login__hero-buttons { flex-direction: column; gap: 15px; }.page-km88-login__button { width: 100%; max-width: 300px; }.page-km88-login__features-title, .page-km88-login__cta-title, .page-km88-login__faq-title { font-size: 1.8em; }.page-km88-login__features-grid { grid-template-columns: 1fr; }.page-km88-login__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px; }.page-km88-login__feature-icon { width: 200px; height: 150px; }.page-km88-login__cta-description { font-size: 1em; }.page-km88-login__faq-question { padding: 15px 20px; font-size: 1.1em; }.page-km88-login__faq-answer { padding: 0 20px; }.page-km88-login__faq-item.active .page-km88-login__faq-answer { padding: 15px 20px !important; } .page-km88-login__hero-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }