.marketing-page .marketing-demo {
  min-width: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 86% 6%, rgba(36, 192, 192, .11), transparent 30rem), var(--paper);
  color: var(--ink);
}

.marketing-page .marketing-demo *,
.marketing-page .marketing-demo *::before,
.marketing-page .marketing-demo *::after {
  box-sizing: border-box;
}

.marketing-page .marketing-demo :focus-visible {
  outline: 3px solid rgba(12, 119, 120, .75);
  outline-offset: 4px;
}

.marketing-page .marketing-demo .demo-main {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 48px 0 96px;
}

.marketing-page .marketing-demo .demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(48px, 8vw, 120px);
}

.marketing-page .marketing-demo .demo-intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  max-width: 620px;
  padding-top: 32px;
}

.marketing-page .marketing-demo .demo-eyebrow,
.marketing-page .marketing-demo .demo-card__eyebrow {
  margin: 0;
  color: var(--teal-dark);
  font-size: .75rem;
  font-weight: var(--marketing-weight-emphasis);
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.marketing-page .marketing-demo h1,
.marketing-page .marketing-demo h2,
.marketing-page .marketing-demo p {
  margin-top: 0;
}

.marketing-page .marketing-demo .demo-intro h1,
.marketing-page .marketing-demo .demo-thanks-card h1 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  font-weight: var(--marketing-weight-emphasis);
  letter-spacing: -.065em;
  line-height: .94;
  text-wrap: balance;
}

.marketing-page .marketing-demo .demo-heading-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.marketing-page .marketing-demo .demo-heading-row h1 {
  min-width: 0;
  flex: 1 1 auto;
}

.marketing-page .marketing-demo .demo-lede {
  max-width: 36rem;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.6vw, 1.17rem);
  line-height: 1.7;
}

.marketing-page .marketing-demo .demo-expectations {
  margin-top: 46px;
}

.marketing-page .marketing-demo .demo-expectations h2,
.marketing-page .marketing-demo .demo-whatsapp h2,
.marketing-page .marketing-demo .demo-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: var(--marketing-weight-emphasis);
  letter-spacing: -.02em;
  line-height: 1.25;
}

.marketing-page .marketing-demo .demo-expectations ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.marketing-page .marketing-demo .demo-expectations li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
  font-size: .95rem;
  line-height: 1.62;
}

.marketing-page .marketing-demo .demo-expectations li::before {
  position: absolute;
  top: .56em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.marketing-page .marketing-demo .demo-expectations strong {
  color: var(--ink);
  font-weight: var(--marketing-weight-emphasis);
}

.marketing-page .marketing-demo .demo-illustration {
  width: clamp(82px, 11vw, 126px);
  flex: 0 0 clamp(82px, 11vw, 126px);
  margin: 2px 0 0;
}

.marketing-page .marketing-demo .demo-illustration img,
.marketing-page .marketing-demo .demo-thanks-illustration img {
  display: block;
  width: 100%;
  height: auto;
}

.marketing-page .marketing-demo .demo-whatsapp {
  margin-top: 44px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 1px 2px rgba(14, 23, 38, .05), 0 12px 32px rgba(14, 23, 38, .07);
}

.marketing-page .marketing-demo .demo-whatsapp p {
  margin: 9px 0 18px;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.6;
}

.marketing-page .marketing-demo .demo-card {
  width: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(14, 23, 38, .05), 0 12px 32px rgba(14, 23, 38, .07);
}

.marketing-page .marketing-demo .demo-thanks-card {
  width: min(100%, 620px);
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(14, 23, 38, .05), 0 12px 32px rgba(14, 23, 38, .07);
}

.marketing-page .marketing-demo .demo-card h2 {
  margin-top: 12px;
  font-size: 1.75rem;
  letter-spacing: -.045em;
}

.marketing-page .marketing-demo .demo-form {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.marketing-page .marketing-demo .demo-field {
  display: grid;
  gap: 6px;
}

.marketing-page .marketing-demo .demo-name-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.marketing-page .marketing-demo .demo-field label {
  color: var(--ink);
  font-size: .875rem;
  font-weight: var(--marketing-weight-medium);
}

.marketing-page .marketing-demo .demo-control {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--surface);
  color: var(--ink);
  font: inherit;
  line-height: 1.25;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.marketing-page .marketing-demo .demo-control::placeholder {
  color: var(--muted);
  opacity: 1;
}

.marketing-page .marketing-demo .demo-control:hover {
  border-color: var(--line-strong);
}

.marketing-page .marketing-demo .demo-control:focus {
  border-color: var(--teal-dark);
  outline: 0;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(36, 192, 192, .16);
}

.marketing-page .marketing-demo .demo-control:-webkit-autofill,
.marketing-page .marketing-demo .demo-control:-webkit-autofill:hover,
.marketing-page .marketing-demo .demo-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--surface) inset;
  -webkit-text-fill-color: var(--ink);
  caret-color: var(--ink);
  transition: background-color 5000s ease-in-out 0s;
}

