:root {
  --lh-ink: #0f172a;
  --lh-muted: #64748b;
  --lh-line: rgba(15, 23, 42, 0.08);
  --lh-purple: #7c3aed;
  --lh-purple-deep: #6d28d9;
  --lh-pink: #ec4899;
  --lh-green: #16a34a;
  --lh-orange: #ea580c;
  --lh-bg: #ffffff;
  --lh-soft: #f8fafc;
  --lh-font: "Sora", system-ui, sans-serif;
  --lh-shadow: 0 20px 50px rgba(15, 23, 42, 0.10);
  --lh-radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.yb-home {
  margin: 0;
  font-family: var(--lh-font);
  color: var(--lh-ink);
  background: var(--lh-bg);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ——— Nav ——— */
.lh-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lh-line);
}
.lh-nav__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}
.lh-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
}
.lh-logo__mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed, #a855f7 55%, #ec4899);
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.35);
  position: relative;
}
.lh-logo__mark::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
}
.lh-nav__links {
  display: flex;
  justify-content: center;
  gap: 1.35rem;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--lh-muted);
}
.lh-nav__links a:hover,
.lh-nav__links a.is-active { color: var(--lh-purple); }
.lh-nav__right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.lh-lang {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--lh-muted);
  font-size: 0.88rem;
  font-weight: 600;
}
.lh-nav__login {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--lh-ink);
}
.lh-nav__toggle {
  display: none;
  border: 1px solid var(--lh-line);
  background: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
}

/* ——— Buttons ——— */
.lh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.7rem 1.2rem;
  font-weight: 700;
  font-size: 0.92rem;
  border: 0;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.lh-btn:hover { transform: translateY(-2px); }
.lh-btn--primary {
  background: var(--lh-purple);
  color: #fff;
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.28);
}
.lh-btn--primary:hover { background: var(--lh-purple-deep); color: #fff; }
.lh-btn--ghost {
  background: #fff;
  color: var(--lh-ink);
  border: 1px solid var(--lh-line);
}
.lh-btn--outline {
  background: #fff;
  color: var(--lh-purple);
  border: 1.5px solid rgba(124, 58, 237, 0.45);
}
.lh-btn--outline:hover {
  background: rgba(124, 58, 237, 0.06);
  color: var(--lh-purple-deep);
  border-color: var(--lh-purple);
}
.lh-btn--white {
  background: #fff;
  color: var(--lh-purple);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
}
.lh-btn--white:hover {
  background: #f8fafc;
  color: var(--lh-purple-deep);
}
.lh-btn--lg { padding: 0.95rem 1.45rem; font-size: 0.98rem; }
.w-100 { width: 100%; }

/* ——— Hero ——— */
.lh-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  padding: 2.5rem 0 3rem;
  overflow: hidden;
}
.lh-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 480px at 8% 0%, rgba(124, 58, 237, 0.14), transparent 60%),
    radial-gradient(700px 420px at 90% 20%, rgba(236, 72, 153, 0.10), transparent 55%),
    linear-gradient(180deg, #faf8ff 0%, #ffffff 55%, #ffffff 100%);
}
.lh-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}
.lh-hero__brand {
  font-size: 1.65rem;
  margin-bottom: 1rem;
}
.lh-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: #efe7ff;
  color: var(--lh-purple);
  font-size: 0.84rem;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  margin: 0 0 1rem;
}
.lh-pill--light {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.lh-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 4.2vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 800;
  max-width: 16ch;
}
.lh-hero h1 em {
  font-style: normal;
  color: var(--lh-purple);
}
.lh-hero__lead {
  margin: 0 0 1.15rem;
  color: var(--lh-muted);
  font-size: 1.05rem;
  max-width: 38ch;
}
.lh-checks {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}
.lh-checks li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.95rem;
  font-weight: 500;
}
.lh-checks i { color: var(--lh-purple); }
.lh-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}
.lh-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.35rem;
  color: var(--lh-muted);
  font-size: 0.82rem;
  font-weight: 600;
}
.lh-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.lh-trust i { color: var(--lh-purple); }

