.jumpy-launch {
  font-family: var(--font-outfit);
  background: #fff;
  overflow-x: hidden;
  min-height: 100vh;
}
@media (min-width: 1920px) {
  .jumpy-launch {
    max-width: 1920px;
    margin: 0 auto;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 959px) {
  .jumpy-launch.mobile-splash-active {
    height: auto !important;
    min-height: 100vh;
    overflow-y: visible !important;
  }
}
.jumpy-launch .hero-section {
  --splash-progress: 0;
  --splash-content-progress: 0;
  position: relative;
  min-height: 600px;
  max-height: 800px;
  background-image: url("/images/jumpy/hero-bg.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 64px;
  max-width: 100vw;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .jumpy-launch .hero-section {
    max-height: 900px;
  }
}
@media (max-width: 959px) {
  .jumpy-launch .hero-section.mobile-splash-active {
    --hero-nav-h: 84px;
    --splash-scroll-distance: 280px;
    min-height: calc(100vh + var(--splash-scroll-distance));
    min-height: calc(100dvh + var(--splash-scroll-distance));
    max-height: none;
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .jumpy-launch .hero-section.mobile-splash-active::before, .jumpy-launch .hero-section.mobile-splash-active::after {
    display: none;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-splash-stage {
    position: sticky;
    top: var(--hero-nav-h);
    z-index: 10;
    height: calc(100vh - var(--hero-nav-h));
    height: calc(100dvh - var(--hero-nav-h));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 100vw;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-splash-clip {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 20;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-app-preview {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    transform-origin: top left;
    border-radius: calc(24px * var(--splash-progress));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
    will-change: transform;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-app-preview__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-content {
    position: relative;
    z-index: 15;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-card--white {
    opacity: var(--splash-progress);
    transition: none;
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 25;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-card__splash-dock {
    width: clamp(200px, 64vw, 240px);
    aspect-ratio: 374/795;
    border-radius: 24px;
    margin: 0 auto 16px;
    background: transparent;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-card--white > :not(.hero-card__splash-dock) {
    opacity: var(--splash-content-progress);
    transform: translateY(calc(18px * (1 - var(--splash-content-progress))));
    will-change: transform, opacity;
    transition: none;
  }
  .jumpy-launch .hero-section.mobile-splash-active.mobile-splash-static {
    --splash-scroll-distance: 0px;
  }
  .jumpy-launch .hero-section.mobile-splash-active .hero-testimonial,
  .jumpy-launch .hero-section.mobile-splash-active .hero-overlay-text {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .jumpy-launch .hero-section {
    --splash-progress: 1 !important;
  }
}
.jumpy-launch .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(29, 29, 29, 0.7) 0%, rgba(29, 29, 29, 0.5) 50%, transparent 100%);
  z-index: 1;
}
.jumpy-launch .hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
  z-index: 1;
}
.jumpy-launch .hero-section .hero-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(29, 29, 29, 0.95);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  min-height: 60px;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-nav {
    padding: 12px 40px;
    min-height: 64px;
  }
}
@media (min-width: 1400px) {
  .jumpy-launch .hero-section .hero-nav {
    padding: 12px 80px;
  }
}
.jumpy-launch .hero-section .hero-nav__logo {
  z-index: 10;
}
.jumpy-launch .hero-section .hero-nav__logo .logo-img {
  height: 40px;
  width: auto;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-nav__logo .logo-img {
    height: 48px;
  }
}
.jumpy-launch .hero-section .hero-nav__menu {
  display: none;
}
.jumpy-launch .hero-section .hero-nav__menu.active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: rgba(29, 29, 29, 0.98);
  backdrop-filter: blur(12px);
  padding: 20px 16px;
  gap: 16px;
  z-index: 40;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-nav__menu {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-left: auto;
    margin-right: 16px;
  }
  .jumpy-launch .hero-section .hero-nav__menu .nav-link:last-child {
    display: none;
  }
}
.jumpy-launch .hero-section .hero-nav__menu .nav-link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: color 0.2s;
}
.jumpy-launch .hero-section .hero-nav__menu .nav-link:hover {
  color: #fff;
}
.jumpy-launch .hero-section .hero-nav__buttons {
  display: none;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-nav__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}
.jumpy-launch .hero-section .hero-nav__login {
  display: none;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-nav__login {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    min-height: 44px;
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
  }
  .jumpy-launch .hero-section .hero-nav__login i {
    font-size: 18px;
  }
  .jumpy-launch .hero-section .hero-nav__login:hover {
    transform: scale(1.05);
    background: #f5f5f5;
  }
}
.jumpy-launch .hero-section .hero-nav__cta {
  display: none;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-nav__cta {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 8px 24px;
    min-height: 44px;
    font-family: var(--font-outfit);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
  }
  .jumpy-launch .hero-section .hero-nav__cta i {
    font-size: 18px;
  }
  .jumpy-launch .hero-section .hero-nav__cta:hover {
    transform: scale(1.05);
    background: #1a1a1a;
  }
}
.jumpy-launch .hero-section .hero-nav__mobile-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-nav__mobile-actions {
    display: none;
  }
}
.jumpy-launch .hero-section .hero-nav__download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.jumpy-launch .hero-section .hero-nav__download-btn i {
  color: #000;
  font-size: 20px;
}
.jumpy-launch .hero-section .hero-nav__download-btn:hover {
  transform: scale(1.05);
  background: #f5f5f5;
}
.jumpy-launch .hero-section .hero-nav__mobile-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
}
.jumpy-launch .hero-section .hero-nav__mobile-toggle:hover {
  transform: scale(1.05);
  background: #f5f5f5;
}
.jumpy-launch .hero-section .hero-nav__mobile-toggle .hamburger {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: relative;
}
.jumpy-launch .hero-section .hero-nav__mobile-toggle .hamburger::before, .jumpy-launch .hero-section .hero-nav__mobile-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
  left: 0;
}
.jumpy-launch .hero-section .hero-nav__mobile-toggle .hamburger::before {
  top: -6px;
}
.jumpy-launch .hero-section .hero-nav__mobile-toggle .hamburger::after {
  bottom: -6px;
}
.jumpy-launch .hero-section .hero-content {
  position: relative;
  z-index: 10;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 20px;
}
@media (min-width: 960px) {
  .jumpy-launch .hero-section .hero-content {
    display: grid;
    grid-template-columns: 480px 400px;
    gap: 40px;
    align-items: start;
    padding: 48px 40px 32px;
    margin: 0 auto;
    justify-content: start;
  }
}
@media (min-width: 1400px) {
  .jumpy-launch .hero-section .hero-content {
    padding: 64px 80px 48px;
    gap: 60px;
  }
}
.jumpy-launch .hero-section .hero-card--white {
  background: #fff;
  border-radius: 32px 96px 96px 32px;
  padding: 24px 40px 24px 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 420px;
  margin: 0 auto 24px;
  position: relative;
  z-index: 15;
}
@media (min-width: 960px) {
  .jumpy-launch .hero-section .hero-card--white {
    padding: 24px 40px 24px 28px;
    margin: 0 0 24px 0;
  }
}
.jumpy-launch .hero-section .hero-card--white .hero-card__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #000;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .hero-card__title {
    font-size: 56px;
  }
}
.jumpy-launch .hero-section .hero-card--white .hero-card__title .text-brand-italic {
  font-family: var(--font-embury);
  font-style: italic;
  font-weight: 700;
  color: var(--color-brand-secondary);
}
.jumpy-launch .hero-section .hero-card--white .hero-card__tagline {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D1D;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .hero-card__tagline {
    font-size: 22px;
  }
}
.jumpy-launch .hero-section .hero-card--white .hero-card__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #4a4a4a;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .hero-card__text {
    font-size: 20px;
  }
}
.jumpy-launch .hero-section .hero-card--white .hero-card__text--muted {
  color: #6a6a6a;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__text .text-underline {
  text-decoration: underline;
  font-weight: 700;
  color: #000;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__btn {
  margin-top: 16px;
  width: auto;
  max-width: 85%;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 48px;
  font-family: var(--font-outfit);
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.2s;
  white-space: nowrap;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__btn .btn-arrow {
  background: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__btn:hover {
  transform: scale(1.02);
  background: #1a1a1a;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__store-badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__store-badges .store-badges__label {
  font-size: 11px;
  color: var(--color-text-tertiary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__store-badges .store-badges__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__store-badges .store-badge {
  display: block;
  height: 40px;
  transition: opacity 0.2s ease;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__store-badges .store-badge img {
  height: 100%;
  width: auto;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__store-badges .store-badge:hover {
  opacity: 0.7;
}
.jumpy-launch .hero-section .hero-card--white .hero-card__social-proof {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 4px;
}
@media (max-width: 340px) {
  .jumpy-launch .hero-section .hero-card--white .hero-card__social-proof {
    flex-direction: column;
    gap: 4px;
  }
}
.jumpy-launch .hero-section .hero-card--white .social-proof__rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.jumpy-launch .hero-section .hero-card--white .social-proof__stars {
  display: flex;
  align-items: center;
}
.jumpy-launch .hero-section .hero-card--white .social-proof__star {
  font-size: 16px;
  color: #F59E0B;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .social-proof__star {
    font-size: 18px;
  }
}
.jumpy-launch .hero-section .hero-card--white .social-proof__rating-value {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .social-proof__rating-value {
    font-size: 15px;
  }
}
.jumpy-launch .hero-section .hero-card--white .social-proof__divider {
  width: 1px;
  height: 16px;
  background-color: #D1D5DB;
}
@media (max-width: 340px) {
  .jumpy-launch .hero-section .hero-card--white .social-proof__divider {
    display: none;
  }
}
.jumpy-launch .hero-section .hero-card--white .social-proof__downloads {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.jumpy-launch .hero-section .hero-card--white .social-proof__downloads-value {
  font-family: var(--font-outfit);
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .social-proof__downloads-value {
    font-size: 15px;
  }
}
.jumpy-launch .hero-section .hero-card--white .social-proof__downloads-label {
  font-family: var(--font-outfit);
  font-size: 13px;
  font-weight: 400;
  color: #6B7280;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .social-proof__downloads-label {
    font-size: 14px;
  }
}
.jumpy-launch .hero-section .hero-card--white .hero-card__trust-signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 16px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}
@media (max-width: 480px) {
  .jumpy-launch .hero-section .hero-card--white .hero-card__trust-signals {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.jumpy-launch .hero-section .hero-card--white .trust-signal {
  display: flex;
  align-items: center;
  gap: 6px;
}
.jumpy-launch .hero-section .hero-card--white .trust-signal__icon {
  flex-shrink: 0;
  font-size: 14px;
  color: #10B981;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .trust-signal__icon {
    font-size: 16px;
  }
}
.jumpy-launch .hero-section .hero-card--white .trust-signal__text {
  font-family: var(--font-outfit);
  font-size: 13px;
  font-weight: 400;
  color: #6B7280;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-card--white .trust-signal__text {
    font-size: 14px;
  }
}
.jumpy-launch .hero-section .hero-app-preview {
  display: none;
}
@media (min-width: 960px) {
  .jumpy-launch .hero-section .hero-app-preview {
    display: block;
    position: absolute;
    left: 360px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
  }
  .jumpy-launch .hero-section .hero-app-preview__img {
    width: auto;
    height: 420px;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.45));
    border-radius: 24px;
    transform: rotate(6deg);
  }
}
@media (min-width: 1200px) {
  .jumpy-launch .hero-section .hero-app-preview {
    left: 380px;
  }
  .jumpy-launch .hero-section .hero-app-preview__img {
    height: 480px;
    border-radius: 28px;
  }
}
@media (min-width: 1400px) {
  .jumpy-launch .hero-section .hero-app-preview {
    left: 420px;
  }
  .jumpy-launch .hero-section .hero-app-preview__img {
    height: 540px;
    border-radius: 32px;
  }
}
@media (min-width: 1600px) {
  .jumpy-launch .hero-section .hero-app-preview {
    left: calc(50% - 700px + 420px);
  }
  .jumpy-launch .hero-section .hero-app-preview__img {
    height: 580px;
  }
}
.jumpy-launch .hero-section .hero-testimonial {
  display: none;
}
@media (min-width: 960px) {
  .jumpy-launch .hero-section .hero-testimonial {
    display: block;
    position: absolute;
    right: max(40px, 50% - 660px);
    top: 100px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(48px);
    border-radius: 16px;
    padding: 12px;
    max-width: 360px;
    margin: 0;
    color: #fff;
    z-index: 10;
  }
}
.jumpy-launch .hero-section .hero-testimonial .quote-icon {
  font-size: 52px;
  line-height: 1;
  color: #fff;
}
.jumpy-launch .hero-section .hero-testimonial .quote-icon--open {
  margin-bottom: 4px;
}
.jumpy-launch .hero-section .hero-testimonial .quote-icon--close {
  text-align: right;
  margin-top: 4px;
}
.jumpy-launch .hero-section .hero-testimonial .testimonial-text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-testimonial .testimonial-text {
    font-size: 20px;
  }
}
.jumpy-launch .hero-section .hero-testimonial .testimonial-author {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-testimonial .testimonial-author {
    font-size: 20px;
  }
}
.jumpy-launch .hero-section .hero-testimonial .testimonial-author .author-location {
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .jumpy-launch .hero-section .hero-testimonial .testimonial-author .author-location {
    font-size: 18px;
  }
}
.jumpy-launch .hero-section .hero-overlay-text {
  display: none;
}
@media (min-width: 960px) {
  .jumpy-launch .hero-section .hero-overlay-text {
    display: block;
    position: absolute;
    bottom: 32px;
    right: max(40px, 50% - 660px);
    z-index: 10;
    text-align: right;
    color: #fff;
    max-width: 600px;
  }
  .jumpy-launch .hero-section .hero-overlay-text .overlay-headline {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  .jumpy-launch .hero-section .hero-overlay-text .overlay-headline {
    font-size: 72px;
  }
}
@media (min-width: 960px) {
  .jumpy-launch .hero-section .hero-overlay-text .overlay-headline .strikethrough {
    text-decoration: line-through;
  }
  .jumpy-launch .hero-section .hero-overlay-text .overlay-headline .text-brand-italic-lg {
    font-family: var(--font-embury);
    font-style: italic;
    font-weight: 700;
    color: var(--color-brand-secondary);
  }
  .jumpy-launch .hero-section .hero-overlay-text .overlay-subtitle {
    font-size: 22px;
    font-weight: 400;
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  .jumpy-launch .hero-section .hero-overlay-text .overlay-subtitle {
    font-size: 24px;
  }
}
.jumpy-launch .app-download-section {
  background: #fff;
  padding: 32px 16px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .jumpy-launch .app-download-section {
    display: none;
  }
}
.jumpy-launch .app-download-section .app-download-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 20px;
  line-height: 1.2;
}
.jumpy-launch .app-download-section .app-download-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 480px) {
  .jumpy-launch .app-download-section .app-download-buttons {
    flex-direction: row;
    gap: 16px;
  }
}
.jumpy-launch .app-download-section .app-store-badge {
  display: inline-block;
  height: 48px;
  width: 140px;
  transition: transform 0.2s;
}
.jumpy-launch .app-download-section .app-store-badge img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.jumpy-launch .app-download-section .app-store-badge:hover {
  transform: scale(1.05);
}
.jumpy-launch .app-download-section .app-store-badge:last-child img {
  transform: scale(1.35);
}
.jumpy-launch .stats-section {
  background: #fff;
  padding: 24px 16px;
}
@media (max-width: 767px) {
  .jumpy-launch .stats-section {
    padding: 16px 16px 24px;
  }
}
@media (min-width: 768px) {
  .jumpy-launch .stats-section {
    padding: 32px 40px;
  }
}
@media (min-width: 1400px) {
  .jumpy-launch .stats-section {
    padding: 40px 80px;
  }
}
.jumpy-launch .stats-section .stats-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}
@media (max-width: 767px) {
  .jumpy-launch .stats-section .stats-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .jumpy-launch .stats-section .stats-container::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  .jumpy-launch .stats-section .stats-container {
    justify-content: center;
  }
}
@media (min-width: 1400px) {
  .jumpy-launch .stats-section .stats-container {
    gap: 32px;
  }
}
.jumpy-launch .stats-section .stat-card {
  flex: 1 1 auto;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .jumpy-launch .stats-section .stat-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    min-width: 280px;
  }
}
@media (min-width: 768px) {
  .jumpy-launch .stats-section .stat-card {
    min-width: 280px;
    max-width: 450px;
  }
}
.jumpy-launch .stats-section .stat-card .stat-value {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: var(--color-text-primary);
}
@media (min-width: 768px) {
  .jumpy-launch .stats-section .stat-card .stat-value {
    font-size: 72px;
  }
}
.jumpy-launch .stats-section .stat-card .stat-label {
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text-secondary);
}
@media (min-width: 768px) {
  .jumpy-launch .stats-section .stat-card .stat-label {
    font-size: 22px;
  }
}
.jumpy-launch .stats-section .stat-card .stat-label .stat-emphasis {
  font-family: var(--font-embury);
  font-style: italic;
  font-weight: 700;
  color: var(--color-brand-secondary);
}
.jumpy-launch .stats-section .stat-card--accent .stat-value {
  color: var(--color-brand-secondary);
}
.jumpy-launch .stats-section .stat-card--qr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  max-width: 500px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #000;
  display: none;
}
@media (min-width: 1024px) {
  .jumpy-launch .stats-section .stat-card--qr {
    display: flex;
    flex-direction: row;
  }
}
.jumpy-launch .stats-section .stat-card--qr .qr-code {
  width: 168px;
  height: 168px;
  flex-shrink: 0;
  background: var(--color-background-primary);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 4px;
}
.jumpy-launch .stats-section .stat-card--qr .qr-code .qr-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.jumpy-launch .stats-section .stat-card--qr .qr-icon {
  position: absolute;
  top: 20px;
  right: 24px;
  width: auto;
  height: 32px;
  color: var(--color-brand-secondary);
}
.jumpy-launch .stats-section .stat-card--qr .qr-text {
  flex: 1;
  padding: 8px 16px 8px 8px;
  text-align: left;
}
.jumpy-launch .stats-section .stat-card--qr .qr-text .qr-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .jumpy-launch .stats-section .stat-card--qr .qr-text .qr-title {
    font-size: 24px;
  }
}
.jumpy-launch .stats-section .stat-card--qr .qr-text .qr-description {
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-text-secondary);
  text-align: left;
}
@media (min-width: 768px) {
  .jumpy-launch .stats-section .stat-card--qr .qr-text .qr-description {
    font-size: 18px;
  }
}
.jumpy-launch .features-section {
  background: var(--color-background-secondary);
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .jumpy-launch .features-section {
    padding: 40px 40px;
  }
}
@media (min-width: 1400px) {
  .jumpy-launch .features-section {
    padding: 48px 80px;
  }
}
.jumpy-launch .features-section .features-grid {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .jumpy-launch .features-section .features-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    padding: 8px 0;
  }
  .jumpy-launch .features-section .features-grid::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 640px) {
  .jumpy-launch .features-section .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 8px 0;
  }
}
@media (min-width: 1024px) {
  .jumpy-launch .features-section .features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.jumpy-launch .features-section .feature-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (max-width: 639px) {
  .jumpy-launch .features-section .feature-card {
    flex: 0 0 85%;
    scroll-snap-align: center;
    min-width: 280px;
  }
}
.jumpy-launch .features-section .feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.jumpy-launch .features-section .feature-card .feature-image {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 12px;
  margin: 8px 8px 0 8px;
}
.jumpy-launch .features-section .feature-card .feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jumpy-launch .features-section .feature-card .feature-content {
  padding: 12px 16px 16px 16px;
  text-align: left;
}
.jumpy-launch .features-section .feature-card .feature-content .feature-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
  color: var(--color-text-primary);
  text-align: left;
}
.jumpy-launch .features-section .feature-card .feature-content .feature-title .text-brand-italic {
  font-family: var(--font-embury);
  font-style: italic;
  font-weight: 700;
  color: var(--color-brand-secondary);
}
.jumpy-launch .features-section .feature-card .feature-content .feature-desc {
  font-size: 15px;
  line-height: 1.4;
  color: var(--color-text-secondary);
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .jumpy-launch .features-section .feature-card .feature-content .feature-desc {
    font-size: 18px;
  }
}
.jumpy-launch .features-section .feature-card .feature-icon {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: auto;
  height: 32px;
  color: var(--color-text-tertiary);
}
.jumpy-launch .features-section .features-cta {
  text-align: center;
  margin-top: 48px;
}
.jumpy-launch .content-section {
  background: var(--color-background-primary);
  padding: 32px 20px;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid var(--color-border);
}
.jumpy-launch .content-section:first-of-type {
  border-top: none;
}
@media (min-width: 768px) {
  .jumpy-launch .content-section {
    padding: 32px 40px;
  }
}
@media (min-width: 1400px) {
  .jumpy-launch .content-section {
    padding: 32px 80px;
    max-width: 1400px;
  }
}
.jumpy-launch .content-section .content-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  color: var(--color-text-primary);
}
@media (min-width: 768px) {
  .jumpy-launch .content-section .content-heading {
    font-size: 44px;
  }
}
.jumpy-launch .content-section .content-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-secondary);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .jumpy-launch .content-section .content-text {
    font-size: 18px;
  }
}
.jumpy-launch .content-section .content-cta {
  text-align: center;
  margin-top: 32px;
}
.jumpy-launch .btn-cta {
  background: var(--color-text-primary);
  color: var(--color-background-primary);
  border: none;
  border-radius: 50px;
  padding: 24px 96px;
  font-family: var(--font-outfit);
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.jumpy-launch .btn-cta .btn-arrow {
  margin-left: 4px;
}
.jumpy-launch .btn-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  background: var(--color-text-primary);
  opacity: 0.9;
}

