.main-cta-hero-section{padding:4rem 0}.main-cta-container{max-width:1200px;margin:0 auto;padding:0 2rem}.main-cta-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;min-height:500px}.main-cta-text-content{text-align:left;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.main-cta-headline{font-size:3.5rem;font-weight:700;line-height:1.1;color:var(--text-color);margin-bottom:.75rem;letter-spacing:-.02em}.main-cta-sub-headline{font-size:1.25rem;line-height:1.6;color:var(--text-color);margin-bottom:1.25rem;max-width:500px}.main-cta-image-content{display:flex;justify-content:center;align-items:center}.chat-demo{width:340px;border-radius:12px;box-shadow:0 10px 40px #0000001a;overflow:hidden;font-family:system-ui,-apple-system,sans-serif;font-size:12px;background:#fff;display:flex;flex-direction:column}.chat-demo-header{background:#e76e50;color:#fff;padding:14px 16px;display:flex;align-items:center;justify-content:space-between}.chat-demo-header-info{display:flex;align-items:center;gap:12px}.chat-demo-header-image{width:44px;height:44px;border-radius:8px;overflow:hidden;flex-shrink:0}.chat-demo-header-image img{width:100%;height:100%;object-fit:cover}.chat-demo-header-title{font-size:14px;font-weight:600;margin:0;line-height:1.3;text-align:left;display:block}.chat-demo-header-text p{font-size:11px;opacity:.8;margin:0;text-align:left}.chat-demo-header-actions{display:flex;gap:4px}.chat-demo-header-btn{background:none;border:none;color:#fff;padding:4px;border-radius:4px;cursor:default;opacity:.8;display:flex;align-items:center;justify-content:center}.chat-demo-messages{padding:16px;height:300px;overflow-y:hidden;overflow-x:hidden;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;touch-action:pan-y}.chat-demo-messages::-webkit-scrollbar{display:none}.chat-demo-msg{display:flex;gap:8px;align-items:flex-start;max-width:80%;opacity:0;transform:translateY(10px);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.chat-demo-msg.visible{opacity:1;transform:translateY(0)}.chat-demo-msg.bot{align-self:flex-start}.chat-demo-msg.user{align-self:flex-end;flex-direction:row-reverse}.chat-demo-bot-info{display:flex;align-items:flex-start;flex-shrink:0;margin-top:2px}.chat-demo-bot-avatar{width:40px;height:40px;border-radius:6px;overflow:hidden;flex-shrink:0;padding:3px}.chat-demo-bot-avatar img{width:100%;height:100%;object-fit:cover;border-radius:4px}.chat-demo-bot-wrapper{display:flex;flex-direction:column;min-width:0}.chat-demo-bot-name{font-size:10px;font-weight:500;opacity:.7;margin-bottom:2px;color:#374151;text-align:left}.chat-demo-bubble{padding:8px 12px;border-radius:16px;line-height:1.4;font-size:12px;word-break:break-word}.chat-demo-msg.bot .chat-demo-bubble{background:#f8fafc;color:#374151;border-bottom-left-radius:6px}.chat-demo-msg.user .chat-demo-bubble{background:#e76e50;color:#fff;border-bottom-right-radius:6px}.chat-demo-typing{display:flex;gap:8px;align-items:flex-start;align-self:flex-start;max-width:80%;opacity:0;transform:translateY(10px);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.chat-demo-typing.visible{opacity:1;transform:translateY(0)}.chat-demo-typing-inner{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f8fafc;border-radius:16px 16px 16px 6px}.chat-demo-typing-dots{display:flex;align-items:center;gap:4px}.chat-demo-typing-dot{width:6px;height:6px;border-radius:50%;background-color:#94a3b8;animation:chat-demo-typing 1.4s infinite ease-in-out}.chat-demo-typing-dot:nth-child(1){animation-delay:-.32s}.chat-demo-typing-dot:nth-child(2){animation-delay:-.16s}.chat-demo-typing-dot:nth-child(3){animation-delay:0s}@keyframes chat-demo-typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-demo-typing-text{font-size:11px;font-weight:500;background:linear-gradient(90deg,#94a3b8,#64748b,#94a3b8);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:chat-demo-shimmer 4s infinite}@keyframes chat-demo-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-demo-input{display:flex;gap:8px;align-items:center;padding:12px 16px;background:#fff;border-top:1px solid #e2e8f0}.chat-demo-input input{flex:1;border:1px solid #e0e0e0;border-radius:20px;padding:8px 14px;font-size:12px;outline:none;background:#f8fafc;color:#1e293b;font-family:inherit}.chat-demo-input input::placeholder{color:#999}.chat-demo-send-btn{width:36px;height:36px;border-radius:50%;background:#e76e50;color:#fff;border:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default}.chat-demo-attribution{text-align:center;padding:10px 16px;font-size:11px;color:#64748b;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;gap:5px;background:#f8fafc}.chat-demo-attribution a{display:inline-flex;align-items:center}.chat-demo-attribution img{height:12px}.main-cta-form{margin-top:0}.main-cta-input-group{display:flex;gap:0;margin-bottom:1rem;max-width:600px}.main-cta-email-input{flex:1;padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:.5rem 0 0 .5rem;font-size:1rem;outline:none;width:20rem;transition:border-color .2s ease}.main-cta-email-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 .5px var(--primary-color)}.main-cta-email-input::placeholder{color:var(--text-muted)}.main-cta-btn{border-radius:0 .5rem .5rem 0;font-size:1rem;padding:.875rem 1.5rem;white-space:nowrap}.main-cta-form-notes{display:flex;gap:1.5rem;font-size:.875rem;color:var(--text-color)}.main-cta-note-item{display:flex;align-items:center;gap:.25rem}@media (max-width: 768px){.main-cta-hero-section{padding:2rem 0}.main-cta-container{padding:0 1rem}.main-cta-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.main-cta-text-content{text-align:center;order:1}.main-cta-image-content{order:2;width:100%;justify-content:center;align-items:center}.main-cta-headline{font-size:var(--section-title-size);margin-bottom:1rem}.main-cta-sub-headline{font-size:var(--section-subtitle-size);margin-bottom:1.5rem;max-width:none}.chat-demo{width:100%;max-width:300px;margin:0 auto}.chat-demo-messages{height:260px}.chat-demo-msg.bot .chat-demo-bubble{text-align:left}.chat-demo-msg.user .chat-demo-bubble{text-align:right}.main-cta-form{display:flex;flex-direction:column;align-items:center;width:100%}.main-cta-input-group{flex-direction:row;gap:0;max-width:400px;width:100%}.main-cta-email-input{border-radius:.5rem 0 0 .5rem;border:2px solid var(--border-color);flex:1;font-size:.8rem;width:10rem}.main-cta-btn{border-radius:0 .5rem .5rem 0;padding:1rem 1.5rem;flex-shrink:0;font-size:.875rem}.main-cta-form-notes{flex-direction:row;gap:1rem;text-align:center;justify-content:center}}@media (max-width: 1024px) and (min-width: 769px){.main-cta-hero-content{gap:2rem}.main-cta-headline{font-size:var(--section-title-size)}.main-cta-sub-headline{font-size:var(--section-subtitle-size)}}.main-cta-email-input[data-astro-cid-7hurh7ly]{transition:border-color .2s ease}.main-cta-btn[data-astro-cid-7hurh7ly]:disabled{opacity:.7;cursor:not-allowed}.step-by-step{padding:4rem 1rem;background-color:var(--background-color)}.step-by-step-container{max-width:1200px;margin:0 auto;text-align:center}.step-by-step-title{font-size:var(--section-title-size);font-weight:700;color:var(--text-color);margin-bottom:3rem}.step-by-step-steps{display:flex;align-items:flex-start;justify-content:center;gap:2rem;flex-wrap:nowrap}.step-by-step-step{flex:1;min-width:0;max-width:320px;text-align:center;display:flex;flex-direction:column;align-items:center}.step-by-step-icon{width:120px;height:120px;border-radius:50%;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--background-color);transition:transform .3s ease;flex-shrink:0}.step-by-step-icon:hover{transform:scale(1.05)}.step-by-step-step-title{font-size:1.75rem;font-weight:600;color:var(--text-color);margin-bottom:1rem;flex-shrink:0}.step-by-step-step-description{font-size:1rem;line-height:1.6;color:var(--text-color);max-width:280px;margin:0 auto}.step-by-step-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:0 1rem;align-self:flex-start;margin-top:25px}@media (max-width: 900px) and (min-width: 769px){.step-by-step-steps{flex-wrap:wrap;gap:3rem 2rem}.step-by-step-step{min-width:250px}.step-by-step-arrow{display:none}}@media (max-width: 768px){.step-by-step{padding:3rem 1rem}.step-by-step-title{font-size:2rem;margin-bottom:2rem}.step-by-step-steps{flex-direction:column;flex-wrap:nowrap;gap:3rem;align-items:stretch}.step-by-step-arrow{display:none}.step-by-step-step{min-width:auto;max-width:100%;width:100%}.step-by-step-icon{width:100px;height:100px}.step-by-step-step-title{font-size:1.5rem}.step-by-step-step-description{max-width:100%;padding:0 1rem}}.marquee-container{width:100%;overflow:hidden;margin:4rem auto 0;position:relative;background:linear-gradient(135deg,#e76e500d,#e76e5005);border:1px solid rgba(231,110,80,.1);border-radius:50px;padding:1rem 0;box-shadow:0 4px 20px #e76e5014;mask:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.marquee-track{display:flex;align-items:center;gap:3rem;animation:marquee-scroll 60s linear infinite;white-space:nowrap;width:max-content;will-change:transform;backface-visibility:hidden;transform:translateZ(0)}.marquee-item{display:inline-block;font-weight:600;letter-spacing:-.01em;position:relative;transition:all .3s ease;will-change:transform;backface-visibility:hidden}.marquee-item.sentence{font-size:1.125rem;color:#e76e50;padding:.5rem 1.5rem;border-radius:25px;border:2px solid rgba(231,110,80,.2);background-color:#ffffffe6;box-shadow:0 2px 8px #e76e501a;will-change:transform;backface-visibility:hidden;transform:translateZ(0);contain:layout style paint}.marquee-item.word{font-size:1rem;color:#64748b;text-transform:uppercase;font-weight:700;letter-spacing:.05em;opacity:.8}@keyframes marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (max-width: 768px){.marquee-container{margin:3rem auto 0;padding:.75rem 0;border-radius:30px}.marquee-track{gap:2rem;animation-duration:45s}.marquee-item.sentence{font-size:1rem;padding:.375rem 1rem;border-radius:20px}.marquee-item.word{font-size:.875rem}}@media (max-width: 480px){.marquee-container{margin:3rem auto 0;padding:.5rem 0}.marquee-track{gap:1.5rem;animation-duration:40s}.marquee-item.sentence{font-size:.9rem;padding:.25rem .75rem}.marquee-item.word{font-size:.8rem}}.why-us{padding:4rem 0;background:var(--background-color)}.why-us-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.why-us-header{text-align:center;margin-bottom:3rem}.why-us-title{font-size:var(--section-title-size);font-weight:700;color:var(--text-color);margin-bottom:1rem;line-height:1.2}.why-us-intro{font-size:var(--section-subtitle-size);color:var(--text-color);max-width:600px;margin:0 auto;line-height:1.6}.why-us-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:3rem}.why-us-text{padding-right:1rem}.why-us-headline{font-size:1.875rem;font-weight:600;color:var(--text-color);margin-bottom:1.5rem;line-height:1.3}.why-us-description{font-size:1rem;color:var(--text-color);line-height:1.7;margin-bottom:2.5rem}.why-us-differentiators{display:flex;flex-direction:column;gap:1.5rem}.why-us-differentiator{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--background-color);border:2px solid var(--outline-color);border-radius:.75rem;transition:transform .2s ease,border-color .2s ease}.why-us-differentiator:hover{transform:translateY(-2px);border-color:var(--primary-color)}.why-us-differentiator-icon{flex-shrink:0;width:48px;height:48px;background:var(--primary-color);border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff}.why-us-differentiator-content{flex:1}.why-us-differentiator-title{font-size:var(--section-subtitle-size);font-weight:600;color:var(--text-color);margin-bottom:.5rem}.why-us-differentiator-description{font-size:.875rem;color:var(--text-color);line-height:1.5;margin:0}.why-us-visual{padding-left:1rem}.why-us-infographic{background:linear-gradient(135deg,var(--tertiary-color) 0%,rgba(244,164,98,.1) 100%);border-radius:1rem;padding:1rem 2rem;border:1px solid rgba(231,110,80,.1)}.why-us-infographic-title{font-size:1.5rem;font-weight:600;color:var(--text-color);text-align:center;margin-bottom:1.5rem}.why-us-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.why-us-stat{text-align:center;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000014;transition:transform .2s ease}.why-us-stat:hover{transform:translateY(-4px)}.why-us-stat-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--secondary-color);border-radius:50%;margin:0 auto 1rem;color:#fff}.why-us-stat-number{font-size:2.5rem;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:.5rem}.why-us-stat-label{font-size:.875rem;font-weight:500;color:var(--text-muted);line-height:1.4}.why-us-quote{margin-bottom:1.5rem}.why-us-quote-content{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 2px 8px #00000014;position:relative}.why-us-quote-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.why-us-quote-icon{color:var(--primary-color);flex-shrink:0}.why-us-company-logo{width:150px;height:80px;display:flex;align-items:center;justify-content:flex-end}.why-us-logo{max-width:100%;max-height:100%;object-fit:contain}.why-us-quote-content p{font-size:.9rem;font-style:italic;color:var(--text-color);line-height:1.6;margin-bottom:1rem;font-weight:500}.why-us-quote-content cite{font-size:.8rem;color:var(--text-muted);font-weight:600;font-style:normal}.why-us-cta{display:flex;gap:1rem;margin-top:2rem}.why-us-cta .btn{flex:1;text-align:center}@media (max-width: 768px){.why-us{padding:3rem 0}.why-us-container{padding:0 1rem}.why-us-title{font-size:2rem}.why-us-intro{font-size:1rem}.why-us-content{grid-template-columns:1fr;gap:3rem}.why-us-text,.why-us-visual{padding:0}.why-us-headline{font-size:1.5rem}.why-us-differentiator{padding:1.25rem}.why-us-infographic{padding:1.5rem}.why-us-infographic-title{font-size:1.25rem}.why-us-stats{grid-template-columns:1fr;gap:1rem}.why-us-stat{padding:1.25rem 1rem}.why-us-stat-icon{width:56px;height:56px}.why-us-stat-number{font-size:2rem}.why-us-cta{flex-direction:column;align-items:center;gap:.75rem}.why-us-cta .btn{width:100%;max-width:280px}}@media (max-width: 1024px) and (min-width: 769px){.why-us-content{gap:3rem}.why-us-infographic{padding:1.75rem}.why-us-stats{gap:1.25rem}}
