/*
 * Archivo: landing.css
 * Versión: 18
 * Fecha de Creación: 2026-07-13
 * Última Modificación: 2026-07-31
 * Descripción: Landing Rayo — Figtree/Space Grotesk, FAQ, sitefoot night + Google reviews + herramientas.
 */

.page--landing {
  --landing-max: 72rem;
  --landing-pad: clamp(1.15rem, 4vw, 2rem);
  --lp-font: "Figtree", ui-sans-serif, system-ui, sans-serif;
  --lp-display-font: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --lp-ink: #0a0a0a;
  --lp-muted: #474747;
  --lp-steel: #474747;
  --lp-line: #e6e6e6;
  --lp-mist: #f4f4f4;
  --lp-signal: #e11d48;
  --lp-signal-hover: #c9183d;
  --lp-ray: #d6ff00;
  --lp-night: #111111;
  --lp-chalk: #ffffff;
  --lp-display: clamp(2.85rem, 7.2vw, 4.5rem);
  --lp-title: clamp(2rem, 4.4vw, 3rem);
  --lp-subtitle: clamp(1.2rem, 2.2vw, 1.5rem);
  --lp-lead: clamp(1.125rem, 1.5vw, 1.25rem);
  --lp-body: 1.0625rem;
  --lp-kicker: 0.75rem;
  --lp-track-display: -0.03em;
  --lp-track-title: -0.028em;
  background: var(--lp-chalk);
  color: var(--lp-ink);
  font-family: var(--lp-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.page--landing ::selection {
  background: var(--lp-ray);
  color: var(--lp-ink);
}

.page--landing .footer,
.page--landing .footer--landing {
  background: var(--lp-night);
  color: rgba(255, 255, 255, 0.72);
  border-top: 0;
  margin-top: 0;
  padding: 0;
  text-align: left;
}

.page--landing .footer a,
.page--landing .footer--landing a {
  color: rgba(255, 255, 255, 0.92);
}

.page--landing .footer--brand {
  padding-top: 0;
  padding-bottom: 0;
  gap: 0;
}

.page--landing .footer__logo {
  height: 2.5rem;
  max-width: min(14rem, 70vw);
}

.page--landing .footer__brand.brand--lockup {
  --brand-mark: 2.35rem;
}

.page--landing .footer--landing .brand__name {
  color: #fff;
}

.page--landing .footer--landing .brand__domain {
  color: #d6ff00;
}

.page--landing .footer--landing .footer__copy,
.page--landing .footer--landing .footer__maker-credit {
  color: rgba(255, 255, 255, 0.72);
}

.page--landing .landing-nav .brand--lockup {
  --brand-mark: 2.75rem;
}

.page--landing .landing-nav .brand__name {
  font-family: var(--lp-display-font);
  font-size: 1.05rem;
  letter-spacing: -0.045em;
}

/* ——— Top nav ——— */

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: calc(0.85rem + env(safe-area-inset-top, 0px)) var(--landing-pad) 0.85rem;
  padding-left: max(var(--landing-pad), env(safe-area-inset-left, 0px));
  padding-right: max(var(--landing-pad), env(safe-area-inset-right, 0px));
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  backdrop-filter: blur(18px) saturate(1.2);
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
  animation: lp-nav-in 720ms var(--ease) both;
}

.landing-nav .btn--ghost {
  border-color: rgba(10, 10, 10, 0.18);
  color: var(--ink);
}

.landing-nav .btn--primary {
  background: var(--lp-signal);
  color: #fff;
  box-shadow: 0 10px 30px -12px rgba(225, 29, 72, 0.65);
}

.landing-nav .btn--primary:hover {
  background: var(--lp-signal-hover);
  filter: none;
}

.landing-nav__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
}

/* ——— Shared section shell ——— */

.lp-section {
  padding: clamp(3.5rem, 8vw, 5.5rem) var(--landing-pad);
}

.lp-shell {
  width: min(100%, var(--landing-max));
  margin: 0 auto;
}

.lp-kicker {
  margin: 0 0 0.75rem;
  font-size: var(--lp-kicker);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--lp-signal);
}

.lp-title {
  margin: 0 0 0.75rem;
  font-family: var(--lp-display-font);
  font-size: var(--lp-title);
  font-weight: 700;
  letter-spacing: var(--lp-track-title);
  line-height: 1.07;
  color: var(--lp-ink);
  text-wrap: balance;
}

.lp-lead {
  margin: 0;
  max-width: 36rem;
  font-size: var(--lp-lead);
  font-weight: 400;
  line-height: 1.47;
  letter-spacing: -0.011em;
  color: var(--lp-muted);
  text-wrap: pretty;
}

.lp-section--light {
  background: #ffffff;
  color: var(--lp-ink);
}

.lp-section--light .lp-kicker {
  color: var(--lp-signal);
}

.lp-section--light .lp-title {
  color: var(--lp-ink);
}

.lp-section--light .lp-lead {
  color: var(--lp-muted);
}

.lp-section--tint {
  background: #f5f5f7;
  color: var(--lp-ink);
}

.lp-section--tint .lp-kicker {
  color: var(--lp-signal);
}

.lp-section--tint .lp-title {
  color: var(--lp-ink);
}

.lp-section--tint .lp-lead {
  color: var(--lp-muted);
}

.lp-section--dark {
  background: #0a0a0a;
  color: #fafafa;
}

.lp-section--dark .lp-kicker {
  color: var(--lp-ray);
}

.lp-section--dark .lp-title {
  color: #fff;
}

.lp-section--dark .lp-lead {
  color: rgba(255, 255, 255, 0.62);
}

.lp-reveal {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
  will-change: opacity, transform;
}

