.whatsapp-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
  padding: clamp(38px, 5vw, 70px);
  background: var(--ink);
  color: white;
  border: var(--line);
  border-radius: 30px 30px 0 30px;
  box-shadow: 12px 12px 0 var(--coral);
}

.whatsapp-showcase .eyebrow::before {
  background: #25d366;
}

.whatsapp-copy h2 {
  max-width: 720px;
  margin-bottom: 24px;
  color: white;
  font-size: clamp(40px, 5vw, 72px);
}

.whatsapp-lede {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 1.7vw, 21px);
}

.whatsapp-entry {
  display: grid;
  grid-template-columns: minmax(170px, 218px) minmax(220px, 1fr);
  gap: 26px;
  align-items: center;
}

.whatsapp-qr-link {
  display: grid;
  gap: 11px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.whatsapp-qr-frame {
  position: relative;
  display: block;
  padding: 12px;
  background: white;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 6px 6px 0 var(--coral);
}

.whatsapp-qr-frame::after {
  position: absolute;
  inset: -7px;
  border: 2px solid #25d366;
  border-radius: 25px;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(1.04);
}

.whatsapp-qr-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.whatsapp-qr-caption {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.whatsapp-entry-actions {
  display: grid;
  justify-items: start;
  gap: 15px;
}

.button.whatsapp-button {
  min-height: 54px;
  background: #25d366;
  color: #082c19;
  border-color: white;
}

.button.whatsapp-button:hover {
  box-shadow: 4px 4px 0 white;
}

.whatsapp-entry-actions p {
  max-width: 410px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.55;
}

.whatsapp-entry-actions .whatsapp-external-note {
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 11px;
}

.whatsapp-external-note a {
  color: white;
  text-underline-offset: 3px;
}

.whatsapp-demo {
  display: grid;
  gap: 19px;
  justify-items: center;
  min-width: 0;
}

.whatsapp-demo-steps {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  list-style: none;
}

.whatsapp-demo-steps li {
  display: grid;
  gap: 3px;
  padding: 11px 8px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
}

.whatsapp-demo-steps li:last-child {
  border-right: 0;
}

.whatsapp-demo-steps strong {
  color: #25d366;
  font-size: 13px;
}

.iphone-mockup {
  position: relative;
  width: min(100%, 310px);
  aspect-ratio: 110 / 239;
  padding: 10px;
  background: #090909;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 52px;
  box-shadow: 12px 12px 0 var(--coral);
}

.iphone-notch {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 50%;
  width: 104px;
  height: 25px;
  background: #090909;
  border-radius: 999px;
  transform: translateX(-50%);
}

.iphone-home {
  position: absolute;
  z-index: 4;
  bottom: 15px;
  left: 50%;
  width: 104px;
  height: 4px;
  background: #090909;
  border-radius: 999px;
  transform: translateX(-50%);
}

.iphone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #f7f7f7;
  color: #111b21;
  border-radius: 41px;
}

.phone-flow-scene {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.flow-scan,
.flow-splash {
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}

.flow-scan {
  align-items: center;
  background:
    radial-gradient(circle at 13% 20%, rgba(255, 91, 99, 0.2) 0 16px, transparent 17px),
    radial-gradient(circle at 87% 70%, rgba(37, 211, 102, 0.16) 0 22px, transparent 23px),
    linear-gradient(155deg, #fff8f2 0%, #ffe7dc 58%, #ffd1c9 100%);
  color: #171616;
}

.flow-splash {
  align-items: center;
  justify-content: center;
  background: #f7f7f4;
  color: #111b21;
}

.flow-splash .flow-status {
  position: absolute;
  top: 0;
  left: 0;
}

.flow-chat {
  z-index: 1;
  visibility: visible;
  background: #efeae2;
  opacity: 1;
}

.flow-status {
  width: 100%;
  flex: 0 0 auto;
  background: transparent !important;
  color: currentColor !important;
}

.scan-copy {
  display: grid;
  gap: 6px;
  width: 100%;
  padding: 19px 24px 13px;
  text-align: center;
}

.scan-copy small {
  color: #a32636;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scan-copy strong {
  font-size: 19px;
  line-height: 1.15;
}

.scan-illustration {
  position: relative;
  display: grid;
  flex: 1;
  place-items: center;
  width: 100%;
  min-height: 0;
  padding: 10px 25px 48px;
}

.scan-card {
  position: relative;
  display: grid;
  width: min(78%, 194px);
  justify-items: center;
  gap: 10px;
  padding: 17px 18px 15px;
  background: white;
  border: 2px solid #171616;
  border-radius: 24px;
  box-shadow: 8px 8px 0 #ff5b63;
  transform: rotate(-2deg);
}

.scan-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  align-self: start;
  justify-self: start;
  color: #171616;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.scan-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.scan-qr-wrap {
  position: relative;
  display: grid;
  width: min(100%, 142px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  background: #fff;
  color: #111b21;
  border-radius: 9px;
}

.scan-qr-art {
  display: block;
  width: 100%;
  height: 100%;
}

.scan-beam {
  position: absolute;
  z-index: 2;
  top: 14%;
  left: 5%;
  width: 90%;
  height: 3px;
  background: #25d366;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.14), 0 0 18px rgba(37, 211, 102, 0.68);
  opacity: 0;
}

.scan-corner {
  position: absolute;
  z-index: 3;
  width: 24px;
  height: 24px;
  border-color: #25d366;
  border-style: solid;
}

.scan-corner-tl { top: 1px; left: 1px; border-width: 3px 0 0 3px; border-radius: 7px 0 0; }
.scan-corner-tr { top: 1px; right: 1px; border-width: 3px 3px 0 0; border-radius: 0 7px 0 0; }
.scan-corner-bl { bottom: 1px; left: 1px; border-width: 0 0 3px 3px; border-radius: 0 0 0 7px; }
.scan-corner-br { right: 1px; bottom: 1px; border-width: 0 3px 3px 0; border-radius: 0 0 7px; }

.scan-label {
  color: #54656f;
  font-size: 9px;
  font-weight: 750;
}

.scan-check {
  position: absolute;
  right: 28px;
  bottom: 31px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  background: #171616;
  color: white;
  border-radius: 999px;
  box-shadow: 4px 4px 0 #25d366;
  font-size: 9px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(8px) scale(0.94);
}

.scan-check b {
  color: #25d366;
  font-size: 12px;
}

.scan-spark {
  position: absolute;
  color: #ff5b63;
  font-size: 22px;
  line-height: 1;
}

.scan-spark-one { top: 8%; left: 15%; transform: rotate(-12deg); }
.scan-spark-two { right: 12%; bottom: 27%; color: #25d366; font-size: 16px; transform: rotate(15deg); }

.splash-core {
  display: grid;
  justify-items: center;
  gap: 11px;
  padding: 20px;
  text-align: center;
}

.whatsapp-splash-mark {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  background: #25d366;
  color: white;
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.24);
}

.whatsapp-splash-mark svg {
  width: 61px;
  height: 61px;
}

.splash-core strong {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.splash-core > span:last-child {
  color: #667781;
  font-size: 10px;
}

.splash-meta {
  position: absolute;
  bottom: 30px;
  color: #8696a0;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.iphone-status {
  display: flex;
  min-height: 38px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 18px 5px;
  background: #075e54;
  color: white;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.iphone-status-icons {
  letter-spacing: 1px;
}

.whatsapp-app-bar {
  display: grid;
  min-height: 65px;
  grid-template-columns: 18px 39px minmax(0, 1fr) 21px 21px;
  gap: 7px;
  align-items: center;
  padding: 7px 12px 11px;
  background: #075e54;
  color: white;
}

.whatsapp-back {
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
}

.whatsapp-avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: var(--coral);
  border: 1px solid white;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

.whatsapp-account {
  display: grid;
  min-width: 0;
  line-height: 1.12;
}

.whatsapp-account strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whatsapp-account small {
  margin-top: 3px;
  font-size: 9px;
  opacity: 0.78;
}

.whatsapp-video-icon,
.whatsapp-phone-icon {
  font-size: 16px;
  text-align: center;
}

.whatsapp-chat-screen {
  position: relative;
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  padding: 14px 11px 12px;
  overflow: hidden;
  background-color: #efeae2;
  background-image:
    radial-gradient(circle at 8px 8px, rgba(17, 27, 33, 0.035) 1.6px, transparent 1.8px),
    radial-gradient(circle at 20px 19px, rgba(17, 27, 33, 0.025) 1.4px, transparent 1.7px);
  background-size: 28px 28px;
}

.whatsapp-day {
  align-self: center;
  padding: 3px 8px;
  background: white;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
  color: #54656f;
  font-size: 8px;
  font-weight: 750;
}

.whatsapp-encryption {
  align-self: center;
  max-width: 86%;
  margin: 0 0 6px;
  padding: 5px 8px;
  background: #ffeecd;
  border-radius: 7px;
  color: #54656f;
  font-size: 7px;
  line-height: 1.35;
  text-align: center;
}

.chat-bubble {
  position: relative;
  max-width: 83%;
  padding: 8px 9px 17px;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
  font-size: 11px;
  line-height: 1.45;
}

.chat-bubble small {
  position: absolute;
  right: 7px;
  bottom: 4px;
  color: #667781;
  font-size: 7px;
  line-height: 1;
}

.chat-outgoing {
  align-self: flex-end;
  background: #d9fdd3;
  opacity: 1;
  transform: none;
}

.whatsapp-composer {
  display: grid;
  min-height: 57px;
  grid-template-columns: 22px minmax(0, 1fr) 18px 31px;
  gap: 5px;
  align-items: center;
  padding: 7px 9px 15px;
  background: #f0f2f5;
  color: #54656f;
}

.composer-smile,
.composer-clip {
  font-size: 18px;
  text-align: center;
}

.composer-prefill {
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 8px 10px;
  background: white;
  border-radius: 999px;
  font-size: 9px;
  line-height: 1.25;
  opacity: 0.32;
  text-overflow: ellipsis;
  transform: translateX(-7px);
  white-space: nowrap;
}

.composer-send {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  background: #00a884;
  color: white;
  border-radius: 50%;
  font-size: 12px;
}

.whatsapp-demo-note {
  max-width: 350px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.flow-chat .iphone-status,
.flow-chat .whatsapp-app-bar {
  background: #f7f7f7;
  color: #111b21;
}

.flow-chat .whatsapp-app-bar {
  border-bottom: 1px solid #e4e7e9;
}

.whatsapp-avatar img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.whatsapp-header-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.flow-chat .whatsapp-chat-screen {
  background-color: #efeae2;
  background-image:
    radial-gradient(circle at 8px 8px, rgba(17, 27, 33, 0.035) 1.6px, transparent 1.8px),
    radial-gradient(circle at 20px 19px, rgba(17, 27, 33, 0.025) 1.4px, transparent 1.7px);
}

.chat-review-hint {
  align-self: center;
  padding: 6px 9px;
  background: #111b21;
  color: white;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 750;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(6px);
}

.message-check {
  color: #667781;
  font-weight: 900;
}

.flow-chat .whatsapp-composer {
  position: relative;
}

.composer-field {
  display: grid;
  min-width: 0;
  align-items: center;
  overflow: hidden;
  padding: 8px 10px;
  background: white;
  border-radius: 999px;
  font-size: 9px;
  line-height: 1.25;
}

.flow-chat .composer-prefill,
.composer-placeholder {
  grid-area: 1 / 1;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  transform: none;
  white-space: nowrap;
}

.flow-chat .composer-prefill {
  opacity: 0;
}

.composer-placeholder {
  color: #8696a0;
  opacity: 1;
}

.composer-send {
  position: relative;
}

.composer-send svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.composer-send::after {
  position: absolute;
  inset: -7px;
  border: 2px solid #00a884;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.65);
}

.send-tap-label {
  position: absolute;
  right: 7px;
  bottom: 57px;
  padding: 5px 8px;
  background: #111b21;
  color: white;
  border-radius: 7px;
  font-size: 8px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(6px);
}

.send-tap-label::after {
  position: absolute;
  right: 12px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: #111b21;
  content: "";
  transform: rotate(45deg);
}

.whatsapp-showcase.is-motion-ready .flow-scan {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}

.whatsapp-showcase.is-motion-ready .flow-splash,
.whatsapp-showcase.is-motion-ready .flow-chat {
  visibility: hidden;
  opacity: 0;
}

.whatsapp-showcase.is-motion-ready .flow-chat .composer-prefill {
  opacity: 1;
}

.whatsapp-showcase.is-motion-ready .flow-chat .composer-placeholder,
.whatsapp-showcase.is-motion-ready .flow-chat .message-check {
  opacity: 0;
}

.whatsapp-showcase.is-motion-ready.is-animating .phone-flow-scene {
  animation-duration: 5.2s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-scan {
  animation-name: asidu-flow-scan;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-splash {
  animation-name: asidu-flow-splash;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-chat {
  animation-name: asidu-flow-chat;
}

.whatsapp-showcase.is-motion-ready.is-animating .scan-card {
  animation: asidu-flow-card 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .scan-beam {
  animation: asidu-flow-beam 1.05s ease-in-out 0.18s 1 both;
}

.whatsapp-showcase.is-motion-ready.is-animating .scan-check {
  animation: asidu-flow-scan-check 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .whatsapp-splash-mark {
  animation: asidu-flow-splash-mark 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .chat-review-hint {
  animation: asidu-flow-review-hint 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-chat .composer-prefill {
  animation: asidu-flow-prefill 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-chat .composer-placeholder {
  animation: asidu-flow-placeholder 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .send-tap-label {
  animation: asidu-flow-tap-label 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-chat .composer-send {
  animation: asidu-flow-send 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-chat .composer-send::after {
  animation: asidu-flow-send-ripple 5.2s ease-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-chat .chat-outgoing {
  animation: asidu-flow-outgoing 5.2s ease-in-out both;
}

.whatsapp-showcase.is-motion-ready.is-animating .flow-chat .message-check {
  animation: asidu-flow-check 5.2s ease-in-out both;
}

@keyframes asidu-flow-scan {
  0%, 22% { visibility: visible; opacity: 1; transform: scale(1); }
  27% { visibility: visible; opacity: 0; transform: scale(1.025); }
  28%, 100% { visibility: hidden; opacity: 0; transform: scale(1.025); }
}

@keyframes asidu-flow-splash {
  0%, 21% { visibility: hidden; opacity: 0; transform: scale(0.96); }
  22% { visibility: visible; opacity: 0; transform: scale(0.96); }
  27%, 39% { visibility: visible; opacity: 1; transform: scale(1); }
  44% { visibility: visible; opacity: 0; transform: scale(1.025); }
  45%, 100% { visibility: hidden; opacity: 0; transform: scale(1.025); }
}

@keyframes asidu-flow-chat {
  0%, 39% { visibility: hidden; opacity: 0; transform: translateY(8px); }
  40% { visibility: visible; opacity: 0; transform: translateY(8px); }
  46%, 100% { visibility: visible; opacity: 1; transform: translateY(0); }
}

@keyframes asidu-flow-card {
  0% { transform: rotate(-2deg) scale(0.96); }
  7%, 22% { transform: rotate(-2deg) scale(1); }
  27%, 100% { transform: rotate(-2deg) scale(1.03); }
}

@keyframes asidu-flow-beam {
  0% { top: 14%; opacity: 0; }
  14% { opacity: 1; }
  82% { top: 82%; opacity: 1; }
  100% { top: 82%; opacity: 0; }
}

@keyframes asidu-flow-scan-check {
  0%, 15% { opacity: 0; transform: translateY(8px) scale(0.94); }
  18%, 23% { opacity: 1; transform: translateY(0) scale(1); }
  27%, 100% { opacity: 0; transform: translateY(-4px) scale(0.98); }
}

@keyframes asidu-flow-splash-mark {
  0%, 22% { transform: scale(0.9); }
  28%, 39% { transform: scale(1); }
  44%, 100% { transform: scale(1.04); }
}

@keyframes asidu-flow-review-hint {
  0%, 42% { opacity: 0; transform: translateY(6px); }
  47%, 64% { opacity: 1; transform: translateY(0); }
  69%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes asidu-flow-prefill {
  0%, 42% { opacity: 0; transform: translateX(-5px); }
  47%, 72% { opacity: 1; transform: translateX(0); }
  77%, 100% { opacity: 0; transform: translateX(4px); }
}

@keyframes asidu-flow-placeholder {
  0%, 75% { opacity: 0; }
  80%, 100% { opacity: 1; }
}

@keyframes asidu-flow-tap-label {
  0%, 57% { opacity: 0; transform: translateY(6px); }
  61%, 74% { opacity: 1; transform: translateY(0); }
  79%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes asidu-flow-send {
  0%, 71% { transform: scale(1); }
  74% { transform: scale(0.82); }
  78%, 100% { transform: scale(1); }
}

@keyframes asidu-flow-send-ripple {
  0%, 70% { opacity: 0; transform: scale(0.65); }
  73% { opacity: 0.8; transform: scale(0.8); }
  81%, 100% { opacity: 0; transform: scale(1.25); }
}

@keyframes asidu-flow-outgoing {
  0%, 77% { opacity: 0; transform: translateY(10px) scale(0.97); }
  82%, 100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes asidu-flow-check {
  0%, 85% { opacity: 0; }
  89%, 100% { opacity: 1; }
}

@media (max-width: 1080px) {
  .whatsapp-showcase {
    grid-template-columns: 1fr;
  }

  .whatsapp-demo {
    width: min(100%, 560px);
    justify-self: center;
  }
}

@media (max-width: 700px) {
  .whatsapp-showcase {
    width: min(calc(100% - 24px), var(--max));
    padding: 32px 20px 38px;
    border-radius: 24px 24px 0 24px;
    box-shadow: 7px 7px 0 var(--coral);
  }

  .whatsapp-copy h2 {
    font-size: clamp(37px, 11vw, 55px);
  }

  .whatsapp-entry {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .whatsapp-qr-link {
    width: min(218px, 100%);
  }

  .whatsapp-entry-actions {
    width: 100%;
  }

  .button.whatsapp-button {
    width: 100%;
  }

  .iphone-mockup {
    width: min(100%, 300px);
    border-radius: 48px;
    box-shadow: 8px 8px 0 var(--coral);
  }
}

@media (max-width: 360px) {
  .whatsapp-showcase {
    padding-inline: 16px;
  }

  .iphone-mockup {
    width: min(100%, 270px);
  }

  .chat-bubble {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-qr-frame::after,
  .phone-flow-scene,
  .scan-card,
  .scan-beam,
  .scan-check,
  .whatsapp-splash-mark,
  .chat-review-hint,
  .composer-prefill,
  .composer-placeholder,
  .composer-send,
  .composer-send::after,
  .send-tap-label,
  .chat-outgoing,
  .message-check {
    animation: none !important;
  }

  .whatsapp-qr-frame::after,
  .flow-scan,
  .flow-splash,
  .scan-beam,
  .scan-check,
  .chat-review-hint,
  .send-tap-label,
  .composer-prefill {
    display: none !important;
  }

  .flow-chat {
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .chat-outgoing,
  .composer-placeholder,
  .message-check {
    opacity: 1 !important;
    transform: none !important;
  }
}
