:root {
  color-scheme: dark;
  --announcement-height: 2.35rem;
  --announcement-total-height: calc(var(--announcement-height) + env(safe-area-inset-top, 0px));
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  min-height: 100%;
  margin: 0;
  overscroll-behavior-y: none;
}

body {
  background: #080706;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  -webkit-text-size-adjust: 100%;
}

button,
input,
[role="button"],
.question-card,
.waitlist-image-button,
.color-image-button,
.hat-tap-area,
.hat-color-tap,
.question-card__hotspot,
.price-done-hotspot,
.waitlist-submit-hotspot,
.country-selector__suggestion {
  -webkit-tap-highlight-color: transparent;
}

button,
[role="button"],
.waitlist-image-button,
.color-image-button,
.hat-tap-area,
.hat-color-tap,
.question-card__hotspot,
.price-done-hotspot,
.waitlist-submit-hotspot,
.country-selector__suggestion {
  -webkit-touch-callout: none;
  user-select: none;
}

button:focus:not(:focus-visible),
input:focus:not(:focus-visible) {
  outline: 0;
}

.site-shell {
  min-height: 100svh;
  min-height: 100dvh;
}

.announcement-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--announcement-total-height);
  padding: env(safe-area-inset-top) 0 0;
  background: #ffffff;
}

.hero {
  position: relative;
  min-height: calc(100svh - var(--announcement-height));
  min-height: calc(100dvh - var(--announcement-total-height));
  height: calc(100svh - var(--announcement-height));
  height: calc(100dvh - var(--announcement-total-height));
  height: calc(var(--mobile-vh, 1vh) * 100 - var(--announcement-total-height));
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #080706 url("/assets/images/optimized/hero-poster.jpg") center / cover no-repeat;
}

.hero__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center center;
  background: #080706 url("/assets/images/optimized/hero-poster.jpg") center / cover no-repeat;
}

.hero__shade,
.waitlist-image-button,
.hat-tap-area,
.hat-color-tap,
.second-scene-logo,
.color-image-button {
  transform-style: preserve-3d;
}

.hero__video--primary {
  z-index: -3;
}

.hero__video--next {
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 850ms ease;
}

.hero--second-video-visible .hero__video--next {
  opacity: 1;
  visibility: visible;
}

.hero__shade {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 46%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.62) 0%,
    rgba(0, 0, 0, 0.34) 45%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

.waitlist-image-button {
  position: absolute;
  left: 50%;
  bottom: clamp(2.35rem, 5.5svh, 3.4rem);
  z-index: 1;
  width: min(64vw, 15rem);
  aspect-ratio: 3.8 / 1;
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  border: 0;
  background: transparent;
  opacity: 0;
  transform: translate(-50%, 0.9rem) scale(0.96);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
  pointer-events: none;
}

.hero--button-visible .waitlist-image-button {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  animation: waitlist-float 3.2s ease-in-out 700ms infinite;
  pointer-events: none;
}

.hero--second-video-visible .waitlist-image-button {
  opacity: 0;
  transform: translate(-50%, 0.6rem) scale(0.96);
  animation: none;
  pointer-events: none;
}

.hat-tap-area {
  position: absolute;
  top: 18%;
  left: 8%;
  z-index: 2;
  width: 84%;
  height: 44%;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.hero--button-visible .hat-tap-area {
  pointer-events: auto;
}

.hero--second-video-visible .hat-tap-area {
  pointer-events: none;
}

.hat-color-tap {
  position: absolute;
  top: 34%;
  z-index: 3;
  width: 33.333%;
  height: 36%;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
}

.hat-color-tap--pink {
  left: 0;
}

.hat-color-tap--black {
  left: 33.333%;
}

.hat-color-tap--blue {
  left: 66.666%;
}

.hero--second-video-visible .hat-color-tap {
  pointer-events: auto;
}

.waitlist-image-button__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.second-scene-logo {
  position: absolute;
  top: clamp(-3.1rem, -7svh, -2rem);
  left: 50%;
  z-index: 1;
  display: block;
  width: min(74vw, 20.75rem);
  aspect-ratio: 1.31 / 1;
  overflow: hidden;
  border-radius: 999px;
  opacity: 0;
  transform: translate(-50%, -0.85rem) scale(0.84);
  transition:
    opacity 1900ms ease,
    transform 1900ms cubic-bezier(0.16, 1, 0.3, 1),
    top 2200ms ease-in-out;
  pointer-events: none;
  background: transparent;
  filter: contrast(1.48) brightness(1.08);
  mix-blend-mode: lighten;
  -webkit-mask-image: radial-gradient(
    ellipse 47% 40% at center,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.58) 63%,
    transparent 78%
  );
  mask-image: radial-gradient(
    ellipse 47% 40% at center,
    #000 0%,
    #000 48%,
    rgba(0, 0, 0, 0.58) 63%,
    transparent 78%
  );
  object-fit: contain;
  object-position: center;
}

