@import url("design-tokens/figma-tokens.css");

:root {
  --action: #428bf9;
  --footer-bg: #292929;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 375px;
  min-width: 375px;
  margin: 0;
  background: #ffffff;
  color: var(--color-text-primary);
  font-family: var(--font-text);
  letter-spacing: 0;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

a {
  color: inherit;
}

img {
  display: block;
}

.page {
  width: 375px;
  min-height: 5951px;
  overflow: hidden;
  background: #fff;
}

.motion-entrance {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-entrance.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .motion-entrance {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.hero-wrap {
  position: relative;
  width: 375px;
  height: 638px;
}

.hero {
  position: relative;
  width: 375px;
  height: 452px;
  overflow: hidden;
}

.hero__surface {
  position: absolute;
  inset: 0;
  width: 375px;
  height: 452px;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.18) 34%,
    rgba(255, 255, 255, 0.66) 72%,
    #fff 100%
  );
}

.hero__copy {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 213px;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.hero__copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.hero__copy p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.lead-card {
  position: absolute;
  left: 16px;
  top: 408px;
  width: 343px;
  height: 220px;
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.12);
}

.textfield {
  display: block;
  position: relative;
  width: 303px;
  height: 56px;
  border-radius: 16px;
  background: rgba(0, 16, 36, 0.03);
}

.textfield span {
  position: absolute;
  left: 12px;
  top: 18px;
  color: #9299a2;
  font-size: 17px;
  letter-spacing: -0.41px;
}

.textfield input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 18px 12px 8px;
  color: #333;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  font-family: var(--font-button);
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
}

.button--yellow {
  background: #FFDD2D;
}

.button--black {
  background: #000;
  color: #fff;
}

.lead-card .button {
  height: 56px;
  margin-top: 20px;
}

.legal {
  margin: 13px 0 0;
  color: #9299a2;
  font-family: var(--font-legal);
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.legal a {
  color: #9299a2;
  text-decoration: underline;
  text-underline-position: from-font;
}

.metrics-section {
  width: 375px;
  height: 220px;
  padding: 10px 16px;
}

.metric-card {
  width: 343px;
  height: 200px;
  padding: 12px 4px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.12);
}

.metric-row {
  display: flex;
  align-items: flex-start;
  min-height: 60px;
  padding: 8px 16px;
}

.metric-icon,
.round-icon,
.option-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(36, 74, 127, 0.09);
}

.metric-icon {
  margin-right: 16px;
}

.metric-icon img,
.round-icon img,
.option-icon img {
  width: 24px;
  height: 24px;
}

.metric-icon--asset,
.round-icon--asset {
  background: transparent;
}

.metric-icon--asset img,
.round-icon--asset img {
  width: 40px;
  height: 40px;
}

.metric-icon--text {
  color: #6a6a7c;
  font-size: 22px;
  font-weight: 700;
}

.metric-row strong {
  display: block;
  color: #333;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.41px;
  padding-top: 2px;
}

.metric-row small {
  display: block;
  margin-top: 5px;
  color: #9299a2;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.slider-section {
  width: 375px;
  height: 470px;
  padding: 19px 0 0 16px;
  overflow: hidden;
}

.native-slider {
  display: flex;
  gap: 12px;
  width: 359px;
  height: 398px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-right: 16px;
}

.native-slider::-webkit-scrollbar,
.useful-tabs__scroll::-webkit-scrollbar {
  display: none;
}

.promo-slide {
  position: relative;
  flex: 0 0 260px;
  width: 260px;
  height: 398px;
  overflow: hidden;
  border-radius: 24px;
  scroll-snap-align: start;
  background: #f6f7f8;
}

.promo-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-slide div {
  position: relative;
  z-index: 1;
  padding: 17px 20px;
}

.promo-slide h2 {
  width: 220px;
  margin: 0;
  color: #333;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.promo-slide p {
  width: 220px;
  margin: 6px 0 0;
  color: #333;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.24px;
}

.promo-slide--dark h2,
.promo-slide--dark p {
  color: #fff;
}

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 343px;
  height: 26px;
  margin-top: 18px;
}