.lp-reveal.is-in {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.lp-reveal--left {
  transform: translateX(-1.25rem);
}

.lp-reveal--right {
  transform: translateX(1.25rem);
}

.lp-reveal--scale {
  transform: translateY(0.75rem) scale(0.96);
}

.lp-reveal.is-in.lp-reveal--left,
.lp-reveal.is-in.lp-reveal--right,
.lp-reveal.is-in.lp-reveal--scale {
  transform: none;
}

/* Stagger children when parent becomes visible */
.lp-stagger > * {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.lp-reveal.is-in .lp-stagger > *,
.lp-stagger.is-in > * {
  opacity: 1;
  transform: none;
}

.lp-reveal.is-in .lp-stagger > *:nth-child(1),
.lp-stagger.is-in > *:nth-child(1) { transition-delay: 0.04s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(2),
.lp-stagger.is-in > *:nth-child(2) { transition-delay: 0.1s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(3),
.lp-stagger.is-in > *:nth-child(3) { transition-delay: 0.16s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(4),
.lp-stagger.is-in > *:nth-child(4) { transition-delay: 0.22s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(5),
.lp-stagger.is-in > *:nth-child(5) { transition-delay: 0.28s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(6),
.lp-stagger.is-in > *:nth-child(6) { transition-delay: 0.34s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(7),
.lp-stagger.is-in > *:nth-child(7) { transition-delay: 0.4s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(8),
.lp-stagger.is-in > *:nth-child(8) { transition-delay: 0.46s; }
.lp-reveal.is-in .lp-stagger > *:nth-child(n + 9),
.lp-stagger.is-in > *:nth-child(n + 9) { transition-delay: 0.5s; }

.lp-anim {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 650ms var(--ease), transform 650ms var(--ease);
}

.lp-anim.is-in {
  opacity: 1;
  transform: none;
}

@keyframes lp-nav-in {
  from {
    opacity: 0;
    transform: translateY(-0.65rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes lp-float-in {
  from {
    opacity: 0;
    transform: translateY(1.2rem) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-reveal,
  .lp-stagger > *,
  .lp-anim,
  .landing-nav {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
  }

  .lp-pain-item:hover,
  .lp-feature:hover,
  .lp-shot:hover,
  .lp-plan:hover {
    transform: none;
  }
}

/* ——— Hero ——— */

.lp-hero {
  position: relative;
  isolation: isolate;
  min-height: min(88dvh, 48rem);
  display: grid;
  align-items: center;
  padding: 4.25rem var(--landing-pad) 2.25rem;
  overflow: hidden;
  background: #fff;
}

.lp-hero__blobs {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.lp-hero__blob--ray {
  --ray-bolt: #ffd400;
  position: absolute;
  top: -5rem;
  left: -3.5rem;
  width: min(34rem, 82vw);
  color: var(--ray-bolt);
  opacity: 0.88;
  filter: drop-shadow(0 0 56px rgba(255, 212, 0, 0.55));
  transform-origin: 40% 45%;
  animation: lp-hero-ray-float 7.5s ease-in-out infinite;
  will-change: transform;
}

.lp-hero__ray-svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

@keyframes lp-hero-ray-float {
  0%, 100% { transform: translate3d(0, 0.35rem, 0) rotate(-15deg); }
  50% { transform: translate3d(1.35rem, -1.75rem, 0) rotate(-6deg); }
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero__blob--ray {
    animation: none;
    transform: rotate(-15deg);
  }
}

.lp-hero__blob--signal {
  position: absolute;
  top: 2.5rem;
  right: -2rem;
  width: 22rem;
  height: 22rem;
  background: rgba(225, 29, 72, 0.1);
  filter: blur(40px);
  transform: rotate(12deg);
}

.lp-hero__shell {
  position: relative;
  z-index: 1;
  width: min(100%, 58rem);
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 960px) {
  .lp-hero__shell {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1rem, 2.5vw, 1.75rem);
    align-items: center;
  }
}

.lp-hero__content {
  max-width: 30rem;
}

.lp-hero__eyebrow {
  margin: 0 0 0.7rem;
  font-size: var(--lp-kicker);
  font-weight: 700;
  color: var(--lp-signal);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.35;
  animation: rise 700ms var(--ease) backwards;
}

.lp-hero__brand {
  margin: 0 0 0.85rem;
  font-family: var(--lp-display-font);
  font-size: var(--lp-display);
  font-weight: 700;
  letter-spacing: var(--lp-track-display);
  line-height: 1.02;
  color: var(--lp-ink);
  text-wrap: balance;
  /* Sin animación: es el LCP; opacity:0 inicial retrasaba ~3s el paint */
}

.lp-hero__headline {
  margin: 0 0 0.85rem;
  font-size: var(--lp-subtitle);
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.28;
  color: var(--lp-ink);
  max-width: 30rem;
  text-wrap: balance;
  animation: rise 720ms var(--ease) 90ms backwards;
}

.lp-hero__lead {
  margin: 0 0 1.75rem;
  font-size: var(--lp-lead);
  font-weight: 400;
  line-height: 1.47;
  letter-spacing: -0.011em;
  color: var(--lp-muted);
  max-width: 30rem;
  animation: rise 720ms var(--ease) 140ms backwards;
}

.lp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
  animation: rise 720ms var(--ease) 190ms backwards;
}

.lp-hero__btn-primary {
  min-height: 3.05rem;
  padding-inline: 1.4rem;
  font-weight: 700;
  background: var(--lp-signal);
  color: #fff;
  box-shadow: 0 10px 30px -12px rgba(225, 29, 72, 0.65);
}

.lp-hero__btn-primary:hover {
  background: var(--lp-signal-hover);
  color: #fff;
}

.lp-hero__btn-ghost {
  min-height: 3.05rem;
  padding-inline: 1.25rem;
  background: transparent;
  border: 1px solid rgba(10, 10, 10, 0.16);
  color: var(--ink);
  transition: background 180ms var(--ease), border-color 180ms var(--ease), transform 180ms var(--ease);
}

.lp-hero__btn-ghost:hover {
  background: rgba(10, 10, 10, 0.04);
  border-color: rgba(10, 10, 10, 0.28);
  transform: translateY(-1px);
}

.lp-hero__note {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  animation: rise 720ms var(--ease) 240ms backwards;
}

.lp-hero__note strong {
  color: var(--accent-deep);
  font-weight: 650;
}

.lp-hero__showcase {
  display: grid;
  justify-items: center;
  animation: rise 880ms var(--ease) 120ms backwards;
}

.lp-hero__phone-wrap {
  position: relative;
  display: grid;
  place-items: center;
}

.lp-phone__island {
  width: 30%;
  height: 0.9rem;
  margin: 0 auto 0.45rem;
  border-radius: 999px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.lp-hero-slides {
  position: absolute;
  inset: 0;
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  touch-action: pan-y;
}

.lp-hero-slides.is-dragging {
  transition: none;
}

.lp-hero-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  pointer-events: auto;
}

.lp-hero-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  user-select: none;
  -webkit-user-drag: none;
}

@keyframes lp-phone-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@media (min-width: 960px) {
  .lp-hero__showcase {
    justify-items: center;
    justify-self: end;
  }
}

@media (max-width: 959px) {
  .lp-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 1.75rem;
  }

  .lp-hero__cta {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-hero__cta .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-phone--hero {
    animation: none;
  }

  .lp-hero__eyebrow,
  .lp-hero__brand,
  .lp-hero__headline,
  .lp-hero__lead,
  .lp-hero__cta,
  .lp-hero__note,
  .lp-hero__showcase {
    animation: none;
  }

  .lp-hero-slides {
    transition: none;
  }
}

/* ——— Stats ——— */

.lp-stats {
  padding: clamp(2.75rem, 6vw, 3.75rem) var(--landing-pad);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(10, 10, 10, 0.03), transparent 55%),
    #fafafa;
  border-top: 1px solid rgba(10, 10, 10, 0.06);
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
}

.lp-stats__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .lp-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.lp-stats__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.2rem 1.3rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.06);
  box-shadow: 0 10px 30px rgba(10, 10, 10, 0.04);
  transition:
    transform 280ms var(--ease),
    border-color 280ms var(--ease),
    box-shadow 280ms var(--ease);
}

.lp-stats__item:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 10, 10, 0.12);
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.08);
}

.lp-stats__icon {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #0a0a0a;
  color: #fafafa;
  flex-shrink: 0;
}

.lp-stats__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.lp-stats__copy {
  display: grid;
  gap: 0.2rem;
}

.lp-stats__label {
  margin: 0;
  font-size: var(--lp-kicker);
  color: var(--lp-muted);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lp-stats__value {
  margin: 0;
  font-size: clamp(1.85rem, 3.6vw, 2.5rem);
  font-weight: 650;
  letter-spacing: var(--lp-track-display);
  line-height: 1.05;
  color: var(--lp-ink);
  font-variant-numeric: tabular-nums;
}

.lp-stats__hint {
  margin: 0.15rem 0 0;
  font-size: 0.8125rem;
  color: var(--lp-muted);
  line-height: 1.35;
  letter-spacing: -0.008em;
}

@media (prefers-reduced-motion: reduce) {
  .lp-stats__item,
  .lp-stats__item:hover {
    transition: none;
    transform: none;
  }
}

/* ——— Pain ——— */

.lp-section--pain {
  background: #f7f7f8;
  color: var(--ink);
}

.lp-pain-head {
  max-width: 38rem;
}

.lp-pain-head .lp-title {
  font-size: var(--lp-title);
  letter-spacing: var(--lp-track-title);
  line-height: 1.07;
  font-weight: 650;
}

.lp-pain-head .lp-lead {
  margin-top: 0.15rem;
  font-size: var(--lp-lead);
  line-height: 1.47;
  color: var(--lp-muted);
}

.lp-pain-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.75rem;
}

@media (min-width: 900px) {
  .lp-pain-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem;
    align-items: stretch;
  }
}

.lp-pain-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.lp-pain-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: flex-start;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.06);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(10, 10, 10, 0.03);
  transition:
    transform 240ms var(--ease),
    border-color 240ms var(--ease),
    box-shadow 240ms var(--ease);
}

.lp-pain-item:hover {
  transform: translateY(-2px);
  border-color: rgba(10, 10, 10, 0.1);
  box-shadow: 0 16px 36px rgba(10, 10, 10, 0.07);
}

.lp-pain-item__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #f4f4f5;
  color: #0a0a0a;
  flex-shrink: 0;
}

.lp-pain-item__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.lp-pain-item__body strong {
  display: block;
  margin: 0.1rem 0 0.3rem;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.28;
  color: var(--lp-ink);
  text-wrap: balance;
}

.lp-pain-item__body p {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 400;
  color: var(--lp-muted);
  line-height: 1.45;
  letter-spacing: -0.008em;
}

.lp-pain-visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 20px 48px rgba(10, 10, 10, 0.08);
  border: 1px solid rgba(10, 10, 10, 0.06);
  background: #fff;
}

.lp-pain-visual__compare {
  display: block;
  height: 100%;
  min-height: 18rem;
}

.lp-pain-visual__side {
  position: relative;
  height: 100%;
  min-height: 18rem;
}

.lp-pain-visual__side--after {
  display: none;
}

.lp-pain-visual__side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 18rem;
}

.lp-pain-visual__side picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.lp-pain-visual__label {
  display: none;
}

