:root {
  --white: #ffffff;
  --off-white: #ffffff;
  --ink: #030301;
  --graphite: #030301;
  --aluminum: rgba(3, 3, 1, 0.16);
  --aluminum-dark: rgba(3, 3, 1, 0.58);
  --wood: #f95738;
  --wine: #f95738;
  --wine-dark: #030301;
  --sage: #f95738;
  --error: #f95738;
  --shadow: 0 28px 80px rgba(3, 3, 1, 0.08);
  --mobile-frame: 497px;
  --mobile-gutter: 23px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  min-height: 100%;
  background: #fff;
}

body {
  min-height: 100%;
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.typeform-shell {
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
}

.form-stage {
  width: min(100%, 980px);
  min-height: min(760px, calc(100vh - 44px));
  display: grid;
  align-content: center;
}

.topbar {
  width: 100%;
  display: grid;
  gap: 18px;
  align-items: center;
  margin-bottom: clamp(30px, 6vw, 58px);
}

.topbar:has(.progress-area[hidden]) {
  display: none;
  margin-bottom: 0;
}

.progress-area {
  width: 100%;
}

.progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--aluminum-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.progress-track {
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--aluminum);
}

.progress-track span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: var(--wine);
  transition: width 220ms ease;
}

.cover-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 780px);
  gap: clamp(28px, 6vw, 72px);
  min-height: min(760px, calc(100vh - 104px));
  align-items: stretch;
  animation: screenIn 280ms ease both;
}

.cover-content,
.lead-form,
.result-panel {
  animation: screenIn 280ms ease both;
}

.cover-content {
  display: flex;
  min-height: min(680px, calc(100vh - 104px));
  flex-direction: column;
}

.cover-content h1,
.lead-form h2,
.result-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.2rem, 6.6vw, 5.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.96;
}

.cover-content h1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.28em;
  max-width: 780px;
  font-size: clamp(1.15rem, 3.45vw, 2.72rem);
  line-height: 1.08;
}

.cover-content h1 span,
.cover-content h1 strong {
  display: inline;
}

.title-emoji {
  display: inline-block;
  margin-left: -0.22em;
}

.cover-content h1 strong {
  color: var(--wine);
  font-weight: 900;
}

.promise-list {
  max-width: 680px;
  display: grid;
  gap: 14px;
  margin: clamp(38px, 5.4vw, 56px) 0 0;
  padding: 0;
  list-style: none;
}

.promise-list li {
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  color: var(--graphite);
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.cover-footer {
  max-width: 760px;
  margin: clamp(42px, 6vw, 64px) 0 0;
  margin-bottom: clamp(30px, 4.6vw, 48px);
  border-left: 4px solid var(--wood);
  padding-left: 16px;
  color: var(--graphite);
  font-size: clamp(0.96rem, 2vw, 1.04rem);
  font-weight: 700;
  line-height: 1.5;
}

.cover-footer + .button {
  margin-top: clamp(30px, 4.6vw, 48px);
}

#startButton {
  margin-top: auto;
  border-radius: 0;
}

.profile-visual {
  display: none;
}

.profile-visual::before,
.profile-visual::after,
.frame-line,
.frame-cross {
  position: absolute;
  border-radius: 8px;
  content: "";
}

.profile-visual::before {
  inset: 24px;
  border: 10px solid var(--graphite);
}

.profile-visual::after {
  inset: 56px;
  border: 2px solid rgba(3, 3, 1, 0.28);
}

.frame-line {
  background: var(--wood);
}

.frame-line-one {
  width: 42%;
  height: 9px;
  top: 102px;
  right: 24px;
}

.frame-line-two {
  width: 9px;
  height: 38%;
  right: 88px;
  bottom: 26px;
}

.frame-line-three {
  width: 36%;
  height: 9px;
  left: 24px;
  bottom: 74px;
}

.frame-cross {
  width: 46px;
  height: 46px;
  right: 64px;
  top: 182px;
  border: 8px solid var(--wine);
  background: var(--white);
}

