/* ========================= Standalone reset ========================= */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { min-height: 100%; font-size: var(--size-font); background: #08090a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { min-height: 100%; background: #08090a; color: #f7f8f8; font-family: "PP Neue Montreal", Arial, sans-serif; font-size: var(--size-font); overflow-x: hidden; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }

@font-face { font-family: "Nord"; src: url("fonts/NordRegular.woff2") format("woff2"), url("fonts/NordRegular.woff") format("woff"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("fonts/PPNeueMontreal-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("fonts/ppneuemontreal-medium.otf") format("opentype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "PP Neue Montreal"; src: url("fonts/PPNeueMontreal-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Tomato Grotesk"; src: url("fonts/TomatoGrotesk-SemiBold.woff2") format("woff2"), url("fonts/TomatoGrotesk-SemiBold.woff") format("woff"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Tomato Grotesk"; src: url("fonts/TomatoGrotesk-ExtraBold.woff2") format("woff2"), url("fonts/TomatoGrotesk-ExtraBold.woff") format("woff"); font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Sohne"; src: url("fonts/soehne-buch.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Sohne"; src: url("fonts/soehne-halbfett.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; }

/* ========================= Osmo Scaling System ========================= */
:root {
  --size-unit: 16;
  --size-container-ideal: 1800;
  --size-container-min: 992px;
  --size-container-max: 1920px;
  --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
  --size-font: calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit)));
}

@media (max-width: 991px) {
  :root { --size-container-ideal: 834; --size-container-min: 768px; --size-container-max: 991px; }
}

@media (max-width: 767px) {
  :root { --size-container-ideal: 550; --size-container-min: 480px; --size-container-max: 767px; }
}

@media (max-width: 479px) {
  :root { --size-container-ideal: 390; --size-container-min: 320px; --size-container-max: 479px; }
}

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

.waitlist-page {
  min-height: 100svh;
  --waitlist-title-tracking: -0.05em;
  background:
    radial-gradient(ellipse 42rem 24rem at 50% 112%, #131415 0%, #08090b 78%),
    #08090a;
}

.waitlist-hero {
  min-height: 100svh;
  overflow: hidden;
}

.waitlist-hero__stage {
  position: relative;
  width: 100%;
  min-height: 100svh;
  max-width: var(--size-container);
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}

.waitlist-hero__logo {
  position: absolute;
  z-index: 3;
  top: 4.1875rem;
  left: 50%;
  width: 13.5625rem;
  height: 2.25rem;
  transform: translateX(-50%);
}

.waitlist-hero__deco {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
  transition: opacity 280ms ease;
}

.waitlist-hero__deco--rocket {
  top: calc(6.75rem + 56px);
  left: 16.25rem;
  width: 14rem;
  transform: rotate(32deg);
}

.waitlist-hero__deco--coin {
  top: calc(14.5rem + 24px);
  right: calc(9.75rem + 24px);
  width: 10.625rem;
}

.waitlist-hero__deco--lightning {
  top: 31.25rem;
  left: 4.875rem;
  width: 21.125rem;
  transform: rotate(15.5deg);
}

.waitlist-hero__deco--funnel {
  top: calc(24.375rem + 40px);
  right: calc(-1.875rem + 64px);
  width: clamp(14rem, 15.5vw, 17.5rem);
  mix-blend-mode: lighten;
  transform: rotate(-13deg);
}

.waitlist-hero__content {
  position: relative;
  z-index: 2;
  width: min(100% - 3rem, 105.0625rem);
  margin: 0 auto;
  padding-top: 13.1rem;
  text-align: center;
}

.waitlist-hero__eyebrow,
.waitlist-hero__title,
.waitlist-hero__lead,
.waitlist-form,
.waitlist-form__status,
.waitlist-hero__metrics,
.waitlist-hero__social-proof,
.waitlist-hero__partner-badges,
.waitlist-hero__trusted {
  transition: opacity 280ms ease;
}

.waitlist-hero__eyebrow,
.waitlist-hero__trusted p {
  font-family: "Nord", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.02;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: #ffffff;
}

.waitlist-hero__title {
  display: block;
  width: 100%;
  margin-top: 1.375rem;
  font-family: "Tomato Grotesk", "PP Neue Montreal", Arial, sans-serif;
  font-size: clamp(3.375rem, 4.28vw, 4.8125rem);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: var(--waitlist-title-tracking, -0.05em);
  color: #f7f8f8;
  text-align: center;
  text-wrap: balance;
}

.waitlist-hero__title > span {
  display: block;
  min-width: 0;
  max-width: 100%;
  text-wrap: balance;
}

.waitlist-hero__title-gradient {
  display: inline;
  color: transparent;
  background: linear-gradient(90deg, #9f80ff 0%, #1292fe 33%, #00e950 70%, #02d1ad 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.waitlist-mobile-break {
  display: none;
}

.waitlist-hero__lead {
  width: min(100%, 67.5rem);
  margin: 1.0625rem auto 0;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
  color: #8a8f98;
}

.waitlist-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 53.5rem);
  min-height: 4rem;
  margin: 2.875rem auto 0;
  padding: 0.5rem 0.5rem 0.5rem 1.75rem;
  border: 1px solid #1f2124;
  border-radius: 2rem;
  background: #14171a;
  box-shadow: 0 1.75rem 5rem rgba(0, 0, 0, 0.22);
}

.waitlist-form__input {
  min-width: 0;
  flex: 1 1 auto;
  height: 3rem;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f7f8f8;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.waitlist-form__input::placeholder {
  color: #8a8f98;
  opacity: 1;
}

.waitlist-form__input.is-invalid::placeholder {
  color: #ff8a8a;
}

.waitlist-form__button {
  flex: 0 0 12.5rem;
  height: 3rem;
  border-radius: 1.5rem;
  background: #d6ff3b;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.waitlist-form__button:hover,
.waitlist-form__button:focus-visible {
  background: #e0ff64;
  transform: translateY(-1px);
  box-shadow: 0 0.75rem 1.875rem rgba(214, 255, 59, 0.18);
}

.waitlist-form__button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.waitlist-form__success {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3rem;
  color: #f7f8f8;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  text-align: left;
}

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

.waitlist-form__success-icon {
  position: relative;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #d6ff3b;
  box-shadow: 0 0 1.75rem rgba(214, 255, 59, 0.22);
}

.waitlist-form__success-icon::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 0.5rem;
  width: 0.4375rem;
  height: 0.8125rem;
  border-right: 2px solid #08090a;
  border-bottom: 2px solid #08090a;
  transform: rotate(40deg);
}

.waitlist-form__success-copy {
  display: grid;
  gap: 0.125rem;
  min-width: 0;
}

.waitlist-form__success-copy strong {
  color: #f7f8f8;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
}

.waitlist-form__success-copy span {
  color: #8a8f98;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.waitlist-form.is-success {
  justify-content: center;
  padding-inline: 1.25rem;
  border-color: rgba(214, 255, 59, 0.38);
  background: rgba(20, 23, 26, 0.92);
}

.waitlist-form.is-success .waitlist-form__input,
.waitlist-form.is-success .waitlist-form__button {
  display: none;
}

.waitlist-form.is-success .waitlist-form__success {
  display: flex;
}

.waitlist-form__input:focus-visible,
.waitlist-form__button:focus-visible {
  outline: 2px solid rgba(247, 248, 248, 0.76);
  outline-offset: 3px;
}

.waitlist-form__status {
  min-height: 1.25rem;
  margin-top: 0.625rem;
  color: #8a8f98;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.waitlist-form__status:empty {
  display: none;
}

.waitlist-form__status[data-tone="success"] {
  color: #d6ff3b;
}

.waitlist-form__status[data-tone="error"] {
  color: #ff8a8a;
}

.waitlist-scheduler {
  width: min(100%, 70rem);
  margin: 0 auto;
  padding-bottom: 3rem;
  color: #f7f8f8;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  opacity: 0;
  transform: translateY(0.875rem);
}

.waitlist-scheduler[hidden],
.waitlist-thank-you[hidden] {
  display: none;
}

.waitlist-scheduler__header {
  display: grid;
  gap: 1.375rem;
  margin-bottom: 1.75rem;
  text-align: center;
}

.waitlist-scheduler__eyebrow {
  font-family: "Nord", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.02;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  color: #ffffff;
}

.waitlist-scheduler__title,
.waitlist-thank-you__title {
  font-family: "Tomato Grotesk", "PP Neue Montreal", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: var(--waitlist-title-tracking, -0.05em);
}

.waitlist-scheduler__title {
  width: 100%;
  font-size: clamp(3.375rem, 4.28vw, 4.8125rem);
  line-height: 0.96;
  white-space: nowrap;
  text-wrap: balance;
}

.waitlist-thank-you__title {
  font-size: clamp(2rem, 2.6vw, 3rem);
  line-height: 0.98;
}

.waitlist-scheduler__shell {
  width: 100%;
  min-height: 37.5rem;
  overflow: hidden;
  border: 1px solid rgba(247, 248, 248, 0.14);
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.34);
}

.waitlist-scheduler__frame {
  display: block;
  width: 100%;
  min-height: 37.5rem;
  background: #ffffff;
}

.waitlist-scheduler__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 13.75rem;
  height: 3rem;
  margin: 1rem auto 0;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 1.5rem;
  background: #d6ff3b;
  color: #08090a;
  cursor: pointer;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.waitlist-scheduler__button:hover,
.waitlist-scheduler__button:focus-visible {
  background: #e0ff64;
  transform: translateY(-1px);
  box-shadow: 0 0.75rem 1.875rem rgba(214, 255, 59, 0.18);
}

.waitlist-thank-you {
  display: grid;
  justify-items: center;
  gap: 0.875rem;
  width: min(100%, 36rem);
  margin: 2.75rem auto 0;
  padding: 2rem;
  border: 1px solid rgba(214, 255, 59, 0.24);
  border-radius: 0.75rem;
  background: rgba(20, 23, 26, 0.92);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  text-align: center;
}

.waitlist-thank-you__icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #d6ff3b;
  box-shadow: 0 0 1.75rem rgba(214, 255, 59, 0.24);
}

.waitlist-thank-you__icon::before {
  content: "";
  position: absolute;
  left: 1.125rem;
  top: 0.75rem;
  width: 0.625rem;
  height: 1.125rem;
  border-right: 3px solid #08090a;
  border-bottom: 3px solid #08090a;
  transform: rotate(40deg);
}

.waitlist-thank-you__copy {
  max-width: 24rem;
  color: #8a8f98;
  font-size: 1rem;
  line-height: 1.5rem;
}

.waitlist-page.is-fading-to-scheduler .waitlist-hero__deco,
.waitlist-page.is-fading-to-scheduler .waitlist-hero__eyebrow,
.waitlist-page.is-fading-to-scheduler .waitlist-hero__title,
.waitlist-page.is-fading-to-scheduler .waitlist-hero__lead,
.waitlist-page.is-fading-to-scheduler .waitlist-hero__metrics,
.waitlist-page.is-fading-to-scheduler .waitlist-hero__social-proof,
.waitlist-page.is-fading-to-scheduler .waitlist-hero__partner-badges,
.waitlist-page.is-fading-to-scheduler .waitlist-hero__trusted,
.waitlist-page.is-fading-to-scheduler .waitlist-form,
.waitlist-page.is-fading-to-scheduler .waitlist-form__status {
  opacity: 0;
}

.waitlist-page.is-scheduler-visible .waitlist-hero__deco,
.waitlist-page.is-scheduler-visible .waitlist-hero__eyebrow,
.waitlist-page.is-scheduler-visible .waitlist-hero__title,
.waitlist-page.is-scheduler-visible .waitlist-hero__lead,
.waitlist-page.is-scheduler-visible .waitlist-hero__metrics,
.waitlist-page.is-scheduler-visible .waitlist-hero__social-proof,
.waitlist-page.is-scheduler-visible .waitlist-hero__partner-badges,
.waitlist-page.is-scheduler-visible .waitlist-hero__trusted,
.waitlist-page.is-scheduler-visible .waitlist-form,
.waitlist-page.is-scheduler-visible .waitlist-form__status,
.waitlist-page.is-thank-you-visible .waitlist-hero__eyebrow,
.waitlist-page.is-thank-you-visible .waitlist-hero__title,
.waitlist-page.is-thank-you-visible .waitlist-hero__lead,
.waitlist-page.is-thank-you-visible .waitlist-hero__metrics,
.waitlist-page.is-thank-you-visible .waitlist-hero__social-proof,
.waitlist-page.is-thank-you-visible .waitlist-hero__partner-badges,
.waitlist-page.is-thank-you-visible .waitlist-hero__deco,
.waitlist-page.is-thank-you-visible .waitlist-hero__trusted {
  display: none;
}

.waitlist-page.is-scheduler-visible .waitlist-scheduler {
  animation: waitlist-state-in 320ms ease both;
}

.waitlist-kerning-panel {
  position: fixed;
  z-index: 40;
  right: 1.25rem;
  bottom: 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem 0.75rem;
  align-items: center;
  width: min(17.5rem, calc(100vw - 2rem));
  padding: 0.75rem;
  border: 1px solid rgba(247, 248, 248, 0.14);
  border-radius: 0.5rem;
  background: rgba(8, 9, 10, 0.88);
  box-shadow: 0 1.125rem 2.75rem rgba(0, 0, 0, 0.34);
  color: #f7f8f8;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  backdrop-filter: blur(16px);
}

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

.waitlist-kerning-panel__label,
.waitlist-kerning-panel__value {
  font-size: 0.75rem;
  line-height: 1;
}

.waitlist-kerning-panel__label {
  color: #d0d6e0;
}

.waitlist-kerning-panel__value {
  color: #d6ff3b;
  font-variant-numeric: tabular-nums;
}

.waitlist-kerning-panel__range {
  grid-column: 1 / -1;
  width: 100%;
  accent-color: #d6ff3b;
}

.waitlist-hero__metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.125rem;
  margin-top: 0;
  padding: 0;
  list-style: none;
  color: #8a8f98;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.waitlist-hero__metrics li {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  white-space: nowrap;
}

.waitlist-hero__metrics span {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
}

.waitlist-hero__metrics span::before {
  content: "";
  position: absolute;
  left: 0.1875rem;
  top: 0.0625rem;
  width: 0.375rem;
  height: 0.6875rem;
  border-right: 2px solid #d6ff3b;
  border-bottom: 2px solid #d6ff3b;
  transform: rotate(40deg);
}

.waitlist-hero__social-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 0.4375rem;
  color: #8a8f98;
  font-size: 0.875rem;
  line-height: 1.625rem;
}

.waitlist-hero__social-proof p {
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  white-space: nowrap;
}

.waitlist-hero__slots {
  color: #d6ff3b;
  font-weight: 700;
}

.waitlist-hero__partner-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.875rem clamp(1.5rem, 3vw, 2.5rem);
  width: min(100%, 111rem);
  margin: 1.75rem auto 0;
  padding: 0;
  list-style: none;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
}

.waitlist-partner-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.875rem;
  padding: 0 1.625rem;
  gap: 0.9375rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dadde1;
  box-shadow: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.waitlist-partner-badge--logo {
  min-width: 0;
  padding-inline: 0;
}

.waitlist-partner-badge__logo {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.waitlist-partner-badge__logo--tiktok {
  height: 2.8125rem;
}

.waitlist-partner-badge__logo--motion {
  height: 2.75rem;
}

.waitlist-partner-badge__icon {
  width: 1.375rem;
  height: 1.375rem;
  flex: 0 0 auto;
  color: #f7f8f8;
  fill: currentColor;
}

.waitlist-partner-badge__icon--meta {
  width: 1.5rem;
}

.waitlist-partner-badge__dot {
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #d6ff3b;
  box-shadow: 0 0 1.125rem rgba(214, 255, 59, 0.35);
}

.waitlist-hero__avatars {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 6.1875rem;
  height: 1.9375rem;
}

.waitlist-hero__avatars img,
.waitlist-hero__avatars span {
  position: absolute;
  top: 0;
  width: 1.9375rem;
  height: 1.9375rem;
}

.waitlist-hero__avatars img {
  border: 1px solid rgba(8, 9, 10, 0.72);
  border-radius: 50%;
  object-fit: cover;
  background: #d0d6e0;
}

.waitlist-hero__avatars img:nth-child(1) { left: 0; }
.waitlist-hero__avatars img:nth-child(2) { left: 1.0625rem; }
.waitlist-hero__avatars img:nth-child(3) { left: 2.125rem; }
.waitlist-hero__avatars img:nth-child(4) { left: 3.1875rem; }

.waitlist-hero__avatars span {
  left: 4.25rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 9, 10, 0.72);
  border-radius: 50%;
  background: #ff8a1f;
  color: #08090a;
  font-family: "Sohne", "PP Neue Montreal", Arial, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}

.waitlist-hero__trusted {
  position: relative;
  z-index: 2;
  width: min(98.17%, 110.4375rem);
  margin: clamp(3.15rem, 5.22vw, 5.4rem) auto clamp(3rem, 5vw, 5.5rem);
  text-align: center;
  mix-blend-mode: lighten;
  overflow: visible;
}

.waitlist-hero__trusted p {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.waitlist-hero__marquee {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 2.375rem;
  padding: 0.25rem 0 3rem;
}

.waitlist-marquee__track {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  animation: waitlist-marquee 87s linear infinite;
}

.waitlist-marquee__track img {
  flex: 0 0 auto;
  width: auto;
  height: 1.75rem;
  filter: brightness(0) invert(1);
  opacity: 0.4;
}

.waitlist-marquee__track img:is(
  [src*="miniclip.svg"],
  [src*="vsco.svg"],
  [src*="dazn.svg"],
  [src*="rsg-group.svg"]
) {
  height: 2.0625rem;
}

.waitlist-marquee__track img[src*="rsg-group.svg"] {
  height: 2.625rem;
}

@keyframes waitlist-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes waitlist-state-in {
  0% {
    opacity: 0;
    transform: translateY(0.875rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1099px) {
  .waitlist-page { background: #08090a; }
  .waitlist-hero__stage { min-height: 100svh; }
  .waitlist-hero__content {
    width: min(100% - 40px, 980px);
    padding-top: 142px;
    padding-bottom: 0;
  }
  .waitlist-hero__title { font-size: 46px; line-height: 0.98; }
  .waitlist-hero__lead { font-size: 17px; line-height: 27px; }
  .waitlist-form { margin-top: 34px; }
  .waitlist-hero__metrics {
    flex-wrap: wrap;
    gap: 6px 22px;
    font-size: 14px;
  }
  .waitlist-hero__social-proof {
    flex-direction: column;
    gap: 2px;
    margin-top: 10px;
  }
  .waitlist-hero__partner-badges {
    max-width: 640px;
    margin-top: 18px;
    gap: 8px 24px;
  }
  .waitlist-partner-badge {
    min-height: 42px;
    padding: 0 17px;
    gap: 10px;
    font-size: 14px;
  }
  .waitlist-partner-badge--logo {
    min-width: 0;
    padding-inline: 0;
  }
  .waitlist-partner-badge__logo--tiktok { height: 31px; }
  .waitlist-partner-badge__logo--motion { height: 30px; }
  .waitlist-partner-badge__icon {
    width: 17px;
    height: 17px;
  }
  .waitlist-partner-badge__icon--meta {
    width: 19px;
  }
  .waitlist-partner-badge__dot {
    width: 9px;
    height: 9px;
  }
  .waitlist-hero__deco--rocket { top: 85px; left: 32px; width: 150px; opacity: 0.88; }
  .waitlist-hero__deco--coin { top: 122px; right: 38px; width: 104px; }
  .waitlist-hero__deco--lightning { top: auto; bottom: 142px; left: -28px; width: 210px; opacity: 0.86; }
  .waitlist-hero__deco--funnel { top: auto; right: -28px; bottom: 84px; width: 190px; }
  .waitlist-hero__trusted {
    width: 100%;
    margin-top: 50px;
  }
  .waitlist-marquee__track { animation-duration: 70s; }
}

@media (max-width: 719px) {
  .waitlist-mobile-break {
    display: block;
  }
  .waitlist-hero__logo {
    top: 34px;
    width: 154px;
  }
  .waitlist-hero__content {
    width: min(100% - 24px, 520px);
    padding-top: 123px;
    padding-bottom: 0;
  }
  .waitlist-hero__eyebrow,
  .waitlist-hero__trusted p {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  .waitlist-hero__title {
    width: min(100vw - 12px, 450px);
    margin-left: 50%;
    margin-top: 18px;
    font-size: clamp(30px, 7.2vw, 42px);
    line-height: 1.02;
    transform: translateX(-50%);
    text-wrap: wrap;
  }
  .waitlist-hero__title span {
    text-wrap: wrap;
  }
  .waitlist-hero__lead {
    margin-top: 17px;
    font-size: 16px;
    line-height: 25px;
  }
  .waitlist-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: stretch;
    justify-content: stretch;
    min-height: 0;
    margin-top: 28px;
    padding: 8px;
    border-radius: 24px;
  }
  .waitlist-form__input {
    width: 100%;
    height: 46px;
    padding: 0 14px;
    text-align: center;
  }
  .waitlist-form__button {
    inline-size: 100%;
    width: 100%;
    min-width: 0;
    flex-basis: auto;
    justify-self: stretch;
  }
  .waitlist-form.is-success {
    padding: 14px;
  }
  .waitlist-form__success {
    justify-content: flex-start;
  }
  .waitlist-form__success-copy strong {
    font-size: 15px;
  }
  .waitlist-form__success-copy span {
    font-size: 13px;
    line-height: 18px;
  }
  .waitlist-scheduler {
    width: min(100% - 12px, 450px);
    margin-top: 0;
    padding-bottom: 2rem;
  }
  .waitlist-scheduler__header {
    gap: 18px;
    margin-bottom: 22px;
  }
  .waitlist-scheduler__eyebrow {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  .waitlist-scheduler__title {
    font-size: clamp(28px, 7vw, 38px);
    line-height: 1.02;
  }
  .waitlist-thank-you__title {
    font-size: 28px;
    line-height: 1;
  }
  .waitlist-scheduler__shell,
  .waitlist-scheduler__frame {
    min-height: 560px;
  }
  .waitlist-scheduler__button {
    width: 100%;
  }
  .waitlist-thank-you {
    margin-top: 24px;
    padding: 24px 18px;
  }
  .waitlist-hero__metrics {
    display: grid;
    justify-items: center;
    gap: 2px;
    margin-top: 4px;
    font-size: 14px;
    line-height: 27px;
  }
  .waitlist-hero__social-proof p {
    max-width: 250px;
    white-space: normal;
    text-wrap: balance;
  }
  .waitlist-hero__partner-badges {
    max-width: 342px;
    margin-top: 16px;
    gap: 6px 16px;
  }
  .waitlist-partner-badge {
    min-height: 36px;
    padding: 0 13px;
    gap: 8px;
    font-size: 11px;
  }
  .waitlist-partner-badge--logo {
    min-width: 0;
    padding-inline: 0;
  }
  .waitlist-partner-badge__logo--tiktok { height: 30px; }
  .waitlist-partner-badge__logo--motion { height: 29px; }
  .waitlist-partner-badge__icon {
    width: 14px;
    height: 14px;
  }
  .waitlist-partner-badge__icon--meta {
    width: 16px;
  }
  .waitlist-partner-badge__dot {
    width: 7px;
    height: 7px;
  }
  .waitlist-hero__deco--rocket { top: 150px; left: -52px; width: 112px; }
  .waitlist-hero__deco--coin { top: 86px; right: -14px; width: 80px; }
  .waitlist-hero__deco--lightning { display: none; }
  .waitlist-hero__deco--funnel { display: none; }
  .waitlist-hero__trusted {
    width: 100%;
    margin-top: 40px;
  }
  .waitlist-hero__trusted p {
    margin-top: 0;
  }
  .waitlist-hero__marquee {
    margin-top: 28px;
    padding-bottom: 28px;
  }
  .waitlist-marquee__track {
    gap: 48px;
    animation-duration: 82s;
  }
  .waitlist-marquee__track img {
    height: 24px;
  }
}

@media (max-width: 420px) {
  .waitlist-hero__content {
    width: min(100% - 20px, 380px);
    padding-top: 110px;
    padding-bottom: 0;
  }
  .waitlist-hero__title {
    width: min(100vw - 12px, 420px);
    font-size: clamp(28px, 7.35vw, 31px);
    line-height: 1.04;
  }
  .waitlist-hero__lead {
    font-size: 15px;
    line-height: 23px;
  }
}

@media (max-width: 360px) {
  .waitlist-hero__deco--coin {
    right: -74px;
  }
}

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