@media (max-width: 899px) {
  .lp-pain-visual {
    overflow: visible;
    min-height: auto;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .lp-pain-visual__compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    min-height: auto;
  }

  .lp-pain-visual__side {
    position: relative;
    min-height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(10, 10, 10, 0.08);
    box-shadow: 0 12px 32px rgba(10, 10, 10, 0.07);
  }

  .lp-pain-visual__side--after {
    display: block;
  }

  .lp-pain-visual__side img {
    width: 200%;
    max-width: none;
    min-height: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lp-pain-visual__side--before img {
    object-position: left center;
  }

  .lp-pain-visual__side--after img {
    object-position: right center;
    margin-left: -100%;
  }

  .lp-pain-visual__label {
    display: block;
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    background: rgba(7, 17, 26, 0.78);
    backdrop-filter: blur(6px);
    color: #f8fafc;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.25;
  }

  .lp-pain-visual__side--after .lp-pain-visual__label {
    background: rgba(15, 118, 110, 0.88);
  }
}

.lp-fix {
  margin-top: 2.5rem;
  padding: clamp(1.65rem, 3.5vw, 2.35rem);
  border-radius: 32px;
  background: #fff;
  color: var(--ink);
  border: 1px solid rgba(10, 10, 10, 0.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 24px 56px rgba(10, 10, 10, 0.06);
}

.lp-fix__head {
  max-width: 40rem;
}

.lp-fix__eyebrow {
  margin: 0 0 0.65rem;
  font-size: var(--lp-kicker);
  font-weight: 500;
  color: var(--lp-muted);
  letter-spacing: -0.01em;
}

.lp-fix__title {
  margin: 0 0 0.7rem;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  font-weight: 650;
  letter-spacing: var(--lp-track-title);
  line-height: 1.1;
  color: var(--lp-ink);
  text-wrap: balance;
}

.lp-fix__text {
  margin: 0;
  color: var(--lp-muted);
  max-width: 38rem;
  font-size: var(--lp-lead);
  font-weight: 400;
  line-height: 1.47;
  letter-spacing: -0.011em;
}

.lp-fix__list {
  display: grid;
  gap: 0.85rem;
  margin: 1.75rem 0 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 760px) {
  .lp-fix__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.lp-fix__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 22px;
  background: #f7f7f8;
  border: 1px solid rgba(10, 10, 10, 0.04);
  transition:
    transform 280ms var(--ease),
    background 280ms var(--ease),
    border-color 280ms var(--ease),
    box-shadow 280ms var(--ease);
}

.lp-fix__item:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: rgba(10, 10, 10, 0.08);
  box-shadow: 0 16px 36px rgba(10, 10, 10, 0.07);
}

.lp-fix__icon {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #0a0a0a;
  color: #fff;
  flex-shrink: 0;
  transition: transform 320ms var(--ease);
}

.lp-fix__item:hover .lp-fix__icon {
  transform: scale(1.06);
}

.lp-fix__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.lp-fix__body strong {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.28;
  color: var(--lp-ink);
}

.lp-fix__body span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.008em;
  color: var(--lp-muted);
}

@media (prefers-reduced-motion: reduce) {
  .lp-pain-item,
  .lp-pain-item:hover,
  .lp-fix__item,
  .lp-fix__item:hover,
  .lp-fix__item:hover .lp-fix__icon {
    transition: none;
    transform: none;
  }
}

/* ——— Features ——— */

.lp-flow-head {
  max-width: 40rem;
}

.lp-flow-head .lp-lead {
  margin-top: 0.15rem;
}

.lp-features {
  display: grid;
  gap: 0;
  margin-top: 2.75rem;
  border-top: 1px solid color-mix(in oklab, var(--ink) 8%, transparent);
}

@media (min-width: 800px) {
  .lp-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lp-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1.1rem;
  align-items: start;
  padding: 1.45rem 0 1.55rem;
  border-bottom: 1px solid color-mix(in oklab, var(--ink) 8%, transparent);
  background: transparent;
  transition: transform 220ms var(--ease);
}

@media (min-width: 800px) {
  .lp-feature:nth-child(odd) {
    padding-right: 1.75rem;
    border-right: 1px solid color-mix(in oklab, var(--ink) 8%, transparent);
  }

  .lp-feature:nth-child(even) {
    padding-left: 1.75rem;
  }
}

.lp-feature:hover {
  transform: translateY(-2px);
}

.lp-feature__num {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--lp-muted);
  font-variant-numeric: tabular-nums;
}

.lp-feature__body {
  display: grid;
  gap: 0.4rem;
}

.lp-feature h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  text-wrap: balance;
  line-height: 1.28;
  color: var(--lp-ink);
}

.lp-feature p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.975rem;
  line-height: 1.47;
  letter-spacing: -0.008em;
  max-width: 34rem;
  text-wrap: pretty;
}

/* ——— Status journey (real app timeline) ——— */

.lp-status-journey {
  margin-top: 3rem;
  padding: 1.6rem 1.35rem 1.7rem;
  border: 1px solid color-mix(in oklab, var(--accent) 18%, #d7e2ea);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(180deg, color-mix(in oklab, #fff 88%, var(--accent-soft, #f4f4f5)) 0%, #fff 100%);
}

.lp-status-journey__intro {
  max-width: 38rem;
  margin-bottom: 1.55rem;
}

.lp-status-journey__label {
  margin: 0 0 0.45rem;
  font-size: var(--lp-kicker);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--lp-muted);
}

.lp-status-journey__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 650;
  letter-spacing: var(--lp-track-title);
  line-height: 1.12;
  color: var(--lp-ink);
  text-wrap: balance;
}

.lp-status-journey__lead {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.975rem;
  line-height: 1.47;
  letter-spacing: -0.008em;
  text-wrap: pretty;
}

.lp-status-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  counter-reset: status-rail;
}

.lp-status-rail__step {
  position: relative;
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: 0.75rem;
  padding: 0 0 1.15rem;
  counter-increment: status-rail;
}

.lp-status-rail__step:last-child {
  padding-bottom: 0;
}

.lp-status-rail__step:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0.48rem;
  top: 1.15rem;
  bottom: 0;
  width: 2px;
  background: color-mix(in oklab, #94a3b8 45%, #e2e8f0);
  transform: translateX(-50%);
}

.lp-status-rail__step--done:not(:last-child)::before,
.lp-status-rail__step--current:not(:last-child)::before {
  background: color-mix(in oklab, var(--accent) 58%, #cbd5e1);
}

.lp-status-rail__dot {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.12rem;
  border-radius: 999px;
  border: 2px solid #94a3b8;
  background: #fff;
  box-sizing: border-box;
}

.lp-status-rail__step--done .lp-status-rail__dot {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 18%, transparent);
}

.lp-status-rail__step--current .lp-status-rail__dot {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--accent) 16%, transparent);
  animation: lp-status-pulse 1.8s var(--ease) infinite;
}

.lp-status-rail__step--pending .lp-status-rail__dot {
  opacity: 0.7;
}

.lp-status-rail__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.lp-status-rail__body strong {
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.lp-status-rail__step--pending .lp-status-rail__body strong {
  color: var(--muted);
  font-weight: 500;
}

.lp-status-rail__body span {
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--muted);
}

.lp-status-rail__step--current .lp-status-rail__body strong {
  color: var(--accent-deep);
}

@keyframes lp-status-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px color-mix(in oklab, var(--accent) 16%, transparent);
  }
  50% {
    box-shadow: 0 0 0 6px color-mix(in oklab, var(--accent) 8%, transparent);
  }
}

@media (min-width: 860px) {
  .lp-status-journey {
    padding: 1.85rem 1.75rem 1.95rem;
  }

  .lp-status-rail {
    display: flex;
    align-items: stretch;
    gap: 0;
  }

  .lp-status-rail__step {
    flex: 1 1 0;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 0 0.55rem;
  }

  .lp-status-rail__step:not(:last-child)::before {
    left: calc(50% + 0.65rem);
    right: calc(-50% + 0.65rem);
    top: 0.52rem;
    bottom: auto;
    width: auto;
    height: 2px;
    transform: none;
  }

  .lp-status-rail__dot {
    margin-top: 0;
    margin-bottom: 0.7rem;
  }

  .lp-status-rail__body {
    align-items: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-status-rail__step--current .lp-status-rail__dot {
    animation: none;
  }
}

/* ——— Screens / mockups ——— */

.lp-shots {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.25rem;
}

@media (min-width: 900px) {
  .lp-shots {
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto;
  }

  .lp-shot--wide {
    grid-row: span 2;
  }
}

.lp-shot {
  border-radius: var(--radius);
  overflow: hidden;
  background: #0c1a26;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 50px rgba(7, 17, 26, 0.18);
  transition: transform 280ms var(--ease), box-shadow 280ms var(--ease), border-color 280ms var(--ease);
}

.lp-shot:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 234, 212, 0.22);
  box-shadow: 0 28px 56px rgba(7, 17, 26, 0.28);
}

