.page-k066 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; }.page-k066__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }.page-k066__hero-section { background: linear-gradient(135deg, #1a1a2e, #0f0f1d); padding: 60px 0 40px; text-align: center; position: relative; overflow: hidden; border-radius: 15px; margin-bottom: 30px; }.page-k066__hero-section::before { content: ''; position: absolute; top: -50px; left: -50px; right: -50px; bottom: -50px; background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric,dark]'); background-size: cover; opacity: 0.05; z-index: 0; }.page-k066__hero-content { position: relative; z-index: 1; }.page-k066__hero-title { font-size: 2.8em; color: #e94560; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); font-weight: bold; }.page-k066__hero-subtitle { font-size: 1.3em; color: #c0c0c0; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-k066__hero-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-k066__btn { display: inline-block; padding: 14px 30px; background-color: #e94560; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; }.page-k066__btn:hover { background-color: #c93450; transform: translateY(-3px); }.page-k066__section-title { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }.page-k066__intro-section, .page-k066__quick-access-section, .page-k066__games-section, .page-k066__promotions-section, .page-k066__security-section, .page-k066__faq-section, .page-k066__blog-section { background-color: #282a3d; padding: 50px 0; margin-bottom: 30px; border-radius: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }.page-k066__intro-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; }.page-k066__intro-text { flex: 1; min-width: 300px; }.page-k066__intro-text p { margin-bottom: 15px; color: #c0c0c0; }.page-k066__intro-image { flex: 1; min-width: 300px; text-align: center; }.page-k066__intro-image img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }.page-k066__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; text-align: center; }.page-k066__quick-access-item { background-color: #3a3f5c; padding: 25px; border-radius: 10px; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-k066__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-k066__quick-access-item h3 { font-size: 1.4em; color: #e94560; margin-bottom: 15px; }.page-k066__quick-access-item .page-k066__btn { width: 100%; box-sizing: border-box; }.page-k066__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-k066__game-card { background-color: #3a3f5c; border-radius: 12px; overflow: hidden; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-k066__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-k066__game-card img { width: 100%; height: 200px; object-fit: cover; }.page-k066__game-card-content { padding: 20px; }.page-k066__game-card-content h3 { font-size: 1.5em; color: #e94560; margin-bottom: 10px; }.page-k066__game-card-content p { color: #c0c0c0; margin-bottom: 20px; font-size: 0.95em; }.page-k066__promotions-list { display: grid; grid-template-columns: 1fr; gap: 20px; }.page-k066__promotion-item { background-color: #3a3f5c; padding: 25px; border-radius: 10px; display: flex; align-items: center; gap: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }.page-k066__promotion-item:hover { transform: translateX(10px); }.page-k066__promotion-icon { font-size: 2.5em; color: #e94560; }.page-k066__promotion-content h3 { font-size: 1.4em; color: #e94560; margin-bottom: 8px; }.page-k066__promotion-content p { color: #c0c0c0; font-size: 0.95em; }.page-k066__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }.page-k066__security-item { background-color: #3a3f5c; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-k066__security-item img { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; }.page-k066__security-item h3 { font-size: 1.4em; color: #e94560; margin-bottom: 10px; }.page-k066__security-item p { color: #c0c0c0; font-size: 0.95em; }.page-k066__faq-list { max-width: 800px; margin: 0 auto; }.page-k066__faq-item { background-color: #3a3f5c; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }.page-k066__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #4a4f6d; color: #e94560; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; }.page-k066__faq-question:hover { background-color: #5a5f7d; }.page-k066__faq-question h3 { margin: 0; font-size: 1.1em; color: #e94560; pointer-events: none; }.page-k066__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; }.page-k066__faq-item.active .page-k066__faq-toggle { transform: rotate(45deg); }.page-k066__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; background-color: #3a3f5c; color: #c0c0c0; }.page-k066__faq-item.active .page-k066__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-k066__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-k066__blog-card { background-color: #3a3f5c; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-k066__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }.page-k066__blog-card img { width: 100%; height: 220px; object-fit: cover; }.page-k066__blog-card-content { padding: 20px; }.page-k066__blog-card-content h3 { font-size: 1.4em; margin-bottom: 10px; }.page-k066__blog-card-content h3 a { color: #e94560; text-decoration: none; transition: color 0.3s ease; }.page-k066__blog-card-content h3 a:hover { color: #f96580; }.page-k066__blog-card-content p { color: #c0c0c0; font-size: 0.9em; margin-bottom: 15px; }.page-k066__blog-card-meta { display: flex; justify-content: space-between; font-size: 0.8em; color: #888; }.page-k066__blog-card-meta span { color: #aaa; }.page-k066__text-center { text-align: center; }.page-k066__text-left { text-align: left; }.page-k066__text-right { text-align: right; }@media (max-width: 768px) { .page-k066__hero-title { font-size: 2em; }.page-k066__hero-subtitle { font-size: 1.1em; }.page-k066__hero-buttons { flex-direction: column; gap: 15px; }.page-k066__btn { padding: 12px 25px; font-size: 1em; width: 100%; }.page-k066__section-title { font-size: 1.8em; }.page-k066__intro-content { flex-direction: column; }.page-k066__quick-access-grid, .page-k066__games-grid, .page-k066__security-grid, .page-k066__blog-grid { grid-template-columns: 1fr; }.page-k066__quick-access-item, .page-k066__game-card, .page-k066__promotion-item, .page-k066__security-item, .page-k066__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-k066__promotion-item { flex-direction: column; text-align: center; }.page-k066__promotion-content { margin-top: 10px; }.page-k066__faq-question { padding: 15px 20px; font-size: 1em; }.page-k066__faq-answer { padding: 15px 20px !important; }.page-k066__blog-card-content h3 { font-size: 1.2em; }.page-k066__intro-text, .page-k066__intro-image, .page-k066__text-content { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 0 !important; padding-right: 0 !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-k066__intro-image img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-k066__game-card img, .page-k066__blog-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }