.page-k8{font-family:'Arial',sans-serif;line-height:1.6;color:#333;background-color:#f4f7f6}.page-k8__container{max-width:1200px;margin:0 auto;padding:20px}.page-k8__section{padding:40px 20px;margin-bottom:30px;background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05)}.page-k8__section-title{text-align:center;color:#007bff;margin-bottom:30px;font-size:2.5em;font-weight:700}.page-k8__hero-section{position:relative;background:linear-gradient(135deg,#007bff,#6610f2);color:#fff;text-align:center;padding:100px 20px 60px;border-radius:0;box-shadow:none;overflow:hidden;padding-top:10px}.page-k8__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.6}.page-k8__hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.page-k8__hero-title{font-size:3.5em;margin-bottom:20px;line-height:1.2;font-weight:900}.page-k8__hero-subtitle{font-size:1.5em;margin-bottom:40px;font-weight:300}.page-k8__cta-group{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.page-k8__cta-button{display:inline-block;background-color:#ffc107;color:#333;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease,transform .3s ease}.page-k8__cta-button:hover{background-color:#e0a800;transform:translateY(-3px)}.page-k8__intro-text{font-size:1.1em;color:#555;text-align:justify;margin-bottom:20px}.page-k8__intro-highlight{color:#007bff;font-weight:700}.page-k8__quick-access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}.page-k8__access-item{background-color:#e9f5ff;border-radius:8px;padding:25px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease}.page-k8__access-item:hover{transform:translateY(-5px)}.page-k8__access-link{text-decoration:none;color:#007bff;font-weight:700;font-size:1.1em;display:block}.page-k8__access-link:hover{color:#0056b3}.page-k8__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:30px}.page-k8__game-card{background-color:#f8f9fa;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease}.page-k8__game-card:hover{transform:translateY(-7px)}.page-k8__game-image{width:100%;height:200px;object-fit:cover}.page-k8__game-content{padding:20px}.page-k8__game-title{font-size:1.4em;color:#007bff;margin-bottom:10px}.page-k8__game-description{font-size:.95em;color:#666;margin-bottom:15px}.page-k8__game-button{background-color:#28a745;color:#fff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.page-k8__game-button:hover{background-color:#218838}.page-k8__promotions-list{list-style:none;padding:0;margin-top:30px}.page-k8__promotion-item{background-color:#e6ffe6;border-left:5px solid #28a745;margin-bottom:20px;padding:25px;border-radius:8px;display:flex;align-items:center;box-shadow:0 2px 8px rgba(0,0,0,.08)}.page-k8__promotion-icon{font-size:2em;color:#28a745;margin-right:20px}.page-k8__promotion-details{flex-grow:1}.page-k8__promotion-title{font-size:1.5em;color:#28a745;margin-bottom:5px}.page-k8__promotion-description{color:#555}.page-k8__promotion-button{background-color:#ffc107;color:#333;padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:600;margin-left:20px;white-space:nowrap;transition:background-color .3s ease}.page-k8__promotion-button:hover{background-color:#e0a800}.page-k8__security-content{display:flex;flex-direction:column;gap:25px;margin-top:30px}.page-k8__security-item{display:flex;align-items:flex-start;gap:15px;background-color:#f0faff;padding:20px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.07)}.page-k8__security-icon{font-size:2.2em;color:#007bff;flex-shrink:0}.page-k8__security-text h3{margin-top:0;color:#007bff;font-size:1.3em}.page-k8__security-text p{color:#666;margin-bottom:0}.page-k8__contact-button{display:block;width:fit-content;margin:30px auto 0;background-color:#17a2b8;color:#fff;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease}.page-k8__contact-button:hover{background-color:#138496}.page-k8__faq-list{list-style:none;padding:0;margin-top:30px}.page-k8__faq-item{background-color:#f9f9f9;border:1px solid #eee;border-radius:8px;margin-bottom:15px;overflow:hidden}.page-k8__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background-color:#f0f0f0;transition:background-color .3s ease}.page-k8__faq-question:hover{background-color:#e0e0e0}.page-k8__faq-question h3{margin:0;font-size:1.2em;color:#333;pointer-events:none}.page-k8__faq-toggle{font-size:1.5em;font-weight:700;color:#007bff;pointer-events:none;transition:transform .3s ease}.page-k8__faq-item.active .page-k8__faq-toggle{transform:rotate(45deg)}.page-k8__faq-answer{max-height:0;overflow:hidden;padding:0 15px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-k8__faq-item.active .page-k8__faq-answer{max-height:2000px!important;padding:20px 15px!important;opacity:1}.page-k8__faq-answer p{color:#555;margin-top:0}.page-k8__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:30px}.page-k8__blog-card{background-color:#f8f9fa;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease}.page-k8__blog-card:hover{transform:translateY(-7px)}.page-k8__blog-image{width:100%;height:220px;object-fit:cover}.page-k8__blog-content{padding:20px}.page-k8__blog-date{font-size:.85em;color:#999;margin-bottom:10px}.page-k8__blog-title{font-size:1.3em;color:#007bff;margin-bottom:10px;line-height:1.4}.page-k8__blog-title a{text-decoration:none;color:#007bff;transition:color .3s ease}.page-k8__blog-title a:hover{color:#0056b3}.page-k8__blog-summary{font-size:.95em;color:#666;margin-bottom:15px}.page-k8__read-more{display:inline-block;background-color:#6c757d;color:#fff;padding:8px 15px;border-radius:20px;text-decoration:none;font-size:.9em;transition:background-color .3s ease}.page-k8__read-more:hover{background-color:#5a6268}@media (max-width:992px){.page-k8__hero-title{font-size:2.8em}.page-k8__hero-subtitle{font-size:1.2em}.page-k8__section-title{font-size:2em}}@media (max-width:768px){.page-k8__container{padding:10px}.page-k8__section{padding:30px 15px;margin-bottom:20px}.page-k8__section-title{font-size:1.8em}.page-k8__hero-section{padding:80px 15px 50px}.page-k8__hero-title{font-size:2.2em}.page-k8__hero-subtitle{font-size:1em}.page-k8__cta-group{flex-direction:column;gap:15px}.page-k8__cta-button{width:100%}.page-k8__intro-text{font-size:1em}.page-k8__quick-access-grid,.page-k8__games-grid,.page-k8__blog-grid{grid-template-columns:1fr}.page-k8__access-item,.page-k8__game-card,.page-k8__blog-card{padding:20px}.page-k8__promotion-item{flex-direction:column;align-items:flex-start;text-align:center}.page-k8__promotion-icon{margin-right:0;margin-bottom:10px}.page-k8__promotion-button{margin-left:0;margin-top:15px;width:100%}.page-k8__security-item{flex-direction:column;align-items:flex-start;text-align:left}.page-k8__security-icon{margin-bottom:10px}.page-k8__faq-question{padding:15px}.page-k8__faq-question h3{font-size:1.1em}.page-k8__faq-answer{padding:0 10px}.page-k8__faq-item.active .page-k8__faq-answer{padding:15px 10px!important}.page-k8__blog-image{height:180px}.page-k8__blog-title{font-size:1.2em}.page-k8__read-more{width:100%;text-align:center}}@media (max-width:480px){.page-k8__hero-title{font-size:1.8em}.page-k8__hero-subtitle{font-size:.9em}.page-k8__section-title{font-size:1.5em}.page-k8__cta-button{padding:12px 20px;font-size:1em}.page-k8__game-card{padding-bottom:15px}.page-k8__game-title{font-size:1.2em}.page-k8__promotion-title{font-size:1.3em}.page-k8__security-text h3{font-size:1.1em}.page-k8__blog-title{font-size:1.1em}}.page-k8__quick-access-grid .page-k8__access-item{box-sizing:border-box}.page-k8__games-grid .page-k8__game-card{box-sizing:border-box}.page-k8__promotions-list .page-k8__promotion-item{box-sizing:border-box}.page-k8__faq-list .page-k8__faq-item{box-sizing:border-box}.page-k8__blog-grid .page-k8__blog-card{box-sizing:border-box}@media (max-width:768px){.page-k8__quick-access-grid,.page-k8__games-grid,.page-k8__promotions-list,.page-k8__faq-list,.page-k8__blog-grid{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important;margin-left:0!important;margin-right:0!important}.page-k8__quick-access-grid .page-k8__access-item,.page-k8__games-grid .page-k8__game-card,.page-k8__promotions-list .page-k8__promotion-item,.page-k8__faq-list .page-k8__faq-item,.page-k8__blog-grid .page-k8__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;padding-left:15px;padding-right:15px}.page-k8__game-image,.page-k8__blog-image{max-width:100%!important;height:auto!important;box-sizing:border-box!important;}.page-k8__game-card{margin-bottom:20px;}.page-k8__blog-card{margin-bottom:20px;}}