.question-kicker {
  margin: 0 0 14px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead-form,
.result-panel {
  width: min(100%, 760px);
}

.step-hint,
.result-panel p {
  max-width: 670px;
  margin: 18px 0 0;
  color: var(--graphite);
  font-size: clamp(1rem, 2vw, 1.1rem);
  font-weight: 700;
  line-height: 1.58;
}

.field-host {
  margin-top: clamp(28px, 5vw, 44px);
}

.field-group {
  display: grid;
  gap: 10px;
}

.country-prefix {
  display: none;
}

.field-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.text-field {
  width: 100%;
  min-height: 72px;
  border: 0;
  border-bottom: 2px solid rgba(3, 3, 1, 0.28);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: clamp(1.35rem, 4.8vw, 2.2rem);
  font-weight: 900;
  line-height: 1.25;
  padding: 8px 0 13px;
  transition: border-color 160ms ease;
}

.text-field::placeholder {
  color: rgba(3, 3, 1, 0.38);
}

  .text-field:focus {
    border-color: var(--wine);
  }

  .phone-field-group {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: end;
    border-bottom: 1px solid #f6b48d;
  }

  .phone-field-group .text-field {
    border-bottom: 0;
  }

  .country-prefix {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    color: #344054;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
  }

.option-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 680px;
}

.choice-button,
.slot-button {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(3, 3, 1, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 22px rgba(3, 3, 1, 0.045);
  color: var(--ink);
  font-weight: 900;
  line-height: 1.25;
  text-align: left;
  transition:
    transform 150ms ease,
    border-color 150ms ease,
    background 150ms ease,
    color 150ms ease;
}

.choice-button {
  padding: 13px 14px;
}

.choice-button:hover,
.slot-button:hover {
  transform: translateY(-1px);
  border-color: var(--wine);
}

.choice-button.is-selected,
.slot-button.is-selected {
  border-color: var(--wine);
  background: var(--wine);
  color: var(--ink);
}

.option-key {
  flex: 0 0 auto;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  color: var(--wood);
  font-size: 0.78rem;
  font-weight: 900;
}

.choice-button.is-selected .option-key {
  color: var(--ink);
}

.option-text {
  min-width: 0;
}

.calendar-grid {
  display: grid;
  gap: 18px;
}

.calendar-booking {
  display: grid;
  gap: 18px;
}

.meeting-summary {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111827;
}

.meeting-summary strong,
.meeting-summary small {
  display: block;
}

.meeting-summary small {
  margin-top: 4px;
  color: #667085;
}

.meeting-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--wine);
  color: #fff;
  border-radius: 8px;
}

.calendar-label,
.selected-day-title {
  margin: 0;
  color: #111827;
  font-weight: 700;
}

.month-card,
.slots-panel {
  border: 1px solid #e1e5ea;
  border-radius: 6px;
  background: #fff;
}

.month-card {
  padding: 22px 16px 14px;
}

.month-header,
.weekday-row,
.date-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
}

.month-header {
  margin-bottom: 22px;
}

.month-header strong {
  grid-column: 2 / 7;
  text-align: center;
}

.month-nav {
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 24px;
}

.weekday-row {
  margin-bottom: 14px;
  color: #7a7f89;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.date-grid {
  row-gap: 10px;
  color: #c8ccd2;
  text-align: center;
}

.date-button {
  width: 38px;
  height: 38px;
  justify-self: center;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #c8ccd2;
  font: inherit;
}

.date-button.is-available {
  border-color: var(--wine);
  background: #fff1eb;
  color: var(--wine);
  font-weight: 700;
}

.date-button.is-selected {
  background: var(--wine);
  color: #fff;
  box-shadow: 0 10px 20px rgba(249, 87, 56, 0.28);
}

.date-button:disabled {
  cursor: default;
}

.timezone-note {
  margin: 16px 0 0;
  color: #667085;
  font-size: 13px;
}

.slots-panel {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
}

.no-slots {
  margin: 0;
  color: #667085;
}

.booking-data-confirmation {
  display: grid;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid #e1e5ea;
}