.slider-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 6px;
  background: rgba(0, 16, 36, 0.12);
  transition: width 120ms ease, background 120ms ease;
}

.slider-dots button.is-active {
  width: 16px;
  background: #333;
}

.section-title {
  display: flex;
  align-items: flex-start;
  width: 375px;
  padding: 0 16px;
}

.section-title h2 {
  margin: 0;
  width: 100%;
  color: #333;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.section-title--open {
  height: 106px;
  padding-top: 56px;
  padding-bottom: 14px;
}

.section-title--open h2 {
  text-align: center;
}

.section-title--replenish {
  height: 142px;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 14px;
  text-align: center;
}

.section-title--replenish h2,
.section-title--useful h2 {
  text-align: center;
}

.section-title--replenish h2 {
  line-height: 36px;
}

.section-title--useful {
  height: 106px;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 14px;
}

.section-title--useful h2 {
  line-height: 36px;
}

.steps-section {
  width: 375px;
  height: 280px;
  padding: 10px 16px;
}

.steps-card {
  width: 343px;
  height: 260px;
  padding: 12px 4px;
  border-radius: 24px;
  background: #f6f7f8;
  overflow: hidden;
}

.step-row {
  position: relative;
  display: flex;
  min-height: 72px;
  padding: 16px;
}

.step-row:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 36px;
  top: 60px;
  width: 1px;
  height: 24px;
  background: rgba(0, 16, 36, 0.12);
}

.step-row:nth-child(2)::after {
  height: 44px;
}

.step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
  background: #6a6a7c;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.24px;
}

.step-row p {
  margin: 0;
  color: #333;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.41px;
}

.quiz-section {
  width: 375px;
  height: 634px;
  padding: 10px 16px;
}

.quiz-panel {
  width: 343px;
  height: 614px;
  border-radius: 24px;
  filter: drop-shadow(0 6px 17px rgba(0,0,0,0.12));
  overflow: hidden;
}

.quiz-hero {
  position: relative;
  width: 343px;
  height: 266px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #6a6a7c;
}

.quiz-hero__copy {
  position: relative;
  z-index: 2;
  padding: 27px 20px 0;
  color: #fff;
}

.quiz-hero__copy h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.quiz-hero__copy p {
  margin: 12px 0 0;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.41px;
}

.quiz-hero__art {
  position: absolute;
  left: 0;
  right: 0;
  top: 92px;
  height: 174px;
  overflow: hidden;
}

.quiz-hero__art img {
  position: absolute;
  left: 0;
  top: -92px;
  width: 343px;
  height: 266px;
}

.quiz-sheet {
  width: 343px;
  min-height: 358px;
  margin-top: -10px;
  padding: 12px 4px 20px;
  border-radius: 24px 24px 0 0;
  background: #fff;
}

.option-row {
  display: flex;
  align-items: flex-start;
  width: 335px;
  min-height: 56px;
  padding: 0 16px;
  background: transparent;
  color: #333;
  text-align: left;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.41px;
}

.option-row + .option-row {
  margin-top: 8px;
}

.option-row .option-icon {
  margin-top: 8px;
  margin-right: 16px;
  background: #6a6a7c;
}

.option-row > span:nth-child(2) {
  flex: 1;
  padding: 8px 0;
  line-height: 20px;
}

.option-row--single > span:nth-child(2) {
  padding-top: 18px;
  padding-bottom: 18px;
}

.radio-dot {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 17px;
  margin-left: 12px;
  border: 1px solid rgba(0, 16, 36, 0.22);
  border-radius: 50%;
  background: #fff;
}

.is-selected > .radio-dot,
.choice-card.is-selected .radio-dot {
  border-color: #FFDD2D;
  background: #FFDD2D;
}

.is-selected > .radio-dot::after,
.choice-card.is-selected .radio-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: #333;
  mask: url("public/figma-assets/tokens/controls/checkmark.svg") center / contain no-repeat;
}

