*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scrollbar-gutter: stable;
}

html,
body {
  margin: 0;
  height: 100%;
}

body {
  font-family: "Urbanist", system-ui, sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #000;
}

body.video-full-open,
body.demo-modal-open,
body.waitlist-modal-open {
  overflow: hidden;
}

body.demo-modal-open .hero__media-overlay,
body.demo-modal-open .hero__media-overlay--paused {
  pointer-events: none;
}

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

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section-inner {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

.hero {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 1.25rem clamp(1rem, 4vw, 3rem) clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 70px;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero-bg.webp");
  background-size: cover;
  background-position: center top;
  z-index: 0;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.72) 100%);
  z-index: 1;
}

#how-it-works {
  display: none !important;
}

.hero .section-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.hero-nav {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  -moz-column-gap: clamp(0.75rem, 2vw, 1.25rem);
       column-gap: clamp(0.75rem, 2vw, 1.25rem);
}

.hero-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 0;
  order: 2;
}

.hero-nav__logo {
  display: block;
  height: calc((2.85rem + 2px) * 1.5);
  width: auto;
}

.hero-nav__links {
  display: none;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.hero-nav__link {
  font-size: 0.9375rem;
  font-weight: 500;
  opacity: 0.95;
  white-space: nowrap;
}

.hero-nav__link:hover,
.hero-nav__link:focus-visible {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (min-width: 721px) {
  .hero-nav {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: calc((2.85rem + 2px) * 2);
  }
  .hero-nav__brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .hero-nav__links {
    display: flex;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
  .hero-nav__cta--header {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    order: 3;
  }
}
@media (max-width: 720px) {
  .hero-nav {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 0.65rem;
    -moz-column-gap: clamp(0.5rem, 2vw, 1rem);
         column-gap: clamp(0.5rem, 2vw, 1rem);
    min-height: 0;
    justify-content: center;
  }
  .hero-nav__brand {
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: center;
  }
  .hero-nav__cta--header {
    display: none !important;
  }
  .hero-nav__links {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
    width: 100%;
    max-width: 100%;
  }
}
.hero-nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.55rem 0.55rem 1.15rem;
  background: #0a0a0a;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-nav__cta:hover,
.hero-nav__cta:focus-visible {
  background: #141414;
}

.hero-nav__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #ffffff;
  color: #0a0a0a;
}

.hero__body {
  flex: 1;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: end;
  -moz-column-gap: clamp(1.25rem, 4vw, 3.5rem);
       column-gap: clamp(1.25rem, 4vw, 3.5rem);
  row-gap: 0;
  padding-top: clamp(1.5rem, 5vh, 3rem);
  min-height: 0;
}

.hero__headline {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  letter-spacing: -0.02em;
  min-width: 0;
  width: 100%;
}

.hero__media {
  grid-column: 1;
  grid-row: 1/-1;
  align-self: end;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
}

.hero__media-dismiss-full {
  display: none;
}

.hero__media-stage {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.45);
}

.hero__media-visual {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__media--full .hero__media-visual {
  cursor: pointer;
}

.hero__media-controls {
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.45rem 0.5rem 0.35rem;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.hero__media--full .hero__media-controls {
  display: flex;
}

.hero__media-controls-label {
  display: block;
  margin: 0;
  cursor: pointer;
}

.hero__media-scrub {
  display: block;
  width: 100%;
  height: 0.45rem;
  margin: 0;
  cursor: pointer;
  accent-color: rgba(255, 255, 255, 0.85);
  background: transparent;
}
.hero__media-scrub:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.hero__media-times {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  font-variant-numeric: tabular-nums;
}

.hero__media-times-sep {
  opacity: 0.55;
}

.hero__media-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.26);
  border-radius: inherit;
  cursor: pointer;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.hero__media-overlay--dismissed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__media-overlay--paused {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero__media-overlay--paused.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: pointer;
}

.hero__media-play {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #ffffff;
  border-radius: 50%;
  width: clamp(4.5rem, 12vw, 5.75rem);
  height: clamp(4.5rem, 12vw, 5.75rem);
  background: rgba(48, 48, 52, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.hero__media-play:hover {
  transform: scale(1.05);
  background: rgba(58, 58, 62, 0.52);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero__media-play:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 3px;
}

.hero__media-play-icon {
  display: flex;
}

.hero__media-play-triangle {
  display: block;
  fill: currentColor;
}

.hero__media-stop-icon {
  display: block;
  fill: currentColor;
}

.hero__headline-line {
  margin: 0;
  font-weight: 500;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.08;
  font-size: 42px;
}

.hero-stats {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(0.75rem, 2vw, 1.25rem);
  padding: 32px;
  background: rgba(13, 14, 19, 0.35);
  border-radius: 22px;
  backdrop-filter: blur(20px);
  min-width: 0;
}

.hero-stats__item {
  flex: 1 1 140px;
  min-width: 0;
  padding: 0.35rem 0;
}

.hero-stats__value {
  margin: 0 0 18px;
  font-weight: 500;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.08;
  font-size: 42px;
}

@media (min-width: 721px) {
  .hero__headline {
    margin-bottom: 36px;
  }
  .hero-stats__value {
    font-size: 64px;
    font-weight: 400;
  }
}
.hero-stats__value--split {
  display: inline-flex;
  align-items: baseline;
  gap: 0.22em;
  flex-wrap: wrap;
}

.hero-stats__value-suffix {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

.hero-stats__label {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.75);
  max-width: 28ch;
}

@media (max-width: 720px) {
  .hero {
    margin-bottom: 0;
  }
  .hero__body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: clamp(1rem, 3vh, 1.5rem);
    grid-template-columns: none;
    grid-template-rows: none;
  }
  .hero__headline {
    grid-column: auto;
    grid-row: auto;
    order: 1;
    max-width: none;
    margin-bottom: 0;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
  }
  .hero__headline-line {
    font-size: 36px;
  }
  /* Full width of .section-inner column */
  .hero__media {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    display: flex;
    flex: 0 0 auto;
    align-self: stretch;
    width: 100%;
    max-width: none;
  }
  /* Full playback: fixed viewport layer, scroll locked via body.video-full-open */
  .hero__media.hero__media--full {
    position: fixed;
    inset: 0;
    z-index: 9000;
    align-self: stretch;
    width: 100%;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    background: #000;
    overflow: hidden;
    gap: 0.75rem;
    justify-content: center;
  }
  .hero__media--full .hero__media-dismiss-full {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(0.65rem + env(safe-area-inset-top));
    right: calc(0.65rem + env(safe-area-inset-right));
    z-index: 20;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    cursor: pointer;
  }
  .hero__media--full .hero__media-dismiss-full:hover,
  .hero__media--full .hero__media-dismiss-full:focus-visible {
    background: rgba(255, 255, 255, 0.2);
  }
  .hero__media--full .hero__media-dismiss-full:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
  }
  .hero__media--full .hero__media-stage {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    box-shadow: none;
  }
  .hero__media--full .hero__media-visual {
    width: 100%;
    height: 100%;
    max-height: 100%;
    aspect-ratio: unset;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .hero__media--full .hero__media-controls {
    flex-shrink: 0;
    width: 100%;
    max-width: 28rem;
    margin-inline: auto;
  }
  .hero-stats {
    grid-column: auto;
    grid-row: auto;
    order: 3;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px;
  }
  .hero-stats__item {
    padding: 0.5rem 0;
    text-align: center;
  }
  .hero-stats__value--split {
    justify-content: center;
  }
  .hero-stats__label {
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 954px) {
  .hero__body {
    grid-template-columns: minmax(0, clamp(200px, 28vw, 340px)) minmax(0, 1fr);
  }
  .hero__headline-line {
    font-size: 64px;
  }
}
.hero-mobile-demo {
  display: none;
}

@media (max-width: 720px) {
  .hero-mobile-demo {
    display: flex;
    justify-content: center;
    padding: clamp(1rem, 4vw, 1.5rem) clamp(1rem, 4vw, 1.5rem) clamp(1.25rem, 5vw, 2rem);
  }
}
.features {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: clamp(3.5rem, 10vw, 7rem) clamp(1rem, 4vw, 3rem) clamp(4rem, 12vw, 8rem);
  margin-bottom: 70px;
  background: #000;
  color: #ffffff;
}

.features__header {
  margin-bottom: clamp(1.75rem, 4vw, 2rem);
  max-width: 52rem;
}

.features__title {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

@media (min-width: 721px) {
  .features {
    padding-top: 5.6rem;
  }
  .features__header {
    margin-bottom: 48px;
  }
  .features__title {
    font-size: 48px;
  }
  .features__text {
    font-size: 24px;
  }
}
.features__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: clamp(1.75rem, 4vw, 3.5rem);
  min-height: 0;
}

.features__list-viewport {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  max-height: 372px;
  overflow: hidden;
}

.features__list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.features__block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.features__item-media {
  position: relative;
  display: none;
  flex-direction: column;
  margin: 0;
  min-width: 0;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.features__item-img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.features__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 0;
  padding: clamp(1.35rem, 2.5vw, 1.85rem) 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  padding-left: 0;
  opacity: 0.5;
  transition: opacity 0.25s ease, padding-left 0.25s ease, color 0.2s ease;
}

.features__item--active {
  padding-left: 42px;
  opacity: 1;
}

.features__list > .features__block:first-child .features__item {
  border-top: none;
  padding-top: 0;
}

.features__item:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.75);
  outline-offset: 4px;
}

.features__num {
  flex: 0 0 auto;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.42);
  transition: color 0.2s ease;
}

@media (min-width: 901px) {
  .features__num {
    font-size: 84px;
  }
  .features__item {
    min-height: 124px;
    height: 124px;
    padding: 12px 0;
  }
  .features__list > .features__block:first-child .features__item {
    padding-top: 12px;
  }
  .features__list > .features__block:last-child .features__item {
    padding-bottom: 12px;
  }
  .features__media--desktop {
    max-height: 372px;
  }
}
.features__item--active .features__num {
  color: #ffffff;
}

.features__body {
  flex: 1 1 auto;
  min-width: 0;
}

.features__text {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(1rem, 3.8vw, 1.375rem);
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease;
}

.features__media--desktop {
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  position: relative;
  display: block;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid black;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  background-color: #000;
  background-image: url("../images/state-0.webp");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.features__media--desktop > .features__img,
.features__media--desktop > .features__panel-videos {
  position: absolute;
  inset: 0;
}

.features__media--desktop > [hidden] {
  display: none !important;
}

.features__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}

.features__media--desktop.features__media--cover > .features__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.features__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 3vw, 24px);
  padding: clamp(10px, 2vw, 16px) clamp(14px, 3vw, 22px);
  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;
}