.booking-data-confirmation h3 {
  margin: 0 0 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.confirmation-field {
  display: grid;
  gap: 8px;
}

.confirmation-field span {
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

.confirmation-field input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #edf0f4;
  border-radius: 6px;
  background: #fafafa;
  color: #667085;
  font-size: 14px;
  padding: 9px 12px;
  outline: 0;
}

.booking-summary-card {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  border: 1px solid #f95738;
  border-radius: 6px;
  background: #f95738;
  padding: 14px 16px;
  color: #fff;
}

.booking-summary-card strong,
.booking-summary-card small {
  display: block;
}

.booking-summary-card strong {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.booking-summary-card small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.35;
}

.booking-summary-check {
  flex: 0 0 auto;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #f95738;
  font-size: 19px;
  font-weight: 900;
}

.day-group {
  display: grid;
  gap: 10px;
}

.day-title {
  margin: 0;
  color: var(--aluminum-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.slot-button {
  justify-content: center;
  padding: 12px;
  text-align: center;
}

.slot-button.is-selected {
  border-color: #ff6a13;
  background: #ff6a13;
  color: #fff;
  font-weight: 900;
}

.error-message {
  min-height: 24px;
  margin: 18px 0 0;
  color: var(--error);
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.45;
}

.form-actions,
.result-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: clamp(28px, 5vw, 42px);
}

.enter-hint {
  display: none;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 150ms ease,
    background 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}

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

.button:disabled {
  cursor: not-allowed;
  opacity: 0.46;
  transform: none;
}

.button-primary {
  background: var(--wine);
  color: #fff;
  box-shadow: 0 16px 36px rgba(249, 87, 56, 0.22);
}

.button-primary:hover {
  background: var(--wine-dark);
  color: var(--white);
}

.button-secondary {
  border-color: rgba(3, 3, 1, 0.22);
  background: var(--white);
  color: var(--graphite);
}

.button-secondary:hover {
  border-color: var(--graphite);
  background: var(--graphite);
  color: var(--white);
}

.redirect-panel {
  min-height: calc(100vh - 46px);
  min-height: calc(100svh - 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(20px, 7svh, 64px);
}

.redirect-panel h2 {
  max-width: 430px;
  font-size: clamp(1.55rem, 7vw, 1.875rem);
  font-weight: 400;
  line-height: 1.18;
}

.redirect-panel p {
  margin-top: 16px;
  color: #667085;
  font-size: 14px;
  font-weight: 400;
}

.redirect-panel .button {
  width: 220px;
  margin-top: 28px;
  border-radius: 0;
}

.standard-result {
  min-height: calc(100vh - 46px);
  min-height: calc(100svh - 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(20px, 7svh, 64px);
}

.result-panel.standard-result h2 {
  max-width: 430px;
  font-size: clamp(1.8rem, 7vw, 2rem);
  font-weight: 400;
  line-height: 1.22;
}

.result-panel.standard-result p {
  max-width: 430px;
  margin-top: 16px;
  color: #596173;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

.result-panel.standard-result .result-actions {
  display: flex;
  margin-top: 22px;
}

.result-panel.standard-result .button {
  width: auto;
  min-height: 42px;
  border-radius: 7px;
  padding: 12px 20px;
  font-size: 14px;
  text-transform: uppercase;
}

@keyframes screenIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 720px) {
  .topbar {
    grid-template-columns: minmax(340px, 460px);
    justify-content: start;
  }

  .option-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cover-panel {
    grid-template-columns: 1fr;
  }

  .profile-visual {
    display: none;
  }
}

@media (min-width: 0) {
  body {
    overflow-x: hidden;
  }

  .typeform-shell {
    place-items: stretch;
    padding: 23px;
  }

  .form-stage {
    min-height: calc(100vh - 46px);
    align-content: stretch;
  }

  .cover-panel {
    grid-template-columns: 1fr;
    min-height: calc(100vh - 46px);
  }

  .topbar {
    position: fixed;
    inset: 0 0 auto;
    z-index: 30;
    width: 100%;
    margin: 0;
    display: block;
  }

  .progress-meta {
    display: none;
  }

  .progress-track {
    height: 4px;
    margin: 0;
    border-radius: 0;
    background: #ffe4d4;
  }

  .progress-track span {
    border-radius: 0;
    background: #ff6a13;
  }

  .lead-form {
    width: 100%;
    min-height: calc(100vh - 46px);
    min-height: calc(100svh - 46px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: safe center;
    padding-top: 0;
    padding-bottom: clamp(18px, 4svh, 34px);
    animation: none;
  }

  .cover-panel,
  .cover-content,
  .result-panel {
    animation: none;
  }

  .lead-form[data-step-type="select"] {
    padding-top: 0;
  }

  .lead-form[data-step-id="orcamento_ads"] {
    padding-top: 0;
  }

  .lead-form[data-step-type="calendar"] {
    display: block;
    padding-top: 128px;
  }

  .question-kicker {
    display: none;
  }

  .lead-form h2 {
    max-width: 460px;
    color: #0b0c0f;
    font-size: clamp(22px, 6vw, 25px);
    font-weight: 400;
    line-height: 1.32;
  }

  .lead-form h2::after {
    content: "*";
    color: #f95738;
    margin-left: 4px;
  }

  .step-hint {
    max-width: 456px;
    margin-top: 10px;
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
  }

  .field-host {
    margin-top: clamp(44px, 8svh, 68px);
  }

  .lead-form[data-step-type="select"] .field-host {
    margin-top: 28px;
  }

  .lead-form[data-step-type="calendar"] .field-host {
    margin-top: 22px;
  }

  .text-field {
    min-height: 38px;
    border-bottom: 1px solid #f6b48d;
    color: #101828;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    padding: 0 0 9px;
  }

  .text-field::placeholder {
    color: transparent;
  }

  .option-grid {
    gap: 12px;
    max-width: 100%;
  }

  .option-grid.two-col {
    grid-template-columns: 1fr;
  }

  .choice-button,
  .slot-button {
    min-height: 54px;
    border: 1px solid #e1e5ea;
    border-radius: 6px;
    box-shadow: none;
    background: #fff;
    color: #20242b;
    font-size: 14px;
    font-weight: 400;
  }

  .choice-button {
    padding: 12px 14px;
  }

  .option-key {
    width: 28px;
    height: 28px;
    border-color: #cad1dc;
    border-radius: 8px;
    background: #f3f6fa;
    color: #475467;
    font-size: 13px;
    font-weight: 400;
  }

  .choice-button.is-selected,
  .slot-button.is-selected {
    border-color: #ff6a13;
    background: #fff7f2;
    color: #20242b;
  }

  .slot-button.is-selected {
    background: #ff6a13;
    color: #fff;
    font-weight: 900;
  }

  #backButton {
    position: fixed;
    top: 8px;
    left: 10px;
    z-index: 40;
    width: 44px;
    min-height: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: transparent;
    box-shadow: none;
    font-size: 0;
  }

  #backButton::before {
    content: "‹";
    color: #667085;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
  }

  #backButton:disabled {
    opacity: 1;
  }

  .lead-form .form-actions {
    display: block;
    margin-top: clamp(34px, 6svh, 48px);
  }

  .lead-form[data-step-type="select"] .form-actions {
    margin-top: 50px;
  }

  .lead-form[data-step-type="calendar"] .form-actions {
    margin-top: 28px;
  }

  .lead-form #nextButton {
    width: 200px;
    min-height: 50px;
    border-radius: 0;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 900;
    text-transform: none;
  }

  .enter-hint {
    display: block;
    margin: 16px 0 0;
    color: #667085;
    font-size: 13px;
    font-weight: 400;
  }

  .enter-hint kbd {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    border: 0;
    border-radius: 4px;
    background: #f2f4f7;
    color: #344054;
    padding: 1px 7px;
    font-family: inherit;
    font-size: 11px;
  }

  .error-message {
    min-height: 0;
    margin-top: 12px;
    font-size: 13px;
  }

  .cover-content h1,
  .result-panel h2 {
    font-size: clamp(2.06rem, 13vw, 3.5rem);
  }

  .redirect-panel {
    min-height: calc(100vh - 46px);
    min-height: calc(100svh - 46px);
    justify-content: center;
    padding-block: clamp(20px, 7svh, 64px);
  }

  .redirect-panel h2 {
    max-width: 390px;
    font-size: clamp(1.55rem, 7vw, 1.875rem);
    font-weight: 400;
    line-height: 1.18;
  }

  .redirect-panel p {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
  }

  .cover-content h1 {
    display: block;
    max-width: 430px;
    font-size: 24px;
    line-height: 1.28;
  }

  .cover-content {
    min-height: calc(100vh - 46px);
    padding-top: clamp(140px, 20svh, 180px);
  }

  .promise-list {
    gap: 5px;
    margin-top: 46px;
  }

  .cover-footer {
    max-width: 450px;
    margin-top: 28px;
    margin-bottom: 0;
    padding-left: 0;
    border-left: 0;
    color: #4f586b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  .cover-footer + .button {
    margin-top: clamp(34px, 7svh, 56px);
  }

  .promise-list li {
    width: 100%;
    color: #596173;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    white-space: normal;
  }

  #startButton {
    width: min(270px, 100%);
    min-height: 50px;
    margin-top: clamp(34px, 7svh, 56px);
    padding: 14px 14px;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .progress-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

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

  .form-actions,
  .result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}

@media (min-width: 541px) {
  .typeform-shell {
    place-items: center;
    padding: var(--mobile-gutter) 0;
  }

  .form-stage {
    width: var(--mobile-frame);
    max-width: 100vw;
    min-height: calc(100vh - 46px);
    padding: 0 var(--mobile-gutter);
  }

  .topbar {
    left: 50%;
    right: auto;
    width: var(--mobile-frame);
    max-width: 100vw;
    transform: translateX(-50%);
  }

  #backButton {
    left: calc(50% - 238.5px);
  }

  .cover-panel,
  .cover-content,
  .lead-form {
    min-height: calc(100vh - 46px);
  }

  .result-panel h2 {
    font-size: 33px;
    line-height: 1.1;
  }
}

