.site-header{border-bottom:1px solid var(--border-color);z-index:50;background:#fff;width:100%;position:sticky;top:0}.top-nav{height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.logo-text{color:#333;font-size:1.5rem;font-weight:700}.logo-icon{background:linear-gradient(135deg,#ec4899,#8b5cf6);border-radius:6px;width:24px;height:24px}.nav-link{color:var(--text-secondary);padding:.5rem;font-size:.95rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.sub-header{height:var(--subheader-height);background:#fff;border-top:1px solid #f3f4f6;align-items:center;display:flex}.sub-header-title{background:var(--gradient-main);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.sub-link{color:var(--text-secondary);padding:.25rem 0;font-size:.9rem;font-weight:500;position:relative}.sub-link.active{color:var(--text-primary)}.sub-link.active:after{content:"";background:var(--text-primary);width:100%;height:2px;position:absolute;bottom:-2px;left:0}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.logo-img{width:auto;height:38px;display:block}.dropdown{position:relative}.dropdown-toggle{cursor:pointer}.dropdown-menu{border:1px solid var(--border-color);z-index:100;background:#fff;border-radius:12px;min-width:180px;padding:8px;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #1118271f}.dropdown:hover .dropdown-menu{display:block}.dropdown-item{color:var(--text-secondary);white-space:nowrap;border-radius:8px;padding:10px 14px;font-size:.95rem;display:block}.dropdown-item:hover{color:var(--text-primary);background:#f3f4f6}.site-footer{color:#374151;background-color:#f9fafb;border-top:1px solid #e5e7eb;padding:6rem 0 2rem}.footer-top{background:#f3f4f6;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:4rem;padding:2rem;display:flex}.newsletter-text h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.highlight{color:#8b5cf6}.newsletter-text p{color:#6b7280;font-size:.95rem}.newsletter-form{gap:1rem;display:flex}.newsletter-input{background:#fdfdfd;border:1px solid #d1d5db;border-radius:8px;width:300px;padding:.75rem 1rem}.subscribe-btn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600}.footer-separator{background:#e5e7eb;height:1px;margin-bottom:4rem;display:none}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem;display:grid}.footer-col h4{color:#111827;margin-bottom:1.5rem;font-size:.95rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li a{color:#4b5563;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:#6366f1}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo-icon{color:#6366f1}.social-links{color:#9ca3af;gap:1rem;display:flex}.contact-item{gap:1rem;margin-bottom:1.5rem;display:flex}.c-icon{color:#6366f1;background:#e0e7ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.c-info{flex-direction:column;font-size:.9rem;display:flex}.c-info .label{color:#6b7280;font-size:.75rem;font-weight:600}.c-info .value{color:#1f2937}.footer-bottom{text-align:center;color:#9ca3af;border-top:1px solid #e5e7eb;padding-top:2rem;font-size:.85rem}@media (width<=1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-top{flex-direction:column;align-items:flex-start;gap:1.5rem}.newsletter-form{flex-direction:column;width:100%}.newsletter-input{width:100%}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}}.floating-chat-btn{color:#fff;cursor:pointer;z-index:100;background:#111827;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;transition:transform .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 12px #00000026}.floating-chat-btn:hover{transform:scale(1.1)}.hero-section{background:var(--bg-color);padding:64px 0 80px;overflow:hidden}.hero-inner{text-align:center;flex-direction:column;align-items:center;display:flex}.hero-badge{border:1px solid var(--border-color);color:var(--color-accent-pink);background:#fff;border-radius:999px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 18px;font-size:.875rem;font-weight:500;display:inline-flex;box-shadow:0 1px 3px #0000000a}.hero-badge-icon{font-size:.95rem}.hero-title{letter-spacing:-.02em;color:var(--text-primary);max-width:820px;margin-bottom:24px;font-size:clamp(2.4rem,6vw,4rem);font-weight:800;line-height:1.1}.hero-title-accent{color:var(--color-accent-purple)}.hero-subtitle{color:var(--text-secondary);max-width:580px;margin-bottom:40px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.hero-cta-group{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:56px;display:flex}.hero-btn{border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.hero-btn:hover{transform:translateY(-2px)}.hero-btn-primary{background:var(--gradient-main);color:#fff;box-shadow:0 8px 20px #8b5cf64d}.hero-btn-primary:hover{box-shadow:0 10px 26px #8b5cf66b}.hero-btn-arrow{font-size:.85rem}.hero-btn-secondary{color:#fff;background:#111827}.hero-btn-secondary:hover{background:#1f2937}.hero-image-wrapper{border-radius:16px;width:100%;max-width:920px;margin-bottom:64px;overflow:hidden;box-shadow:0 24px 60px #1118272e}.hero-image{width:100%;height:auto;display:block}.hero-brands{width:100%}.hero-brands-label{color:var(--text-tertiary);margin-bottom:32px;font-size:.9rem}.hero-brands-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:56px;display:flex}.hero-brand-logo{opacity:.5;filter:grayscale();width:auto;height:28px;transition:opacity .2s}.hero-brand-logo:hover{opacity:.8}@media (width<=640px){.hero-section{padding:40px 0 56px}.hero-cta-group{flex-direction:column;width:100%;max-width:320px}.hero-btn{justify-content:center;width:100%}.hero-brands-grid{gap:32px}.hero-brand-logo{height:22px}}.feature-strip{color:#fff;z-index:10;background:#111827;border-radius:12px;max-width:90%;margin:0 auto;padding:2rem 0;position:relative;transform:translateY(-50%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.feature-container{flex-wrap:wrap;justify-content:space-between;gap:1.5rem;display:flex}.feature-item{align-items:center;gap:.75rem;display:flex}.check-icon{background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.feature-text{font-size:.95rem;font-weight:500}@media (width<=768px){.feature-strip{margin:2rem auto;padding:1.5rem;transform:none}.feature-item{width:100%}}.solutions-section{text-align:center;background-color:#f6f6f5;padding:8rem 0 6rem}.section-header{margin-bottom:4rem}.section-title{color:#111827;font-size:2.5rem;font-weight:800;line-height:1.2}.solutions-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem;padding:0 1rem;display:grid}.solution-card{text-align:center;background:#fff;border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem 2rem;display:flex;box-shadow:0 4px 20px -5px #0000000d}.card-description{color:#6b7280;min-height:3rem;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.diagram-box{background:#f9fafb;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;min-height:250px;padding:2rem 1.5rem;display:flex;position:relative}.node{z-index:2;border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:transform .2s;display:flex;position:relative;box-shadow:0 2px 4px #0000000d}.node:hover{transform:translateY(-2px)}.dark-pill{color:#fff;background:#1f2937}.white-pill{color:#374151;background:#fff;border:1px solid #e5e7eb}.gradient-pill{color:#fff;border-radius:12px;justify-content:center;width:100%;padding:.8rem;font-weight:700}.purple-gradient{background:linear-gradient(90deg,#8b5cf6 0%,#a78bfa 100%)}.blue-gradient{background:linear-gradient(90deg,#6366f1 0%,#818cf8 100%)}.indigo-gradient{background:linear-gradient(90deg,#6366f1 0%,#a5b4fc 100%)}.icon-circle{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.red-bg{color:#ef4444;background:#fee2e2}.black-bg{color:#fff;background:#111827}.sub-text{color:#fca5a5;text-align:left;margin-top:2px;font-size:.7rem;line-height:1;display:block}.percentage{margin-right:4px;font-family:monospace;font-size:1.1rem}.flex-col{flex-direction:column;align-items:flex-start;display:flex}.gradient-pill.flex-col{align-items:center}.small-text{opacity:.9;font-size:.7rem;font-weight:400}.arrow-down{color:#d1d5db;font-size:1.5rem;line-height:0}.btn-xl{color:#fff;background:#111827;border-radius:8px;padding:1rem 2.5rem;font-size:1.1rem}.btn-xl:hover{background:#000}.smart-tech-section{text-align:center;background-color:#f6f6f5;padding:0 0 6rem;position:relative;overflow:hidden}.gradient-divider{background:linear-gradient(90deg,#8b5cf6 0%,#ec4899 100%);width:100%;height:4px;margin-bottom:4rem;box-shadow:0 0 20px #8b5cf64d}.section-header.centered{margin-bottom:4rem}.section-subtitle{color:#6b7280;margin-top:1rem;font-size:1.1rem}.tabs-container{max-width:100%;margin:0 auto}.tabs-header{border-bottom:1px solid #e5e7eb;justify-content:center;gap:2rem;padding-bottom:0;display:flex;overflow-x:auto}.tab-btn{color:#9ca3af;cursor:pointer;text-align:left;background:0 0;border:none;max-width:180px;padding:1rem 0;font-size:.95rem;font-weight:600;line-height:1.4;transition:color .3s;position:relative}.tab-btn:hover{color:#4b5563}.tab-btn.active{color:#111827}.tab-btn.active:after{content:"";background:linear-gradient(90deg,#ec4899 0%,#8b5cf6 100%);width:100%;height:4px;position:absolute;bottom:-1px;left:0}.block-word{display:inline-block}@media (width<=1024px){.tabs-header{justify-content:flex-start;padding-left:1rem;padding-right:1rem}.tab-btn{flex-shrink:0;min-width:150px}}.tab-content-placeholder{min-height:200px;padding:2rem}.speech-bot-section{color:#fff;background-color:#111827;padding:6rem 0;position:relative;overflow:hidden}.speech-bot-container{z-index:2;justify-content:space-between;align-items:center;gap:4rem;display:flex;position:relative}.speech-content{flex:1;max-width:500px}.speech-title{background:linear-gradient(90deg,#fff 0%,#cbd5e1 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:800}.speech-subtitle{color:#e2e8f0;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.speech-description{color:#9ca3af;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.glow-effect{box-shadow:0 0 20px #6366f180}.speech-visual{flex:1;justify-content:center;display:flex;position:relative}.avatar-container{justify-content:center;align-items:center;width:300px;height:300px;display:flex;position:relative}.avatar-face{z-index:2;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border-radius:100px 100px 60px 60px;justify-content:center;align-items:center;width:200px;height:240px;display:flex;position:relative;box-shadow:inset 0 -20px 40px #0000004d,0 20px 40px #0006}.avatar-emoji{filter:drop-shadow(0 0 10px #ffffff4d);font-size:5rem}.avatar-glow{z-index:1;background:radial-gradient(circle,#8b5cf666 0%,#11182700 70%);width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3;background:#ffffff1a;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;animation:3s ease-in-out infinite float;display:flex;position:absolute;top:20px;right:-40px}.badge-avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.badge-text{color:#fff;font-size:.85rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bg-glow-right{z-index:1;pointer-events:none;background:radial-gradient(circle at 100% 0,#ec489926,#0000 60%);width:50%;height:100%;position:absolute;top:0;right:0}@media (width<=900px){.speech-bot-container{text-align:center;flex-direction:column;gap:3rem}.speech-content{max-width:100%}}.how-works-section{text-align:center;background-color:#f1f0ee;padding:6rem 0}.works-grid{text-align:left;justify-content:space-between;align-items:center;gap:4rem;margin-top:4rem;margin-bottom:4rem;display:flex}.steps-list{flex-direction:column;flex:1;gap:1.5rem;display:flex}.step-item{cursor:pointer;opacity:.6;border-radius:12px;padding:1rem 1.5rem;transition:all .3s}.step-item:hover{opacity:.8}.step-item.active{opacity:1;background:#fff;box-shadow:0 4px 12px #0000000d}.step-header{color:#4b5563;align-items:center;gap:1rem;font-size:1.1rem;font-weight:700;display:flex}.step-item.active .step-header{color:#111827}.step-description{color:#6b7280;margin-top:.5rem;padding-left:2.8rem;font-size:.95rem;line-height:1.5}.works-visual{flex:1.2;justify-content:center;display:flex}.gradient-border-card{background:linear-gradient(90deg,#fbbf24,#ec4899);border-radius:20px;width:100%;max-width:500px;padding:3px;position:relative}.image-placeholder{background:#333;border-radius:18px;justify-content:center;align-items:center;width:100%;height:320px;display:flex;position:relative;overflow:hidden}.robot-art{background:linear-gradient(135deg,#1f2937 0%,#000 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:8rem;display:flex}.works-footer{margin-top:2rem}@media (width<=900px){.works-grid{text-align:left;flex-direction:column}.steps-list,.works-visual{width:100%}}.integrations-section{background-color:#fff;background-image:linear-gradient(#f3f4f6 1px,#0000 1px),linear-gradient(90deg,#f3f4f6 1px,#0000 1px);background-size:40px 40px;padding:6rem 0;overflow:hidden}.integration-flow-grid{justify-content:center;align-items:center;gap:4rem;display:flex}.left-col{flex-direction:column;gap:3rem;max-width:350px;display:flex}.flow-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;position:relative;box-shadow:0 4px 6px -1px #0000000d}.icon-badge{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1rem;font-size:1.2rem;display:flex}.icon-badge.green{color:#16a34a;background:#dcfce7}.icon-badge.yellow{color:#d97706;background:#fef3c7}.flow-title{color:#1f2937;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.flow-text{color:#6b7280;font-size:.9rem;line-height:1.5}.connection-dot{background:#6366f1;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;transform:translateY(-50%)}.connection-dot.right{right:-5px}.middle-col{flex-direction:column;align-items:center;display:flex;position:relative}.icons-pillar{z-index:2;flex-direction:column;gap:1.5rem;display:flex;position:relative}.icons-pillar:after{content:"";z-index:-1;background:repeating-linear-gradient(#e5e7eb 0 5px,#0000 5px 10px);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.app-icon{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex;box-shadow:0 2px 4px #0000001a}.app-icon.whatsapp{color:#fff;background:#25d366}.app-icon.telegram{color:#fff;background:#08c}.app-icon.facebook{color:#fff;background:#1877f2;font-size:.8rem;font-weight:700}.app-icon.instagram{color:#fff;background:radial-gradient(circle at 30% 107%,#fdf497 0% 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.connector-lines{pointer-events:none;z-index:1;opacity:.5;width:200px;height:100%;position:absolute;top:0;left:-50px}.right-col{flex-direction:column;gap:2rem;max-width:350px;display:flex}.interface-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:1.5rem;box-shadow:0 10px 15px -3px #0000000d}.widget-preview{flex-direction:column;gap:1.5rem;display:flex}.widget-header{border-bottom:1px solid #f3f4f6;gap:1rem;padding-bottom:1rem;display:flex}.widget-avatar{background:#e5e7eb;border-radius:50%;width:32px;height:32px}.widget-info .line{background:#f3f4f6;border-radius:4px;height:8px;margin-bottom:4px}.widget-info .line.long{width:120px}.widget-info .line.short{width:80px}.widget-btn-blue{color:#fff;background:#3b82f6;border-radius:8px;width:100%;padding:.75rem;font-weight:600}.color-picker-preview{justify-content:space-between;align-items:center;display:flex;position:relative}.color-dots{gap:.5rem;display:flex}.dot{background:#e5e7eb;border-radius:4px;width:20px;height:20px}.dot.blue{background:#3b82f6}.dot.green{background:#10b981}.dot.yellow{background:#f59e0b}.dot.active{ring:2px solid #93c5fd}.picker-label{color:#6b7280;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.color-code{background:#f3f4f6;border-radius:4px;padding:2px 4px;font-family:monospace}.action-buttons-row{justify-content:center;gap:1rem;display:flex}.btn-pill{border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.yellow-pill{color:#92400e;background:#fef3c7}.beige-pill{color:#854d0e;background:#fefce8;border:1px solid #fde047}@media (width<=1024px){.integration-flow-grid{flex-direction:column}.left-col,.right-col{width:100%;max-width:100%}.middle-col{flex-direction:row;justify-content:center;width:100%}.icons-pillar{flex-direction:row}.icons-pillar:after{width:100%;height:2px;top:50%;left:0;right:0}}.dashboard-preview-section{color:#94a3b8;background-color:#0f172a;padding:6rem 0}.dashboard-header-text{color:#fff;margin-bottom:3rem}.dashboard-ui-shell{background:#1e293b;border:1px solid #334155;border-radius:12px;grid-template-columns:60px 280px 1fr 280px;height:700px;font-family:Inter,sans-serif;font-size:.85rem;display:grid;overflow:hidden;box-shadow:0 20px 50px #00000080}.app-sidebar{background:#0f172a;border-right:1px solid #334155;flex-direction:column;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.app-logo{color:#fff;background:#3b82f6;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin-bottom:2rem;font-weight:700;display:flex}.nav-item{color:#64748b;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.5rem;font-size:1.2rem;display:flex}.nav-item.active{color:#3b82f6;background:#3b82f61a}.conversation-list-panel{background:#1e293b;border-right:1px solid #334155;flex-direction:column;display:flex}.panel-header{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:1rem;display:flex}.panel-header h3{color:#e2e8f0;font-size:.95rem;font-weight:600}.tabs-row{border-bottom:1px solid #334155;gap:1rem;padding:.75rem 1rem;display:flex}.tab{color:#94a3b8;cursor:pointer;font-size:.8rem;font-weight:500}.tab.active{color:#3b82f6}.badge{background:#334155;border-radius:4px;margin-left:4px;padding:1px 6px;font-size:.7rem}.tab.active .badge{color:#fff;background:#3b82f6}.conversation-items{flex:1;overflow-y:auto}.conv-item{cursor:pointer;border-bottom:1px solid #334155;gap:.75rem;padding:1rem;display:flex}.conv-item:hover,.conv-item.active{background:#283548}.conv-avatar{font-size:1.5rem}.conv-info{flex:1;overflow:hidden}.conv-top{justify-content:space-between;margin-bottom:.25rem;display:flex}.conv-name{color:#e2e8f0;font-size:.85rem;font-weight:600}.conv-time{font-size:.75rem}.conv-preview{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.5rem;overflow:hidden}.conv-tags{gap:.25rem;display:flex}.tag{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:700}.tag.red{color:#f87171;background:#451a1a;border:1px solid #7f1d1d}.tag.purple{color:#c084fc;background:#3b0764;border:1px solid #6b21a8}.tag.gray{color:#cbd5e1;background:#334155}.main-chat-area{background:#0f172a;flex-direction:column;display:flex}.chat-header{background:#1e293b;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:1rem;display:flex}.header-left{align-items:center;gap:.5rem;display:flex}.header-name{color:#e2e8f0;font-size:.95rem;font-weight:700}.header-source{font-size:.75rem}.resolve-btn{color:#e2e8f0;cursor:pointer;background:#1e293b;border:1px solid #475569;border-radius:6px;padding:.4rem .8rem;font-size:.8rem}.chat-feed{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.date-divider{text-align:center}.date-divider span{background:#1e293b;border-radius:99px;padding:4px 12px;font-size:.7rem}.message{gap:1rem;max-width:80%;display:flex}.message.sent{flex-direction:row-reverse;align-self:flex-end}.msg-bubble{color:#e2e8f0;background:#334155;border-radius:12px;padding:.8rem 1rem;font-size:.9rem;line-height:1.5}.message.sent .msg-bubble.primary{color:#fff;background:#1d4ed8}.internal-note{color:#fef08a;background:#2e2a0d;border:1px solid #854d0e;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;font-size:.85rem;display:flex}.chat-input-area{background:#1e293b;border-top:1px solid #334155;padding:1rem}.input-tabs{gap:1rem;margin-bottom:.5rem;display:flex}.input-tabs span{cursor:pointer;color:#64748b;font-size:.8rem;font-weight:600}.input-tabs span.active{color:#e2e8f0}.input-box{background:#0f172a;border:1px solid #334155;border-radius:8px;padding:.75rem}.input-placeholder{color:#64748b;height:40px;margin-bottom:.5rem}.input-footer{justify-content:space-between;align-items:center;display:flex}.send-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:4px;padding:.4rem 1rem;font-size:.8rem;font-weight:600}.details-panel{background:#1e293b;border-left:1px solid #334155;padding:1.5rem;overflow-y:auto}.contact-card{text-align:left;margin-bottom:2rem}.contact-avatar-lg{background:#475569;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:2rem;display:flex}.contact-card h3{color:#fff;margin-bottom:.25rem;font-size:1.1rem}.contact-role{margin-bottom:1.5rem;font-size:.85rem}.info-row{align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.accordion-item{cursor:pointer;color:#e2e8f0;border-top:1px solid #334155;justify-content:space-between;padding:.75rem 0;font-weight:500;display:flex}@media (width<=1200px){.dashboard-ui-shell{grid-template-columns:60px 1fr;height:auto}.conversation-list-panel,.details-panel{display:none}.main-chat-area{height:600px}}.customization-section{background-color:#fafafa;padding:6rem 0}.toggle-switch-container{background:#fff;border:1px solid #e5e7eb;border-radius:99px;margin-top:2rem;margin-bottom:4rem;padding:.5rem;display:inline-flex;box-shadow:0 4px 6px #0000000d}.toggle-btn{color:#4b5563;cursor:pointer;background:0 0;border:none;border-radius:99px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.toggle-btn.active{color:#fff;background:#1f2937;box-shadow:0 4px 12px #0000001a}.bento-grid{grid-template-rows:repeat(3,auto);grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.bento-card{background:#fff;border:1px solid #f3f4f6;border-radius:20px;flex-direction:column;padding:1.5rem;transition:transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000005}.bento-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.card-title{color:#111827;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.card-desc{color:#6b7280;margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.large-card{background:linear-gradient(#fff 50%,#f3f4f6 100%);grid-area:span 2/span 1}.wide-card{grid-column:span 2}.tall-card{grid-area:span 2/span 1}.medium-card,.small-card{grid-column:span 1}.chat-visual{flex:1;align-items:flex-end;display:flex}.chat-interface-mini{background:#fff;border-radius:12px;width:100%;padding:1rem;box-shadow:0 4px 12px #0000000d}.bot-msg{align-items:center;gap:.5rem;display:flex}.avatar-mini{background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.bubble-mini{color:#fff;background:#3b82f6;border-radius:8px;padding:.5rem;font-size:.75rem}.tone-bubbles{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:1rem 0;display:flex}.pill{border-radius:99px;padding:.5rem 1rem;font-size:.8rem;font-weight:600}.pill.dark{color:#fff;background:#1f2937}.pill.black{color:#fff;background:#000}.pill.purple{color:#fff;background:#8b5cf6}.pill.blue{color:#fff;background:#60a5fa}.pill.white{color:#374151;background:#fff;border:1px solid #e5e7eb}.flags-list{color:#fff;background:#1f2937;border-radius:12px;flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex}.flag-item{align-items:center;gap:.5rem;font-size:.9rem;display:flex}.gpt-options{flex-direction:column;gap:.5rem;display:flex}.gpt-badge{color:#fff;text-align:center;background:#8b5cf6;border-radius:8px;padding:.5rem;font-size:.8rem}.gpt-badge.glass{color:#8b5cf6;background:#8b5cf61a}.shopify-visual{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.shopify-logo{gap:.5rem;font-weight:700;display:flex}@media (width<=1000px){.bento-grid{grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.large-card,.tall-card,.wide-card{grid-area:span 1/span 2}}@media (width<=600px){.bento-grid{grid-template-columns:1fr}.large-card,.tall-card,.wide-card,.medium-card,.small-card{grid-column:span 1}}.industry-section{background-color:#f3f4f6;padding:6rem 0}.industry-showcase{background:#374151;border-radius:20px;align-items:center;height:600px;margin-top:3rem;margin-bottom:3rem;display:flex;position:relative;overflow:hidden}.industry-bg-visual{z-index:1;background:linear-gradient(135deg,#1f2937 0%,#111827 100%);width:100%;height:100%;position:absolute;top:0;left:0}.bg-overlay{background:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.industry-content-card{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#000c;border:1px solid #ffffff1a;border-radius:16px;max-width:650px;margin-left:5rem;padding:3rem;position:relative}.industry-label{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1}.industry-headline{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.industry-benefits{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.industry-benefits li{color:#e5e7eb;align-items:flex-start;gap:1rem;font-size:.95rem;display:flex}.check-icon{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;font-size:.7rem;display:flex}.industry-footer-icon{opacity:.8;font-size:3rem;position:absolute;bottom:2rem;right:2rem}.industry-nav{z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000004d;flex-direction:column;justify-content:center;width:250px;display:flex;position:absolute;top:0;bottom:0;right:0}.industry-nav-item{color:#9ca3af;cursor:pointer;border-left:3px solid #0000;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;transition:all .3s;display:flex}.industry-nav-item:hover{color:#fff;background:#ffffff0d}.industry-nav-item.active{color:#fff;background:#ffffff1a;border-left-color:#6366f1}.ind-icon{font-size:1.5rem}.ind-label{font-weight:600}@media (width<=900px){.industry-showcase{flex-direction:column;height:auto}.industry-content-card{width:auto;margin:2rem}.industry-nav{flex-direction:row;width:100%;position:relative}.industry-nav-item{border-bottom:3px solid #0000;border-left:none;flex:1;padding:1rem}.industry-nav-item.active{border-bottom-color:#6366f1;border-left:none}}.commerce-section{background:linear-gradient(#fff 0%,#fce7f3 100%);padding:6rem 0;position:relative;overflow:hidden}.commerce-header{text-align:center;z-index:2;margin-bottom:4rem;position:relative}.logos-row{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:2rem;font-size:1.5rem;font-weight:800;display:flex}.logos-row .plus-sign{color:#111827;font-size:2rem}.shopify{color:#82b541}.itsbot{color:#6366f1}.menu-icon-circle{color:#fff;background:#1f2937;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 1.5rem;font-size:1.2rem;display:flex}.commerce-grid{z-index:2;grid-template-rows:auto auto;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 3rem;display:grid;position:relative}.commerce-card{text-align:center;background:#fff;border:1px solid #fdf2f8;border-radius:20px;flex-direction:column;padding:2rem;display:flex;box-shadow:0 10px 30px #00000008}.large{grid-column:span 1}.tall{grid-area:span 1/span 1}.wide{grid-column:span 1.5;text-align:left}.commerce-visual{background:#f9fafb;border-radius:12px;justify-content:center;align-items:center;min-height:150px;margin-top:2rem;padding:1rem;display:flex;position:relative}.voice-node-group{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.voice-bubble{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:4px 8px;font-size:.7rem;box-shadow:0 2px 4px #0000000d}.voice-bubble.left{align-self:flex-start}.voice-bubble.right{align-self:flex-end}.avatar-center{font-size:2rem}.integration-flow{justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;display:flex}.api-icon{color:#6b7280;border:1px dashed #d1d5db;border-radius:4px;padding:4px;font-size:.7rem;font-weight:600}.central-hub{font-size:1.5rem}.toggle-pill{background:#fff;border:1px solid #e5e7eb;border-radius:99px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:flex}.toggle-switch.on{background:#6366f1;border-radius:99px;width:30px;height:16px;position:relative}.toggle-switch.on:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:2px}.question-tree{flex-direction:column;align-items:center;gap:1rem;display:flex}.main-q{color:#fff;background:#1f2937;border-radius:99px;padding:6px 12px;font-size:.8rem}.branches{gap:1rem;display:flex}.branch-opt{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:4px 8px;font-size:.7rem}.flex-row{gap:1rem;height:100%;display:flex}.text-col{flex-direction:column;flex:1;justify-content:center;display:flex}.wide .commerce-visual{flex:1;min-height:120px;margin-top:0}.track-bubble{background:#fff;border-radius:4px;margin-bottom:.5rem;padding:4px;font-size:.7rem;box-shadow:0 2px 5px #0000001a}.track-map-placeholder{opacity:.5;font-size:2rem}.product-carousel-mini{gap:.5rem;display:flex}.prod-card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;justify-content:center;align-items:center;width:40px;height:50px;font-size:1.2rem;display:flex}.bg-gradient-glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#ec489933 0%,#fff0 70%);width:600px;height:600px;position:absolute;top:20%;left:50%;transform:translate(-50%,-50%)}@media (width<=1000px){.commerce-grid{grid-template-columns:1fr}.large,.tall,.wide{text-align:center;grid-column:span 1}.wide .flex-row{flex-direction:column}}.security-section{background-color:#f3f4f6;padding:6rem 0}.section-subtitle-bold{color:#1f2937;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.security-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:4rem auto 0;display:grid}.security-card{background:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.security-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.security-icon{background:#f9fafb;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;font-size:1.75rem;display:flex}.security-icon.purple{color:#8b5cf6;background:#f5f3ff;border:1px solid #ddd6fe}.security-icon.red{color:#ef4444;background:#fef2f2;border:1px solid #fecaca}.security-icon.pink{color:#ec4899;background:#fdf2f8;border:1px solid #fbcfe8}.security-icon.blue{color:#3b82f6;background:#eff6ff;border:1px solid #bfdbfe}.security-icon.orange{color:#f97316;background:#fff7ed;border:1px solid #fed7aa}.security-card-title{color:#111827;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.security-card-desc{color:#6b7280;font-size:.95rem;line-height:1.6}@media (width<=1024px){.security-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.security-grid{grid-template-columns:1fr}.security-card{text-align:center;align-items:center}}.testimonials-section{color:#fff;background-color:#1a1a1a;padding:6rem 0;position:relative;overflow:hidden}.dark-mode-header .section-title{color:#fff}.dark-mode-header .section-subtitle{color:#9ca3af}.testimonials-grid{scrollbar-width:none;gap:1.5rem;margin-bottom:4rem;padding:2rem 0;display:flex;overflow-x:auto}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{color:#1f2937;background:#fff;border-radius:16px;flex-direction:column;flex:1;justify-content:space-between;min-width:300px;height:320px;padding:2rem;display:flex}.quote-icon{color:#fff;background:#374151;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-family:serif;font-size:2rem;display:flex}.testimonial-text{color:#374151;margin-bottom:2rem;font-size:1.1rem;line-height:1.5}.author-role{color:#111827;margin-bottom:.25rem;font-size:1rem;font-weight:700}.author-company{color:#6b7280;font-size:.85rem}.cta-banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;z-index:2;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;padding:3rem;display:flex;position:relative}.cta-title{font-size:1.75rem;font-weight:700}.cta-btn{background:#8b5cf6;border:none;padding:.8rem 2rem;font-size:1rem;transition:transform .2s}.cta-btn:hover{background:#7c3aed;transform:scale(1.05)}.glow-circle{filter:blur(80px);z-index:1;pointer-events:none;border-radius:50%;position:absolute}.glow-circle.top{background:radial-gradient(circle,#8b5cf633 0%,#0000 70%);width:600px;height:600px;top:-100px;left:50%;transform:translate(-50%)}.glow-circle.bottom{background:radial-gradient(circle,#ec489926 0%,#0000 70%);width:800px;height:400px;bottom:-100px;left:50%;transform:translate(-50%)}@media (width<=768px){.cta-banner{text-align:center;flex-direction:column;gap:1.5rem}}.faq-section{background-color:#f3f4f6;padding:6rem 0}.faq-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1200px;margin:3rem auto;display:grid}.faq-item{cursor:pointer;background:#fff;border-radius:12px;height:fit-content;padding:1.5rem;transition:all .3s;box-shadow:0 2px 4px #00000005}.faq-item:hover{box-shadow:0 4px 12px #0000000d}.faq-question{color:#1f2937;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;display:flex}.faq-icon{color:#6b7280;font-size:1.5rem;font-weight:400;line-height:1}.faq-answer{color:#4b5563;max-height:0;line-height:1.6;transition:max-height .3s ease-out;overflow:hidden}.faq-item.active .faq-answer{max-height:200px;margin-top:1rem}@media (width<=900px){.faq-grid{grid-template-columns:1fr}}.pricing-section{background-color:var(--bg-primary);padding:6rem 0;position:relative;overflow:hidden}.pricing-section .section-header{margin-bottom:4rem}.billing-toggle{color:var(--text-primary);justify-content:center;align-items:center;gap:1rem;margin-top:2rem;font-weight:500;display:flex}.billing-toggle span{cursor:pointer;transition:color .3s}.billing-toggle span.active{color:var(--accent-primary)}.toggle-switch{background-color:var(--bg-tertiary);cursor:pointer;border:1px solid var(--border-color);border-radius:13px;width:50px;height:26px;position:relative}.switch-handle{background-color:var(--accent-primary);border-radius:50%;width:22px;height:22px;transition:transform .3s;position:absolute;top:1px;left:1px}.switch-handle.yearly{transform:translate(24px)}.discount-badge{color:#10b981;background-color:#10b98133;border-radius:1rem;margin-left:.5rem;padding:.2rem .5rem;font-size:.75rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto 4rem;display:grid}.pricing-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1.5rem;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.plan-price{flex-direction:column;margin-bottom:1rem;display:flex}.plan-price .amount{color:var(--text-primary);font-size:2.5rem;font-weight:800;line-height:1.1}.plan-price .period-group{flex-direction:column;margin-top:.25rem;display:flex}.plan-price .unit,.plan-price .freq{color:var(--text-secondary);font-size:.9rem}.plan-price .billed-yearly{color:var(--accent-primary);margin-top:.2rem;font-size:.8rem}.addons-section{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1rem;max-width:1000px;margin:0 auto;padding:2rem}.addons-title{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem}.addons-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.addon-card{text-align:center;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;flex-direction:column;align-items:center;padding:1rem;display:flex}.addon-name{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.addon-price{color:var(--accent-primary);font-weight:700}#root{text-align:left;width:100%;max-width:100%;margin:0;padding:0}.app-container{background-color:var(--bg-color);width:100%;min-height:100vh;position:relative}:root{--bg-color:#fff;--text-primary:#111827;--text-secondary:#4b5563;--text-tertiary:#9ca3af;--color-primary:#6366f1;--color-primary-hover:#4f46e5;--color-accent-pink:#ec4899;--color-accent-purple:#8b5cf6;--gradient-main:linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);--gradient-bg:linear-gradient(180deg, #f9fafb 0%, #fff 100%);--border-color:#e5e7eb;--header-height:80px;--subheader-height:50px;--font-main:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none;transition:color .2s}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.btn{border-radius:9999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.btn-outline{border:1px solid var(--border-color);color:var(--text-primary)}.btn-outline:hover{background:#f9fafb;border-color:#d1d5db}.btn-dark{color:#fff;background:#111827}.btn-dark:hover{background:#000}.btn-gradient{background:var(--color-primary);color:#fff}
