html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.navbar {
  transition: transform var(--dur-base) var(--ease-out),
    padding-top var(--dur-fast) ease, padding-bottom var(--dur-fast) ease,
    background-color var(--dur-fast) ease, box-shadow var(--dur-fast) ease;
  will-change: transform;
}
.navbar img {
  transition: width var(--dur-fast) ease;
}
.navbar.bg-light.navbar--scrolled {
  background-color: rgba(255, 255, 255, 0.82) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.navbar.navbar--scrolled img {
  width: 118px;
}
.navbar.navbar--hidden {
  transform: translateY(-100%);
}

@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: background-color var(--dur-fast) ease, box-shadow var(--dur-fast) ease;
  }
  .navbar.navbar--hidden {
    transform: none;
  }
}

.main-banner h1 .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: 0.08em;
  color: inherit;
}
.main-banner h1 .word-inner {
  display: inline-block;
  will-change: transform;
  color: inherit;
}

.main-banner .btn.btn-primary {
  position: relative;
  overflow: hidden;
  z-index: 0;
  isolation: isolate;
}
.main-banner .btn.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateX(-101%);
  transition: transform var(--dur-fast) var(--ease-out);
  z-index: -1;
}
.main-banner .btn.btn-primary:hover {
  color: var(--color-primary);
}
.main-banner .btn.btn-primary:hover::after {
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .main-banner .btn.btn-primary::after {
    transition: none;
  }
}

.mkt-icon {
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) ease;
}
.mkt-card:hover .mkt-icon {
  transform: translateY(-4px) rotate(-6deg);
  box-shadow: 0 10px 22px rgba(255, 0, 124, 0.22);
}
.mkt-icon i {
  transition: transform var(--dur-base) var(--ease-out);
}
.mkt-card:hover .mkt-icon i {
  transform: scale(1.12);
}
.mkt-card:hover .mkt-icon--spin i {
  transform: rotateY(360deg);
  transition: transform 0.85s var(--ease-out);
}

.proceso-icon {
  transition: transform var(--dur-fast) var(--ease-out);
}
.proceso-card:hover .proceso-icon {
  transform: translateY(-4px) scale(1.06);
}

html,
body {
  max-width: 100%;
}

.page-home main > section {
  margin-top: 0;
  margin-bottom: 0;
}
.propuesta-valor-new,
.cta-tasacion,
.mkt-section,
.staging-section,
.proceso-section,
.guia-vendedor,
.equipo-section,
.testimonial-section,
.redes-section,
.faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.staging-section {
  background: var(--color-bg-soft);
}
.ba-slider {
  --ba-pos: 50%;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 3 / 2;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
}
.ba-slider picture,
.ba-slider img,
.ba-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ba-slider img {
  object-fit: cover;
  display: block;
}
.ba-after {
  clip-path: inset(0 calc(100% - var(--ba-pos)) 0 0);
}
.ba-label {
  position: absolute;
  top: 14px;
  z-index: 2;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  pointer-events: none;
}
.ba-label-after {
  left: 14px;
}
.ba-label-before {
  right: 14px;
}
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--ba-pos);
  transform: translateX(-50%);
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: ew-resize;
}
.ba-handle-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
}
.ba-handle-knob {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  z-index: 4;
}
.ba-handle:focus-visible .ba-handle-knob {
  outline: 3px solid var(--color-primary);
  outline-offset: 2px;
}