.quiz-button {
  width: 303px;
  height: 56px;
  margin: 8px 16px 0;
  border-radius: 16px;
  font-size: 17px;
  letter-spacing: -0.41px;
}

.replenish-panel {
  width: 375px;
  padding: 10px 16px;
}

.replenish-panel--image {
  height: 226px;
}

.replenish-panel--plain {
  height: 242px;
}

.replenish-panel--cash {
  height: 206px;
}

.replenish-card {
  width: 343px;
  border-radius: 24px;
  overflow: hidden;
}

.replenish-card--image {
  height: 206px;
  background: #6a6a7c;
  color: #fff;
}

.replenish-card__top {
  width: 279px;
  height: 76px;
  overflow: hidden;
}

.replenish-card__top img {
  width: 279px;
  height: auto;
}

.replenish-card__copy {
  padding: 20px;
}

.replenish-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.replenish-card p {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.replenish-card--plain {
  height: 222px;
  padding: 20px;
  background: rgba(0, 16, 36, 0.03);
  color: #333;
}

.replenish-card--plain .round-icon {
  margin-bottom: 16px;
  background: #6a6a7c;
}

.replenish-card--cash {
  height: 186px;
}

.deposit-form-section {
  width: 375px;
  height: 518px;
  padding: 14px 16px 10px;
}

.deposit-form {
  width: 343px;
  height: 492px;
  filter: drop-shadow(0 6px 17px rgba(0,0,0,0.12));
  border-radius: 24px;
  overflow: hidden;
}

.deposit-form__cap {
  height: 60px;
  background: #333;
}

.deposit-form__body {
  margin-top: -24px;
  height: 456px;
  padding: 20px 20px 21px;
  border-radius: 24px;
  background: #fff;
}

.deposit-form__caption {
  margin-bottom: 4px;
  color: #9299a2;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.36px;
}

.deposit-form__body h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
  text-align: left;
}

.deposit-form__subheader {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 20px;
  margin-bottom: 15px;
  color: #9299a2;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.24px;
}

.deposit-form__subheader span:first-child,
.deposit-form__subheader span:last-child {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0, 16, 36, 0.04);
}

.choice-list {
  display: grid;
  gap: 12px;
  margin: 0 -6px 20px;
}

.choice-card {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  min-height: 112px;
  padding: 24px 22px 20px;
  border: 1px solid rgba(0, 16, 36, 0.12);
  border-radius: 24px;
  background: #fff;
  color: #333;
  text-align: left;
}

.choice-card > span:first-child {
  flex: 1;
  min-width: 0;
}

.choice-card.is-selected {
  border: 2px solid #FFDD2D;
  padding: 23px 21px 19px;
}

.choice-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
}

