:root {
  --ink: #12221a;
  --muted: #526158;
  --line: #d9e1dc;
  --green: #0aa84f;
  --green-dark: #08743a;
  --green-pale: #edf8f1;
  --whatsapp: #13b95b;
  --coral: #ec6a4c;
  --yellow: #f4bc3d;
  --paper: #ffffff;
  --page: #f7faf8;
  --shadow: 0 18px 50px rgba(18, 34, 26, 0.18);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font-family: inherit;
}

a {
  color: inherit;
}

svg {
  display: block;
  fill: currentColor;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr 48px;
  align-items: center;
  width: min(100% - 80px, 1440px);
  min-height: 94px;
  transform: translateX(-50%);
}

.site-header::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  border-bottom: 1px solid rgba(18, 34, 26, 0.08);
  background: rgba(255, 255, 255, 0.94);
  content: "";
}

.wordmark {
  color: var(--green);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.header-whatsapp {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--whatsapp);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(10, 168, 79, 0.24);
}

.header-whatsapp svg {
  width: 22px;
  height: 22px;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid #e7ece9;
  background: #f8f8f5;
}

.hero-photo {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
}

.hero-content {
  position: absolute;
  z-index: 2;
  top: 126px;
  left: max(48px, calc((100vw - 1440px) / 2 + 48px));
  width: min(560px, 40vw);
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(10, 168, 79, 0.65);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
}

.hero h1 {
  max-width: 560px;
  margin: 0;
  color: #15231b;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.06;
}

.hero-summary {
  max-width: 465px;
  margin: 24px 0 0;
  color: #3f4c45;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.48;
}

.question-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  color: #33423a;
  font-size: 18px;
}

.question-proof strong {
  color: var(--ink);
  font-size: 22px;
}

.proof-icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 38px;
  place-items: center;
  color: #fff;
}

.proof-icon svg {
  width: 34px;
  height: 38px;
  color: var(--green);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-top: 26px;
}

.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 23px;
  color: #fff;
  background: var(--whatsapp);
  border-radius: 6px;
  box-shadow: 0 12px 30px rgba(10, 168, 79, 0.22);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.whatsapp-button:hover {
  background: #099849;
  box-shadow: 0 16px 34px rgba(10, 168, 79, 0.28);
  transform: translateY(-2px);
}

.whatsapp-button svg {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.hero-coverage {
  margin: 22px 0 0;
  color: #4b5b52;
  font-size: 14px;
  font-weight: 650;
}

.hero-coverage span {
  padding: 0 5px;
  color: var(--green);
}

.hero-chat {
  position: absolute;
  z-index: 4;
  top: 157px;
  right: max(44px, calc((100vw - 1440px) / 2 + 44px));
  width: 330px;
  overflow: hidden;
  border: 1px solid rgba(18, 34, 26, 0.17);
  border-radius: 8px;
  background: #efeae2;
  box-shadow: var(--shadow);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.chat-header {
  display: grid;
  grid-template-columns: 24px 38px 1fr 32px;
  align-items: center;
  min-height: 58px;
  padding: 8px 12px;
  color: #fff;
  background: #087e61;
}

.chat-back {
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
}

.chat-avatar {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 17px;
  font-weight: 800;
}

.chat-name {
  display: flex;
  flex-direction: column;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.1;
}

.chat-name small {
  padding-top: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}

.chat-tools {
  font-weight: 900;
}

.chat-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 375px;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 13px 12px;
  background-color: #efeae2;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.chat-body::-webkit-scrollbar {
  display: none;
}

.chat-demo-item {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}

.chat-demo-item.is-visible {
  animation: chat-message-arrive 280ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.chat-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 48px;
  padding: 12px 13px;
}

.chat-typing span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #84918a;
  animation: chat-typing-dot 850ms ease-in-out infinite;
}

.chat-typing span:nth-child(2) {
  animation-delay: 120ms;
}

.chat-typing span:nth-child(3) {
  animation-delay: 240ms;
}

