.page-k-in02 { --primary-bg-color: #1a1a2e; --secondary-bg-color: #0f0f1c; --text-color: #e0e0e0; --heading-color: #ffffff; --accent-color: #ffcc00; --button-hover-color: #ffdd44; --border-color: #33334f; --font-family: 'Arial', sans-serif; background-color: var(--primary-bg-color); color: var(--text-color); font-family: var(--font-family); line-height: 1.6; }.page-k-in02__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; }.page-k-in02__section-title { font-size: 2.5em; color: var(--heading-color); text-align: center; margin-bottom: 40px; text-transform: uppercase; letter-spacing: 1px; }.page-k-in02__text-content { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 30px auto; line-height: 1.8; }.page-k-in02__btn { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, color 0.3s ease; }.page-k-in02__btn--primary { background-color: var(--accent-color); color: var(--primary-bg-color); border: 2px solid var(--accent-color); }.page-k-in02__btn--primary:hover { background-color: var(--button-hover-color); border-color: var(--button-hover-color); }.page-k-in02__btn--secondary { background-color: transparent; color: var(--accent-color); border: 2px solid var(--accent-color); }.page-k-in02__btn--secondary:hover { background-color: var(--accent-color); color: var(--primary-bg-color); }.page-k-in02__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 600px; padding: 10px 20px 80px 20px; overflow: hidden; background-color: var(--secondary-bg-color); }.page-k-in02__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.4; }.page-k-in02__hero-content { position: relative; z-index: 1; max-width: 900px; }.page-k-in02__hero-title { font-size: 4em; color: var(--heading-color); margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-k-in02__hero-subtitle { font-size: 1.5em; color: var(--text-color); margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-k-in02__hero-cta-group { display: flex; gap: 20px; justify-content: center; }.page-k-in02__hero-btn { padding: 15px 35px; font-size: 1.2em; border-radius: 8px; }.page-k-in02__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: var(--secondary-bg-color); padding: 40px 20px; border-bottom: 1px solid var(--border-color); }.page-k-in02__payment-providers-title { width: 100%; text-align: center; margin-bottom: 30px; font-size: 2em; color: var(--heading-color); }.page-k-in02__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; }.page-k-in02__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-k-in02__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-k-in02__introduction-section { padding: 80px 0; background-color: var(--primary-bg-color); border-bottom: 1px solid var(--border-color); text-align: center; }.page-k-in02__quick-access-section { padding: 80px 0; background-color: var(--secondary-bg-color); border-bottom: 1px solid var(--border-color); }.page-k-in02__access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; }.page-k-in02__access-item { background-color: var(--primary-bg-color); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--text-color); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 20px; }.page-k-in02__access-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-k-in02__access-img { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; max-width: 100%; }.page-k-in02__access-title { font-size: 1.4em; color: var(--heading-color); margin: 0 15px; }.page-k-in02__games-section { padding: 80px 0; background-color: var(--primary-bg-color); border-bottom: 1px solid var(--border-color); }.page-k-in02__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-k-in02__game-card { background-color: var(--secondary-bg-color); border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-k-in02__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-k-in02__game-img { width: 100%; height: 250px; object-fit: cover; margin-bottom: 15px; max-width: 100%; }.page-k-in02__game-title { font-size: 1.6em; color: var(--heading-color); margin-bottom: 10px; }.page-k-in02__game-description { font-size: 1em; color: var(--text-color); padding: 0 20px 20px; min-height: 70px; }.page-k-in02__game-btn { background-color: var(--accent-color); color: var(--primary-bg-color); padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-k-in02__game-btn:hover { background-color: var(--button-hover-color); }.page-k-in02__promotions-section { padding: 80px 0; background-color: var(--secondary-bg-color); border-bottom: 1px solid var(--border-color); }.page-k-in02__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-k-in02__promo-card { background-color: var(--primary-bg-color); border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 25px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-k-in02__promo-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-k-in02__promo-img { width: 100%; height: 250px; object-fit: cover; margin-bottom: 15px; max-width: 100%; }.page-k-in02__promo-title { font-size: 1.6em; color: var(--heading-color); margin-bottom: 10px; }.page-k-in02__promo-description { font-size: 1em; color: var(--text-color); padding: 0 20px 20px; min-height: 70px; }.page-k-in02__promo-btn { background-color: var(--accent-color); color: var(--primary-bg-color); padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-k-in02__promo-btn:hover { background-color: var(--button-hover-color); }.page-k-in02__security-service-section { padding: 80px 0; background-color: var(--primary-bg-color); border-bottom: 1px solid var(--border-color); }.page-k-in02__service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; text-align: center; }.page-k-in02__service-item { background-color: var(--secondary-bg-color); border-radius: 10px; padding: 30px; }.page-k-in02__service-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100px; max-height: 100px; display: block; margin-left: auto; margin-right: auto; }.page-k-in02__service-title { font-size: 1.5em; color: var(--heading-color); margin-bottom: 15px; }.page-k-in02__service-description { font-size: 1em; color: var(--text-color); }.page-k-in02__faq-section { padding: 80px 0; background-color: var(--secondary-bg-color); border-bottom: 1px solid var(--border-color); }.page-k-in02__faq-list { max-width: 800px; margin: 40px auto 0 auto; }.page-k-in02__faq-item { background-color: var(--primary-bg-color); border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-k-in02__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: var(--primary-bg-color); border-bottom: 1px solid var(--border-color); transition: background-color 0.3s ease; }.page-k-in02__faq-question:hover { background-color: #2a2a40; }.page-k-in02__faq-q-text { margin: 0; font-size: 1.2em; color: var(--heading-color); pointer-events: none; }.page-k-in02__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--accent-color); transition: transform 0.3s ease; pointer-events: none; }.page-k-in02__faq-item.active .page-k-in02__faq-toggle { transform: rotate(45deg); }.page-k-in02__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-k-in02__faq-item.active .page-k-in02__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-k-in02__faq-answer p { margin: 0; font-size: 1em; line-height: 1.7; color: var(--text-color); }.page-k-in02__blog-section { padding: 80px 0; background-color: var(--primary-bg-color); }.page-k-in02__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-k-in02__blog-card { background-color: var(--secondary-bg-color); border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-k-in02__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); }.page-k-in02__blog-img { width: 100%; height: 220px; object-fit: cover; max-width: 100%; }.page-k-in02__blog-content { padding: 20px; }.page-k-in02__blog-title { font-size: 1.4em; margin-bottom: 10px; }.page-k-in02__blog-title a { color: var(--heading-color); text-decoration: none; transition: color 0.3s ease; }.page-k-in02__blog-title a:hover { color: var(--accent-color); }.page-k-in02__blog-date { font-size: 0.9em; color: #aaa; margin-bottom: 15px; }.page-k-in02__blog-excerpt { font-size: 1em; color: var(--text-color); margin-bottom: 20px; line-height: 1.6; }.page-k-in02__blog-read-more { color: var(--accent-color); text-decoration: none; font-weight: bold; transition: color 0.3s ease; }.page-k-in02__blog-read-more:hover { color: var(--button-hover-color); }@media (max-width: 768px) { .page-k-in02__hero-section { min-height: 450px; padding-bottom: 50px; }.page-k-in02__hero-title { font-size: 2.5em; }.page-k-in02__hero-subtitle { font-size: 1.2em; }.page-k-in02__hero-cta-group { flex-direction: column; gap: 15px; }.page-k-in02__hero-btn { width: 100%; max-width: 300px; font-size: 1.1em; padding: 12px 20px; }.page-k-in02__section-title { font-size: 2em; margin-bottom: 30px; }.page-k-in02__text-content { font-size: 1em; padding: 0 10px; }.page-k-in02__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; }.page-k-in02__payment-providers-title { font-size: 1.8em; margin-bottom: 20px; }.page-k-in02__payment-logo, .page-k-in02__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-k-in02__access-grid, .page-k-in02__game-grid, .page-k-in02__promo-grid, .page-k-in02__service-grid, .page-k-in02__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-k-in02__access-item, .page-k-in02__game-card, .page-k-in02__promo-card, .page-k-in02__service-item, .page-k-in02__blog-card { max-width: 100%; width: 100%; box-sizing: border-box; }.page-k-in02__access-img, .page-k-in02__game-img, .page-k-in02__promo-img, .page-k-in02__blog-img { max-width: 100% !important; height: auto !important; object-fit: cover; }.page-k-in02__service-icon { max-width: 80px !important; max-height: 80px !important; width: 80px !important; height: 80px !important; }.page-k-in02__faq-question { padding: 15px 20px; }.page-k-in02__faq-q-text { font-size: 1.1em; }.page-k-in02__faq-answer { padding: 0 20px; }.page-k-in02__faq-item.active .page-k-in02__faq-answer { padding: 15px 20px !important; }.page-k-in02__faq-answer p { font-size: 0.95em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-k-in02__blog-title { font-size: 1.2em; }.page-k-in02__blog-excerpt { font-size: 0.95em; } }