.features__overlay-text {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1.125rem);
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}

.features__overlay-stores {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.5vw, 14px);
  flex-shrink: 0;
}

.features__overlay-badge {
  display: block;
  height: clamp(34px, 4.5vw, 44px);
  width: auto;
  border-radius: 8px;
}

@media (max-width: 900px) {
  .features__item-media--bg-0 {
    background-color: #000;
    background-image: url("../images/state-0.webp");
    background-size: cover;
    border: none;
    background-position: left top;
    background-repeat: no-repeat;
  }
}
.features__panel-videos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 3%, 24px);
  background: transparent;
}

.features__videos {
  display: flex;
  gap: clamp(8px, 2%, 16px);
  width: 100%;
  align-items: center;
  justify-content: center;
}

.features__video {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16/9;
}

.features__video-el {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}

.features__video-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(22px, 3vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.features__item-media--videos {
  background-color: #000;
  background-image: url("../images/state-0.webp");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: clamp(10px, 3vw, 16px);
}

@media (max-width: 720px) {
  .features__item-media--videos .features__videos {
    flex-direction: column;
    gap: clamp(10px, 3vw, 16px);
    align-items: stretch;
  }
  .features__item-media--videos .features__video {
    width: 100%;
    flex: 0 0 auto;
  }
}
@media (max-width: 900px) {
  .features__title {
    font-size: 36px;
  }
  .features__row {
    flex-direction: column;
    align-items: stretch;
  }
  .features__list-viewport {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    max-height: none;
    height: auto !important;
    overflow: visible;
  }
  .features__list {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
    transform: none !important;
    transition: none;
  }
  .features__media--desktop {
    display: none;
  }
  .features__block {
    gap: 1rem;
    margin-bottom: clamp(3.5rem, 4vw, 2rem);
  }
  .features__list > .features__block:last-child {
    margin-bottom: 0;
  }
  .features__list .features__item {
    border-top: none;
    gap: 12px;
    opacity: 1;
    padding-left: 0;
  }
  .features__list .features__item.features__item--active {
    opacity: 1;
    padding-left: 0;
  }
  .features__list .features__item .features__num {
    color: #ffffff;
  }
  .features__item-media {
    display: flex;
    min-height: 200px;
    align-items: center;
    justify-content: center;
  }
  .features__item-img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    min-height: 0;
    -o-object-fit: initial;
       object-fit: initial;
    -o-object-position: initial;
       object-position: initial;
  }
  .features__list > .features__block:not(:first-child) .features__item {
    padding-top: 0.25rem;
  }
}
.onboard {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: clamp(3rem, 8vw, 5rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 8vw, 5rem);
  margin-bottom: 70px;
  background: #000;
  color: #ffffff;
}