.lp-shot__chrome {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-shot__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.lp-shot__label {
  margin-left: auto;
  font-size: 0.72rem;
  color: rgba(232, 238, 245, 0.45);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-shot__body {
  padding: 1rem;
  min-height: 14rem;
}

.lp-shot__body--panel {
  max-height: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.mock-panel-cta {
  margin-top: auto;
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
}

.mock-panel-cta__btn {
  width: 100%;
  max-width: 22rem;
  min-height: 3.15rem;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  box-shadow:
    0 0 0 1px color-mix(in oklab, var(--accent) 35%, transparent),
    0 10px 28px color-mix(in oklab, var(--accent) 28%, transparent);
}

.mock-panel-cta__btn:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px color-mix(in oklab, var(--accent) 45%, transparent),
    0 14px 32px color-mix(in oklab, var(--accent) 36%, transparent);
}

.mock-panel-cta__btn--secondary {
  min-height: 2.75rem;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: none;
  border-color: rgba(232, 238, 245, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #e8eef5;
}

.mock-panel-cta__btn--secondary:hover {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(232, 238, 245, 0.42);
  color: #fff;
}

.lp-shot--wa {
  background:
    linear-gradient(165deg, #1a1a1c 0%, #0c0c0e 100%);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 56px rgba(10, 10, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lp-shot--wa:hover {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 30px 64px rgba(10, 10, 10, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lp-shot__body--wa {
  padding: 1rem 1rem 0.85rem;
  background: transparent;
  min-height: 0;
}

.lp-shot__wa-caption {
  margin: 0.75rem 0 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(250, 250, 250, 0.45);
}

.wa-phone {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #111b21;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 0 7px #1c1c1e,
    0 18px 40px rgba(0, 0, 0, 0.45);
}

.wa-phone__notch {
  position: absolute;
  top: 0.45rem;
  left: 50%;
  z-index: 3;
  width: 5.2rem;
  height: 1.15rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.wa-phone__status {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 1rem 0.2rem;
  background: #008069;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.72rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.wa-phone__status-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  opacity: 0.95;
}

.wa-chat--landing {
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #efeae2;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.wa-chat--landing .wa-chat__header {
  gap: 0.45rem;
  padding: 0.35rem 0.55rem 0.55rem 0.35rem;
  background: #008069;
}

.wa-chat--landing .wa-chat__back {
  width: 1.6rem;
  display: grid;
  place-items: center;
  opacity: 1;
}

.wa-chat--landing .wa-chat__avatar--brand {
  width: 2.25rem;
  height: 2.25rem;
  background: #d1f4de;
  color: #075e54;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.wa-chat--landing .wa-chat__meta {
  flex: 1;
  min-width: 0;
}

.wa-chat--landing .wa-chat__name {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.wa-chat--landing .wa-chat__status {
  font-size: 0.7rem;
  opacity: 0.88;
}

.wa-chat__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: auto;
  padding-right: 0.15rem;
  color: rgba(255, 255, 255, 0.95);
}

.wa-chat--landing .wa-chat__stage {
  position: relative;
  padding: 0.75rem 0.7rem 0.85rem;
  min-height: 15.5rem;
  background-color: #e5ddd5;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='%23cbbba8' fill-opacity='0.22'%3E%3Ccircle cx='12' cy='18' r='1.4'/%3E%3Ccircle cx='48' cy='8' r='1.1'/%3E%3Ccircle cx='86' cy='22' r='1.3'/%3E%3Ccircle cx='28' cy='52' r='1.2'/%3E%3Ccircle cx='70' cy='46' r='1'/%3E%3Ccircle cx='104' cy='58' r='1.3'/%3E%3Ccircle cx='16' cy='88' r='1.1'/%3E%3Ccircle cx='54' cy='96' r='1.4'/%3E%3Ccircle cx='92' cy='84' r='1.1'/%3E%3Cpath d='M38 30c2.2 0 3.2 1.8 2.2 3.5-.8 1.4-2.6 1.8-3.8.8-1.4-1.2-1-3.2.4-3.8.4-.2.8-.5 1.2-.5zm42 34c1.8 0 2.6 1.5 1.8 2.9-.7 1.1-2.1 1.4-3.1.6-1.1-1-.8-2.6.3-3.1.3-.2.6-.4 1-.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
}

.wa-chat--landing .wa-chat__day {
  display: block;
  width: fit-content;
  margin: 0 auto 0.85rem;
  padding: 0.28rem 0.7rem;
  border-radius: 8px;
  background: #fff;
  color: #54656f;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 1.5px rgba(11, 20, 26, 0.1);
}

.wa-chat--landing .wa-chat__bubble {
  max-width: 88%;
  padding: 0.4rem 0.55rem 0.35rem;
  border-radius: 8px;
  box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
  font-size: 0.86rem;
  line-height: 1.38;
}

.wa-chat--landing .wa-chat__bubble--in {
  margin: 0 0 0.55rem;
  border-radius: 0 8px 8px 8px;
}

.wa-chat--landing .wa-chat__bubble--in::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #fff transparent transparent;
  filter: drop-shadow(-0.5px 0.5px 0 rgba(11, 20, 26, 0.06));
}

.wa-chat--landing .wa-chat__bubble--cta {
  padding-bottom: 0;
  overflow: hidden;
}

.wa-chat--landing .wa-chat__title {
  margin: 0 0 0.3rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #111b21;
}

.wa-chat--landing .wa-chat__body {
  padding-right: 0.15rem;
  padding-bottom: 0.15rem;
  color: #111b21;
}

.wa-chat--landing .wa-chat__bubble--cta .wa-chat__time {
  position: static;
  display: block;
  text-align: right;
  margin: 0.1rem 0.1rem 0.35rem;
  font-size: 0.65rem;
  color: #667781;
}

.wa-chat--landing .wa-chat__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0 -0.55rem 0;
  padding: 0.7rem 0.75rem;
  border-top: 1px solid #e9edef;
  color: #027eb5;
  font-weight: 600;
  font-size: 0.88rem;
  background: rgba(255, 255, 255, 0.55);
}

.wa-chat--landing .wa-chat__bubble--out {
  margin: 0 0 0 0.4rem;
  margin-left: auto;
  padding: 0.45rem 0.6rem 1.15rem;
  background: #d9fdd3;
  border-radius: 8px 0 8px 8px;
  color: #111b21;
}

.wa-chat--landing .wa-chat__bubble--out::before {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent transparent #d9fdd3;
  filter: drop-shadow(0.5px 0.5px 0 rgba(11, 20, 26, 0.05));
}

.wa-chat--landing .wa-chat__bubble--out .wa-chat__time {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  bottom: 0.28rem;
  right: 0.45rem;
  font-size: 0.65rem;
  color: #667781;
}

.wa-chat__ticks {
  display: block;
  flex-shrink: 0;
}

.wa-chat__composer {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.45rem 0.55rem;
  background: #f0f2f5;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.wa-chat__composer-emoji,
.wa-chat__composer-attach,
.wa-chat__composer-cam,
.wa-chat__composer-mic {
  display: grid;
  place-items: center;
  color: #54656f;
  flex-shrink: 0;
}

.wa-chat__composer-emoji {
  width: 1.7rem;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.75;
}

.wa-chat__composer-field {
  flex: 1;
  min-width: 0;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #fff;
  color: #8696a0;
  font-size: 0.86rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.wa-chat__composer-mic {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: #00a884;
  color: #fff;
}

.wa-chat__bubble--anim {
  animation: wa-bubble-in 560ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.wa-chat__bubble--anim-delay {
  animation-delay: 380ms;
}

@keyframes wa-bubble-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wa-chat__bubble--anim,
  .wa-chat__bubble--anim-delay {
    animation: none;
  }
}

.mock-row__meta .mock-seller {
  color: #d4d4d8;
  font-weight: 500;
}

.mock-pill--rejected {
  background: rgba(248, 113, 113, 0.16);
  color: #fca5a5;
}

.mock-pill--offer {
  background: rgba(192, 132, 252, 0.16);
  color: #d8b4fe;
}

.mock-pill--deposit {
  background: rgba(45, 212, 191, 0.18);
  color: #a1a1aa;
}

.mock-pill--draft {
  background: rgba(148, 163, 184, 0.18);
  color: #cbd5e1;
}

/* ——— Características principales ——— */

.lp-chars {
  display: grid;
  gap: 1.5rem;
  margin-top: 2.25rem;
  align-items: start;
}

@media (min-width: 960px) {
  .lp-chars {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.15fr);
    gap: 2rem;
  }
}

.lp-chars__list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-height: min(70vh, 38rem);
  overflow-y: auto;
  padding-right: 0.35rem;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

@media (max-width: 959px) {
  .lp-chars__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem;
    max-height: none;
    overflow: visible;
    padding-right: 0;
    overscroll-behavior: auto;
  }
}

.lp-chars__item {
  display: grid;
  gap: 0.2rem;
  width: 100%;
  text-align: left;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid color-mix(in oklab, var(--ink) 8%, transparent);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  transition:
    border-color 0.2s var(--ease),
    background 0.2s var(--ease),
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}

.lp-chars__item:hover {
  border-color: color-mix(in oklab, var(--accent) 35%, transparent);
  background: color-mix(in oklab, var(--accent) 5%, white);
}

.lp-chars__item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.lp-chars__item.is-active {
  background: color-mix(in oklab, var(--accent) 10%, white);
  border-color: color-mix(in oklab, var(--accent) 45%, transparent);
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.12);
  transform: translateX(2px);
}

.lp-chars__item-title {
  font-size: 1.025rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--lp-ink);
  text-wrap: balance;
}

.lp-chars__item-blurb {
  font-size: 0.875rem;
  line-height: 1.45;
  letter-spacing: -0.008em;
  color: var(--lp-muted);
}

@media (max-width: 959px) {
  .lp-chars__item {
    padding: 0.7rem 0.75rem;
  }

  .lp-chars__item.is-active {
    transform: none;
  }

  .lp-chars__item-title {
    font-size: 0.88rem;
    line-height: 1.25;
  }

  .lp-chars__item-blurb {
    display: none;
  }
}

.lp-chars__stage {
  position: sticky;
  top: calc(var(--sticky-offset, 4.5rem) + 0.5rem);
  min-height: 32rem;
  align-self: start;
}

.lp-chars__panel {
  display: none;
  gap: 1.25rem;
  align-items: center;
}

.lp-chars__panel.is-active {
  display: grid;
  animation: lp-chars-in 0.35s var(--ease) both;
}

@media (min-width: 720px) {
  .lp-chars__panel.is-active {
    grid-template-columns: auto 1fr;
  }
}

@keyframes lp-chars-in {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-chars__panel.is-active {
    animation: none;
  }

  .lp-chars__item.is-active {
    transform: none;
  }
}

.lp-chars__detail-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem);
  font-weight: 650;
  letter-spacing: var(--lp-track-title);
  line-height: 1.15;
  color: var(--lp-ink);
  text-wrap: balance;
}