/* Phone + floats */
.lh-hero__visual {
  position: relative;
  min-height: 540px;
  display: grid;
  place-items: center;
}
.lh-phone {
  width: 270px;
  border-radius: 36px;
  padding: 12px;
  background: #111827;
  box-shadow: var(--lh-shadow), 0 0 0 1px rgba(255,255,255,.08) inset;
  animation: lh-float 5.5s ease-in-out infinite;
}
.lh-phone__screen {
  border-radius: 28px;
  overflow: hidden;
  min-height: 480px;
  padding: 1.6rem 1.1rem 1.2rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(165deg, #7c3aed 0%, #a855f7 42%, #ec4899 100%);
}
.lh-phone__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: 0.4rem auto 0.7rem;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.22);
  border: 3px solid rgba(255,255,255,.65);
  font-weight: 800;
  font-size: 1.2rem;
}
.lh-phone__name { display: block; font-size: 1.1rem; }
.lh-phone__bio {
  margin: 0.25rem 0 0.85rem;
  opacity: 0.88;
  font-size: 0.82rem;
}
.lh-phone__socials {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
.lh-phone__links {
  display: grid;
  gap: 0.55rem;
}
.lh-phone__links span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #fff;
  color: var(--lh-ink);
  border-radius: 999px;
  padding: 0.72rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.lh-float {
  position: absolute;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  box-shadow: var(--lh-shadow);
  padding: 0.75rem 0.9rem;
  z-index: 2;
  animation: lh-float 6s ease-in-out infinite;
}
.lh-float strong { display: block; font-size: 0.9rem; }
.lh-float span { display: block; font-size: 0.72rem; color: var(--lh-muted); font-weight: 600; }
.lh-float--stats { left: 0; top: 12%; width: 150px; animation-delay: .2s; }
.lh-float--stats svg { width: 100%; height: 36px; margin-top: 0.25rem; }
.lh-float--clicks { right: 0; top: 22%; text-align: right; animation-delay: .6s; }
.lh-float--clicks strong { font-size: 1.35rem; color: var(--lh-purple); letter-spacing: -0.03em; }
.lh-float--theme { left: 2%; bottom: 18%; animation-delay: 1s; }
.lh-swatches { display: flex; gap: 0.35rem; margin-top: 0.4rem; }
.lh-swatches i {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--c); display: block;
}
.lh-float--domain { right: 0; bottom: 12%; min-width: 180px; animation-delay: 1.3s; }
.lh-float--domain code {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  margin-top: 0.25rem;
  color: var(--lh-ink);
  background: transparent;
}
.lh-float--domain i { color: var(--lh-green); }

@keyframes lh-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* ——— Features ribbon ——— */
.lh-ribbon {
  padding: 0.5rem 0 2.5rem;
}
.lh-ribbon__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.lh-ribbon article {
  padding: 1.25rem 1.1rem;
  border-radius: var(--lh-radius);
  background: var(--lh-soft);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}
.lh-ribbon article.is-in {
  opacity: 1;
  transform: none;
}
.lh-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  font-size: 1.15rem;
}
.lh-ico.tone-purple { background: #efe7ff; color: #7c3aed; }
.lh-ico.tone-green { background: #dcfce7; color: #16a34a; }
.lh-ico.tone-orange { background: #ffedd5; color: #ea580c; }
.lh-ico.tone-pink { background: #fce7f3; color: #db2777; }
.lh-ribbon h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
}
.lh-ribbon p {
  margin: 0;
  color: var(--lh-muted);
  font-size: 0.88rem;
}

/* ——— Templates ——— */
.lh-templates {
  padding: 1rem 0 3rem;
}
.lh-templates__head {
  max-width: 1180px;
  margin: 0 auto 1.25rem;
  padding: 0 1.25rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}
.lh-templates__head h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.03em;
  font-weight: 800;
  max-width: 14ch;
}
.lh-templates__head a {
  color: var(--lh-purple);
  font-weight: 700;
  white-space: nowrap;
}
.lh-carousel {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 3rem;
}
.lh-carousel__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 0.5rem 0.15rem 1rem;
}
.lh-carousel__track::-webkit-scrollbar { display: none; }
.lh-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--lh-line);
  background: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  display: grid;
  place-items: center;
  z-index: 2;
  cursor: pointer;
}
.lh-carousel__btn.prev { left: 0.25rem; }
.lh-carousel__btn.next { right: 0.25rem; }
.lh-tpl {
  flex: 0 0 190px;
  scroll-snap-align: start;
  border-radius: 22px;
  padding: 1.35rem 1rem 1.1rem;
  background: var(--tpl-bg);
  color: var(--tpl-text);
  min-height: 260px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  text-align: center;
}
.lh-tpl__avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  margin: 0 auto 0.75rem;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--tpl-accent) 35%, #fff);
  font-weight: 800;
}
.lh-tpl strong { display: block; font-size: 0.95rem; }
.lh-tpl span {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
  margin: 0.2rem 0 1rem;
}
.lh-tpl__btns {
  display: grid;
  gap: 0.4rem;
}
.lh-tpl__btns i {
  display: block;
  height: 28px;
  border-radius: 999px;
  background: var(--tpl-btn);
  opacity: 0.92;
}

/* ——— Stats ——— */
.lh-stats {
  background: var(--lh-soft);
  border-top: 1px solid var(--lh-line);
  border-bottom: 1px solid var(--lh-line);
  padding: 2rem 0;
}
.lh-stats__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.lh-stats__inner > div {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .45s ease, transform .45s ease;
}
.lh-stats__inner > div.is-in {
  opacity: 1;
  transform: none;
}
.lh-stats i {
  display: block;
  color: var(--lh-purple);
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
}
.lh-stats strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.lh-stats span {
  color: var(--lh-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

/* ——— Pricing ——— */
.lh-pricing {
  padding: 3.5rem 0 2rem;
}
.lh-pricing__head {
  text-align: center;
  margin-bottom: 1.75rem;
  padding: 0 1.25rem;
}
.lh-pricing__head h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.03em;
  font-weight: 800;
}
.lh-pricing__head p { margin: 0; color: var(--lh-muted); }
.lh-plans {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.lh-plan {
  position: relative;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 22px;
  padding: 1.4rem 1.25rem 1.25rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease, border-color .2s ease;
}
.lh-plan.is-in { opacity: 1; transform: none; }
.lh-plan.is-featured {
  border-color: rgba(124, 58, 237, 0.45);
  box-shadow: 0 18px 40px rgba(124, 58, 237, 0.12);
}
.lh-plan__tag {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lh-purple);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  border-radius: 999px;
  padding: 0.25rem 0.7rem;
}
.lh-plan h3 { margin: 0 0 0.5rem; font-size: 1.15rem; }
.lh-plan__price {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.lh-plan__price small {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--lh-muted);
}
.lh-plan ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  color: var(--lh-muted);
  font-size: 0.9rem;
}