.onboard__header {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto clamp(2rem, 5vw, 3rem);
}

.onboard__eyebrow {
  display: inline-block;
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.onboard__title {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.onboard__lede {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.onboard__lede strong {
  color: #ffffff;
  font-weight: 500;
}

.onboard__alex {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.4vw, 28px);
  margin: clamp(1.5rem, 4vw, 2rem) auto 0;
  padding: 0;
  text-align: left;
}

.onboard__alex-id {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 2vw, 22px);
  flex-shrink: 0;
}

.onboard__alex-bubble {
  position: relative;
  margin: 0;
  padding: 14px 18px;
  width: clamp(220px, 30vw, 320px);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  flex-shrink: 0;
}

.onboard__alex-bubble::after {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent rgba(255, 255, 255, 0.07) transparent transparent;
}

.onboard__alex-bubble-text {
  position: relative;
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 0.95rem);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  min-height: 1.5em;
}

.onboard__alex-bubble-ghost {
  visibility: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.onboard__alex-bubble-live {
  position: absolute;
  inset: 0;
}

.onboard__alex-bubble-typed {
  white-space: pre-wrap;
}

.onboard__alex-bubble-caret {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  margin-left: 3px;
  background: #ffffff;
  vertical-align: -0.18em;
  animation: alex-caret-blink 0.85s steps(2, end) infinite;
  opacity: 0.85;
}

.onboard__alex-bubble-caret.is-done {
  animation: none;
  opacity: 0;
}

@keyframes alex-caret-blink {
  0%, 49% {
    opacity: 0.85;
  }
  50%, 100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .onboard__alex-bubble-caret {
    animation: none;
    opacity: 0.6;
  }
}
@media (max-width: 720px) {
  .features__title {
    text-align: center;
    margin-bottom: 72px;
  }
  .features__item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .onboard__alex {
    flex-direction: column;
    gap: clamp(16px, 4vw, 22px);
  }
  .onboard__alex-bubble {
    width: min(86vw, 320px);
  }
  .onboard__alex-bubble::after {
    left: 50%;
    right: auto;
    top: -9px;
    bottom: auto;
    transform: translateX(-50%);
    border-width: 0 7px 9px 7px;
    border-color: transparent transparent rgba(255, 255, 255, 0.07) transparent;
  }
}
.onboard__alex-blob {
  position: relative;
  display: block;
  width: clamp(56px, 11vw, 76px);
  height: clamp(56px, 11vw, 76px);
  flex-shrink: 0;
  background: radial-gradient(circle at 32% 30%, #e6dcff 0%, #b29bff 22%, #785aea 55%, #2a1a6e 100%);
  border-radius: 60% 40% 55% 45%/50% 60% 40% 50%;
  box-shadow: 0 0 28px rgba(120, 90, 234, 0.55), 0 0 60px rgba(120, 90, 234, 0.25);
  animation: alex-blob 6.5s ease-in-out infinite;
  will-change: transform, border-radius;
}

.onboard__alex-blob::before {
  content: "";
  position: absolute;
  inset: 14% 50% 50% 14%;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

@keyframes alex-blob {
  0%, 100% {
    border-radius: 60% 40% 55% 45%/50% 60% 40% 50%;
    transform: rotate(0deg) scale(1);
  }
  33% {
    border-radius: 45% 55% 60% 40%/55% 45% 55% 45%;
    transform: rotate(120deg) scale(1.04);
  }
  66% {
    border-radius: 50% 50% 45% 55%/60% 40% 60% 40%;
    transform: rotate(240deg) scale(0.97);
  }
}
@media (prefers-reduced-motion: reduce) {
  .onboard__alex-blob {
    animation: none;
  }
}
.onboard__alex-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
}

.onboard__alex-meet {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(0.75rem, 1.5vw, 0.85rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}

.onboard__alex-name {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(2.25rem, 7vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #ffffff;
  line-height: 1;
}

.onboard__videos {
  display: flex;
  gap: clamp(12px, 2vw, 20px);
  width: 100%;
  max-width: 720px;
  margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
}

.onboard__video {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16/9;
}

.onboard__video-el {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}

.onboard__video-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(22px, 3vw, 28px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(0.75rem, 1.4vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  pointer-events: none;
}

.onboard__flow {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: clamp(1.5rem, 4vw, 2.5rem) auto 0;
  width: 100%;
  max-width: 720px;
}

.onboard__flow-row {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 580px;
}

.onboard__flow-node {
  flex: 0 0 auto;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #ffffff;
  white-space: nowrap;
}

.onboard__flow-line {
  flex: 1 1 0;
  height: 1px;
  min-width: 24px;
  margin: 0 clamp(10px, 2vw, 18px);
  background: rgba(255, 255, 255, 0.22);
  transform-origin: left center;
}

.onboard__flow-stem {
  position: relative;
  display: block;
  width: 1px;
  height: clamp(56px, 9vw, 96px);
  margin: clamp(10px, 1.8vw, 18px) auto 0;
  background: rgba(255, 255, 255, 0.22);
  transform-origin: top center;
}

.onboard__flow-stem::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid rgba(255, 255, 255, 0.32);
}

.onboard__flow-result {
  margin: clamp(10px, 1.6vw, 16px) 0 0;
  text-align: center;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.4), 0 0 18px rgba(255, 255, 255, 0.22), 0 0 36px rgba(255, 255, 255, 0.12);
  animation: onboard-result-glow 4.5s ease-in-out infinite;
}

@keyframes onboard-result-glow {
  0%, 100% {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.32), 0 0 16px rgba(255, 255, 255, 0.16), 0 0 32px rgba(255, 255, 255, 0.08);
  }
  50% {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.55), 0 0 28px rgba(255, 255, 255, 0.32), 0 0 56px rgba(255, 255, 255, 0.18);
  }
}
@media (prefers-reduced-motion: reduce) {
  .onboard__flow-result {
    animation: none;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.35), 0 0 22px rgba(255, 255, 255, 0.18);
  }
}
@media (max-width: 480px) {
  .onboard__flow-line {
    margin: 0 clamp(6px, 2vw, 12px);
  }
  .onboard__flow-node {
    font-size: clamp(1rem, 4vw, 1.25rem);
  }
}
.onboard__note {
  margin: clamp(2rem, 5vw, 2.5rem) auto 0;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 721px) {
  .onboard__title {
    font-size: 48px;
  }
}
.footer {
  position: relative;
  z-index: 1;
  isolation: isolate;
  background: #ececec;
  color: #0a0a0a;
  padding: clamp(4rem, 10vw, 7rem) clamp(1rem, 4vw, 3rem) clamp(1.5rem, 4vw, 2.25rem);
}