.lp-chars__detail-lead {
  margin: 0 0 1rem;
  color: var(--lp-muted);
  font-size: 0.975rem;
  line-height: 1.47;
  letter-spacing: -0.008em;
}

.lp-chars__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.lp-chars__bullets li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--ink);
}

.lp-chars__bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
}

/* Phone frame + feature mocks */

.lp-phone {
  --lp-phone-w: 17.5rem;
  --lp-phone-screen-h: 28rem;
  width: var(--lp-phone-w);
  max-width: 100%;
  margin: 0 auto;
  padding: 0.65rem 0.55rem 0.85rem;
  border-radius: 2rem;
  background: linear-gradient(160deg, #1e293b, #0f172a 55%, #020617);
  box-shadow:
    0 28px 60px rgba(7, 17, 26, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

.lp-phone__notch {
  width: 5.5rem;
  height: 0.55rem;
  margin: 0.15rem auto 0.55rem;
  border-radius: 999px;
  background: #020617;
  flex-shrink: 0;
}

.lp-phone__screen {
  border-radius: 1.15rem;
  overflow: hidden;
  background: #f8fafc;
  width: 100%;
  height: var(--lp-phone-screen-h);
  min-height: var(--lp-phone-screen-h);
  max-height: var(--lp-phone-screen-h);
  color: #0f172a;
}

/* Hero phone: force image AR, override fixed screen height above */
.lp-phone.lp-phone--hero {
  --lp-phone-w: min(17.25rem, 72vw);
  --lp-phone-screen-h: auto;
  width: var(--lp-phone-w);
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0.7rem 0.52rem 0.7rem;
  border-radius: 2.35rem;
  background: linear-gradient(160deg, #2a2a2e 0%, #0a0a0a 55%, #000 100%);
  box-shadow:
    0 40px 80px rgba(10, 10, 10, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  animation: lp-phone-float 5.5s ease-in-out infinite;
}

.lp-phone.lp-phone--hero .lp-phone__notch,
.lp-phone.lp-phone--hero .lp-phone__home {
  display: none;
}

.lp-phone.lp-phone--hero .lp-phone__screen,
.lp-phone.lp-phone--hero .lp-phone__screen--hero {
  position: relative;
  width: 100%;
  aspect-ratio: 390 / 844;
  height: auto;
  min-height: 0;
  max-height: none;
  flex: 0 0 auto;
  border-radius: 1.85rem;
  overflow: hidden;
  background: #0a0a0a;
  line-height: 0;
}

.lp-phone.lp-phone--hero .lp-hero-slides {
  position: absolute;
  inset: 0;
  display: flex;
}

.lp-phone.lp-phone--hero .lp-hero-slide {
  position: relative;
  flex: 0 0 100%;
  inset: auto;
  margin: 0;
}

.lp-phone.lp-phone--hero .lp-hero-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lp-phone.lp-phone--hero .lp-hero-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: top center;
  display: block;
  /* Evita stretch: las capturas son 390×844 = mismo AR del viewport del teléfono */
  aspect-ratio: auto;
}

@media (min-width: 960px) {
  .lp-phone.lp-phone--hero {
    --lp-phone-w: 19rem;
  }
}

.lp-phone__home {
  width: 6.5rem;
  height: 0.3rem;
  margin: 0.65rem auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  flex-shrink: 0;
}

.fm {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  font-size: 0.78rem;
  background: #f8fafc;
}

.fm__bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0.75rem;
  background: #0a0a0a;
  color: #fff;
  font-weight: 600;
}

.fm__bar--dark {
  background: #0c1a26;
  justify-content: space-between;
}

.fm__back {
  font-size: 1.15rem;
  line-height: 1;
  opacity: 0.9;
}

.fm__bar-title {
  font-size: 0.82rem;
}

.fm__live {
  font-size: 0.68rem;
  color: #a1a1aa;
  font-weight: 500;
}

.fm__body {
  padding: 0.9rem 0.85rem 1.1rem;
  display: grid;
  gap: 0.55rem;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  align-content: start;
}

.fm__eyebrow {
  margin: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 650;
  color: #0a0a0a;
}

.fm__amount {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.fm__amount--sm {
  font-size: 1.25rem;
}

.fm__muted {
  margin: 0;
  color: #64748b;
  font-size: 0.72rem;
  line-height: 1.4;
}

.fm__h {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.fm__card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 0.55rem 0.65rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.fm__card--muted {
  background: #f1f5f9;
  color: #64748b;
  font-style: italic;
}

.fm__row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #f1f5f9;
  color: #334155;
}

.fm__row:last-child {
  border-bottom: 0;
}

.fm__row strong {
  color: #0f172a;
  font-weight: 650;
}

.fm__btn {
  display: block;
  text-align: center;
  padding: 0.7rem 0.75rem;
  border-radius: 11px;
  background: #0a0a0a;
  color: #fff;
  font-weight: 650;
  font-size: 0.8rem;
}

.fm__btn--ghost {
  background: transparent;
  color: #0a0a0a;
  border: 1px solid color-mix(in oklab, #0a0a0a 35%, white);
}

.fm__toast {
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #ecfdf5;
  color: #18181b;
  font-weight: 500;
  font-size: 0.72rem;
  border: 1px solid #d4d4d8;
}

.fm__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.fm__strike {
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 0.9rem;
}

.fm__badge-line {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #64748b;
  font-size: 0.72rem;
}

.fm__badge {
  display: inline-flex;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #fce7f3;
  color: #be185d;
  font-weight: 700;
  font-size: 0.68rem;
}

.fm__field {
  display: grid;
  gap: 0.25rem;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
}

.fm__field input {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  font: inherit;
  color: #0f172a;
  background: #fff;
}

.fm__sign {
  position: relative;
  min-height: 4.2rem;
  border: 1.5px dashed #94a3b8;
  border-radius: 12px;
  background: #fff;
  display: grid;
  place-items: center;
  padding: 0.35rem;
}

.fm__sign span {
  position: absolute;
  bottom: 0.35rem;
  right: 0.55rem;
  font-size: 0.65rem;
  color: #94a3b8;
}

.fm__body--code {
  background: #020617;
  color: #e2e8f0;
}

.fm__code {
  margin: 0;
  padding: 0.75rem;
  border-radius: 10px;
  background: #0f172a;
  color: #d4d4d8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.62rem;
  line-height: 1.45;
  overflow: hidden;
  white-space: pre-wrap;
}

.fm__hooks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.fm__hooks span {
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.12);
  color: #a1a1aa;
  font-size: 0.65rem;
  font-weight: 600;
}

.fm__status-hero {
  text-align: center;
  padding: 1rem 0.5rem 0.75rem;
}

.fm__status-hero p {
  margin: 0.55rem 0 0.2rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.fm__status-hero small {
  color: #64748b;
}

.fm__pill {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
}

.fm__pill--sky {
  background: #e0f2fe;
  color: #0369a1;
}

.fm__timeline {
  display: grid;
  gap: 0.65rem;
}

.fm__tl {
  display: grid;
  grid-template-columns: 0.7rem 1fr;
  gap: 0.65rem;
  align-items: start;
}

.fm__tl i {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background: #cbd5e1;
  box-shadow: 0 0 0 3px #f1f5f9;
}

.fm__tl--on i {
  background: #0a0a0a;
  box-shadow: 0 0 0 3px #f4f4f5;
}

.fm__tl strong {
  display: block;
  font-size: 0.78rem;
}

.fm__tl span {
  color: #64748b;
  font-size: 0.68rem;
}

.fm--wa {
  background: #efeae2;
}

.fm__wa-head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.75rem;
  background: #008069;
  color: #fff;
}

.fm__wa-head strong {
  display: block;
  font-size: 0.82rem;
}

.fm__wa-head small {
  display: block;
  opacity: 0.85;
  font-size: 0.65rem;
}

.fm__wa-stage {
  padding: 0.9rem 0.75rem;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  background-color: #e5ddd5;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(0, 0, 0, 0.035) 1.2px, transparent 1.4px),
    radial-gradient(circle at 72% 42%, rgba(0, 0, 0, 0.03) 1px, transparent 1.2px),
    linear-gradient(135deg, rgba(214, 199, 176, 0.35), rgba(229, 221, 213, 0.2));
}

.fm__wa-bubble {
  position: relative;
  max-width: 92%;
  padding: 0.55rem 0.6rem 1.2rem;
  background: #fff;
  border-radius: 0 10px 10px 10px;
  box-shadow: 0 1px 1px rgba(11, 20, 26, 0.13);
  color: #111b21;
  line-height: 1.4;
  font-size: 0.78rem;
}

.fm__wa-link {
  margin-top: 0.45rem;
  color: #027eb5;
  font-weight: 650;
}

.fm__wa-time {
  position: absolute;
  right: 0.5rem;
  bottom: 0.3rem;
  font-size: 0.62rem;
  color: #667781;
}

.fm__chip {
  margin-top: 0.75rem;
  display: inline-block;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: #54656f;
  font-size: 0.65rem;
  font-weight: 600;
}

.fm__channel {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: default;
}

.fm__channel--wa {
  border-color: rgba(37, 211, 102, 0.45);
  background: #f0fdf4;
}

.fm__channel strong {
  display: block;
  font-size: 0.82rem;
}

.fm__channel small {
  color: #64748b;
  font-size: 0.68rem;
}

.fm__mail {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 0.95rem;
}

.fm--portal .fm__portal-brand {
  padding: 0.75rem 0.85rem 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0a0a0a;
}

.fm--pdf .fm__pdf-sheet {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 0.85rem;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.45rem;
  flex: 1;
  min-height: 0;
}

.fm__pdf-logo {
  font-weight: 750;
  font-size: 0.78rem;
  color: #0a0a0a;
}

.fm__pdf-line {
  height: 0.35rem;
  border-radius: 999px;
  background: #e2e8f0;
}

.fm__pdf-line--short {
  width: 55%;
}

.fm__pdf-box {
  margin: 0.35rem 0;
  padding: 0.65rem;
  border-radius: 8px;
  background: color-mix(in oklab, #0a0a0a 10%, white);
  color: #18181b;
  font-weight: 750;
  text-align: center;
}

.fm__seller {
  display: grid;
  grid-template-columns: 2.1rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.55rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.fm__av {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f4f4f5;
  color: #18181b;
  font-weight: 750;
  font-size: 0.65rem;
}

.fm__seller strong {
  display: block;
  font-size: 0.78rem;
}

.fm__seller small {
  color: #64748b;
  font-size: 0.65rem;
}

.fm__seller em {
  font-style: normal;
  font-weight: 700;
  font-size: 0.72rem;
  color: #0a0a0a;
}

.fm__ok {
  color: #15803d !important;
}

.fm__warn {
  color: #b45309 !important;
}

.fm__legend {
  display: flex;
  gap: 1rem;
  font-size: 0.7rem;
  color: #64748b;
}

.fm__dot {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  margin-right: 0.25rem;
  vertical-align: middle;
}

.fm__dot--ok {
  background: #22c55e;
}

.fm__dot--warn {
  background: #f59e0b;
}

.fm__cat {
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  gap: 0.55rem;
  align-items: center;
  padding: 0.45rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.fm__cat-img {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 8px;
  background:
    linear-gradient(135deg, #d4d4d8, #0a0a0a);
}

.fm__cat-img--2 {
  background: linear-gradient(135deg, #bae6fd, #0369a1);
}

.fm__cat-img--3 {
  background: linear-gradient(135deg, #fde68a, #d97706);
}

.fm__cat strong {
  display: block;
  font-size: 0.76rem;
}

.fm__cat small {
  color: #64748b;
  font-size: 0.65rem;
}

.fm__plus {
  width: 1.5rem;
  height: 1.5rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  font-weight: 700;
}

.lp-shot--photo {
  position: relative;
  min-height: 16rem;
}

.lp-shot--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 16rem;
}

.lp-shot--photo .lp-shot__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(transparent, rgba(7, 17, 26, 0.88));
  color: rgba(232, 238, 245, 0.9);
  font-size: 0.92rem;
  font-weight: 500;
}

.lp-shot--devices {
  position: relative;
  min-height: 18rem;
  background:
    radial-gradient(ellipse 70% 55% at 70% 30%, rgba(15, 118, 110, 0.22), transparent 60%),
    linear-gradient(165deg, #0b1620 0%, #07111a 55%, #050c12 100%);
  overflow: hidden;
}

.lp-devices {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 20rem;
  padding: 1.75rem 1rem 3.5rem;
}

.lp-device {
  position: relative;
}

.lp-device--laptop {
  width: min(92%, 34rem);
  z-index: 1;
}

.lp-device__screen {
  border: 2px solid #1f2937;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #0b1220;
  padding: 0.45rem 0.45rem 0;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.lp-device__screen img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border-radius: 6px 6px 0 0;
  background: #f3f6f9;
}

.lp-device__base {
  height: 0.7rem;
  margin: 0 -1.5%;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #3a4554, #1f2937);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
}

.lp-device__base::after {
  content: '';
  display: block;
  width: 18%;
  height: 0.28rem;
  margin: 0.18rem auto 0;
  border-radius: 999px;
  background: #111827;
}

.lp-device--phone {
  position: absolute;
  left: 4%;
  bottom: 3.2rem;
  z-index: 2;
  width: min(32%, 10.5rem);
  border-radius: 1.35rem;
  background: #0b1220;
  border: 2px solid #1f2937;
  padding: 0.55rem 0.35rem 0.4rem;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.5);
}

.lp-device__notch {
  position: absolute;
  top: 0.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  height: 0.38rem;
  border-radius: 999px;
  background: #020617;
  z-index: 2;
}

.lp-device--phone img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
  border-radius: 0.85rem;
  background: #f3f6f9;
}

.lp-shot--devices .lp-shot__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.1rem 1.15rem;
  background: linear-gradient(transparent, rgba(7, 17, 26, 0.92));
  color: rgba(232, 238, 245, 0.9);
  font-size: 0.92rem;
  font-weight: 500;
}

@media (max-width: 700px) {
  .lp-devices {
    padding: 1.25rem 0.85rem 3.25rem;
    min-height: 16rem;
  }

  .lp-device--phone {
    width: min(38%, 8.5rem);
    left: 3%;
    bottom: 3rem;
  }
}

/* Mock UI pieces */

.mock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 0.5rem;
}

.mock-row__title {
  font-size: 0.88rem;
  color: #fff;
  font-weight: 500;
}

.mock-row__meta {
  font-size: 0.75rem;
  color: rgba(232, 238, 245, 0.45);
}

.mock-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.mock-pill--sent {
  background: rgba(45, 212, 191, 0.15);
  color: #a1a1aa;
}

.mock-pill--viewed {
  background: rgba(56, 189, 248, 0.15);
  color: #7dd3fc;
}

.mock-pill--accepted {
  background: rgba(74, 222, 128, 0.15);
  color: #86efac;
}

.mock-pill--pending {
  background: rgba(251, 191, 36, 0.15);
  color: #fcd34d;
}

.mock-portal {
  background: #f8fafc;
  border-radius: 12px;
  padding: 1rem;
  color: #0f172a;
}

.mock-portal__brand {
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.45rem;
}

.mock-portal__h {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.mock-portal__total {
  margin: 0.75rem 0;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.mock-portal__btn {
  display: block;
  text-align: center;
  padding: 0.65rem;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
}

.mock-chat {
  display: grid;
  gap: 0.55rem;
}

.mock-bubble {
  max-width: 92%;
  padding: 0.7rem 0.85rem;
  border-radius: 14px 14px 14px 4px;
  background: #0a0a0a;
  color: #ecfdf5;
  font-size: 0.82rem;
  line-height: 1.45;
}

.mock-bubble--soft {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(232, 238, 245, 0.8);
  border-radius: 14px 14px 4px 14px;
  justify-self: end;
}

/* ——— Comparison ——— */

.lp-compare-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 1.1rem;
  border: 1px solid color-mix(in oklab, var(--ink) 9%, transparent);
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 22px 50px rgba(7, 17, 26, 0.07);
}

.lp-compare {
  width: 100%;
  min-width: 42rem;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 0.9rem;
}

.lp-compare th,
.lp-compare td {
  padding: 0.95rem 1.05rem;
  text-align: left;
  border-bottom: 1px solid color-mix(in oklab, var(--ink) 7%, transparent);
  vertical-align: middle;
}

.lp-compare tbody tr:last-child th,
.lp-compare tbody tr:last-child td {
  border-bottom: 0;
}

.lp-compare thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #0c1a26;
  color: #e8eef5;
  font-weight: 600;
  font-size: 0.82rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.lp-compare thead th:first-child {
  border-radius: 1.05rem 0 0 0;
}

.lp-compare thead th:last-child {
  border-radius: 0 1.05rem 0 0;
}

.lp-compare__col-label {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}

.lp-compare__col-tag {
  display: inline-block;
  margin-top: 0.35rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(232, 238, 245, 0.65);
}

.lp-compare__col-tag--yes {
  background: rgba(94, 234, 212, 0.18);
  color: #d4d4d8;
}

.lp-compare__ours {
  background: linear-gradient(180deg, #0a0a0a, #18181b) !important;
  box-shadow: inset 0 0 0 1px rgba(94, 234, 212, 0.18);
}

.lp-compare__feat {
  width: 30%;
  color: rgba(232, 238, 245, 0.55) !important;
  font-weight: 500 !important;
  font-size: 0.78rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lp-compare tbody th {
  font-weight: 600;
  color: var(--ink);
  background: #f8fafc;
  width: 30%;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
}

.lp-compare tbody tr:hover th {
  background: #f1f5f9;
}

.lp-compare tbody tr:hover td:last-child {
  background: color-mix(in oklab, var(--accent) 12%, white);
}

.lp-compare td {
  color: var(--ink-soft);
}

.lp-compare td:last-child {
  background: color-mix(in oklab, var(--accent) 8%, white);
  color: var(--ink);
}

.lp-compare__cell {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  line-height: 1.35;
}

.lp-compare__ico {
  flex-shrink: 0;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.05rem;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
}

.lp-compare__cell--yes {
  color: var(--ink);
  font-weight: 650;
}

.lp-compare__cell--yes .lp-compare__ico {
  background: color-mix(in oklab, var(--accent) 18%, white);
  color: var(--accent-deep);
}

.lp-compare__cell--no {
  color: #94a3b8;
}

.lp-compare__cell--no .lp-compare__ico {
  background: #f1f5f9;
  color: #f87171;
}

.lp-compare__cell--mid {
  color: #64748b;
}

.lp-compare__cell--mid .lp-compare__ico {
  background: #f8fafc;
  color: #94a3b8;
  font-size: 0.78rem;
}

@media (max-width: 899px) {
  .lp-compare {
    min-width: 36rem;
  }

  .lp-compare thead th:first-child,
  .lp-compare tbody th {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 8.5rem;
    max-width: 10.5rem;
    box-shadow: 6px 0 10px rgba(7, 17, 26, 0.06);
  }

  .lp-compare thead th:first-child {
    z-index: 4;
    background: #0c1a26;
  }

  .lp-compare tbody th {
    background: #f8fafc;
  }

  .lp-compare tbody tr:hover th {
    background: #f1f5f9;
  }
}

.lp-compare__footnote {
  margin: 1.15rem 0 0;
  font-size: 0.92rem;
  color: var(--ink-soft);
}

.lp-compare__footnote a {
  color: var(--accent-deep);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

/* legacy aliases */
.lp-compare__yes {
  color: var(--accent-deep);
  font-weight: 650;
}

.lp-compare__no {
  color: #94a3b8;
}

/* ——— Pricing ——— */

.lp-section--plans {
  scroll-margin-top: 5rem;
  background: #f7f7f8;
  color: var(--ink);
}

.lp-section--plans .lp-lead strong {
  color: var(--accent-deep);
  font-weight: 650;
}

.lp-plans {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

@media (min-width: 760px) {
  .lp-plans {
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    align-items: stretch;
  }
}

.lp-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.6rem 1.4rem 1.5rem;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  transition: transform 240ms var(--ease), border-color 240ms var(--ease), box-shadow 240ms var(--ease);
}

.lp-plan:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 10, 10, 0.14);
  box-shadow: 0 22px 50px rgba(10, 10, 10, 0.08);
}

.lp-plan--free {
  border-color: rgba(15, 118, 110, 0.35);
  box-shadow: 0 18px 40px rgba(15, 118, 110, 0.1);
}

.lp-plan__ribbon {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #1d1d1f;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lp-plan__name {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--lp-ink);
  padding-right: 6rem;
}

.lp-plan__price {
  margin: 0;
  font-size: clamp(1.85rem, 3vw, 2.25rem);
  font-weight: 650;
  letter-spacing: var(--lp-track-display);
  color: var(--lp-ink);
  line-height: 1.05;
}

.lp-plan__price span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.008em;
  color: var(--lp-muted);
}

.lp-plan__desc {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lp-muted);
  line-height: 1.45;
  letter-spacing: -0.008em;
}

.lp-plan__meta {
  margin: 0;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.lp-plan__meta-note {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.lp-plan__features {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(10, 10, 10, 0.06);
  display: grid;
  gap: 0.55rem;
}

.lp-plan__features li {
  position: relative;
  padding-left: 1.35rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--ink-soft);
}

.lp-plan__feat--yes::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-deep);
  font-weight: 700;
}

.lp-plan__feat--no {
  color: #a1a1aa;
  text-decoration: line-through;
}

.lp-plan__feat--no::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #d4d4d8;
}

.lp-plan__cta {
  margin-top: 0.25rem;
}

.lp-plan__cta .btn {
  width: 100%;
}

.lp-plans-empty {
  margin-top: 1.5rem;
  color: var(--muted);
}


/* ——— Testimonials ——— */

.lp-quotes {
  margin-top: 2rem;
  position: relative;
}

.lp-quotes__viewport {
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 2.5rem,
    #000 calc(100% - 2.5rem),
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 2.5rem,
    #000 calc(100% - 2.5rem),
    transparent
  );
}

.lp-quotes__track {
  display: flex;
  gap: 1rem;
  width: max-content;
  --lp-quotes-item-dur: 5.5s;
  animation: lp-quotes-marquee calc(var(--lp-quotes-n, 12) * var(--lp-quotes-item-dur)) linear infinite;
  will-change: transform;
}

@media (max-width: 767px) {
  .lp-quotes__track {
    --lp-quotes-item-dur: 8.5s;
  }
}

@keyframes lp-quotes-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.lp-quote {
  flex: 0 0 min(85vw, 22rem);
  padding: 1.4rem 1.35rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--ink) 8%, transparent);
  box-shadow: 0 14px 36px rgba(7, 17, 26, 0.05);
}