/* ——— Affiliates ——— */
.lh-affiliates {
  padding: 1rem 1.25rem 3.5rem;
}
.lh-affiliates__inner {
  max-width: 1180px;
  margin: 0 auto;
  border-radius: 28px;
  padding: 2rem 2.2rem;
  background: linear-gradient(120deg, #7c3aed 0%, #6d28d9 45%, #a855f7 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.lh-affiliates h2 {
  margin: 0.6rem 0 0.45rem;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  letter-spacing: -0.03em;
  max-width: 18ch;
}
.lh-affiliates p:not(.lh-pill) {
  margin: 0;
  opacity: 0.9;
  max-width: 40ch;
}
.lh-affiliates .lh-btn--primary {
  background: #fff;
  color: var(--lh-purple);
  box-shadow: none;
  flex-shrink: 0;
}

/* ——— Footer ——— */
.lh-footer {
  border-top: 1px solid var(--lh-line);
  padding: 1.5rem 0 2rem;
}
.lh-footer__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  color: var(--lh-muted);
  font-size: 0.88rem;
}
.lh-footer__links {
  display: flex;
  gap: 1.1rem;
  font-weight: 600;
}

/* Reveal */
.lh-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.lh-reveal--delay { transition-delay: .12s; }
.lh-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .lh-nav__inner { grid-template-columns: auto auto 1fr; }
  .lh-nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--lh-line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 1.25rem 1rem;
    gap: 0.35rem;
  }
  .lh-nav__links.is-open { display: flex; }
  .lh-nav__toggle { display: grid; place-items: center; order: 2; margin-left: auto; }
  .lh-nav__right { order: 3; }
  .lh-hero__inner { grid-template-columns: 1fr; }
  .lh-hero { min-height: auto; }
  .lh-hero h1 { max-width: none; }
  .lh-hero__visual { min-height: 520px; margin-top: 0.5rem; }
  .lh-ribbon__inner { grid-template-columns: 1fr 1fr; }
  .lh-stats__inner { grid-template-columns: 1fr 1fr; }
  .lh-plans { grid-template-columns: 1fr; max-width: 420px; }
  .lh-affiliates__inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .lh-nav__login { display: none; }
  .lh-lang { display: none; }
  .lh-float--stats,
  .lh-float--theme { display: none; }
  .lh-ribbon__inner,
  .lh-stats__inner { grid-template-columns: 1fr; }
  .lh-templates__head { flex-direction: column; align-items: flex-start; }
  .lh-carousel { padding: 0 2.5rem; }
  .lh-hero__visual { min-height: 480px; }
}

/* ——— Página Funciones ——— */
.lf-hero {
  position: relative;
  padding: 3.2rem 0 3.5rem;
  overflow: hidden;
}
.lf-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(820px 420px at 10% 0%, rgba(124, 58, 237, 0.13), transparent 62%),
    radial-gradient(680px 380px at 92% 18%, rgba(236, 72, 153, 0.09), transparent 58%),
    linear-gradient(180deg, #faf8ff 0%, #ffffff 58%, #ffffff 100%);
}
.lf-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}
.lf-hero__copy h1 {
  margin: 0.85rem 0 1rem;
  font-size: clamp(2rem, 4.2vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
  max-width: 16ch;
}
.lf-hero__copy h1 em {
  font-style: normal;
  color: var(--lh-purple);
}
.lf-hero__copy .lh-hero__lead {
  max-width: 38ch;
  margin-bottom: 1.35rem;
}
.lf-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  margin-top: 1.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--lh-ink);
}
.lf-trust span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.lf-trust .tone-green { color: var(--lh-green); }
.lf-trust .tone-purple { color: var(--lh-purple); }
.lf-trust .tone-blue { color: #2563eb; }

.lf-hero__visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.lf-phone { z-index: 1; }

.lf-float {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  box-shadow: var(--lh-shadow);
  padding: 0.7rem 0.85rem 0.55rem;
  min-width: 132px;
  animation: lh-float 6s ease-in-out infinite;
}
.lf-float span {
  display: block;
  font-size: 0.7rem;
  color: var(--lh-muted);
  font-weight: 600;
}
.lf-float strong {
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  margin: 0.1rem 0 0.15rem;
}
.lf-float svg {
  width: 100%;
  height: 28px;
  display: block;
}
.lf-float--clicks { left: 0; top: 10%; animation-delay: .15s; }
.lf-float--clicks strong { color: #0ea5e9; }
.lf-float--conv { right: 0; top: 18%; animation-delay: .55s; }
.lf-float--conv strong { color: #ec4899; }
.lf-float--visits { left: 2%; bottom: 16%; animation-delay: .9s; }
.lf-float--visits strong { color: #3b82f6; }
.lf-float--revenue { right: 0; bottom: 12%; animation-delay: 1.25s; }
.lf-float--revenue strong { color: #f59e0b; }

.lf-grid-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.25rem 4rem;
}
.lf-grid-head {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 2.25rem;
}
.lf-grid-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  letter-spacing: -0.03em;
}
.lf-grid-head p {
  margin: 0;
  color: var(--lh-muted);
  line-height: 1.55;
}
.lf-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.lf-card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 18px;
  padding: 1.2rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease, box-shadow .2s ease, border-color .2s ease;
}
.lf-card.is-in {
  opacity: 1;
  transform: none;
}
.lf-card:hover {
  border-color: rgba(124, 58, 237, 0.28);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}
.lf-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: 1.2rem;
  background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%);
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.25);
}
.lf-card h3 {
  margin: 0;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}