@keyframes chat-message-arrive {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes chat-typing-dot {
  0%, 60%, 100% { transform: translateY(0); }
  30% { transform: translateY(-3px); }
}

.bubble,
.document-message {
  position: relative;
  max-width: 82%;
  margin: 0;
  padding: 9px 10px 16px;
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(18, 34, 26, 0.1);
  color: #28352e;
  font-size: 11px;
  line-height: 1.35;
}

.bubble time {
  position: absolute;
  right: 7px;
  bottom: 3px;
  color: #78827c;
  font-size: 8px;
}

.bubble.sent {
  align-self: flex-end;
  background: #d7f7c8;
}

.bubble.received,
.document-message {
  align-self: flex-start;
  background: #fff;
}

.document-message {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 78%;
  padding-bottom: 9px;
}

.document-message > span:last-child {
  min-width: 0;
}

.document-message strong,
.document-message small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-message strong {
  font-size: 9px;
}

.document-message small {
  margin-top: 3px;
  color: #78827c;
  font-size: 8px;
}

.document-icon {
  display: grid;
  flex: 0 0 auto;
  width: 31px;
  height: 37px;
  place-items: end center;
  padding-bottom: 5px;
  color: #fff;
  background: var(--coral);
  border-radius: 3px;
  font-size: 7px;
  font-weight: 800;
}

.bubble.attachment {
  width: 50%;
  color: #245630;
  font-weight: 700;
}

.bubble.score {
  width: 76%;
}

.bubble.intro-message {
  max-width: 90%;
  white-space: pre-line;
}

.chat-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  margin: 0 9px 10px;
  padding: 0 8px 0 14px;
  border-radius: 23px;
  color: #8a938d;
  background: #fff;
  font-size: 11px;
}

.chat-input strong {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #0a9c75;
  font-size: 22px;
}

.section-inner,
.practice-inner,
.final-inner,
.site-footer {
  width: min(100% - 80px, 1280px);
  margin: 0 auto;
}

.how-section {
  padding: 28px 0 46px;
  background: #fff;
}

.how-section .section-kicker {
  display: none;
}

.how-section h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 25px;
  line-height: 1.25;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px;
}

.step {
  position: relative;
  display: grid;
  grid-template-columns: 62px 30px 1fr;
  align-items: start;
  min-width: 0;
}

.step:not(:last-child)::after {
  position: absolute;
  top: 32px;
  right: -28px;
  width: 16px;
  height: 1px;
  background: var(--line);
  content: "";
}

.step-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
}

.step-icon svg {
  width: 26px;
  height: 26px;
}

.step-number {
  padding-top: 2px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 800;
}

.step h3 {
  margin: 2px 0 5px;
  font-size: 16px;
  line-height: 1.25;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.practice-section {
  padding: 100px 0;
  background: var(--green-pale);
  border-top: 1px solid #dcece2;
  border-bottom: 1px solid #dcece2;
}

.practice-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(560px, 1.16fr);
  align-items: center;
  gap: 80px;
}

.practice-copy h2,
.boards-section h2,
.parents-section h2,
.final-cta h2 {
  margin: 0;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.14;
}

.practice-copy > p:not(.section-kicker) {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: 15px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 650;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-list span {
  display: grid;
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #fff;
  background: var(--green);
  border-radius: 50%;
  font-size: 13px;
}

.answer-flow {
  position: relative;
  min-height: 485px;
}

.answer-sheet {
  position: absolute;
  top: 8px;
  left: 0;
  width: 69%;
  min-height: 445px;
  padding: 36px 34px;
  border: 1px solid #d9dfdb;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(18, 34, 26, 0.12);
  transform: rotate(-2deg);
}

.paper-heading {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
}

.paper-heading span {
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 800;
}

.paper-heading strong {
  margin-top: 4px;
  font-family: Georgia, serif;
  font-size: 22px;
}

.answer-sheet ol {
  display: grid;
  gap: 24px;
  margin: 28px 0 0;
  padding-left: 23px;
  font-family: Georgia, serif;
  font-size: 17px;
}

.answer-sheet li {
  position: relative;
  padding-right: 34px;
}

.working {
  display: block;
  margin-top: 7px;
  color: #315e9a;
  font-family: "Segoe Print", cursive;
}

.mark {
  position: absolute;
  top: 3px;
  right: 4px;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.mark.correct {
  color: var(--green);
}

.mark.wrong {
  color: var(--coral);
}

.photo-label {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #7a857e;
  font-size: 10px;
}

.score-report {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 45%;
  min-height: 330px;
  padding: 25px;
  border-top: 5px solid var(--green);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(18, 34, 26, 0.2);
}

.score-report > p {
  margin: 0;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.score-report > strong {
  display: block;
  margin-top: 14px;
  color: var(--green-dark);
  font-size: 58px;
  line-height: 1;
}

.score-report > strong span {
  color: var(--muted);
  font-size: 25px;
}

.score-report > small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
}

.score-report hr {
  height: 1px;
  margin: 22px 0;
  border: 0;
  background: var(--line);
}

.score-report b {
  font-size: 13px;
}

.score-report ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 11px;
}

.boards-section {
  padding: 92px 0;
  background: #fff;
}

.boards-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
  align-items: center;
  gap: 90px;
}