.lp-quote__stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.85rem;
  color: var(--accent);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.lp-quote__text {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--ink);
}

.lp-quote__who {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.lp-quote__who strong {
  display: block;
  color: var(--ink);
  font-weight: 650;
}

@media (prefers-reduced-motion: reduce) {
  .lp-quotes__viewport {
    mask-image: none;
    -webkit-mask-image: none;
    overflow-x: auto;
  }

  .lp-quotes__track {
    animation: none;
  }

  .lp-quotes__track .lp-quote[aria-hidden='true'] {
    display: none;
  }
}

/* ——— Home blog carousel ——— */

.lp-blog-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.75rem;
  margin-bottom: 1.75rem;
}

.lp-blog-head__copy {
  max-width: 36rem;
}

.lp-blog-head__copy .lp-title {
  margin-bottom: 0.55rem;
}

.lp-blog-head__copy .lp-lead {
  margin-bottom: 0;
}

.lp-blog-head__all {
  flex-shrink: 0;
}

.lp-blog-carousel {
  position: relative;
  margin-top: 0.25rem;
}

.lp-blog-carousel__viewport {
  overflow: hidden;
  margin: 0 2.75rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  container-type: inline-size;
  container-name: lp-blog;
}

.lp-blog-carousel__viewport:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--accent, #0071e3) 55%, transparent);
  outline-offset: 4px;
  border-radius: 4px;
}