.lf-card p {
  margin: 0;
  color: var(--lh-muted);
  font-size: 0.84rem;
  line-height: 1.45;
  flex: 1;
}
.lf-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--lh-purple);
}
.lf-card a:hover { color: var(--lh-purple-deep); }
.lf-card:nth-child(2) { transition-delay: .04s; }
.lf-card:nth-child(3) { transition-delay: .08s; }
.lf-card:nth-child(4) { transition-delay: .12s; }
.lf-card:nth-child(5) { transition-delay: .16s; }
.lf-card:nth-child(6) { transition-delay: .04s; }
.lf-card:nth-child(7) { transition-delay: .08s; }
.lf-card:nth-child(8) { transition-delay: .12s; }
.lf-card:nth-child(9) { transition-delay: .16s; }
.lf-card:nth-child(10) { transition-delay: .2s; }

.lf-cta {
  max-width: 1180px;
  margin: 0 auto 4rem;
  padding: 0 1.25rem;
}
.lf-cta__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem 1.75rem;
  flex-wrap: wrap;
  background: linear-gradient(120deg, #7c3aed 0%, #6d28d9 55%, #5b21b6 100%);
  color: #fff;
  border-radius: 22px;
  padding: 1.45rem 1.6rem;
  box-shadow: 0 22px 48px rgba(124, 58, 237, 0.28);
}
.lf-cta__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1.25rem;
  flex-shrink: 0;
}
.lf-cta__text {
  flex: 1;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.lf-cta__text strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.lf-cta__text span {
  opacity: 0.9;
  font-size: 0.92rem;
  line-height: 1.45;
}
.lf-cta .lh-btn--white { flex-shrink: 0; }

@media (max-width: 1100px) {
  .lf-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .lf-hero__inner { grid-template-columns: 1fr; }
  .lf-hero__copy h1 { max-width: none; }
  .lf-hero__visual { min-height: 520px; }
  .lf-cta__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 720px) {
  .lf-grid { grid-template-columns: repeat(2, 1fr); }
  .lf-float--visits,
  .lf-float--revenue { display: none; }
}
@media (max-width: 520px) {
  .lf-grid { grid-template-columns: 1fr; }
  .lf-hero__visual { min-height: 460px; }
  .lf-float--conv { display: none; }
  .lf-trust { flex-direction: column; gap: 0.55rem; }
}

/* ——— Página Plantillas ——— */
.yb-plantillas { background: #f8fafc; }
.lp-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 3.5rem;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.75rem;
  align-items: start;
}
.lp-side {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.lp-side__create { width: 100%; border-radius: 12px; }
.lp-side__block {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  padding: 1rem 0.9rem;
}
.lp-side__block h3 {
  margin: 0 0 0.75rem;
  padding: 0 0.35rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--lh-muted);
}
.lp-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.15rem;
}
.lp-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
  color: var(--lh-ink);
  font-size: 0.88rem;
  font-weight: 600;
}
.lp-cats a span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.lp-cats a i { color: var(--lh-muted); font-size: 1rem; }
.lp-cats a em {
  font-style: normal;
  color: var(--lh-muted);
  font-size: 0.8rem;
  font-weight: 700;
}
.lp-cats a:hover { background: rgba(124, 58, 237, 0.06); }
.lp-cats a.is-active {
  background: rgba(124, 58, 237, 0.12);
  color: var(--lh-purple);
}
.lp-cats a.is-active i,
.lp-cats a.is-active em { color: var(--lh-purple); }

.lp-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0 0.25rem 0.15rem;
}
.lp-swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sw);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.12);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 0.85rem;
}
.lp-swatch.is-active {
  box-shadow: 0 0 0 2px var(--lh-purple);
}
.lp-swatch[style*="#f8fafc"] { color: var(--lh-ink); }

.lp-upsell {
  background: linear-gradient(160deg, #f5f3ff 0%, #ede9fe 100%);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 16px;
  padding: 1.1rem;
}
.lp-upsell strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}
.lp-upsell p {
  margin: 0 0 0.9rem;
  color: var(--lh-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}
.lp-upsell .lh-btn {
  width: 100%;
  border-radius: 12px;
  font-size: 0.88rem;
}

.lp-main { min-width: 0; }
.lp-head { margin-bottom: 1.25rem; }
.lp-head h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  letter-spacing: -0.03em;
}
.lp-head p {
  margin: 0;
  color: var(--lh-muted);
  max-width: 48ch;
  line-height: 1.5;
}