.hero--button-visible .second-scene-logo {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.hero--second-video-visible .second-scene-logo {
  top: clamp(0.15rem, 1.6svh, 0.95rem);
}

.color-image-button {
  position: absolute;
  left: 50%;
  bottom: clamp(2rem, 5svh, 3rem);
  z-index: 1;
  width: min(84vw, 21rem);
  aspect-ratio: 3 / 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: transparent;
  opacity: 0;
  transform: translate(-50%, 1rem) scale(0.95);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
  pointer-events: none;
}

.hero--color-button-visible .color-image-button {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  animation: waitlist-float 3.2s ease-in-out 700ms infinite;
  pointer-events: auto;
}

.color-image-button__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-to-white-transition {
  position: relative;
  display: none;
  height: clamp(120px, 17svh, 140px);
  margin-top: -1px;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse at 0% 12%,
      rgba(255, 72, 150, 0.13) 0%,
      rgba(255, 72, 150, 0.06) 28%,
      transparent 66%
    ),
    radial-gradient(
      ellipse at 100% 12%,
      rgba(94, 190, 255, 0.14) 0%,
      rgba(94, 190, 255, 0.06) 30%,
      transparent 68%
    ),
    linear-gradient(
      to bottom,
      #0b090a 0%,
      rgba(15, 14, 15, 0.9) 12%,
      rgba(52, 51, 53, 0.46) 43%,
      rgba(210, 218, 222, 0.36) 72%,
      #ffffff 100%
    );
}

.color-reveal {
  position: relative;
  display: none;
  min-height: 100svh;
  min-height: 100dvh;
  height: 100svh;
  height: 100dvh;
  height: calc(var(--mobile-vh, 1vh) * 100);
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  background: #ffffff;
  isolation: isolate;
}

body.color-reveal-unlocked .hero-to-white-transition,
body.color-reveal-unlocked .color-reveal {
  display: block;
}

.color-reveal::before {
  content: none;
}

.color-reveal__video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: translateY(0.75rem) scale(1.025);
  filter: brightness(0.94) blur(0.4px);
  transition:
    opacity 1600ms ease,
    filter 1700ms ease,
    transform 1900ms cubic-bezier(0.16, 1, 0.3, 1);
}

.color-reveal--active .color-reveal__video--primary {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: brightness(1);
}

.color-reveal__video--next {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.color-reveal__video--final {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.color-reveal--second-video-visible .color-reveal__video--primary {
  opacity: 0;
  filter: brightness(1.02);
  transform: translateY(0) scale(1.01);
}

.color-reveal--second-video-visible .color-reveal__video--next {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  filter: brightness(1);
}

.color-reveal--third-video-visible .color-reveal__video--primary,
.color-reveal--third-video-visible .color-reveal__video--next {
  opacity: 0;
  filter: brightness(1.02);
  transform: translateY(0) scale(1.01);
}

.color-reveal--third-video-visible .color-reveal__video--final {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  filter: brightness(1);
}

.question-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: min(82vw, 24rem);
  padding: clamp(1.25rem, 5vw, 1.8rem);
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: clamp(1.5rem, 7vw, 2.5rem);
  background:
    radial-gradient(circle at 0% 22%, rgba(255, 90, 174, 0.16), transparent 44%),
    radial-gradient(circle at 100% 24%, rgba(89, 184, 255, 0.16), transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(240, 248, 255, 0.18));
  box-shadow:
    -0.8rem 0 2.8rem rgba(255, 82, 169, 0.18),
    0.8rem 0 2.8rem rgba(86, 184, 255, 0.18),
    0 1.4rem 4rem rgba(56, 101, 150, 0.2),
    inset 1px 1px 0 rgba(255, 255, 255, 0.72),
    inset -1px -1px 0 rgba(125, 184, 226, 0.14),
    inset 0 1.2rem 2.8rem rgba(255, 255, 255, 0.16);
  color: #171925;
  opacity: 0;
  transform: translate(-50%, -42%) scale(0.96);
  transition:
    opacity 1200ms ease,
    transform 1400ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.question-card::before,
.question-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.question-card::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 34%);
}