.board-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.board-list span {
  padding: 12px 16px;
  border: 1px solid #cbd8d0;
  border-radius: 6px;
  color: #284236;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.parents-section {
  padding: 92px 0;
  color: #fff;
  background: var(--ink);
}

.parents-section .section-kicker {
  color: #7fdfa9;
}

.parents-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(550px, 1.1fr);
  gap: 90px;
}

.parent-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.parent-points article {
  padding-top: 16px;
  border-top: 3px solid var(--green);
}

.parent-points strong {
  font-size: 16px;
}

.parent-points p {
  margin: 10px 0 0;
  color: #bdc9c1;
  font-size: 13px;
  line-height: 1.55;
}

.final-cta {
  padding: 90px 0;
  background: #f5c64f;
}

.final-inner {
  display: grid;
  grid-template-columns: 1fr 250px;
  align-items: center;
  gap: 90px;
}

.final-inner > div > p:not(.section-kicker, .final-number) {
  margin: 20px 0 28px;
  color: #3d482f;
  font-size: 18px;
}

.dark-text {
  background: var(--ink);
}

.dark-text:hover {
  background: #23352a;
}

.final-number {
  margin: 12px 0 0;
  font-size: 15px;
  font-weight: 750;
}

.qr-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 13px;
  border-radius: 6px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 15px 36px rgba(53, 46, 19, 0.18);
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

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

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 112px;
  color: var(--muted);
  font-size: 13px;
}

.footer-wordmark {
  font-size: 28px;
}

.mobile-whatsapp {
  display: none;
}

@media (max-width: 1220px) {
  .site-header {
    width: calc(100% - 48px);
  }

  .hero-content {
    left: 32px;
    width: 460px;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-summary {
    font-size: 18px;
  }

  .hero-chat {
    right: 26px;
    width: 300px;
  }

  .section-inner,
  .practice-inner,
  .final-inner,
  .site-footer {
    width: calc(100% - 56px);
  }

  .practice-inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
    gap: 48px;
  }

  .boards-inner,
  .parents-inner {
    gap: 50px;
  }
}