.lp-highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.lp-highlights article {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 14px;
  padding: 0.85rem 0.95rem;
}
.lp-highlights i {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  background: rgba(124, 58, 237, 0.1);
  flex-shrink: 0;
}
.lp-highlights .tone-purple { color: var(--lh-purple); background: rgba(124, 58, 237, 0.12); }
.lp-highlights .tone-green { color: var(--lh-green); background: rgba(22, 163, 74, 0.12); }
.lp-highlights .tone-orange { color: var(--lh-orange); background: rgba(234, 88, 12, 0.12); }
.lp-highlights .tone-blue { color: #2563eb; background: rgba(37, 99, 235, 0.12); }
.lp-highlights strong {
  display: block;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.lp-highlights span {
  display: block;
  font-size: 0.75rem;
  color: var(--lh-muted);
  font-weight: 600;
  margin-top: 0.1rem;
}

.lp-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 1.25rem;
}
.lp-search {
  flex: 1;
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
}
.lp-search i { color: var(--lh-muted); }
.lp-search input {
  border: 0;
  outline: 0;
  width: 100%;
  font: inherit;
  background: transparent;
  color: var(--lh-ink);
}
.lp-sort {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.85rem center;
  border: 1px solid var(--lh-line);
  border-radius: 12px;
  padding: 0.7rem 2.2rem 0.7rem 0.9rem;
  font: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--lh-ink);
  cursor: pointer;
}
.lp-view {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 12px;
  overflow: hidden;
}
.lp-view a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--lh-muted);
}
.lp-view a.is-active {
  background: rgba(124, 58, 237, 0.1);
  color: var(--lh-purple);
}

.lp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.lp-grid.is-list {
  grid-template-columns: 1fr;
}
.lp-grid.is-list .lp-card {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
}
.lp-grid.is-list .lp-card__preview {
  aspect-ratio: 4 / 5;
  min-height: 0;
}
.lp-grid.is-list .lp-card__cta {
  align-self: center;
  margin: 0 0.5rem 0 0;
}

.lp-card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 18px;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.lp-card:hover {
  transform: translateY(-3px);
  border-color: rgba(124, 58, 237, 0.28);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}
.lp-card__preview {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4.2;
  background: var(--tpl-bg, #efe7ff);
}
.lp-card__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  z-index: 2;
  background: var(--lh-purple);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
}
.lp-mock {
  height: 100%;
  padding: 1.35rem 1rem 1rem;
  text-align: center;
  color: var(--tpl-text, #0f172a);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-mock__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 0.6rem;
  background: color-mix(in srgb, var(--tpl-accent) 40%, #fff);
  font-weight: 800;
  font-size: 1.05rem;
}
.lp-mock strong {
  font-size: 0.9rem;
  line-height: 1.2;
}
.lp-mock span {
  font-size: 0.72rem;
  opacity: 0.7;
  margin: 0.2rem 0 0.85rem;
}
.lp-mock i {
  display: block;
  width: 100%;
  height: 26px;
  border-radius: 999px;
  background: var(--tpl-btn);
  margin-bottom: 0.4rem;
  opacity: 0.95;
}

.lp-card__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0 0.15rem;
}
.lp-card__meta strong {
  display: block;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}
.lp-card__meta span {
  display: block;
  font-size: 0.78rem;
  color: var(--lh-muted);
  font-weight: 600;
  margin-top: 0.1rem;
}
.lp-card__dots {
  display: flex;
  gap: 0.28rem;
  padding-top: 0.2rem;
}
.lp-card__dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}
.lp-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(124, 58, 237, 0.45);
  color: var(--lh-purple);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.86rem;
  font-weight: 700;
  margin-top: auto;
}
.lp-card__cta:hover {
  background: rgba(124, 58, 237, 0.07);
  color: var(--lh-purple-deep);
}

.lp-empty {
  text-align: center;
  background: #fff;
  border: 1px dashed var(--lh-line);
  border-radius: 18px;
  padding: 3rem 1.5rem;
  color: var(--lh-muted);
}
.lp-empty i { font-size: 1.8rem; color: var(--lh-purple); }
.lp-empty p { margin: 0.75rem 0 1rem; }
.lp-empty a { font-weight: 700; color: var(--lh-purple); }

.lp-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.35rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.lp-pager a,
.lp-pager span {
  min-width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--lh-ink);
}
.lp-pager a:hover { background: rgba(124, 58, 237, 0.08); }
.lp-pager a.is-active {
  background: var(--lh-purple);
  color: #fff;
}
.lp-pager .is-disabled { opacity: 0.35; }
.lp-pager .is-gap { color: var(--lh-muted); }