.question-card::after {
  right: 0.7rem;
  top: 0.7rem;
  width: 23%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  filter: blur(14px);
  opacity: 0.55;
}

.color-reveal--question-visible .question-card--step1 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.color-reveal--question-visible.color-reveal--price-visible .question-card--step1 {
  opacity: 0;
  transform: translate(-50%, -56%) scale(0.96);
  pointer-events: none;
}

.color-reveal--price-visible .question-card--step2 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.color-reveal--price-visible.color-reveal--country-visible .question-card--step2 {
  opacity: 0;
  transform: translate(-50%, -56%) scale(0.96);
  pointer-events: none;
}

.color-reveal--country-visible .question-card--step3 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.color-reveal--country-visible.color-reveal--waitlist-visible .question-card--step3 {
  opacity: 0;
  transform: translate(-50%, -56%) scale(0.96);
  pointer-events: none;
}

.color-reveal--waitlist-visible .question-card--step4 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.color-reveal--waitlist-visible.color-reveal--email-visible .question-card--step4 {
  opacity: 0;
  transform: translate(-50%, -56%) scale(0.96);
  pointer-events: none;
}

.color-reveal--email-visible .question-card--step5 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.question-card__header,
.question-card__title,
.question-card__options {
  position: relative;
  z-index: 1;
}

.question-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(1.5rem, 6vw, 2.2rem);
}

.question-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #d44e9a;
  font-size: clamp(0.72rem, 3.1vw, 0.9rem);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 0 1rem rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.question-card__progress {
  display: inline-flex;
  align-items: center;
  min-width: 6rem;
}

.question-card__progress-line {
  display: block;
  width: clamp(1.05rem, 5vw, 1.55rem);
  height: 0.18rem;
  border-radius: 999px;
  background: rgba(168, 191, 214, 0.45);
}

.question-card__progress-line--active {
  background: #d64c9b;
}

.question-card__dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: rgba(168, 191, 214, 0.5);
}

.question-card__dot--active {
  background: #d64c9b;
}

.question-card__title {
  margin: 0 0 clamp(1.5rem, 6vw, 2rem);
  max-width: 13ch;
  color: #171925;
  font-size: clamp(2rem, 10vw, 3.25rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.15;
}

.question-card__title span {
  background: linear-gradient(90deg, #e35aa5 0%, #a875da 48%, #4f8fe8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.question-card__options {
  display: grid;
  gap: 0.55rem;
}

.question-card__option {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: clamp(3.2rem, 13vw, 4rem);
  padding: 0.55rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 1.25rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.32), rgba(235, 247, 255, 0.16)),
    rgba(255, 255, 255, 0.12);
  color: #171925;
  font: inherit;
  font-size: clamp(1rem, 4.4vw, 1.35rem);
  text-align: left;
  box-shadow:
    0 0.55rem 1.45rem rgba(70, 105, 140, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.58),
    inset -1px -1px 0 rgba(122, 180, 222, 0.12),
    inset 0 0 1rem rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

.question-card__option--selected {
  border-color: rgba(244, 128, 204, 0.76);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(245, 241, 255, 0.18)),
    rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0 0 1px rgba(255, 128, 206, 0.34),
    0 0.65rem 1.6rem rgba(228, 89, 166, 0.13),
    inset 1px 1px 0 rgba(255, 255, 255, 0.64),
    inset 0 0 1.2rem rgba(255, 255, 255, 0.16);
}

