:root{color-scheme:light dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;background:linear-gradient(180deg,#eef2ff,#f8fafc);color:#0f172a}a{color:inherit;text-decoration:none}*{box-sizing:border-box}.page-shell{min-height:100vh;display:flex;flex-direction:column}.page-hero{padding:clamp(3.5rem,6vw,5rem) 1.5rem clamp(4.5rem,10vw,7rem);background:radial-gradient(120% 120% at 50% 0,rgba(59,130,246,.18) 0,rgba(59,130,246,0) 60%),linear-gradient(135deg,rgba(14,116,144,.12),rgba(79,70,229,.08));color:#0f172a;display:flex;align-items:center;justify-content:center;text-align:left}.page-hero-inner{width:min(840px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.page-hero h1{font-size:clamp(2rem,3vw,2.75rem);margin:.5rem 0 .75rem;font-weight:700}.page-eyebrow{font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;margin:0;color:rgba(15,23,42,.7)}.page-hero-meta{margin:0;font-size:.9rem;color:rgba(15,23,42,.55)}.page-subtitle{margin:0;max-width:40rem;font-size:1.05rem;line-height:1.6;color:rgba(15,23,42,.75)}.page-content{flex:1 1;padding:0 1.5rem 3rem;display:flex;justify-content:center}.card{width:min(860px,100%);margin-top:-2.5rem;background:#fff;border-radius:24px;box-shadow:0 30px 60px -30px rgba(15,23,42,.3);padding:2.5rem;gap:2rem}.card,.section{display:flex;flex-direction:column}.section{gap:1rem}.section-header{display:flex;align-items:flex-start;gap:1rem}.section-step{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-weight:600;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 18px -12px rgba(79,70,229,.9)}.section-header h2{margin:0 0 .25rem;font-size:1.35rem}.section-header p{margin:0;color:rgba(15,23,42,.6);line-height:1.5}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-weight:600;color:rgba(15,23,42,.9)}input,input[type=tel],input[type=text],select,textarea{border:1px solid rgba(148,163,184,.6);border-radius:14px;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;color:#0f172a;caret-color:#2563eb}input::placeholder,textarea::placeholder{color:rgba(15,23,42,.4)}input:focus,select:focus,textarea:focus{outline:none;border-color:rgba(59,130,246,.8);box-shadow:0 0 0 3px rgba(59,130,246,.2);background:#fff}.field-message{font-size:.9rem;color:rgba(15,23,42,.65)}.field-message strong{color:#0f172a}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.field-message--error{color:#dc2626}.phone-input-group{display:flex;gap:.75rem}.phone-country-select{flex:0 0 190px}.phone-number-input{flex:1 1}@media (max-width:640px){.phone-input-group{flex-direction:column}.phone-country-select,.phone-number-input{flex:1 1 auto;width:100%}}.primary-button{border:none;border-radius:14px;padding:.85rem 1.6rem;font-size:1rem;font-weight:600;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.primary-button:disabled{cursor:not-allowed;filter:grayscale(.25);opacity:.6}.primary-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 24px -18px rgba(79,70,229,.75)}.status{font-size:.9rem;border-radius:12px;padding:.75rem 1rem;margin:.5rem 0 0;background:rgba(15,23,42,.05)}.status--info{color:#1d4ed8;background:rgba(37,99,235,.12)}.status--success{color:#047857;background:rgba(16,185,129,.14)}.status--error{color:#dc2626;background:hsla(0,91%,71%,.15)}.note{font-size:.85rem;color:rgba(15,23,42,.55);margin:0}.chat-window{padding:1.25rem 1.5rem;border-radius:20px;background:rgba(15,23,42,.03)}.chat-timeline,.chat-window{display:flex;flex-direction:column;gap:1rem}.chat-timeline{min-height:260px;max-height:clamp(320px,45vh,520px);overflow-y:auto;padding-right:.5rem;scroll-behavior:smooth}.chat-timeline::-webkit-scrollbar{width:6px}.chat-timeline::-webkit-scrollbar-thumb{background:rgba(148,163,184,.5);border-radius:999px}.chat-timeline::-webkit-scrollbar-track{background:transparent}.chat-composer{display:flex;flex-direction:column;gap:.75rem}.chat-composer textarea{width:100%;min-width:0;resize:vertical;min-height:104px}.chat-composer-toolbar{display:grid;grid-template-columns:auto minmax(140px,1fr);grid-gap:.75rem;gap:.75rem;align-items:stretch}.chat-composer-toolbar>.primary-button{justify-self:end;min-width:160px}.chat-composer-actions{display:flex;gap:.5rem}.chat-icon-button{width:44px;height:44px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:rgba(15,23,42,.04);color:#0f172a;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.chat-icon-button svg{width:1.15rem;height:1.15rem}.chat-icon-button:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(59,130,246,.6);background:rgba(59,130,246,.08)}.chat-icon-button--danger{border-color:hsla(0,91%,71%,.4);color:#b91c1c;background:hsla(0,91%,71%,.08)}.chat-icon-button--danger:hover:not(:disabled){background:hsla(0,91%,71%,.15);border-color:hsla(0,91%,71%,.6)}.chat-icon-button:disabled{cursor:not-allowed;opacity:.55}.chat-icon-spinner{width:24px;height:24px;animation:chat-spin 1s linear infinite}@keyframes chat-spin{to{transform:rotate(1turn)}}.chat-composer-feedback-stack{display:flex;flex-direction:column;gap:.35rem;min-height:1.4rem;flex:1 1}.chat-composer-feedback{margin:0;font-size:.85rem;font-weight:600}.chat-composer-feedback--success{color:#15803d}.chat-composer-feedback--error{color:#b91c1c}.chat-session-header{display:flex;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;margin:0 0 .75rem;border-radius:16px;background:rgba(15,23,42,.04)}.chat-participant{display:flex;align-items:center;gap:.75rem}.chat-participant-details{display:flex;flex-direction:column;gap:.2rem}.chat-participant-name{margin:0;font-weight:600;color:#0f172a}.chat-participant-meta{margin:0;font-size:.8rem;color:rgba(15,23,42,.6)}.chat-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(14,165,233,.12));color:#1e293b;font-weight:600;font-size:.95rem;overflow:hidden}.chat-avatar img{width:100%;height:100%;object-fit:cover}.chat-avatar--icon{font-size:1.1rem}.chat-labels{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:0 .25rem}.chat-label{padding:.25rem .65rem;background:rgba(37,99,235,.1);color:#1d4ed8;border-radius:999px;font-size:.75rem;font-weight:600}.chat-empty{padding:1.5rem;border-radius:16px;background:rgba(15,23,42,.04);text-align:center;color:rgba(15,23,42,.55)}.chat-message{padding:1rem 1.25rem;border-radius:18px;display:flex;flex-direction:column;gap:.35rem;max-width:80%;box-shadow:0 16px 30px -24px rgba(15,23,42,.4);word-break:break-word;overflow-wrap:anywhere}.chat-message header{display:flex;justify-content:space-between;gap:.75rem;font-size:.8rem;color:rgba(15,23,42,.65)}.chat-author{font-weight:600}.chat-message p{margin:0;font-size:.95rem;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.chat-message-link{color:#2563eb;text-decoration:underline;word-break:break-all}.chat-message--out .chat-message-link{color:#bfdbfe}.chat-message-hint{margin:0;font-size:.9rem;font-weight:600;color:rgba(15,23,42,.75)}.chat-message--out .chat-message-hint{color:hsla(0,0%,100%,.9)}.chat-message-body{display:flex;flex-direction:column;gap:.75rem}.chat-message-options{flex-direction:column}.chat-message-options,.chat-message-options-row{display:flex;gap:.5rem;width:100%}.chat-message-options-row--double,.chat-message-options-row--single{flex-wrap:nowrap}.chat-option{border:1px solid rgba(59,130,246,.45);background:rgba(59,130,246,.08);color:#1e3a8a;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;align-items:center;text-align:center}.chat-option,.chat-option-label{display:inline-flex;justify-content:center}.chat-option-label{flex-wrap:wrap;gap:.15rem;line-height:1.2}.chat-message-options-row--double .chat-option{flex:1 1;text-align:center}.chat-message-options-row--single .chat-option{width:100%}.chat-option:hover:not(:disabled){transform:translateY(-1px);background:rgba(59,130,246,.16);box-shadow:0 10px 20px -18px rgba(59,130,246,.8)}.chat-option:disabled{cursor:not-allowed;opacity:.6}.chat-message--out .chat-option{border-color:hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.15);color:#fff}.chat-message--out .chat-option:hover:not(:disabled){background:hsla(0,0%,100%,.25);box-shadow:0 10px 20px -18px rgba(15,23,42,.65)}.chat-message--in{align-self:flex-start;background:#fff;border:1px solid rgba(148,163,184,.3)}.chat-message--out{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}.chat-message--system{align-self:center;background:rgba(15,23,42,.06);color:rgba(15,23,42,.8);border:1px dashed rgba(15,23,42,.2);text-align:center}.chat-system-header{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(15,23,42,.5)}.chat-message-placeholder{margin:0;font-size:.85rem;color:rgba(15,23,42,.5);font-style:italic;word-break:break-word;overflow-wrap:anywhere}.chat-message--pix{max-width:min(80%,360px)}.chat-pix-actions{display:flex;flex-wrap:wrap;gap:.5rem}.chat-pix-copy{border:1px solid rgba(15,23,42,.2);border-radius:999px;background:rgba(15,23,42,.05);padding:.35rem .85rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.chat-pix-copy:hover{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.4)}.chat-pix-copy--copied{background:rgba(34,197,94,.15);border-color:rgba(34,197,94,.6);color:#047857}.chat-pix-copy--error{background:hsla(0,91%,71%,.15);border-color:hsla(0,91%,71%,.6);color:#b91c1c}.chat-pix-qr{display:flex;align-items:center;justify-content:center;padding:.75rem;border-radius:12px;background:rgba(15,23,42,.04)}.chat-message--out .chat-pix-qr{background:hsla(0,0%,100%,.15)}.chat-pix-qr img{width:220px;max-width:100%;height:auto}.chat-attachments{display:flex;flex-direction:column;gap:.75rem}.chat-attachment{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border-radius:999px;text-decoration:none;font-size:.85rem;font-weight:600;transition:transform .15s ease,box-shadow .15s ease;background:rgba(59,130,246,.08);color:#1d4ed8;align-self:flex-start}.chat-attachment:hover{transform:translateY(-1px);box-shadow:0 10px 20px -18px rgba(37,99,235,.8)}.chat-attachment-preview{border-radius:16px;border:1px solid rgba(15,23,42,.08);background:rgba(15,23,42,.03);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.chat-attachment-preview img,.chat-attachment-preview video{width:100%;height:auto;border-radius:12px;max-height:320px;object-fit:cover}.chat-attachment-preview figcaption{margin:0;font-size:.9rem;font-weight:600;color:#0f172a;display:flex;flex-direction:column;gap:.4rem}.chat-attachment-preview-actions{display:flex;flex-wrap:wrap;gap:.35rem}.chat-attachment-action-button{width:38px;height:38px;border-radius:999px;border:1px solid rgba(59,130,246,.25);background:rgba(59,130,246,.08);color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.chat-attachment-action-button svg{width:18px;height:18px}.chat-attachment-action-button:hover:not(:disabled){transform:translateY(-1px);background:rgba(59,130,246,.15)}.chat-attachment-action-button:disabled{cursor:not-allowed;opacity:.5}@media (min-width:1200px){.page-hero{padding-bottom:clamp(5.5rem,7vw,8rem)}.card{margin-top:-2rem}}.chat-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.chat-lightbox-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}.chat-lightbox-content{position:relative;width:min(960px,92vw);max-height:92vh;border-radius:20px;background:#fff;box-shadow:0 40px 80px -60px rgba(15,23,42,.9);padding:1.5rem;display:flex;flex-direction:column;gap:1rem;z-index:1}.chat-lightbox-close{position:absolute;top:.75rem;right:.75rem;border:none;background:rgba(15,23,42,.06);border-radius:999px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a}.chat-lightbox-close:hover{background:rgba(15,23,42,.12)}.chat-lightbox-media{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:16px;background:rgba(15,23,42,.02)}.chat-lightbox-media img,.chat-lightbox-media video{width:100%;height:auto;max-height:65vh;border-radius:12px;object-fit:contain}.chat-lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.chat-lightbox-name{margin:0;font-size:1rem;font-weight:600}.chat-lightbox-meta{margin:0;font-size:.85rem;color:rgba(15,23,42,.6)}.chat-lightbox-download{width:42px;height:42px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.chat-lightbox-download svg{width:20px;height:20px}.chat-attachment-media-link{display:block}.chat-attachment-audio{border-radius:16px;border:1px solid rgba(15,23,42,.08);padding:.75rem;background:rgba(15,23,42,.03);display:flex;flex-direction:column;gap:.45rem}.chat-attachment-audio audio{width:100%}.chat-attachment-audio a{font-weight:600;color:#0f172a}.chat-attachment-icon{font-size:1rem;line-height:1}@media (max-width:768px){.page-hero{padding:3rem 1.25rem 2rem}.page-hero-inner{gap:.35rem}.card{margin-top:-2.25rem;padding:2rem 1.5rem;gap:1.75rem}.chat-window{padding:1rem;border-radius:16px}.chat-composer textarea{width:100%;min-height:96px}.chat-composer{gap:.85rem}.chat-composer-toolbar{grid-template-columns:minmax(0,1fr) minmax(140px,auto);gap:.5rem}.chat-composer-toolbar>.primary-button{justify-self:stretch}.chat-composer-actions{justify-content:flex-start;gap:.65rem}.chat-message{max-width:100%}.page-hero{text-align:center}.page-hero-inner{align-items:center}.page-subtitle{text-align:center}}@media (max-width:640px){.card{margin-top:-1.5rem;padding:1.75rem 1.25rem}.chat-icon-button{width:38px;height:38px}}@media (max-width:520px){.page-hero{padding:2.5rem 1.25rem 1.75rem}.card{margin-top:-1rem}.page-subtitle{font-size:.95rem;line-height:1.5}.chat-composer-toolbar{grid-template-columns:1fr}.chat-composer-toolbar>.primary-button{width:100%}.chat-composer-actions{justify-content:flex-start}}