.page-k-o-nh-c-i-5-com { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: var(--header-offset, 122px); } .page-k-o-nh-c-i-5-com__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-k-o-nh-c-i-5-com__section { padding: 60px 0; border-bottom: 1px solid #eee; } .page-k-o-nh-c-i-5-com__section:last-child { border-bottom: none; } .page-k-o-nh-c-i-5-com__hero-section { background-color: #1a2a3a; color: #fff; text-align: center; padding: 100px 0 80px; position: relative; overflow: hidden; } .page-k-o-nh-c-i-5-com__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-k-o-nh-c-i-5-com__hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; } .page-k-o-nh-c-i-5-com__hero-title { font-size: 3.5em; margin-bottom: 20px; font-weight: bold; color: #ffe0b2; } .page-k-o-nh-c-i-5-com__hero-description { font-size: 1.2em; margin-bottom: 40px; color: #e0e0e0; } .page-k-o-nh-c-i-5-com__cta-button { display: inline-block; background-color: #ff9800; color: #fff; 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; } .page-k-o-nh-c-i-5-com__cta-button:hover { background-color: #f57c00; transform: translateY(-3px); } .page-k-o-nh-c-i-5-com__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: #fff; padding: 30px 0; border-bottom: 1px solid #eee; } .page-k-o-nh-c-i-5-com__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-k-o-nh-c-i-5-com__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-k-o-nh-c-i-5-com__section-title { text-align: center; font-size: 2.5em; color: #1a2a3a; margin-bottom: 50px; position: relative; padding-bottom: 15px; } .page-k-o-nh-c-i-5-com__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #ff9800; border-radius: 2px; } .page-k-o-nh-c-i-5-com__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; } .page-k-o-nh-c-i-5-com__intro-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-k-o-nh-c-i-5-com__intro-item:hover { transform: translateY(-5px); } .page-k-o-nh-c-i-5-com__intro-item img { max-width: 200px; height: auto; margin-bottom: 20px; border-radius: 8px; } .page-k-o-nh-c-i-5-com__intro-item h3 { font-size: 1.5em; color: #1a2a3a; margin-bottom: 15px; } .page-k-o-nh-c-i-5-com__intro-item p { color: #555; } .page-k-o-nh-c-i-5-com__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; text-align: center; } .page-k-o-nh-c-i-5-com__quick-access-link { display: block; background-color: #4caf50; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-k-o-nh-c-i-5-com__quick-access-link:nth-child(even) { background-color: #2196f3; } .page-k-o-nh-c-i-5-com__quick-access-link:hover { background-color: #388e3c; } .page-k-o-nh-c-i-5-com__quick-access-link:nth-child(even):hover { background-color: #1976d2; } .page-k-o-nh-c-i-5-com__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-k-o-nh-c-i-5-com__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-k-o-nh-c-i-5-com__game-card:hover { transform: translateY(-5px); } .page-k-o-nh-c-i-5-com__game-card img { width: 100%; height: 200px; object-fit: cover; display: block; } .page-k-o-nh-c-i-5-com__game-card-content { padding: 20px; } .page-k-o-nh-c-i-5-com__game-card-content h3 { font-size: 1.6em; color: #1a2a3a; margin-bottom: 10px; } .page-k-o-nh-c-i-5-com__game-card-content p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-k-o-nh-c-i-5-com__game-card-button { display: inline-block; background-color: #ff9800; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-k-o-nh-c-i-5-com__game-card-button:hover { background-color: #f57c00; } .page-k-o-nh-c-i-5-com__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-k-o-nh-c-i-5-com__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-k-o-nh-c-i-5-com__promo-card:hover { transform: translateY(-5px); } .page-k-o-nh-c-i-5-com__promo-card img { width: 100%; height: 200px; object-fit: cover; display: block; } .page-k-o-nh-c-i-5-com__promo-card-content { padding: 20px; } .page-k-o-nh-c-i-5-com__promo-card-content h3 { font-size: 1.6em; color: #1a2a3a; margin-bottom: 10px; } .page-k-o-nh-c-i-5-com__promo-card-content p { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-k-o-nh-c-i-5-com__promo-card-button { display: inline-block; background-color: #ff5722; color: #fff; padding: 10px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; } .page-k-o-nh-c-i-5-com__promo-card-button:hover { background-color: #e64a19; } .page-k-o-nh-c-i-5-com__service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; text-align: center; } .page-k-o-nh-c-i-5-com__service-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); } .page-k-o-nh-c-i-5-com__service-item img { max-width: 200px; height: auto; margin-bottom: 20px; } .page-k-o-nh-c-i-5-com__service-item h3 { font-size: 1.5em; color: #1a2a3a; margin-bottom: 15px; } .page-k-o-nh-c-i-5-com__service-item p { color: #555; } .page-k-o-nh-c-i-5-com__faq-list { list-style: none; padding: 0; } .page-k-o-nh-c-i-5-com__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-k-o-nh-c-i-5-com__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #f9f9f9; border-radius: 8px; transition: background-color 0.3s ease; } .page-k-o-nh-c-i-5-com__faq-question h3 { margin: 0; font-size: 1.2em; color: #1a2a3a; pointer-events: none; } .page-k-o-nh-c-i-5-com__faq-question:hover { background-color: #f0f0f0; } .page-k-o-nh-c-i-5-com__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff9800; pointer-events: none; transition: transform 0.3s ease; } .page-k-o-nh-c-i-5-com__faq-item.active .page-k-o-nh-c-i-5-com__faq-toggle { transform: rotate(45deg); } .page-k-o-nh-c-i-5-com__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: #555; } .page-k-o-nh-c-i-5-com__faq-item.active .page-k-o-nh-c-i-5-com__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-k-o-nh-c-i-5-com__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-k-o-nh-c-i-5-com__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; } .page-k-o-nh-c-i-5-com__blog-card:hover { transform: translateY(-5px); } .page-k-o-nh-c-i-5-com__blog-card img { width: 100%; height: 200px; object-fit: cover; display: block; } .page-k-o-nh-c-i-5-com__blog-card-content { padding: 20px; } .page-k-o-nh-c-i-5-com__blog-card-content h3 { font-size: 1.5em; color: #1a2a3a; margin-bottom: 10px; } .page-k-o-nh-c-i-5-com__blog-card-content h3 a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-k-o-nh-c-i-5-com__blog-card-content h3 a:hover { color: #ff9800; } .page-k-o-nh-c-i-5-com__blog-card-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-k-o-nh-c-i-5-com__blog-card-meta { font-size: 0.8em; color: #999; } @media (max-width: 992px) { .page-k-o-nh-c-i-5-com__hero-title { font-size: 2.8em; } .page-k-o-nh-c-i-5-com__hero-description { font-size: 1.1em; } .page-k-o-nh-c-i-5-com__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-k-o-nh-c-i-5-com__hero-section { padding: 80px 0 60px; } .page-k-o-nh-c-i-5-com__hero-title { font-size: 2.2em; } .page-k-o-nh-c-i-5-com__hero-description { font-size: 1em; } .page-k-o-nh-c-i-5-com__cta-button { padding: 12px 25px; font-size: 1em; } .page-k-o-nh-c-i-5-com__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-k-o-nh-c-i-5-com__payment-logo, .page-k-o-nh-c-i-5-com__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-k-o-nh-c-i-5-com__section { padding: 40px 0; } .page-k-o-nh-c-i-5-com__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-k-o-nh-c-i-5-com__intro-grid, .page-k-o-nh-c-i-5-com__quick-access-grid, .page-k-o-nh-c-i-5-com__game-grid, .page-k-o-nh-c-i-5-com__promo-grid, .page-k-o-nh-c-i-5-com__service-grid, .page-k-o-nh-c-i-5-com__blog-grid { grid-template-columns: 1fr; } .page-k-o-nh-c-i-5-com__intro-item, .page-k-o-nh-c-i-5-com__quick-access-link, .page-k-o-nh-c-i-5-com__game-card, .page-k-o-nh-c-i-5-com__promo-card, .page-k-o-nh-c-i-5-com__service-item, .page-k-o-nh-c-i-5-com__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-k-o-nh-c-i-5-com__faq-question { padding: 15px 20px; } .page-k-o-nh-c-i-5-com__faq-question h3 { font-size: 1.1em; } .page-k-o-nh-c-i-5-com__faq-answer { padding: 0 20px; } .page-k-o-nh-c-i-5-com__faq-item.active .page-k-o-nh-c-i-5-com__faq-answer { padding: 15px 20px !important; } .page-k-o-nh-c-i-5-com__blog-card-content h3 { font-size: 1.3em; } .page-k-o-nh-c-i-5-com__blog-card-content p { font-size: 0.85em; } } @media (max-width: 480px) { .page-k-o-nh-c-i-5-com__hero-section { padding: 60px 0 40px; } .page-k-o-nh-c-i-5-com__hero-title { font-size: 1.8em; } .page-k-o-nh-c-i-5-com__hero-description { font-size: 0.9em; } .page-k-o-nh-c-i-5-com__cta-button { padding: 10px 20px; font-size: 0.9em; } .page-k-o-nh-c-i-5-com__section-title { font-size: 1.5em; } }