.question-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  color: #151722;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.question-card__icon--tiktok {
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(255, 38, 119, 0.8) 45% 58%, transparent 58%),
    linear-gradient(315deg, transparent 0 42%, rgba(38, 218, 255, 0.82) 42% 55%, transparent 55%),
    #ffffff;
  border-radius: 999px;
}

.question-card__icon--instagram {
  background: linear-gradient(135deg, #ffd25e, #f05ba5 48%, #7557ff);
  color: #ffffff;
}

.question-card__icon--friend {
  background: rgba(210, 121, 207, 0.24);
  color: #bd70c9;
  border-radius: 999px;
}

.question-card__icon--snapchat {
  background: #ffdf58;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.7rem;
}

.question-card__icon--other {
  background: rgba(255, 255, 255, 0.5);
  color: #6aa7d8;
  border-radius: 999px;
  font-size: 0.9rem;
}

.question-card {
  width: min(82vw, 24rem);
  aspect-ratio: 690 / 910;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: clamp(1.4rem, 6.5vw, 2.2rem);
  background: transparent;
  box-shadow: 0 1.2rem 3.2rem rgba(64, 112, 160, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.question-card::before,
.question-card::after {
  content: none;
}

.question-card__image {
  position: absolute;
  left: -18.3%;
  top: -40.1%;
  display: block;
  width: 136.4%;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.question-card1,
.question-card2 {
  aspect-ratio: 690 / 1020;
}

.question-card1 .question-card__image,
.question-card2 .question-card__image {
  left: -14%;
  top: -33.6%;
  width: 128%;
}

.question-card3,
.question-card4 {
  width: min(88vw, 25.5rem);
  box-shadow: none;
}

.question-card3 {
  aspect-ratio: 690 / 835;
}

.question-card4 {
  aspect-ratio: 690 / 800;
}

.question-card3 .question-card__image {
  left: -18.3%;
  top: -51.5%;
  width: 136.4%;
}

.question-card4 .question-card__image {
  left: -18.3%;
  top: -56.2%;
  width: 136.4%;
}

.question-card__hotspot {
  position: absolute;
  left: 11.2%;
  width: 77.5%;
  height: 10.3%;
  z-index: 2;
  padding: 0;
  border: 0;
  border-radius: 1.25rem;
  background: transparent;
  color: transparent;
}

.question-card__hotspot:focus-visible {
  outline: 2px solid rgba(216, 76, 155, 0.7);
  outline-offset: 2px;
}

.question-card__hotspot--selected {
  box-shadow: none;
}

.question-card__hotspot--tiktok {
  top: 35.4%;
}

.question-card__hotspot--instagram {
  top: 46.9%;
}

.question-card__hotspot--snapchat {
  top: 58.5%;
}

.question-card__hotspot--friend {
  top: 70%;
}

.question-card__hotspot--other {
  top: 81.9%;
}

.question-card--step2 {
  pointer-events: none;
}

.question-card--step3 {
  pointer-events: none;
}

.question-card--step4 {
  pointer-events: none;
}

.question-card--step5 {
  pointer-events: none;
}

.price-selector {
  position: absolute;
  left: 9.9%;
  top: 57.2%;
  z-index: 3;
  width: 80.4%;
  color: #151822;
  --price-percent: 52.8571;
  --price-thumb-size: clamp(2.15rem, 9vw, 2.55rem);
}

.price-selector__bubble {
  position: absolute;
  left: calc(var(--price-percent) * 1%);
  top: calc((var(--price-thumb-size) * -1) - clamp(1.08rem, 4.2vw, 1.28rem));
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: clamp(3.55rem, 14.8vw, 4.25rem);
  min-height: clamp(2.25rem, 9.2vw, 2.78rem);
  padding: 0.32rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 30% 12%, rgba(255, 255, 255, 0.96), transparent 46%),
    radial-gradient(circle at 82% 76%, rgba(126, 205, 255, 0.2), transparent 48%),
    radial-gradient(circle at 14% 78%, rgba(255, 83, 186, 0.18), transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(247, 242, 255, 0.36)),
    rgba(255, 255, 255, 0.3);
  box-shadow:
    0 0.58rem 1.2rem rgba(49, 78, 120, 0.18),
    0 0 1.05rem rgba(255, 91, 190, 0.18),
    0 0 0.8rem rgba(115, 203, 255, 0.14),
    inset 1px 1px 0 rgba(255, 255, 255, 0.92),
    inset -1px -1px 0 rgba(128, 191, 238, 0.2),
    inset 0 0 1rem rgba(255, 255, 255, 0.34);
  line-height: 1;
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
  pointer-events: none;
  transition:
    left 80ms linear,
    opacity 220ms ease,
    transform 220ms ease;
}

.price-selector__bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.42rem;
  width: 0.78rem;
  height: 0.78rem;
  border-right: 1px solid rgba(255, 255, 255, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.74);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(242, 238, 255, 0.42)),
    rgba(248, 244, 255, 0.48);
  transform: translateX(-50%) rotate(45deg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.price-selector__bubble-value {
  color: #ff36aa;
  font-size: clamp(1.08rem, 4.65vw, 1.34rem);
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 0 0.65rem rgba(255, 72, 180, 0.22);
}

.price-selector__bubble-currency {
  display: none;
}

.price-selector__control {
  position: relative;
  padding: 0;
  height: var(--price-thumb-size);
  touch-action: none;
}

.price-selector__control::before {
  content: "";
  position: absolute;
  left: calc(var(--price-percent) * 1%);
  top: 50%;
  z-index: 3;
  width: var(--price-thumb-size);
  height: var(--price-thumb-size);
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.98) 0 15%, transparent 16%),
    radial-gradient(circle at 68% 72%, rgba(113, 204, 255, 0.6), transparent 42%),
    radial-gradient(circle at 27% 76%, rgba(255, 96, 195, 0.48), transparent 45%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(226, 240, 255, 0.74));
  box-shadow:
    0 0.36rem 0.92rem rgba(39, 73, 112, 0.22),
    0 0 0.82rem rgba(255, 86, 186, 0.3),
    0 0 0.92rem rgba(91, 190, 255, 0.28),
    inset 1px 1px 0 rgba(255, 255, 255, 0.96),
    inset -1px -1px 0 rgba(84, 165, 224, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: left 80ms linear;
}

.price-selector__control::after {
  content: none;
}

.price-selector__range {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  touch-action: none;
}

.price-selector__range::-webkit-slider-runnable-track {
  height: 100%;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.price-selector__range::-webkit-slider-thumb {
  width: var(--price-thumb-size);
  height: var(--price-thumb-size);
  margin-top: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
}

.price-selector__range::-moz-range-track {
  height: 100%;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.price-selector__range::-moz-range-thumb {
  width: var(--price-thumb-size);
  height: var(--price-thumb-size);
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  opacity: 0;
}

.price-selector__range:focus {
  outline: none;
}

.price-selector__range:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.45),
    0 0 0 4px rgba(255, 82, 177, 0.16);
}

.price-selector:hover .price-selector__bubble,
.price-selector:focus-within .price-selector__bubble,
.price-selector--active .price-selector__bubble {
  opacity: 1;
  transform: translate(-50%, -0.14rem) scale(1.04);
}

.price-selector__ticks {
  display: none;
}

.price-selector__tick {
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  flex: 0 1 auto;
  min-width: 2.35rem;
  color: rgba(21, 24, 34, 0.82);
}

.price-selector__tick-dot {
  width: 0.23rem;
  height: 0.23rem;
  margin-bottom: 0.36rem;
  border-radius: 999px;
  background: rgba(21, 24, 34, 0.48);
}

.price-selector__tick-price {
  font-size: clamp(0.72rem, 3.3vw, 0.95rem);
  font-weight: 950;
}

.price-selector__tick-currency {
  margin-top: 0.13rem;
  color: rgba(21, 24, 34, 0.5);
  font-size: clamp(0.48rem, 2.25vw, 0.63rem);
  font-weight: 800;
}

.price-selector__tick--active {
  color: #ff4ead;
}

.price-selector__tick--active .price-selector__tick-dot {
  background: #ff4ead;
}

.price-selector__tick--active .price-selector__tick-currency {
  color: #ff4ead;
}

.price-selector__done {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(3.35rem, 13.5vw, 4.25rem);
  margin: clamp(1.75rem, 7vw, 2.2rem) auto 0;
  padding: 0 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.36), rgba(235, 247, 255, 0.22)) padding-box,
    linear-gradient(90deg, rgba(255, 76, 177, 0.96), rgba(95, 191, 255, 0.96)) border-box;
  box-shadow:
    0 0.8rem 1.7rem rgba(56, 103, 150, 0.16),
    -0.45rem 0 1.25rem rgba(255, 83, 172, 0.32),
    0.45rem 0 1.25rem rgba(91, 190, 255, 0.32),
    inset 1px 1px 0 rgba(255, 255, 255, 0.78),
    inset -1px -1px 0 rgba(104, 182, 238, 0.18),
    inset 0 0 1.5rem rgba(255, 255, 255, 0.2);
  color: #151822;
  font: inherit;
  font-size: clamp(0.95rem, 4vw, 1.12rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(15px) saturate(1.2);
  -webkit-backdrop-filter: blur(15px) saturate(1.2);
}

.price-done-hotspot {
  position: absolute;
  left: 18.5%;
  top: 79.5%;
  z-index: 4;
  width: 63%;
  height: 12.8%;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
}

.price-done-hotspot:focus-visible {
  outline: 2px solid rgba(255, 74, 176, 0.58);
  outline-offset: 2px;
}

.country-selector {
  position: absolute;
  left: 9.4%;
  top: 35.1%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 81.2%;
  height: 53.8%;
}

.country-selector__input {
  display: block;
  width: 100%;
  min-height: clamp(3.15rem, 13.6vw, 4rem);
  padding: 0 3.6rem 0 4.35rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #151925;
  font: inherit;
  font-size: clamp(1.02rem, 4.55vw, 1.34rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  outline: 0;
}

.country-selector__input:focus,
.country-selector__input:not(:placeholder-shown) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 255, 0.82)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.68),
    inset -1px -1px 0 rgba(108, 180, 232, 0.12),
    0 0 1.1rem rgba(255, 86, 181, 0.12),
    0 0 1.1rem rgba(96, 190, 255, 0.12);
}

