.page-jlbet-net__hero-section { background: linear-gradient(135deg, #0f0c29 0%, #302b63 100%); color: #ffffff; padding: 10px 20px 80px; text-align: center; position: relative; overflow: hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }.page-jlbet-net__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; }.page-jlbet-net__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-jlbet-net__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-jlbet-net__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; }.page-jlbet-net__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-jlbet-net__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-jlbet-net__button:hover { background-color: #ffe066; transform: translateY(-3px); }.page-jlbet-net__introduction-section, .page-jlbet-net__quick-access-section, .page-jlbet-net__games-section, .page-jlbet-net__promotions-section, .page-jlbet-net__security-support-section, .page-jlbet-net__faq-section, .page-jlbet-net__blog-section { padding: 60px 20px; background-color: #1a1a1a; color: #e0e0e0; text-align: center; }.page-jlbet-net__section-title { font-size: 2.2em; margin-bottom: 40px; color: #ffcc00; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }.page-jlbet-net__section-description { max-width: 800px; margin: 0 auto 30px; line-height: 1.6; font-size: 1.1em; }.page-jlbet-net__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; list-style: none; padding: 0; }.page-jlbet-net__feature-item { background-color: #2a2a2a; padding: 30px; border-radius: 15px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; }.page-jlbet-net__feature-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-jlbet-net__feature-icon { width: 60px; height: 60px; margin-bottom: 20px; }.page-jlbet-net__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; }.page-jlbet-net__feature-text { line-height: 1.5; color: #cccccc; }.page-jlbet-net__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-jlbet-net__game-card { background-color: #2a2a2a; border-radius: 15px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jlbet-net__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-jlbet-net__game-image { width: 100%; height: 200px; object-fit: cover; }.page-jlbet-net__game-content { padding: 20px; }.page-jlbet-net__game-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-jlbet-net__game-description { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; height: 70px; overflow: hidden; }.page-jlbet-net__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-jlbet-net__promo-card { background-color: #2a2a2a; border-radius: 15px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jlbet-net__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-jlbet-net__promo-image { width: 100%; height: 180px; object-fit: cover; }.page-jlbet-net__promo-content { padding: 20px; }.page-jlbet-net__promo-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; }.page-jlbet-net__promo-description { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; line-height: 1.5; }.page-jlbet-net__faq-container { max-width: 900px; margin: 0 auto; text-align: left; }.page-jlbet-net__faq-item { background-color: #2a2a2a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; }.page-jlbet-net__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #3a3a3a; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-jlbet-net__faq-question:hover { background-color: #4a4a4a; }.page-jlbet-net__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; }.page-jlbet-net__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; }.page-jlbet-net__faq-item.active .page-jlbet-net__faq-toggle { transform: rotate(45deg); }.page-jlbet-net__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-jlbet-net__faq-item.active .page-jlbet-net__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-jlbet-net__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-jlbet-net__blog-card { background-color: #2a2a2a; border-radius: 15px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-jlbet-net__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); }.page-jlbet-net__blog-image { width: 100%; height: 180px; object-fit: cover; }.page-jlbet-net__blog-content { padding: 20px; }.page-jlbet-net__blog-date { font-size: 0.85em; color: #888888; margin-bottom: 10px; }.page-jlbet-net__blog-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 15px; line-height: 1.3; }.page-jlbet-net__blog-title a { color: #ffcc00; text-decoration: none; }.page-jlbet-net__blog-title a:hover { text-decoration: underline; }.page-jlbet-net__blog-excerpt { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; line-height: 1.5; }.page-jlbet-net__button--small { padding: 10px 20px; font-size: 0.9em; }.page-jlbet-net__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; }.page-jlbet-net__floating-button { background-color: #ffcc00; color: #1a1a1a; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; }.page-jlbet-net__floating-button:hover { background-color: #ffe066; transform: translateY(-3px); }@media (max-width: 768px) { .page-jlbet-net__hero-title { font-size: 2em; }.page-jlbet-net__hero-subtitle { font-size: 1em; }.page-jlbet-net__hero-buttons { flex-direction: column; gap: 15px; }.page-jlbet-net__button { width: 100%; max-width: 250px; }.page-jlbet-net__section-title { font-size: 1.8em; }.page-jlbet-net__feature-list, .page-jlbet-net__game-grid, .page-jlbet-net__promo-grid, .page-jlbet-net__blog-grid { grid-template-columns: 1fr; }.page-jlbet-net__feature-item, .page-jlbet-net__game-card, .page-jlbet-net__promo-card, .page-jlbet-net__blog-card { 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; }.page-jlbet-net__feature-list, .page-jlbet-net__game-grid, .page-jlbet-net__promo-grid, .page-jlbet-net__blog-grid { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-jlbet-net__game-description, .page-jlbet-net__promo-description, .page-jlbet-net__blog-excerpt { height: auto; }.page-jlbet-net__faq-question h3 { font-size: 1em; }.page-jlbet-net__faq-question, .page-jlbet-net__faq-answer { padding-left: 15px; padding-right: 15px; }.page-jlbet-net__faq-item.active .page-jlbet-net__faq-answer { padding: 15px !important; }.page-jlbet-net__floating-buttons { bottom: 15px; right: 15px; gap: 10px; }.page-jlbet-net__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-jlbet-net__hero-section, .page-jlbet-net__introduction-section, .page-jlbet-net__quick-access-section, .page-jlbet-net__games-section, .page-jlbet-net__promotions-section, .page-jlbet-net__security-support-section, .page-jlbet-net__faq-section, .page-jlbet-net__blog-section { padding: 40px 15px; }.page-jlbet-net__game-image, .page-jlbet-net__promo-image, .page-jlbet-net__blog-image { max-width: 100%; height: auto; object-fit: cover; }}.page-jlbet-net__game-image, .page-jlbet-net__promo-image, .page-jlbet-net__blog-image { max-width: 100%; height: auto; display: block; }.page-jlbet-net__game-card, .page-jlbet-net__promo-card, .page-jlbet-net__blog-card { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }body { background-color: #0f0c29; } /* Default background for body */