.lp-blog-carousel__track {
  display: flex;
  gap: 1rem;
  will-change: transform;
  transition: transform 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-blog-carousel__track.is-dragging {
  transition: none;
}

.lp-blog-card {
  flex: 0 0 calc((100cqi - 2rem) / 3);
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--ink) 8%, transparent);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(7, 17, 26, 0.04);
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease;
}

.lp-blog-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in oklab, var(--ink) 14%, transparent);
  box-shadow: 0 18px 40px rgba(7, 17, 26, 0.08);
}

.lp-blog-card:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--accent, #0071e3) 55%, transparent);
  outline-offset: 3px;
}

.lp-blog-card__thumb {
  aspect-ratio: 16 / 9;
  background: #0c1a26;
  overflow: hidden;
}

.lp-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.lp-blog-card:hover .lp-blog-card__thumb img {
  transform: scale(1.04);
}

.lp-blog-card__body {
  display: grid;
  gap: 0.4rem;
  padding: 1rem 1.05rem 1.2rem;
  flex: 1;
}

.lp-blog-card__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: var(--lp-muted, #6e6e73);
}

.lp-blog-card__meta span:last-child {
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-deep, #0058b0);
}

.lp-blog-card__title {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.28;
  color: var(--lp-ink, #1d1d1f);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lp-blog-card__summary {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--lp-muted, #6e6e73);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lp-blog-carousel__nav {
  position: absolute;
  top: calc((100% - 2.5rem) * 0.28);
  z-index: 2;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid color-mix(in oklab, var(--ink) 12%, transparent);
  border-radius: 999px;
  background: #fff;
  color: var(--lp-ink, #1d1d1f);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(7, 17, 26, 0.06);
  transition:
    background 160ms ease,
    border-color 160ms ease,
    opacity 160ms ease,
    transform 160ms ease;
}

.lp-blog-carousel__nav:hover:not(:disabled) {
  background: #f5f5f7;
  border-color: color-mix(in oklab, var(--ink) 22%, transparent);
}

.lp-blog-carousel__nav:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--accent, #0071e3) 55%, transparent);
  outline-offset: 2px;
}

.lp-blog-carousel__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.lp-blog-carousel__nav--prev {
  left: 0;
}

.lp-blog-carousel__nav--next {
  right: 0;
}

.lp-blog-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  min-height: 0.55rem;
}

.lp-blog-carousel__dot {
  width: 0.45rem;
  height: 0.45rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: color-mix(in oklab, var(--ink) 18%, transparent);
  cursor: pointer;
  transition:
    width 200ms ease,
    background 200ms ease;
}