.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(1.5rem, 4vw, 2.25rem);
}

.footer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.65rem, 2vw, 1rem);
  max-width: 40rem;
}

.footer__contact {
  margin: 0;
}

.footer__title {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 6vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.footer__subtitle {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 400;
  color: rgba(10, 10, 10, 0.7);
  line-height: 1.45;
}

.footer__btn {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}

.footer__contact a {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: clamp(0.9375rem, 2vw, 1rem);
  font-weight: 500;
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer__contact a:hover,
.footer__contact a:focus-visible {
  color: rgba(10, 10, 10, 0.7);
}

.footer__copy {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(10, 10, 10, 0.5);
  letter-spacing: 0.01em;
}

.footer__legal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 0.875rem;
}

.footer__legal-link {
  color: rgba(10, 10, 10, 0.65);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.footer__legal-link:hover,
.footer__legal-link:focus-visible {
  color: #0a0a0a;
}

.footer__legal-sep {
  color: rgba(10, 10, 10, 0.4);
}

/* ===== Legal pages (privacy.html, terms.html) ===== */
.legal-body {
  background: #f5f4ef;
  color: #0a0a0a;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.legal-body .footer {
  margin-top: auto;
}

.legal-nav {
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(245, 244, 239, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}

.legal-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(0.85rem, 2vw, 1.25rem) clamp(1rem, 4vw, 2rem);
}

.legal-body .hero-nav__brand,
.legal-body .hero-nav__link {
  color: #0a0a0a;
}

.legal-body .hero-nav__link:hover,
.legal-body .hero-nav__link:focus-visible {
  color: rgba(10, 10, 10, 0.65);
}

.legal {
  width: 100%;
  padding: clamp(2.25rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2rem) clamp(3rem, 7vw, 5rem);
  color: #0a0a0a;
}

.legal__article {
  max-width: 760px;
  margin-inline: auto;
}

.legal__header {
  margin-bottom: clamp(1.75rem, 5vw, 2.75rem);
  padding-bottom: clamp(1.25rem, 3vw, 1.75rem);
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.legal__eyebrow {
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(10, 10, 10, 0.55);
}

.legal__title {
  margin: 0 0 0.5rem;
  font-family: "Urbanist", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 5vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.legal__meta {
  margin: 0;
  font-size: 0.9375rem;
  color: rgba(10, 10, 10, 0.55);
}

.legal__lead {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(10, 10, 10, 0.85);
  margin: 0 0 1.25rem;
}

.legal__section {
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
}

.legal__section h2 {
  margin: 0 0 0.75rem;
  font-family: "Urbanist", system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #0a0a0a;
}

.legal__section p,
.legal__section ul,
.legal__section ol {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(10, 10, 10, 0.8);
}

.legal__section ul,
.legal__section ol {
  padding-left: 1.25rem;
}

.legal__section li {
  margin-bottom: 0.4rem;
}

.legal__section a {
  color: #0a0a0a;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.legal__section a:hover,
.legal__section a:focus-visible {
  color: rgba(10, 10, 10, 0.65);
}

.legal__section strong {
  color: #0a0a0a;
  font-weight: 600;
}

@media (min-width: 721px) {
  .footer__title {
    font-size: 48px;
  }
}
.demo-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.demo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.demo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.demo-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: min(420px, 90vw);
  max-height: 100%;
}

.demo-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 100%;
  gap: clamp(0.75rem, 2.5vh, 1.25rem);
}

.demo-modal__stage {
  position: relative;
  width: 100%;
  max-width: min(420px, 90vw, 42vh);
  aspect-ratio: 9/16;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.55);
  background: #000;
  transform: scale(0.94);
  transition: transform 0.3s ease;
}

.demo-modal.is-open .demo-modal__stage {
  transform: scale(1);
}

.demo-modal__cta {
  flex-shrink: 0;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 600;
}

.demo-modal__cta:hover,
.demo-modal__cta:focus-visible {
  background: #f3f3f3;
  color: #000;
}

.demo-modal__cta .hero-nav__cta-icon {
  background: #000;
  color: #fff;
}

@keyframes demo-modal-cta-jump-loop {
  0% {
    transform: translateY(0);
  }
  18% {
    transform: translateY(-10px);
  }
  36% {
    transform: translateY(0);
  }
  46% {
    transform: translateY(-4px);
  }
  55% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.demo-modal__cta.is-jumping {
  animation: demo-modal-cta-jump-loop 1s ease-out 5;
}

.demo-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
}

.demo-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.demo-modal__close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}

.demo-modal__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.85);
  outline-offset: 2px;
}

