:root {
  --paper: #fafafe;
  --cream: #fbf8f2;
  --how-bg: #fcfafe;
  --hero: #4c0b2e;
  --ink: #242321;
  --ink-deep: #2a0217;
  --ink-soft: #4e5561;
  --ink-slate: #0f172a;
  --muted-slate: #475569;
  --foam: #f6f4fb;
  --pink: #b12b73;
  --pink-soft: #ffe9f6;
  --green-soft: #eaf3ee;
  --chip: #eef4f2;
  --teal: #064c3a;
  --teal-btn: #043e55;
  --line: #e5e0d5;
  --faq-line: #e2e8f0;
  --card: #f8fafc;
  --faq-open: #cde2ff;
  --timeline: #70b2fe;
  --shadow: 0 2px 34px rgba(0, 0, 0, 0.08);
  --display: "Plus Jakarta Sans", "Outfit", "Segoe UI", sans-serif;
  --sans: "Outfit", "Segoe UI", sans-serif;
  --script: "Playball", "Segoe Script", cursive;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 30;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--foam);
}

.skip:focus {
  top: 12px;
}

a {
  color: inherit;
}

.wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.hero-wrap,
.faq-wrap {
  width: min(1200px, calc(100% - 40px));
}

.icon-box {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.icon-box-16 {
  width: 16px;
  height: 16px;
}

.icon-box img {
  display: block;
  max-width: none;
}

.eyebrow {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.eyebrow-light {
  color: var(--foam);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--ink);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

h3 {
  letter-spacing: 0;
  font-size: 20px;
  line-height: 28px;
}

.section-lede {
  margin: 0;
  max-width: 52rem;
  color: var(--ink-soft);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.emphasis {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border: 0;
  border-radius: 8px;
  background: var(--pink);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover {
  background: #9a2464;
}

.btn-nav {
  gap: 10px;
  padding: 14px 16px;
  border-radius: 6px;
  font-size: 14px;
}

.btn-block {
  width: 100%;
}

.btn-light {
  gap: 10px;
  padding: 18px 24px;
  border-radius: 6px;
  background: #fff;
  color: var(--teal-btn);
  font-size: 14px;
}

.btn-light:hover {
  background: #f3f7f9;
}

.text-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 793px;
  padding: 16px 0 0;
  background: var(--hero);
  color: #fff;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  padding: 24px 40px;
  border-radius: 20px;
  background: #fff;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-deep);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  text-decoration: none;
}

.wordmark-light {
  color: var(--foam);
}

.logo {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}

.nav .btn-nav {
  margin-left: 28px;
}

.nav a {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink-deep);
}

.hero-grid {
  display: block;
  margin-top: 120px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 563px;
}

.hero-line,
.hero-script {
  display: block;
}

.hero-line {
  font-size: clamp(2.75rem, 6vw, 4.5rem);
  line-height: 72px;
  letter-spacing: -2px;
  color: #fff;
}

.hero-script {
  font-family: var(--script);
  font-size: clamp(3.4rem, 7vw, 6rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}

.hero-lede {
  margin: 0;
  max-width: 563px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.hero-note {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.hero-visual {
  position: absolute;
  top: 166px;
  left: calc(50% - 720px + 809px);
  width: 586px;
  min-height: 443px;
}

.hero-money {
  position: relative;
  overflow: hidden;
  width: 586px;
  height: 443px;
}

.hero-money img {
  position: absolute;
  top: 0;
  left: -8.32%;
  width: 113.4%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.problem {
  position: relative;
  min-height: 837px;
  padding: 190px 0 120px;
  background: var(--cream);
}

.problem-grid {
  display: block;
}

.problem-visual {
  position: absolute;
  top: 196px;
  left: 0;
  width: 773px;
  height: 515px;
}

.problem-visual img {
  width: 773px;
  height: 515px;
  max-width: none;
}

.problem-copy {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 559px;
  max-width: 559px;
  margin-left: 658px;
}

.problem-copy h2 {
  max-width: 15ch;
}

.problem-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.problem-list li {
  width: min(432px, 100%);
  padding: 12px 10px;
  border-radius: 12px;
  background: var(--chip);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 600;
}

.agent-demo {
  padding: 100px 0;
  background: var(--foam);
}

.agent-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 64px;
  align-items: start;
}

.agent-demo-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 520px;
  padding-top: 16px;
}

.wa-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.wa-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.wa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: var(--card);
}

.wa-who {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.wa-who strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.wa-who span {
  color: var(--ink-soft);
  font-size: 13px;
}

.wa-live {
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--green-soft);
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
}

.wa-thread {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 360px;
  padding: 24px 20px 28px;
  background: var(--foam);
}

.wa-row {
  display: flex;
  width: 100%;
}

.wa-in {
  justify-content: flex-start;
}

.wa-out {
  justify-content: flex-end;
}

.wa-bubble {
  max-width: 86%;
  padding: 10px 12px 6px 14px;
  border-radius: 16px;
  box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.08);
}

.wa-in .wa-bubble {
  background: #fff;
  border-top-left-radius: 0;
}

.wa-out .wa-bubble {
  background: #d9fdd3;
  border-top-right-radius: 0;
}

.wa-bubble p {
  margin: 0 4px 4px 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 22px;
}

.wa-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  color: #667781;
  font-size: 11px;
  line-height: 15px;
}

.wa-ticks {
  display: block;
  fill: none;
  stroke: #53bdeb;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.wa-row[data-wa-msg] {
  display: none;
  opacity: 0;
  transform: translateY(10px);
}

.wa-row[data-wa-msg].is-in {
  display: flex;
  opacity: 1;
  transform: none;
  animation: wa-pop 0.28s ease-out;
}

.wa-typing .wa-bubble {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 56px;
  padding: 12px 14px;
}

.wa-typing.wa-out .wa-bubble {
  background: #d9fdd3;
}

.wa-typing-bubble span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8696a0;
  animation: wa-dot 1s ease-in-out infinite;
}

