/* === TELA === */
.telefone-sim .tela {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 12px;
  bottom: 12px;
  border-radius: 7px;
  background: #f8fbff;
  color: #0f172a;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.02),
    inset 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding-bottom: 10px;
}

/* === CONVERSA === */
.tela .android-conversa {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: inherit;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Garantir que elementos com screen apareçam */
.tela .android-conversa.screen,
.tela .android-conversa .screen {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Garantir que android-app apareça e tenha conteúdo visível */
.tela .android-conversa .android-app {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: auto !important;
  height: auto !important;
}

.tela .android-conversa h1,
.tela .android-conversa h2,
.tela .android-conversa h3 {
  margin: 0;
  font-weight: 600;
}

/* === STATUS BAR === */

/* Container da barra de status */
.status-bar {
  position: absolute;
  left: 22px;
  right: 20px;
  top: 15px;
  height: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 14px;
  color: #0f172a;
}

/* Elementos da barra de status */
.status-bar .lado-esq,
.status-bar .lado-dir {
  display: flex;
  gap: 10px;
  align-items: center;
}

/* Ícone específico da bateria */
.status-bar .bateria {
  width: 30px;
}

.status-bar .nivel {
  opacity: 0.9;
}

/* === APP BAR === */
.tela .android-conversa .appbar.conv-appbar {
  margin-top: 25px;
  height: 35px;
  padding: 0 5px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #111827;
  background: transparent;
  opacity: 1 !important;
  visibility: visible !important;
}

.tela .android-conversa .btn-ico svg {
  width: 20px;
  height: 20px;
  display: block;
}

.tela .android-conversa .conv-title {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.tela .android-conversa .conv-avatar {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  position: relative;
}

.tela .android-conversa .conv-logo.conv-appbar {
  background: black;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.tela .android-conversa .titulo-app {
  position: absolute;
  left: 22%;
  right: 56px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* logo e descrição do agente */
.tela .android-conversa .conv-hero {
  padding: 0px 16px 0px;
  text-align: center;
  border-bottom: 1px solid rgb(0 0 0 / 14%);
}

.center-logo-wrap {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 6px auto 8px;
}

.center-logo {
  width: 62px;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #111;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.verified-badge {
  position: absolute;
  right: -7px;
  bottom: -12px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tela .android-conversa .conv-desc {
  margin: 0 auto;
  max-width: 98%;
  font-size: 13px;
  line-height: 1.3;
  opacity: 0.92;
}

.tela .android-conversa .conv-time {
  margin: 6px auto 10px;
  width: max-content;
  font-size: 11px;
  opacity: 0.75;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

/* === CARDS === */
.tela .android-conversa .conv-cards {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  padding: 0 8px 10px;
  overflow: visible;
}

.tela .android-conversa .rcs-card {
  flex: 0 0 85%;
  max-width: 200px;
  border-radius: 14px;
  background: #d2d9ee;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 12px rgb(0 0 0 / 52%);
  overflow: hidden;
  transform: scale(0.92);
  transition: transform 0.3s ease;
}

.tela .android-conversa .rcs-card:hover {
  transform: scale(1.02);
}

.tela .android-conversa .rcs-card .card-img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.tela .android-conversa .rcs-card .card-body {
  padding: 7px;
  text-align: left;
}

.tela .android-conversa .rcs-card .card-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
  color: #111;
}

.tela .android-conversa .rcs-card .card-text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
}

/* ===== Bloco de botões RCS ===== */
.rcs-card .card-actions {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* base dos botões */
.rcs-card .card-body .card-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 8px;
  font: 500 14px/1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
    sans-serif;
  color: #111;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
  cursor: default;
  pointer-events: none;
}

/* primeiro do grupo (arredonda em cima) */
.rcs-card .card-body .card-cta:first-of-type {
  border-radius: 10px 10px 0 0;
  margin-top: 5px;
}

/* último do grupo (arredonda embaixo) */
.rcs-card .card-body .card-cta:last-of-type {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}

/* botões do meio (sem raio) */
.rcs-card .card-body .card-cta:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}

.rcs-card .card-body .card-cta:first-of-type:last-of-type {
  border-radius: 12px;
  border: none;
}

.tela .android-conversa .conv-composer {
  display: flex;
  flex-direction: column;
}

.tela .android-conversa .chip-cta {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: transparent;
  margin: 0 8px 8px;
  font-size: 13px;
}

.tela .android-conversa .composer-bar {
  width: 92%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 22px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #e9eef5;
  color: #111827;
}

.tela .android-conversa .conv-input {
  flex: 1;
  height: 28px;
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 14px;
}

.tela .android-conversa .composer-bar .btn-ico svg {
  width: 20px;
  height: 20px;
}

/* ====== TELA2 COMPOSER ====== */
.tela2-composer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px 5px;
  border: 1px solid #7e7e7e70;
  margin-top: 0px;
  border-radius: 20px;
  background: #e9eef5;
  width: 100%;
  box-sizing: border-box;
}

.tela2-composer .composer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tela2-composer .composer-icon svg {
  width: 22px;
  height: 22px;
  color: #000;
}

.tela2-composer .conv-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #444;
  padding: 0;
}

.tela .android-conversa {
  position: relative;
}

.tela .android-conversa .nav-android.nav-android-t3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  z-index: 2;
  pointer-events: none;
}

.tela .android-conversa .appbar.conv-appbar {
  display: grid !important;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 8px;
  opacity: 1 !important;
  visibility: visible !important;
}

.tela .android-conversa .btn-ico.btn-prev {
  grid-column: 1;
}

.tela .android-conversa .btn-ico.btn-prev svg {
  width: 20px;
  height: 20px;
}

.tela .android-conversa .conv-title {
  grid-column: 2;
  min-width: 0;
  display: flex;
  align-items: center;
}

.tela .android-conversa .conv-avatar {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}

.tela .android-conversa .titulo-app {
  color: #000;
  grid-column: 3;
  position: static !important;
  left: 68px !important;
  right: auto !important;
  margin: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ações à direita */
.tela .android-conversa .acoes {
  grid-column: 4;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tela .android-conversa .acoes svg {
  width: 20px;
  height: 20px;
}

/* -------- Moldura fix -------- */
.telefone-sim .moldura {
  overflow: hidden;
}

.tela .android-conversa .conv-title {
  grid-column: 2;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tela .android-conversa .conv-avatar {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}

.tela .android-conversa .conv-logo.conv-appbar {
  background: black;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.conv-mock {
  padding: 4px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  line-height: 1.3;
}

.bubble {
  border-radius: 12px;
  box-shadow: 1px 5px 15px rgb(0 0 0 / 89%);
  background: #d2d9ee;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 90%;
}

.promo-card {
  z-index: 5;
  width: 210px;
  margin-left: -60px;
  margin-top: -110px;
}

.promo-card .promo-img {
  width: 100%;
  height: 85px;
  object-fit: cover;
}

.promo-body {
  padding: 8px 10px;
}

.promo-body p {
  margin: 0;
  font-size: 12px;
  color: #111;
}

.fake-btn {
  margin-top: 6px;
  background: #fff;
  padding: 6px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.bubble.right {
  margin: 10px 0px 10px 0px;
  align-self: flex-end;
  max-width: 180px;
  padding: 8px 12px;
  border-radius: 12px;
  background: #e8e8e8;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 71%);
}

.conv-product-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 8px 8px;
}

.conv-product-list .product-line {
  background: #d2d9ee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.conv-product-list .product-line p {
  margin: 0 0 4px;
  font-size: 11px;
  color: #111;
  line-height: 1.3;
}

.conv-product-list .product-line span {
  display: block;
  font-size: 10px;
  color: #2f3a4a;
  line-height: 1.25;
}

/* =======================================
   ANIMAÇÕES DE ENTRADA NA ROLAGEM (TELA 1)
   ======================================= */

/* Estado inicial */
.telefone-sim .promo-card,
.telefone-sim .bubble.left,
.telefone-sim .bubble.right,
.telefone-sim .rcs-card,
.telefone-sim .product-line {
  opacity: 0;
  transform: translateY(100px) scale(0.95);
  will-change: opacity, transform;
}

/* bolha da esquerda começa vindo lateral */
.telefone-sim .bubble.left {
  transform: translateX(-155px);
}

/* bolha da direita começa vindo do outro lado */
.telefone-sim .bubble.right {
  transform: translateX(55px);
}

/* Estado final (visível) */
.telefone-sim .promo-card.rcs-visivel,
.telefone-sim .bubble.left.rcs-visivel,
.telefone-sim .bubble.right.rcs-visivel,
.telefone-sim .rcs-card.rcs-visivel,
.telefone-sim .product-line.rcs-visivel {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* atraso natural pros cards surgirem em sequência */
.telefone-sim .rcs-card:nth-child(1) {
  transition-delay: 0.3s;
}

.telefone-sim .rcs-card:nth-child(2) {
  transition-delay: 0.5s;
}

.telefone-sim .rcs-card:nth-child(3) {
  transition-delay: 0.7s;
}

/* ====== Card Tela 2 ====== */
.tela2-card {
  background: #d2d9ee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  max-width: 77%;
  box-sizing: border-box;
  margin: 10px 0;
}

.tela2-card .promo-img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}

.tela2-card .promo-body {
  padding: 5px;
}

.tela2-card .promo-body h3 {
  font-size: 16px;
  margin: 0 0 4px;
  font-weight: 800;
  color: #111;
}

.tela2-card .promo-body p {
  font-size: 14px;
  line-height: 1.4;
  color: #161616;
  margin: 4px 0 5px;
}

/* ====== Row que junta card + mensagens ====== */
.tela2-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  width: 100%;
}

/* ====== Mensagens lado direito ====== */
.tela2-msg-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.tela2-msg-right .msg-bubble {
  background: #d2f8d2;
  color: #111;
  padding: 6px 12px;
  border-radius: 16px 16px 0 16px;
  font-size: 13px;
  font-weight: 600;
  max-width: 160px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.568);
  margin-bottom: 5px;
  word-wrap: break-word;
}

/* ====== Chips ====== */
.tela2-chips {
  margin-top: -10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  transform: scale(1.1);
  transform-origin: center;
}

.tela2-chips .rcs-chip {
  background: #fbfbfb;
  border: 1px solid #9e9e9e;
  border-radius: 20px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 500;
  cursor: default;
  box-shadow: 0 3px 6px #00000040;
}



.tela .android-app {
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  box-sizing: border-box;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

.conv-hero .center-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.conv-hero .conv-desc {
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  margin: 5px 0 0;
  padding: 0 10px;
}

/* === ANIMAÇÕES === */
.tela2-card,
.tela2-chips,
.tela2-msg-right {
  opacity: 0;
  transform: translateY(20px);
}

.telefone-sim.animate-in .tela2-card {
  animation: fadeUpCard1 0.6s forwards;
  animation-delay: 0.3s;
}

.telefone-sim.animate-in .tela2-chips {
  animation: fadeUpCard1 0.6s forwards;
  animation-delay: 0.9s;
}

.telefone-sim.animate-in .tela2-msg-right {
  animation: fadeUpCard1 0.6s forwards;
  animation-delay: 1.6s;
}

@keyframes fadeUpCard1 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === RESPONSIVIDADE === */

/*
===========================================
BREAKPOINTS DO SITE
===========================================
480px - Ajustes para desktops menores e tablets grandes
390px - Ajustes para tablets 
385px - Ajustes para celulares maiores
380px - Ajustes para celulares médios
376px - Ajustes finos de layout
362px - Ajustes para celulares compactos
360px - Ajustes específicos da interface do RCS
347px - Ajustes para celulares muito pequenos
===========================================
*/
@media (max-width: 991px) {
  .rcs-section1-phone-col .telefone-sim {
    right: 30px;
  }

  .tela .android-conversa .conv-cards {
    gap: 5px;
  }

  .tela .android-conversa .rcs-card {
    max-width: 160px;
  }

  .rcs-card .card-body .card-cta {
    text-align: center;
    gap: 5px;
    padding: 5px;
    font: 500 14px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  }
}

@media (max-width: 865px) {
  .tela .android-conversa .rcs-card {
    max-width: 150px;
  }

  .tela .android-conversa .rcs-card .card-title {
    font-size: 16px;
  }
}

@media (max-width: 584px) {
  .tela .android-conversa .rcs-card {
    flex: 0 0 85%;
    max-width: 180px;
  }

  .tela .android-conversa .conv-cards {
    gap: 5px;
  }
}

@media (max-width: 554px) {
  .tela .android-conversa .rcs-card {
    flex: 0 0 85%;
    max-width: 170px;
  }

  .tela .android-conversa .conv-cards {
    gap: 5px;
  }
}

@media (max-width: 525px) {
  .tela .android-conversa .rcs-card {
    flex: 0 0 85%;
    max-width: 170px;
  }

  .tela .android-conversa .conv-cards {
    gap: 5px;
    font: 500 13px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }

  .rcs-card .card-body .card-cta {
    text-align: center;
  }

  .tela .android-conversa .rcs-card .card-img {
    height: 90px;
  }
}

@media (max-width: 500px) {
  .tela .android-conversa .rcs-card {
    max-width: 150px;
  }

  .tela .android-conversa .conv-cards {
    gap: 5px;
    font: 500 13px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }

  .rcs-card .card-body .card-cta {
    text-align: center;
  }

  .tela .android-conversa .rcs-card .card-img {
    height: 90px;
  }

  .tela .android-conversa .rcs-card .card-title {
    font-size: 15px;
  }
}

/* telas bem pequenas (até 360px) */
@media (max-width: 360px) {
  .promo-card {
    width: 160px;
    margin-left: -14px;
    margin-top: -10px;
  }

  .promo-card .promo-img {
    height: 60px;
  }

  .promo-body p {
    font-size: 10px;
  }

  .fake-btn {
    font-size: 10px;
    padding: 4px 6px;
  }

  .bubble.right {
    max-width: 130px;
    font-size: 10px;
  }
}

@media (max-width: 480px) {

  /* Cards promocionais */
  .promo-card {
    width: 174px;
    margin-left: -36px;
    margin-top: -100px;
  }

  .promo-card .promo-img {
    height: 65px;
  }

  .promo-body p {
    font-size: 12px;
  }

  .tela .android-conversa .rcs-card .card-title {
    margin: 0px 0 0px;
    font-size: 13px;
  }

  /* Botões e bolhas */
  .fake-btn {
    font-size: 11px;
    padding: 5px 7px;
  }

  .bubble.right {
    max-width: 150px;
    font-size: 13px;
    padding: 5px 8px;
  }

  .tela .android-conversa .conv-cards {
    gap: 5px;
  }

  .tela .android-conversa .rcs-card {
    max-width: 150px;
  }

  .tela .android-conversa .rcs-card .card-text {
    margin: 0px 0 0px;
    font-size: 12px;
  }

  .rcs-card .card-body .card-cta {
    text-align: center;
    padding: 4px;
    font: 500 13px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }
}

@media (max-width: 470px) {
  .tela .android-conversa .rcs-card {
    max-width: 140px;
  }
}

@media (max-width: 460px) {
  .tela .android-conversa .rcs-card {
    max-width: 130px;
  }
}

@media (max-width: 440px) {
  .tela .android-conversa .rcs-card {
    max-width: 130px;
  }

  .tela .android-conversa .rcs-card .card-title {
    font-size: 14px;
  }

  .rcs-card .card-body .card-cta {
    font: 500 12px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }

  .tela .android-conversa .rcs-card .card-text {
    font-size: 11px;
  }

  .tela .android-conversa .rcs-card .card-img {
    height: 90px;
  }
}

@media (max-width: 420px) {
  .tela .android-conversa .conv-cards {
    gap: 5px;
  }

  .tela .android-conversa .rcs-card {
    max-width: 130px;
  }

  .tela .android-conversa .rcs-card .card-text {
    margin: 0px 0 0px;
    font-size: 12px;
  }

  .rcs-card .card-body .card-cta {
    text-align: center;
    padding: 4px;
    font: 500 13px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }

  .tela .android-conversa .rcs-card .card-img {
    width: 100%;
    height: 65px;
  }

  .tela2-card .promo-body h3 {
    font-size: 13px;
  }

  .tela2-card .promo-body p {
    font-size: 12px;
  }

  .tela2-chips {
    margin-top: -4px;
  }

  .tela .android-conversa .conv-desc {
    font-size: 11px;
  }

  .tela2-card .promo-img {
    height: 65px;
  }
}

@media (max-width: 430px) {
  .tela .android-conversa .conv-desc {
    font-size: 13px;
  }

  .tela2-card .promo-body h3 {
    font-size: 15px;
  }

  .tela2-card .promo-body p {
    font-size: 13px;
  }

  .tela2-chips {
    margin-top: 0px;
  }
}

@media (max-width: 420px) {
  .tela .android-conversa .conv-cards {
    gap: 5px;
  }

  .tela .android-conversa .rcs-card {
    max-width: 130px;
  }

  .tela .android-conversa .rcs-card .card-text {
    margin: 0px 0 0px;
    font-size: 12px;
  }

  .rcs-card .card-body .card-cta {
    text-align: center;
    padding: 4px;
    font: 500 13px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }

  .tela .android-conversa .rcs-card .card-img {
    width: 100%;
    height: 65px;
  }

  .tela2-card .promo-body h3 {
    font-size: 13px;
  }

  .tela2-card .promo-body p {
    font-size: 12px;
  }

  .tela2-chips {
    margin-top: -4px;
  }

  .tela .android-conversa .conv-desc {
    font-size: 11px;
  }

  .tela2-card .promo-img {
    height: 65px;
  }
}

@media (max-width: 400px) {

  /* Cartões RCS */
  .tela .android-conversa .rcs-card {
    max-width: 120px;
  }

  .tela .android-conversa .rcs-card .card-img {
    height: 73px;
  }
}

@media (max-width: 390px) {
  .tela .android-conversa .conv-desc {
    font-size: 11px;
  }

  .tela2-card .promo-img {
    height: 75px;
  }

  .tela2-card .promo-body h3 {
    font-size: 13px;
  }

  .tela2-card .promo-body p {
    font-size: 11px;
  }

  .tela .android-conversa .rcs-card {
    max-width: 125px;
  }

  .tela .android-conversa .rcs-card .card-img {
    height: 70px;
  }

  .tela .android-conversa .rcs-card .card-title {
    font-size: 13px;
  }

  .rcs-card .card-body .card-cta {
    font: 500 12px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }

  .tela .android-conversa .rcs-card .card-text {
    margin: 0px 0 0px;
    font-size: 11px;
  }

  .tela2-chips {
    gap: 3px;
  }
}

@media (max-width: 380px) {

  /* Ajustes do header */
  .tela .android-conversa .conv-hero {
    padding: 0;
    top: -5px;
  }

  /* (movido do rcs-sections.css) */
  .promo-card {
    width: 159px;
    margin-left: -36px;
    margin-top: 5px;
  }

  .tela .android-conversa .rcs-card {
    max-width: 58%;
  }

  .tela .android-conversa .rcs-card .card-title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #111;
  }

  .rcs-card .card-body .card-cta:first-of-type {
    border-radius: 10px 10px 0 0;
    margin-top: 0px;
  }

  .tela .android-conversa .rcs-card .card-text {
    font-size: 11px;
    margin: 0 0 5px;
  }

  .conv-mock {
    top: -90px;
  }

  .tela .android-conversa .conv-cards {
    top: -100px;
    gap: 5px;
  }

  .tela .android-conversa .rcs-card .card-body {
    padding: 5px 4px 5px 4px;
  }

  .tela .android-conversa .rcs-card .card-img {
    height: 70px;
  }

  .rcs-card .card-body .card-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    font: 500 13px / 1.2 system-ui, -apple-system, "Segoe UI", Roboto, Arial,
      sans-serif;
  }

  .tela2-card .promo-body h3 {
    font-size: 12px;
  }

  .conv-hero {
    margin: 0;
  }

  .tela2-card .promo-img {
    height: 60px;
  }

  .tela .conv-hero .conv-desc {
    font-size: 12px;
  }

  .tela2-chips {
    margin-left: -16px;
    width: 114%;
    margin-top: 25px;
  }

  .center-logo {
    width: 50px;
    height: 50px !important;
  }

  .verified-badge {
    right: -5px;
    width: 40px;
    bottom: -4px;
  }

  .center-logo-wrap {
    margin: 6px auto 0px;
  }

  .tela2-card .promo-body p {
    font-size: 11px;
    line-height: 1.2;
  }

  .tela2-card {
    max-width: 74%;
    margin: 5px 0;
  }

  .tela2-msg-right .msg-bubble {
    font-size: 13px;
  }

  .tela2-card .promo-img {
    height: 60px;
    width: 100%;
  }
}

@media (max-width: 375px) {
  .tela2-composer svg {
    display: none;
  }

  /* (movido do rcs-sections.css) */
  .tela .android-conversa .rcs-card {
    max-width: 62%;
  }

  .tela2-chips {
    margin-top: 15px;
  }

  .tela2-chips .rcs-chip {

    padding: 3px 5px;
    font-size: 10px;
  }
}

@media (max-width: 365px) {

  .tela2-card .promo-body h3 {
    font-size: 11px;
  }

  .tela2-card .promo-body p {
    font-size: 10px;
    line-height: 1.2;
  }

  .tela .conv-hero .conv-desc {
    font-size: 11px;
  }

  .tela2-msg-right .msg-bubble {
    font-size: 11px;
  }

  .tela2-card .promo-img {
    height: 54px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .tela2-composer svg {
    display: none;
  }

  .tela .android-conversa .appbar.conv-appbar {
    background: #f4f4f4;
    z-index: 2;
  }

  .tela .android-conversa .conv-hero {
    margin-top: 0px;
    z-index: 0;
  }

  /* Cards promocionais */
  .promo-card {
    width: 160px;
    margin-left: -14px;
    margin-top: -10px;
  }

  .promo-card .promo-img {
    height: 60px;
  }

  .promo-body p {
    font-size: 10px;
  }

  /* Botões e bolhas */
  .fake-btn {
    font-size: 10px;
    padding: 4px 6px;
  }

  .bubble.right {
    max-width: 130px;
    font-size: 10px;
  }

  .tela2-chips .rcs-chip {
    font-size: 10px;
  }

  .tela .conv-hero .conv-desc {
    font-size: 10px;
  }

  .center-logo {
    width: 45px;
    height: 45px !important;
  }

  .center-logo-wrap {
    width: 45px;
    height: 52px;
  }

  .verified-badge {
    right: -6px;
    width: 30px;
    bottom: -11px;
  }

  .tela2-msg-right .msg-bubble {
    font-size: 12px;
  }
}

@media (max-width: 355px) {

  /* Cards promocionais */
  .promo-card {
    width: 160px;
    margin-left: -14px;
    margin-top: -10px;
  }

  .promo-card .promo-img {
    height: 60px;
  }

  .promo-body p {
    font-size: 10px;
  }

  /* Botões e bolhas */
  .fake-btn {
    font-size: 10px;
    padding: 4px 6px;
  }

  .bubble.right {
    max-width: 130px;
    font-size: 10px;
  }

  .tela .android-conversa .conv-hero {
    margin-top: -23px;
    z-index: 0;
  }
}

@media (max-width: 352px) {
  .tela .android-conversa .conv-hero {
    margin-top: -27px;
    z-index: 0;
  }
}

@media (max-width: 350px) {
  .tela .android-conversa .conv-hero {
    margin-top: -30px;
    z-index: 0;
  }
}

@media (max-width: 347px) {

  /* Ajustes de card */
  .tela2-card {
    max-width: 72%;
    margin: 2px 0;
  }

  /* Área de composição */
  .tela2-composer svg {
    display: none;
  }

  .tela2-composer {
    padding: 0px 44px;
  }

  .tela .android-conversa .conv-hero {
    margin-top: -36px;
    z-index: 0;
  }
}

@media (max-width: 339px) {
  .tela .android-conversa .appbar.conv-appbar {
    margin-top: 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: grid !important;
  }
}

/* Garantir que os headers apareçam mesmo dentro de elementos com animação */
.tela .android-conversa .screen .appbar.conv-appbar,
.tela .android-conversa .screen.fadeInUp .appbar.conv-appbar,
.tela .android-conversa.screen .appbar.conv-appbar,
.tela .android-conversa.screen.fadeInUp .appbar.conv-appbar,
header.appbar.conv-appbar {
  opacity: 1 !important;
  visibility: visible !important;
  display: grid !important;
  position: relative !important;
  height: auto !important;
  min-height: 35px !important;
}

/* Garantir que o container android-conversa com screen também apareça */
.tela .android-conversa.screen,
.tela .android-conversa.screen.fadeInUp {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Garantir que o android-app também apareça */
.tela .android-conversa .android-app {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Garantir que os elementos dentro do header apareçam */
.tela .android-conversa .appbar.conv-appbar *,
header.appbar.conv-appbar * {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 337px) {
  .tela .android-conversa .appbar.conv-appbar {
    margin-top: 6px !important;
  }

  .tela2-chips {
    padding: 0px;
  }
}

@media (max-width: 328px) {
  .tela .android-conversa .conv-hero {
    margin-top: -46px;
    z-index: 0;
  }

  .tela2-chips {
    padding: 0px;
  }
}