:root {
  --ink: #0b2b22;
  --ink-soft: #29483f;
  --paper: #f7f5ed;
  --paper-bright: #fffef9;
  --accent: #c9ff63;
  --accent-deep: #9edc31;
  --line: rgba(11, 43, 34, 0.15);
  --muted: #687770;
  --white: #ffffff;
  --whatsapp: #075e54;
  --whatsapp-bright: #25d366;
  --shadow: 0 28px 80px rgba(11, 43, 34, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

body::before {
  background-image: radial-gradient(rgba(11, 43, 34, 0.08) 0.7px, transparent 0.7px);
  background-size: 11px 11px;
  content: "";
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  position: fixed;
  z-index: 50;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

h1 {
  font-size: clamp(54px, 6vw, 86px);
  margin-bottom: 28px;
}

h1 em {
  color: #4d7864;
  display: block;
  font-weight: 400;
}

h2 {
  font-size: clamp(40px, 4.7vw, 66px);
  margin-bottom: 22px;
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  padding-inline: 28px;
  width: 100%;
}

.skip-link {
  background: var(--accent);
  color: var(--ink);
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 100;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  backdrop-filter: blur(16px);
  background: rgba(247, 245, 237, 0.88);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 40;
}

.nav-wrap {
  align-items: center;
  display: flex;
  height: 74px;
  justify-content: space-between;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 19px;
  font-weight: 800;
  gap: 11px;
  letter-spacing: -0.03em;
}

.brand-mark {
  background: var(--ink);
  border-radius: 10px;
  color: var(--accent);
  height: 36px;
  padding: 7px;
  width: 36px;
}

.brand-mark path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.7;
}

nav {
  align-items: center;
  display: flex;
  gap: 30px;
}

nav > a:not(.button) {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

nav > a:not(.button):hover {
  color: var(--ink);
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 750;
  justify-content: center;
  line-height: 1;
  padding: 17px 24px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.footer-contact:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(105, 164, 27, 0.42);
  outline-offset: 3px;
}

.button-small {
  font-size: 13px;
  padding: 13px 19px;
}

.cta-short {
  display: none;
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-accent {
  background: var(--accent);
  box-shadow: 0 10px 30px rgba(158, 220, 49, 0.22);
  color: var(--ink);
}

.button-accent:hover {
  background: #d7ff8b;
  box-shadow: 0 15px 36px rgba(158, 220, 49, 0.3);
}

.hero {
  overflow: hidden;
  padding: 82px 0 0;
  position: relative;
}

.hero::after {
  background: var(--accent);
  border-radius: 50%;
  content: "";
  filter: blur(120px);
  height: 390px;
  opacity: 0.17;
  position: absolute;
  right: -170px;
  top: -90px;
  width: 390px;
  z-index: -1;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.96fr 1.04fr;
}

.hero-grid > *,
.training-grid > *,
.fit-grid > *,
.demo-shell > *,
.faq-grid > * {
  min-width: 0;
}

.eyebrow,
.kicker {
  align-items: center;
  color: var(--ink-soft);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 23px;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--accent-deep);
  border-radius: 50%;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

.hero-lede {
  color: var(--ink-soft);
  font-size: 19px;
  line-height: 1.65;
  max-width: 540px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
}

.text-link {
  border-bottom: 1px solid var(--ink);
  font-weight: 750;
  padding-bottom: 3px;
}

.text-link span {
  margin-left: 5px;
}

.hero-note {
  color: var(--muted);
  font-size: 13px;
  margin: 24px 0 0;
}

.whatsapp-demo {
  background: #efeae2;
  border: 8px solid var(--ink);
  border-radius: 32px;
  box-shadow: var(--shadow);
  max-width: 540px;
  overflow: hidden;
  position: relative;
  transform: rotate(0.7deg);
}

.whatsapp-demo::after {
  border: 1px solid rgba(11, 43, 34, 0.14);
  border-radius: 32px;
  content: "";
  inset: 12px -14px -14px 12px;
  position: absolute;
  z-index: -1;
}

.whatsapp-header {
  align-items: center;
  background: var(--whatsapp);
  color: var(--white);
  display: grid;
  gap: 11px;
  grid-template-columns: auto auto 1fr auto;
  padding: 17px 18px;
}

.chat-back {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.business-avatar {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  font-size: 11px;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.whatsapp-header strong,
.whatsapp-header small {
  display: block;
}

.whatsapp-header strong {
  font-size: 14px;
  line-height: 1.2;
}

.whatsapp-header small {
  font-size: 10px;
  opacity: 0.72;
}

.chat-menu {
  font-size: 25px;
}

.chat-body {
  background-color: #efeae2;
  background-image: radial-gradient(rgba(76, 91, 85, 0.08) 1px, transparent 1px);
  background-size: 14px 14px;
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 22px 18px;
}

.chat-day {
  align-self: center;
  background: #ffffffd9;
  border-radius: 7px;
  box-shadow: 0 1px 2px rgba(11, 43, 34, 0.1);
  color: #5d6a65;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 12px;
  padding: 4px 9px;
  text-transform: uppercase;
}

.scenario-switcher {
  align-self: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(11, 43, 34, 0.11);
  border-radius: 999px;
  display: flex;
  gap: 3px;
  margin-bottom: 15px;
  padding: 4px;
}

.scenario-switcher button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #65726d;
  cursor: pointer;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: 5px;
  padding: 6px 9px;
}

.scenario-switcher button span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: flex;
  height: 17px;
  justify-content: center;
  width: 17px;
}

.scenario-switcher button.is-active {
  background: var(--whatsapp);
  color: var(--white);
}

.chat-scenes {
  width: 100%;
}

.chat-scene {
  display: flex;
  flex-direction: column;
  min-height: 342px;
}

.chat-scene[hidden] {
  display: none;
}

.chat-scene.is-active .chat-bubble,
.chat-scene.is-active .internal-note,
.chat-scene.is-active .recommendation-pill {
  animation: chat-message-in 420ms ease both;
}

.chat-scene.is-active .ai-bubble {
  animation-delay: 120ms;
}

.chat-scene.is-active .internal-note,
.chat-scene.is-active .recommendation-pill {
  animation-delay: 240ms;
}

.scene-label {
  align-items: center;
  color: #5f6b66;
  display: flex;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  margin: 0 0 10px 2px;
  text-transform: uppercase;
}

.scene-label span {
  background: var(--whatsapp-bright);
  border-radius: 50%;
  height: 6px;
  margin-right: 7px;
  width: 6px;
}

.chat-bubble {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(11, 43, 34, 0.12);
  margin-bottom: 12px;
  max-width: 84%;
  padding: 10px 12px 7px;
  position: relative;
}

.chat-bubble p {
  font-size: 13px;
  line-height: 1.48;
  margin: 0 0 4px;
}

.chat-bubble small {
  color: #6d7773;
  display: block;
  font-size: 9px;
  line-height: 1.2;
  text-align: right;
}

.customer-bubble {
  align-self: flex-start;
  background: var(--white);
  border-top-left-radius: 2px;
}

.ai-bubble {
  align-self: flex-end;
  background: #d9fdd3;
  border-top-right-radius: 2px;
}

.ai-bubble small span {
  color: #38a6dc;
  font-weight: 900;
}

.internal-note {
  align-self: stretch;
  background: #fff6cc;
  border: 1px solid #e5c45b;
  border-radius: 12px;
  box-shadow: 0 5px 18px rgba(83, 67, 16, 0.1);
  margin-top: 9px;
  padding: 13px 14px;
}

.note-label {
  color: #725d16;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.note-label span {
  margin-right: 5px;
}

.internal-note p {
  color: #3c3520;
  font-size: 12px;
  line-height: 1.48;
  margin-bottom: 11px;
}

.scheduled-pill {
  align-items: center;
  background: #f0d979;
  border-radius: 999px;
  color: #4d410f;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  padding: 6px 9px;
}

.recommendation-pill {
  align-items: center;
  align-self: flex-end;
  background: var(--whatsapp);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  gap: 6px;
  margin-top: 8px;
  padding: 7px 10px;
}

.autoplay-label {
  align-items: center;
  align-self: center;
  background: transparent;
  border: 0;
  color: #6c7772;
  display: flex;
  font-size: 9px;
  font-weight: 750;
  gap: 7px;
  margin-top: auto;
  padding-top: 12px;
  text-transform: uppercase;
}

.autoplay-label b {
  font: inherit;
}

.autoplay-label span {
  animation: autoplay-pulse 1.6s ease infinite;
  background: var(--whatsapp-bright);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

@keyframes chat-message-in {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes autoplay-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.35);
  }
  50% {
    box-shadow: 0 0 0 5px rgba(37, 211, 102, 0);
  }
}

.chat-input {
  align-items: center;
  background: #f7f7f7;
  border-top: 1px solid #ddd8d0;
  color: #9a9f9c;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 11px 14px 11px 22px;
}

.send-dot {
  align-items: center;
  background: var(--whatsapp-bright);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-size: 18px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.outcome-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 86px;
}

.outcome-strip > div {
  padding: 25px 28px;
}

.outcome-strip > div + div {
  border-left: 1px solid var(--line);
}

.outcome-strip strong,
.outcome-strip span {
  display: block;
}

.outcome-strip strong {
  font-size: 15px;
  margin-bottom: 3px;
}

.outcome-strip span {
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 108px 0;
}

.simple-heading {
  margin-bottom: 48px;
  max-width: 780px;
}

.simple-heading .kicker {
  margin-bottom: 18px;
}

.step-grid {
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.step-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 280px;
  padding: 30px;
}

.step-number {
  color: #6c816f;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  margin-bottom: 65px;
}

.step-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.step-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.training-section {
  background: var(--ink);
  color: var(--white);
}

.training-grid {
  align-items: center;
  display: grid;
  gap: 88px;
  grid-template-columns: 0.95fr 1.05fr;
}

.kicker-light {
  color: var(--accent);
}

.training-copy > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  margin-bottom: 34px;
}

.training-flow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.training-flow span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  padding: 9px 12px;
}

.training-flow b {
  color: var(--accent);
  font-weight: 500;
}

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

.fit-lede {
  color: var(--muted);
  max-width: 520px;
}

.business-types {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.business-types span {
  align-items: center;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 66px;
  padding: 15px 18px;
}

.business-types span::before {
  background: var(--accent-deep);
  border-radius: 50%;
  content: "";
  height: 7px;
  margin-right: 10px;
  width: 7px;
}

.demo-section {
  padding-top: 12px;
}

.demo-banner {
  align-items: center;
  background: var(--accent);
  border-radius: 34px;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  overflow: hidden;
  padding: 54px 60px;
  position: relative;
}

.demo-banner::before {
  border: 1px solid rgba(11, 43, 34, 0.16);
  border-radius: 50%;
  content: "";
  height: 300px;
  left: -180px;
  position: absolute;
  top: -200px;
  width: 300px;
}

.demo-banner > div {
  max-width: 760px;
  position: relative;
}

.demo-banner .eyebrow {
  margin-bottom: 14px;
}

.demo-banner h2 {
  font-size: clamp(39px, 4.5vw, 60px);
  margin-bottom: 14px;
}

.demo-banner p:last-child {
  color: var(--ink-soft);
  margin-bottom: 0;
}

.demo-banner > .button {
  flex: 0 0 auto;
}

.demo-shell {
  background: var(--accent);
  border-radius: 34px;
  display: grid;
  gap: 58px;
  grid-template-columns: 0.92fr 1.08fr;
  overflow: hidden;
  padding: 64px;
  position: relative;
}

.demo-shell::before {
  border: 1px solid rgba(11, 43, 34, 0.16);
  border-radius: 50%;
  content: "";
  height: 360px;
  left: -210px;
  position: absolute;
  top: -230px;
  width: 360px;
}

.demo-copy {
  align-self: center;
  position: relative;
}

.eyebrow-dark {
  color: var(--ink);
}

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

.demo-copy h2 {
  font-size: clamp(40px, 4.5vw, 61px);
}

.demo-copy > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.demo-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.demo-points span {
  border: 1px solid rgba(11, 43, 34, 0.25);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 750;
  padding: 7px 11px;
}

.form-card {
  background: var(--paper-bright);
  border-radius: 25px;
  box-shadow: 0 30px 70px rgba(11, 43, 34, 0.16);
  min-height: 390px;
  padding: 32px;
}

.form-row {
  display: grid;
  gap: 17px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 18px;
}

label {
  color: var(--ink-soft);
  display: grid;
  font-size: 12px;
  font-weight: 750;
  gap: 7px;
}

input,
select,
textarea {
  background: var(--white);
  border: 1px solid #d9ddd8;
  border-radius: 11px;
  color: var(--ink);
  min-width: 0;
  padding: 13px 14px;
  width: 100%;
}

textarea {
  line-height: 1.5;
  resize: vertical;
}

input::placeholder {
  color: #9aa39f;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #79a73f;
}

.demo-dialog {
  background: transparent;
  border: 0;
  max-height: calc(100vh - 32px);
  max-width: 680px;
  overflow: visible;
  padding: 0;
  width: calc(100% - 32px);
}

.demo-dialog::backdrop {
  backdrop-filter: blur(7px);
  background: rgba(5, 25, 19, 0.68);
}

.dialog-card {
  background: var(--paper-bright);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 28px;
  box-shadow: 0 35px 100px rgba(5, 25, 19, 0.35);
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  padding: 40px;
  position: relative;
}

.dialog-close {
  align-items: center;
  background: #edf0eb;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 38px;
}

.dialog-intro {
  margin-bottom: 27px;
  padding-right: 45px;
}

.dialog-intro .kicker {
  margin-bottom: 10px;
}

.dialog-intro h2 {
  font-size: clamp(39px, 6vw, 54px);
  margin-bottom: 13px;
}

.dialog-intro > p:last-child {
  color: var(--muted);
  margin-bottom: 0;
}

.demo-dialog form {
  display: grid;
  gap: 17px;
}

.demo-dialog label {
  position: relative;
}

.required-label,
.optional-label {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  position: absolute;
  right: 2px;
  text-transform: uppercase;
  top: 1px;
}

.required-label {
  color: #537620;
}

.optional-label {
  color: var(--muted);
}

body.dialog-open {
  overflow: hidden;
}

.field-trap {
  left: -10000px;
  position: absolute;
}

.form-submit {
  border: 0;
  justify-content: space-between;
  margin-top: 8px;
  width: 100%;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-note,
.form-status {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  margin: 13px 3px 0;
}

.form-status {
  color: #9a2e20;
  font-weight: 700;
  min-height: 16px;
}

.form-success {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  justify-content: center;
}

.form-success[hidden] {
  display: none;
}

.success-icon {
  align-items: center;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  font-size: 27px;
  height: 62px;
  justify-content: center;
  margin-bottom: 27px;
  width: 62px;
}

.form-success .kicker {
  margin-bottom: 10px;
}

.form-success h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 15px;
}

.form-success p:last-child {
  color: var(--muted);
}

.faq-grid {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.65fr 1.35fr;
}

.faq-list {
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 750;
  list-style: none;
  padding-right: 40px;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  position: absolute;
  right: 4px;
  top: -7px;
}

details[open] summary::after {
  content: "-";
}

details p {
  color: var(--muted);
  margin: 14px 40px 0 0;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  padding: 40px 0;
}

.footer-wrap {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.3fr 1fr auto;
}

.brand-footer .brand-mark {
  background: var(--accent);
  color: var(--ink);
}

.footer-wrap p,
.footer-wrap > span,
.footer-wrap > a:not(.brand),
.footer-contact {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  margin: 0;
}

.footer-contact {
  background: transparent;
  border: 0;
  cursor: pointer;
  justify-self: start;
  padding: 0;
}

.footer-wrap > a:not(.brand):hover,
.footer-contact:hover {
  color: var(--white);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero-grid,
  .training-grid,
  .fit-grid,
  .demo-shell,
  .faq-grid {
    gap: 55px;
    grid-template-columns: 1fr;
  }

  .whatsapp-demo {
    margin: 0 auto;
    max-width: 620px;
    transform: none;
    width: 100%;
  }

  .training-copy {
    max-width: 680px;
  }

  .footer-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .demo-banner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .container {
    padding-inline: 20px;
  }

  .site-header nav > a:not(.button) {
    display: none;
  }

  .site-header nav {
    flex-shrink: 1;
    gap: 0;
    margin-left: 12px;
    min-width: 0;
  }

  .nav-wrap {
    height: 66px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    height: 32px;
    width: 32px;
  }

  .button-small {
    font-size: 11px;
    padding: 12px 14px;
    white-space: nowrap;
  }

  .hero {
    padding-top: 58px;
  }

  h1 {
    font-size: clamp(45px, 13.5vw, 58px);
  }

  .hero-lede {
    font-size: 17px;
  }

  .whatsapp-demo {
    border-width: 6px;
    border-radius: 25px;
  }

  .chat-body {
    min-height: 505px;
    padding: 19px 13px;
  }

  .chat-bubble {
    max-width: 91%;
  }

  .outcome-strip {
    grid-template-columns: 1fr;
    margin-top: 66px;
  }

  .outcome-strip > div {
    padding: 19px 0;
  }

  .outcome-strip > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section {
    padding: 82px 0;
  }

  .step-grid,
  .business-types {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 230px;
  }

  .step-number {
    margin-bottom: 45px;
  }

  .training-flow {
    align-items: flex-start;
    flex-direction: column;
  }

  .training-flow b {
    margin-left: 18px;
    transform: rotate(90deg);
  }

  .demo-section {
    padding-top: 0;
  }

  .demo-banner {
    border-radius: 0;
    gap: 30px;
    padding: 58px 20px;
  }

  .demo-shell {
    border-radius: 0;
    padding: 66px 20px;
  }

  .form-card {
    padding: 25px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-wrap {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .dialog-card {
    border-radius: 22px;
    padding: 29px 21px;
  }

  .dialog-close {
    right: 14px;
    top: 14px;
  }

  .dialog-intro {
    padding-right: 32px;
  }
}

@media (max-width: 430px) {
  .cta-wide {
    display: none;
  }

  .cta-short {
    display: inline;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .autoplay-label {
    display: none;
  }

  .chat-scene.is-active .chat-bubble,
  .chat-scene.is-active .internal-note,
  .chat-scene.is-active .recommendation-pill {
    animation: none !important;
  }
}
