/* V0 — faithful rebuild of the original Framer page (desktop, 1440 design) */
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --lime: #dbfb30;
  --gray: #747474;
  --gray-light: #c4c4c4;
  --fam: 'Familjen Grotesk', sans-serif;
  --man: 'Manrope', sans-serif;
  --int: 'Inter', sans-serif;
}

html { scroll-behavior: auto; }
body { background: #fff; font-family: var(--man); overflow-x: hidden; }
img { display: block; user-select: none; }
.page { position: relative; }

/* ============ NAV (V1-style header, transparent over the hero) ============ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 88px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  transition: background 0.3s, backdrop-filter 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.nav-logo { width: 62px; height: 40px; object-fit: contain; }
.nav-cta {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 999px;
}
.btn-white, .btn-lime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  border-radius: 999px;
  font-family: var(--int);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.25s, border-color 0.25s;
}
.btn-white { background: #fff; color: #111; border-color: rgba(17, 17, 17, 0.08); }
.btn-white:hover { border-color: rgba(17, 17, 17, 0.3); }
.btn-white svg { opacity: 0.55; }
.btn-lime { background: var(--lime); color: #111; }
.btn-lime:hover { background: #c9e825; }

/* ============ HERO ============ */
/* 75px black band on top (where the original solid nav sat) keeps the
   artwork crop identical while the V1-style header floats above it. */
.hero { height: 928px; padding-top: 75px; background: #000; }
.hero img { width: 100%; height: 853px; object-fit: cover; }

/* ============ TODO LO QUE NECESITAS ============ */
.sec-app { padding-top: 163px; text-align: center; }
.sec-app h2 {
  font-family: var(--fam);
  font-weight: 600;
  font-size: 66px;
  line-height: 62.7px;
  letter-spacing: -0.66px;
  color: var(--gray);
}
.sec-app-sub {
  margin-top: 21px;
  font-family: var(--man);
  font-size: 19px;
  line-height: 28.5px;
  color: var(--gray);
}

/* Carousel */
.carousel {
  position: relative;
  width: 985px;
  height: 428px;
  margin: 67px auto 0;
  overflow: hidden;
  border-radius: 24px;
}
.car-track {
  display: flex;
  gap: 10px;
  height: 100%;
  will-change: transform;
}
.car-slide {
  flex: none;
  width: 985px;
  height: 428px;
  border-radius: 24px;
  object-fit: cover;
}
.car-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 40px;
  border: 0;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.25s;
}
.car-arrow:hover { background: rgba(0, 0, 0, 0.38); }
.car-arrow img { width: 16px; height: 16px; }
.car-prev { left: 20px; }
.car-next { right: 20px; }
.car-dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: flex;
  gap: 9px;
  align-items: center;
  background: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  z-index: 2;
}
.dot {
  width: 8px; height: 8px;
  border: 0;
  border-radius: 50%;
  background: #d6d6d6;
  cursor: pointer;
  transition: background 0.3s;
  padding: 0;
}
.dot.active { background: #222; }

/* ============ TU DINERO ============ */
.sec-benef { padding-top: 163px; text-align: center; }
.sec-benef h2 {
  font-family: var(--fam);
  font-weight: 400;
  font-size: 66px;
  line-height: 62.7px;
  letter-spacing: -0.66px;
  color: var(--gray);
}
.sec-benef h2 b { font-weight: 600; }
.benef-img {
  width: 819px;
  height: 609px;
  object-fit: contain;
  margin: 28px auto 0;
}

/* ============ EXPLORA (sticky horizontal) ============ */
.explora { height: 1839px; margin-top: 163px; position: relative; }
.explora-sticky {
  position: sticky;
  top: -30px;
  padding: 30px 0 60px;
  overflow: hidden;
}
.explora h2 {
  font-family: var(--int);
  font-weight: 400;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2.56px;
  color: var(--gray);
  margin-left: 64px;
}
.explora h2 b { font-weight: 600; }
.explora-row {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  padding-left: 64px;
  width: max-content;
  will-change: transform;
}
.exp-card { height: 485px; }
.exp-1 { width: 906px; border-radius: 35px; object-fit: cover; }
.exp-2 { width: 476px; border-radius: 35px; object-fit: cover; }
.exp-3 { width: 1074px; border-radius: 45px; object-fit: cover; }

/* ============ ¿TIENES UN NEGOCIO? ============ */
.customers {
  position: relative;
  height: 813px;
  background: #000;
  margin-top: 163px;
  overflow: hidden;
}
.cust-head {
  position: absolute;
  left: 50%;
  top: 345px;
  transform: translateX(-50%);
  text-align: center;
  width: 620px;
}
.cust-head h2 {
  font-family: var(--fam);
  font-weight: 600;
  font-size: 61px;
  line-height: 1.05;
  letter-spacing: -1.2px;
  color: #fff;
}
.cust-head .lime { color: var(--lime); }
.cust-head p {
  margin-top: 12px;
  font-family: var(--fam);
  font-size: 20px;
  line-height: 1.3;
  color: var(--gray-light);
}
.customers img { position: absolute; border-radius: 1000px; object-fit: cover; }
.cust-a { left: 167px; top: 83px;  width: 127px; height: 127px; }
.cust-b { left: 634px; top: 96px;  width: 86px;  height: 86px; border-radius: 24px; }
.cust-c { left: 1159px; top: 114px; width: 130px; height: 130px; }
.cust-d { left: 98px;  top: 379px; width: 121px; height: 121px; }
.cust-e { left: 1227px; top: 449px; width: 110px; height: 110px; }
.cust-f { left: 382px; top: 592px; width: 101px; height: 101px; }
.cust-g { left: 876px; top: 607px; width: 120px; height: 120px; }

/* ============ DESCARGA LA APP ============ */
.download {
  position: relative;
  height: 906px;
  background: #fff;
}
.phones {
  position: absolute;
  inset: 0;
  pointer-events: none;
  mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 71%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 55%, transparent 71%);
}
.phone {
  position: absolute;
  width: 200px;
  height: 416px;
}
.phone-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: 2; }
.phone-hole {
  position: absolute;
  left: 8px; top: 7px;
  width: 184px; height: 402px;
  border-radius: 30px;
  background: #0a0a0a;
  z-index: 0;
}
.phone-screen {
  position: absolute;
  left: 16px; top: 19px;
  width: 167px; height: 378px;
  object-fit: cover;
  border-radius: 24px;
  z-index: 1;
}
.phone-time {
  position: absolute;
  left: 26px; top: 16px;
  z-index: 3;
  font-family: var(--int);
  font-size: 10px;
  letter-spacing: -0.2px;
  color: #fff;
}
.phone-screen-dark {
  position: absolute;
  left: 8px; top: 7px;
  width: 184px; height: 402px;
  border-radius: 30px;
  background: #050505;
  display: grid;
  place-items: center;
  z-index: 1;
}
.phone-screen-dark img { width: 96px; height: auto; }