.waitlist-modal {
  position: fixed;
  inset: 0;
  z-index: 12500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.waitlist-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.waitlist-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.waitlist-modal__panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: calc(100dvh - clamp(2rem, 8vw, 4rem));
  overflow-y: auto;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 28px;
  background: #fff;
  color: #0a0a0a;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.45);
  transform: translateY(12px) scale(0.97);
  transition: transform 0.3s ease;
}

.waitlist-modal.is-open .waitlist-modal__panel {
  transform: translateY(0) scale(1);
}

.waitlist-modal__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: rgba(10, 10, 10, 0.04);
  color: #0a0a0a;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.waitlist-modal__close:hover {
  background: rgba(10, 10, 10, 0.1);
  transform: scale(1.05);
}

.waitlist-modal__close:focus-visible {
  outline: 2px solid rgba(10, 10, 10, 0.55);
  outline-offset: 2px;
}

.waitlist-modal__header {
  margin: 0 0 clamp(1.25rem, 3vw, 1.5rem);
  text-align: left;
}

.waitlist-modal__notice {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0 0 1.25rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(10, 10, 10, 0.12);
  border-radius: 12px;
  background: rgba(10, 10, 10, 0.04);
  color: #0a0a0a;
}

.waitlist-modal__notice[hidden] {
  display: none;
}

