@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes typingBounce{0%,80%,to{transform:scale(1);opacity:.4}40%{transform:scale(1.3);opacity:1}}@keyframes typingFade{0%,to{opacity:.5}50%{opacity:1}}@keyframes fadeInDetail{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes cardEnter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes cardArrive{0%{opacity:0;transform:translateX(-14px)}to{opacity:1;transform:translateX(0)}}@keyframes cardLeave{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes pulseGlow{0%{box-shadow:0 0 0 0 rgba(52,199,89,.35)}to{box-shadow:0 0 0 8px transparent}}:root{--blue:#007AFF;--blue-dark:#0051D5;--green:#34C759;--red:#FF3B30;--orange:#FF9500;--purple:#5856D6;--bg:#FFFFFF;--bg-secondary:#F5F5F7;--text:#1D1D1F;--text-secondary:#6E6E73;--border:#E5E5EA;--radius:16px;--radius-sm:10px;--shadow:0 2px 12px rgba(0,0,0,0.08);--shadow-lg:0 8px 40px rgba(0,0,0,0.12);--font:-apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;--transition:0.2s ease}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden}.skip-nav{position:absolute;top:-100%;left:16px;background:var(--blue);color:#fff;padding:8px 16px;border-radius:var(--radius-sm);z-index:1000;font-size:14px;text-decoration:none;transition:top .2s}.skip-nav:focus{top:8px}.container{max-width:1280px;margin:0 auto;padding:0 32px}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.72);backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--border);overflow-x:hidden}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-inner{max-width:1280px;margin:0 auto;padding:0 32px;height:52px;justify-content:space-between}.nav-logo{gap:8px;text-decoration:none;color:var(--text);font-weight:600;font-size:18px}.logo-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--blue);color:#fff;border-radius:7px;font-weight:700;font-size:16px}.nav-links{display:flex;align-items:center;gap:24px}.nav-links a:not(.btn){color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color var(--transition)}.nav-links a:not(.btn):hover{color:var(--text)}.lang-toggle{background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;padding:8px 12px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;cursor:pointer;color:var(--text-secondary);transition:all var(--transition)}.lang-toggle:hover{background:var(--border)}.nav-mobile,.nav-mobile-toggle{display:none;flex-direction:column}.nav-mobile-toggle{background:0 0;border:0;cursor:pointer;padding:4px;gap:5px}.nav-mobile-toggle span{display:block;width:20px;height:2px;background:var(--text);border-radius:1px}.nav-mobile{padding:16px 24px;gap:12px;border-top:1px solid var(--border)}.nav-mobile.open{display:flex}.btn,.nav-mobile a{text-decoration:none}.nav-mobile a{color:var(--text);font-size:16px;font-weight:500}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:var(--radius-sm);font-size:15px;font-weight:600;border:0;cursor:pointer;transition:all var(--transition);font-family:var(--font);white-space:nowrap}.btn-sm{padding:6px 14px;font-size:13px}.btn-lg{padding:14px 28px;font-size:17px;border-radius:12px}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,122,255,.3)}.btn-secondary{background:var(--bg-secondary);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.hero{padding:140px 0 80px;text-align:center;background:linear-gradient(180deg,#fff 0,#f5f5f7 100%)}.hero-badge{display:inline-block;padding:6px 16px;background:rgba(0,122,255,.08);color:var(--blue);border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.02em;margin-bottom:20px}.hero-title{font-size:56px;font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:20px;color:var(--text)}.hero-subtitle{font-size:20px;color:var(--text-secondary);max-width:600px;margin:0 auto 36px;line-height:1.5}.hero-actions{display:flex;gap:12px;justify-content:center;margin-bottom:48px}.browser-frame{border-radius:12px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);background:#fff}.browser-dots{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#f5f5f7;border-bottom:1px solid var(--border)}.dot{width:12px;height:12px;border-radius:50%}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.browser-url{margin-left:12px;font-size:12px;color:var(--text-secondary);background:#fff;padding:4px 12px;border-radius:6px;border:1px solid var(--border);flex:1;max-width:300px;text-align:center}.hero-stats{display:flex;justify-content:center;gap:48px}.stat{text-align:center}.form-group label,.stat-value{display:block;font-size:24px;font-weight:700;color:var(--text)}.feature-card p,.stat-label{font-size:13px;color:var(--text-secondary)}.demo-cta h2,.section-title{font-weight:700;margin-bottom:12px}.section-title{font-size:40px;text-align:center;letter-spacing:-.02em}.section-subtitle{font-size:18px;color:var(--text-secondary);text-align:center;max-width:540px;margin:0 auto 48px}.features{padding:96px 0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature-card,.form-group input,.form-group textarea{border:1px solid var(--border);transition:all var(--transition)}.feature-card{padding:28px;border-radius:var(--radius);background:var(--bg)}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.feature-icon,.feature-img{border-radius:12px;margin-bottom:16px}.feature-img{width:100%;aspect-ratio:3/2;overflow:hidden;background:var(--bg-secondary)}.feature-img img{width:100%;height:100%;object-fit:cover;display:block}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.feature-card p{font-size:14px;line-height:1.5}.demo-cta{padding:80px 0;background:var(--bg-secondary);text-align:center}.demo-cta h2{font-size:36px}.demo-cta p{font-size:17px;color:var(--text-secondary);margin-bottom:28px}.demo-video-wrapper{max-width:1060px;margin:0 auto 32px;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);position:relative;background:#000}.demo-screenshot img,.demo-video,.demo-video-wrapper picture img{width:100%;height:auto;display:block}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:0 0;border:0;cursor:pointer;opacity:.9;transition:opacity var(--transition),transform var(--transition);z-index:2}.video-play-btn:hover{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.video-play-btn.hidden{opacity:0;pointer-events:none}.demo-video-wrapper picture{display:block}.demo-screenshot{max-width:1060px;margin:0 auto 32px;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04)}.demo-note,.demo-status{font-size:13px;color:var(--text-secondary);margin-top:16px}.demo-status{margin-top:12px}.pricing{padding:96px 0}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:start}.pricing-card{padding:32px;border-radius:var(--radius);border:1px solid var(--border);background:#fff;text-align:center;position:relative}.pricing-featured{border:2px solid var(--blue);box-shadow:var(--shadow-lg);transform:scale(1.02)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--blue);color:#fff;padding:4px 16px;border-radius:20px;font-size:12px;font-weight:600}.pricing-name{font-size:20px;font-weight:600;margin-bottom:12px;margin-top:8px}.pricing-price{margin-bottom:24px}.price-amount{font-size:40px;font-weight:700;color:var(--text)}.price-period,.pricing-features li{font-size:15px;color:var(--text-secondary)}.pricing-features{list-style:none;text-align:left;margin-bottom:28px}.pricing-features li{font-size:14px;border-bottom:1px solid var(--bg-secondary);padding:8px 0 8px 24px;position:relative}.pricing-features li::before{content:"";position:absolute;left:0;top:14px;width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3 4.7l-6.3 6.3-3-3' stroke='%2334C759' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")no-repeat center}.contact-form .btn,.pricing-card .btn{width:100%;justify-content:center}.contact{padding:96px 0;background:var(--bg-secondary)}.contact-form{max-width:560px;margin:0 auto;background:#fff;padding:36px;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:16px}.form-group label{font-size:13px;font-weight:600;margin-bottom:6px}.form-group input,.form-group textarea{width:100%;padding:10px 14px;border-radius:var(--radius-sm);font-size:15px;font-family:var(--font);color:var(--text);background:var(--bg-secondary);outline:0}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px rgba(0,122,255,.1)}.form-group textarea{resize:vertical;min-height:100px}.form-status{text-align:center;margin-top:12px;font-size:14px}.form-status.success{color:var(--green)}.form-status.error{color:var(--red)}.footer{padding:32px 0;border-top:1px solid var(--border)}.footer-brand,.footer-inner{display:flex;align-items:center}.footer-inner{justify-content:space-between}.footer-brand{gap:8px;font-weight:600}.footer-links{display:flex;gap:24px}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:13px}.footer-links a:hover{color:var(--text)}.footer-legal{font-size:11px;color:#8e8e93;margin-top:2px;letter-spacing:.01em}.footer-legal a{color:#8e8e93;text-decoration:none}.footer-legal a:hover,.security-item p,.step p{color:var(--text-secondary)}.footer-sep{margin:0 6px;opacity:.5}.footer-copy,.pricing-legal{font-size:13px;color:var(--text-secondary);margin-top:8px}.pricing-legal{text-align:center;margin-top:32px}.pricing-legal a{color:var(--blue);text-decoration:none}.pricing-legal a:hover{text-decoration:underline}.demo-ended-banner{position:fixed;top:0;left:0;right:0;z-index:1001;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 4px 24px rgba(0,0,0,.08);padding:16px 0;animation:slideDown .5s ease}.demo-ended-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}.demo-ended-text h3{font-size:16px;font-weight:600;color:var(--text);margin:0}.demo-ended-actions{display:flex;gap:10px;flex-shrink:0}.nav.nav-with-banner{top:60px}.hero.hero-with-banner{padding-top:200px}.how-it-works{padding:80px 0;background:var(--bg-secondary)}.steps-flow{display:flex;align-items:flex-start;justify-content:center;gap:0;margin-top:16px}.step{text-align:center;max-width:260px;padding:0 16px}.step-icon{width:56px;height:56px;border-radius:16px;background:rgba(0,122,255,.08);color:var(--blue);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.step-number{font-size:13px;font-weight:700;color:var(--blue);margin-bottom:8px}.step h3{font-size:17px;font-weight:600;margin-bottom:6px}.security-item p,.step p{font-size:14px;line-height:1.5}.step-connector{display:flex;align-items:center;padding-top:20px;flex-shrink:0}.trust{padding:48px 0;background:var(--bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-badges{display:flex;justify-content:center;gap:40px;margin-bottom:24px}.trust-badge{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--text)}.trust-industries{display:flex;align-items:center;justify-content:center;gap:16px}.trust-label{font-size:14px;color:var(--text-secondary);font-weight:500}.industry-chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.industry-chip{padding:6px 14px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;font-size:13px;font-weight:500;color:var(--text-secondary)}.social-proof{padding:80px 0 60px;background:var(--bg)}.trusted-by{text-align:center;margin-bottom:48px}.trusted-label{font-size:14px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:1.5px;font-weight:600;margin-bottom:24px}.trust-logos{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap;opacity:.5}.trust-logo-svg{width:120px;height:40px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.testimonial-card{background:var(--bg-secondary);border-radius:var(--radius);padding:32px;border:1px solid var(--border)}.testimonial-stars{color:#ff9500;font-size:16px;margin-bottom:16px;letter-spacing:2px}.testimonial-text{font-size:15px;line-height:1.6;color:var(--text);margin-bottom:20px;font-style:normal}.testimonial-author{display:flex;align-items:center;gap:12px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.testimonial-name{font-weight:600;font-size:14px;color:var(--text)}.testimonial-role{font-size:13px;color:var(--text-secondary)}.social-proof-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center;padding:40px 0;border-top:1px solid var(--border)}.metric-item{padding:16px}.metric-number,.security-item h3{margin-bottom:8px;color:var(--text)}.metric-number{font-size:48px;font-weight:700;line-height:1}.metric-label{font-size:14px;color:var(--text-secondary)}.form-group select,.security-section{padding:100px 0;background:var(--bg)}.security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}.security-item{text-align:center;padding:32px 24px;border-radius:var(--radius);background:var(--bg-secondary);border:1px solid var(--border);transition:transform var(--transition),box-shadow var(--transition)}.security-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.security-icon{width:56px;height:56px;border-radius:14px;background:rgba(0,122,255,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--blue)}.security-item h3{font-size:17px;font-weight:600}.form-group select{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:15px;font-family:var(--font);color:var(--text);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%2386868B'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}.form-group select:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,122,255,.15)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@media (max-width:1024px){.features-grid,.pricing-grid,.security-grid,.social-proof-metrics,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.hero.hero-with-banner{padding-top:160px}.nav-links{display:none}.nav-mobile-toggle{display:flex}.hero{padding:100px 0 60px}.hero-title{font-size:36px}.hero-subtitle{font-size:17px}.hero-actions{flex-direction:column;align-items:center}.hero-stats{flex-direction:column;gap:20px}.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-grid{max-width:400px;margin:0 auto}.pricing-featured{transform:none}.form-row{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:16px;text-align:center}.footer-links{flex-wrap:wrap;justify-content:center}.section-title{font-size:28px}.demo-ended-inner{flex-direction:column;text-align:center}.demo-ended-text h3{font-size:14px}.steps-flow{flex-direction:column;align-items:center;gap:8px}.step-connector{transform:rotate(90deg);padding-top:0}.trust-badges{gap:16px}.trust-badges,.trust-industries{flex-direction:column;align-items:center}.browser-url{display:none}.mobile-showcase-grid{grid-template-columns:1fr;gap:40px;text-align:center}.mobile-showcase-grid .section-title{text-align:center!important}.mobile-showcase-features{align-items:center}.iphone-frame{width:190px;border-radius:36px;padding:8px}.iphone-dynamic-island{top:14px;width:58px;height:16px}.iphone-screen{border-radius:30px}.contact-info{flex-direction:column;align-items:center;gap:12px}.chat-panel{right:8px;left:8px;width:auto;bottom:80px;height:420px}.stage-stepper{justify-content:flex-start}.testimonials-grid{grid-template-columns:1fr}.social-proof-metrics{grid-template-columns:repeat(2,1fr)}.security-grid{grid-template-columns:1fr}.trust-logos{gap:24px}.trust-logo-svg{width:80px;height:30px}}.faq{padding:96px 0}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-item:first-child{border-top:1px solid var(--border)}.faq-question,.mobile-showcase-features li{display:flex;align-items:center;color:var(--text)}.faq-question{justify-content:space-between;width:100%;padding:20px 0;background:0 0;border:0;cursor:pointer;font-family:var(--font);font-size:16px;font-weight:600;text-align:left;gap:16px;transition:color var(--transition)}.contact-info-item:hover,.faq-question:hover{color:var(--blue)}.faq-chevron{flex-shrink:0;color:var(--text-secondary);transition:transform .3s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:600px}.faq-answer p{padding:0 0 20px;font-size:15px;color:var(--text-secondary);line-height:1.6}.mobile-showcase{padding:96px 0;background:var(--bg);overflow:hidden}.mobile-showcase-grid{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.mobile-showcase-desc{font-size:17px;color:var(--text-secondary);line-height:1.6;margin:16px 0 32px}.mobile-showcase-features{list-style:none;display:flex;flex-direction:column;gap:16px}.mobile-showcase-features li{gap:12px;font-size:15px;font-weight:500}.mobile-showcase-features svg{flex-shrink:0}.mobile-showcase-image{display:flex;justify-content:center}.iphone-frame{position:relative;width:240px;aspect-ratio:393/852;background:#1a1a1c;border-radius:44px;padding:10px;box-shadow:0 0 0 1px rgba(255,255,255,.12),0 24px 64px rgba(0,0,0,.18),0 4px 16px rgba(0,0,0,.1);flex-shrink:0}.iphone-frame::after,.iphone-frame::before{content:"";position:absolute;width:3px;background:#2a2a2c}.iphone-frame::before{right:-2px;top:120px;height:56px;border-radius:0 2px 2px 0}.iphone-frame::after{left:-2px;top:100px;height:28px;border-radius:2px 0 0 2px;box-shadow:0 40px 0#2a2a2c,0 70px 0#2a2a2c}.iphone-dynamic-island{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:72px;height:20px;background:#000;border-radius:20px;z-index:2}.iphone-screen{width:100%;height:100%;border-radius:36px;overflow:hidden;background:#f5f5f7}.iphone-screen img{width:100%;height:100%;object-fit:cover;display:block}.contact-info{display:flex;justify-content:center;gap:32px;margin-bottom:32px}.contact-info-item{display:flex;align-items:center;gap:8px;color:var(--text);text-decoration:none;font-size:15px;font-weight:500;transition:color var(--transition)}.contact-info-item svg{color:var(--blue);flex-shrink:0}.chat-bubble,.typing-dots span{background:var(--blue);border-radius:50%}.chat-bubble{position:fixed;bottom:24px;right:24px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 16px rgba(0,122,255,.4);z-index:50;transition:transform var(--transition),box-shadow var(--transition);border:0}.chat-bubble:hover{transform:scale(1.08);box-shadow:0 6px 24px rgba(0,122,255,.5)}.chat-bubble svg,.chat-send-btn svg{color:#fff}.chat-badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:var(--red);border-radius:50%;border:2px solid #fff;display:none}.chat-badge.visible{display:block}.chat-panel{position:fixed;bottom:96px;right:24px;width:360px;height:480px;background:#fff;border-radius:16px;box-shadow:0 12px 48px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.05);z-index:51;display:none;flex-direction:column;overflow:hidden}.chat-panel.open{display:flex}.chat-panel-header{padding:16px 20px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:space-between}.chat-panel-header h3{font-size:16px;font-weight:600;margin:0}.chat-panel-close{background:0 0;border:0;color:#fff;cursor:pointer;padding:4px;opacity:.8;transition:opacity var(--transition)}.chat-panel-close:hover{opacity:1}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.chat-msg{max-width:80%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;word-break:break-word}.chat-msg.user{align-self:flex-end;background:var(--blue);color:#fff;border-bottom-right-radius:4px}.chat-msg.admin,.chat-msg.ai{align-self:flex-start;color:var(--text);border-bottom-left-radius:4px}.chat-msg.admin{background:var(--bg-secondary)}.chat-msg.ai{background:linear-gradient(135deg,#e8f0fe 0,#f0f4ff 100%);border:1px solid rgba(0,122,255,.12)}.chat-ai-badge{display:inline-block;font-size:10px;font-weight:700;color:var(--blue);background:rgba(0,122,255,.1);padding:1px 6px;border-radius:4px;margin-right:4px;vertical-align:middle;letter-spacing:.5px}.chat-msg.system{align-self:center;background:0 0;color:var(--text-secondary);font-size:12px;text-align:center}.chat-typing-wrap{display:flex;align-items:center;gap:8px}.typing-dots{display:inline-flex;gap:4px;align-items:center;height:16px}.typing-dots span{width:6px;height:6px;animation:typingBounce 1.4s infinite ease-in-out;opacity:.4}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}.typing-status{font-size:12px;color:var(--text-secondary);animation:typingFade 2s infinite ease-in-out}.chat-input-area{padding:12px 16px;border-top:1px solid var(--border);display:flex;gap:8px;align-items:center}.chat-input-area input{flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:20px;font-size:14px;font-family:var(--font);outline:0;transition:border-color var(--transition)}.chat-input-area input:focus{border-color:var(--blue)}.chat-send-btn{width:36px;height:36px;background:var(--blue);border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background var(--transition)}.chat-intro-form button:hover,.chat-send-btn:hover{background:var(--blue-dark)}.chat-intro-form{padding:20px;display:flex;flex-direction:column;gap:12px}.chat-intro-form input{padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:14px;font-family:var(--font);outline:0}.chat-intro-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,122,255,.1)}.chat-intro-form button{padding:10px;background:var(--blue);color:#fff;border:0;border-radius:var(--radius-sm);font-size:14px;font-weight:600;font-family:var(--font);cursor:pointer;transition:background var(--transition)}.stage-stepper-wrapper{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:0 0 16px}.stage-stepper{justify-content:center;gap:0;min-width:700px;padding:20px 16px;position:relative}.stage-dot,.stage-dot-group,.stage-stepper{display:flex;align-items:center}.stage-dot-group{flex-direction:column;gap:10px;cursor:pointer;padding:0 4px;transition:transform var(--transition);position:relative;z-index:2}.stage-dot-group:hover{transform:translateY(-2px)}.stage-dot{width:32px;height:32px;border-radius:50%;background:var(--border);border:3px solid #fff;box-shadow:0 0 0 2px var(--border);transition:all .3s ease;justify-content:center;font-size:12px;font-weight:700;color:#fff}.stage-dot.active{box-shadow:0 0 0 3px rgba(0,122,255,.3);transform:scale(1.2)}.stage-dot-label{font-size:11px;font-weight:600;color:var(--text-secondary);white-space:nowrap;transition:color var(--transition)}.stage-detail h3,.stage-dot-group:hover .stage-dot-label,.stage-dot.active+.stage-dot-label{color:var(--text)}.stage-connector{flex:1;height:3px;background:var(--border);min-width:20px;position:relative;z-index:1}.stage-detail{max-width:640px;margin:24px auto 0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:28px 32px;box-shadow:var(--shadow);animation:fadeInDetail .3s ease}.stage-detail-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.stage-detail-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.stage-detail h3{font-size:20px;font-weight:600;margin:0}.stage-detail p{font-size:15px;color:var(--text-secondary);line-height:1.6}.stage-detail-meta{display:flex;flex-wrap:wrap;gap:8px;padding-top:16px;border-top:1px solid var(--border)}.stage-detail-chip{padding:4px 12px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;font-size:12px;color:var(--text-secondary);font-weight:500}.stage-detail-role{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-secondary)}.stage-detail-role svg{color:var(--blue)}.stage-ghost-note{max-width:640px;margin:16px auto 0;padding:12px 24px;background:rgba(0,122,255,.04);border:1.5px dashed rgba(0,122,255,.25);border-radius:12px;text-align:center;font-size:14px;color:var(--text-secondary)}.trial-register{padding:80px 0;background-color:var(--bg);text-align:center}.trial-form{max-width:600px;margin:0 auto;text-align:left}.stage-detail p,.trial-form .form-group{margin-bottom:16px}.trial-form label{display:block;font-size:14px;font-weight:600;color:var(--text);margin-bottom:6px}.trial-form input{width:100%;padding:12px 16px;font-size:15px;border:1px solid var(--border);border-radius:10px;background-color:var(--bg-secondary);transition:border-color .2s,box-shadow .2s;box-sizing:border-box;font-family:inherit}.trial-form input:focus{outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,122,255,.15);background-color:var(--bg)}.trial-form .btn{width:100%;margin-top:8px}.field-hint{display:block;font-size:12px;color:#86868b;margin-top:4px}.trial-note{text-align:center;font-size:13px;color:#86868b;margin-top:12px}.hero-dashboard{max-width:1100px;margin:0 auto 48px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.1),0 0 0 1px rgba(0,0,0,.04);overflow:hidden}.kanban-board{display:grid;grid-template-columns:repeat(5,1fr);gap:0;min-height:220px}.kanban-column{border-right:1px solid var(--border);padding:0;display:flex;flex-direction:column}.kanban-column:last-child{border-right:none}.kanban-header{display:flex;align-items:center;gap:8px;padding:12px 14px;font-size:12px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);background:var(--bg-secondary);white-space:nowrap}.kanban-header-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.kanban-count{margin-left:auto;background:var(--border);color:var(--text-secondary);font-size:11px;font-weight:600;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s ease}.kanban-count.bump{transform:scale(1.25);background:rgba(0,122,255,.15)}.kanban-cards{padding:8px;flex:1;display:flex;flex-direction:column;gap:6px;min-height:160px}.kanban-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:10px 12px;font-size:12px;transition:transform .3s cubic-bezier(.25,1,.5,1),box-shadow .3s ease,border-color .3s ease,opacity .3s ease;cursor:default}.kanban-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.07);border-color:rgba(0,122,255,.18)}.kanban-card.arriving{animation:cardArrive .5s cubic-bezier(.22,1,.36,1) both}.kanban-card.initial{animation:cardEnter .4s cubic-bezier(.22,1,.36,1) both}.kanban-card.pulse-complete{animation:pulseGlow .6s ease both}.kanban-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.kanban-card-id{font-weight:600;color:var(--text)}.kanban-card-priority{width:7px;height:7px;border-radius:50%;background:var(--green);flex-shrink:0}.kanban-card-priority.high{background:var(--orange);box-shadow:0 0 0 2px rgba(255,149,0,.2)}.kanban-card-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.kanban-card-info{color:var(--text-secondary);font-size:11px}.kanban-card-operator{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;font-size:9px;font-weight:700;flex-shrink:0}.kanban-card-progress-bar{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.kanban-card-progress-fill{height:100%;border-radius:2px;transition:width 1s cubic-bezier(.4,0,.2,1)}.kanban-card-progress-fill.near-complete{animation:progressPulse 2s ease-in-out infinite}.kanban-card.leaving{animation:cardLeave .4s cubic-bezier(.4,0,1,1) both;pointer-events:none}.kanban-col-hidden{display:none!important}.kanban-pager{display:none;gap:6px;align-items:center}.kanban-dot{width:6px;height:6px;border-radius:50%;background:var(--border);transition:background .3s ease}.kanban-dot.active{background:var(--blue)}.kanban-footer,.kanban-gauge{display:flex;align-items:center}.kanban-footer{justify-content:space-between;padding:12px 16px;border-top:1px solid var(--border);background:var(--bg-secondary);gap:16px}.kanban-gauge{gap:10px;flex:1}.kanban-gauge-label{font-size:12px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.kanban-gauge-track{flex:1;max-width:200px;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.kanban-gauge-fill{height:100%;background:var(--green);border-radius:3px;transition:width .6s ease}.kanban-gauge-fill.low{background:var(--orange)}.kanban-gauge-fill.critical{background:var(--red)}.kanban-gauge-value{font-size:12px;font-weight:600;color:var(--text);min-width:32px}.kanban-alert{display:flex;align-items:center;gap:8px;padding:6px 12px;background:rgba(255,149,0,.08);border:1px solid rgba(255,149,0,.2);border-radius:8px;font-size:12px;font-weight:500;color:#c70;opacity:0;transition:opacity .4s ease;white-space:nowrap}.kanban-alert.visible{opacity:1}.assembly-timeline{padding:96px 0;background:var(--bg)}.timeline{position:relative;max-width:900px;margin:0 auto;padding:20px 0}.timeline-line{position:absolute;left:50%;top:0;bottom:0;width:3px;background:var(--border);transform:translateX(-50%);border-radius:2px}.timeline-line-fill{width:100%;height:0%;background:var(--blue);border-radius:2px;transition:height .05s linear}.timeline-item{display:flex;align-items:flex-start;position:relative;margin-bottom:32px;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.timeline-item.visible{opacity:1;transform:translateY(0)}.timeline-item:nth-child(odd){flex-direction:row-reverse;text-align:right}.timeline-item:nth-child(odd) .timeline-card{margin-right:60px;margin-left:0}.timeline-item:nth-child(even) .timeline-card{margin-left:60px;margin-right:0}.timeline-node{position:absolute;left:50%;transform:translateX(-50%);width:44px;height:44px;border-radius:50%;background:#fff;border:3px solid var(--border);display:flex;align-items:center;justify-content:center;z-index:2;color:var(--text-secondary);transition:border-color .4s ease,color .4s ease,box-shadow .4s ease}.timeline-item.visible .timeline-node{border-color:var(--node-color, var(--blue));color:var(--node-color, var(--blue));box-shadow:0 0 0 4px rgba(0,122,255,.1)}.timeline-card{width:calc(50% - 40px);background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px 24px;box-shadow:0 2px 8px rgba(0,0,0,.04);transition:box-shadow .3s ease,transform .3s ease}.timeline-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.timeline-stage-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;margin-bottom:8px}.timeline-card h3{font-size:17px;font-weight:600;margin-bottom:6px;color:var(--text)}.timeline-card p,.timeline-custom-hint span{font-size:14px;color:var(--text-secondary);line-height:1.5}.timeline-custom-hint{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:40px;padding:12px 24px;background:rgba(0,122,255,.04);border:1.5px dashed rgba(0,122,255,.25);border-radius:12px;max-width:520px;margin-left:auto;margin-right:auto}.timeline-custom-hint span{line-height:1.4}.timeline-card-meta{margin-top:12px;padding-top:12px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.timeline-card-role{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text-secondary)}.timeline-card-role svg,.timeline-custom-hint svg{color:var(--blue);flex-shrink:0}.timeline-card-transition{display:flex;align-items:center;gap:6px;font-size:11px}.tct-from{font-weight:500}.tct-from,.tct-to{padding:2px 8px;border-radius:6px;font-size:11px}.tct-from{background:var(--bg-secondary);color:var(--text-secondary)}.tct-to{background:rgba(0,122,255,.08);color:var(--blue);font-weight:600}.tct-arrow{color:var(--text-secondary);flex-shrink:0}.timeline-card-params{display:flex;flex-wrap:wrap;gap:4px}.tcp-chip{padding:2px 8px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;font-size:11px;color:var(--text-secondary)}.timeline-item:nth-child(odd) .timeline-card-meta{align-items:flex-end}.timeline-item:nth-child(odd) .timeline-card-params{justify-content:flex-end}.timeline-card-ghost{border-style:dashed;border-color:rgba(0,122,255,.3);background:rgba(0,122,255,.02)}.timeline-node-ghost{border-style:dashed!important}@media (max-width:768px){.kanban-board{display:flex}.kanban-column{flex:1;min-width:0}.kanban-footer{flex-direction:column;align-items:flex-start;gap:8px}.kanban-gauge-track{max-width:none}.kanban-alert{white-space:normal}.timeline-line{left:20px}.timeline-item,.timeline-item:nth-child(odd){flex-direction:row;text-align:left}.timeline-node{left:20px;width:40px;height:40px}.timeline-item:nth-child(even) .timeline-card,.timeline-item:nth-child(odd) .timeline-card{margin-left:56px;margin-right:0;width:auto}.timeline-card{width:auto}.timeline-custom-hint{margin-bottom:24px}.timeline-item:nth-child(odd) .timeline-card-meta{align-items:flex-start}.timeline-item:nth-child(odd) .timeline-card-params{justify-content:flex-start}}@media (max-width:480px){.social-proof-metrics{grid-template-columns:1fr}.kanban-cards{min-height:120px}.hero-dashboard{margin-left:-16px;margin-right:-16px;border-radius:12px}.timeline-node{width:36px;height:36px}.timeline-node svg{width:18px;height:18px}}@media (prefers-reduced-motion:reduce){.kanban-card,.kanban-card.leaving{animation:none}.timeline-item{opacity:1;transform:none}.kanban-alert,.kanban-gauge-fill,.timeline-item,.timeline-line-fill{transition:none}}