/* Final (spread) positions; --p is driven by scroll (0 = tucked, 1 = spread) */
.phones { --p: 0; }
.phone-left {
  left: 395px; top: 211px;
  transform: translate(calc((1 - var(--p)) * 223px), calc((1 - var(--p)) * 433px)) rotate(-30deg);
  z-index: 1;
}
.phone-right {
  left: 835px; top: 211px;
  transform: translate(calc((1 - var(--p)) * -223px), calc((1 - var(--p)) * 433px)) rotate(30deg);
  z-index: 1;
}
.phone-center {
  left: 630px; top: 233px;
  transform: translateY(calc((1 - var(--p)) * 250px));
  z-index: 2;
}

.download h2 {
  position: absolute;
  top: 633px;
  width: 100%;
  text-align: center;
  font-family: var(--fam);
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -2.56px;
  color: var(--gray);
}
.dl-sub {
  position: absolute;
  top: 709px;
  width: 100%;
  text-align: center;
  font-family: var(--man);
  font-size: 35px;
  line-height: 38.5px;
  letter-spacing: -0.35px;
  color: var(--gray);
}

/* ============ FOOTER ============ */
.footer {
  position: relative;
  height: 392px;
  background: #000;
  overflow: hidden;
}
.foot-logo { position: absolute; left: 64px; top: 40px; width: 223px; height: 144px; object-fit: contain; }
.foot-logo { position: static; }
.foot-left { position: absolute; left: 64px; top: 40px; }
.foot-tag {
  margin-top: 12px;
  font-family: var(--int);
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: -0.2px;
  color: var(--gray-light);
}
.foot-right { position: absolute; left: 937px; top: 56px; }
.foot-right p {
  font-family: var(--int);
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: -0.2px;
  color: var(--gray-light);
  margin-bottom: 12px;
}
.foot-right a { color: var(--gray-light); text-decoration: none; }
.foot-right a:hover { color: #fff; }

.marquee {
  position: absolute;
  left: 0; right: 0;
  top: 151px;
  height: 302px;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  animation: marquee 45.3s linear infinite;
}
.marquee-track h1 {
  font-family: var(--int);
  font-weight: 600;
  font-size: 201px;
  line-height: 302px;
  letter-spacing: -16.08px;
  color: rgba(255, 255, 255, 0.1);
  padding-right: 64px;
  white-space: nowrap;
}
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ APPEAR ANIMATIONS (Framer-style springs) ============ */
.fx { transition: opacity 0.7s cubic-bezier(0.25, 0.6, 0.3, 1), transform 0.7s cubic-bezier(0.25, 0.6, 0.3, 1); }
.fx-up { opacity: 0; transform: translateY(36px); }
.fx-scale { opacity: 0; transform: translateX(-50%) scale(0.7) !important; }
.fx-pop { opacity: 0; transform: scale(0.5); }
.fx.on { opacity: 1; transform: none; }
.cust-head.fx.on { transform: translateX(-50%) scale(1) !important; }

@media (prefers-reduced-motion: reduce) {
  .fx { transition: none; }
  .fx-up, .fx-scale, .fx-pop { opacity: 1; transform: none; }
  .cust-head { transform: translateX(-50%) !important; }
  .marquee-track { animation: none; }
}

/* Fixed 1440 design; JS scales it to the viewport with `zoom`
   (a transform here would kill position: sticky). */
.page { width: 1440px; }