.wa-typing-bubble span:nth-child(2) {
  animation-delay: 0.15s;
}

.wa-typing-bubble span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes wa-pop {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes wa-dot {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }

  40% {
    transform: translateY(-3px);
    opacity: 1;
  }
}

.how {
  padding: 100px 0;
  background: var(--how-bg);
}

.how > .wrap {
  width: min(1280px, calc(100% - 80px));
}

.section-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
  text-align: center;
}

.section-head .section-lede {
  margin-top: 16px;
}

.section-head-light,
.section-head-light h2 {
  color: #fff;
}

.section-head-light .section-lede {
  color: #fff;
}

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

.how-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 60px 54px;
  border-radius: 16px;
  text-align: center;
}

.how-icon {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.how-icon img {
  position: absolute;
  max-width: none;
}

.how-icon-submit {
  width: 125px;
  height: 129px;
}

.how-icon-submit img {
  top: -23.09%;
  left: -121.77%;
  width: 233.79%;
  height: 150.59%;
}

.how-icon-process {
  width: 127px;
  height: 129px;
}

.how-icon-process img {
  top: -8.24%;
  left: -8.33%;
  width: 117.86%;
  height: 116.47%;
}

.how-icon-money {
  width: 130px;
  height: 129px;
}

.how-icon-money img {
  top: -15.07%;
  left: -14.19%;
  width: 128.38%;
  height: 130.14%;
}

.how-card h3 {
  font-family: var(--display);
  font-weight: 700;
}

.how-card p {
  margin: 12px 0 0;
  max-width: 239px;
  color: var(--ink-soft);
  font-size: 14px;
}

.how-card-green {
  background: var(--green-soft);
}

.how-card-pink {
  background: var(--pink-soft);
}

.claims-band {
  position: relative;
  overflow: hidden;
  padding: 120px 0 100px;
  background:
    linear-gradient(211deg, rgb(6, 76, 58) 43.48%, rgb(0, 95, 197) 118.82%);
}

.claims-band::before {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background: url("assets/calc-texture.png") center / cover no-repeat;
  opacity: 0.1;
  filter: blur(37px);
  mix-blend-mode: luminosity;
  pointer-events: none;
}

.claims-band > .wrap {
  position: relative;
  z-index: 1;
}

.categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}

