.hero {
  padding-top: 53px;
}
.hero h1 {
  font-size: clamp(62px, 6.45vw, 92px);
  letter-spacing: -4.8px;
}
.hero .title-serif {
  font-size: 1.1em;
  letter-spacing: -2.7px;
}
.hero-description {
  max-width: 690px;
  margin-top: 24px;
}
.hero-actions {
  margin-top: 28px;
}

.hero-value-row {
  display: flex;
  justify-content: center;
  gap: 31px;
  margin: 34px auto 0;
  padding-top: 22px;
  width: fit-content;
  border-top: 1px solid var(--line);
  animation-delay: 0.65s;
  color: #b0a9b0;
}
.hero-value-row > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}
.hero-value-row .icon {
  color: #c4a26d;
  width: 15px;
  height: 15px;
}
.walkthrough-section {
  padding-top: 75px;
}
.walkthrough-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 31px;
}
.walkthrough-heading h2 {
  font-size: 33px;
  line-height: 1.19;
  letter-spacing: -1.4px;
  margin-top: 15px;
}
.walkthrough-heading h2 em {
  font-size: 1.15em;
}
.walkthrough-heading > p {
  color: #8f8894;
  font-size: 12px;
  line-height: 1.85;
  margin-bottom: 4px;
}
.walkthrough {
  scroll-margin-top: 0;
  position: relative;
  isolation: isolate;
  border: 1px solid #bda06c36;
  border-radius: 14px;
  background: #0f1013;
  box-shadow:
    0 0 0 5px #d3a65904,
    0 24px 90px #0004;
}
.walkthrough::before {
  content: '';
  position: absolute;
  inset: -1px 20% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e9bc73, transparent);
  pointer-events: none;
}
.walkthrough-glow {
  position: absolute;
  z-index: -1;
  top: -100px;
  height: 280px;
  left: 12%;
  right: 12%;
  background: radial-gradient(ellipse, #d8a65217, transparent 65%);
  filter: blur(28px);
  pointer-events: none;
}
.tour-chapters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #151519;
}
.tour-chapters button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 18px 12px;
  border: 0;
  border-right: 1px solid #ffffff06;
  background: transparent;
  color: #85818b;
  font-size: 11px;
  transition:
    background 0.35s,
    color 0.35s;
  position: relative;
  min-height: 64px;
}
.tour-chapters button:last-child {
  border-right: 0;
}
.tour-chapters button > span {
  font-size: 9px;
  display: grid;
  place-items: center;
  height: 23px;
  width: 23px;
  border: 1px solid #ffffff10;
  border-radius: 50%;
  font-variant-numeric: tabular-nums;
}
.tour-chapters button[aria-current] {
  color: #e0cba9;
  background: linear-gradient(180deg, #d5a85905, #d5a8590d);
}
.tour-chapters button[aria-current]::after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--gold);
  box-shadow: 0 -2px 15px #dfae6140;
}
.tour-chapters button[aria-current] > span {
  color: #e7c085;
  border-color: #d5a85955;
  background: #d5a85910;
}
.tour-chapters button.is-done {
  color: #b1a38e;
}
.tour-chapters button:hover {
  color: #eed7b3;
  background-color: #ffffff04;
}
.tour-chapters button:focus-visible {
  outline-offset: -5px;
  border-radius: 5px;
}
.walkthrough-stage {
  display: grid;
  grid-template-columns: 267px 1fr;
  position: relative;
  min-height: 572px;
  background: #111216;
}
.tour-profile {
  position: relative;
  padding: 24px;
  background: linear-gradient(165deg, #1b1915, #141417 45%);
  border-right: 1px solid #ffffff0b;
}
.tour-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  letter-spacing: -0.3px;
  font-weight: 550;
}
.tour-brand img {
  border-radius: 6px;
}
.tour-connected {
  margin-left: auto;
  font-size: 7px;
  color: #abb49a;
  font-weight: 400;
  letter-spacing: 0;
}
.tour-connected::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #a4b98c;
  margin-right: 4px;
}
.tour-profile-title {
  margin-top: 32px;
}
.tour-profile-title .overline {
  color: #93846e;
  font-size: 7px;
  letter-spacing: 1.5px;
}
.tour-profile-title .profile-avatar {
  margin-top: 15px;
  width: 43px;
  height: 43px;
  border-radius: 11px;
  font-size: 23px;
  box-shadow: 0 0 35px #d8a85408;
}
.tour-profile-title h3 {
  font-size: 24px;
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: -0.8px;
}
.tour-profile-title p {
  font-size: 11px;
  line-height: 1.7;
  color: #928b93;
  margin-top: 3px;
}
.tour-facts {
  margin: 23px 0 24px;
  display: grid;
  gap: 14px;
}
.tour-facts > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: baseline;
}
.tour-facts dt {
  font-size: 9px;
  color: #716c79;
}
.tour-facts dd {
  margin: 0;
  color: #b7aeb7;
  font-size: 10px;
  text-align: right;
}
.tour-memory {
  padding: 12px 9px;
  border: 1px solid #d4aa5f20;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #d4aa5f05;
}
.tour-memory > .icon {
  color: #b59b75;
  width: 16px;
  height: 16px;
}
.tour-memory > .icon:last-child {
  margin-left: auto;
  width: 12px;
  height: 12px;
  color: #8a9d7d;
}
.tour-memory strong {
  display: block;
  font-size: 9px;
  font-weight: 450;
  color: #b9b0b5;
}
.tour-memory div > span {
  display: block;
  font-size: 7px;
  color: #7e727b;
  margin-top: 2px;
}
.tour-profile-note {
  margin-top: 30px;
  font-size: 10px;
  line-height: 1.9;
  color: #b7a083;
}
.tour-profile-note strong {
  font-weight: 400;
  color: #746a76;
  font-size: 9px;
}
.tour-source-flow {
  position: absolute;
  right: -14px;
  top: 48%;
  z-index: 4;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #bd95553b;
  background: #282219;
  display: grid;
  place-items: center;
  color: #c6a16c;
  box-shadow: 0 0 25px #e2b06112;
}
.tour-source-flow .icon {
  width: 13px;
  height: 13px;
}
.walkthrough[data-playing='true'] .tour-source-flow {
  animation: source-breathe 2.8s ease-in-out infinite;
}
.tour-browser {
  background: linear-gradient(150deg, #121317, #0f1013);
  min-width: 0;
}
.tour-browser-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 42px;
  padding: 0 22px;
  border-bottom: 1px solid #ffffff08;
  color: #6f6a78;
  background: #15161a;
}
.tour-browser-bar > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  margin-left: -20px;
}
.tour-browser-bar > span > .icon {
  width: 10px;
  height: 10px;
}
.tour-browser-bar > .icon {
  width: 12px;
  height: 12px;
}
.tour-browser-bar .window-dots {
  width: auto;
}
.tour-form-area {
  padding: 27px 35px 21px;
}
.tour-form-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tour-site-mark {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #e0c18b11;
  color: #d8ba88;
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1;
  font-style: italic;
  letter-spacing: -3px;
  padding-right: 4px;
}
.tour-site-mark > span {
  margin-top: 7px;
}
.tour-form-heading h3 {
  color: #e1dce0;
  font-size: 21px;
  line-height: 1.35;
  letter-spacing: -0.8px;
}
.tour-form-heading p {
  font-size: 10px;
  color: #78727e;
  margin-top: 3px;
}
.tour-page-badge {
  font-size: 6px;
  letter-spacing: 0.9px;
  color: #8a7b6a;
  border: 1px solid #cba05c20;
  border-radius: 4px;
  padding: 5px 7px;
  margin-left: auto;
}
.tour-fields {
  display: grid;
  gap: 21px;
  margin-top: 29px;
}
.tour-field {
  position: relative;
  min-width: 0;
}
.tour-field > label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  color: #b8afb9;
  font-size: 11px;
}
.tour-field-source {
  font-size: 7px;
  color: #8a7c67;
  padding: 2px 5px;
  background: #caa46b06;
  border: 1px solid #caa46b12;
  border-radius: 3px;
  white-space: nowrap;
}
.tour-input {
  position: relative;
  background: #0a0b0d;
  border: 1px solid #ffffff12;
  border-radius: 7px;
  transition:
    border-color 0.35s,
    box-shadow 0.35s;
}
.tour-input:focus-within {
  border-color: #e0b76c66;
  box-shadow: 0 0 0 3px #e0b76c08;
}
.tour-input input,
.tour-input textarea {
  border: 0;
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 7px;
  color: #d9cbb4;
  font-size: 12px;
  line-height: 1.8;
  padding: 11px 54px 11px 13px;
  resize: none;
  min-height: 45px;
}
.tour-input textarea {
  min-height: 82px;
}
.tour-input input::placeholder,
.tour-input textarea::placeholder {
  color: #57515f;
  opacity: 1;
}
.tour-input button {
  display: grid;
  place-items: center;
  padding: 5px;
  border: 1px solid #ffffff0a;
  background: #5b5ce20a;
  border-radius: 7px;
  position: absolute;
  right: 7px;
  top: 6px;
  width: 34px;
  height: 33px;
  transition:
    box-shadow 0.3s,
    background 0.3s;
}
.tour-input button:hover {
  background: #5b5ce221;
  box-shadow: 0 0 18px #5b5ce238;
}
.tour-input button img {
  border-radius: 5px;
}
.tour-field.is-filled .tour-input {
  border-color: #c5a57430;
  background: linear-gradient(110deg, #c5a57404, transparent);
}
.tour-field.is-filled .tour-field-source {
  color: #a9b895;
  border-color: #a9b89524;
}
.tour-field.is-filled .tour-field-source::before {
  content: '✓ ';
}
.tour-preview {
  position: absolute;
  bottom: calc(100% - 18px);
  right: 0;
  z-index: 6;
  width: min(325px, 100%);
  padding: 14px 16px;
  background: linear-gradient(140deg, #272422, #1a191d);
  border: 1px solid #d6b17875;
  border-radius: 9px;
  box-shadow:
    0 12px 36px #0009,
    0 0 20px #d6b17809;
  animation: preview-enter 0.25s var(--ease);
}
.tour-preview::after {
  content: '';
  position: absolute;
  right: 18px;
  bottom: -5px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-bottom: 1px solid #d6b17875;
  border-right: 1px solid #d6b17875;
  background: #1a191d;
}
.preview-source {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 7px;
  letter-spacing: 0.8px;
  color: #d8b580;
}
.preview-source > .icon {
  width: 12px;
  height: 12px;
}
.tour-preview > strong {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #eee1c9;
}
.tour-preview > p {
  margin-top: 9px;
  font-size: 11px;
  line-height: 1.7;
  color: #d1c5b7;
}
.preview-hint {
  font-size: 8px;
  color: #8f8386;
  display: block;
  margin-top: 8px;
}
.tour-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 24px;
  color: #8a8190;
  font-size: 9px;
}
.tour-form-footer > span:first-child {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tour-form-footer .icon {
  width: 12px;
  height: 12px;
  color: #9d9b7d;
}
.tour-submit {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid #ffffff13;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 9px;
  color: #8f8693;
  background: #ffffff03;
}
.walkthrough[data-stage='3'] .tour-submit {
  color: #d1c1a6;
  border-color: #d1c1a644;
  background: #c6a36808;
}
.tour-cursor {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(var(--cursor-x, 70px), var(--cursor-y, 100px));
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  width: 28px;
  height: 32px;
  z-index: 9;
}
.tour-cursor > svg {
  width: 25px;
  height: 29px;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 2px 6px #0009);
}
.tour-cursor > span {
  display: block;
  position: absolute;
  top: 22px;
  left: 20px;
  background: #e8b96b;
  color: #2d2417;
  font-size: 9px;
  line-height: 1.5;
  padding: 2px 7px;
  border-radius: 4px;
  box-shadow: 0 2px 8px #0003;
}
.tour-cursor > i {
  position: absolute;
  top: -17px;
  left: -17px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #f0c77d;
  background: #e8b96b25;
  opacity: 0;
}
.tour-cursor.is-clicking > i {
  animation: demo-click 0.33s ease-out both;
}
.tour-caption {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 27px;
  min-height: 90px;
  border-block: 1px solid #d0aa6124;
  background: linear-gradient(100deg, #b6925410, #0f1013);
}
.tour-caption-index {
  display: grid;
  place-items: center;
  color: #d7b582;
  border: 1px solid #c6a16630;
  background: #d3a66206;
  font-family: var(--serif);
  font-style: italic;
  font-size: 23px;
  border-radius: 8px;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.tour-caption strong {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #ded4c5;
}
.tour-caption p {
  font-size: 11px;
  line-height: 1.75;
  color: #938693;
  margin-top: 2px;
}
.tour-caption-tag {
  font-size: 7px;
  letter-spacing: 1px;
  color: #ad8d61;
  border: 1px solid #b1945c24;
  padding: 5px 7px;
  border-radius: 4px;
  margin-left: auto;
  white-space: nowrap;
}
.tour-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13px 24px;
  min-height: 60px;
  border-radius: 0 0 14px 14px;
  background: #121216;
}
.tour-controls button {
  background: transparent;
  border: 0;
  padding: 5px 0;
  color: #a7a0aa;
  font-size: 10px;
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 32px;
}
.tour-controls button:hover {
  color: var(--gold-light);
}
.tour-controls button > .icon {
  width: 13px;
  height: 13px;
}
.tour-play {
  min-width: 93px;
}
.tour-play > .icon {
  width: 12px;
  height: 12px;
  color: #cead7c;
}
.tour-replay {
  width: 25px;
  justify-content: center;
}
.tour-progress {
  flex: 1;
  height: 3px;
  border-radius: 3px;
  background: #ffffff09;
  overflow: hidden;
}
.tour-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #897247, #e5b971);
  border-radius: 3px;
  transform: scaleX(var(--tour-progress, 0));
  transform-origin: left;
}
.tour-timer {
  font-size: 8px;
  color: #756c7d;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.tour-controls .tour-try {
  color: #d6b987;
  border-left: 1px solid var(--line);
  padding-left: 19px;
  margin-left: 8px;
}
.tour-live-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.walkthrough[data-mode='manual'] .tour-progress,
.walkthrough[data-mode='manual'] .tour-timer {
  visibility: hidden;
}
.walkthrough-footnote {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #756d7b;
  font-size: 9px;
  line-height: 1.8;
  margin-top: 16px;
}
.walkthrough-footnote > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #aca191;
}
.walkthrough-footnote .status-dot {
  width: 4px;
  height: 4px;
  box-shadow: none;
}
.opportunities {
  padding-top: 52px;
}
.time-value-section .section-heading > p {
  line-height: 1.9;
}
.workflow-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
  position: relative;
}
.workflow-before,
.workflow-after {
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 29px 33px 26px;
  background: linear-gradient(140deg, #141418, #0c0d10);
  overflow: hidden;
}
.workflow-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #877c8b;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  min-height: 23px;
}
.workflow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #847482;
}
.scattered-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  min-height: 52px;
}
.scattered-tabs > span {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 10px;
  border: 1px solid #ffffff0b;
  background: #1a171c;
  border-radius: 5px;
  font-size: 8px;
  color: #928494;
  box-shadow: 0 4px 9px #0002;
}
.scattered-tabs > span:nth-child(1) {
  transform: rotate(-3deg);
}
.scattered-tabs > span:nth-child(2) {
  transform: rotate(3deg);
}
.scattered-tabs > span:nth-child(3) {
  transform: rotate(-3deg);
}
.scattered-tabs > span:nth-child(4) {
  transform: rotate(3deg);
}
.scattered-tabs .icon {
  width: 12px;
  height: 12px;
}
.workflow-comparison ol {
  list-style: none;
  padding: 22px 0;
  margin: 12px 0 0;
  display: grid;
  gap: 20px;
}
.workflow-comparison li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9d909f;
  font-size: 13px;
}
.workflow-comparison li > span {
  color: #63586c;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}
.workflow-comparison li > .icon {
  color: #ceb17a;
  width: 14px;
  height: 14px;
}
.workflow-comparison p {
  font-size: 10px;
  color: #726375;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}
.workflow-after {
  border-color: #cfa85e3d;
  background:
    radial-gradient(ellipse at 100% 0, #c7994520, transparent 65%),
    linear-gradient(130deg, #171715, #101114);
  box-shadow: inset 0 1px 0 #e8b96b14;
}
.workflow-after .workflow-label {
  color: #caae7d;
}
.workflow-after .workflow-label img {
  border-radius: 5px;
}
.workflow-after li {
  color: #d0c4b6;
}
.workflow-after p {
  color: #9c896e;
  border-color: #b38f4c22;
}
.one-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px;
  border: 1px solid #cfa36126;
  border-radius: 7px;
  margin-top: 24px;
  background: #131313;
  font-size: 10px;
  color: #bcb1b3;
}
.one-tab > .icon {
  width: 15px;
  height: 15px;
  color: #c7a977;
}
.one-tab > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  color: #b19d7c;
  margin-left: auto;
}
.one-tab .status-dot {
  width: 4px;
  height: 4px;
}
.workflow-bridge {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: grid;
  place-items: center;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #191712;
  border: 1px solid #c49a5738;
  box-shadow: 0 0 0 6px #08090b;
  color: #b39a74;
}
.workflow-bridge .icon {
  width: 17px;
  height: 17px;
}
.time-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 29px;
  gap: 25px;
}
.time-benefits > div {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 5px 10px;
  padding: 0 3px;
}
.time-benefits .icon {
  width: 17px;
  height: 17px;
  color: #b29670;
  margin-top: 2px;
  grid-row: 1 / 3;
}
.time-benefits strong {
  font-size: 12px;
  color: #c1b6c1;
  font-weight: 450;
}
.time-benefits p {
  font-size: 10px;
  color: #807284;
}
.features .feature-large {
  min-height: 434px;
}
.features .profile-visual {
  margin-top: 37px;
}
.features .answer-visual {
  margin-top: 28px;
}
.features .answer-example {
  min-height: 151px;
}
.features .answer-example > p {
  min-height: 58px;
  font-size: 12px;
}
.features .answer-tabs button {
  font-size: 10px;
  min-height: 35px;
}
.features .answer-example > .overline {
  font-size: 7px;
}
.features .answer-footer {
  font-size: 7px;
}
.features .feature-small h3 {
  font-size: 18px;
}
.features .privacy-mini {
  font-size: 8px;
}
.faq-section {
  padding-top: 96px;
}

.closing-content > p {
  line-height: 1.9;
}
@keyframes source-breathe {
  0%,
  100% {
    box-shadow: 0 0 12px #e2b06108;
  }
  50% {
    box-shadow: 0 0 30px #e2b0612d;
  }
}
@keyframes preview-enter {
  from {
    opacity: 0;
    transform: translateY(7px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes demo-click {
  0% {
    opacity: 0.9;
    transform: scale(0.55);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@media (max-width: 1050px) {
  .hero h1 {
    font-size: 75px;
  }
  .hero .title-serif {
    font-size: 1.07em;
  }
  .walkthrough-heading {
    gap: 25px;
  }
  .walkthrough-heading h2 {
    font-size: 30px;
  }
  .walkthrough-heading > p {
    font-size: 10px;
  }
  .walkthrough-stage {
    grid-template-columns: 240px 1fr;
  }
  .tour-profile {
    padding: 22px 19px;
  }
  .tour-form-area {
    padding: 26px 25px 22px;
  }
  .tour-form-heading h3 {
    font-size: 19px;
  }
  .tour-page-badge {
    display: none;
  }
  .tour-input input,
  .tour-input textarea {
    font-size: 11px;
  }
  .tour-facts dd {
    font-size: 9px;
  }
  .tour-brand {
    font-size: 12px;
  }
  .tour-caption-tag {
    font-size: 6px;
  }
  .tour-caption p {
    font-size: 10px;
  }
  .workflow-before,
  .workflow-after {
    padding: 25px;
  }
  .workflow-comparison li {
    font-size: 11px;
  }
  .scattered-tabs {
    gap: 6px;
  }
  .scattered-tabs > span {
    font-size: 7px;
    padding: 8px;
  }
  .one-tab {
    font-size: 9px;
  }
  .one-tab > span {
    font-size: 7px;
  }
  .scattered-tabs > span > .icon {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 800px) {
  .hero {
    padding-top: 46px;
  }
  .hero h1 {
    font-size: 66px;
    letter-spacing: -3.5px;
  }
  .hero .title-serif {
    letter-spacing: -2.1px;
  }
  .hero-description {
    font-size: 14px;
  }
  .hero-value-row {
    gap: 22px;
    margin-top: 29px;
  }
  .hero-value-row > span {
    font-size: 9px;
    gap: 6px;
  }
  .hero-value-row .icon {
    width: 13px;
    height: 13px;
  }
  .walkthrough-heading {
    display: block;
  }
  .walkthrough-heading h2 {
    font-size: 32px;
  }
  .walkthrough-heading > p {
    font-size: 11px;
    margin-top: 17px;
  }
  .walkthrough-heading > p br {
    display: none;
  }
  .walkthrough-section {
    padding-top: 65px;
  }
  .tour-chapters button {
    font-size: 9px;
    gap: 7px;
    padding: 15px 9px;
    min-height: 60px;
  }
  .tour-chapters button > span {
    width: 21px;
    height: 21px;
    font-size: 8px;
  }
  .walkthrough-stage {
    grid-template-columns: 204px 1fr;
  }
  .tour-profile {
    padding: 23px 16px;
  }
  .tour-brand {
    font-size: 11px;
    gap: 6px;
  }
  .tour-brand img {
    width: 23px;
    height: 23px;
  }
  .tour-connected {
    display: none;
  }
  .tour-profile-title h3 {
    font-size: 23px;
  }
  .tour-profile-title p {
    font-size: 10px;
  }
  .tour-facts {
    gap: 13px;
  }
  .tour-facts > div {
    display: block;
  }
  .tour-facts dd {
    text-align: left;
    margin-top: 2px;
    font-size: 10px;
  }
  .tour-facts dt {
    font-size: 8px;
  }
  .tour-memory {
    gap: 6px;
    padding: 10px 8px;
  }
  .tour-memory strong {
    font-size: 8px;
  }
  .tour-memory div > span {
    font-size: 6px;
  }
  .tour-memory .icon {
    width: 12px;
    height: 12px;
  }
  .tour-profile-note {
    display: none;
  }
  .tour-form-area {
    padding: 24px 18px 22px;
  }
  .tour-browser-bar {
    padding-inline: 15px;
    gap: 10px;
  }
  .tour-browser-bar > span {
    font-size: 7px;
    margin: 0;
  }
  .tour-browser-bar > .icon {
    display: none;
  }
  .tour-browser-bar .window-dots i {
    width: 5px;
    height: 5px;
  }
  .tour-site-mark {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    font-size: 24px;
  }
  .tour-form-heading {
    gap: 9px;
  }
  .tour-form-heading h3 {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
  .tour-form-heading p {
    font-size: 8px;
  }
  .tour-fields {
    gap: 19px;
    margin-top: 27px;
  }
  .tour-field > label {
    font-size: 10px;
  }
  .tour-field-source {
    font-size: 6px;
    padding: 2px 4px;
  }
  .tour-input textarea {
    min-height: 99px;
  }
  .tour-input input,
  .tour-input textarea {
    font-size: 11px;
    padding: 11px 43px 11px 11px;
  }
  .tour-input button {
    width: 29px;
    height: 29px;
    top: 7px;
    right: 5px;
    padding: 4px;
  }
  .tour-input button img {
    width: 21px;
    height: 21px;
  }
  .tour-preview {
    width: min(290px, 100%);
    padding: 12px;
  }
  .tour-preview p {
    font-size: 10px;
  }
  .preview-source {
    font-size: 6px;
  }
  .tour-form-footer {
    font-size: 7px;
    gap: 10px;
  }
  .tour-submit {
    font-size: 7px;
    padding: 7px 9px;
    gap: 8px;
  }
  .tour-caption {
    padding: 18px;
    gap: 12px;
    min-height: 104px;
  }
  .tour-caption strong {
    font-size: 12px;
  }
  .tour-caption p {
    font-size: 10px;
    line-height: 1.8;
  }
  .tour-caption-tag {
    display: none;
  }
  .tour-controls {
    padding: 12px 17px;
    gap: 10px;
  }
  .tour-controls .tour-try {
    padding-left: 13px;
    margin-left: 3px;
  }
  .tour-controls button {
    font-size: 9px;
  }
  .tour-play {
    min-width: 81px;
  }
  .tour-timer {
    font-size: 7px;
  }
  .walkthrough-footnote {
    font-size: 7px;
    gap: 15px;
  }
  .workflow-comparison {
    gap: 18px;
  }
  .workflow-before,
  .workflow-after {
    padding: 23px 20px;
  }
  .scattered-tabs {
    min-height: 80px;
    gap: 7px;
  }
  .scattered-tabs > span {
    padding: 7px 10px;
    font-size: 8px;
  }
  .one-tab {
    margin-top: 24px;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    font-size: 10px;
    gap: 9px;
    padding: 10px;
  }
  .one-tab > span {
    margin: 0;
    flex-basis: 100%;
    font-size: 8px;
  }
  .workflow-comparison li {
    font-size: 10px;
    gap: 9px;
  }
  .workflow-comparison ol {
    gap: 19px;
  }
  .workflow-comparison p {
    font-size: 9px;
    min-height: 46px;
  }
  .workflow-bridge {
    width: 29px;
    height: 29px;
  }
  .workflow-bridge .icon {
    width: 14px;
    height: 14px;
  }
  .workflow-label {
    font-size: 6px;
    gap: 6px;
    letter-spacing: 1px;
  }
  .time-benefits {
    gap: 18px;
  }
  .time-benefits strong {
    font-size: 10px;
  }
  .time-benefits p {
    font-size: 9px;
    line-height: 1.8;
  }
  .time-benefits .icon {
    width: 15px;
    height: 15px;
  }
  .time-benefits > div {
    column-gap: 6px;
    grid-template-columns: 18px 1fr;
  }
  .features .feature-large {
    min-height: 467px;
  }
  .features .feature-small h3 {
    font-size: 16px;
  }
  .features .answer-example > p {
    font-size: 10px;
  }
  .features .answer-tabs button {
    font-size: 8px;
  }
  .features .answer-example {
    min-height: 166px;
  }
  .features .answer-example > .overline {
    font-size: 6px;
  }
  .features .answer-footer {
    font-size: 6px;
  }
  .features .profile-visual {
    margin-top: 32px;
  }
}
@media (max-width: 620px) {
  .hero {
    padding-top: 43px;
  }
  .hero h1 {
    font-size: clamp(39px, 10.5vw, 61px);
    letter-spacing: -2.4px;
    margin-top: 24px;
    line-height: 1.08;
  }
  .hero .title-serif {
    font-size: 1.09em;
    letter-spacing: -1.5px;
    line-height: 1.15;
    margin-top: 3px;
  }
  .hero-description {
    max-width: 360px;
    font-size: 13px;
    line-height: 1.85;
    margin-top: 22px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 8px;
  }

  .hero-actions .button-quiet {
    font-size: 11px;
  }
  .hero-note {
    font-size: 8px;
    gap: 6px;
    margin-top: 11px;
  }
  .hero-value-row {
    flex-wrap: wrap;
    gap: 13px 17px;
    margin-top: 25px;
    padding-top: 20px;
    max-width: 340px;
  }
  .hero-value-row > span {
    font-size: 9px;
  }
  .hero-value-row > span:last-child {
    justify-content: center;
  }
  .hero-value-row .icon {
    width: 12px;
    height: 12px;
  }
  .walkthrough-section {
    padding-top: 48px;
  }
  .walkthrough-heading {
    margin-bottom: 24px;
  }
  .walkthrough-heading h2 {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.23;
  }
  .walkthrough-heading > p {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 16px;
    max-width: 320px;
  }
  .walkthrough-heading > p br {
    display: none;
  }
  .walkthrough {
    border-radius: 10px;
    box-shadow:
      0 0 0 3px #d3a65903,
      0 20px 45px #0003;
  }
  .tour-chapters {
    border-radius: 10px 10px 0 0;
  }
  .tour-chapters button {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 8px;
    line-height: 1.4;
    padding: 12px 5px;
    min-height: 72px;
  }
  .tour-chapters button > span {
    height: 19px;
    width: 19px;
    font-size: 7px;
  }
  .walkthrough-stage {
    display: block;
    min-height: 0;
  }
  .tour-profile {
    border-right: 0;
    border-bottom: 1px solid #b4915630;
    padding: 17px 19px;
  }
  .tour-brand {
    font-size: 11px;
  }
  .tour-brand img {
    width: 21px;
    height: 21px;
  }
  .tour-connected {
    display: inline;
    font-size: 7px;
  }
  .tour-profile-title {
    display: grid;
    grid-template-columns: 36px 1fr;
    column-gap: 10px;
    margin-top: 16px;
    align-items: center;
  }
  .tour-profile-title > .overline {
    grid-column: 1 / -1;
    font-size: 6px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
  .tour-profile-title > .profile-avatar {
    width: 36px;
    height: 36px;
    font-size: 19px;
    border-radius: 9px;
    margin: 0;
    grid-column: 1;
    grid-row: 2 / 4;
  }
  .tour-profile-title h3 {
    font-size: 19px;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.3;
    grid-column: 2;
  }
  .tour-profile-title p {
    font-size: 9px;
    margin: 2px 0 0;
    grid-column: 2;
    line-height: 1.6;
  }
  .tour-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 13px 0 0;
  }
  .tour-facts > div {
    display: flex;
    align-items: baseline;
    gap: 6px;
  }
  .tour-facts > div:nth-child(even) {
    display: none;
  }
  .tour-facts dt {
    font-size: 8px;
  }
  .tour-facts dd {
    font-size: 9px;
    margin: 0;
  }
  .tour-memory,
  .tour-source-flow {
    display: none;
  }
  .tour-browser-bar {
    padding: 0 16px;
    height: 35px;
  }
  .tour-browser-bar > span {
    font-size: 7px;
  }
  .tour-browser-bar > .icon {
    display: block;
    width: 10px;
    height: 10px;
  }
  .tour-form-area {
    padding: 23px 17px 21px;
  }
  .tour-form-heading {
    gap: 9px;
  }
  .tour-form-heading h3 {
    font-size: 17px;
    line-height: 1.3;
    letter-spacing: -0.65px;
  }
  .tour-form-heading p {
    font-size: 8px;
    margin-top: 4px;
  }
  .tour-site-mark {
    width: 31px;
    height: 31px;
    font-size: 24px;
    flex-shrink: 0;
  }
  .tour-fields {
    gap: 21px;
    margin-top: 28px;
  }
  .tour-field > label {
    font-size: 10px;
    margin-bottom: 8px;
    gap: 6px;
  }
  .tour-field-source {
    font-size: 6px;
  }
  .tour-input input,
  .tour-input textarea {
    font-size: 12px;
    line-height: 1.75;
    padding: 12px 48px 12px 11px;
    min-height: 46px;
  }
  .tour-input textarea {
    min-height: 105px;
  }
  .tour-input button {
    top: 6px;
    right: 5px;
    width: 34px;
    height: 33px;
    padding: 5px;
  }
  .tour-input button img {
    width: 23px;
    height: 23px;
  }
  .tour-preview {
    width: min(295px, 100%);
    padding: 12px 14px;
    bottom: calc(100% - 15px);
  }
  .tour-preview p {
    font-size: 11px;
  }
  .preview-source {
    font-size: 6px;
    letter-spacing: 0.6px;
  }
  .tour-preview > strong {
    font-size: 16px;
  }
  .preview-hint {
    font-size: 8px;
  }
  .tour-form-footer {
    margin-top: 21px;
    font-size: 8px;
  }
  .tour-submit {
    font-size: 8px;
    padding: 8px 9px;
  }
  .tour-form-footer .icon {
    width: 11px;
    height: 11px;
  }
  .tour-cursor > svg {
    height: 27px;
    width: 23px;
  }
  .tour-cursor > span {
    font-size: 8px;
    padding: 2px 5px;
    left: 16px;
  }
  .tour-caption {
    padding: 18px 16px;
    gap: 11px;
    min-height: 125px;
    align-items: flex-start;
  }
  .tour-caption-index {
    width: 29px;
    height: 32px;
    font-size: 21px;
    border-radius: 6px;
    margin-top: 2px;
  }
  .tour-caption strong {
    font-size: 12px;
    line-height: 1.6;
    display: block;
  }
  .tour-caption p {
    font-size: 10px;
    line-height: 1.8;
    margin-top: 5px;
  }
  .tour-caption-tag {
    display: none;
  }
  .tour-controls {
    padding: 11px 13px;
    min-height: 57px;
    gap: 7px;
    border-radius: 0 0 10px 10px;
  }
  .tour-controls button {
    font-size: 9px;
    min-height: 34px;
    gap: 5px;
  }
  .tour-controls .tour-try {
    font-size: 9px;
    padding-left: 11px;
    margin-left: auto;
    white-space: nowrap;
  }
  .tour-play {
    min-width: 78px;
  }
  .tour-replay {
    width: 24px;
  }
  .tour-timer {
    font-size: 7px;
  }
  .tour-progress {
    display: none;
  }
  .walkthrough-footnote {
    display: block;
    font-size: 8px;
    margin-top: 14px;
  }
  .walkthrough-footnote > span:first-child {
    line-height: 1.8;
    align-items: flex-start;
  }
  .walkthrough-footnote .status-dot {
    margin-top: 5px;
  }
  .walkthrough-footnote > span:last-child {
    display: block;
    margin-top: 7px;
    padding-left: 11px;
    font-size: 7px;
    color: #726577;
  }
  .opportunities {
    padding-top: 42px;
  }
  .opportunities > p {
    font-size: 6px;
    letter-spacing: 1.1px;
  }
  .time-value-section {
    padding-top: 62px;
  }
  .time-value-section .section-heading h2 {
    font-size: 28px;
    line-height: 1.25;
  }
  .time-value-section .section-heading h2 em {
    display: inline-block;
    max-width: 340px;
    font-size: 1.13em;
  }
  .time-value-section .section-heading > p {
    font-size: 12px;
    line-height: 1.9;
    max-width: 325px;
  }
  .time-value-section .section-heading > p br {
    display: none;
  }
  .workflow-comparison {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .workflow-before,
  .workflow-after {
    padding: 24px;
  }
  .workflow-label {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .scattered-tabs {
    min-height: 62px;
    margin-top: 17px;
    gap: 8px;
    align-content: center;
  }
  .scattered-tabs > span {
    font-size: 8px;
    padding: 8px 9px;
  }
  .scattered-tabs > span .icon {
    width: 11px;
    height: 11px;
  }
  .workflow-comparison ol {
    padding: 17px 0 20px;
    gap: 17px;
    margin-top: 10px;
  }
  .workflow-comparison li {
    font-size: 12px;
    line-height: 1.7;
    gap: 10px;
  }
  .workflow-comparison p {
    font-size: 10px;
    min-height: auto;
    padding-top: 16px;
  }
  .workflow-bridge {
    top: 50%;
    width: 31px;
    height: 31px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .one-tab {
    min-height: 62px;
    margin-top: 17px;
    font-size: 10px;
    gap: 8px;
  }
  .one-tab > span {
    flex-basis: auto;
    margin-left: auto;
    font-size: 7px;
  }
  .workflow-after .workflow-label img {
    width: 19px;
    height: 19px;
  }
  .time-benefits {
    grid-template-columns: 1fr;
    gap: 21px;
    margin-top: 27px;
  }
  .time-benefits > div {
    grid-template-columns: 22px 1fr;
    column-gap: 10px;
    row-gap: 4px;
  }
  .time-benefits .icon {
    width: 18px;
    height: 18px;
  }
  .time-benefits strong {
    font-size: 13px;
  }
  .time-benefits p {
    font-size: 11px;
  }
  .features .feature-large {
    min-height: 0;
  }
  .features .profile-visual {
    margin-top: 30px;
  }
  .features .answer-visual {
    margin-top: 24px;
  }
  .features .answer-example {
    min-height: 154px;
  }
  .features .answer-example > p {
    font-size: 12px;
    min-height: 64px;
  }
  .features .answer-example > .overline {
    font-size: 6px;
  }
  .features .answer-tabs button {
    font-size: 9px;
    min-height: 36px;
  }
  .features .answer-footer {
    font-size: 6px;
  }
  .features .feature-small h3 {
    font-size: 21px;
  }
  .features .privacy-mini {
    font-size: 9px;
  }
  .process-section {
    margin-top: 63px;
  }
  .process-heading h2 {
    font-size: 31px;
  }
  .faq-section {
    padding-top: 64px;
  }
  .closing-content h2 {
    font-size: 35px;
    line-height: 1.22;
  }
  .closing-content h2 em {
    display: inline-block;
    max-width: 360px;
    font-size: 1.14em;
  }
  .closing-content > p {
    max-width: 300px;
    margin-inline: auto;
    font-size: 12px;
  }

  .closing-note {
    font-size: 8px;
  }
}

/* Keep the entire player visible on typical laptop screens. */
@media (min-width: 621px) and (max-height: 850px) {
  .tour-chapters button {
    min-height: 44px;
    padding-block: 9px;
  }
  .walkthrough-stage {
    min-height: 0;
  }
  .tour-profile {
    padding: 19px 22px;
  }
  .tour-profile-title {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 2px 10px;
    margin-top: 22px;
  }
  .tour-profile-title > .overline {
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }
  .tour-profile-title .profile-avatar {
    width: 35px;
    height: 35px;
    font-size: 21px;
    border-radius: 9px;
    margin: 0;
    grid-row: 2 / 4;
  }
  .tour-profile-title h3 {
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
  }
  .tour-profile-title p {
    grid-column: 2;
    font-size: 9px;
    line-height: 1.5;
    margin: 0;
  }
  .tour-facts {
    margin: 23px 0;
    gap: 12px;
  }
  .tour-profile-note {
    margin-top: 20px;
  }
  .tour-browser-bar {
    height: 30px;
  }
  .tour-form-area {
    padding: 15px 29px 13px;
  }
  .tour-form-heading h3 {
    font-size: 18px;
  }
  .tour-form-heading p {
    font-size: 9px;
    margin-top: 1px;
  }
  .tour-site-mark {
    width: 32px;
    height: 32px;
    font-size: 26px;
  }
  .tour-fields {
    gap: 12px;
    margin-top: 16px;
  }
  .tour-field > label {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .tour-input input,
  .tour-input textarea {
    font-size: 11.5px;
    line-height: 1.5;
    min-height: 40px;
    padding-block: 8px;
  }
  .tour-input textarea {
    height: 54px;
    min-height: 54px;
  }
  .tour-input button {
    top: 3px;
  }
  .tour-form-footer {
    margin-top: 13px;
  }
  .tour-submit {
    padding-block: 6px;
  }
  .tour-caption {
    min-height: 65px;
    padding: 11px 22px;
  }
  .tour-caption-index {
    width: 32px;
    height: 32px;
    font-size: 21px;
  }
  .tour-caption strong {
    font-size: 12px;
  }
  .tour-caption p {
    font-size: 10px;
  }
  .tour-controls {
    min-height: 47px;
    padding-block: 6px;
  }
}
/* A compact profile keeps the three sample fields readable on phones. */
@media (max-width: 620px) {
  .walkthrough {
    scroll-margin-top: 0;
  }
  .tour-chapters button {
    min-height: 51px;
    flex-direction: row;
    gap: 4px;
    font-size: 7px;
    padding: 9px 4px;
  }
  .tour-chapters button > span {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    font-size: 6px;
  }
  .tour-profile {
    padding: 12px 16px;
  }
  .tour-brand {
    font-size: 10px;
  }
  .tour-brand img {
    width: 18px;
    height: 18px;
  }
  .tour-profile-title {
    margin-top: 10px;
    grid-template-columns: 29px 1fr;
  }
  .tour-profile-title > .overline,
  .tour-facts {
    display: none;
  }
  .tour-profile-title > .profile-avatar {
    width: 29px;
    height: 29px;
    font-size: 17px;
    grid-row: 1 / 3;
  }
  .tour-profile-title h3 {
    font-size: 16px;
  }
  .tour-profile-title p {
    font-size: 9px;
  }
  .tour-browser-bar {
    height: 28px;
  }
  .tour-form-area {
    padding: 15px 16px 13px;
  }
  .tour-form-heading h3 {
    font-size: 16px;
  }
  .tour-form-heading p {
    display: none;
  }
  .tour-site-mark {
    width: 27px;
    height: 27px;
    font-size: 22px;
  }
  .tour-fields {
    gap: 14px;
    margin-top: 19px;
  }
  .tour-field > label {
    margin-bottom: 6px;
  }
  .tour-input input,
  .tour-input textarea {
    font-size: 11.5px;
    line-height: 1.65;
    padding-block: 9px;
    min-height: 42px;
  }
  .tour-input textarea {
    min-height: 81px;
    height: 81px;
  }
  .tour-input button {
    top: 4px;
  }
  .tour-form-footer {
    margin-top: 13px;
  }
  .tour-submit {
    padding-block: 6px;
  }
  .tour-caption {
    min-height: 103px;
    padding: 13px 14px;
    gap: 9px;
  }
  .tour-caption strong {
    font-size: 11px;
  }
  .tour-caption p {
    font-size: 10px;
    line-height: 1.7;
    margin-top: 3px;
  }
  .tour-controls {
    min-height: 49px;
    padding-block: 7px;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 36px;
    letter-spacing: -2px;
  }
  .hero .title-serif {
    letter-spacing: -1.6px;
  }
  .hero-description {
    font-size: 12px;
    max-width: 285px;
  }
  .hero-value-row {
    gap: 12px;
  }
  .hero-value-row > span {
    font-size: 8px;
  }
  .hero-note {
    font-size: 7px;
    gap: 5px;
  }
  .walkthrough-heading h2 {
    font-size: 25px;
  }
  .tour-chapters button {
    font-size: 7px;
    padding-inline: 4px;
  }
  .tour-form-area {
    padding-inline: 14px;
  }
  .tour-form-heading h3 {
    font-size: 15px;
  }
  .tour-field > label {
    font-size: 9px;
  }
  .tour-field-source {
    font-size: 5px;
  }
  .tour-input textarea {
    font-size: 11px;
    min-height: 110px;
  }
  .tour-input input {
    font-size: 11px;
  }
  .tour-timer {
    display: none;
  }
  .tour-controls {
    gap: 8px;
  }
  .tour-caption strong {
    font-size: 11px;
  }
  .tour-caption p {
    font-size: 10px;
  }
  .workflow-before,
  .workflow-after {
    padding: 22px;
  }
  .workflow-comparison li {
    font-size: 11px;
  }
  .one-tab > span {
    font-size: 6px;
  }
  .one-tab {
    font-size: 9px;
  }
  .closing-content h2 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tour-cursor {
    display: none !important;
  }
  .tour-preview {
    animation: none;
  }
  .tour-source-flow {
    animation: none !important;
  }
}