.jumpy-launch .page-footer {
  background: hsl(0, 0%, 0%) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  padding: 24px 16px !important;
  position: relative !important;
}
@media (min-width: 768px) {
  .jumpy-launch .page-footer {
    padding: 32px 24px !important;
  }
}
.jumpy-launch .page-footer .footer-container {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}
.jumpy-launch .page-footer .footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px 24px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 640px) {
  .jumpy-launch .page-footer .footer-links {
    gap: 12px 16px !important;
  }
}
.jumpy-launch .page-footer .footer-links a {
  color: rgba(255, 255, 255, 0.9) !important;
  text-decoration: underline !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  transition: color 0.2s !important;
}
@media (min-width: 768px) {
  .jumpy-launch .page-footer .footer-links a {
    font-size: 18px !important;
  }
}
.jumpy-launch .page-footer .footer-links a:hover {
  color: #fff !important;
}
.jumpy-launch .page-footer .footer-legal {
  text-align: center !important;
  padding-top: 20px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.jumpy-launch .page-footer .footer-legal p {
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  max-width: 1200px !important;
  margin: 0 auto 8px !important;
}
.jumpy-launch .page-footer .footer-legal p:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .jumpy-launch .page-footer .footer-legal p {
    font-size: 16px !important;
  }
}

.desktop-register {
  display: none !important;
}
@media (min-width: 768px) {
  .desktop-register {
    display: inline-flex !important;
  }
}

.mobile-download {
  display: inline-flex !important;
  gap: 10px;
  font-size: 18px !important;
  padding: 16px 40px !important;
}
.mobile-download i {
  font-size: 18px;
}
@media (min-width: 768px) {
  .mobile-download {
    display: none !important;
  }
}

@media (max-width: 959px) {
  html:has(.mobile-splash-active),
  html:has(.mobile-splash-active) body {
    height: auto !important;
    min-height: 100vh;
    min-height: 100dvh;
  }
}

/*# sourceMappingURL=landing.css.map */