.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.category-icon {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  align-self: center;
}

.category-icon img {
  position: absolute;
  max-width: none;
}

.category-icon-salary {
  width: 160px;
  height: 162px;
}

.category-icon-salary img {
  top: -28.33%;
  left: -26.98%;
  width: 155.56%;
  height: 163.33%;
}

.category-icon-refunds {
  width: 160px;
  height: 162px;
}

.category-icon-refunds img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-icon-deposits {
  width: 176px;
  height: 162px;
}

.category-icon-deposits img {
  top: 0;
  left: -20.17%;
  width: 138.07%;
  height: 100%;
}

.category-icon-freelance {
  width: 196px;
  height: 162px;
}

.category-icon-freelance img {
  top: 0;
  left: -14.03%;
  width: 123.98%;
  height: 100%;
}

.category-card h3 {
  margin-top: 0;
}

.category-card ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-card li {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.category-card:nth-child(odd) li:nth-child(4n + 1),
.category-card:nth-child(even) li:nth-child(4n + 3) {
  background: var(--pink-soft);
  color: var(--pink);
}

.category-card:nth-child(odd) li:nth-child(4n + 2),
.category-card:nth-child(even) li:nth-child(4n + 1) {
  background: var(--green-soft);
  color: var(--teal);
}

.category-card:nth-child(odd) li:nth-child(4n + 3),
.category-card:nth-child(even) li:nth-child(4n + 4) {
  background: var(--faq-open);
  color: var(--ink-slate);
}

.category-card:nth-child(odd) li:nth-child(4n + 4),
.category-card:nth-child(even) li:nth-child(4n + 2) {
  background: var(--cream);
  color: var(--hero);
}

.trust {
  padding: 100px 0;
  background: #fff;
}

.trust-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: min(1122px, 100%);
  margin: 0 auto 60px;
}

.trust-top h2,
.trust-top .section-lede,
.difference h2 {
  max-width: 16ch;
}

.trust-top .section-lede {
  margin-top: 28px;
}

.trust-art {
  width: 437px;
  height: 437px;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
}

.timeline {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 46px;
  right: 46px;
  height: 1px;
  background: var(--timeline);
}

.timeline li {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.timeline img {
  width: 64px;
  height: 64px;
  background: #fff;
}

.timeline p,
.timeline span {
  margin: 0;
  line-height: 28px;
}

.timeline p {
  font-size: 20px;
  font-weight: 600;
}

.timeline span {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
}

.difference {
  position: relative;
  min-height: 650px;
  padding: 130px 0 100px;
  background: var(--cream);
}

.difference-grid {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}

.difference-grid > div {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 561px;
}

.difference-grid .emphasis {
  font-size: 18px;
  line-height: 1.3;
}

.difference-art {
  position: absolute;
  top: 97px;
  left: calc(50% - 720px + 681px);
  width: 684px;
  height: 456px;
  max-width: none;
  object-fit: contain;
}

.faq {
  padding: 100px 0;
  background: #fff;
}

.faq-list {
  width: min(1088px, 100%);
  margin-inline: auto;
}

.faq-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--faq-line);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  cursor: pointer;
  color: var(--ink-slate);
  font-size: 18px;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-toggle {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: var(--card);
  flex-shrink: 0;
}

.faq-item[open] .faq-toggle {
  background: var(--faq-open);
}

.faq-toggle img {
  width: 16px;
  height: 16px;
  grid-area: 1 / 1;
}

.faq-item .chevron-up,
.faq-item[open] .chevron-down {
  visibility: hidden;
}

.faq-item[open] .chevron-up,
.faq-item:not([open]) .chevron-down {
  visibility: visible;
}

.faq-item p {
  margin: 16px 0 0;
  color: var(--muted-slate);
  font-size: 14px;
  line-height: 22px;
}