@media (max-width: 1024px) {
  .hero {
    min-height: 760px;
  }

  .hero-photo {
    object-position: 55% 49%;
  }

  .hero-content {
    top: 124px;
    width: 400px;
  }

  .hero h1 {
    font-size: 47px;
  }

  .hero-chat {
    top: 160px;
    right: 22px;
    width: 278px;
  }

  .chat-body {
    height: 350px;
  }

  .question-proof {
    font-size: 16px;
  }

  .hero-coverage {
    max-width: 360px;
    line-height: 1.8;
  }

  .steps {
    gap: 22px;
  }

  .step {
    grid-template-columns: 52px 25px 1fr;
  }

  .step-icon {
    width: 46px;
    height: 46px;
  }

  .practice-inner,
  .boards-inner,
  .parents-inner {
    grid-template-columns: 1fr;
  }

  .practice-copy {
    max-width: 720px;
  }

  .answer-flow {
    width: min(100%, 680px);
    margin: 0 auto;
  }

  .boards-inner,
  .parents-inner {
    gap: 42px;
  }

  .boards-inner > div:first-child,
  .parents-inner > div:first-child {
    max-width: 700px;
  }

  .parent-points {
    gap: 24px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-behavior: auto;
  }

  body {
    padding-bottom: 82px;
  }

  .site-header {
    position: absolute;
    grid-template-columns: 1fr 42px;
    width: calc(100% - 36px);
    min-height: 74px;
  }

  .wordmark {
    font-size: 34px;
  }

  .header-whatsapp {
    width: 38px;
    height: 38px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 315px;
    overflow: visible;
    background: #fff;
  }

  .hero-photo {
    z-index: 0;
    width: 100%;
    height: 340px;
    object-position: 67% center;
  }

  .hero-content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 44px 22px 32px;
    background: #fff;
  }

  .eyebrow {
    margin-bottom: 14px;
    padding: 6px 11px;
    font-size: 11px;
    backdrop-filter: none;
  }

  .hero h1 {
    font-size: 39px;
    line-height: 1.07;
  }

  .hero-summary {
    margin-top: 19px;
    font-size: 17px;
    line-height: 1.5;
  }

  .question-proof {
    align-items: flex-start;
    margin-top: 21px;
    font-size: 15px;
  }

  .question-proof strong {
    font-size: 19px;
  }

  .whatsapp-button {
    width: 100%;
    min-height: 56px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    margin-top: 24px;
  }

  .phone-link {
    align-self: flex-start;
  }

  .hero-coverage {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.7;
  }

  .hero-chat {
    position: relative;
    top: auto;
    right: auto;
    order: 3;
    width: calc(100% - 44px);
    margin: 0 22px 46px;
  }

  .chat-body {
    height: 350px;
  }

  .section-inner,
  .practice-inner,
  .final-inner,
  .site-footer {
    width: calc(100% - 44px);
  }

  .how-section {
    padding: 55px 0;
  }

  .how-section .section-kicker {
    display: block;
    text-align: center;
  }

  .how-section h2 {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .step {
    grid-template-columns: 55px 28px 1fr;
  }

  .step:not(:last-child)::after {
    top: 56px;
    right: auto;
    bottom: -25px;
    left: 26px;
    width: 1px;
    height: 20px;
  }

  .step h3 {
    font-size: 16px;
  }

  .step p {
    font-size: 13px;
  }

  .practice-section,
  .boards-section,
  .parents-section,
  .final-cta {
    padding: 68px 0;
  }

  .practice-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 46px;
  }

  .practice-copy h2,
  .boards-section h2,
  .parents-section h2,
  .final-cta h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .practice-copy > p:not(.section-kicker) {
    font-size: 16px;
  }

  .answer-flow {
    min-height: 510px;
  }

  .answer-sheet {
    width: 86%;
    min-height: 400px;
    padding: 28px 25px;
  }

  .paper-heading strong {
    font-size: 18px;
  }

  .answer-sheet ol {
    gap: 19px;
    font-size: 14px;
  }

  .score-report {
    width: 60%;
    min-height: 280px;
    padding: 20px;
  }

  .score-report > strong {
    font-size: 48px;
  }

  .boards-inner,
  .parents-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }

  .board-list {
    gap: 9px;
  }

  .board-list span {
    padding: 10px 12px;
    font-size: 12px;
  }

  .parent-points {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .final-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .qr-link {
    width: 220px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 28px 0;
  }

  .site-footer p {
    margin: 0;
  }

  .mobile-whatsapp {
    position: fixed;
    z-index: 80;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 13px 18px;
    color: #fff;
    background: var(--whatsapp);
    border-radius: 6px;
    box-shadow: 0 12px 34px rgba(18, 34, 26, 0.28);
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-whatsapp svg {
    width: 25px;
    height: 25px;
    margin-right: 9px;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 37px;
  }

  .whatsapp-button {
    font-size: 15px;
  }

  .answer-sheet {
    width: 92%;
  }

  .score-report {
    width: 67%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .chat-demo-item.is-visible,
  .chat-typing span {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
