.ai-customer-service-demo{background:white;box-shadow:0 10px 40px rgba(0,0,0,.1);padding:20px;width:100%}.demo-header{margin-bottom:15px;border-bottom:1px solid #e5e7eb}.status-indicator{width:8px;height:8px;background:#10b981;position:relative}.status-indicator.active:before{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;background:#10b981;opacity:.3;animation:pulse 2s infinite}.status-text{font-weight:500;color:#10b981}.demo-metrics{gap:20px}.metric-value{font-size:16px}.product-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.hero-canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none;opacity:1}.product-hero .container{position:relative;z-index:3}.product-hero-content{position:relative;z-index:4}.product-hero-text h1{font-size:2.5rem!important;font-weight:800!important;color:#000000!important;line-height:1.2!important;margin-bottom:1rem!important;text-shadow:none!important}.product-hero-text h2{font-size:1.4rem!important;font-weight:600!important;color:#1f2937!important;margin-bottom:1.5rem!important;text-shadow:none!important}.product-hero-text .lead{font-size:1.25rem!important;line-height:1.6!important;color:#374151!important;font-weight:400!important}.product-hero-text{max-width:600px;margin-bottom:2rem}.section-header h2{font-size:2.2rem!important;font-weight:700!important;color:#000000!important;line-height:1.2!important;margin-bottom:1rem!important;text-shadow:none!important}.section-header p{font-size:1.1rem!important;color:#374151!important;font-weight:400!important}.features-showcase h3,.showcase-item h3{font-size:1.8rem!important;font-weight:600!important;color:#000000!important;margin-bottom:16px!important;text-shadow:none!important}.benefit-card h4,.spec-item h4,.use-case-card h3{font-size:1.3rem!important}.benefit-card h4,.pricing-card h3,.spec-item h4,.use-case-card h3{font-weight:600!important;color:#000000!important;text-shadow:none!important}.pricing-card h3{font-size:1.4rem!important}.breadcrumb-list .active,.breadcrumb-list a{color:#000000!important;text-shadow:none!important}.breadcrumb-list a:hover{color:#374151!important}.language-switcher{position:relative}.lang-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;border:1px solid #e5e7eb;border-radius:6px;padding:6px 28px 6px 12px;font-size:14px;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23374151' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;background-size:16px;min-width:70px}.lang-select:hover{border-color:#d1d5db;background-color:#f9fafb}.lang-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.lang-select option{font-weight:500;padding:8px}@media (max-width:768px){.product-hero-text h1{font-size:2rem!important}.product-hero-text h2{font-size:1.2rem!important}.product-hero-text .lead{font-size:1.1rem!important}.section-header h2{font-size:1.8rem!important}.features-showcase h3,.showcase-item h3{font-size:1.5rem!important}.benefit-card h4,.spec-item h4,.use-case-card h3{font-size:1.2rem!important}.lang-select{font-size:13px;padding:4px 24px 4px 10px;min-width:60px}}@media (max-width:480px){.product-hero-text h1{font-size:1.8rem!important}.product-hero-text h2{font-size:1.1rem!important}.section-header h2{font-size:1.6rem!important}.features-showcase h3,.showcase-item h3{font-size:1.4rem!important}.benefit-card h4,.spec-item h4,.use-case-card h3{font-size:1.1rem!important}}.ai-customer-service-demo{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;padding:25px;box-shadow:0 15px 35px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);max-width:400px;margin:0 auto}.demo-header{justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(0,102,204,.1)}.demo-header,.demo-status{display:flex;align-items:center}.demo-status{gap:8px}.status-indicator{width:12px;height:12px;border-radius:50%;background:#00ff88;animation:pulse 2s infinite}.status-indicator.active{box-shadow:0 0 10px rgba(0,255,136,.5)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.status-text{font-weight:600;color:#0066cc;font-size:13px}.demo-metrics{display:flex;gap:15px}.metric{text-align:center}.metric-value{display:block;font-weight:700;color:#0066cc;font-size:14px}.metric-label{font-size:10px;color:#666;font-weight:500}.conversation-display{height:160px;background:#f8f9fa;border-radius:12px;padding:15px;margin-bottom:15px;overflow-y:auto;position:relative}.conversation-messages{display:flex;flex-direction:column;gap:10px}.message{padding:8px 12px;border-radius:15px;max-width:85%;font-size:13px;line-height:1.4;animation:slideIn .5s ease-out}.message.ai{background:#0066cc;color:white;align-self:flex-start;border-bottom-left-radius:4px}.message.customer{background:#e9ecef;color:#333;align-self:flex-end;border-bottom-right-radius:4px}.message.typing{background:#ddd;color:#666;align-self:flex-start}.typing-indicator{display:inline-flex;gap:4px}.typing-dot{width:5px;height:5px;border-radius:50%;background:#666;animation:typing 1.4s ease-in-out infinite}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.3}40%{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.customer-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;padding:15px;margin-bottom:15px}.info-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-weight:600;color:#0066cc;font-size:13px}.info-details{display:flex;flex-direction:column;gap:6px}.info-item{display:flex;justify-content:space-between;font-size:12px}.info-label{color:#666;font-weight:500}.info-value{color:#333;font-weight:600}.scenario-switcher{display:flex;flex-direction:column;gap:8px}.scenario-btn{display:flex;align-items:center;gap:8px;padding:8px 12px;border:2px solid #e9ecef;border-radius:20px;background:#f8f9fa;color:#666;font-size:11px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.scenario-btn i{font-size:12px;min-width:14px}.scenario-btn:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 3px 10px rgba(0,0,0,.1)}.scenario-btn.active{background:linear-gradient(135deg,#0066cc,#004d99);color:white;border-color:#0066cc;box-shadow:0 3px 15px rgba(0,102,204,.3)}.scenario-btn:active{transform:scale(.98)}.scenario-btn .fas{transition:transform .3s ease}.scenario-btn:hover .fas{transform:scale(1.1)}.scenario-btn.active .fas{transform:scale(1.05)}.breadcrumb-overlay{position:absolute;top:0;left:0;right:0;z-index:10;background:transparent;padding:20px 0}.breadcrumb-list{display:flex;list-style:none;margin:0;padding:0;align-items:center;gap:8px}.breadcrumb-list li{color:rgba(30,64,175,.8);font-size:14px;font-weight:500}.breadcrumb-list li a{color:rgba(30,64,175,.7);text-decoration:none;transition:color .3s ease;font-weight:500}.breadcrumb-list li a:hover{color:rgba(30,64,175,.9)}.breadcrumb-list li:not(:last-child):after{content:"/";margin-left:8px;color:rgba(30,64,175,.5)}.breadcrumb-list li.active{color:rgba(30,64,175,.9);font-weight:600}.showcase-item{display:grid;grid-template-columns:400px 1fr;gap:5rem;align-items:center;margin-bottom:5rem}.showcase-item.reverse{grid-template-columns:1fr 400px}.showcase-icon{width:360px;height:280px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)!important;position:relative;overflow:visible;margin:0 auto;border-radius:12px!important;border:1px solid #e2e8f0;padding:20px;display:flex;align-items:center;justify-content:center;box-shadow:none!important}.showcase-icon:before{display:none!important}.showcase-icon svg{width:100%;height:100%}@media (max-width:968px){.showcase-item,.showcase-item.reverse{grid-template-columns:1fr;gap:3rem;text-align:center}.showcase-icon{width:300px;height:220px;margin:0 auto 2rem}.showcase-icon svg{width:260px;height:180px}}