@media (max-width: 1100px) {
  .lp-grid { grid-template-columns: repeat(3, 1fr); }
  .lp-highlights { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .lp-page { grid-template-columns: 1fr; }
  .lp-side {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }
  .lp-side__create { grid-column: 1 / -1; }
  .lp-upsell { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .lp-side { grid-template-columns: 1fr; }
  .lp-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-grid.is-list .lp-card {
    grid-template-columns: 120px 1fr;
  }
  .lp-grid.is-list .lp-card__cta {
    grid-column: 1 / -1;
    margin: 0;
  }
}
@media (max-width: 520px) {
  .lp-highlights { grid-template-columns: 1fr; }
  .lp-grid { grid-template-columns: 1fr; }
  .lp-sort { width: 100%; }
}

/* ——— Página Precios ——— */
.yb-precios { background: #fff; }
.lx-hero {
  position: relative;
  padding: 3.2rem 1.25rem 1.5rem;
  text-align: center;
  overflow: hidden;
}
.lx-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 340px at 50% 0%, rgba(124, 58, 237, 0.12), transparent 65%),
    linear-gradient(180deg, #faf8ff 0%, #ffffff 70%);
}
.lx-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}
.lx-hero h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
}
.lx-hero p {
  margin: 0 auto 1.5rem;
  color: var(--lh-muted);
  line-height: 1.55;
  max-width: 46ch;
}
.lx-toggle {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 999px;
  padding: 0.28rem;
  gap: 0.15rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.lx-toggle button {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--lh-muted);
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.lx-toggle button em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 800;
  color: #15803d;
  background: #dcfce7;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}
.lx-toggle button.is-active {
  background: var(--lh-purple);
  color: #fff;
}
.lx-toggle button.is-active em {
  background: rgba(255,255,255,.2);
  color: #fff;
}

.lx-plans {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.25rem 2.5rem;
}
.lx-plans__grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
.lx-plans__grid--3 { grid-template-columns: repeat(3, 1fr); }
.lx-plans__grid--4 { grid-template-columns: repeat(4, 1fr); }
.lx-plans__grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 720px; margin: 0 auto; }

.lx-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 20px;
  padding: 1.45rem 1.3rem 1.35rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}
.lx-card.is-featured {
  border-color: rgba(124, 58, 237, 0.35);
  box-shadow: 0 18px 44px rgba(124, 58, 237, 0.14);
  border-top: 4px solid var(--lh-purple);
}
.lx-card__badge {
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translateX(-50%);
  background: var(--lh-purple);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.lx-card h2 {
  margin: 0.35rem 0 0.25rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
.lx-card__blurb {
  margin: 0 0 1rem;
  color: var(--lh-muted);
  font-size: 0.88rem;
}
.lx-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.15rem;
}
.lx-card__price .lx-price {
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}
.lx-card__price small {
  color: var(--lh-muted);
  font-weight: 600;
  font-size: 0.95rem;
}
.lx-price--yearly { display: none; }
[data-billing-root="yearly"] .lx-price--monthly { display: none; }
[data-billing-root="yearly"] .lx-price--yearly { display: inline; }
.lx-card__note {
  margin: 0 0 1rem;
  min-height: 1.2em;
  font-size: 0.78rem;
  color: var(--lh-muted);
  font-weight: 600;
}
.lx-note--yearly { display: none; }
[data-billing-root="yearly"] .lx-note--yearly { display: block; }
[data-billing-root="yearly"] .lx-note--monthly { display: none; }
.lx-card ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  flex: 1;
}
.lx-card li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.35;
}
.lx-card li i {
  color: var(--lh-purple);
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.lx-card .lh-btn { margin-top: auto; border-radius: 999px; }

.lx-compare-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 2.5rem;
}
.lx-compare-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 1.25rem;
  align-items: start;
}
.lx-compare h2 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.lx-table-scroll { overflow-x: auto; }
.lx-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  overflow: hidden;
  min-width: 560px;
}
.lx-table th,
.lx-table td {
  padding: 0.85rem 1rem;
  text-align: center;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--lh-line);
}
.lx-table thead th {
  font-weight: 800;
  background: #fafafa;
}
.lx-table tbody th {
  text-align: left;
  font-weight: 600;
  color: var(--lh-ink);
  background: #fff;
}
.lx-table tr:last-child th,
.lx-table tr:last-child td { border-bottom: 0; }
.lx-table .is-pro {
  background: rgba(124, 58, 237, 0.05);
}
.lx-table thead .is-pro { background: rgba(124, 58, 237, 0.1); color: var(--lh-purple); }
.lx-ok { color: #16a34a; font-size: 1.05rem; }
.lx-no { color: #f87171; font-size: 0.85rem; }

.lx-help {
  background: linear-gradient(165deg, #f5f3ff 0%, #ede9fe 100%);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 18px;
  padding: 1.25rem 1.15rem;
  position: sticky;
  top: 88px;
}
.lx-help h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}
.lx-help ul {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}
.lx-help li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}
.lx-help li > i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(124, 58, 237, 0.14);
  color: var(--lh-purple);
  flex-shrink: 0;
}
.lx-help strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}
.lx-help span {
  display: block;
  font-size: 0.82rem;
  color: var(--lh-muted);
  line-height: 1.4;
}
.lx-help .lh-btn {
  border-radius: 12px;
  background: #fff;
  font-size: 0.88rem;
}

.lx-trust {
  background: #f8fafc;
  border-top: 1px solid var(--lh-line);
  border-bottom: 1px solid var(--lh-line);
}
.lx-trust__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--lh-ink);
}
.lx-trust__inner > span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.lx-trust__inner i { color: var(--lh-purple); }
.lx-pay {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.lx-pay span {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 8px;
  padding: 0.35rem 0.65rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--lh-muted);
}

.lx-faq {
  padding: 3rem 1.25rem 3.5rem;
}
.lx-faq__inner {
  max-width: 760px;
  margin: 0 auto;
}
.lx-faq h2 {
  margin: 0 0 1.25rem;
  text-align: center;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}
