@keyframes klFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes kl-pulse{0%,to{box-shadow:0 0 0 0 rgba(10,10,10,.4)}50%{box-shadow:0 0 0 8px transparent}}.home .entry-title,.home .page-header{display:none}.home #main,.home #primary,.home .ast-container,.home .inside-article,.home .site-content{padding-top:0!important;margin-top:0!important}.kl-homepage{font-family:"Outfit",sans-serif;color:#333;line-height:1.6;overflow-x:hidden}.kl-homepage *,.kl-homepage ::after,.kl-homepage ::before{box-sizing:border-box}.kl-homepage .kl-container{max-width:1200px;margin:0 auto;padding:0 20px}.kl-homepage a,.kl-homepage a:focus,.kl-homepage a:hover,.kl-homepage a:visited{text-decoration:none!important}.kl-animate{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.kl-animate.kl-visible{opacity:1;transform:translateY(0)}.kl-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;font-family:"Outfit",sans-serif;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;cursor:pointer;border:0;transition:transform .2s,box-shadow .2s,background .2s}.kl-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.kl-btn-primary{background:var(--kl-accent, #00d4aa);color:#0a0a0a}.kl-btn-primary:hover{background:#00b894;color:#0a0a0a}.kl-btn-outline{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.5)}.kl-btn-outline:hover{border-color:#fff;background:rgba(255,255,255,.1);color:#fff}.kl-section-title{font-size:24px;font-weight:700;text-align:center;margin-bottom:32px;color:#0a0a0a}.kl-section-footer{text-align:center;margin-top:32px}.kl-link-arrow{font-size:16px;font-weight:600;color:#065;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:gap .2s}.kl-link-arrow:hover{gap:10px;color:#054}.kl-hero{position:relative;background:linear-gradient(135deg,#0a0a0a 0,#1a1a2e 100%);background-size:cover;background-position:center;min-height:400px;display:flex;align-items:center;overflow:hidden}.kl-hero-overlay{position:absolute;inset:0;background:rgba(10,10,10,.6);z-index:1}.kl-hero-slider{position:relative;width:100%;z-index:2}.kl-hero-slide{display:none;padding:60px 0;text-align:center}.kl-hero-slide.kl-active{display:block;animation:klFadeIn .6s ease}.kl-hero-headline{font-size:32px;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.2}.kl-hero-subtitle{font-size:16px;color:rgba(255,255,255,.8);margin:0 0 28px;font-weight:300}.kl-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.kl-hero-dots{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:3}.kl-hero-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.4);cursor:pointer;padding:10px;transition:background .3s,transform .3s}.kl-hero-dot.kl-active{background:var(--kl-accent, #00d4aa);transform:scale(1.2)}.kl-trust{background:#f8f9fa;padding:40px 0}.kl-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.kl-trust-icon,.kl-trust-item{display:flex;align-items:center}.kl-trust-item{gap:14px;padding:16px;background:#fff;border-radius:10px;box-shadow:0 1px 4px rgba(0,0,0,.05)}.kl-trust-icon{flex-shrink:0;width:48px;height:48px;justify-content:center;background:rgba(0,212,170,.1);border-radius:12px;color:var(--kl-accent, #00d4aa);font-size:20px}.kl-trust-text{display:flex;flex-direction:column}.kl-trust-text strong{font-size:14px;font-weight:600;color:#0a0a0a}.kl-trust-text span{font-size:12px;color:#6c757d;margin-top:2px}.kl-categories{padding:60px 0}.kl-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.kl-category-card{display:flex;flex-direction:column;align-items:center;padding:28px 16px;background:#fff;border:1px solid #eee;border-radius:12px;text-decoration:none;transition:transform .3s,box-shadow .3s}.kl-category-card:hover,.kl-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.kl-category-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.kl-category-icon img{width:48px;height:48px;object-fit:contain}.kl-category-icon i{font-size:36px;color:#0a0a0a}.kl-category-name{font-size:16px;font-weight:600;color:#0a0a0a;margin-bottom:6px}.kl-category-link{font-size:13px;font-weight:500;color:var(--kl-accent, #00d4aa);display:flex;align-items:center;gap:4px}.kl-category-link i{font-size:11px;transition:transform .2s}.kl-category-card:hover .kl-category-link i{transform:translateX(4px)}.kl-products{padding:60px 0;background:#f8f9fa}.kl-slider{position:relative}.kl-products-grid{display:flex;gap:16px;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none;padding:4px 0;touch-action:pan-y}.kl-products-grid::-webkit-scrollbar{display:none}.kl-product-card,.kl-slider-arrow{background:#fff;border:1px solid #eee;display:flex}.kl-product-card{position:relative;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;flex:0 0 260px;scroll-snap-align:start;flex-direction:column}.kl-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.1);cursor:pointer;align-items:center;justify-content:center;z-index:3;transition:all .2s;color:#333;font-size:14px;padding:0}.kl-slider-arrow:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);background:#f8f9fa;color:#0a0a0a}.kl-slider-arrow.kl-hidden{opacity:0;pointer-events:none}.kl-slider-prev{left:-16px}.kl-slider-next{right:-16px}.kl-product-badge{position:absolute;top:12px;left:12px;background:#e74c3c;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;z-index:2}.kl-product-image{display:block;overflow:hidden}.kl-product-image img{width:100%;height:auto;display:block;transition:transform .3s}.kl-product-card:hover .kl-product-image img{transform:scale(1.05)}.kl-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#ddd}.kl-product-info{padding:16px;flex:1;display:flex;flex-direction:column}.kl-product-name{display:block;font-size:14px;font-weight:600;color:#0a0a0a;text-decoration:none;margin-bottom:8px;line-height:1.3}.kl-product-name:hover{color:var(--kl-accent, #00d4aa)}.kl-product-rating{display:flex;align-items:center;gap:2px;margin-bottom:8px}.kl-product-rating i{font-size:12px;color:gold}.kl-rating-count{font-size:12px;color:#6c757d;margin-left:4px}.kl-product-price{margin-bottom:12px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.kl-price-old{font-size:13px;color:#999;text-decoration:line-through}.kl-price-old del{text-decoration:none}.kl-price-current{font-size:18px;font-weight:700;font-family:"Space Mono",monospace;color:#0a0a0a}.kl-hero-offer-pricing del,.kl-price-current del{font-size:13px;color:#999;font-weight:400}.kl-price-current ins{text-decoration:none;font-weight:700;color:#0a0a0a}.kl-btn-group{display:flex;gap:6px;margin-top:auto}.kl-btn-buy,.kl-btn-cart{flex:1;justify-content:center;gap:5px;padding:10px 8px;font-size:12px;border-radius:8px;white-space:nowrap}.kl-btn-cart{background:#0a0a0a;color:#fff}.kl-btn-cart:hover{background:#222;color:#fff}.kl-btn-buy{background:var(--kl-accent, #00d4aa);color:#0a0a0a;font-weight:700}.kl-btn-buy:hover{background:#00b894;color:#0a0a0a}.kl-no-products{text-align:center;color:#6c757d;padding:40px 0}.kl-cat-section,.kl-onsale{background:#f8f9fa}.kl-cat-section+.kl-cat-section{margin-top:16px}.kl-bundles{padding:60px 0}.kl-bundles-inner{background:linear-gradient(135deg,var(--kl-accent, #00d4aa) 0%,#00b894 50%,#009d7a 100%);border-radius:16px;padding:48px 32px;display:flex;align-items:center;justify-content:space-between;gap:32px;overflow:hidden;position:relative}.kl-bundles-content{flex:1}.kl-bundles-badge{display:inline-block;background:#0a0a0a;color:#fff;font-size:13px;font-weight:700;padding:6px 16px;border-radius:20px;margin-bottom:16px;letter-spacing:.3px;text-transform:uppercase}.kl-bundles-badge i{margin-right:6px}.kl-bundles-headline{font-size:28px;font-weight:700;color:#0a0a0a;margin:0 0 12px}.kl-bundles-subtitle{font-size:16px;color:rgba(10,10,10,.75);margin:0 0 24px}.kl-btn-bundle{background:#0a0a0a;color:#fff;animation:kl-pulse 2.5s ease-in-out infinite}.kl-btn-bundle:hover{background:#222;color:#fff;animation:none}.kl-bundles-graphic{flex-shrink:0;font-size:80px;color:rgba(10,10,10,.1);display:none}.kl-bundles-heroes{display:none;gap:12px;flex-shrink:0}.kl-hero-offer{background:rgba(255,255,255,.95);border-radius:12px;padding:16px 18px;text-decoration:none;width:170px;display:flex;flex-direction:column;gap:6px;position:relative;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.1)}.kl-hero-offer:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.18)}.kl-hero-offer-badge{position:absolute;top:-8px;right:10px;background:#0a0a0a;color:#00d4aa;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:3px 8px;border-radius:4px}.kl-hero-offer-name{font-size:16px;font-weight:700;color:#0a0a0a;line-height:1.2}.kl-hero-offer-thumbs{display:flex;gap:6px;padding:6px 0}.kl-hero-offer-thumb-placeholder,.kl-hero-offer-thumbs img{width:44px;height:44px;background:#f5f5f5;border-radius:6px;border:1px solid #eee}.kl-hero-offer-thumbs img{object-fit:contain}.kl-hero-offer-thumb-placeholder{display:flex;align-items:center;justify-content:center;color:#ccc;font-size:16px}.kl-bundles-build-own{display:inline-flex;align-items:center;gap:8px;margin-top:12px;font-size:13px;color:rgba(255,255,255,.85);text-decoration:none;transition:color .2s}.kl-bundles-build-own:hover{color:#fff}.kl-bundles-build-own i{font-size:14px}.kl-hero-offer-pricing{display:flex;align-items:center;gap:6px;margin-top:2px}.kl-hero-offer-pricing strong{font-size:18px;font-weight:800;color:#0a0a0a}.kl-hero-offer-savings{font-size:11px;font-weight:700;color:#00b894;background:rgba(0,184,148,.1);padding:2px 8px;border-radius:4px;align-self:flex-start}.kl-bundles-custom-img{flex-shrink:0;display:none;max-width:280px}.kl-bundles-custom-img img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 16px rgba(0,0,0,.15)}.kl-howitworks{padding:60px 0;background:#fff}.kl-steps{display:flex;flex-direction:column;align-items:center;gap:24px}.kl-step{text-align:center;max-width:280px}.kl-step-icon,.kl-step-number{align-items:center;justify-content:center}.kl-step-number{width:28px;height:28px;display:inline-flex;background:var(--kl-accent, #00d4aa);color:#0a0a0a;font-size:13px;font-weight:700;border-radius:50%;margin-bottom:12px}.kl-step-icon{width:64px;height:64px;display:flex;background:#f8f9fa;border-radius:16px;margin:0 auto 16px;font-size:24px;color:var(--kl-accent, #00d4aa)}.kl-step-title{font-size:18px;font-weight:600;color:#0a0a0a;margin:0 0 8px}.kl-step-desc{font-size:14px;color:#6c757d;margin:0}.kl-step-connector{color:#ddd;font-size:16px;transform:rotate(90deg)}.kl-reviews{padding:60px 0;background:#f8f9fa}.kl-reviews-grid{display:grid;grid-template-columns:1fr;gap:16px}.kl-review-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #eee}.kl-review-stars{display:flex;gap:3px;margin-bottom:12px}.kl-review-stars i{font-size:14px;color:gold}.kl-review-text{font-size:15px;color:#333;margin:0 0 16px;font-style:italic;line-height:1.6}.kl-review-author{display:flex;align-items:center;gap:10px}.kl-review-avatar{width:36px;height:36px;border-radius:50%;background:var(--kl-accent, #00d4aa);color:#0a0a0a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.kl-review-name{font-size:14px;color:#0a0a0a;display:block}.kl-review-date{font-size:12px;color:#6c757d}.kl-review-product{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:13px}.kl-review-product a{color:var(--kl-accent, #00d4aa);text-decoration:none;font-weight:500;transition:color .2s}.kl-review-product a:hover{color:#00b894;text-decoration:underline}.kl-review-product a i{margin-right:4px;font-size:12px}.kl-review-verified{font-size:11px;color:#00b894;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:rgba(0,212,170,.08);border-radius:20px;font-weight:500}.kl-review-verified i{font-size:11px}.kl-faq{padding:60px 0;background:#fff}.kl-faq-container{max-width:800px}.kl-faq-list{display:flex;flex-direction:column;gap:8px}.kl-faq-item{border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fff;transition:box-shadow .2s}.kl-faq-item:hover{box-shadow:0 2px 8px rgba(0,0,0,.04)}.kl-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:0 0;border:0;font-family:"Outfit",sans-serif;font-size:16px;font-weight:600;color:#0a0a0a;cursor:pointer;text-align:left;gap:12px}.kl-faq-icon{font-size:14px;color:#6c757d;transition:transform .3s;flex-shrink:0}.kl-faq-item.kl-open .kl-faq-icon{transform:rotate(180deg)}.kl-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.kl-faq-answer p{padding:0 20px 18px;margin:0;font-size:15px;color:#555;line-height:1.7}.kl-faq-item.kl-open .kl-faq-answer{max-height:400px}.kl-newsletter{padding:60px 0;background:linear-gradient(135deg,#0a0a0a 0,#1a1a2e 100%)}.kl-newsletter-inner{text-align:center;max-width:560px;margin:0 auto}.kl-newsletter-headline{font-size:28px;font-weight:700;color:#fff;margin:0 0 12px}.kl-newsletter-subtitle{font-size:16px;color:rgba(255,255,255,.7);margin:0 0 28px}.kl-newsletter-form{display:flex;gap:0;max-width:440px;margin:0 auto;border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.2)}.kl-newsletter-form input[type=email]{flex:1;padding:14px 18px;font-size:15px;font-family:"Outfit",sans-serif;border:0;outline:0;min-width:0}.kl-newsletter-form .kl-btn{border-radius:0;white-space:nowrap;padding:14px 24px}.kl-newsletter-msg{margin-top:14px;font-size:14px;min-height:20px}.kl-newsletter-msg.kl-success{color:#27ae60}.kl-newsletter-msg.kl-error{color:#e74c3c}@media (min-width:768px){.kl-hero-slide{padding:80px 0}.kl-hero-headline{font-size:40px}.kl-hero-subtitle{font-size:18px}.kl-trust-grid{grid-template-columns:repeat(4,1fr)}.kl-trust-text strong{font-size:15px}.kl-trust-text span{font-size:13px}.kl-categories-grid{grid-template-columns:repeat(3,1fr);gap:20px}.kl-reviews-grid{grid-template-columns:repeat(2,1fr);gap:20px}.kl-section-title{font-size:28px}}@media (min-width:1024px){.kl-hero{min-height:500px}.kl-hero-slide{padding:100px 0}.kl-hero-headline{font-size:48px}.kl-hero-subtitle{font-size:20px}.kl-bundles-graphic{display:block}.kl-bundles-heroes{display:flex}.kl-bundles-custom-img{display:block}.kl-bundles-inner{padding:56px 48px}.kl-bundles-headline{font-size:32px}.kl-steps{flex-direction:row;justify-content:center;gap:0}.kl-step-connector{transform:none;margin:0 16px;padding-top:40px}.kl-reviews-grid{grid-template-columns:repeat(3,1fr)}.kl-section-title{font-size:32px;margin-bottom:40px}}@media (min-width:1200px){.kl-homepage .kl-container{padding:0 24px}.kl-categories-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:767px){.kl-bundles,.kl-categories,.kl-faq,.kl-howitworks,.kl-newsletter,.kl-products,.kl-reviews{padding:40px 0}.kl-trust{padding:28px 0}.kl-section-title{font-size:22px;margin-bottom:20px}.kl-hero{min-height:300px}.kl-hero-slide{padding:40px 0}.kl-hero-headline{font-size:26px}.kl-hero-subtitle{font-size:14px;margin-bottom:20px}.kl-hero-dots{bottom:16px}.kl-trust-item{padding:12px;gap:10px}.kl-trust-icon{width:40px;height:40px;font-size:18px}.kl-trust-text strong{font-size:13px}.kl-category-card{padding:20px 12px}.kl-category-icon{width:48px;height:48px;margin-bottom:8px}.kl-category-icon img{width:36px;height:36px}.kl-category-name{font-size:14px}.kl-products-grid{padding:4px 20px}.kl-product-card{flex:0 0 220px}.kl-slider-prev{left:4px}.kl-slider-next{right:4px}.kl-slider-arrow{width:34px;height:34px;font-size:12px;opacity:.85}.kl-btn-group{flex-direction:column;gap:6px}.kl-btn-buy,.kl-btn-cart{padding:10px 8px;font-size:12px;gap:5px}.kl-bundles-inner{flex-direction:column;padding:32px 20px;gap:20px;text-align:center}.kl-bundles-heroes{display:flex;justify-content:center;flex-wrap:wrap}.kl-hero-offer{width:150px}.kl-bundles-custom-img{display:block;margin:0 auto}.kl-bundles-headline{font-size:24px}.kl-bundles-subtitle{font-size:14px;margin-bottom:16px}.kl-step{max-width:100%}.kl-step-icon{width:52px;height:52px;font-size:22px;margin-bottom:12px}.kl-step-title{font-size:16px}.kl-review-card{padding:20px}.kl-review-text{font-size:14px}.kl-faq-question{padding:14px 16px;font-size:15px}.kl-faq-answer p{padding:0 16px 14px;font-size:14px}.kl-newsletter-headline{font-size:24px}.kl-newsletter-subtitle{font-size:14px;margin-bottom:20px}.kl-btn{padding:11px 22px;font-size:15px}}@media (max-width:479px){.kl-homepage .kl-container{padding:0 14px}.kl-bundles,.kl-categories,.kl-faq,.kl-howitworks,.kl-newsletter,.kl-products,.kl-reviews{padding:32px 0}.kl-section-title{font-size:20px;margin-bottom:16px}.kl-hero{min-height:260px}.kl-hero-slide{padding:32px 0}.kl-hero-headline{font-size:22px}.kl-hero-subtitle{font-size:13px;margin-bottom:16px}.kl-hero-actions{flex-direction:column;align-items:center}.kl-hero-actions .kl-btn{width:100%;max-width:280px;justify-content:center}.kl-trust-grid{grid-template-columns:1fr;gap:10px}.kl-categories-grid{gap:10px}.kl-products-grid{padding:4px 14px}.kl-product-card{flex:0 0 200px}.kl-product-info{padding:12px}.kl-product-name{font-size:13px}.kl-product-price .kl-price-current{font-size:16px}.kl-btn-group{gap:4px}.kl-btn-buy,.kl-btn-cart{padding:8px 6px;font-size:11px}.kl-btn-buy i,.kl-btn-cart i{display:none}.kl-bundles-inner{padding:24px 16px}.kl-bundles-headline{font-size:20px}.kl-steps{gap:16px}.kl-step-icon{width:44px;height:44px;font-size:20px}.kl-faq-question{padding:12px;font-size:14px}.kl-faq-answer p{padding:0 12px 12px;font-size:13px}.kl-newsletter-headline{font-size:20px}.kl-newsletter-form{flex-direction:column;border-radius:10px}.kl-newsletter-form input[type=email]{border-radius:10px 10px 0 0}.kl-newsletter-form .kl-btn{border-radius:0 0 10px 10px;justify-content:center}.kl-btn{padding:10px 18px;font-size:14px}}
/* ═══════ Personal Support Chat Section ═══════ */
.kl-support-chat{padding:60px 0;background:#f8f9fa}.kl-support-inner{display:flex;align-items:center;gap:48px}.kl-support-content{flex:1}.kl-support-demo{flex:0 0 360px}.kl-support-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,212,170,.1);color:#00b894;font-size:13px;font-weight:700;padding:6px 16px;border-radius:20px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.3px}.kl-support-badge i{font-size:14px}.kl-support-headline{font-size:32px;font-weight:700;color:#0a0a0a;margin:0 0 16px;line-height:1.2}.kl-support-desc{font-size:16px;color:#555;line-height:1.7;margin:0 0 24px}.kl-support-desc strong{color:#0a0a0a}.kl-support-perks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.kl-support-perks li{display:flex;align-items:center;gap:12px;font-size:15px;color:#333;font-weight:500}.kl-support-perks li i{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:rgba(0,212,170,.1);color:var(--kl-accent,#00d4aa);border-radius:8px;font-size:14px;flex-shrink:0}
/* Chat Window */
.kl-chat-window{background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);overflow:hidden;border:1px solid #e8e8e8}.kl-chat-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#0a0a0a;color:#fff}.kl-chat-header-avatar{width:40px;height:40px;background:var(--kl-accent,#00d4aa);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#0a0a0a}.kl-chat-header-info{display:flex;flex-direction:column}.kl-chat-header-name{font-size:15px;font-weight:600}.kl-chat-header-status{font-size:12px;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:6px}.kl-chat-online-dot{width:8px;height:8px;background:#00d4aa;border-radius:50%;display:inline-block;animation:kl-pulse-dot 2s infinite}.kl-chat-body{padding:20px;display:flex;flex-direction:column;gap:16px;min-height:340px;background:#f8f9fa}.kl-chat-date{text-align:center;font-size:12px;color:#999;padding:4px 12px;background:#eee;border-radius:10px;align-self:center}.kl-chat-msg{display:flex;flex-direction:column;max-width:85%}.kl-chat-customer{align-self:flex-end}.kl-chat-agent{align-self:flex-start}.kl-chat-bubble{padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.5;color:#333}.kl-chat-customer .kl-chat-bubble{background:var(--kl-accent,#00d4aa);color:#0a0a0a;border-bottom-right-radius:4px}.kl-chat-agent .kl-chat-bubble{background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:4px}.kl-chat-time{font-size:11px;color:#999;margin-top:4px;padding:0 4px}.kl-chat-customer .kl-chat-time{text-align:right}.kl-chat-input-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid #eee;background:#fff}.kl-chat-input-placeholder{font-size:14px;color:#aaa}.kl-chat-input-bar i{color:var(--kl-accent,#00d4aa);font-size:18px}
/* Chat Animation */
@keyframes kl-pulse-dot{0%,100%{opacity:1}50%{opacity:.4}}@keyframes kl-chat-appear{0%{opacity:0;transform:translateY(12px) scale(.95)}100%{opacity:1;transform:translateY(0) scale(1)}}.kl-chat-anim{opacity:0}.kl-support-chat.kl-in-view .kl-chat-anim{animation:kl-chat-appear .4s ease forwards;animation-delay:var(--delay,0s)}
/* Typing indicator (shown briefly before each agent message) */
.kl-chat-anim.kl-chat-agent::before{content:'';display:none}
/* Responsive */
@media(max-width:1023px){.kl-support-inner{flex-direction:column;gap:32px}.kl-support-content{text-align:center}.kl-support-demo{flex:none;width:100%;max-width:100%}.kl-support-perks{align-items:stretch;max-width:380px;margin:0 auto}.kl-support-perks li{text-align:left}.kl-support-headline{font-size:26px}}@media(max-width:767px){.kl-support-chat{padding:40px 0}.kl-support-headline{font-size:22px}.kl-support-desc{font-size:14px}.kl-support-perks li{font-size:14px}.kl-chat-body{min-height:280px;padding:16px}.kl-chat-bubble{font-size:13px;padding:10px 14px}.kl-support-demo{max-width:100%}}@media(max-width:479px){.kl-support-demo{max-width:100%}.kl-chat-body{min-height:250px;padding:12px;gap:12px}}
.kl-product-card,.kl-product-card *{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}.kl-product-card img{pointer-events:none;-webkit-user-drag:none;user-select:none}.kl-product-card a{-webkit-user-drag:none;user-drag:none}.kl-products-grid{overflow:hidden!important;touch-action:pan-y!important}.kl-slider{touch-action:pan-y!important}