.site-footer {
  position: relative;
  overflow: hidden;
  color: var(--foam);
  background:
    linear-gradient(106deg, rgb(6, 76, 58) 27.65%, rgb(6, 14, 51) 54.39%, rgb(177, 43, 115) 123.36%);
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  inset: -40% 0 auto;
  height: 220%;
  background: url("assets/cta-glow.png") center / cover no-repeat;
  pointer-events: none;
}

.site-footer::before {
  opacity: 0.4;
  filter: blur(72px);
}

.site-footer::after {
  opacity: 0.2;
  filter: blur(40px);
}

.footer-cta,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 100px 24px 80px;
  text-align: center;
}

.footer-cta h2 {
  color: #fff;
}

.footer-cta h2 span {
  display: block;
}

.footer-cta h2 .hero-script {
  font-size: clamp(2.8rem, 6vw, 4.625rem);
}

.footer-cta p {
  margin: 0;
  max-width: 843px;
  color: var(--foam);
  font-size: 20px;
  line-height: 28px;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 40px 80px;
  border-top: 0.6px solid #8f8f8f;
}

.footer-bottom .wordmark {
  justify-self: start;
}

.footer-bottom p:last-child {
  justify-self: end;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.waitlist-dialog {
  width: min(480px, calc(100% - 32px));
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #fff;
}

.waitlist-dialog::backdrop {
  background: rgba(36, 35, 33, 0.55);
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px 32px 32px;
}

.waitlist-close {
  align-self: flex-end;
  width: 32px;
  height: 32px;
  margin: -8px -8px 0 0;
  border: 0;
  border-radius: 16px;
  background: var(--card);
  color: var(--ink-soft);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.waitlist-form h2 {
  letter-spacing: -1px;
}

.waitlist-form p,
.waitlist-form label {
  color: var(--ink-soft);
}

.waitlist-form label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
}

.waitlist-form input {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
}

.waitlist-form input:focus {
  outline: 2px solid var(--pink);
  outline-offset: 1px;
}

.form-success,
.form-error {
  margin: 0;
  font-weight: 650;
}

.form-success {
  color: var(--teal);
}

.form-error {
  color: #b42318;
}

.waitlist-form .btn[disabled] {
  opacity: 0.65;
  cursor: wait;
}

@media (max-width: 1180px) {
  .hero {
    padding-bottom: 120px;
  }

  .hero-grid {
    margin-top: 56px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    left: auto;
    width: min(586px, 100%);
    min-height: 0;
    margin-inline: auto;
  }

  .problem {
    min-height: 0;
    padding: 180px 0 100px;
  }

  .problem-copy {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .problem-visual {
    position: relative;
    top: auto;
    left: auto;
    width: min(773px, 100%);
    height: auto;
  }

  .problem-visual img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .agent-demo-grid,
  .problem-grid,
  .difference-grid,
  .trust-top {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .difference {
    min-height: 0;
    padding: 100px 0;
  }

  .difference-art,
  .trust-art {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .how-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
    text-align: center;
  }

  .footer-bottom .wordmark,
  .footer-bottom p:last-child {
    justify-self: center;
  }
}

@media (max-width: 800px) {
  .nav a:not(.btn) {
    display: none;
  }

  .nav {
    gap: 16px;
  }

  .hero {
    min-height: 0;
    padding-bottom: 80px;
  }

  .hero-money {
    width: min(586px, 100%);
    height: auto;
    aspect-ratio: 586 / 443;
  }

  .problem,
  .agent-demo,
  .how,
  .trust,
  .difference,
  .faq {
    padding: 72px 0;
  }

  .problem {
    padding-top: 100px;
  }

  .how-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .how-card {
    padding: 40px 24px;
  }

  .timeline {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 8px;
  }

  .timeline li {
    min-width: 120px;
    flex: 0 0 120px;
  }

  .hero-line {
    line-height: 1.1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .wa-row[data-wa-msg] {
    display: flex;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .wa-typing {
    display: none !important;
  }
}
