body {
  font-family: "Avenir Next", Avenir, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

#for-travelers {
  scroll-margin-top: 110px;
}

.preview-grid {
  display: block;
}

.request-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 54px);
}

.request-panel > p {
  max-width: 680px;
}

.request-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 30px 0 24px;
}

.request-progress span {
  position: relative;
  padding: 34px 8px 8px;
  border-top: 4px solid #ded9e9;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.request-progress span::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #ded9e9;
  box-shadow: 0 0 0 1px #ded9e9;
  transform: translateX(-50%);
}

.request-progress .is-complete,
.request-progress .is-current {
  border-color: var(--purple);
  color: var(--ink);
}

.request-progress .is-complete::before,
.request-progress .is-current::before {
  background: var(--purple);
  box-shadow: 0 0 0 1px var(--purple);
}

.request-progress .is-current::before {
  box-shadow: 0 0 0 1px var(--purple), 0 0 0 5px #e9ddff;
}

.privacy-note a {
  color: var(--purple-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.website-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.waitlist-form input[aria-invalid="true"] {
  border-color: #c63859;
  box-shadow: 0 0 0 3px rgba(198, 56, 89, 0.12);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.legal-main {
  min-height: 70vh;
}

.legal-hero {
  padding: 86px 0 50px;
  background: linear-gradient(135deg, #f0eaff, #fcfbff 72%);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 5.7rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.legal-hero p:last-child {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-content {
  width: min(780px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 100px;
}

.legal-content h2 {
  margin: 42px 0 10px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  color: #4f5872;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content a {
  color: var(--purple-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-updated {
  font-size: 0.86rem;
  font-weight: 800;
}

@media (max-width: 600px) {
  .request-progress {
    gap: 4px;
  }

  .request-progress span {
    padding-inline: 2px;
    font-size: 0.67rem;
  }

  .legal-content {
    width: min(100% - 32px, 560px);
    padding: 50px 0 72px;
  }
}