@media (max-height: 700px) {
  .cover-content {
    min-height: calc(100vh - 46px);
    min-height: calc(100svh - 46px);
    padding-top: clamp(132px, 27svh, 170px);
  }

  .cover-content h1 {
    font-size: 24px;
    line-height: 1.27;
  }

  .promise-list {
    gap: 4px;
    margin-top: clamp(30px, 6svh, 40px);
  }

  .promise-list li {
    font-size: 15px;
    line-height: 1.25;
  }

  .cover-footer {
    margin-top: clamp(20px, 4.8svh, 26px);
    font-size: 15px;
    line-height: 1.52;
  }

  #startButton {
    margin-top: clamp(28px, 5svh, 40px);
  }
}

@media (max-height: 580px) {
  .cover-content {
    padding-top: clamp(136px, 28svh, 158px);
  }

  .promise-list {
    margin-top: 30px;
  }

  .cover-footer {
    margin-top: 20px;
    line-height: 1.45;
  }

  .lead-form h2 {
    font-size: 23px;
    line-height: 1.24;
  }

  .lead-form[data-step-id="orcamento_ads"] h2 {
    font-size: 21px;
    line-height: 1.22;
  }

  .step-hint {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
  }

  .field-host {
    margin-top: 32px;
  }

  .lead-form[data-step-type="select"] {
    justify-content: flex-start;
  }

  .lead-form[data-step-type="select"] .field-host {
    margin-top: 18px;
  }

  .option-grid {
    gap: 8px;
  }

  .choice-button,
  .slot-button {
    min-height: 46px;
    font-size: 13px;
  }

  .choice-button {
    padding: 9px 12px;
  }

  .option-key {
    width: 25px;
    height: 25px;
    border-radius: 7px;
    font-size: 12px;
  }

  .lead-form .form-actions,
  .lead-form[data-step-type="select"] .form-actions,
  .lead-form[data-step-type="calendar"] .form-actions {
    margin-top: 22px;
  }

  .lead-form #nextButton {
    min-height: 46px;
    font-size: 14px;
  }

  .enter-hint {
    display: none;
  }

  .lead-form[data-step-type="calendar"] {
    padding-top: 64px;
  }
}

@media (max-width: 380px) and (max-height: 650px) {
  .cover-content {
    padding-top: clamp(96px, 18svh, 120px);
  }

  .cover-content h1 {
    font-size: 21px;
    line-height: 1.24;
  }

  .promise-list {
    gap: 3px;
    margin-top: 24px;
  }

  .promise-list li {
    font-size: 14px;
    line-height: 1.2;
  }

  .cover-footer {
    margin-top: 18px;
    font-size: 13.5px;
    line-height: 1.4;
  }

  #startButton {
    width: min(270px, 100%);
    min-height: 46px;
    margin-top: 24px;
    padding: 12px;
    font-size: 13px;
  }
}

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