.waitlist-modal__notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #b25c00;
}

.waitlist-modal__notice-text {
  flex: 1 1 200px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  color: rgba(10, 10, 10, 0.8);
}

.waitlist-modal__notice-dismiss {
  flex: 0 0 auto;
  appearance: none;
  background: #0a0a0a;
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 150ms ease, transform 150ms ease;
}

.waitlist-modal__notice-dismiss:hover {
  background: #1a1a1a;
}

.waitlist-modal__notice-dismiss:focus-visible {
  outline: 2px solid rgba(10, 10, 10, 0.55);
  outline-offset: 2px;
}

.waitlist-modal__notice-dismiss:active {
  transform: translateY(1px);
}

.waitlist-modal__title {
  margin: 0 0 0.4rem;
  font-family: "Urbanist", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 4vw, 1.875rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #0a0a0a;
}

.waitlist-modal__subtitle {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: rgba(10, 10, 10, 0.62);
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.waitlist-form__row {
  display: flex;
  gap: 0.75rem;
}

.waitlist-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

.waitlist-form__field--grow {
  flex: 1 1 auto;
}

.waitlist-form__field--narrow {
  flex: 0 0 6rem;
}

.waitlist-form__label {
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(10, 10, 10, 0.7);
  letter-spacing: 0.01em;
}

.waitlist-form__input {
  width: 100%;
  height: 2.85rem;
  padding: 0 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(10, 10, 10, 0.18);
  background: #fff;
  color: #0a0a0a;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

.waitlist-form__input::-moz-placeholder {
  color: rgba(10, 10, 10, 0.4);
}

.waitlist-form__input::placeholder {
  color: rgba(10, 10, 10, 0.4);
}

.waitlist-form__input:hover {
  border-color: rgba(10, 10, 10, 0.32);
}

.waitlist-form__input:focus,
.waitlist-form__input:focus-visible {
  outline: none;
  border-color: #0a0a0a;
  box-shadow: 0 0 0 3px rgba(10, 10, 10, 0.12);
}

.waitlist-form__input.is-invalid {
  border-color: #c8341f;
  box-shadow: 0 0 0 3px rgba(200, 52, 31, 0.16);
}

.waitlist-form__select {
  position: relative;
  display: block;
}

.waitlist-form__input--select {
  padding-right: 2.4rem;
  background: #fff;
  cursor: pointer;
}

.waitlist-form__input--select:invalid {
  color: rgba(10, 10, 10, 0.5);
}

.waitlist-form__select-caret {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  pointer-events: none;
  color: rgba(10, 10, 10, 0.55);
}

.waitlist-form__error {
  margin: 0;
  min-height: 1em;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 0.78rem;
  line-height: 1.3;
  color: #c8341f;
}

.waitlist-form__error:empty {
  min-height: 0;
}

.waitlist-form__submit {
  align-self: stretch;
  justify-content: center;
  margin-top: 0.5rem;
  padding: 0.65rem 0.65rem 0.65rem 1.25rem;
  font-size: 0.9375rem;
}

.waitlist-form__submit[disabled] {
  opacity: 0.65;
  pointer-events: none;
}

.waitlist-form__error--submit {
  text-align: center;
  margin-top: 0.25rem;
}

.waitlist-form__consent {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
  color: rgba(10, 10, 10, 0.55);
}

.waitlist-form__consent a {
  color: rgba(10, 10, 10, 0.75);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.waitlist-form__consent a:hover,
.waitlist-form__consent a:focus-visible {
  color: #0a0a0a;
}

@media (max-width: 480px) {
  .waitlist-form__row {
    flex-direction: column;
    gap: 0.95rem;
  }
  .waitlist-form__field--narrow {
    flex: 1 1 auto;
  }
}
.waitlist-modal__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.85rem;
  padding: clamp(1rem, 4vw, 1.5rem) 0;
}

.waitlist-modal__success[hidden] {
  display: none;
}

.waitlist-modal__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(16, 145, 90, 0.12);
  color: #10915a;
}

.waitlist-modal__success .waitlist-modal__title {
  margin-bottom: 0;
}

.waitlist-modal__success-text {
  margin: 0;
  font-family: "Urbanist", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(10, 10, 10, 0.72);
  word-break: break-word;
}

.waitlist-modal__success-text strong {
  color: #0a0a0a;
  font-weight: 500;
}

body.waitlist-modal-open .floating-cta {
  opacity: 0;
  pointer-events: none;
}/*# sourceMappingURL=main.css.map */