:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{color-scheme:light}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,Arial,sans-serif}html,body,#root{height:100%;width:100%;background:#fff}.app{display:flex;flex-direction:column;height:100vh;width:100%;background-color:#fff;background-image:radial-gradient(circle at 25px 25px,rgba(0,0,0,.03) 2px,transparent 0),radial-gradient(circle at 75px 75px,rgba(0,0,0,.02) 2px,transparent 0);background-size:100px 100px}.header{min-height:80px;padding:10px 18px;display:flex;align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 8px #00000008}.header-left{display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:#0f172a;display:flex;align-items:center;justify-content:center}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.brand{font-weight:600;font-size:15px;color:#111827}.status{font-size:12px;color:#6b7280}.chat-area{position:fixed;inset:80px 0 90px;overflow-y:auto;display:flex;justify-content:center;padding:10px 15px;background:linear-gradient(180deg,#f9fbff,#eef3ff,#f9fbff)}.messages{width:100%;max-width:800px}.message{max-width:80%;padding:14px 16px;border-radius:16px;font-size:14px;background:#f4f4f5;color:#111827;margin-bottom:10px}.input-bar{position:fixed;bottom:0;left:0;width:100%;background:#fff;border-top:1px solid #e5e7eb;padding:10px 12px 6px;display:flex;flex-direction:column;align-items:center;z-index:1000}.composer{width:100%;max-width:800px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:6px 8px;position:relative}.attach{width:38px;height:38px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer}.attach-plus{font-size:18px;color:#111827}.file-input{display:none}.input{flex:1;border:none;outline:none;font-size:14px;padding:6px 8px;background:transparent;color:#111827;-webkit-text-fill-color:#111827}.send-button{width:38px;height:38px;border-radius:50%;border:none;background:#000;display:flex;align-items:center;justify-content:center;cursor:pointer}.send-button{flex-shrink:0}.input{flex:1;min-width:0}.send-button:hover{background:#111827}.send-img{width:18px;height:18px;object-fit:contain}.payment-note{margin-top:6px;font-size:11px;color:#6b7280;text-align:center}.modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999}.modal-box{background:#fff;padding:28px 24px;border-radius:16px;width:90%;max-width:360px;text-align:center;box-shadow:0 20px 40px #0003}.modal-box h2{margin-bottom:10px;font-size:18px;color:#111827}.modal-box p{margin-bottom:18px;font-size:14px;color:#6b7280}.modal-box .input{border:1px solid #e5e7eb;border-radius:10px;padding:10px;margin-bottom:14px}@media(max-width:768px){.chat-area{padding:20px 10px}.composer{width:100%;max-width:100%;padding:6px 10px;box-sizing:border-box}.message{max-width:90%;font-size:13px}.modal-box{padding:22px 18px}}.message-row{display:flex;width:100%;margin:6px 0}.row-admin{justify-content:flex-start}.row-client{justify-content:flex-end}.message-bubble{max-width:70%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.4;word-break:break-word}.bubble-admin{background:#f1f1f1;color:#111;border-top-left-radius:4px}.bubble-client{background:#111;color:#fff;border-top-right-radius:4px}.locked-content{display:flex;flex-direction:column;gap:10px;align-items:flex-start;max-width:320px}.blur-image{width:100%;max-width:300px;height:auto;border-radius:12px;object-fit:cover}.locked-text{margin:0;font-size:14px}.pay-button{display:inline-block;background:#4f46e5;color:#fff;padding:10px 14px;border-radius:8px;text-decoration:none;font-weight:600;font-size:14px}.pay-button:hover{background:#4338ca}.history-button{margin-top:10px;padding:8px 14px;border:none;border-radius:8px;background:#1e88e5;color:#fff;cursor:pointer;font-size:14px}.history-button:hover{background:#1565c0}.intro-block{text-align:center;padding:10px 15px}.intro-video{width:100%;max-width:260px;border-radius:12px;margin:10px auto;display:block}.services-button{margin-top:10px;padding:10px 16px;border-radius:10px;border:none;background:#1e88e5;color:#fff;font-weight:600;cursor:pointer}.services-block{background:#f5f7fa;padding:12px;border-radius:12px;margin:10px}.services-block ul{padding-left:18px;text-align:left}.modal-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999}.modal-box{position:relative;width:380px;max-width:92%;background:#fff;border-radius:18px;padding:28px 24px;text-align:center;box-shadow:0 20px 40px #00000026,0 6px 12px #00000014;animation:fadeScale .25s ease}.modal-box h2{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:8px}.modal-box p{font-size:14px;color:#64748b;margin-bottom:18px}.modal-box .input{width:100%;height:46px;border-radius:12px;border:1px solid #e2e8f0;padding:0 14px;font-size:14px;outline:none;transition:all .2s ease;background:#f8fafc}.modal-box .input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb26}.modal-box .send-button{margin-top:16px;width:100%;height:46px;border-radius:12px;border:none;font-weight:600;font-size:15px;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;transition:all .2s ease}.modal-box .send-button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #2563eb40}.modal-box .send-button:active{transform:scale(.98)}@keyframes fadeScale{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.unlocked-content{display:flex;flex-direction:column;align-items:center;gap:8px}.unlocked-image{max-width:320px;width:100%;height:auto;border-radius:16px;object-fit:cover}.payment-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;padding:14px;margin-top:6px;max-width:260px}.payment-title{font-weight:600;margin-bottom:6px}.payment-text{font-size:14px;margin-bottom:10px;color:#e2e8f0}.payment-amount{font-weight:700;margin-bottom:10px;color:#38bdf8}.payment-button{display:inline-block;background:#2563eb;color:#fff;text-decoration:none;padding:8px 12px;border-radius:10px;font-size:14px}.plus-button{width:42px;height:42px;border-radius:50%;border:none;color:#000;font-size:22px;font-weight:700;cursor:pointer;margin-right:8px;display:flex;align-items:center;justify-content:center}.plus-button:hover{background:#27ae60}.plus-button:disabled{opacity:.5;cursor:not-allowed}.header-info{display:flex;flex-direction:column;line-height:1.2;gap:2px}.pro-name{font-size:15px;font-weight:600;color:#0f172a}.pro-status{font-size:12px;color:#22c55e;font-weight:500}.powered-by{font-size:11px;color:#626566;margin-top:2px}.client-action-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:1.5px solid #cbd5e1;color:#fff;padding:10px 18px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 14px #0000001f}.client-actions{width:100%;display:flex;justify-content:center;gap:16px;margin:26px auto 16px;max-width:600px}.services-link-wrapper{width:100%;display:flex;justify-content:center;margin:6px 0 8px}.services-link{background:transparent;border:none;color:#2563eb;font-size:13px;font-weight:500;cursor:pointer;opacity:.85;transition:opacity .2s ease}.services-link:hover{opacity:1;text-decoration:underline}.services-link-header{font-size:12px;color:#2563eb;cursor:pointer;text-decoration:underline;margin-top:2px;margin-bottom:6px}.services-link-header:hover{opacity:.75;text-decoration:underline}.services-link-header{font-size:12px;color:#2563eb;cursor:pointer;text-decoration:underline;margin-top:2px;width:fit-content}.services-link-header:hover{opacity:.75}.secure-note{margin-top:20px}@media(max-width:768px){html,body,#root{height:100%;overflow-y:auto;overflow-x:hidden}.app{height:100dvh;display:flex;flex-direction:column;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.header,.client-actions,.input-bar{flex:0 0 auto}.header{min-height:70px;padding:8px 12px}.avatar{width:36px;height:36px}.pro-name{font-size:14px}.pro-status{font-size:11px}.services-link-header{font-size:11px;margin-bottom:2px}.powered-by{font-size:10px}.client-actions{margin:10px auto 8px;padding:0 12px;gap:8px;width:100%;max-width:600px}.client-action-button{flex:1;padding:8px 10px;font-size:13px}.intro-block{max-height:40vh;overflow:auto}.intro-video{max-height:28vh}.input-bar{padding:10px 12px 6px}.input{font-size:16px}}.chat-area{top:80px!important}@media(max-width:768px){.intro-block{padding:8px 10px;margin:6px 10px 4px;border-radius:14px}.intro-block h3{font-size:14px;margin-bottom:6px}.intro-video{max-height:140px;width:100%;object-fit:cover;border-radius:12px;margin:6px auto}.services-button{margin-top:6px;padding:8px 12px;font-size:13px}.chat-area{padding-top:6px;padding-bottom:6px}}.header{position:fixed;top:0;left:0;width:100%;height:80px;z-index:1000;background:#fff;display:flex;align-items:center;justify-content:space-between}.client-actions{display:none}.install-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 6px 16px #2563eb59;transition:transform .2s ease,box-shadow .2s ease;animation:installBounce 2.5s infinite}.install-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px #2563eb73}@keyframes installBounce{0%{transform:translateY(0)}8%{transform:translateY(-4px)}16%{transform:translateY(0)}24%{transform:translateY(-2px)}32%{transform:translateY(0)}to{transform:translateY(0)}}.install-btn{position:relative}.install-badge{position:absolute;top:-8px;right:-10px;background:#22c55e;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;border-radius:6px;box-shadow:0 3px 8px #00000026}.call-link-header{margin-top:6px;font-size:13px;font-weight:600;color:#2f80ed;cursor:pointer;transition:opacity .2s ease}.call-link-header:hover{opacity:.7}.header-right{display:flex;align-items:center;gap:10px}.call-icon-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:8px;font-size:16px;line-height:1;padding:0;cursor:pointer}.call-btn:hover{opacity:.9}@media(max-width:768px){.header-right{gap:6px}.call-icon-btn{width:34px;height:34px;font-size:16px}.install-btn{padding:7px 10px;font-size:12px}}.demo-features{margin-top:10px;font-size:13px;color:#2563eb;text-align:left}.marker{position:relative;display:inline-block}.marker:after{content:"";position:absolute;left:0;bottom:2px;width:100%;height:6px;background:#ff4d4f;opacity:.7;border-radius:4px;transform:rotate(-1deg)}.tools-logos{display:flex;justify-content:center;align-items:center;gap:10px;margin-bottom:12px}.tools-logos img{height:22px;opacity:.8}.logo-whatsapp{color:#25d366}.logo-gmail{color:#ea4335}.logo-calendar{color:#4285f4}.logo-calendly{color:#0069ff}.logo-stripe{color:#635bff}@keyframes demoBounce{0%{transform:translateY(0)}8%{transform:translateY(-4px)}16%{transform:translateY(0)}to{transform:translateY(0)}}.modal-box .send-button{animation:demoBounce 3s infinite}.mobile-toggle{display:none;font-size:20px;cursor:pointer;margin:10px}@media(max-width:768px){.mobile-toggle{display:block;text-align:center}.mobile-actions{max-height:0;overflow:hidden;transition:.3s;padding-top:6px}.mobile-actions.open{max-height:200px}}.services-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;z-index:2000}.services-modal{position:relative;background:#fff;padding:25px;border-radius:16px;max-width:420px;width:90%;box-shadow:0 20px 60px #00000040}.services-modal-header{display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:18px}.services-modal-header h3{text-align:center;width:100%;font-size:16px;font-weight:600}.services-modal ul{text-align:left;padding-left:20px;margin-top:10px}.services-modal li{margin-bottom:6px}.plus-menu-button{width:34px;height:34px;border-radius:50%;border:none;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.plus-menu{position:absolute;bottom:48px;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 10px 30px #00000026;display:flex;flex-direction:column;padding:8px;min-width:210px}.plus-menu{animation:menuPop .15s ease}@keyframes menuPop{0%{transform:translate(-50%) scale(.95);opacity:0}to{transform:translate(-50%) scale(1);opacity:1}}.plus-menu button{border:none;background:none;padding:8px 12px;text-align:left;cursor:pointer;font-size:14px}.plus-menu button:hover{background:#f3f4f6}.plus-button{font-size:17px}.plus-wrapper{position:relative;display:flex;align-items:center}.message-time{font-size:11px;opacity:.6;text-align:right;margin-top:4px}.date-separator{text-align:center;font-size:12px;color:#888;margin:15px 0}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;vertical-align:middle}.status-dot.online{background:#22c55e}.status-dot.offline{background:#ef4444}.pro-status,.status-text{font-style:italic}.status-text.online{color:#22c55e}.status-text.offline{color:#ef4444}