.lx-faq__list { display: grid; gap: 0.65rem; }
.lx-faq details {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 14px;
  padding: 0.95rem 1.1rem;
}
.lx-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.lx-faq summary::-webkit-details-marker { display: none; }
.lx-faq summary::after {
  content: "+";
  color: var(--lh-purple);
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
}
.lx-faq details[open] summary::after { content: "−"; }
.lx-faq p {
  margin: 0.7rem 0 0;
  color: var(--lh-muted);
  line-height: 1.5;
  font-size: 0.92rem;
}

.lh-pricing__more {
  text-align: center;
  margin: 1.25rem 0 0;
}
.lh-pricing__more a {
  font-weight: 700;
  color: var(--lh-purple);
}

@media (max-width: 1100px) {
  .lx-plans__grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .lx-plans__grid--3 { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .lx-compare-layout { grid-template-columns: 1fr; }
  .lx-help { position: static; }
}
@media (max-width: 640px) {
  .lx-plans__grid--4,
  .lx-plans__grid--2 { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .lx-trust__inner { justify-content: center; text-align: center; }
  .lx-trust__inner > span { justify-content: center; }
}

/* ——— Página Blog ——— */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.yb-blog { background: #fff; }
.lb-hero {
  position: relative;
  padding: 2.75rem 0 1.5rem;
  overflow: hidden;
}
.lb-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(780px 380px at 12% 0%, rgba(124, 58, 237, 0.12), transparent 60%),
    radial-gradient(640px 320px at 88% 20%, rgba(236, 72, 153, 0.08), transparent 55%),
    linear-gradient(180deg, #faf8ff 0%, #ffffff 70%);
}
.lb-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}
.lb-hero__copy h1 {
  margin: 0.85rem 0 0.85rem;
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
  max-width: 16ch;
}
.lb-hero__copy h1 em {
  font-style: normal;
  color: var(--lh-purple);
}
.lb-hero__copy .lh-hero__lead { max-width: 40ch; margin: 0; }

.lb-illus {
  position: relative;
  width: min(100%, 340px);
  margin-left: auto;
  min-height: 220px;
}
.lb-illus__card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 20px;
  padding: 1.1rem;
  box-shadow: var(--lh-shadow);
  display: grid;
  gap: 0.65rem;
  animation: lh-float 5.5s ease-in-out infinite;
}
.lb-illus__thumb {
  display: block;
  height: 110px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #ec4899 100%);
}
.lb-illus__line,
.lb-illus__meta {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #e2e8f0;
}
.lb-illus__line--short { width: 62%; }
.lb-illus__meta { width: 40%; height: 8px; margin-top: 0.2rem; }
.lb-illus__pencil {
  position: absolute;
  right: -0.4rem;
  top: 1.2rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--lh-purple);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.35);
  animation: lh-float 6s ease-in-out infinite;
  animation-delay: .4s;
}

.lb-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.5rem 1.25rem 3rem;
}
.lb-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.lb-filters .lp-search { flex: 1; min-width: 220px; }
.lb-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.lb-pills a {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid var(--lh-line);
  background: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--lh-ink);
}
.lb-pills a.is-active {
  background: var(--lh-purple);
  border-color: var(--lh-purple);
  color: #fff;
}
.lb-pills a:hover:not(.is-active) {
  border-color: rgba(124, 58, 237, 0.35);
  color: var(--lh-purple);
}

.lb-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.5rem;
  align-items: start;
}
.lb-feed { display: grid; gap: 1rem; min-width: 0; }

