.page-lklk98 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f9fa; padding-top: 10px; }.page-lklk98 h1, .page-lklk98 h2 { color: #0056b3; margin-bottom: 20px; text-align: center; }.page-lklk98 h3 { color: #007bff; margin-bottom: 15px; }.page-lklk98 p { margin-bottom: 10px; }.page-lklk98__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }.page-lklk98__hero-section { background: linear-gradient(135deg, #007bff, #0056b3); color: #fff; text-align: center; padding: 80px 20px; border-radius: 0; margin-bottom: 0; padding-top: 90px; }.page-lklk98__hero-section h1 { color: #fff; font-size: 2.5em; margin-bottom: 20px; }.page-lklk98__hero-section p { font-size: 1.2em; margin-bottom: 30px; }.page-lklk98__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-lklk98__cta-button { background-color: #ffc107; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-lklk98__cta-button:hover { background-color: #e0a800; color: #333; }.page-lklk98__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px; background-color: #f0f2f5; border-radius: 8px; margin-top: 20px; }.page-lklk98__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-lklk98__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-lklk98__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-lklk98__card { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; padding: 20px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-lklk98__card:hover { transform: translateY(-5px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }.page-lklk98__card img { max-width: 100%; height: auto; border-radius: 5px; margin-bottom: 15px; }.page-lklk98__card-title { font-size: 1.3em; margin-bottom: 10px; color: #0056b3; }.page-lklk98__card-description { font-size: 0.95em; color: #555; }.page-lklk98__feature-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-lklk98__feature-item { background-color: #e9f5ff; border: 1px solid #cce5ff; border-radius: 5px; padding: 15px 20px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; }.page-lklk98__feature-item strong { color: #0056b3; }.page-lklk98__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-lklk98__promo-card { background-color: #f0f8ff; border: 1px solid #d0e9ff; border-radius: 8px; padding: 20px; text-align: left; }.page-lklk98__promo-card h3 { color: #007bff; font-size: 1.2em; margin-bottom: 10px; }.page-lklk98__promo-card p { font-size: 0.9em; color: #555; margin-bottom: 15px; }.page-lklk98__promo-card .page-lklk98__cta-button { display: inline-block; padding: 8px 15px; font-size: 0.9em; }.page-lklk98__faq-list { list-style: none; padding: 0; max-width: 800px; margin: 0 auto; }.page-lklk98__faq-item { border: 1px solid #eee; margin-bottom: 10px; border-radius: 5px; overflow: hidden; background-color: #fdfdfd; }.page-lklk98__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #e9f5ff; color: #0056b3; font-weight: bold; user-select: none; transition: background-color 0.3s ease; }.page-lklk98__faq-question:hover { background-color: #d0e9ff; }.page-lklk98__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; color: #0056b3; }.page-lklk98__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-lklk98__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-lklk98__faq-item.active .page-lklk98__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-lklk98__faq-item.active .page-lklk98__faq-toggle { transform: rotate(45deg); }.page-lklk98__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-lklk98__blog-card { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-lklk98__blog-card:hover { transform: translateY(-5px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }.page-lklk98__blog-card img { width: 100%; height: 200px; object-fit: cover; }.page-lklk98__blog-content { padding: 15px; }.page-lklk98__blog-content h3 { font-size: 1.1em; margin-bottom: 10px; color: #0056b3; }.page-lklk98__blog-content p { font-size: 0.85em; color: #555; margin-bottom: 15px; }.page-lklk98__blog-content .page-lklk98__cta-button { display: inline-block; padding: 8px 15px; font-size: 0.8em; }.page-lklk98__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-lklk98__floating-button { background-color: #28a745; color: #fff; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 2px 5px rgba(0,0,0,0.2); transition: background-color 0.3s ease; }.page-lklk98__floating-button.login { background-color: #007bff; }.page-lklk98__floating-button:hover { background-color: #218838; }.page-lklk98__floating-button.login:hover { background-color: #0056b3; }.page-lklk98 img:not(.page-lklk98__payment-logo img) { max-width: 100%; height: auto; display: block; margin: 0 auto; }.page-lklk98__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-lklk98__quick-access-links .page-lklk98__cta-button { background-color: #17a2b8; color: #fff; }.page-lklk98__quick-access-links .page-lklk98__cta-button:hover { background-color: #138496; }@media (max-width: 768px) { .page-lklk98 { padding-top: 0 !important; }.page-lklk98__hero-section { padding: 60px 15px; padding-top: 80px; }.page-lklk98__hero-section h1 { font-size: 2em; }.page-lklk98__hero-section p { font-size: 1em; }.page-lklk98__cta-buttons { flex-direction: column; align-items: center; }.page-lklk98__cta-button { width: 80%; max-width: 300px; }.page-lklk98__section { padding: 30px 15px; }.page-lklk98__grid, .page-lklk98__promo-grid, .page-lklk98__blog-grid { grid-template-columns: 1fr; }.page-lklk98__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-lklk98__feature-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-lklk98__faq-question { padding: 12px 15px; }.page-lklk98__faq-question h3 { font-size: 1em; }.page-lklk98__faq-answer { padding: 0 15px; }.page-lklk98__faq-item.active .page-lklk98__faq-answer { padding: 15px !important; }.page-lklk98__floating-buttons { right: 10px; bottom: 10px; }.page-lklk98__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-lklk98__payment-logo, .page-lklk98__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-lklk98 img:not(.page-lklk98__payment-logo img) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; overflow: hidden !important; }.page-lklk98__quick-access-links { flex-direction: column; align-items: center; }.page-lklk98__quick-access-links .page-lklk98__cta-button { width: 80%; max-width: 300px; } }