.country-selector__suggestions {
  display: grid;
  gap: clamp(0.36rem, 1.65vw, 0.5rem);
  flex: 1 1 auto;
  align-content: start;
  margin-top: clamp(0.5rem, 2.25vw, 0.68rem);
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.08rem 0.08rem 0.18rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 92, 181, 0.28) transparent;
}

.country-selector__suggestions::-webkit-scrollbar {
  width: 0.24rem;
}

.country-selector__suggestions::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 92, 181, 0.28);
}

.country-selector__suggestion {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.74rem;
  min-height: clamp(2.32rem, 9.35vw, 2.78rem);
  padding: 0 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(236, 247, 255, 0.18)),
    rgba(255, 255, 255, 0.15);
  box-shadow:
    0 0.55rem 1.4rem rgba(70, 112, 154, 0.1),
    -0.25rem 0 0.9rem rgba(255, 83, 172, 0.1),
    0.25rem 0 0.9rem rgba(91, 190, 255, 0.11),
    inset 1px 1px 0 rgba(255, 255, 255, 0.68),
    inset -1px -1px 0 rgba(110, 180, 230, 0.14);
  color: #151925;
  font: inherit;
  font-size: clamp(0.86rem, 3.75vw, 1.08rem);
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.country-selector__empty {
  display: flex;
  align-items: center;
  min-height: clamp(2.32rem, 9.35vw, 2.78rem);
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(21, 25, 37, 0.58);
  font-size: clamp(0.86rem, 3.75vw, 1.08rem);
  font-weight: 800;
}