.lb-card {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 1.15rem;
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 18px;
  padding: 0.85rem;
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.lb-card:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}
.lb-card__media {
  border-radius: 14px;
  min-height: 150px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2.2rem;
  text-decoration: none;
}
.lb-card__media.tone-purple,
.lb-popular__thumb.tone-purple,
.la-cover.tone-purple { background: linear-gradient(145deg, #7c3aed, #a855f7); }
.lb-card__media.tone-blue,
.lb-popular__thumb.tone-blue,
.la-cover.tone-blue { background: linear-gradient(145deg, #2563eb, #38bdf8); }
.lb-card__media.tone-green,
.lb-popular__thumb.tone-green,
.la-cover.tone-green { background: linear-gradient(145deg, #16a34a, #4ade80); }
.lb-card__media.tone-indigo,
.lb-popular__thumb.tone-indigo,
.la-cover.tone-indigo { background: linear-gradient(145deg, #4f46e5, #818cf8); }
.lb-card__media.tone-orange,
.lb-popular__thumb.tone-orange,
.la-cover.tone-orange { background: linear-gradient(145deg, #ea580c, #fb923c); }

.lb-card__body { display: flex; flex-direction: column; min-width: 0; padding: 0.25rem 0.35rem 0.2rem 0; }
.lb-tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  margin-bottom: 0.45rem;
}
.lb-tag.tone-purple { background: rgba(124,58,237,.12); color: var(--lh-purple); }
.lb-tag.tone-blue { background: rgba(37,99,235,.12); color: #2563eb; }
.lb-tag.tone-green { background: rgba(22,163,74,.12); color: #15803d; }
.lb-tag.tone-indigo { background: rgba(79,70,229,.12); color: #4f46e5; }
.lb-tag.tone-orange { background: rgba(234,88,12,.12); color: #c2410c; }
.lb-card h2 {
  margin: 0 0 0.4rem;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.lb-card h2 a { color: inherit; }
.lb-card h2 a:hover { color: var(--lh-purple); }
.lb-card p {
  margin: 0 0 0.75rem;
  color: var(--lh-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lb-card__meta {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.8rem;
  color: var(--lh-muted);
  font-weight: 600;
  margin-top: auto;
}
.lb-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(124, 58, 237, 0.14);
  color: var(--lh-purple);
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
}
.lb-more {
  align-self: flex-end;
  margin-top: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--lh-purple);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.lb-side {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 88px;
}
.lb-side__card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  padding: 1.05rem 1rem;
}
.lb-side__card h3 {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
}
.lb-side__cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.2rem;
}
.lb-side__cats a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.55rem;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--lh-ink);
}
.lb-side__cats a span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
.lb-side__cats a i { color: var(--lh-muted); }
.lb-side__cats a em {
  font-style: normal;
  color: var(--lh-muted);
  font-size: 0.8rem;
  font-weight: 700;
}
.lb-side__cats a:hover,
.lb-side__cats a.is-active {
  background: rgba(124, 58, 237, 0.1);
  color: var(--lh-purple);
}
.lb-side__cats a:hover i,
.lb-side__cats a.is-active i,
.lb-side__cats a:hover em,
.lb-side__cats a.is-active em { color: var(--lh-purple); }
.lb-side__all {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.75rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--lh-purple);
}

.lb-side__promo {
  background: linear-gradient(165deg, #f5f3ff 0%, #ede9fe 100%);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 16px;
  padding: 1.2rem 1.1rem;
  text-align: center;
}
.lb-side__promo-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 0.7rem;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(124, 58, 237, 0.14);
  color: var(--lh-purple);
  font-size: 1.35rem;
}
.lb-side__promo strong { display: block; margin-bottom: 0.35rem; }
.lb-side__promo p {
  margin: 0 0 0.9rem;
  color: var(--lh-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}
.lb-side__promo .lh-btn { width: 100%; border-radius: 12px; }

.lb-popular {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}
.lb-popular li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0.7rem;
  align-items: start;
}
.lb-popular__thumb {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.lb-popular a {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--lh-ink);
  line-height: 1.3;
}
.lb-popular a:hover { color: var(--lh-purple); }
.lb-popular span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: var(--lh-muted);
  font-weight: 600;
}

.lb-news {
  background: #f8fafc;
  border-top: 1px solid var(--lh-line);
  padding: 1.75rem 1.25rem 2rem;
}
.lb-news__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.lb-news__copy {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 240px;
}
.lb-news__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(124, 58, 237, 0.14);
  color: var(--lh-purple);
  font-size: 1.3rem;
  flex-shrink: 0;
}
.lb-news__copy strong { display: block; font-size: 1.02rem; }
.lb-news__copy p {
  margin: 0.2rem 0 0;
  color: var(--lh-muted);
  font-size: 0.9rem;
}
.lb-news__form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex: 1;
  justify-content: flex-end;
  max-width: 460px;
}
.lb-news__form input[type="email"] {
  flex: 1;
  min-width: 180px;
  border: 1px solid var(--lh-line);
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font: inherit;
  background: #fff;
}
.lb-news__flash {
  max-width: 1180px;
  margin: 0.85rem auto 0;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
}
.lb-news__flash.is-ok { color: #15803d; }
.lb-news__flash.is-err { color: #b91c1c; }

/* Artículo */
.la-article {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.25rem 1.5rem;
}
.la-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  color: var(--lh-muted);
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.la-back:hover { color: var(--lh-purple); }
.la-hero h1 {
  margin: 0.65rem 0 0.85rem;
  font-size: clamp(1.7rem, 3.5vw, 2.4rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.la-cover {
  margin-top: 1.5rem;
  height: 220px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 3.5rem;
}
.la-body {
  margin-top: 1.75rem;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #334155;
}
.la-body h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.25rem;
  color: var(--lh-ink);
  letter-spacing: -0.02em;
}
.la-body p { margin: 0 0 1rem; }
.la-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--lh-line);
}
.la-related {
  max-width: 980px;
  margin: 0 auto 3.5rem;
  padding: 0 1.25rem;
}
.la-related h2 {
  margin: 0 0 1rem;
  font-size: 1.2rem;
}
.la-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.la-related__card {
  background: #fff;
  border: 1px solid var(--lh-line);
  border-radius: 16px;
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
}
.la-related__card strong {
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--lh-ink);
}
.la-related__card:hover strong { color: var(--lh-purple); }
.la-related__card span {
  font-size: 0.78rem;
  color: var(--lh-muted);
  font-weight: 600;
}

@media (max-width: 980px) {
  .lb-hero__inner { grid-template-columns: 1fr; }
  .lb-illus { margin: 0; }
  .lb-hero__copy h1 { max-width: none; }
  .lb-layout { grid-template-columns: 1fr; }
  .lb-side { position: static; }
}
@media (max-width: 720px) {
  .lb-card { grid-template-columns: 1fr; }
  .lb-card__media { min-height: 140px; }
  .la-related__grid { grid-template-columns: 1fr; }
  .lb-news__form { max-width: none; justify-content: stretch; }
  .lb-news__form .lh-btn { width: 100%; }
}



