/* Identidade ATENDIA e apresentação do atendimento. */
/* Preserve complete words and comfortable spacing in every text block. */
body { word-break: normal; overflow-wrap: normal; hyphens: none; }
h1 { letter-spacing: -1.6px; }
h2 { letter-spacing: -.8px; }
.price-intro h2 { letter-spacing: -.9px; }
.pricing-card { padding: 30px; border-color: #20e3b275; }
.offer-label { display: flex; flex-direction: column; gap: 3px; margin: -30px -30px 0; padding: 24px 30px; border-radius: 11px 11px 0 0; background: var(--green); color: var(--bg); letter-spacing: 0; }
.offer-label strong { font-size: clamp(25px,2.5vw,33px); line-height: 1.2; letter-spacing: -.6px; font-weight: 800; }
.offer-label > span { font-size: 12px; color: #124536; line-height: 1.5; }
.prices { grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 17px; align-items: start; padding: 29px 0 24px; }
.prices h3 { font-size: 13px; font-weight: 600; margin-bottom: 11px; }
.reference-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 8px; margin: 0 0 12px; color: var(--muted); line-height: 1.4; }
.reference-price > span { font-size: 10px; }
.reference-price s { font-size: 21px; font-weight: 600; text-decoration-thickness: 2px; white-space: nowrap; }
.prices .amount { font-size: clamp(42px,4.7vw,61px); line-height: 1.05; margin-bottom: 14px; letter-spacing: -1px; }
.prices .amount > span { font-size: 19px; }
.prices .amount .per-month { font-size: 12px; }
.prices .monthly-price .amount { font-size: clamp(35px,3.8vw,49px); margin-top: 6px; margin-bottom: 20px; }
.prices small { display: block; font-size: 11px; line-height: 1.6; }
.prices .one-time { display: inline-block; padding: 5px 9px; border-radius: 5px; background: #20e3b21c; color: var(--green); font-weight: 700; }
.price-plus { align-self: center; }
.price-explanation { margin: 19px 0 0; font-size: 12px; line-height: 1.75; color: var(--muted); }
.price-explanation strong { color: white; display: block; font-weight: 600; margin-bottom: 4px; }
.included-grid h4 { font-size: 11px; letter-spacing: 0; font-weight: 600; color: #e3ece8; }
.check-list li { font-size: 11px; line-height: 1.75; }
.purchase-note { font-size: 11px; }
.trust-list { column-gap: 16px; row-gap: 8px; }
.trust-list li::before { margin-right: 8px; }
.wordmark img { display: block; width: 180px; height: auto; mix-blend-mode: lighten; }
.site-footer .wordmark img { width: 162px; }
.preview-brand-image { display: block; width: 134px; height: auto; mix-blend-mode: lighten; }
.dialog-brand { display: block; width: 164px; height: auto; margin-bottom: 26px; mix-blend-mode: lighten; }
.agent-label img { display: block; width: 18px; height: 18px; border-radius: 4px; }
.human-preview { margin: 0; padding: 0; min-width: 0; }
.human-mockup { display: block; width: 100%; height: auto; border-radius: 16px; border: 1px solid #ffffff14; box-shadow: 0 20px 55px #0003; }
.human-preview figcaption { margin-top: 13px; color: var(--muted); font-size: 9px; line-height: 1.7; text-align: center; }
.eyebrow { font-size: 12px; letter-spacing: .15px; font-weight: 600; margin-bottom: 21px; }
.promise-strip .container { font-size: 12px; letter-spacing: .1px; font-weight: 500; }
.final-cta .eyebrow { font-size: 12px; letter-spacing: .15px; }
.atendimento-preview {
  margin: 0;
  padding: 0 8px;
  min-width: 0;
}
.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin: 0 4px 20px;
}
.preview-brand { font-size: 17px; font-weight: 800; letter-spacing: -.8px; }
.preview-brand > span { color: var(--green); }
.preview-heading > span:last-child { font-size: 8px; color: var(--muted); letter-spacing: 1.4px; }
.messenger {
  border: 1px solid #ffffff45;
  border-radius: 18px;
  overflow: hidden;
  background: #f5f7f8;
  color: #17252c;
  box-shadow: 0 24px 70px #0005;
}
.messenger-header {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 18px 19px;
  background: #ffffff;
  border-bottom: 1px solid #e1e8ea;
}
.messenger-back { font-size: 30px; color: #53666c; line-height: 1; }
.business-avatar { width: 40px; height: 40px; border-radius: 50%; padding: 10px; background: #103c33; color: #75eed0; flex-shrink: 0; }
.business-name { display: flex; flex-direction: column; gap: 1px; }
.business-name > strong { font-size: 13px; line-height: 1.5; font-weight: 800; }
.business-name > span { font-size: 9px; color: #53676e; }
.messenger-channel { width: 23px; height: 23px; margin-left: auto; color: #24856b; flex-shrink: 0; }
.message-thread { display: flex; flex-direction: column; gap: 13px; padding: 20px; background: #edf2f1; }
.thread-date { align-self: center; padding: 4px 10px; border-radius: 5px; color: #566c71; font-size: 8px; letter-spacing: .7px; background: #ffffffb3; margin-bottom: 4px; }
.message { padding: 11px 13px 7px; max-width: 87%; border-radius: 10px; font-size: 12px; line-height: 1.65; box-shadow: 0 1px 2px #12332b0b; }
.message p { margin: 0; }
.message strong { font-weight: 800; }
.message-in { align-self: flex-start; background: #ffffff; border-top-left-radius: 2px; }
.message-out { align-self: flex-end; background: #c5f6df; border-top-right-radius: 2px; }
.agent-label { display: flex; align-items: center; gap: 6px; margin-bottom: 5px; font-size: 8px; letter-spacing: .5px; color: #087459; font-weight: 800; }
.agent-label > span { padding: 0 4px; background: #e0f7ed; border-radius: 3px; font-size: 7px; font-weight: 600; }
.message-time { display: block; margin-top: 4px; text-align: right; font-size: 8px; line-height: 1.3; color: #587169; }
.message-time > span { color: #248a9b; padding-left: 3px; }
.request-card { display: flex; align-items: center; gap: 10px; margin-top: 11px; padding: 10px; border: 1px solid #d9e9e2; border-radius: 6px; background: #f6fbf8; }
.request-icon { width: 24px; height: 24px; color: #187559; flex-shrink: 0; }
.request-card > div { display: flex; flex-direction: column; }
.request-card strong { font-size: 10px; }
.request-card div > span { font-size: 8px; color: #536d63; }
.messenger-bottom { display: flex; align-items: center; gap: 12px; padding: 11px 17px; background: #f9fbfb; color: #77888e; }
.messenger-bottom > span { font-size: 27px; font-weight: 400; line-height: 1; }
.messenger-bottom > div { flex: 1; display: flex; justify-content: space-between; align-items: center; border: 1px solid #dce4e6; background: white; border-radius: 20px; padding: 7px 12px; color: #8a979b; font-size: 10px; }
.messenger-bottom svg { width: 19px; height: 19px; flex-shrink: 0; }
.conversation-result { display: flex; align-items: center; gap: 13px; position: relative; width: calc(100% - 30px); margin: -1px auto 0; padding: 18px 17px; background: #142b24; border: 1px solid #315447; border-top: 0; border-radius: 0 0 12px 12px; }
.result-icon { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--green); color: #0b3327; padding: 7px; flex-shrink: 0; }
.conversation-result > div { display: flex; flex-direction: column; gap: 2px; }
.conversation-result strong { font-size: 11px; font-weight: 700; color: #eafdf5; }
.conversation-result div > span { color: #acd0c0; font-size: 9px; }
.atendimento-preview figcaption { font-size: 8px; color: var(--muted); text-align: center; margin: 13px 0 0; line-height: 1.6; }
@media (min-width: 1101px) {
  .hero { grid-template-columns: 1.05fr 1fr; gap: 62px; padding-block: 55px; }
}
@media (max-width: 1100px) and (min-width: 801px) {
  .atendimento-preview { padding: 0; }
  .message-thread { padding: 16px; }
  .message { max-width: 93%; font-size: 11px; }
  .preview-heading > span:last-child { font-size: 6px; }
  .conversation-result { width: calc(100% - 14px); padding: 14px 12px; }
  .conversation-result strong { font-size: 9px; }
}
@media (max-width: 800px) {
  .atendimento-preview { padding: 0; margin-inline: auto; max-width: 440px; }
  .human-preview { padding: 0; margin-inline: auto; max-width: 560px; width: 100%; }
  .human-preview figcaption { font-size: 9px; }
  .promise-strip .container { font-size: 10px; gap: 14px; }
}
@media (max-width: 420px) {
  .eyebrow, .final-cta .eyebrow { font-size: 10px; letter-spacing: 0; }
  .human-mockup { border-radius: 11px; }
  .human-preview figcaption { font-size: 8px; }
  .preview-heading { gap: 10px; }
  .preview-heading > span:last-child { font-size: 6px; letter-spacing: .9px; }
  .messenger-header { padding: 14px 12px; gap: 8px; }
  .business-avatar { width: 35px; height: 35px; padding: 8px; }
  .business-name > strong { font-size: 12px; }
  .business-name > span { font-size: 8px; }
  .message-thread { padding: 15px 13px; }
  .message { max-width: 91%; font-size: 11px; }
  .conversation-result { width: calc(100% - 16px); padding: 14px 11px; gap: 9px; }
  .conversation-result strong { font-size: 9px; }
  .conversation-result div > span { font-size: 8px; }
  .atendimento-preview figcaption { font-size: 7px; }
}
@media (max-width: 520px) {
  .pricing-card { padding: 23px; }
  .offer-label { margin: -23px -23px 0; padding: 22px 23px; }
  .offer-label strong { font-size: 27px; }
  .prices { grid-template-columns: 1fr; gap: 21px; }
  .price-plus { display: none; }
  .prices .setup-price .amount { font-size: 61px; }
  .monthly-price { border-top: 1px solid #2a3c40; padding-top: 21px; }
  .prices .monthly-price .amount { font-size: 43px; margin: 0 0 10px; }
  .prices small { font-size: 12px; }
  .price-explanation { font-size: 12px; }
  .included-grid { grid-template-columns: 1fr; }
  .check-list li { font-size: 12px; }
}
