:root{--accent: #3b82f6;--ink: #0b1f4d;--text: #47536b;--muted: #64748b;--line: #e5ebf5;--soft: #f6f8fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{border:0}a{color:inherit}summary::-webkit-details-marker{display:none}@keyframes flowDot{0%{transform:translateY(-2px);opacity:0}15%,85%{opacity:1}to{transform:translateY(34px);opacity:0}}@keyframes nodePulse{0%,to{box-shadow:0 0 #3b82f600}50%{box-shadow:0 0 0 7px #3b82f612}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes autoStep{0%,to{opacity:0}4%,15%{opacity:1}21%{opacity:0}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.site{min-height:100vh;background:#fff}.container{width:min(1160px,calc(100% - 48px));margin:0 auto}.section{padding:104px 0}.band{background:var(--soft);border-top:1px solid #eef2f8;border-bottom:1px solid #eef2f8}.section-heading{display:flex;flex-direction:column;gap:14px;max-width:640px;margin-bottom:56px}.section-heading.center{align-items:center;text-align:center;margin-left:auto;margin-right:auto}.eyebrow{color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}h1,h2,h3,p{margin:0}h1{color:var(--ink);font-size:clamp(42px,5.6vw,68px);font-weight:800;line-height:1.04}h2{color:var(--ink);font-size:clamp(30px,4vw,44px);font-weight:700;line-height:1.1}p{color:var(--text);line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:12px;padding:13px 24px;cursor:pointer;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.btn-primary{background:var(--ink);color:#fff}.btn-primary:hover{background:var(--accent);box-shadow:0 10px 24px #3b82f640;transform:translateY(-2px)}.btn-secondary{background:#fff;border:1px solid #dce3ef;color:var(--ink)}.btn-secondary:hover{border-color:var(--accent);transform:translateY(-2px)}.btn-ghost{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff}.btn-ghost:hover{border-color:#fff;transform:translateY(-2px)}.link-hover{text-decoration:none;transition:color .2s ease}.link-hover:hover{color:var(--ink)!important}.card-hover{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card-hover:hover{border-color:#c9d9f5!important;box-shadow:0 16px 40px #0b1f4d14;transform:translateY(-4px)}[data-reveal]{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.logo{object-fit:contain;mix-blend-mode:multiply}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:64px;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}.pill{display:inline-flex;align-items:center;border:1px solid #e2e9f4;border-radius:999px;background:#f4f8fe;color:#2b5bc7;font-size:12.5px;font-weight:600;padding:5px 11px}.node-card{display:flex;align-items:center;gap:12px;width:100%;border:1px solid #e2e9f4;border-radius:14px;background:#fff;padding:14px 16px}.icon-box{display:grid;width:40px;height:40px;flex-shrink:0;place-items:center;border-radius:12px;background:#eff5fe;color:var(--accent);font-weight:700}.connector{position:relative;width:2px;height:34px;border-radius:2px;background:#dce5f2}.connector:after{position:absolute;top:0;left:-2px;width:6px;height:6px;border-radius:50%;animation:flowDot 2.4s linear infinite;background:var(--accent);content:""}.field{display:flex;flex-direction:column;gap:6px;color:#33415c;font-size:13px;font-weight:600}.field input,.field textarea{border:1px solid #dce5f2;border-radius:10px;outline:none;background:#fafbfd;color:var(--ink);font-size:14.5px;padding:11px 14px;transition:border-color .2s ease,background .2s ease}.field input:focus,.field textarea:focus{border-color:var(--accent);background:#fff}.nav{position:sticky;top:0;z-index:50;border-bottom:1px solid #eaeef5;background:#ffffffd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-inner{display:flex;height:64px;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:16px;font-weight:700;text-decoration:none}.brand span span{color:var(--muted);font-weight:500}.nav-links{display:flex;align-items:center;gap:28px;color:var(--text);font-size:14px;font-weight:500}.language-switcher{display:inline-flex;align-items:center;gap:4px;border:1px solid #dce3ef;border-radius:999px;background:#fff;padding:3px}.language-switcher a{display:grid;min-width:34px;min-height:28px;place-items:center;border-radius:999px;color:var(--muted);font-size:12px;font-weight:700;text-decoration:none;transition:background .2s ease,color .2s ease}.language-switcher a:hover,.language-switcher a.active{background:var(--ink);color:#fff}.nav-cta{min-height:38px;padding:9px 18px;border-radius:10px;font-size:14px}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:56px;align-items:center;padding-top:88px;padding-bottom:72px}.hero-copy{display:flex;max-width:560px;flex-direction:column;gap:24px}.hero-copy p{font-size:18px}.hero-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:8px;border:1px solid #dde6f5;border-radius:999px;background:#f4f8fe;color:#2b5bc7;font-size:13px;font-weight:600;padding:6px 12px}.hero-badge span{width:6px;height:6px;border-radius:50%;background:var(--accent)}.hero-actions,.hero-proof{display:flex;flex-wrap:wrap;gap:12px}.hero-proof{gap:20px;color:var(--muted);font-size:13px;font-weight:500}.hero-proof span:nth-child(2n){color:#cbd5e1}.workflow{display:flex;width:100%;max-width:420px;flex-direction:column;align-items:center;justify-self:center;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fbfcfe,#f5f8fc);box-shadow:0 24px 60px #0b1f4d12;padding:28px}.channels{display:grid;width:100%;grid-template-columns:repeat(4,1fr);gap:8px}.channels span{border:1px solid #e2e9f4;border-radius:10px;background:#fff;color:#33415c;font-size:12px;font-weight:600;padding:9px 4px;text-align:center}.policy-page{background:linear-gradient(180deg,#f8fbff 0,#fff 320px)}.policy-hero{display:flex;max-width:860px;flex-direction:column;gap:18px;padding-top:92px;padding-bottom:42px}.policy-hero h1{font-size:clamp(40px,5vw,58px)}.policy-hero p{font-size:17px}.policy-content{max-width:860px;padding-bottom:104px}.policy-section{display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--line);padding:30px 0}.policy-section h2{font-size:clamp(22px,3vw,30px);line-height:1.2}.policy-subsection{display:flex;flex-direction:column;gap:10px;padding-top:4px}.policy-subsection h3{color:var(--ink);font-size:17px;line-height:1.35}.policy-section ul{display:grid;gap:8px;margin:0;padding-left:22px}.policy-section li{color:var(--text);line-height:1.55}.trust{padding:36px 0;text-align:center}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.trust-item{display:flex;align-items:center;justify-content:center;gap:12px;text-align:left}.trust-item .icon-box{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;line-height:0}.trust-item .icon-box svg{width:16px;height:16px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-size:13.5px}.trust-item span{color:var(--muted);font-size:12px}.trust p{color:#9aa6bc;font-size:12px;font-weight:500}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.how-card,.service-card,.dept-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;padding:28px}.how-card{gap:14px}.card-top{display:flex;align-items:center;justify-content:space-between}.how-card h3,.service-card h3,.reason-grid h3{color:var(--ink);font-size:22px}.how-card p,.service-card p,.dept-card p{font-size:14.5px}.service-card{gap:16px;border-radius:20px;padding:32px 28px}.service-card div{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;border-top:1px solid #eef2f8;padding-top:8px}.dept-card{gap:16px;padding:26px}.dept-head{display:flex;align-items:center;gap:12px}.dept-head>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:var(--ink);color:#fff;font-size:13px;font-weight:700}.dept-head strong,.dept-head small{display:block}.dept-head small{color:var(--accent);font-size:12px;font-weight:600}.task-list{display:flex;flex-direction:column;gap:8px}.task-list p{display:flex;align-items:center;gap:10px}.task-list p span{width:5px;height:5px;flex-shrink:0;border-radius:50%;background:var(--accent)}.integrations{overflow:hidden;padding:72px 0}.integrations .section-heading{margin-bottom:40px}.marquee-mask{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,black 12%,black 88%,transparent);mask-image:linear-gradient(90deg,transparent,black 12%,black 88%,transparent)}.marquee-track{display:flex;width:max-content;gap:14px;animation:marquee 34s linear infinite}.marquee-track span{border:1px solid var(--line);border-radius:999px;background:#fff;color:#33415c;font-size:15px;font-weight:600;padding:12px 26px;white-space:nowrap}.auto-flow{display:flex;width:100%;max-width:400px;flex-direction:column;align-items:center;justify-self:center}.auto-step-wrap{display:flex;width:100%;flex-direction:column;align-items:center}.auto-step{position:relative;display:flex;width:100%;align-items:center;gap:12px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:13px 16px}.auto-step .icon-box{width:30px;height:30px;border-radius:9px;font-size:12px}.auto-step strong,.auto-step small{display:block}.auto-step strong{font-size:14px}.auto-step small{color:var(--muted);font-size:12px}.auto-highlight{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:2px solid var(--accent);border-radius:14px;opacity:0;pointer-events:none;animation:autoStep 13.2s linear infinite}.chat-card{width:100%;max-width:440px;justify-self:center;overflow:hidden;border:1px solid #e2e9f4;border-radius:20px;background:#fff;box-shadow:0 24px 60px #0b1f4d14}.chat-head{display:flex;align-items:center;gap:10px;border-bottom:1px solid #eef2f8;background:#fbfcfe;padding:14px 18px}.chat-head strong,.chat-head span{display:block}.chat-head strong{font-size:13.5px}.chat-head span{color:var(--muted);font-size:11.5px}.chat-head small{display:flex;align-items:center;gap:6px;margin-left:auto;border-radius:999px;background:#ebf7ef;color:#16803c;font-weight:600;padding:4px 10px}.chat-head small span{width:6px;height:6px;border-radius:50%;background:#22a455}.chat-body{display:flex;flex-direction:column;gap:14px;padding:22px 18px}.bubble{max-width:88%;border-radius:16px 16px 16px 4px;background:#f3f6fb;color:#1e2a47;font-size:14px;padding:12px 15px}.bubble.user{align-self:flex-end;max-width:78%;border-radius:16px 16px 4px;background:var(--accent);color:#fff;padding:11px 15px}.assistant-reply{display:flex;flex-direction:column;gap:8px}.assistant-reply a{align-self:flex-start;border:1px solid #dce5f2;border-radius:10px;background:#fff;color:#33415c;font-size:12px;font-weight:600;padding:7px 12px;text-decoration:none}.reason-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.reason-grid article{display:flex;flex-direction:column;gap:12px;border-top:2px solid var(--accent);padding:28px 8px 0}.case-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:48px;align-items:center;border:1px solid var(--line);border-radius:24px;background:#fff;padding:clamp(32px,5vw,56px)}.case-card>div:first-child{display:flex;flex-direction:column;gap:16px}.case-card h2{font-size:clamp(26px,3.4vw,38px)}.case-card small{color:#9aa6bc;font-style:italic}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}.stats-grid article{display:flex;flex-direction:column;gap:6px;border:1px solid #eef2f8;border-radius:16px;background:#fafbfd;padding:22px}.stats-grid strong{color:var(--ink);font-size:34px;font-weight:800}.stats-grid span{color:#55617a;font-size:13px;line-height:1.5}.faq{width:min(780px,calc(100% - 48px));margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-list details{border:1px solid var(--line);border-radius:14px;background:#fff;padding:0 22px}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;color:var(--ink);font-size:15.5px;font-weight:600;outline:none;padding:18px 0}.faq-list summary>span:last-child{display:grid;width:24px;height:24px;flex-shrink:0;place-items:center;border:1px solid #dce5f2;border-radius:50%;color:var(--accent)}.faq-list details[open] summary>span:last-child{transform:rotate(45deg)}.faq-list p{max-width:620px;padding:0 0 20px;font-size:14.5px}.final-section{padding:24px 0 104px}.final-cta{position:relative;display:flex;overflow:hidden;flex-direction:column;align-items:center;gap:20px;border-radius:28px;background:var(--ink);padding:clamp(48px,7vw,88px) clamp(28px,6vw,80px);text-align:center}.final-cta:after{position:absolute;top:-120px;right:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(59,130,246,.22),transparent 70%);content:""}.final-cta h2{z-index:1;max-width:640px;color:#fff;font-size:clamp(30px,4.4vw,52px);font-weight:800}.final-cta p{z-index:1;max-width:460px;color:#afc0e4;font-size:17px}.final-cta>div{z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.final-light{background:#fff;color:var(--ink)}.final-light:hover{box-shadow:0 12px 28px #00000040;transform:translateY(-2px)}.footer{border-top:1px solid #eef2f8;background:#fafbfd}.footer-inner{display:flex;flex-direction:column;gap:40px;padding-top:56px;padding-bottom:40px}.footer-main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:40px}.footer-brand{display:flex;max-width:280px;flex-direction:column;gap:12px}.footer-brand>span{display:flex;align-items:center;gap:10px}.footer-brand p{color:var(--muted);font-size:13.5px}.footer-links{display:flex;flex-wrap:wrap;gap:56px}.footer-links div{display:flex;flex-direction:column;gap:10px}.footer-links strong{color:#8a96ac;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer-links a,.footer-links span{color:var(--text);font-size:14px;line-height:1.5;text-decoration:none}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;border-top:1px solid #eaeef5;color:#8a96ac;font-size:12.5px;padding-top:20px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;overflow-y:auto;place-items:center;background:#0b1f4d73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:24px}.modal-panel{display:flex;width:min(100%,480px);flex-direction:column;gap:20px;border-radius:24px;background:#fff;box-shadow:0 32px 80px #0b1f4d40;padding:36px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-head h3,.sent-panel h3{color:var(--ink);font-size:24px}.modal-head p,.sent-panel p{color:var(--muted);font-size:14px}.modal-close{display:grid;width:32px;height:32px;flex-shrink:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--muted);cursor:pointer}.modal-close:hover{border-color:var(--ink);color:var(--ink)}.contact-form{display:flex;flex-direction:column;gap:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-error{min-height:16px;color:#e0524d;font-size:12.5px}.email-direct{color:#8a96ac;font-size:12.5px;text-align:center}.email-direct a{color:var(--text);font-weight:600}.sent-panel{display:flex;flex-direction:column;align-items:center;gap:14px;padding:24px 0;text-align:center}.sent-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:#ebf7ef;color:#22a455;font-size:24px;font-weight:700}.whatsapp-float{position:static;display:inline-flex;align-items:center;gap:10px;min-height:54px;border-radius:999px;background:#25d366;color:#fff;padding:12px 18px 12px 14px;font-size:14px;font-weight:800;text-decoration:none;box-shadow:0 18px 40px #0b1f4d2e;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp-float:hover{background:#20bd5a;box-shadow:0 20px 46px #0b1f4d38;transform:translateY(-2px)}.whatsapp-float:focus-visible{outline:3px solid rgba(37,211,102,.28);outline-offset:4px}.whatsapp-float svg{width:28px;height:28px;flex-shrink:0;fill:currentColor}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.chat-widget{position:static}.floating-actions{position:fixed;right:24px;bottom:24px;z-index:80;display:flex;align-items:center;gap:12px}.chat-launcher{display:inline-flex;align-items:center;gap:10px;min-height:54px;border-radius:999px;background:var(--ink);color:#fff;padding:12px 18px 12px 14px;box-shadow:0 18px 42px #0b1f4d40;cursor:pointer;font-size:14px;font-weight:700;transition:background .2s ease,box-shadow .2s ease,transform .2s ease}.chat-launcher:hover{background:var(--accent);box-shadow:0 20px 46px #3b82f64d;transform:translateY(-2px)}.chat-launcher svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.chat-popup{position:absolute;right:0;bottom:68px;display:grid;width:min(390px,calc(100vw - 48px));height:min(620px,calc(100dvh - 124px));grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(11,31,77,.1);border-radius:22px;background:#fff;box-shadow:0 28px 80px #0b1f4d3d;animation:chatOpen .2s ease-out}@keyframes chatOpen{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-popup-head{display:flex;align-items:center;gap:10px;min-height:70px;background:linear-gradient(135deg,var(--ink),#163a78);color:#fff;padding:13px 14px}.chat-brand-mark{display:grid;width:38px;height:38px;flex-shrink:0;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:12px;background:#ffffff1f;font-size:18px;font-weight:800}.chat-popup-head h2{color:#fff;font-size:14px;line-height:1.25}.chat-popup-head span{display:flex;align-items:center;gap:5px;margin-top:3px;color:#c8d7f2;font-size:11px}.chat-popup-head span i{width:6px;height:6px;border-radius:50%;background:#4ade80}.chat-new{margin-left:auto;border-radius:8px;background:transparent;color:#dbe7fb;cursor:pointer;font-size:11px;font-weight:600;padding:8px}.chat-new:hover{background:#ffffff1a;color:#fff}.chat-new:disabled{cursor:not-allowed;opacity:.55}.chat-minimize{display:grid;width:32px;height:32px;flex-shrink:0;place-items:center;border-radius:9px;background:#ffffff1a;color:#fff;cursor:pointer}.chat-minimize:hover{background:#ffffff2e}.chat-minimize svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.chat-history{display:flex;overflow-y:auto;flex-direction:column;gap:16px;background:#f8fafe;padding:20px 16px;overscroll-behavior:contain}.chat-empty{display:flex;min-height:100%;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px;text-align:center}.chat-empty-icon{display:grid;width:48px;height:48px;margin-bottom:4px;place-items:center;border-radius:15px;background:#e8f1ff;color:var(--accent);font-size:13px;font-weight:800}.chat-empty h3{font-size:18px}.chat-empty p{max-width:270px;color:var(--muted);font-size:13px;line-height:1.55}.chat-message{display:flex;max-width:88%;flex-direction:column;gap:5px}.chat-message.user{align-self:flex-end;align-items:flex-end}.chat-message.assistant{align-self:flex-start}.chat-message-label{color:#7c89a1;font-size:10px;font-weight:600}.chat-message-bubble{overflow-wrap:anywhere;border:1px solid #e2e9f4;border-radius:4px 15px 15px;background:#fff;color:#26344f;font-size:13.5px;line-height:1.55;padding:10px 13px;white-space:pre-wrap}.chat-message.user .chat-message-bubble{border-color:var(--accent);border-radius:15px 4px 15px 15px;background:var(--accent);color:#fff}.chat-message-bubble>:first-child{margin-top:0}.chat-message-bubble>:last-child{margin-bottom:0}.chat-message-bubble p,.chat-message-bubble li{color:inherit;font-size:inherit;line-height:inherit}.chat-message-bubble p,.chat-message-bubble ul,.chat-message-bubble ol,.chat-message-bubble pre{margin:0 0 9px}.chat-message-bubble ul,.chat-message-bubble ol{padding-left:20px}.chat-message-bubble a{color:#1d63c6;font-weight:600}.chat-message-bubble code{border-radius:4px;background:#edf1f7;padding:1px 4px;font-size:.9em}.chat-message-bubble pre{overflow-x:auto;border-radius:8px;background:#edf1f7;padding:10px;white-space:pre}.chat-typing{display:flex;gap:4px;border:1px solid #e2e9f4;border-radius:4px 15px 15px;background:#fff;padding:13px 15px}.chat-typing i{width:6px;height:6px;border-radius:50%;background:#8794ab;animation:typingDot 1.2s infinite}.chat-typing i:nth-child(2){animation-delay:.15s}.chat-typing i:nth-child(3){animation-delay:.3s}@keyframes typingDot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-error{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #f3d0ce;border-radius:10px;background:#fff5f4;color:#a83c38;font-size:12px;padding:10px 11px}.chat-error button{flex-shrink:0;background:transparent;color:#a83c38;cursor:pointer;font-weight:700;text-decoration:underline}.chat-composer{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;border-top:1px solid #e8edf5;background:#fff;padding:12px 12px 27px}.chat-composer textarea{width:100%;min-height:42px;max-height:110px;resize:vertical;border:1px solid #dce3ef;border-radius:11px;outline:none;color:var(--ink);font-size:13px;line-height:1.45;padding:10px 12px}.chat-composer textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #3b82f61f}.chat-composer textarea:disabled{background:#f4f6f9}.chat-composer>button{display:grid;width:42px;height:42px;place-items:center;border-radius:11px;background:var(--ink);color:#fff;cursor:pointer}.chat-composer>button:hover:not(:disabled){background:var(--accent)}.chat-composer>button:disabled{cursor:not-allowed;opacity:.45}.chat-composer>button svg{width:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.chat-composer-meta{position:absolute;right:13px;bottom:7px;left:13px;display:flex;justify-content:space-between;gap:8px;color:#9aa5b8;font-size:9px}.chat-launcher:focus-visible,.chat-new:focus-visible,.chat-minimize:focus-visible,.chat-error button:focus-visible,.chat-composer>button:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:3px}@media (prefers-reduced-motion: reduce){.chat-popup,.chat-typing i{animation:none}.chat-history{scroll-behavior:auto}}.btn:disabled{cursor:not-allowed;opacity:.7;transform:none}@media (max-width: 760px){.container{width:min(100% - 32px,1160px)}.section{padding:72px 0}.nav-links{display:none!important}.nav-inner{gap:10px}.brand{font-size:14px}.language-switcher a{min-width:30px}.whatsapp-float{min-height:52px;padding:12px}.whatsapp-float span{display:none}.floating-actions{right:16px;bottom:16px;gap:10px}.chat-launcher{min-height:52px;padding:12px}.chat-launcher span{display:none}.chat-popup{right:0;bottom:64px;width:calc(100vw - 24px);height:min(640px,calc(100dvh - 96px));border-radius:18px}.chat-popup-head{padding:12px}.chat-new{max-width:82px;line-height:1.15}.chat-composer-meta span:first-child{display:none}.chat-composer-meta{justify-content:flex-end}.form-grid{grid-template-columns:1fr!important}}