.lp-blog-carousel__dot.is-active {
  width: 1.15rem;
  background: var(--lp-ink, #1d1d1f);
}

.lp-blog-carousel__dot:focus-visible {
  outline: 2px solid color-mix(in oklab, var(--accent, #0071e3) 55%, transparent);
  outline-offset: 2px;
}

@container lp-blog (max-width: 720px) {
  .lp-blog-card {
    flex-basis: calc((100cqi - 1rem) / 2);
  }
}

@container lp-blog (max-width: 420px) {
  .lp-blog-card {
    flex-basis: min(82cqi, 19.5rem);
  }
}

@media (max-width: 639px) {
  .lp-blog-carousel__viewport {
    margin: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lp-blog-carousel__viewport::-webkit-scrollbar {
    display: none;
  }

  .lp-blog-carousel__nav {
    display: none;
  }

  .lp-blog-carousel__track {
    transition: none;
    padding-right: 1rem;
  }

  .lp-blog-card {
    flex-basis: min(82vw, 19.5rem);
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-blog-carousel__track,
  .lp-blog-card,
  .lp-blog-card__thumb img,
  .lp-blog-carousel__dot {
    transition: none;
  }

  .lp-blog-card:hover {
    transform: none;
  }

  .lp-blog-card:hover .lp-blog-card__thumb img {
    transform: none;
  }
}

/* ——— Final CTA ——— */

.lp-cta {
  text-align: center;
  padding: clamp(3.25rem, 8vw, 5rem) var(--landing-pad);
  background: var(--lp-night);
}

.lp-cta .lp-kicker {
  color: var(--lp-ray);
}

.lp-cta .lp-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 32rem;
  color: #f5f5f7;
  font-weight: 700;
  letter-spacing: var(--lp-track-title);
}

.lp-cta .lp-lead {
  margin: 0 auto 1.75rem;
  max-width: 30rem;
  color: rgba(245, 245, 247, 0.72);
  font-size: var(--lp-lead);
  line-height: 1.47;
}

.lp-cta .btn--primary,
.lp-cta .btn--ink {
  background: var(--lp-ray);
  color: var(--lp-ink);
  box-shadow: none;
}

.lp-cta .btn--primary:hover,
.lp-cta .btn--ink:hover {
  background: #c8f000;
  color: var(--lp-ink);
}

.lp-cta__ghost {
  border-color: rgba(245, 245, 247, 0.28);
  color: #f5f5f7;
  background: transparent;
}

.lp-cta__ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(245, 245, 247, 0.4);
  color: #fff;
}

.lp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* ——— FAQ ——— */

.lp-faq {
  margin-top: 1.75rem;
  display: grid;
  gap: 0.65rem;
  max-width: 46rem;
}

.lp-faq__item {
  border: 1px solid var(--lp-line);
  border-radius: 1rem;
  background: #fff;
  padding: 0;
  overflow: hidden;
}

.lp-faq__q {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  font-family: var(--lp-display-font);
  font-size: 1.02rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--lp-ink);
}

.lp-faq__q::-webkit-details-marker {
  display: none;
}

.lp-faq__q::after {
  content: "+";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in oklab, var(--lp-signal) 10%, white);
  color: var(--lp-signal);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.lp-faq__item[open] .lp-faq__q::after {
  content: "–";
}

.lp-faq__a {
  padding: 0 1.15rem 1.1rem;
}

.lp-faq__a p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--lp-steel);
  text-wrap: pretty;
}

/* ——— Sitefoot night (Rayo / emailmarketing style) ——— */

.lp-sitefoot {
  background: var(--lp-night);
  color: rgba(255, 255, 255, 0.88);
  border-top: 0;
  padding: clamp(2.5rem, 5vw, 3.5rem) var(--landing-pad) 0;
}

.lp-sitefoot__cta-soft {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-sitefoot__cta-label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}

.lp-sitefoot__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lp-sitefoot__pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.85rem;
  border-radius: 980px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: background 160ms var(--ease), border-color 160ms var(--ease), color 160ms var(--ease);
}

.lp-sitefoot__pill:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(214, 255, 0, 0.45);
  color: #fff;
}

.lp-sitefoot__pill--wa {
  background: var(--lp-signal);
  border-color: var(--lp-signal);
  color: #fff;
}

.lp-sitefoot__pill--wa:hover {
  background: var(--lp-signal-hover);
  border-color: var(--lp-signal-hover);
  color: #fff;
}

.lp-directory {
  display: grid;
  gap: 2rem;
  padding-bottom: clamp(1.75rem, 3vw, 2.25rem);
}

@media (min-width: 900px) {
  .lp-directory {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.65fr);
    gap: 2.5rem 3rem;
    align-items: start;
  }
}

.lp-directory__title {
  margin: 0 0 0.75rem;
  font-family: var(--lp-display-font);
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #fff;
  text-wrap: balance;
}

.lp-directory__about p {
  margin: 0 0 0.75rem;
  max-width: 36rem;
  font-size: 0.875rem;
  line-height: 1.55;
  letter-spacing: -0.008em;
  color: rgba(255, 255, 255, 0.78);
}

.lp-directory__about p:last-child {
  margin-bottom: 0;
}

.lp-directory__rating {
  margin-top: 1.1rem;
}

.lp-directory__about a {
  color: var(--lp-ray);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.lp-directory__about a:hover {
  color: #fff;
}

.lp-directory__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 1.5rem;
}

@media (min-width: 700px) {
  .lp-directory__cols {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lp-directory__col h3 {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-ray);
}

.lp-directory__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.lp-directory__col a {
  font-size: 0.875rem;
  line-height: 1.35;
  letter-spacing: -0.008em;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.lp-directory__col a:hover {
  color: #fff;
}

.lp-sitefoot__extras {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0 2rem;
  display: grid;
  gap: 1.25rem;
}

.lp-sitefoot__tools-label,
.lp-sitefoot__contact-label {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lp-ray);
}

.lp-sitefoot__tools {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
}

.lp-sitefoot__tools a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.lp-sitefoot__tools a:hover {
  color: #fff;
}

.lp-sitefoot__maker {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
}

.lp-sitefoot__maker-label {
  margin: 0;
}

.lp-sitefoot__maker-brand {
  display: inline-flex;
  line-height: 0;
  text-decoration: none;
}

.lp-sitefoot__maker-logo {
  display: block;
  height: 2.75rem;
  width: auto;
  max-width: min(12.25rem, 70vw);
  object-fit: contain;
}

.lp-sitefoot__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
}

.lp-sitefoot__social a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.lp-sitefoot__social a:hover {
  color: #fff;
}

.lp-directory__maker {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

.lp-directory__maker-label {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.72);
}

.lp-directory__maker-logo {
  display: block;
  height: 2.75rem;
  width: auto;
  max-width: min(12.25rem, 70vw);
  object-fit: contain;
}

.lp-directory__social {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}

.lp-directory__social-link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.lp-directory__social-link:hover {
  color: #fff;
}

/* Google rating badge */
.lp-google-rating {
  display: inline-flex;
  flex-direction: column;
  gap: 0.45rem;
  max-width: 22rem;
  padding: 0.95rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  transition: border-color 160ms var(--ease), background 160ms var(--ease);
}

@media (min-width: 640px) {
  .lp-google-rating {
    flex-direction: row;
    align-items: center;
  }
}

.lp-google-rating:hover {
  border-color: rgba(214, 255, 0, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.lp-google-rating--compact {
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  max-width: none;
}

.lp-google-rating__stars {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  color: #f59e0b;
}

.lp-google-rating__star {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  opacity: 0.4;
}

.lp-google-rating__star.is-on {
  fill: currentColor;
  stroke: none;
  opacity: 1;
}

.lp-google-rating__copy {
  font-size: 0.8125rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.lp-google-rating__copy strong {
  color: #fff;
  font-weight: 700;
}

.lp-google-rating__hint {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
}

.lp-google-rating:hover .lp-google-rating__hint {
  color: var(--lp-ray);
}

.lp-directory__col a:hover {
  color: #fff;
}

.page--landing .footer--landing .footer__shell {
  width: min(100%, var(--landing-max));
  margin: 0 auto;
  padding: 0 var(--landing-pad) calc(1.75rem + env(safe-area-inset-bottom, 0px));
}

.page--landing .footer__landing-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 1.25rem 0 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page--landing .footer__maker,
.page--landing .footer__maker--compact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin: 0;
}

.page--landing .footer__maker-label {
  margin: 0;
  font-size: 0.75rem;
  color: #6e6e73;
}

.page--landing .footer__maker-link {
  display: inline-flex;
  line-height: 0;
  opacity: 0.78;
  transition: opacity 160ms ease;
}

.page--landing .footer__maker-link:hover {
  opacity: 1;
  transform: none;
}

.page--landing .footer__maker-logo {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: min(12rem, 65vw);
  object-fit: contain;
  filter: none;
}

.page--landing .footer__maker-meta {
  margin: 0;
  font-size: 0.75rem;
}

.page--landing .footer__landing-legal {
  display: grid;
  gap: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page--landing .footer__copy,
.page--landing .footer--landing .footer__maker-credit {
  margin: 0;
  font-size: 0.6875rem;
  line-height: 1.45;
  color: #86868b;
  text-align: left;
}

.page--landing .footer--landing .footer__maker-credit a {
  color: #424245;
  font-weight: 600;
  text-decoration: none;
}

.page--landing .footer--landing .footer__maker-credit a:hover {
  color: #1d1d1f;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.page--landing .footer__legal {
  margin: 0;
}

.page--landing .footer__legal a {
  color: #424245;
  text-decoration: none;
  font-size: 0.75rem;
}

.page--landing .footer__legal a:hover {
  color: #1d1d1f;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.lp-seo {
  display: none;
}

@media (min-width: 960px) {
  .lp-hero__cta {
    flex-direction: row;
  }

  .lp-hero__cta .btn {
    width: auto;
  }
}
