.chat-demo-carousel{margin-bottom:5rem;position:relative}.chat-demo-carousel__header{text-align:center;margin-bottom:3rem}.chat-carousel-wrapper{position:relative;width:100%;overflow:visible}.chat-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#0f172a99;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:all .3s ease;color:#64748b}.chat-carousel-nav:hover{background:#6366f126;color:#fff;border-color:#6366f166;box-shadow:0 0 20px #6366f14d;transform:translateY(-50%) scale(1.08)}.chat-carousel-nav--prev{left:-8px}.chat-carousel-nav--next{right:-8px}.chat-slide-layout{display:grid;grid-template-columns:380px 1fr;gap:60px;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 50px;min-height:540px}.chat-slide-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;z-index:5}.chat-slide-info__icon{width:60px;height:60px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:inset 0 1px #fff3,0 8px 20px -4px #0000004d}.chat-slide-info__icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 60%);pointer-events:none}.chat-slide-info__title{font-size:2rem;font-weight:800;color:#f8fafc;margin:0 0 .5rem;line-height:1.15;letter-spacing:-.02em}.chat-slide-info__subtitle{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin:0 0 1.25rem;opacity:.9}.chat-slide-info__desc{font-size:1rem;line-height:1.7;color:#94a3b8;margin:0 0 2rem}.chat-slide-dots{display:flex;gap:10px}.chat-slide-dot{width:10px;height:10px;border-radius:5px;background:#ffffff1f;cursor:pointer;transition:all .4s ease}.chat-slide-dot:hover{background:#ffffff40}.chat-slide-dot--active{width:28px;background:#6366f1;box-shadow:0 0 10px #6366f166}.chat-window-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.chat-window-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:110%;height:110%;border-radius:50%;background:radial-gradient(ellipse at 30% 30%,rgba(99,102,241,.18) 0%,transparent 50%),radial-gradient(ellipse at 70% 60%,rgba(168,85,247,.12) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,rgba(236,72,153,.06) 0%,transparent 40%);filter:blur(50px);pointer-events:none;z-index:0;animation:chatGlowPulse 6s ease-in-out infinite alternate}@keyframes chatGlowPulse{0%{opacity:.7;transform:translate(-50%,-50%) scale(1)}to{opacity:1;transform:translate(-50%,-50%) scale(1.06)}}.chat-window-shell{position:relative;width:100%;max-width:500px;padding:18px;border-radius:1.75rem;background:#0f172a59;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06);box-shadow:0 50px 100px -30px #00000080,0 0 80px -20px #6366f11a,inset 0 1px #ffffff0a;z-index:1}.chat-window-frame{position:relative;width:100%;border-radius:1rem;overflow:hidden;background:#0f172abf;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px -15px #0006,0 0 0 1px #ffffff08 inset}.chat-win-topbar{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.1rem;background:#1e293bcc;border-bottom:1px solid rgba(255,255,255,.06)}.chat-win-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0}.chat-win-name{font-weight:600;color:#f1f5f9;font-size:.88rem}.chat-win-status{font-size:.7rem;color:#22c55e}.chat-win-messages{padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.6rem;height:320px;overflow-y:auto;scrollbar-width:none}.chat-win-messages::-webkit-scrollbar{display:none}.chat-bubble{max-width:86%;padding:.7rem .9rem;border-radius:1rem;font-size:.82rem;line-height:1.45}.chat-bubble--user{align-self:flex-end;background:#6366f1;color:#fff;border-bottom-right-radius:4px}.chat-bubble--bot{align-self:flex-start;background:#1e293bcc;color:#e2e8f0;border:1px solid rgba(255,255,255,.06);border-bottom-left-radius:4px}.chat-coupon{margin-top:.6rem;padding:.6rem .85rem;background:linear-gradient(135deg,#22c55e1f,#10b98114);border:1px dashed rgba(34,197,94,.35);border-radius:.65rem;text-align:center}.chat-coupon__code{font-size:1rem;font-weight:700;color:#86efac;letter-spacing:.1em;font-family:JetBrains Mono,Fira Code,monospace}.chat-coupon__label{font-size:.7rem;color:#64748b;margin-top:.15rem}.chat-image-placeholder{max-width:180px;border-radius:.5rem;margin-top:.4rem;overflow:hidden;background:#1e293b66;border:1px solid rgba(255,255,255,.06)}.chat-image-placeholder img{width:100%;height:120px;object-fit:cover;display:block}.chat-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem;margin-top:.6rem}.chat-option-item{background:#6366f10f;border:1px solid rgba(99,102,241,.12);border-radius:.4rem;padding:.4rem;text-align:center;font-size:.7rem;color:#a5b4fc}.chat-option-item__emoji{font-size:1.1rem;display:block;margin-bottom:.15rem}.chat-inline-form{margin-top:.6rem;display:flex;flex-direction:column;gap:.35rem}.chat-inline-form input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.4rem;padding:.4rem .6rem;color:#e2e8f0;font-size:.78rem;font-family:inherit}.chat-inline-form__btn{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;border:none;border-radius:.4rem;padding:.4rem;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit}.chat-audio-wrapper{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.chat-audio-bars{display:flex;align-items:center;gap:2px;height:22px}.chat-audio-bar{width:3px;border-radius:2px;background:#818cf8;animation:chatAudioBar 1.2s ease-in-out infinite}.chat-audio-bar:nth-child(1){height:7px;animation-delay:0s}.chat-audio-bar:nth-child(2){height:14px;animation-delay:.1s}.chat-audio-bar:nth-child(3){height:10px;animation-delay:.2s}.chat-audio-bar:nth-child(4){height:18px;animation-delay:.3s}.chat-audio-bar:nth-child(5){height:9px;animation-delay:.4s}.chat-audio-bar:nth-child(6){height:15px;animation-delay:.15s}.chat-audio-bar:nth-child(7){height:12px;animation-delay:.25s}.chat-audio-bar:nth-child(8){height:7px;animation-delay:.35s}@keyframes chatAudioBar{0%,to{transform:scaleY(.4)}50%{transform:scaleY(1)}}.chat-audio-time{font-size:.7rem;color:#64748b;min-width:28px}.chat-typing-dots{align-self:flex-start;display:flex;gap:3px;padding:.7rem .9rem}.chat-typing-dots span{width:5px;height:5px;border-radius:50%;background:#64748b;animation:chatDotType 1.4s infinite}.chat-typing-dots span:nth-child(2){animation-delay:.2s}.chat-typing-dots span:nth-child(3){animation-delay:.4s}@keyframes chatDotType{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-win-inputbar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#0f172ab3;border-top:1px solid rgba(255,255,255,.06)}.chat-win-inputbar__field{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.6rem;padding:.5rem .75rem;color:#64748b;font-size:.82rem;font-family:inherit;outline:none;transition:border-color .2s,color .2s;min-height:34px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-win-inputbar__field--typing{border-color:#6366f166;color:#e2e8f0}.chat-win-caret{display:inline-block;width:1px;height:14px;background:#818cf8;margin-left:1px;vertical-align:middle;animation:caretBlink .8s step-end infinite}@keyframes caretBlink{0%,to{opacity:1}50%{opacity:0}}.chat-win-inputbar__btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:transparent;color:#64748b;cursor:pointer;transition:all .2s;flex-shrink:0}.chat-win-inputbar__btn:hover{background:#ffffff0d;color:#94a3b8}.chat-win-inputbar__btn--send{background:#6366f1;color:#fff}.chat-win-inputbar__btn--send:hover{background:#818cf8;color:#fff}@media(max-width:900px){.chat-slide-layout{grid-template-columns:1fr;gap:2rem;padding:0;text-align:center}.chat-slide-info{align-items:center;text-align:center}.chat-carousel-nav{display:none}.chat-window-shell{max-width:100%;padding:12px}.chat-window-frame{max-width:100%}.chat-slide-info__title{font-size:1.6rem}.chat-slide-layout{min-height:auto}}.aichat-page{padding:8rem 2rem 4rem;min-height:100vh;background:transparent;color:#e2e8f0;font-family:Inter,system-ui,-apple-system,sans-serif}.aichat-container{max-width:1200px;margin:0 auto}.aichat-hero{text-align:center;margin-bottom:4rem;animation:fadeIn .6s ease-out}.aichat-hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:#6366f11a;border:1px solid rgba(99,102,241,.25);color:#a5b4fc;font-size:.8rem;font-weight:600;padding:.4rem 1rem;border-radius:999px;margin-bottom:1.5rem}.aichat-hero__title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.aichat-hero__subtitle{font-size:1.2rem;color:#94a3b8;max-width:700px;margin:0 auto;line-height:1.7}.aichat-steps{margin-bottom:5rem}.aichat-steps__header{text-align:center;margin-bottom:3rem}.aichat-steps__eyebrow{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#6366f1;margin-bottom:.75rem}.aichat-steps__title{font-size:2.2rem;font-weight:700;color:#f1f5f9}.aichat-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.aichat-step-card{background:#1e293b66;border:1px solid rgba(255,255,255,.06);border-radius:1.25rem;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.aichat-step-card:hover{border-color:#6366f14d;transform:translateY(-4px);box-shadow:0 20px 40px -10px #0000004d}.aichat-step-card__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#6366f11a;border:1px solid rgba(99,102,241,.25);border-radius:50%;font-size:1.2rem;font-weight:700;color:#818cf8;margin-bottom:1.5rem}.aichat-step-card__title{font-size:1.2rem;font-weight:600;color:#f1f5f9;margin-bottom:.75rem}.aichat-step-card__desc{font-size:.95rem;color:#94a3b8;line-height:1.5}.aichat-features{margin-bottom:5rem}.aichat-features__header{text-align:center;margin-bottom:3rem}.aichat-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.aichat-feature-card{background:#1e293b66;border:1px solid rgba(255,255,255,.06);border-radius:1.25rem;padding:2rem;transition:all .3s ease}.aichat-feature-card:hover{border-color:#6366f133;box-shadow:0 10px 30px -10px #0000004d}.aichat-feature-card__icon{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;background:#6366f11a;border-radius:12px;font-size:1.3rem;margin-bottom:1.25rem}.aichat-feature-card__title{font-size:1.15rem;font-weight:600;color:#f1f5f9;margin-bottom:.5rem}.aichat-feature-card__desc{font-size:.9rem;color:#94a3b8;line-height:1.5}.aichat-cta{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.15);border-radius:1.5rem}.aichat-cta__title{font-size:2rem;font-weight:700;color:#f1f5f9;margin-bottom:1rem}.aichat-cta__desc{color:#94a3b8;font-size:1.05rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.aichat-cta__btn{display:inline-flex;align-items:center;gap:.6rem;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff;font-size:1rem;font-weight:700;padding:.9rem 2rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .3s;font-family:inherit;text-decoration:none;box-shadow:0 8px 25px #6366f14d}.aichat-cta__btn:hover{transform:translateY(-2px);box-shadow:0 12px 35px #6366f166}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.aichat-hero__title{font-size:2.2rem}.aichat-steps__grid,.aichat-features__grid{grid-template-columns:1fr}.aichat-steps__title{font-size:1.8rem}}