.marketing-page .marketing-demo .demo-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgba(36, 192, 192, .16);
}

.marketing-page .marketing-demo .demo-control.input-validation-error {
  border-color: #B42318;
}

.marketing-page .marketing-demo .demo-field-error,
.marketing-page .marketing-demo .demo-form-summary {
  display: block;
  margin: 0;
  color: #B42318;
  font-size: .8125rem;
  line-height: 1.45;
}

.marketing-page .marketing-demo .demo-field-error.field-validation-valid:empty,
.marketing-page .marketing-demo .demo-form-summary.validation-summary-valid:empty {
  display: none;
}

.marketing-page .marketing-demo .demo-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.marketing-page .marketing-demo .demo-turnstile {
  min-height: 65px;
}

.marketing-page .marketing-demo .demo-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
  color: var(--muted);
  font-size: .8125rem;
  line-height: 1.5;
}

.marketing-page .marketing-demo .demo-consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--ink);
}

.marketing-page .marketing-demo .demo-consent label {
  color: var(--muted);
}

.marketing-page .marketing-demo .demo-consent a {
  color: var(--teal-dark);
  font-weight: var(--marketing-weight-medium);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.marketing-page .marketing-demo .demo-consent .demo-field-error {
  grid-column: 2;
  margin-top: 4px;
}

.marketing-page .marketing-demo .demo-submit {
  width: 100%;
  min-height: 40px;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.marketing-page .marketing-demo .demo-submit__loading {
  display: none;
}

.marketing-page .marketing-demo .demo-submit.is-loading {
  cursor: wait;
  opacity: .78;
}

.marketing-page .marketing-demo .demo-submit.is-loading [data-demo-submit-label] {
  display: none;
}

.marketing-page .marketing-demo .demo-submit.is-loading .demo-submit__loading {
  display: inline;
}

.marketing-page .marketing-demo .demo-thanks-main {
  display: grid;
  min-height: calc(100vh - 200px);
  place-items: center;
  padding-top: 80px;
}

.marketing-page .marketing-demo .demo-thanks-card {
  width: min(100%, 620px);
  text-align: center;
}

.marketing-page .marketing-demo .demo-thanks-illustration {
  width: min(100%, 160px);
  margin: 0 auto 24px;
}

.marketing-page .marketing-demo .demo-thanks-card h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.marketing-page .marketing-demo .demo-thanks-card > p:not(.demo-eyebrow) {
  max-width: 34rem;
  margin: 22px auto 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.marketing-page .marketing-demo .demo-thanks-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

@media (max-width: 899px) {
  .marketing-page .marketing-demo .demo-main {
    width: min(100% - 40px, 620px);
    padding: 48px 0 72px;
  }

  .marketing-page .marketing-demo .demo-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .marketing-page .marketing-demo .demo-intro {
    align-self: auto;
    padding-top: 0;
  }

  .marketing-page .marketing-demo .demo-card {
    width: 100%;
  }

  .marketing-page .marketing-demo .demo-heading-row {
    gap: 16px;
  }

  .marketing-page .marketing-demo .demo-illustration {
    width: 92px;
    flex-basis: 92px;
  }
}

@media (max-width: 480px) {
  .marketing-page .marketing-demo .demo-main {
    width: min(100% - 28px, 620px);
    padding-bottom: 96px;
  }

  .marketing-page .marketing-demo .demo-card,
  .marketing-page .marketing-demo .demo-thanks-card {
    padding: 28px 20px;
    border-radius: 12px;
  }

  .marketing-page .marketing-demo .demo-name-fields {
    grid-template-columns: 1fr;
  }

  .marketing-page .marketing-demo .demo-heading-row {
    gap: 12px;
  }

  .marketing-page .marketing-demo .demo-illustration {
    width: 74px;
    flex-basis: 74px;
  }

  .marketing-page .marketing-demo .demo-thanks-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .marketing-page .marketing-demo .demo-thanks-card__actions .button {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marketing-page .marketing-demo .demo-control {
    transition: none;
  }
}
