:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{font-family:inherit}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;min-height:100svh;min-height:100dvh;display:flex;flex-direction:column;background:#efeae2;font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,sans-serif;font-size:14.2px;color:#111b21}.app.app-home{background:linear-gradient(180deg,#f8fbff,#eef4ff)}.loading-splash{min-height:100vh;min-height:100svh;min-height:100dvh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;position:relative;overflow:hidden;background:radial-gradient(circle at top,#f8fbff,#eef4ff 45%,#e2eeff)}.loading-splash-orb{position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,#0677be3d,#0677be00 68%);filter:blur(1px);animation:splash-orb-float 3.2s ease-in-out infinite}.loading-splash-ring{position:absolute;width:230px;height:230px;border-radius:50%;border:2px solid rgba(6,119,190,.22);border-top-color:#032a8db3;border-bottom-color:#032a8d80;animation:splash-ring-spin 1.45s linear infinite}.loading-splash-logo{width:108px;height:108px;object-fit:contain;position:relative;z-index:1;animation:splash-logo-pulse 1.75s ease-in-out infinite;filter:drop-shadow(0 10px 20px rgba(3,42,141,.18))}@keyframes splash-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes splash-logo-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}@keyframes splash-orb-float{0%,to{transform:translateY(0);opacity:.75}50%{transform:translateY(-14px);opacity:1}}.site-header{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 0;border-bottom:none}.site-header.site-header-home{background:transparent}.chat-main{flex:1 1 auto;margin:68px 0 0;width:100%;height:auto;min-height:0;background:#fff;border-radius:0;overflow:hidden;display:flex;box-shadow:none}.chat-main.chat-main-home{background:transparent}.screen-stack{position:relative;flex:1;min-height:0;overflow:hidden}.screen{position:absolute;inset:0;transition:opacity .3s ease,transform .36s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.screen-visible{opacity:1;transform:translate(0);pointer-events:auto}.screen-hidden-left{opacity:0;transform:translate(-24px);pointer-events:none}.screen-hidden-right{opacity:0;transform:translate(24px);pointer-events:none}.landing-content{flex:1;min-height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:transparent}.landing-copy{max-width:760px;text-align:center}.landing-copy h1{font-size:2.4rem;line-height:1.2;color:#032a8d;margin-bottom:1rem}.landing-copy p{font-size:1.1rem;color:#2e3a4a;line-height:1.7;margin-bottom:1.8rem}.landing-composer{display:inline-flex;align-items:center;gap:.65rem;width:min(640px,95vw)}.homepage-icons{margin-top:.95rem;display:flex;justify-content:center;align-items:center;gap:.35rem;flex-wrap:wrap}.homepage-icon-chip{display:inline-flex;align-items:center;justify-content:center;padding:0}.homepage-icon-image{width:75px;height:75px;object-fit:contain}.homepage-icon-image-sm{width:60px;height:60px}.start-chat-context-text{color:#2e3a4a;font-weight:600;white-space:nowrap}.start-chat-channel-select{border:2px solid #67b9ef;border-radius:10px;padding:.8rem 2.4rem .8rem 1.2rem;font-size:.95rem;color:#032a8d;background:#fff;box-shadow:0 2px 10px #032a8d1f;min-width:160px;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23032a8d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .95rem center;background-size:12px 8px}.start-chat-channel-select:focus{outline:none;border-color:#0677be;box-shadow:0 0 0 3px #0677be33}.start-chat-input{flex:1;border:2px solid #67b9ef;border-radius:10px;padding:.8rem 1rem;font-size:1rem;color:#032a8d;background:#fff;box-shadow:0 2px 10px #032a8d1f}.start-chat-input::placeholder{color:#4f6cae}.start-chat-input:focus{outline:none;border-color:#0677be;box-shadow:0 0 0 3px #0677be33}.start-chat-send-btn{border:none;border-radius:10px;padding:.8rem 1.1rem;font-size:.95rem;font-weight:600;color:#fff;background:linear-gradient(90deg,#0677be,#032a8d);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.start-chat-send-btn-enter{animation:start-chat-send-reveal .22s cubic-bezier(.22,1,.36,1)}.start-chat-send-btn-exit{animation:start-chat-send-hide .18s ease forwards;pointer-events:none}.start-chat-send-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0677be40}.start-chat-send-btn:focus-visible{outline:2px solid #67b9ef;outline-offset:2px}@keyframes start-chat-send-reveal{0%{opacity:0;transform:translate(8px) scale(.96)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes start-chat-send-hide{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(6px) scale(.97)}}.chat-sidebar{background:#f0f2f5;border-right:1px solid #d6dbe1;display:flex;flex-direction:column}.sidebar-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid #d6dbe1}.avatar,.chat-avatar{height:40px;width:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f9d8d,#00675f);flex-shrink:0}.sidebar-header h2{font-size:1.1rem;color:#111b21}.search-row{padding:.8rem;border-bottom:1px solid #d6dbe1}.search-row input,.composer input{width:100%;border:1px solid transparent;border-radius:10px;padding:.72rem .9rem;font-size:.95rem;color:#111b21;background:#fff}.search-row input:focus,.composer input:focus{outline:none;border-color:#00a884}.chat-list{list-style:none;overflow-y:auto}.chat-item{display:flex;gap:.75rem;padding:.85rem .95rem;border-bottom:1px solid #e7eaed;cursor:pointer;transition:background .2s}.chat-item:hover{background:#e9edef}.chat-item.active{background:#d9fdd3}.chat-meta{min-width:0;flex:1}.chat-meta-top{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.chat-name{font-size:.95rem;font-weight:600;color:#111b21}.chat-time{font-size:.74rem;color:#667781}.chat-meta p{margin-top:.2rem;font-size:.85rem;color:#667781;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel{flex:1;height:100%;min-height:0;display:flex;flex-direction:column;background-color:#e5ddd5;background-image:url(/whatsapp-bg-tile.png);background-repeat:repeat;background-size:412px 749px}.panel-header{display:flex;align-items:center;gap:.8rem;padding:.85rem 1.25rem;border-bottom:1px solid #d6dbe1;background:#f0f2f5}.chat-avatar.large{height:44px;width:44px}.panel-header h3{font-size:1rem;color:#111b21}.panel-header span{font-size:.8rem;color:#667781}.messages{flex:1;padding:1rem 1.15rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.history-loading{align-self:center;display:inline-flex;align-items:center;gap:.5rem;background:#ffffffe6;color:#54656f;border-radius:999px;padding:.38rem .72rem;font-size:.82rem;box-shadow:0 1px #0b141a21}.history-loading-spinner{width:14px;height:14px;border-radius:50%;border:2px solid #9ad6c7;border-top-color:#00a884;animation:history-loading-spin .85s linear infinite}@keyframes history-loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.message{max-width:min(78%,590px);border-radius:7.5px;padding:.36rem .55rem .22rem;box-shadow:0 1px #0b141a21}.message p{font-size:.95rem;color:#111b21;line-height:1.4}.message time{margin-top:.22rem;display:block;text-align:right;font-size:.76rem;color:#667781}.message.incoming{background:#fff;align-self:flex-start}.message.outgoing{background:#d9fdd3;align-self:flex-end}.composer{display:flex;align-items:center;gap:.6rem;padding:.8rem 1rem 1rem;background:transparent}.composer button{border:none;border-radius:999px;width:42px;height:42px;background:#00a884;color:#fff;cursor:pointer;box-shadow:0 3px 10px #0000001f;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.composer input{flex:1 1 auto;min-width:0;width:auto;box-shadow:0 3px 10px #0000001a}.composer button svg{width:20px;height:20px;fill:currentColor}.composer button:hover{background:#01856a}.composer button:disabled,.composer button:disabled:hover{background:#9aa0a6;cursor:not-allowed;box-shadow:none}.header-container{width:100%;max-width:none;margin:0;padding:0 1rem;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}.header-start{justify-self:start;min-height:32px}.logo-link{display:flex;align-items:center;gap:.6rem;text-decoration:none;justify-self:center}.logo-text{color:#0677be;font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#0677be,#032a8d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-actions{display:flex;align-items:center;gap:.55rem;justify-self:end}.header-price{color:#032a8d;font-weight:700;font-size:.84rem;line-height:1;border:1px solid rgba(6,119,190,.32);background:#ffffffeb;border-radius:999px;height:32px;padding:0 .72rem;display:inline-flex;align-items:center;white-space:nowrap}.reset-chat-btn{border:1px solid #c9d5e4;background:#fff;color:#47607a;border-radius:999px;height:32px;width:32px;padding:0;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center}.reset-chat-btn:hover{background:#f5f9ff;border-color:#a8bfd8;color:#1f3c5b}.reset-chat-btn svg{width:18px;height:18px;fill:currentColor}.reset-chat-btn:focus-visible{outline:2px solid #67b9ef;outline-offset:2px}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none}.brand-mark{height:2rem;width:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1rem;font-weight:700}.brand-name{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-links{display:flex;align-items:center;gap:2rem}.header-links a{color:#333;text-decoration:none;font-weight:500;transition:color .3s}.header-links a:hover{color:#667eea}.header-links a.nav-button,.header-links a.nav-button:hover{color:#fff}.contact-sales-btn{color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;line-height:1;border:1px solid transparent;background:linear-gradient(90deg,#0677be,#032a8d);border-radius:8px;width:auto;height:32px;padding:0 .85rem;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.contact-sales-btn:hover{color:#333;background:#fff;border-color:#fff}.site-footer{background-color:#fff;padding:10px 20px 8px;text-align:center;border-top:1px solid #e2e8f0;font-family:sans-serif}.site-footer-address{margin:0;color:#64748b;font-size:.85rem;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-footer-mobile-only{display:none}.nav-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.6rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-block;text-decoration:none}.nav-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-container{max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.gradient-text{display:block;background:linear-gradient(135deg,#ffeaa7,#fdcb6e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.btn-primary{background:#fff;color:#667eea;border:none;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-block;text-decoration:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2.5rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s}.btn-secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.btn-large{padding:1.25rem 3rem;font-size:1.2rem}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.features{padding:6rem 2rem;background:#f8f9fa}.features-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#333}.section-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:16px;text-align:center;transition:transform .3s,box-shadow .3s;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#333}.feature-card p{color:#666;line-height:1.6}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-container{max-width:700px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-subtitle{font-size:1.2rem;margin-bottom:2.5rem;opacity:.95}.cta-note{margin-top:1.5rem;font-size:.95rem;opacity:.9}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section a{display:block;color:#ffffffb3;text-decoration:none;margin-bottom:.75rem;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#fff9}@media(max-width:768px){html,body,#root,.app{height:100%;min-height:100dvh}body{overflow:hidden}.app{height:100dvh;overflow:hidden}.header-container{padding:0 .75rem}.app-home .header-container{grid-template-columns:1fr;grid-template-rows:auto auto;row-gap:.5rem;padding-top:.1rem;padding-bottom:.25rem}.app-home .site-header{position:sticky}.app-home .header-start{display:none}.app-home .logo-link{grid-column:1;grid-row:1;justify-self:center}.app-home .header-actions{grid-column:1;grid-row:2;justify-self:center}.app-home .chat-main{margin-top:0;overflow-y:auto}.chat-main{margin:68px 0 0;overflow:hidden}.site-footer{padding:8px 12px 6px}.site-footer-address{font-size:.77rem}.site-footer-desktop-only{display:none}.site-footer-mobile-only{display:block}.screen-hidden-left{transform:translate(-16px)}.screen-hidden-right{transform:translate(16px)}.landing-content{padding:1.5rem 1rem}.landing-composer{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:.5rem .55rem;width:100%;max-width:100%}.start-chat-context-text{grid-column:1;grid-row:1;font-size:.95rem;padding:0 .1rem .2rem}.start-chat-channel-select{grid-column:2;grid-row:1;min-width:0;width:100%;min-height:46px;font-size:.9rem;padding:.7rem 2.2rem .7rem .9rem}.start-chat-input{grid-column:1 / -1;grid-row:2;min-width:0;width:100%;min-height:46px;padding:.72rem .85rem}.start-chat-send-btn{grid-column:1 / -1;grid-row:3;white-space:nowrap;width:100%;min-height:44px}.homepage-icons{margin-top:.8rem;gap:.3rem}.landing-copy h1{font-size:1.85rem}.landing-copy p{font-size:1rem;line-height:1.55}.chat-panel{height:100%}.chat-sidebar{display:none}.message{max-width:88%}.composer{gap:.5rem;padding:.7rem .75rem .85rem;background:transparent}.composer button{width:40px;height:40px}.logo-text{font-size:1.4rem}.contact-sales-btn{font-size:.82rem;padding:0 .65rem}.header-price{font-size:.78rem;padding:0 .58rem}.app-home .header-actions{gap:.45rem}.app-home .contact-sales-btn,.app-home .header-price{height:30px}.app:not(.app-home) .header-container{grid-template-columns:auto minmax(0,1fr) auto;column-gap:.45rem;padding-left:.55rem;padding-right:.55rem}.app:not(.app-home) .logo-link{justify-self:start;min-width:0}.app:not(.app-home) .logo-text{display:block;font-size:1rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:6.1rem}.app:not(.app-home) .header-price{display:inline-flex;height:28px;font-size:.68rem;padding:0 .42rem}.app:not(.app-home) .contact-sales-btn{height:28px;font-size:.72rem;padding:0 .5rem}.app:not(.app-home) .header-actions{gap:.28rem}.app:not(.app-home) .header-start{min-height:28px}.app:not(.app-home) .reset-chat-btn{width:28px;height:28px}.app:not(.app-home) .reset-chat-btn svg{width:15px;height:15px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.header-links{gap:1rem}.header-links a{display:none}.header-links .contact-sales-btn,.header-links .nav-button{display:inline-block}.hero-stats{gap:2rem}.stat-number,.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.cta-title{font-size:2rem}}@media(max-width:420px){.app-home .header-container{row-gap:.4rem;padding-left:.6rem;padding-right:.6rem}.app-home .logo-text{font-size:1.32rem}.app-home .header-price{font-size:.73rem;padding:0 .5rem}.app-home .contact-sales-btn{font-size:.78rem;padding:0 .55rem}.app:not(.app-home) .header-container{column-gap:.35rem;padding-left:.45rem;padding-right:.45rem}.app:not(.app-home) .logo-text{font-size:.92rem;max-width:4.9rem}.app:not(.app-home) .header-price{font-size:.62rem;padding:0 .35rem}.app:not(.app-home) .contact-sales-btn{font-size:.66rem;padding:0 .4rem}.app:not(.app-home) .header-actions{gap:.2rem}}@media(prefers-reduced-motion:reduce){.screen{transition:none}}