#mktDemos {
  display: none;
}
.mkt-card--demo {
  cursor: pointer;
}
.mkt-card--demo .mkt-demo-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-primary);
  opacity: 0.75;
  transition: opacity var(--dur-fast) ease, transform var(--dur-fast) ease;
}
.mkt-card--demo:hover .mkt-demo-hint {
  opacity: 1;
  transform: translateX(3px);
}
.mkt-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--dur-fast) ease, visibility var(--dur-fast) ease;
}
.mkt-modal.open {
  opacity: 1;
  visibility: visible;
}
.mkt-modal-inner {
  position: relative;
  width: min(94vw, 920px);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  transform: scale(0.95);
  transition: transform var(--dur-base) var(--ease-out);
}
.mkt-modal.open .mkt-modal-inner {
  transform: scale(1);
}
.mkt-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.08);
  color: #333;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mkt-modal-close:hover {
  background: rgba(0, 0, 0, 0.16);
}
.mkt-demo-title {
  font-size: 22px;
  font-weight: 800;
  color: var(--color-heading);
  margin: 0 0 4px;
  text-align: center;
}
.mkt-demo-sub {
  font-size: 14px;
  color: var(--color-text-muted);
  margin: 0 0 16px;
  text-align: center;
}
.mkt-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.mkt-gallery img {
  width: 100%;
  border-radius: 12px;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.mkt-gallery-plano img {
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
  border: 1px solid #ececec;
}
.mkt-carousel {
  position: relative;
}
.mkt-carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
}
.mkt-carousel-track::-webkit-scrollbar {
  display: none;
}
.mkt-slide {
  flex: 0 0 100%;
  scroll-snap-align: center;
}
.mkt-slide img {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ececec;
}
.mkt-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-heading);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--dur-fast) ease, transform var(--dur-fast) ease;
}
.mkt-carousel-btn:hover {
  background: #fff;
}
.mkt-carousel-prev {
  left: 10px;
}
.mkt-carousel-next {
  right: 10px;
}
.mkt-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.mkt-embed-tour {
  aspect-ratio: 4 / 3;
}
.mkt-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 560px) {
  .mkt-gallery {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .mkt-modal,
  .mkt-modal-inner,
  .mkt-card--demo .mkt-demo-hint {
    transition: none;
  }
}

.viral-carousel {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 12px 4px 24px;
  scrollbar-width: none;
  cursor: grab;
}
.viral-carousel::-webkit-scrollbar {
  display: none;
}
.viral-carousel.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.viral-carousel-track {
  display: flex;
  gap: 16px;
  width: max-content;
}
.viral-card {
  position: relative;
  flex: 0 0 auto;
  width: 240px;
  aspect-ratio: 9 / 16;
  border: 0;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: center;
  background: #000;
  box-shadow: var(--shadow-sm);
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) ease;
}
.viral-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.viral-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--dur-base) var(--ease-out);
}
.viral-card:hover .viral-poster {
  transform: scale(1.06);
}
.viral-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.55) 100%);
  pointer-events: none;
}
.viral-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: transform var(--dur-fast) var(--ease-out), background var(--dur-fast) ease;
}
.viral-play i {
  margin-left: 3px;
}
.viral-card:hover .viral-play {
  transform: translate(-50%, -50%) scale(1.12);
  background: #fff;
}
.viral-views {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.viral-views i {
  font-size: 11px;
  opacity: 0.9;
}

.viral-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--dur-fast) ease, visibility var(--dur-fast) ease;
}
.viral-modal.open {
  opacity: 1;
  visibility: visible;
}
.viral-modal-inner {
  position: relative;
  width: min(92vw, 420px);
  aspect-ratio: 9 / 16;
  max-height: 88vh;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  transform: scale(0.94);
  transition: transform var(--dur-base) var(--ease-out);
}
.viral-modal.open .viral-modal-inner {
  transform: scale(1);
}
.viral-modal video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  display: block;
}
.viral-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.viral-modal-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
html.viral-lock {
  overflow: hidden;
}

.greviews-verified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-muted);
}
.greviews-verified strong {
  color: var(--color-heading);
}
a.greviews-verified {
  text-decoration: none;
  transition: color var(--dur-fast) ease;
}
a.greviews-verified:hover {
  color: var(--color-primary);
}
a.greviews-verified i {
  font-size: 12px;
  transition: transform var(--dur-fast) var(--ease-out);
}
a.greviews-verified:hover i {
  transform: translateX(3px);
}
.greviews.greviews-carousel {
  display: flex;
  grid-template-columns: none;
  gap: 20px;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 4px 22px;
  scrollbar-width: none;
  cursor: grab;
}
.greviews.greviews-carousel::-webkit-scrollbar {
  display: none;
}
.greviews.greviews-carousel.dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  scroll-behavior: auto;
  user-select: none;
}
.greviews.greviews-carousel .greview-card {
  flex: 0 0 auto;
  width: clamp(280px, 80vw, 360px);
  scroll-snap-align: center;
}
.gstar {
  display: inline-block;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .greviews.greviews-carousel {
    scroll-snap-type: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .viral-poster,
  .viral-card,
  .viral-modal,
  .viral-modal-inner {
    transition: none;
  }
}

.w-flotante.wa-reveal .wa-label {
  opacity: 1;
  transform: translateX(0);
}
@keyframes wa-hop {
  0%, 100% { transform: translateY(0); }
  30% { transform: translateY(-11px); }
  60% { transform: translateY(-4px); }
}
.w-flotante.wa-hop {
  animation: wa-pulse 2s infinite, wa-hop 0.9s var(--ease-out) 1;
}

@media (prefers-reduced-motion: reduce) {
  .mkt-icon,
  .mkt-icon i,
  .proceso-icon {
    transition: none;
  }
  .w-flotante.wa-hop {
    animation: wa-pulse 2s infinite;
  }
}