.choice-card small {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.choice-card .radio-dot {
  margin-top: 0;
}

.deposit-form .button {
  height: 44px;
}

.app-section {
  width: 375px;
  height: 864px;
  padding: 40px 0 32px;
  background: #fff;
  overflow: hidden;
}

.app-content {
  width: 375px;
  padding: 0 16px;
  text-align: center;
}

.app-icon {
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 14px;
  background: #FFDD2D;
}

.app-icon__glow {
  position: absolute;
  inset: 0;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.app-icon__shield {
  position: absolute;
  left: 14px;
  top: 16px;
  width: 36px;
  height: 36px;
}

.app-content h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.36px;
}

.app-content p {
  margin: 12px 0 28px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.segmented {
  display: inline-flex;
  gap: 4px;
  padding: 2px;
  border-radius: 10px;
  background: rgba(0, 16, 36, 0.03);
}

.segmented button {
  min-height: 28px;
  min-width: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: transparent;
  color: #333;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.segmented button.is-active {
  background: #000;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.phone-stage {
  position: relative;
  width: 375px;
  height: 408px;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 4.7%, #FFDD2D 46.4%, #d68007 100%);
}

.phone-video {
  position: absolute;
  left: 34px;
  top: 8px;
  width: 308px;
  height: 400px;
  overflow: hidden;
  border-radius: 64px 64px 0 0;
  background: #222;
}

.video-preview {
  position: absolute;
  left: -88px;
  top: 0;
  width: 482px;
  height: 479px;
  object-fit: cover;
}

.iphone-frame {
  position: absolute;
  left: 24px;
  top: 0;
  width: 329px;
  height: 673px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  left: 50%;
  top: 49%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(16px);
}

.play-button img {
  width: 24px;
  height: 24px;
}

.app-download {
  width: 343px;
  height: 56px;
  margin: 32px 16px 0;
  border-radius: 16px;
  font-size: 17px;
  letter-spacing: -0.41px;
}

.app-download img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.useful-tabs {
  width: 375px;
  height: 68px;
  overflow: hidden;
  padding: 16px 0 20px 16px;
}

.useful-tabs__scroll {
  display: flex;
  gap: 4px;
  width: 390px;
  overflow-x: auto;
  scrollbar-width: none;
}

.useful-tabs button {
  flex: 0 0 auto;
  height: 32px;
  padding: 0 13px;
  border-radius: 10px;
  background: rgba(0,16,36,0.03);
  color: #333;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
  white-space: nowrap;
}

.useful-tabs button.is-active {
  padding: 0 11px;
  background: #000;
  color: #fff;
}

.faq-section {
  width: 375px;
  height: 284px;
  padding: 10px 16px;
}

.faq-card {
  width: 343px;
  height: 264px;
  padding-top: 5px;
  border-radius: 24px;
  background: #f6f7f8;
  overflow: hidden;
}

.faq-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 343px;
  min-height: 0;
  padding: 15px 20px;
  background: transparent;
  color: #333;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.41px;
  text-align: left;
}

.faq-row:nth-child(2) {
  padding-bottom: 7px;
}

.faq-row:nth-child(2) img {
  margin-top: 2px;
}

.faq-row img {
  width: 16px;
  height: 16px;
  margin-top: 12px;
  opacity: 0.35;
  transition: transform 140ms ease;
}

.faq-row.is-open img {
  transform: rotate(180deg);
}

.show-all {
  width: 303px;
  height: 44px;
  margin: 5px 20px 20px;
  border-radius: 12px;
  background: rgba(0, 16, 36, 0.03);
  color: #428bf9;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.help-section {
  width: 375px;
  height: 156px;
  padding: 10px 16px;
}

.help-card {
  display: flex;
  justify-content: space-between;
  width: 343px;
  height: 136px;
  padding: 24px 20px 8px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 6px 34px rgba(0,0,0,0.12);
}

.help-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
}

.help-card p {
  margin: 8px 0;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.help-card a {
  color: #428bf9;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
  text-decoration: none;
}

.help-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #428bf9;
}

.help-icon img {
  width: 24px;
  height: 24px;
}

.footer-section {
  width: 375px;
  height: 877px;
  padding-top: 24px;
}

.footer-inner {
  width: 375px;
  min-height: 853px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: var(--footer-bg);
  color: #ffffff;
}

.footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 375px;
  padding: 24px 16px 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.08px;
  text-decoration: none;
  white-space: nowrap;
}

.chip span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: -8px;
  border-radius: 50%;
  background: #ffffff;
}

.chip span + span {
  margin-left: -6px;
  margin-right: 4px;
  background: #00d635;
}

.chip img {
  width: 14px;
  height: 14px;
}

.chip--career span {
  margin-right: 4px;
  background: var(--action);
}

.chip--wide {
  width: 328px;
  overflow: hidden;
  justify-content: flex-start;
  background: #000000;
  mask-image: linear-gradient(to right, #000000 94%, transparent 100%);
}

.cookie {
  width: 360px;
  margin: 0;
  padding: 12px 16px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
}

.cookie a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  padding: 16px 16px 24px;
}

.footer-links a {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom {
  margin: 0 16px;
  padding: 16px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.socials {
  display: flex;
  gap: 16px;
}

.socials img,
.masked {
  display: block;
  width: 20px;
  height: 20px;
}

.masked {
  background: #ffffff;
  mask: var(--mask) center / contain no-repeat;
}