.country-selector__suggestion::after {
  content: "";
  margin-left: auto;
  width: 0.46rem;
  height: 0.46rem;
  border-top: 2px solid rgba(21, 25, 37, 0.5);
  border-right: 2px solid rgba(21, 25, 37, 0.5);
  transform: rotate(45deg);
}

.country-selector__flag {
  display: block;
  flex: 0 0 auto;
  width: clamp(1.55rem, 6.2vw, 1.95rem);
  height: clamp(1.55rem, 6.2vw, 1.95rem);
  border-radius: 999px;
  object-fit: cover;
  box-shadow:
    0 0.25rem 0.65rem rgba(58, 96, 134, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.66);
}

.country-selector__suggestion:hover,
.country-selector__suggestion:focus-visible,
.country-selector__suggestion--selected {
  border-color: rgba(255, 89, 181, 0.62);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(236, 247, 255, 0.22)),
    rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0.65rem 1.55rem rgba(70, 112, 154, 0.12),
    -0.35rem 0 1rem rgba(255, 83, 172, 0.18),
    0.35rem 0 1rem rgba(91, 190, 255, 0.16),
    inset 1px 1px 0 rgba(255, 255, 255, 0.76);
  transform: translateY(-1px);
}

.waitlist-email-input {
  position: absolute;
  left: 23.5%;
  top: 58.3%;
  z-index: 3;
  width: 57.4%;
  height: 13.15%;
  padding: 0 1rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(20, 24, 35, 0.9);
  font: inherit;
  font-size: clamp(0.96rem, 4vw, 1.14rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  outline: 0;
}

.waitlist-email-input::placeholder {
  color: rgba(70, 78, 92, 0.36);
  opacity: 1;
}

.waitlist-email-input:focus {
  background: transparent;
  box-shadow: none;
}

.waitlist-submit-hotspot {
  position: absolute;
  left: 12.2%;
  top: 78.4%;
  z-index: 3;
  width: 75.8%;
  height: 13.8%;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
}

.waitlist-submit-hotspot[disabled] {
  cursor: wait;
}

.waitlist-status {
  position: absolute;
  left: 13%;
  right: 13%;
  top: 75.8%;
  z-index: 4;
  min-height: 1.1rem;
  margin: 0;
  color: rgba(21, 24, 34, 0.62);
  font-size: clamp(0.66rem, 2.8vw, 0.82rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
}

.waitlist-status--error {
  color: rgba(210, 45, 116, 0.86);
}

.waitlist-submit-hotspot:focus-visible {
  outline: 2px solid rgba(255, 74, 176, 0.58);
  outline-offset: 2px;
}

.announcement-bar {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.35rem;
  margin: 0 auto;
  padding: 0.32rem 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  color: #050505;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.86rem;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.announcement-bar__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: announcement-scroll 17s linear infinite;
  will-change: transform;
}

.announcement-bar__group,
.announcement-bar__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.announcement-bar__group {
  gap: clamp(1.2rem, 6vw, 2.2rem);
  padding-right: clamp(1.2rem, 6vw, 2.2rem);
}

.announcement-bar__item {
  gap: 0.1rem;
}

.announcement-bar__separator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  font-weight: 900;
}

.announcement-bar__wordmark {
  display: inline-block;
  flex: 0 0 auto;
  width: 5.45rem;
  height: 1.34rem;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

@media (max-width: 360px) {
  .announcement-bar {
    font-size: 0.78rem;
  }

  .announcement-bar__group {
    gap: 1.2rem;
    padding-right: 1.2rem;
  }

  .announcement-bar__wordmark {
    width: 5rem;
    height: 1.22rem;
  }
}

@media (max-width: 330px) {
  .announcement-bar {
    font-size: 0.72rem;
  }
}

@keyframes announcement-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .announcement-bar__track {
    animation: none;
  }

  .hero {
    background: #080706 url("/assets/images/optimized/hero-poster.jpg") center / cover no-repeat;
  }

  .hero__video {
    display: none;
  }

  .waitlist-image-button {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
    animation: none;
  }

  .color-image-button {
    animation: none;
  }
}

@keyframes waitlist-float {
  0%,
  100% {
    transform: translate(-50%, 0) scale(1);
  }

  50% {
    transform: translate(-50%, -0.35rem) scale(1);
  }
}
