.ki-hero-toggle{display:flex;gap:6px;background:var(--bg-secondary, #f1f5f9);border-radius:12px;padding:4px;width:fit-content;margin-bottom:var(--space-lg, 24px)}.ki-hero-toggle__btn{padding:10px 24px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;background:transparent;color:var(--text-secondary, #64748b);letter-spacing:-.01em}.ki-hero-toggle__btn--active{background:#fff;color:var(--text-primary, #111827);box-shadow:0 1px 4px #00000014,0 0 1px #0000001a}.ki-hero-toggle__btn:hover:not(.ki-hero-toggle__btn--active){color:var(--text-primary, #111827)}.ki-chat-window{width:380px;max-width:100%;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0b1a2f26,0 4px 16px #0b1a2f14;overflow:hidden;font-family:Inter,-apple-system,sans-serif}.ki-chat-header{background:linear-gradient(135deg,#0b1f3a,#132d52);padding:16px 20px;display:flex;align-items:center;gap:12px}.ki-chat-header__avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#20c997,#0ea87e);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ki-chat-header__avatar svg{width:18px;height:18px}.ki-chat-header__info{flex:1}.ki-chat-header__name{color:#fff;font-size:14px;font-weight:600;line-height:1.2}.ki-chat-header__status{color:#20c997;font-size:11px;font-weight:500;display:flex;align-items:center;gap:5px}.ki-chat-header__dot{width:6px;height:6px;border-radius:50%;background:#20c997;animation:ki-pulse 2s ease infinite}.ki-chat-messages{padding:20px 16px;display:flex;flex-direction:column;gap:12px;min-height:260px;background:#f8fafc}.ki-chat-msg{max-width:85%;padding:10px 14px;border-radius:16px;font-size:13px;line-height:1.5;opacity:0;transform:translateY(10px);animation:ki-msg-appear .4s ease forwards}.ki-chat-msg--user{align-self:flex-end;background:#0b1f3a;color:#fff;border-bottom-right-radius:4px}.ki-chat-msg--ai{align-self:flex-start;background:#fff;color:#334155;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.ki-chat-msg--human{align-self:flex-start;background:#fff;color:#334155;border:1px solid #20C997;border-bottom-left-radius:4px}.ki-chat-msg__label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;display:flex;align-items:center;gap:4px}.ki-chat-msg--ai .ki-chat-msg__label{color:#20c997}.ki-chat-msg--human .ki-chat-msg__label{color:#0b1f3a}.ki-chat-verified{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600;margin-top:6px;background:#ecfdf5;color:#059669}.ki-chat-verified svg{width:12px;height:12px}.ki-chat-typing{align-self:flex-start;display:flex;align-items:center;gap:5px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;opacity:0;transform:translateY(10px);animation:ki-msg-appear .4s ease forwards}.ki-chat-typing__dot{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:ki-typing-bounce 1.4s ease infinite}.ki-chat-typing__dot:nth-child(2){animation-delay:.2s}.ki-chat-typing__dot:nth-child(3){animation-delay:.4s}@keyframes ki-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes ki-msg-appear{to{opacity:1;transform:translateY(0)}}@keyframes ki-typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.ki-hero-view{display:none}.ki-hero-view--active{display:block}.ki-hero-text h1{font-size:clamp(2rem,4vw,2.8rem);line-height:1.15;margin-bottom:var(--space-md, 16px)}@media(max-width:768px){.ki-chat-window{width:100%}.ki-hero-toggle__btn{padding:8px 16px;font-size:13px}.ki-chat-messages{min-height:220px;padding:16px 12px}.ki-chat-msg{font-size:12px}}.ki-qa{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl, 32px);align-items:stretch}.ki-qa__questions{display:flex;flex-direction:column;gap:8px}.ki-qa__item{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:14px;background:#fff;border:1.5px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.ki-qa__item:hover{border-color:var(--accent-300, #6ee7b7);transform:translate(4px);box-shadow:0 4px 16px #20c9971a}.ki-qa__item--active{border-color:var(--accent-500, #20C997);background:linear-gradient(135deg,#f0fdf9,#ecfdf5);box-shadow:0 4px 20px #20c99726}.ki-qa__item--active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:var(--accent-500, #20C997)}.ki-qa__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--bg-secondary, #f1f5f9);color:var(--accent-600, #059669);transition:all .3s ease}.ki-qa__item--active .ki-qa__icon{background:#20c9971f;color:var(--accent-500, #20C997)}.ki-qa__q{font-size:14px;font-weight:600;color:var(--text-primary, #111827);line-height:1.4;letter-spacing:-.01em}.ki-qa__tag{display:inline-block;font-size:11px;font-weight:600;color:var(--accent-600, #059669);background:#20c9971a;padding:2px 8px;border-radius:6px;margin-top:4px;text-transform:uppercase;letter-spacing:.03em}.ki-qa__answers{position:relative}.ki-qa__answer{display:none;flex-direction:column;justify-content:center;padding:32px;border-radius:18px;background:#fff;border:1.5px solid var(--border-light, #e2e8f0);box-shadow:0 8px 32px #0b1f3a0f;animation:ki-qa-fadein .35s ease;position:absolute;top:0;left:0;right:0;bottom:0}.ki-qa__answer--active{display:flex}@keyframes ki-qa-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ki-qa__answer-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--accent-600, #059669);background:#20c9971a;padding:4px 10px;border-radius:8px;margin-bottom:14px;text-transform:uppercase;letter-spacing:.03em}.ki-qa__answer p{font-size:14px;line-height:1.6;color:var(--text-secondary, #475569);margin-bottom:12px}.ki-qa__steps{display:flex;flex-direction:column;gap:8px;margin:16px 0;padding:16px;border-radius:12px;background:var(--bg-secondary, #f8fafc);border:1px solid var(--border-light, #e2e8f0)}.ki-qa__step{display:flex;align-items:center;gap:6px;padding:6px 0;font-size:14px;color:var(--text-primary, #1e293b)}.ki-qa__step-icon{flex-shrink:0;color:var(--accent-500, #20C997)}.ki-qa__answer-badge svg{vertical-align:-2px;color:var(--accent-500, #20C997)}.ki-qa__note{font-size:13px!important;color:var(--accent-700, #047857)!important;font-weight:500;margin-bottom:0!important;padding-top:4px}@media(max-width:768px){.ki-qa{grid-template-columns:1fr}.ki-qa__item{padding:12px 16px}.ki-qa__q{font-size:13px}.ki-qa__answer{padding:20px}.ki-qa__answers{position:static}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
