/* ==========================================================================
   LeadsGo — Landing page
   Tons de azul dinâmicos, minimalista, animações leves
   ========================================================================== */

:root {
  --bg: #e8eef6;
  --bg-elevated: #ffffff;
  --ink: #0b1f3a;
  --ink-soft: #334e6e;
  --muted: #5b7391;
  --line: rgba(37, 99, 235, 0.12);
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  color-scheme: light;
  /* Identidade de marca */
  --brand-dark: #081b33;
  --brand-ink: #0b1f3a;
  --brand-graphite: #334e6e;
  --brand-black: #0a0a0a;
  --cyan: #22d3ee;
  --sky: #38bdf8;
  --gradient: linear-gradient(135deg, #2563eb 0%, #0ea5e9 48%, #38bdf8 100%);
  --gradient-soft: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(56, 189, 248, 0.16));
  --shadow: 0 18px 50px rgba(37, 99, 235, 0.12);
  --shadow-sm: 0 8px 24px rgba(15, 40, 80, 0.08);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1120px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --display: "Outfit", "Plus Jakarta Sans", system-ui, sans-serif;
  --header-h: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.lf-body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(56, 189, 248, 0.22), transparent 55%),
    radial-gradient(900px 500px at 95% 5%, rgba(37, 99, 235, 0.18), transparent 50%),
    radial-gradient(700px 400px at 50% 100%, rgba(14, 165, 233, 0.1), transparent 45%),
    var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.lf-container {
  width: min(100% - 2rem, var(--container));
  margin-inline: auto;
}

.lf-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--blue-700);
  color: #fff;
  padding: 8px 12px;
  z-index: 10000;
}
.lf-skip:focus { left: 12px; top: 12px; }

/* ---------- Reveal / motion ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.is-in {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .lf-orb, .lf-float, .lf-grid-shine, .lf-pulse-ring { animation: none !important; }
  .lf-header,
  .lf-nav a,
  .lf-lang-btn,
  .lf-burger,
  .lf-mobile-nav,
  .lf-btn,
  .lf-hero .lf-hero-ctas .lf-btn svg,
  .lf-story-controls button,
  .lf-story-progress li {
    transition: none !important;
  }
}

/* ---------- Header ---------- */
.lf-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  display: flex;
  align-items: center;
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  background: rgba(232, 238, 246, 0.78);
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}
.lf-header.is-scrolled {
  border-bottom-color: var(--line);
  background: rgba(255, 255, 255, 0.92);
}

.lf-header.is-on-dark {
  background: rgba(8, 27, 51, 0.82);
  border-bottom-color: transparent;
  color: #fff;
}

.lf-header.is-on-dark.is-scrolled {
  background: rgba(8, 27, 51, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.lf-header.is-on-dark .lf-logo {
  color: #fff;
}

.lf-header.is-on-dark .lf-nav a {
  color: rgba(255, 255, 255, 0.78);
}

.lf-header.is-on-dark .lf-lang {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.lf-header.is-on-dark .lf-lang-btn {
  color: rgba(255, 255, 255, 0.72);
}

.lf-header.is-on-dark .lf-lang-btn.is-active {
  background: #fff;
  color: var(--blue-800);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.lf-header.is-on-dark .lf-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
}

.lf-header.is-on-dark .lf-btn-primary {
  border-color: #fff;
  background: #fff;
  color: var(--blue-800);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.lf-header.is-on-dark .lf-burger {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .lf-header.is-on-dark .lf-nav a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .lf-header.is-on-dark .lf-lang-btn:hover:not(.is-active) {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }

  .lf-header.is-on-dark .lf-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  .lf-header.is-on-dark .lf-btn-primary:hover {
    background: #fff;
    color: var(--blue-800);
  }

  .lf-header.is-on-dark .lf-burger:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
  }
}
.lf-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  width: min(100% - 2.5rem, var(--container));
  margin-inline: auto;
}

.lf-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  color: var(--ink);
  flex-shrink: 0;
}
/* Logomarca oficial (color / white conforme fundo) */
.lf-logo-pair {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 34px;
}
.lf-logo-img {
  display: block;
  height: 34px;
  width: auto;
  max-width: min(160px, 42vw);
  object-fit: contain;
}
.lf-logo-pair .lf-logo-white { display: none; }
.lf-logo-pair .lf-logo-color { display: block; }
/* Header sobre hero escuro → logo branca */
.lf-header.is-on-dark .lf-logo-pair .lf-logo-color { display: none; }
.lf-header.is-on-dark .lf-logo-pair .lf-logo-white { display: block; }
/* Footer dentro da faixa escura de planos/fechamento */
.lf-closing-band .lf-logo-pair .lf-logo-color { display: none; }
.lf-closing-band .lf-logo-pair .lf-logo-white { display: block; }
/* Fallback legado (ícone SVG) */
.lf-logo-mark {
  width: 36px;
  height: 36px;
  border-radius: 11px;
  background: var(--gradient);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.35);
}
.lf-logo-mark svg { width: 20px; height: 20px; color: #fff; }
.lf-logo:has(.lf-logo-pair) .lf-logo-mark,
.lf-logo:has(.lf-logo-img:not(.lf-logo-pair *)) { display: none; }
/* Wordmark textual some quando há imagem da marca */
.lf-logo:has(.lf-logo-pair) {
  font-size: 0;
  gap: 0;
  color: transparent;
}

.lf-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.lf-nav a {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.lf-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

/* Grupo de auth (Entrar + CTA) separado do idioma */
.lf-header-actions .lf-btn {
  white-space: nowrap;
}
.lf-header-actions .lf-btn-ghost {
  margin-left: 2px;
  padding-inline: 16px;
}
.lf-header-actions .lf-btn-primary {
  padding-inline: 14px;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.22);
  font-size: 0.88rem;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
  max-width: 13.5rem;
}

/* Language switcher (PT | EN | ES) — mais ar e legível */
.lf-lang {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #eef2f7;
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  margin-right: 6px;
  flex-shrink: 0;
}
.lf-lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--ink-soft);
  text-decoration: none;
  line-height: 1;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.lf-lang-btn.is-active {
  background: var(--blue-600, #2563eb);
  color: #fff;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28);
}
.lf-mobile-lang {
  display: flex;
  justify-content: center;
  padding: 8px 0 16px;
  border-bottom: 1px solid var(--line);
  margin: 0 0 12px;
}
.lf-mobile-lang .lf-lang {
  width: 100%;
  max-width: 280px;
  justify-content: stretch;
  margin-right: 0;
  gap: 6px;
  padding: 5px;
}
.lf-mobile-lang .lf-lang-btn {
  flex: 1;
  min-width: 0;
  height: 40px;
  font-size: 0.85rem;
}

.lf-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  transition: color .18s ease, border-color .18s ease, transform .18s ease;
}
.lf-burger svg { width: 22px; height: 22px; }

@media (hover: hover) and (pointer: fine) {
  .lf-nav a:hover {
    background: rgba(37, 99, 235, 0.08);
    color: var(--blue-700);
  }

  .lf-lang-btn:hover {
    color: var(--ink);
    background: #fff;
  }

  .lf-burger:hover {
    border-color: var(--blue-300);
    color: var(--blue-700);
  }
}

.lf-burger:active { transform: scale(.96); }

.lf-header a:focus-visible,
.lf-header button:focus-visible,
.lf-mobile-nav a:focus-visible {
  outline: 3px solid rgba(37,99,235,.32);
  outline-offset: 3px;
}

/* ---------- Buttons ---------- */
.lf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
  white-space: nowrap;
}
.lf-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.lf-btn:active { transform: translateY(0); }

.lf-btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35);
}
.lf-btn-ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  border: 1px solid var(--line);
}
@media (hover: hover) and (pointer: fine) {
  .lf-btn:hover { transform: translateY(-1px); }

  .lf-btn-primary:hover {
    box-shadow: 0 14px 34px rgba(37, 99, 235, 0.42);
  }

.lf-btn-ghost:hover {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.25);
  }
}

.lf-btn-lg {
  padding: 15px 24px;
  font-size: 1rem;
}

.lf-btn-block { width: 100%; }

/* ---------- Hero ---------- */
.lf-hero {
  position: relative;
  padding: 48px 0 72px;
  overflow: hidden;
}
.lf-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.lf-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px 6px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  color: var(--blue-700);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 18px;
  box-shadow: var(--shadow-sm);
}
.lf-eyebrow-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gradient);
  display: grid;
  place-items: center;
  color: #fff;
}
.lf-eyebrow-dot svg { width: 12px; height: 12px; }

.lf-hero h1 {
  font-family: var(--display);
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
  color: var(--ink);
}
.lf-hero h1 .lf-grad {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lf-hero-lead {
  font-size: 1.08rem;
  color: var(--ink-soft);
  max-width: 34rem;
  margin: 0 0 28px;
}

.lf-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.lf-cta-support {
  margin: 10px 0 0;
  width: 100%;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--muted);
}

.lf-hero .lf-cta-support {
  color: rgba(255, 255, 255, 0.62);
}

.lf-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 500;
}
.lf-hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.lf-hero-trust svg {
  width: 16px;
  height: 16px;
  color: var(--blue-600);
}

/* Hero visual */
.lf-hero-visual {
  position: relative;
  min-height: 420px;
}
.lf-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  animation: lf-float 8s ease-in-out infinite;
}
.lf-orb-1 {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.45), transparent 70%);
  top: -20px;
  right: 10%;
}
.lf-orb-2 {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.35), transparent 70%);
  bottom: 30px;
  left: 0;
  animation-delay: -3s;
}
@keyframes lf-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.lf-panel {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.lf-panel-head {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, var(--blue-50));
}
.lf-panel-dots { display: flex; gap: 6px; }
.lf-panel-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue-200);
  display: block;
}
.lf-panel-dots i:nth-child(1) { background: #fca5a5; }
.lf-panel-dots i:nth-child(2) { background: #fcd34d; }
.lf-panel-dots i:nth-child(3) { background: #86efac; }
.lf-panel-title {
  margin-left: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
}

.lf-chat-mock {
  padding: 18px;
  display: grid;
  gap: 12px;
  min-height: 300px;
}
.lf-bubble {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 0.9rem;
  line-height: 1.45;
  animation: lf-bubble-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lf-bubble-bot {
  background: var(--blue-50);
  border: 1px solid var(--blue-100);
  color: var(--ink);
  border-bottom-left-radius: 6px;
}
.lf-bubble-user {
  margin-left: auto;
  background: var(--gradient);
  color: #fff;
  border-bottom-right-radius: 6px;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}
.lf-bubble-meta {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  opacity: 0.7;
}
.lf-bubble:nth-child(1) { animation-delay: 0.15s; }
.lf-bubble:nth-child(2) { animation-delay: 0.45s; }
.lf-bubble:nth-child(3) { animation-delay: 0.75s; }
.lf-bubble:nth-child(4) { animation-delay: 1.05s; }
@keyframes lf-bubble-in {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

.lf-float-card {
  position: absolute;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  animation: lf-float 6.5s ease-in-out infinite;
}
.lf-float-card svg {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 10px;
  background: var(--gradient-soft);
  color: var(--blue-700);
}
.lf-float-1 { top: 28px; right: -8px; animation-delay: -1s; }
.lf-float-2 { bottom: 48px; left: -12px; animation-delay: -2.5s; }

/* ---------- Logos / strip ---------- */
.lf-strip {
  padding: 8px 0 40px;
}
.lf-strip-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.lf-stat {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 22px;
  min-width: 160px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.lf-stat strong {
  display: block;
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lf-stat span {
  font-size: 0.82rem;
  color: var(--muted);
  font-weight: 500;
}

/* ---------- Sections ---------- */
.lf-section {
  padding: 72px 0;
  position: relative;
}
.lf-section-alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(239, 246, 255, 0.9));
  border-block: 1px solid var(--line);
}
.lf-section-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}
.lf-kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-600);
  margin-bottom: 10px;
}
.lf-section-head h2 {
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 12px;
  color: #081b33;
}
.lf-section-head p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

/* Features */
.lf-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.lf-feature {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.lf-feature::after {
  content: "";
  position: absolute;
  inset: auto -20% -40% auto;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 70%);
  pointer-events: none;
}
.lf-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(37, 99, 235, 0.28);
}
.lf-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--gradient);
  color: #fff;
  margin-bottom: 16px;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.28);
}
.lf-feature-icon svg { width: 24px; height: 24px; }
.lf-feature h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}
.lf-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

/* Flow section (pós-Hero) */
.lf-flow-section .lf-section-head {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.lf-flow-section .lf-section-head h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
}

.lf-flow-reinforce {
  margin: -12px auto 36px;
  max-width: 40rem;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.45;
}

.lf-flow-cards {
  margin-bottom: 36px;
}

.lf-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.lf-flow-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.4;
}

.lf-flow-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue-500, #3b82f6);
}

.lf-flow-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
}

.lf-flow-cta .lf-cta-support {
  max-width: 28rem;
}

.lf-cta-support--install {
  text-align: center;
  margin-top: 14px;
}

.lf-faq-section .lf-section-head {
  margin-bottom: 28px;
}

/* Journey */
.lf-journey {
  display: grid;
  gap: 0;
  position: relative;
}
.lf-journey::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, var(--blue-400), var(--cyan));
  opacity: 0.45;
}
.lf-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 18px 0;
  position: relative;
}
.lf-step-num {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 700;
  color: var(--blue-700);
  box-shadow: var(--shadow-sm);
  z-index: 1;
}
.lf-step-body {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow-sm);
}
.lf-step-body h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lf-step-body h3 svg {
  width: 20px;
  height: 20px;
  color: var(--blue-600);
}
.lf-step-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.lf-step-tag {
  display: inline-flex;
  margin-top: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--blue-50);
  color: var(--blue-700);
  font-size: 0.75rem;
  font-weight: 700;
}

/* Promise banner */
.lf-promise {
  margin: 0;
  border-radius: 28px;
  padding: 40px 36px;
  background:
    radial-gradient(600px 200px at 10% 0%, rgba(56, 189, 248, 0.35), transparent 60%),
    radial-gradient(500px 220px at 90% 100%, rgba(37, 99, 235, 0.4), transparent 55%),
    linear-gradient(135deg, #0b1f3a 0%, #1e40af 55%, #0369a1 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(15, 40, 80, 0.28);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.lf-promise::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
  pointer-events: none;
}
.lf-promise h2 {
  font-family: var(--display);
  font-size: 52px;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  position: relative;
}
.lf-promise p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
  max-width: 36rem;
}
.lf-promise-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.lf-promise .lf-btn-primary {
  background: #fff;
  color: var(--blue-800);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}
.lf-promise .lf-btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}
.lf-promise-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* Toggle Mensal / Anual */
.lf-billing-toggle {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 4px;
  margin: 0 auto 2rem;
  padding: 5px;
  border-radius: 999px;
  background: #e2e8f0;
  border: 1px solid #cbd5e1;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}
.lf-billing-opt {
  appearance: none;
  border: 0;
  background: transparent;
  color: #475569;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.lf-billing-opt:hover { color: #0f172a; }
.lf-billing-opt.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.1), 0 4px 12px rgba(37, 99, 235, 0.08);
}
.lf-billing-save {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
}
.lf-billing-opt.is-active .lf-billing-save {
  background: #16a34a;
  color: #fff;
}

/* Plans */
.lf-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.lf-plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
}
.lf-plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.lf-plan.is-featured {
  border-color: transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--gradient) border-box;
  border: 2px solid transparent;
  box-shadow: var(--shadow);
  transform: scale(1.02);
}
.lf-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.lf-plan h3 {
  margin: 4px 0 6px;
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.lf-plan-desc {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 18px;
  min-height: 2.8em;
}
.lf-price {
  margin-bottom: 18px;
}
.lf-price strong {
  font-family: var(--display);
  font-size: 2.1rem;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.lf-price small {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 2px;
}
.lf-plan-list {
  display: grid;
  gap: 10px;
  margin: 0 0 24px;
  flex: 1;
}
.lf-plan-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.lf-plan-list svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--blue-600);
}
.lf-plan-list li.is-off {
  color: var(--muted);
  opacity: 0.7;
}
.lf-plan-list li.is-off svg { color: #94a3b8; }

/* Form CTA */
.lf-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.lf-cta-copy h2 {
  font-family: var(--display);
  font-size: 52px;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
}
.lf-cta-copy p {
  color: var(--ink-soft);
  margin: 0 0 20px;
}
.lf-checklist {
  display: grid;
  gap: 12px;
}
.lf-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.lf-checklist svg {
  width: 20px;
  height: 20px;
  color: var(--blue-600);
  flex-shrink: 0;
  margin-top: 1px;
}

.lf-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.lf-form-card h3 {
  margin: 0 0 6px;
  font-size: 1.2rem;
}
.lf-form-card .lf-form-sub {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.9rem;
}
.lf-field {
  margin-bottom: 14px;
}
.lf-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--ink);
}
.lf-field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font: inherit;
  background: #fbfdff;
  color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lf-field input:focus {
  outline: none;
  border-color: var(--blue-400);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}
.lf-form-note {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}

/* FAQ */
.lf-faq {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.lf-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.lf-faq details[open] {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: var(--shadow);
}
.lf-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
}
.lf-faq summary::-webkit-details-marker { display: none; }
.lf-faq summary svg {
  width: 20px;
  height: 20px;
  color: var(--blue-600);
  flex-shrink: 0;
  transition: transform 0.25s;
}
.lf-faq details[open] summary svg {
  transform: rotate(45deg);
}
.lf-faq-body {
  padding: 0 20px 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

/* Final CTA */
.lf-final {
  text-align: center;
  padding: 40px 28px;
  border-radius: 28px;
  background: var(--gradient-soft);
  border: 1px solid var(--line);
}
.lf-final h2 {
  font-family: var(--display);
  font-size: 52px;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.lf-final p {
  margin: 0 auto 22px;
  max-width: 32rem;
  color: var(--ink-soft);
}
.lf-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* Footer */
.lf-footer {
  padding: 48px 0 32px;
  border-top: 1px solid var(--line);
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.5);
}
.lf-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
  margin-bottom: 28px;
}
.lf-footer p {
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 28rem;
}
.lf-footer h4 {
  margin: 0 0 12px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
}
.lf-footer a {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 8px;
}
.lf-footer a:hover { color: var(--blue-700); }
.lf-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

/* Mobile nav drawer */
.lf-mobile-nav {
  display: flex;
  position: fixed;
  inset: var(--header-h) 0 0 0;
  background: rgba(232, 238, 246, 0.985);
  z-index: 999;
  padding: 24px;
  padding-bottom: max(24px, env(safe-area-inset-bottom));
  flex-direction: column;
  gap: 8px;
  height: calc(100dvh - var(--header-h));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .24s ease,
    transform .24s ease,
    visibility 0s linear .24s;
}
.lf-mobile-nav.is-open {
  opacity: 1;
  transform: none;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.lf-mobile-nav a {
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}
.lf-mobile-nav .lf-btn { margin-top: 8px; }

body.lf-nav-open { overflow: hidden; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .lf-nav,
  .lf-header-actions .lf-btn-ghost { display: none; }
  .lf-burger { display: inline-flex; }
  /* Mantém o seletor de idioma visível no topo no mobile */
  .lf-header-actions .lf-lang { display: inline-flex; }
  .lf-hero-grid,
  .lf-cta-grid,
  .lf-promise,
  .lf-footer-grid {
    grid-template-columns: 1fr;
  }
  .lf-features { grid-template-columns: 1fr 1fr; }
  .lf-plans { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
  .lf-plan.is-featured { transform: none; }
  .lf-float-1 { right: 0; }
  .lf-float-2 { left: 0; }
  .lf-hero-visual { min-height: 360px; }
}

@media (max-width: 760px) {
  .lf-features { grid-template-columns: 1fr; }
  .lf-header-actions > .lf-lang,
  .lf-header-actions > .lf-btn-primary { display: none; }
  .lf-header-inner { width: min(100% - 1.5rem, var(--container)); }
  .lf-header-actions { gap: 8px; }
  .lf-promise { padding: 28px 22px; }
  .lf-form-card { padding: 22px 18px; }
  .lf-journey::before { left: 27px; }
}

/* ==========================================================================
   Arquitetura PT-BR — experiência orientada ao produto
   ========================================================================== */
.lf-section-white {
  background: rgba(255, 255, 255, 0.76);
  border-block: 1px solid var(--line);
}

.lf-section h2,
.lf-product-grid h2,
.lf-focus h2 {
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 0 0 1.25rem;
  color: #081b33;
}

.lf-section p {
  color: var(--ink-soft);
  font-size: 1.02rem;
}

.lf-hero {
  position: relative;
  overflow: hidden;
  margin-top: calc(var(--header-h) * -1);
  padding:
    calc(var(--header-h) + clamp(3rem, 5vw, 5rem))
    0
    calc(clamp(3rem, 5vw, 5rem) + clamp(56px, 10vw, 110px));
  background:
    radial-gradient(circle at 86% 20%, rgba(59,130,246,.3), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(14,165,233,.15), transparent 30%),
    #081b33;
}

.lf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}

.lf-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
  display: block;
  width: 100%;
  height: clamp(56px, 10vw, 110px);
  line-height: 0;
  color: #fff;
  pointer-events: none;
}

.lf-hero-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lf-hero + .lf-section-white {
  border-top: 0;
  margin-top: -1px;
  background: #fff;
}

.lf-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  gap: clamp(2.5rem, 5vw, 4.75rem);
}

.lf-hero .lf-kicker {
  color: #93c5fd;
}

.lf-hero h1 {
  font-size: 52px;
  max-width: 20ch;
  color: #fff;
}

.lf-hero h1 .lf-grad {
  background: none;
  color: #7dd3fc;
  -webkit-text-fill-color: currentColor;
}

.lf-hero-lead {
  color: rgba(255,255,255,.72);
}

.lf-hero-line {
  font-weight: 700;
  color: rgba(255,255,255,.92) !important;
  margin: -6px 0 22px;
}

.lf-hero .lf-hero-ctas {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.lf-hero .lf-hero-ctas .lf-btn {
  width: 100%;
  min-height: 62px;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 12px 12px 24px;
  border: 1px solid #fff;
  border-radius: 17px;
  font-family: var(--display);
  font-size: 1.06rem;
  font-weight: 800;
  letter-spacing: -.02em;
  background: #fff;
  color: var(--blue-800);
  box-shadow:
    0 14px 35px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.65);
}

.lf-hero .lf-hero-ctas .lf-btn:active {
  transform: translateY(0);
  box-shadow:
    0 8px 20px rgba(0,0,0,.18),
    inset 0 0 0 1px rgba(255,255,255,.65);
}

.lf-hero .lf-hero-ctas .lf-btn:focus-visible {
  outline: 3px solid rgba(147,197,253,.55);
  outline-offset: 4px;
}

.lf-hero .lf-hero-ctas .lf-btn svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 0;
  border-radius: 50%;
  background: var(--blue-700);
  color: #fff;
  flex: 0 0 auto;
  transition: transform .2s ease, background .2s ease;
}

.lf-assist {
  margin: -4px 0 0;
  font-size: .88rem !important;
  color: var(--ink-soft) !important;
  font-weight: 600;
}

.lf-hero .lf-assist {
  color: rgba(255,255,255,.62) !important;
}

.lf-hero .lf-btn-primary {
  border-color: #fff;
  background: #fff;
  color: var(--blue-800);
  box-shadow:
    0 14px 35px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.65);
}

.lf-hero .lf-hero-ctas .lf-btn svg {
  background: var(--blue-700);
  border-color: transparent;
  color: #fff;
}

.lf-header .lf-btn-primary {
  background: linear-gradient(110deg, #1d4ed8, #1e3a8a);
}

@media (hover: hover) and (pointer: fine) {
  .lf-hero .lf-hero-ctas .lf-btn:hover {
    transform: translateY(-3px);
    box-shadow:
      0 20px 45px rgba(0,0,0,.3),
      0 0 0 5px rgba(147,197,253,.12);
  }

  .lf-hero .lf-hero-ctas .lf-btn:hover svg {
    transform: translateX(3px);
    background: var(--blue-800);
  }

  .lf-hero .lf-btn-primary:hover {
    background: #fff;
  }

  .lf-header .lf-btn-primary:hover {
    background: linear-gradient(110deg, #1e40af, #172f73);
  }
}

.lf-hero-story {
  min-height: 480px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(37,99,235,.14);
  border-radius: 26px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 24px 60px rgba(15,40,80,.13);
}

.lf-hero-grid > *,
.lf-hero-story,
.lf-story-head > *,
.lf-story-workspace > *,
.lf-demo-outcome,
.lf-demo-outcome article,
.lf-demo-summary div > *,
.lf-demo-kanban p,
.lf-demo-metric,
.lf-story-progress {
  min-width: 0;
}

.lf-story-head [data-lf-story-title] {
  flex: 1 1 8rem;
  overflow-wrap: anywhere;
}

.lf-live-dot,
.lf-story-count,
.lf-story-controls {
  flex-shrink: 0;
}

.lf-story-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 2px 14px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}

.lf-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34,197,94,.12);
}

.lf-story-count { margin-left: auto; }

.lf-story-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 4px;
}

.lf-story-controls button {
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 8px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  color: var(--ink-soft);
  font: inherit;
  font-size: .7rem;
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .lf-story-controls button:hover {
    border-color: var(--blue-200);
    color: var(--blue-700);
  }
}

.lf-story-controls button:focus-visible,
.lf-story-progress button:focus-visible {
  outline: 3px solid rgba(37,99,235,.28);
  outline-offset: 2px;
}

.lf-story-controls svg { width: 15px; height: 15px; }
.lf-story-controls .lf-icon-play { display: none; }
.lf-story-controls [aria-pressed="true"] .lf-icon-pause { display: none; }
.lf-story-controls [aria-pressed="true"] .lf-icon-play { display: block; }

.lf-story-workspace {
  flex: 1;
  min-height: 350px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, .85fr);
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f4f7fb;
}

.lf-demo-chat,
.lf-demo-outcome article {
  border: 1px solid rgba(37,99,235,.1);
  background: #fff;
}

.lf-demo-chat {
  overflow: hidden;
  border-radius: 14px;
}

.lf-demo-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 12px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: .74rem;
  font-weight: 800;
}

.lf-demo-panel-head small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #166534;
  font-size: .62rem;
}

.lf-demo-panel-head small i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
}

.lf-demo-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
}

.lf-demo-message {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  opacity: .28;
  transform: translateY(3px);
  transition: opacity .28s ease, transform .28s ease;
}

.lf-demo-message b {
  width: 25px;
  height: 25px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  background: var(--blue-100);
  color: var(--blue-800);
  font-size: .58rem;
}

.lf-demo-message.is-ai b.lf-demo-avatar {
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: transparent;
  color: transparent;
}

.lf-demo-message.is-ai b.lf-demo-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.lf-demo-message p {
  max-width: 88%;
  margin: 0;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 5px 11px 11px 11px;
  background: var(--blue-50);
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.45;
}

.lf-demo-message.is-user {
  flex-direction: row-reverse;
  margin-left: 22px;
}

.lf-demo-message.is-user b {
  background: var(--ink);
  color: #fff;
}

.lf-demo-message.is-user p {
  border-color: transparent;
  border-radius: 11px 5px 11px 11px;
  background: var(--blue-700);
  color: #fff;
}

.lf-demo-qualification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 2px;
  padding: 9px 10px;
  border: 1px solid var(--blue-100);
  border-radius: 10px;
  background: var(--blue-50);
  opacity: .28;
  transform: translateY(3px);
  transition: opacity .28s ease, transform .28s ease;
}

.lf-demo-qualification span { color: var(--muted); font-size: .62rem; }
.lf-demo-qualification strong { color: var(--blue-800); font-size: .67rem; }

.lf-demo-outcome {
  display: grid;
  grid-template-rows: 1.25fr .9fr .75fr;
  gap: 8px;
}

.lf-demo-outcome article {
  padding: 12px;
  border-radius: 13px;
  opacity: .28;
  transform: translateY(3px);
  transition: opacity .28s ease, transform .28s ease, border-color .28s ease;
}

.lf-demo-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.lf-demo-summary span,
.lf-demo-kanban > span,
.lf-demo-metric > span {
  color: var(--muted);
  font-size: .61rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.lf-demo-summary div b {
  padding: 3px 5px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .52rem;
}

.lf-demo-summary p {
  margin: 9px 0 7px;
  color: var(--ink);
  font-size: .7rem;
  line-height: 1.45;
}

.lf-demo-summary small { color: var(--blue-700); font-size: .58rem; font-weight: 700; }

.lf-demo-kanban > div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  padding: 8px;
  border-radius: 9px;
  background: #f4f7fb;
}

.lf-demo-kanban i {
  width: 3px;
  height: 28px;
  border-radius: 3px;
  background: var(--blue-600);
}

.lf-demo-kanban p { display: grid; margin: 0; color: var(--ink); font-size: .65rem; }
.lf-demo-kanban small { margin-top: 2px; color: var(--muted); font-size: .56rem; }

.lf-demo-metric {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.lf-demo-metric strong {
  grid-row: span 2;
  color: var(--blue-700);
  font-family: var(--display);
  font-size: 1.45rem;
}

.lf-demo-metric small { color: var(--muted); font-size: .57rem; }

[data-lf-story-node].is-done {
  opacity: .76;
  transform: none;
}

[data-lf-story-node].is-active {
  opacity: 1;
  transform: none;
}

.lf-demo-outcome article.is-active,
.lf-demo-qualification.is-active {
  border-color: var(--blue-400);
}

.lf-story-progress {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.lf-story-progress li {
  border-top: 3px solid var(--blue-100);
  transition: border-color .3s;
}

.lf-story-progress li.is-done {
  border-color: var(--blue-200);
}

.lf-story-progress li.is-active {
  border-color: var(--blue-600);
}

.lf-story-progress button {
  width: 100%;
  overflow: hidden;
  padding: 7px 2px 2px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: .66rem;
  font-weight: 700;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.lf-story-progress li.is-active button {
  color: var(--blue-700);
}

.lf-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 9vw, 7.5rem);
  align-items: center;
}

.lf-problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, .7fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.lf-problem-copy {
  min-width: 0;
  max-width: 46rem;
}

.lf-problem-copy h2 {
  margin: 0;
  color: #081b33;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.lf-context-copy h2 {
  color: #081b33;
}

.lf-problem-copy .lf-visitor-intents {
  margin-top: clamp(1.5rem, 3vw, 2.15rem);
}

.lf-problem-copy .lf-problem-explanation {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.lf-visitor-intents {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-visitor-intents li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.01em;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .45s ease, transform .45s ease;
}

.lf-visitor-intents li:nth-child(1) { transition-delay: .05s; }
.lf-visitor-intents li:nth-child(2) { transition-delay: .12s; }
.lf-visitor-intents li:nth-child(3) { transition-delay: .19s; }
.lf-visitor-intents li:nth-child(4) { transition-delay: .26s; }

.lf-problem-section.is-animated .lf-visitor-intents li,
.lf-problem-section:not(.lf-motion-ready) .lf-visitor-intents li {
  opacity: 1;
  transform: none;
}

.lf-intent-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #081b33;
  background:
    radial-gradient(circle at 30% 25%, rgba(125,211,252,.35), transparent 55%),
    linear-gradient(160deg, #dbeafe, #e8eef6 70%);
  box-shadow: inset 0 0 0 1px rgba(8, 27, 51, .06);
}

.lf-intent-icon svg {
  width: 22px;
  height: 22px;
}

.lf-problem-explanation {
  max-width: 37rem;
  margin: 26px 0 0;
  color: var(--ink-soft) !important;
  line-height: 1.7;
}

.lf-problem-closing {
  position: relative;
  max-width: 18rem;
  margin: 0 auto;
  padding: 0 0 0 22px;
  border-top: 0;
  border-left: 3px solid var(--blue-600);
  color: var(--ink) !important;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.4vw, 1.8rem) !important;
  font-weight: 600;
  line-height: 1.35;
  justify-self: end;
  text-align: left;
}

.lf-problem-closing::before {
  display: none;
}

.lf-problem-closing span {
  display: block;
  max-width: none;
}

.lf-problem-closing strong {
  color: var(--blue-600);
  font-weight: 800;
}

.lf-timing-section {
  overflow: hidden;
  background: var(--bg);
}

.lf-compare-section .lf-section-head {
  text-align: left;
  max-width: none;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.lf-compare-section .lf-section-head h2 {
  color: #081b33;
}

.lf-timing-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: center;
}

.lf-timing-copy {
  max-width: 34rem;
}

.lf-timing-copy h2 {
  margin-bottom: 0;
  color: #081b33;
}

.lf-timing-lead {
  max-width: 32rem;
  margin: 1.15rem 0 0;
  color: var(--ink-soft) !important;
  font-size: 1.05rem;
  line-height: 1.65;
}

.lf-timing-bridge {
  margin: clamp(2.25rem, 4.5vw, 3.25rem) 0 1.15rem;
  color: var(--blue-600);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
}

.lf-timing-timeline {
  --lf-timing-rail: 96px;
  --lf-timing-dot: 28px;
  --lf-timing-gap: 14px;
  --lf-timing-line: 2px;
  position: relative;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  display: grid;
  gap: 34px;
  max-width: 28rem;
  justify-self: end;
}

.lf-timing-timeline::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: calc(
    var(--lf-timing-rail)
    + var(--lf-timing-gap)
    + (var(--lf-timing-dot) / 2)
    - (var(--lf-timing-line) / 2)
  );
  border-left: var(--lf-timing-line) dotted var(--blue-600);
}

.lf-timing-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: var(--lf-timing-rail) var(--lf-timing-dot) minmax(0, 1fr);
  column-gap: var(--lf-timing-gap);
  align-items: center;
  margin: 0;
  color: #081b33;
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.01em;
}

.lf-timing-timeline .lf-timing-clock {
  grid-column: 2;
  display: grid;
  place-items: center;
  width: var(--lf-timing-dot);
  height: var(--lf-timing-dot);
  color: var(--blue-600);
  background: var(--bg);
  z-index: 1;
}

.lf-timing-timeline .lf-timing-clock svg {
  width: 24px;
  height: 24px;
}

.lf-timing-timeline li > span:last-child {
  grid-column: 3;
}

.lf-timing-now {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-self: stretch;
  width: 100%;
  min-width: 0;
}

.lf-timing-now > span {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: var(--blue-600);
  background: transparent;
  box-shadow:
    0 0 0 1.5px rgba(59, 130, 246, .45),
    0 0 0 8px rgba(59, 130, 246, .08);
}

.lf-timing-now > span::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 1.5px solid rgba(59, 130, 246, .22);
  pointer-events: none;
}

.lf-timing-now svg {
  width: 22px;
  height: 22px;
  position: relative;
  z-index: 1;
}

.lf-timing-now > i {
  display: block;
  flex: 1;
  height: 2px;
  min-width: 12px;
  margin-left: 8px;
  margin-right: calc(-1 * (var(--lf-timing-gap) + (var(--lf-timing-dot) / 2)));
  background: var(--blue-600);
  border-radius: 2px;
}

.lf-timing-flow {
  --lf-flow-dot: 9px;
  --lf-flow-line: 1.5px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-timing-flow::before {
  content: "";
  position: absolute;
  top: calc((var(--lf-flow-dot) - var(--lf-flow-line)) / 2);
  left: 0;
  right: 0;
  height: var(--lf-flow-line);
  background: var(--blue-600);
}

.lf-timing-flow li {
  position: relative;
  display: grid;
  gap: 6px;
  margin: 0;
  padding-top: calc(var(--lf-flow-dot) + 12px);
  color: #081b33;
}

.lf-timing-flow li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--lf-flow-dot);
  height: var(--lf-flow-dot);
  border-radius: 50%;
  background: var(--blue-600);
  box-shadow: 0 0 0 3px var(--bg);
  z-index: 1;
}

.lf-timing-flow b {
  color: var(--blue-600);
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

.lf-timing-flow span {
  font-family: var(--display);
  font-size: clamp(.95rem, 1.4vw, 1.08rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.lf-focus {
  max-width: 920px;
  text-align: center;
}

.lf-statement {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem) !important;
  color: var(--ink) !important;
  font-weight: 700;
}

.lf-word-flow,
.lf-action-list,
.lf-site-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.lf-word-flow span,
.lf-action-list span,
.lf-site-types span {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  font-weight: 700;
}

.lf-compare {
  display: grid;
  gap: 18px;
}

.lf-compare-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 28px 26px;
  border-radius: 22px;
}

.lf-compare-row.is-before {
  border: 1px solid rgba(37, 99, 235, .08);
  background:
    linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.lf-compare-row.is-now {
  border: 1px solid var(--blue-200);
  background:
    linear-gradient(135deg, #eff6ff 0%, #f8fbff 48%, #ffffff 100%);
  box-shadow: 0 14px 36px rgba(37, 99, 235, .1);
}

.lf-compare-label {
  margin: 0;
  font-family: var(--display);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lf-compare-row.is-before .lf-compare-label {
  color: var(--muted);
}

.lf-compare-row.is-now .lf-compare-label {
  color: var(--blue-600);
}

.lf-compare-row.is-before .lf-compare-label::after,
.lf-compare-row.is-now .lf-compare-label::after {
  content: "";
  display: block;
  width: 28px;
  margin-top: 10px;
  border-top: 3px solid currentColor;
  border-radius: 999px;
  opacity: .85;
}

.lf-compare-lane {
  --lf-lane-icon: 52px;
  --lf-lane-line: 1.5px;
  display: grid;
  align-items: start;
  gap: 10px;
  min-width: 0;
}

.lf-compare-row.is-before .lf-compare-lane {
  grid-template-columns:
    96px minmax(12px, .4fr)
    96px minmax(220px, 2.8fr)
    96px minmax(12px, .4fr)
    108px;
}

.lf-compare-row.is-now .lf-compare-lane {
  grid-template-columns:
    96px minmax(16px, 1fr)
    minmax(300px, 3.6fr)
    minmax(16px, 1fr)
    120px;
  align-items: center;
}

.lf-compare-row.is-now .lf-lane-line {
  margin-top: 0;
  align-self: center;
}

.lf-lane-node {
  width: 96px;
  display: grid;
  grid-template-rows: var(--lf-lane-icon) minmax(2.4em, auto);
  justify-items: center;
  gap: 10px;
  color: #081b33;
  text-align: center;
}

.lf-lane-icon {
  position: relative;
  width: var(--lf-lane-icon);
  height: var(--lf-lane-icon);
  display: grid;
  place-items: center;
  border: 1px solid var(--blue-200);
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 25%, rgba(56, 189, 248, .18), transparent 55%),
    var(--blue-50);
  color: var(--blue-600);
  box-shadow: 0 6px 16px rgba(37, 99, 235, .08);
}

.lf-lane-icon svg {
  width: 23px;
  height: 23px;
}

.lf-lane-node strong {
  font-family: var(--display);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.01em;
  color: #081b33;
}

.lf-lane-line {
  width: 100%;
  min-width: 12px;
  margin-top: calc((var(--lf-lane-icon) - var(--lf-lane-line)) / 2);
  border-top: var(--lf-lane-line) solid var(--blue-400);
}

.is-before .lf-lane-line {
  border-top-style: dotted;
  border-top-color: var(--blue-400);
  opacity: .75;
}

.is-before .lf-lane-node .lf-lane-icon {
  border-color: rgba(37, 99, 235, .16);
  background: #fff;
  color: var(--blue-500);
  box-shadow: none;
}

.is-before .lf-lane-node:nth-last-child(3) {
  opacity: .78;
}

.is-before .lf-lane-node.is-lost {
  transform: none;
}

.lf-lane-delay {
  min-width: 220px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: var(--lf-lane-icon) auto;
  column-gap: 12px;
  row-gap: 10px;
  align-items: center;
  color: var(--blue-600);
}

.lf-lane-delay > i {
  height: 0;
  border-top: var(--lf-lane-line) dotted var(--blue-400);
  opacity: .75;
}

.lf-lane-delay > i:first-child { grid-column: 1; grid-row: 1; }
.lf-delay-clocks { grid-column: 2; grid-row: 1; }
.lf-lane-delay > i:last-child { grid-column: 3; grid-row: 1; }

.lf-delay-clocks {
  display: flex;
  align-items: center;
  gap: 6px;
}

.lf-delay-clocks span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue-200);
  border-radius: 50%;
  background: var(--blue-50);
  color: var(--blue-600);
}

.lf-delay-clocks span:nth-child(2) { opacity: .78; }
.lf-delay-clocks span:nth-child(3) { opacity: .55; }

.lf-delay-clocks svg {
  width: 18px;
  height: 18px;
}

.lf-lane-delay strong {
  grid-column: 1 / -1;
  grid-row: 2;
  color: #081b33;
  font-family: var(--display);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: -.01em;
  text-align: center;
}

.lf-lane-node.is-lost {
  width: 108px;
  color: #081b33;
  opacity: 1;
}

.lf-lane-node.is-lost .lf-lane-icon {
  border-color: rgba(190, 18, 60, .22);
  background:
    radial-gradient(circle at 30% 25%, rgba(251, 113, 133, .16), transparent 55%),
    #fff1f2;
  color: #be123c;
  box-shadow: none;
}

.lf-lane-node.is-lost strong {
  color: #9f1239;
}

.lf-automation-zone {
  width: 100%;
  min-width: 300px;
  padding: 14px 16px 16px;
  border: 1px solid rgba(37, 99, 235, .2);
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .16), transparent 42%),
    radial-gradient(circle at 88% 100%, rgba(37, 99, 235, .1), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  box-shadow:
    0 12px 32px rgba(37, 99, 235, .12),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.lf-automation-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: #081b33;
}

.lf-automation-head > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 6px 14px rgba(37, 99, 235, .28);
}

.lf-automation-head > span svg {
  width: 15px;
  height: 15px;
}

.lf-automation-head strong {
  font-family: var(--display);
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--blue-700);
}

.lf-automation-zone ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-automation-zone ol::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 16%;
  right: 16%;
  height: 1.5px;
  background: linear-gradient(90deg, var(--blue-300, #93c5fd), var(--blue-500), var(--blue-300, #93c5fd));
  pointer-events: none;
}

.lf-automation-zone li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
  color: #081b33;
}

.lf-auto-step {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue-200);
  border-radius: 13px;
  background: #fff;
  color: var(--blue-600);
  box-shadow: 0 6px 14px rgba(37, 99, 235, .1);
}

.lf-auto-step svg {
  width: 18px;
  height: 18px;
}

.lf-automation-zone li > b {
  color: var(--blue-600);
  font-family: var(--display);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.lf-automation-zone li > span:not(.lf-auto-step) {
  font-family: var(--display);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #081b33;
}

.lf-automation-zone li:not(:last-child)::after {
  display: none;
}

.lf-lane-node.is-ready {
  width: 120px;
  color: #081b33;
}

.lf-lane-node.is-ready .lf-lane-icon {
  border-color: var(--blue-400);
  background:
    radial-gradient(circle at 30% 25%, rgba(56, 189, 248, .28), transparent 55%),
    var(--blue-50);
  color: var(--blue-600);
  box-shadow: 0 8px 18px rgba(37, 99, 235, .14);
}

.lf-lane-node.is-ready .lf-lane-icon > b {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 2px solid #eff6ff;
  border-radius: 50%;
  background: var(--blue-700);
  color: #fff;
}

.lf-lane-node.is-ready .lf-lane-icon > b svg {
  width: 11px;
  height: 11px;
}

.lf-compare-section.lf-motion-ready .lf-compare-row .lf-lane-node,
.lf-compare-section.lf-motion-ready .lf-compare-row .lf-automation-zone {
  opacity: 0;
  transform: translateY(8px) scale(.97);
  transition: opacity .28s ease, transform .3s cubic-bezier(.22,.7,.2,1);
}

.lf-compare-section.lf-motion-ready .lf-compare-row > .lf-compare-lane > .lf-lane-line,
.lf-compare-section.lf-motion-ready .lf-lane-delay > i {
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .34s ease;
}

.lf-compare-section.lf-motion-ready .lf-lane-delay strong,
.lf-compare-section.lf-motion-ready .lf-delay-clocks span,
.lf-compare-section.lf-motion-ready .lf-automation-zone li {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .24s ease, transform .24s ease;
}

.lf-compare-section.lf-motion-ready .is-before .lf-lane-node:first-child { transition-delay: 0s; }
.lf-compare-section.lf-motion-ready .is-before > .lf-compare-lane > .lf-lane-line:first-of-type { transition-delay: .22s; }
.lf-compare-section.lf-motion-ready .is-before .lf-lane-node:nth-of-type(2) { transition-delay: .48s; }
.lf-compare-section.lf-motion-ready .is-before .lf-lane-delay > i:first-child { transition-delay: .7s; }
.lf-compare-section.lf-motion-ready .is-before .lf-lane-delay strong { transition-delay: .86s; }
.lf-compare-section.lf-motion-ready .is-before .lf-delay-clocks span:nth-child(1) { transition-delay: .88s; }
.lf-compare-section.lf-motion-ready .is-before .lf-delay-clocks span:nth-child(2) { transition-delay: 1.15s; }
.lf-compare-section.lf-motion-ready .is-before .lf-delay-clocks span:nth-child(3) { transition-delay: 1.42s; }
.lf-compare-section.lf-motion-ready .is-before .lf-lane-delay > i:last-child { transition-delay: 1.58s; }
.lf-compare-section.lf-motion-ready .is-before .lf-lane-node:nth-of-type(4) { transition-delay: 1.78s; }
.lf-compare-section.lf-motion-ready .is-before > .lf-compare-lane > .lf-lane-line:last-of-type { transition-delay: 1.98s; }
.lf-compare-section.lf-motion-ready .is-before .lf-lane-node.is-lost { transition-delay: 2.2s; }

.lf-compare-section.lf-motion-ready .is-now .lf-lane-node:first-child { transition-delay: 2.55s; }
.lf-compare-section.lf-motion-ready .is-now > .lf-compare-lane > .lf-lane-line:first-of-type { transition-delay: 2.68s; }
.lf-compare-section.lf-motion-ready .is-now .lf-automation-zone { transition-delay: 2.82s; }
.lf-compare-section.lf-motion-ready .is-now .lf-automation-zone li:nth-child(1) { transition-delay: 2.96s; }
.lf-compare-section.lf-motion-ready .is-now .lf-automation-zone li:nth-child(2) { transition-delay: 3.09s; }
.lf-compare-section.lf-motion-ready .is-now .lf-automation-zone li:nth-child(3) { transition-delay: 3.22s; }
.lf-compare-section.lf-motion-ready .is-now > .lf-compare-lane > .lf-lane-line:last-of-type { transition-delay: 3.34s; }
.lf-compare-section.lf-motion-ready .is-now .lf-lane-node.is-ready { transition-delay: 3.48s; }

.lf-compare-section.is-animated .lf-compare-row .lf-lane-node,
.lf-compare-section.is-animated .lf-compare-row .lf-automation-zone,
.lf-compare-section.is-animated .lf-lane-delay strong,
.lf-compare-section.is-animated .lf-delay-clocks span,
.lf-compare-section.is-animated .lf-automation-zone li {
  opacity: 1;
  transform: none;
}

.lf-compare-section.is-animated .lf-compare-row > .lf-compare-lane > .lf-lane-line,
.lf-compare-section.is-animated .lf-lane-delay > i {
  transform: scaleX(1);
}

.lf-compare-section.is-animated .is-before .lf-lane-node:nth-of-type(4) {
  opacity: .7;
}

.lf-compare-section.is-animated .is-before .lf-delay-clocks span:nth-child(2) {
  opacity: .68;
}

.lf-compare-section.is-animated .is-before .lf-delay-clocks span:nth-child(3) {
  opacity: .42;
}

.lf-compare-section.is-animated .is-before .lf-lane-node.is-lost {
  opacity: .88;
  transform: translateY(4px);
}

.lf-conversation-closing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
  max-width: none;
  margin: clamp(2.5rem, 5vw, 3.5rem) 0 0;
  padding-top: clamp(1.65rem, 3vw, 2.15rem);
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  text-align: left;
  font-family: var(--display);
  font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.01em;
}

.lf-conversation-closing::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  width: 72px;
  height: 3px;
  border-radius: 3px;
  background: var(--blue-600);
  transform: translateX(-50%);
}

.lf-conversation-lead {
  color: var(--ink-soft);
  font-weight: 500;
}

.lf-conversation-closing em {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--blue-200);
  border-radius: 12px;
  background: var(--blue-50);
  color: #081b33;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.lf-conversation-arrow {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--blue-600);
}

.lf-conversation-arrow svg {
  width: 22px;
  height: 22px;
}

.lf-conversation-closing strong {
  display: block;
  max-width: 16ch;
  margin: 0;
  color: #081b33;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.lf-closing {
  max-width: 780px;
  margin: 40px auto 0 !important;
  color: var(--ink) !important;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem) !important;
  font-weight: 600;
  text-align: center;
}

.lf-closing-inline {
  margin-top: 28px !important;
  color: var(--ink) !important;
  font-weight: 700;
}

.lf-simple-list {
  display: grid;
  gap: 10px;
  margin: 26px 0;
}

.lf-simple-list li {
  position: relative;
  padding-left: 30px;
  color: var(--ink-soft);
  font-weight: 600;
}

.lf-simple-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-700);
  font-size: .76rem;
}

.lf-ai-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 86% 16%, rgba(59,130,246,.28), transparent 32%),
    radial-gradient(circle at 14% 48%, rgba(14,165,233,.12), transparent 30%),
    #081b33;
  color: #fff;
}

.lf-ai-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}

.lf-ai-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 64px;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(180deg, transparent 0%, #081b33 42%, #081b33 100%);
  background-size: 48px 48px, 48px 48px, auto;
  mask-image: linear-gradient(to right, transparent, #000 35%, #000);
}

.lf-ai-section > .lf-container {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.lf-ai-section + .lf-context-section,
.lf-ai-section + .lf-work-section {
  border-top: 0;
  margin-top: -2px;
}

.lf-ai-section .lf-kicker {
  color: #93c5fd;
}

.lf-ai-section h2 {
  color: #fff;
}

.lf-ai-section .lf-availability-list {
  border-top-color: rgba(255,255,255,.12);
}

.lf-ai-section .lf-availability-list > div {
  border-bottom-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.72);
}

.lf-ai-section .lf-availability-list svg {
  color: #93c5fd;
}

.lf-ai-section .lf-ai-promise {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: none;
}

.lf-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr);
  column-gap: clamp(3rem, 7vw, 6rem);
  row-gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}

.lf-ai-copy {
  max-width: 470px;
}

.lf-ai-copy > p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.6;
}

.lf-availability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.lf-availability-list > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -.015em;
  line-height: 1.3;
}

.lf-availability-list svg {
  width: 24px;
  height: 24px;
  color: var(--blue-600);
}

.lf-ai-product {
  overflow: hidden;
  border: 1px solid rgba(37,99,235,.15);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15,40,80,.12);
}

.lf-ai-product-head {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 11px 16px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.lf-ai-product-head > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--blue-700);
  color: #fff;
}

.lf-ai-product-head svg {
  width: 18px;
  height: 18px;
}

.lf-ai-product-head strong {
  color: var(--ink);
  font-size: .8rem;
}

.lf-ai-online {
  width: 9px;
  height: 9px;
  margin-left: auto;
  border: 2px solid #dcfce7;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.1);
}

.lf-ai-product-body {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(175px, .7fr);
  min-height: 430px;
}

.lf-ai-chat {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 22px;
  background: #f8fafc;
}

.lf-ai-message {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.lf-ai-message > span {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--blue-100);
  border-radius: 9px;
  background: #fff;
  color: var(--blue-700);
}

.lf-ai-message > span svg {
  width: 16px;
  height: 16px;
}

.lf-ai-message.is-ai > span.lf-ai-avatar {
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  border-color: transparent;
  background: transparent;
}

.lf-ai-message.is-ai > span.lf-ai-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.lf-ai-message p {
  max-width: 82%;
  margin: 0;
  padding: 11px 13px;
  border: 1px solid var(--blue-100);
  border-radius: 5px 14px 14px 14px;
  background: #fff;
  color: var(--ink-soft);
  font-size: .79rem;
  line-height: 1.5;
}

.lf-ai-message.is-user {
  flex-direction: row-reverse;
}

.lf-ai-message.is-user > span {
  border-color: #d8dee8;
  color: #475569;
}

.lf-ai-message.is-user p {
  border-color: transparent;
  border-radius: 14px 5px 14px 14px;
  background: var(--blue-800);
  color: #fff;
}

.lf-ai-progress {
  display: grid;
  align-content: center;
  margin: 0;
  padding: 18px;
  border-left: 1px solid var(--line);
  background: #fff;
  list-style: none;
}

.lf-ai-progress li {
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr) 18px;
  gap: 9px;
  align-items: center;
  min-height: 57px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: .69rem;
  font-weight: 700;
  line-height: 1.35;
}

.lf-ai-progress li:last-child {
  border-bottom: 0;
}

.lf-ai-progress li > svg {
  width: 18px;
  height: 18px;
  color: var(--blue-600);
}

.lf-ai-progress li > .lf-ai-progress-check {
  color: #16a34a;
}

.lf-ai-product .lf-typing {
  margin: auto 0 0 38px;
}

.lf-ai-product .lf-typing i {
  animation: none;
}

.lf-ai-section.is-animated .lf-typing i {
  animation: lf-ai-typing .7s ease-in-out 2;
  animation-delay: 1.25s;
}

.lf-ai-section.is-animated .lf-typing i:nth-child(2) { animation-delay: 1.37s; }
.lf-ai-section.is-animated .lf-typing i:nth-child(3) { animation-delay: 1.49s; }

@keyframes lf-ai-typing {
  0%, 60%, 100% { opacity: .3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-2px); }
}

.lf-ai-section.lf-motion-ready:not(.is-animated) .lf-availability-list > div,
.lf-ai-section.lf-motion-ready:not(.is-animated) .lf-ai-message,
.lf-ai-section.lf-motion-ready:not(.is-animated) .lf-ai-progress li,
.lf-ai-section.lf-motion-ready:not(.is-animated) .lf-ai-promise p,
.lf-ai-section.lf-motion-ready:not(.is-animated) .lf-ai-promise-line {
  opacity: .18;
  transform: translateY(7px);
}

.lf-ai-section.is-animated .lf-availability-list > div {
  animation: lf-ai-reveal .45s cubic-bezier(.22,1,.36,1) both;
}

.lf-ai-section.is-animated .lf-availability-list > div:nth-child(1) { animation-delay: .05s; }
.lf-ai-section.is-animated .lf-availability-list > div:nth-child(2) { animation-delay: .17s; }
.lf-ai-section.is-animated .lf-availability-list > div:nth-child(3) { animation-delay: .29s; }
.lf-ai-section.is-animated .lf-availability-list > div:nth-child(4) { animation-delay: .41s; }

.lf-ai-section.is-animated .lf-ai-message {
  animation: lf-ai-message-in .4s cubic-bezier(.22,1,.36,1) both;
}

.lf-ai-section.is-animated .lf-ai-message:nth-child(1) { animation-delay: .65s; }
.lf-ai-section.is-animated .lf-ai-message:nth-child(2) { animation-delay: 1.2s; }
.lf-ai-section.is-animated .lf-ai-message:nth-child(3) { animation-delay: 1.85s; }
.lf-ai-section.is-animated .lf-ai-message:nth-child(4) { animation-delay: 2.4s; }

.lf-ai-section.is-animated .lf-ai-progress li {
  animation: lf-ai-progress-in .4s cubic-bezier(.22,1,.36,1) both;
}

.lf-ai-section.is-animated .lf-ai-progress li:nth-child(1) { animation-delay: 1.05s; }
.lf-ai-section.is-animated .lf-ai-progress li:nth-child(2) { animation-delay: 1.7s; }
.lf-ai-section.is-animated .lf-ai-progress li:nth-child(3) { animation-delay: 2.65s; }
.lf-ai-section.is-animated .lf-ai-progress li:nth-child(4) { animation-delay: 2.95s; }
.lf-ai-section.is-animated .lf-ai-progress li:nth-child(5) { animation-delay: 3.15s; }

.lf-ai-section.is-animated .lf-ai-promise p,
.lf-ai-section.is-animated .lf-ai-promise-line {
  animation: lf-ai-reveal .5s cubic-bezier(.22,1,.36,1) both;
}

.lf-ai-section.is-animated .lf-ai-promise p:first-child { animation-delay: 3.35s; }
.lf-ai-section.is-animated .lf-ai-promise-line { animation-delay: 3.5s; }
.lf-ai-section.is-animated .lf-ai-promise p:last-child { animation-delay: 3.65s; }

@keyframes lf-ai-reveal {
  from { opacity: .18; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

@keyframes lf-ai-message-in {
  from { opacity: .15; transform: translateY(9px); }
  to { opacity: 1; transform: none; }
}

@keyframes lf-ai-progress-in {
  from { opacity: .18; transform: translateX(7px); }
  to { opacity: 1; transform: none; }
}

.lf-ai-promise {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(70px, .3fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: center;
  padding: 24px 26px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
}

.lf-ai-promise p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: rgba(255,255,255,.78) !important;
  font-family: var(--display);
  font-size: 1rem !important;
  font-weight: 600;
}

.lf-ai-promise p > svg {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  color: var(--blue-200);
}

.lf-ai-promise p:last-child {
  justify-content: flex-end;
  color: #fff !important;
  font-size: clamp(1.2rem, 2.2vw, 1.55rem) !important;
  font-weight: 700;
  text-align: right;
}

.lf-ai-promise p:last-child > svg {
  color: #86efac;
}

.lf-ai-promise-line {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,.2);
}

.lf-app-window,
.lf-insight-visual {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(15,40,80,.14);
  overflow: hidden;
}

.lf-window-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
}

.lf-window-bar i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue-200);
}

.lf-window-bar span {
  margin-left: 10px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 700;
}

.lf-mock-chat {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  background: linear-gradient(180deg, #fff, var(--blue-50));
}

.lf-mock-chat p {
  max-width: 82%;
  margin: 0;
  padding: 13px 15px;
  border-radius: 16px 16px 16px 5px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: .87rem;
}

.lf-mock-chat p.is-user {
  margin-left: auto;
  border: 0;
  border-radius: 16px 16px 5px 16px;
  background: var(--gradient);
  color: #fff;
}

.lf-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: .68rem;
}

.lf-typing i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue-500);
}

.lf-context-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(580px, 1.28fr);
  gap: clamp(3rem, 8vw, 7rem);
  align-items: center;
}

.lf-context-section.lf-section-white {
  background: #fff;
  border-bottom: 0;
}

.lf-context-section + .lf-product-band {
  margin-top: -1px;
}

.lf-context-copy {
  max-width: 470px;
}

.lf-context-copy > p {
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.65;
}

.lf-context-closing {
  position: relative;
  margin: 30px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--ink) !important;
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem) !important;
  font-weight: 700;
  line-height: 1.4;
}

.lf-context-closing::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 58px;
  height: 3px;
  border-radius: 3px;
  background: var(--blue-600);
}

.lf-context-card {
  overflow: hidden;
  border: 1px solid rgba(37,99,235,.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15,40,80,.12);
}

.lf-context-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}

.lf-context-origin {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--blue-700);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .02em;
}

.lf-context-origin svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.lf-context-topbar > b {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  padding: 7px 11px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: inset 0 0 0 1px rgba(22, 101, 52, .12);
}

.lf-context-topbar > b svg {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.lf-context-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 22px 20px;
  border-bottom: 1px solid var(--line);
}

.lf-context-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 17px;
  background:
    radial-gradient(circle at 30% 25%, rgba(56, 189, 248, .35), transparent 55%),
    var(--blue-700);
  color: #fff;
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.02em;
  box-shadow: 0 10px 22px rgba(37, 99, 235, .22);
}

.lf-context-identity > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.lf-context-identity small {
  color: var(--blue-600);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lf-context-identity strong {
  color: #081b33;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.lf-context-identity p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: .88rem;
  font-weight: 600;
}

.lf-context-facts {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: 12px;
  margin: 0;
  padding: 18px 22px 0;
}

.lf-context-facts > div,
.lf-context-details > div {
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.lf-context-card dt {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lf-context-card dd {
  margin: 8px 0 0;
  color: #081b33;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.45;
}

.lf-context-intent dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #166534;
}

.lf-context-intent dd > span {
  display: flex;
  gap: 3px;
  align-items: end;
}

.lf-context-intent dd > span i {
  width: 5px;
  height: 9px;
  border-radius: 3px;
  background: #22c55e;
}

.lf-context-intent dd > span i:nth-child(2) { height: 14px; }
.lf-context-intent dd > span i:nth-child(3) { height: 19px; }

.lf-context-details {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 12px 22px 22px;
}

.lf-context-summary {
  border-color: rgba(37, 99, 235, .1) !important;
  background: #f8fafc !important;
}

.lf-context-summary dd {
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--ink-soft);
}

.lf-context-suggestion {
  border-color: rgba(37, 99, 235, .22) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(56, 189, 248, .16), transparent 42%),
    var(--blue-50) !important;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, .06);
}

.lf-context-suggestion dt {
  color: var(--blue-700);
}

.lf-context-suggestion dd {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  color: #081b33;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
}

.lf-context-suggestion dd > svg {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
  color: var(--blue-700);
}

.lf-context-section.lf-motion-ready .lf-context-topbar,
.lf-context-section.lf-motion-ready .lf-context-identity,
.lf-context-section.lf-motion-ready .lf-context-facts,
.lf-context-section.lf-motion-ready .lf-context-details > div {
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .25s ease, transform .28s ease;
}

.lf-context-section.lf-motion-ready .lf-context-topbar { transition-delay: 0s; }
.lf-context-section.lf-motion-ready .lf-context-identity { transition-delay: .18s; }
.lf-context-section.lf-motion-ready .lf-context-facts { transition-delay: .36s; }
.lf-context-section.lf-motion-ready .lf-context-details > div:first-child { transition-delay: .58s; }
.lf-context-section.lf-motion-ready .lf-context-suggestion { transition-delay: .78s; }

.lf-context-section.is-animated .lf-context-topbar,
.lf-context-section.is-animated .lf-context-identity,
.lf-context-section.is-animated .lf-context-facts,
.lf-context-section.is-animated .lf-context-details > div {
  opacity: 1;
  transform: none;
}

.lf-work-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: clamp(4.5rem, 9vw, 7rem);
  background:
    radial-gradient(circle at 88% 18%, rgba(56, 189, 248, .12), transparent 36%),
    radial-gradient(circle at 8% 88%, rgba(37, 99, 235, .08), transparent 40%),
    var(--bg);
}

.lf-work-wave {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: clamp(36px, 5.5vw, 58px);
  margin: -1px 0 0;
  line-height: 0;
  color: #081b33;
  background: transparent;
  pointer-events: none;
}

.lf-work-wave svg {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}

.lf-work-wave .lf-work-wave-fill {
  fill: #081b33;
}

.lf-work-wave .lf-work-wave-grid {
  fill: url(#lf-work-wave-grid);
}

.lf-work-section > .lf-container {
  position: relative;
  z-index: 1;
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
}

.lf-work-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.2fr);
  grid-template-areas: "title copy";
  column-gap: clamp(2.5rem, 6vw, 5.5rem);
  row-gap: 1.5rem;
  align-items: center;
}

.lf-work-title {
  grid-area: title;
  max-width: 28rem;
  margin: 0;
  color: #081b33;
}

.lf-work-brand {
  color: var(--blue-600);
}

.lf-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) 64px minmax(220px, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: clamp(3.5rem, 7vw, 5.5rem);
}

.lf-work-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-work-flow::before {
  content: "";
  position: absolute;
  top: 49px;
  left: 7%;
  right: 7%;
  border-top: 2px solid var(--blue-200);
}

.lf-work-flow li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  padding-inline: 5px;
  text-align: center;
  transition: opacity .22s ease;
}

.lf-work-flow li::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 48px;
  left: calc(50% + 24px);
  width: calc(100% - 48px);
  border-top: 3px solid var(--blue-600);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s ease;
}

.lf-work-flow li:last-child::after {
  display: none;
}

.lf-work-flow li > * {
  position: relative;
  z-index: 1;
}

.lf-work-flow small {
  color: var(--blue-600);
  font-family: var(--display);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.lf-work-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue-200);
  border-radius: 50%;
  background: var(--bg);
  color: var(--blue-700);
  box-shadow: 0 0 0 0 rgba(37,99,235,0);
  transition:
    transform .22s ease,
    color .22s ease,
    border-color .22s ease,
    background-color .22s ease,
    box-shadow .22s ease;
}

.lf-work-icon svg {
  width: 21px;
  height: 21px;
  transition: transform .22s ease;
}

.lf-work-flow strong {
  color: var(--ink-soft);
  font-size: .72rem;
  line-height: 1.3;
  transition: color .22s ease, transform .22s ease;
}

.lf-work-flow li.is-delivery .lf-work-icon {
  border-color: var(--blue-700);
  background: var(--blue-700);
  color: #fff;
}

.lf-work-flow li.is-delivery strong {
  color: var(--blue-800);
}

.lf-work-arrow {
  --lf-work-arrow-turn: 0deg;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  transform: rotate(var(--lf-work-arrow-turn)) translateX(0);
  transition: color .24s ease, transform .24s ease;
}

.lf-work-arrow svg {
  width: 33px;
  height: 33px;
}

.lf-work-result {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
  padding: 23px;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 18px 44px rgba(8,28,58,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.lf-work-result > span {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  transition: transform .25s ease, background-color .25s ease;
}

.lf-work-result > span > svg {
  width: 23px;
  height: 23px;
}

.lf-work-result > span b {
  position: absolute;
  right: -7px;
  bottom: -6px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  transition: transform .25s ease, box-shadow .25s ease;
}

.lf-work-result > span b svg {
  width: 12px;
  height: 12px;
}

.lf-work-result p {
  margin: 0;
  color: rgba(255,255,255,.82) !important;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem) !important;
  font-weight: 600;
  line-height: 1.45;
}

.lf-work-result p strong {
  color: #fff;
  font-size: 1.16em;
}

.lf-work-section.lf-motion-ready .lf-work-flow li {
  --lf-work-delay: 0s;
  opacity: .24;
  transition: opacity .22s ease var(--lf-work-delay);
}

.lf-work-section.lf-motion-ready .lf-work-flow li:nth-child(2) { --lf-work-delay: .13s; }
.lf-work-section.lf-motion-ready .lf-work-flow li:nth-child(3) { --lf-work-delay: .26s; }
.lf-work-section.lf-motion-ready .lf-work-flow li:nth-child(4) { --lf-work-delay: .39s; }
.lf-work-section.lf-motion-ready .lf-work-flow li:nth-child(5) { --lf-work-delay: .52s; }
.lf-work-section.lf-motion-ready .lf-work-flow li:nth-child(6) { --lf-work-delay: .65s; }
.lf-work-section.lf-motion-ready .lf-work-flow li:nth-child(7) { --lf-work-delay: .78s; }

.lf-work-section.lf-motion-ready .lf-work-icon {
  transform: scale(.86);
  transition-delay: var(--lf-work-delay);
}

.lf-work-section.lf-motion-ready .lf-work-flow li::after {
  transition-delay: calc(var(--lf-work-delay) + .1s);
}

.lf-work-section.lf-motion-ready .lf-work-arrow {
  opacity: 0;
  transform: rotate(var(--lf-work-arrow-turn)) translateX(-7px);
  transition: opacity .22s ease .98s, transform .24s ease .98s;
}

.lf-work-section.lf-motion-ready .lf-work-result {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .28s ease 1.12s, transform .3s ease 1.12s;
}

.lf-work-section.is-animated .lf-work-flow li {
  opacity: 1;
}

.lf-work-section.is-animated .lf-work-icon {
  transform: none;
}

.lf-work-section.is-animated .lf-work-flow li:not(:last-child)::after {
  transform: scaleX(1);
}

.lf-work-section.is-animated .lf-work-arrow {
  opacity: 1;
  transform: rotate(var(--lf-work-arrow-turn)) translateX(0);
}

.lf-work-section.is-animated .lf-work-result {
  opacity: 1;
  transform: none;
}

@media (hover: hover) and (pointer: fine) {
  .lf-work-flow:has(li:hover) li:hover ~ li {
    opacity: .5;
  }

  .lf-work-flow.is-animated:has(li:hover) li:hover::after,
  .lf-work-flow.is-animated:has(li:hover) li:hover ~ li::after {
    transform: scaleX(0);
  }

  .lf-work-flow li:has(~ li:hover) .lf-work-icon {
    border-color: var(--blue-400);
    background: var(--blue-50);
    color: var(--blue-700);
  }

  .lf-work-flow li:has(~ li:hover) strong {
    color: var(--blue-700);
  }

  .lf-work-flow li:hover .lf-work-icon {
    border-color: var(--blue-700);
    background: var(--blue-700);
    color: #fff;
    box-shadow: none;
    transform: translateY(-3px) scale(1.04);
    transition-delay: 0s;
  }

  .lf-work-flow li:hover strong {
    color: var(--blue-800);
    transform: none;
  }
}

.lf-compat-setup {
  width: min(100%, 1040px);
  margin-inline: auto;
}

.lf-compat-section .lf-section-head {
  max-width: 850px;
  margin: 0 auto clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
}

.lf-compat-section .lf-section-head p {
  max-width: 36rem;
  margin-inline: auto;
}

.lf-compat-section .lf-compat-list {
  margin: 0 auto;
}

.lf-compat-section .lf-install-wizard {
  position: relative;
  margin-top: 36px;
}

.lf-compat-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(100%, 1040px);
  margin-inline: auto;
}

.lf-compat-copy .lf-section-head {
  max-width: 850px;
  margin: 0 auto clamp(2.5rem, 6vw, 4.5rem);
  text-align: center;
}

.lf-compat-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0 0 34px;
  list-style: none;
}

.lf-compat-list::before,
.lf-compat-list::after {
  content: "";
  position: absolute;
  background: var(--blue-200);
  transition: background-color .25s ease, box-shadow .25s ease;
}

.lf-compat-list::before {
  right: 12.5%;
  bottom: 0;
  left: 12.5%;
  height: 2px;
}

.lf-compat-list::after {
  bottom: -35px;
  left: 50%;
  width: 2px;
  height: 36px;
  transform: translateX(-50%);
}

.lf-compat-list li {
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: start;
  gap: 12px;
  min-width: 0;
  padding: 0 8px;
  text-align: center;
  transition: transform .2s ease;
}

.lf-compat-list li::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: 2px;
  height: 34px;
  background: var(--blue-200);
  transform: translateX(-50%);
  transition: background-color .2s ease, box-shadow .2s ease;
}

.lf-compat-list li > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--blue-100);
  border-radius: 15px;
  background: var(--blue-50);
  color: var(--blue-700);
  box-shadow: 0 8px 22px rgba(30,64,175,.07);
  transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.lf-compat-list li svg {
  width: 23px;
  height: 23px;
}

.lf-compat-list li strong {
  color: var(--ink-soft);
  font-size: .82rem;
  line-height: 1.35;
}

.lf-compat-visual {
  width: min(100%, 780px);
  margin: 35px auto 0;
  padding: clamp(22px, 4vw, 38px);
  overflow: hidden;
  border: 1px solid var(--blue-100);
  border-radius: 26px;
  background:
    radial-gradient(circle at 85% 12%, rgba(96,165,250,.24), transparent 32%),
    var(--blue-50);
}

.lf-code-window {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: #0b1f3a;
  box-shadow: 0 24px 55px rgba(8,28,58,.2);
  transition: transform .25s ease, box-shadow .25s ease;
}

.lf-code-window-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.035);
}

.lf-code-window-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.25);
}

.lf-code-window-bar > span:first-child { background: #fb7185; }
.lf-code-window-bar > span:nth-child(2) { background: #fbbf24; }
.lf-code-window-bar > span:nth-child(3) { background: #4ade80; }

.lf-code-window-bar > svg {
  width: 17px;
  height: 17px;
  margin-left: auto;
  color: #93c5fd;
}

.lf-code-window-body {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 24px 20px;
  overflow-x: auto;
}

.lf-code-number {
  color: #55708f;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .75rem;
  user-select: none;
}

.lf-code-window code {
  flex: 0 0 auto;
  color: #dbeafe;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(.76rem, 1.3vw, .91rem);
  white-space: nowrap;
}

.lf-code-window code span { color: #7dd3fc; }
.lf-code-window code b { color: #93c5fd; font-weight: 500; }
.lf-code-window code em { color: #86efac; font-style: normal; }

.lf-code-status {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-top: 1px solid rgba(255,255,255,.09);
  background: rgba(34,197,94,.08);
}

.lf-code-status > span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  transition: box-shadow .25s ease, transform .25s ease;
}

.lf-code-status svg {
  width: 14px;
  height: 14px;
}

.lf-code-status strong {
  color: #bbf7d0;
  font-size: .78rem;
}

.lf-compat-connection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-top: 20px;
  color: var(--blue-600);
}

.lf-compat-connection > span {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue-200);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(30,64,175,.09);
}

.lf-compat-connection > span svg {
  width: 22px;
  height: 22px;
}

.lf-compat-connection > svg {
  width: 24px;
  height: 24px;
  transition: transform .25s ease;
}

.lf-compat-connection .is-live {
  background: var(--blue-700);
  color: #fff;
}

.lf-compat-connection .is-live b {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 12px;
  height: 12px;
  border: 3px solid var(--blue-50);
  border-radius: 50%;
  background: #22c55e;
}

.lf-compat-closing {
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: clamp(3rem, 7vw, 5rem) auto 0;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.lf-compat-closing > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  background: var(--blue-700);
  color: #fff;
}

.lf-compat-closing svg {
  width: 21px;
  height: 21px;
}

.lf-compat-closing strong {
  color: var(--ink);
}

.lf-compat-section.lf-motion-ready .lf-compat-list li {
  --lf-compat-delay: 0s;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .24s ease var(--lf-compat-delay), transform .24s ease var(--lf-compat-delay);
}

.lf-compat-section.lf-motion-ready .lf-compat-list li:nth-child(2) { --lf-compat-delay: .07s; }
.lf-compat-section.lf-motion-ready .lf-compat-list li:nth-child(3) { --lf-compat-delay: .14s; }
.lf-compat-section.lf-motion-ready .lf-compat-list li:nth-child(4) { --lf-compat-delay: .21s; }

.lf-compat-section.lf-motion-ready .lf-compat-list li::after {
  transform: translateX(-50%) scaleY(0);
  transform-origin: center top;
  transition: transform .28s ease calc(var(--lf-compat-delay) + .32s);
}

.lf-compat-section.lf-motion-ready .lf-compat-list::before {
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .4s ease .58s;
}

.lf-compat-section.lf-motion-ready .lf-compat-list::after {
  transform: translateX(-50%) scaleY(0);
  transform-origin: center top;
  transition: transform .3s ease .85s;
}

.lf-compat-section .lf-compat-list.is-animated li {
  opacity: 1;
  transform: none;
}

.lf-compat-section .lf-compat-list.is-animated li::after {
  transform: translateX(-50%) scaleY(1);
}

.lf-compat-section .lf-compat-list.is-animated::before {
  transform: scaleX(1);
}

.lf-compat-section .lf-compat-list.is-animated::after {
  transform: translateX(-50%) scaleY(1);
}

.lf-compat-section.lf-motion-ready .lf-code-window-body,
.lf-compat-section.lf-motion-ready .lf-code-status,
.lf-compat-section.lf-motion-ready .lf-compat-connection > svg,
.lf-compat-section.lf-motion-ready .lf-compat-connection > span {
  opacity: 0;
  transition: opacity .24s ease, transform .28s ease;
}

.lf-compat-section.lf-motion-ready .lf-code-window-body {
  transform: translateY(6px);
  transition-delay: .12s;
}

.lf-compat-section.lf-motion-ready .lf-code-status {
  transform: translateY(5px);
  transition-delay: .4s;
}

.lf-compat-section.lf-motion-ready .lf-compat-connection > svg {
  transform: translateY(-6px);
  transition-delay: .66s;
}

.lf-compat-section.lf-motion-ready .lf-compat-connection > span {
  transform: scale(.72);
  transition-delay: .88s;
}

.lf-compat-section .lf-compat-visual.is-animated .lf-code-window-body,
.lf-compat-section .lf-compat-visual.is-animated .lf-code-status,
.lf-compat-section .lf-compat-visual.is-animated .lf-compat-connection > svg,
.lf-compat-section .lf-compat-visual.is-animated .lf-compat-connection > span {
  opacity: 1;
  transform: none;
}

.lf-site-types { margin-bottom: 30px; }
.lf-code-line {
  max-width: 680px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 18px 20px;
  border-radius: 14px;
  background: #0b1f3a;
  color: #dbeafe;
  box-shadow: var(--shadow);
}
.lf-code-line span { color: #86efac; font-size: .78rem; font-weight: 700; }

.lf-panel-heading {
  max-width: 760px;
  margin-bottom: clamp(2.75rem, 6vw, 4.5rem);
}

.lf-panel-heading p {
  margin: 1rem 0 0;
  color: var(--muted);
}

.lf-product-band {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  background:
    radial-gradient(circle at 82% 18%, rgba(37,99,235,.28), transparent 32%),
    radial-gradient(circle at 8% 88%, rgba(14,165,233,.15), transparent 34%),
    #081b33;
  color: #fff;
}

.lf-product-wave {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: clamp(28px, 4.5vw, 48px);
  margin-bottom: -1px;
  line-height: 0;
  color: #fff;
  pointer-events: none;
}

.lf-product-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lf-compat-section {
  background: #fff;
}

.lf-product-band > .lf-panel-section,
.lf-product-band > .lf-analytics-section {
  position: relative;
  z-index: 1;
  background: transparent;
  color: inherit;
}

.lf-product-band > .lf-panel-section {
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
}

.lf-container.lf-product-stage {
  position: relative;
  z-index: 1;
  width: min(100% - 1rem, 1840px);
  padding-top: clamp(1.5rem, 3vw, 2.25rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.lf-product-heading {
  max-width: 720px;
  margin: 0 auto clamp(1.25rem, 2.5vw, 1.85rem);
  text-align: center;
}

.lf-product-heading .lf-kicker {
  margin-bottom: 6px;
  color: #93c5fd;
}

.lf-product-heading h2 {
  margin: 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.lf-product-heading p {
  max-width: 540px;
  margin: .55rem auto 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
  line-height: 1.4;
}

.lf-product-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: stretch;
  width: 100%;
}

.lf-product-split > .lf-section {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

.lf-product-split > .lf-section > .lf-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
}

.lf-product-split .lf-dashboard,
.lf-product-split .lf-analytics-report {
  flex: 1 1 auto;
  min-height: 560px;
  height: 100%;
}

.lf-product-split .lf-dashboard {
  grid-template-columns: 58px minmax(0, 1fr);
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(0,0,0,.28);
}

.lf-product-split .lf-dashboard-nav {
  padding: 14px 8px;
}

.lf-product-split .lf-dashboard-nav > b {
  justify-content: center;
  margin: 0 0 16px;
}

.lf-product-split .lf-dashboard-nav > b span,
.lf-product-split .lf-dashboard-nav em {
  display: none;
}

.lf-product-split .lf-dashboard-nav > div > span {
  justify-content: center;
  padding: 9px;
}

.lf-product-split .lf-dashboard-main {
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.lf-product-split .lf-dash-top {
  margin-bottom: 12px;
}

.lf-product-split .lf-dash-top strong {
  font-size: 1.05rem;
}

.lf-product-split .lf-dash-cards {
  gap: 8px;
}

.lf-product-split .lf-dash-workspace {
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1fr) minmax(140px, .55fr);
  gap: 8px;
  margin-top: 10px;
  min-height: 0;
}

.lf-product-split .lf-panel-transfer {
  display: none;
}

.lf-product-split .lf-analytics-report {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 20px;
}

.lf-product-split .lf-analytics-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.lf-product-split .lf-analytics-metrics article {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 8px;
  padding: 10px;
}

.lf-product-split .lf-analytics-metrics article > span {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}

.lf-product-split .lf-analytics-metrics article > span svg {
  width: 15px;
  height: 15px;
}

.lf-product-split .lf-analytics-metrics strong {
  font-size: 1.1rem;
}

.lf-product-split .lf-analytics-metrics em {
  display: none;
}

.lf-product-split .lf-analytics-body {
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 10px;
  margin-top: 10px;
  min-height: 0;
}

@media (max-width: 1100px) {
  .lf-container.lf-product-stage {
    width: min(100% - 2rem, var(--container));
  }

  .lf-product-split {
    grid-template-columns: 1fr;
  }

  .lf-product-split .lf-dashboard,
  .lf-product-split .lf-analytics-report {
    min-height: 0;
    height: auto;
  }

  .lf-product-split .lf-dashboard {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .lf-product-split .lf-dash-workspace {
    grid-template-columns: minmax(0, 1fr) 200px;
  }

  .lf-product-split .lf-analytics-body {
    grid-template-columns: minmax(0, 1.6fr) minmax(200px, .72fr);
  }

  .lf-product-split .lf-analytics-metrics article {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .lf-product-split .lf-analytics-metrics em {
    display: inline-block;
  }
}

@media (max-width: 760px) {
  .lf-product-split .lf-dashboard {
    grid-template-columns: 1fr;
  }

  .lf-product-split .lf-dash-workspace,
  .lf-product-split .lf-analytics-body {
    grid-template-columns: 1fr;
  }

  .lf-product-split .lf-analytics-metrics {
    grid-template-columns: 1fr;
  }
}

.lf-panel-section .lf-panel-heading .lf-kicker {
  color: #93c5fd;
}

.lf-panel-section .lf-panel-heading h2 {
  color: #fff;
}

.lf-panel-section .lf-panel-heading p {
  color: rgba(255,255,255,.68);
}

.lf-dashboard {
  min-height: 630px;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 32px 90px rgba(15,40,80,.16);
}

.lf-dashboard-nav {
  padding: 23px 14px;
  background: #0b1f3a;
  color: #91a4bd;
}

.lf-dashboard-nav > b {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 9px 28px;
  color: #fff;
  font-family: var(--display);
  font-size: 1.05rem;
}

.lf-dashboard-nav > b svg {
  width: 18px;
  height: 18px;
  color: #60a5fa;
}

.lf-dashboard-nav > div {
  display: grid;
  gap: 5px;
}

.lf-dashboard-nav > div > span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 9px;
}

.lf-dashboard-nav > div > span.is-active {
  background: rgba(59,130,246,.22);
  color: #fff;
}

.lf-dashboard-nav span svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.lf-dashboard-nav em {
  font-size: .72rem;
  font-style: normal;
  font-weight: 650;
}

.lf-dashboard-main {
  min-width: 0;
  padding: 26px;
  background: #f6f8fc;
}

.lf-dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.lf-dash-top > div { display: grid; gap: 2px; }
.lf-dash-top small { color: var(--muted); font-size: .7rem; }
.lf-dash-top strong { font-family: var(--display); font-size: 1.3rem; }

.lf-dash-top > span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  color: var(--ink-soft);
  font-size: .7rem;
  font-weight: 700;
}

.lf-dash-top > span svg { width: 14px; height: 14px; color: var(--blue-600); }

.lf-dash-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lf-dash-cards article {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.lf-dash-cards article > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--blue-50);
  color: var(--blue-700);
}

.lf-dash-cards article > span svg { width: 18px; height: 18px; }
.lf-dash-cards article > div:nth-child(2) { display: grid; align-content: center; }
.lf-dash-cards small { color: var(--muted); font-size: .66rem; font-weight: 700; }
.lf-dash-cards article > div > strong { font-family: var(--display); font-size: 1.2rem; }

.lf-dash-spark {
  grid-column: 1 / -1;
  height: 20px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.lf-dash-spark i {
  flex: 1;
  height: 40%;
  border-radius: 3px 3px 0 0;
  background: var(--blue-200);
}

.lf-dash-spark i:nth-child(2) { height: 62%; }
.lf-dash-spark i:nth-child(3) { height: 48%; }
.lf-dash-spark i:nth-child(4) { height: 75%; }
.lf-dash-spark i:nth-child(5) { height: 100%; background: var(--blue-600); }

.lf-dash-progress {
  grid-column: 1 / -1;
  height: 7px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e7edf5;
}

.lf-dash-progress i { display: block; width: 68%; height: 100%; border-radius: inherit; background: #f59e0b; }

.lf-dash-avatars {
  grid-column: 1 / -1;
  display: flex;
  padding-top: 3px;
}

.lf-dash-avatars i {
  width: 21px;
  height: 21px;
  margin-right: -5px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #bfdbfe, #2563eb);
}

.lf-dash-avatars i:nth-child(2) { background: linear-gradient(135deg, #fde68a, #f59e0b); }
.lf-dash-avatars i:nth-child(3) { background: linear-gradient(135deg, #bbf7d0, #22c55e); }

.lf-dash-workspace {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 226px;
  gap: 12px;
  margin-top: 13px;
}

.lf-dash-board,
.lf-dash-history {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.lf-dash-board { overflow: hidden; }

.lf-dash-board-head,
.lf-dash-history-head {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
}

.lf-dash-board-head strong,
.lf-dash-history-head strong {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .74rem;
}

.lf-dash-board-head strong svg,
.lf-dash-history-head strong svg { width: 15px; height: 15px; color: var(--blue-600); }
.lf-dash-board-head > span,
.lf-dash-history-head > span { color: var(--muted); font-size: .64rem; font-weight: 700; }

.lf-kanban-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--blue-200) transparent;
}

.lf-kanban-scroll:focus-visible {
  outline: 3px solid rgba(37,99,235,.28);
  outline-offset: -3px;
}

.lf-kanban {
  min-width: 600px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.lf-kanban section {
  min-height: 260px;
  padding: 10px;
  border-radius: 12px;
  background: #f1f4f8;
}

.lf-kanban h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: .68rem;
}

.lf-kanban h3 > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #94a3b8;
}

.lf-kanban section:nth-child(2) h3 > i { background: #f59e0b; }
.lf-kanban section:nth-child(3) h3 > i { background: #22c55e; }

.lf-kanban h3 > span {
  min-width: 19px;
  margin-left: auto;
  padding: 2px 5px;
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  text-align: center;
}

.lf-kanban article {
  margin-top: 9px;
  padding: 12px;
  border: 1px solid #dce4ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(15,40,80,.05);
  transition: none;
}

.lf-kanban article.is-qualified { border-left: 3px solid #f59e0b; }
.lf-kanban article.is-team { border-left: 3px solid #22c55e; }
.lf-kanban article > strong { display: block; color: var(--ink-soft); font-size: .7rem; line-height: 1.4; }

.lf-kanban article small {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  color: var(--muted);
  font-size: .6rem;
  font-weight: 600;
}

.lf-kanban article small svg { width: 12px; height: 12px; color: var(--blue-600); }
.lf-kanban article.is-qualified small svg { color: #d97706; }
.lf-kanban article.is-team small svg { color: #16a34a; }

.lf-dash-history { overflow: hidden; }
.lf-dash-history ol { margin: 0; padding: 14px; list-style: none; }

.lf-dash-history li {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  padding-bottom: 18px;
}

.lf-dash-history li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 14px;
  border-left: 1px solid var(--blue-200);
}

.lf-dash-history li > span {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--blue-50);
  color: var(--blue-700);
}

.lf-dash-history li > span svg { width: 14px; height: 14px; }
.lf-dash-history li > div { min-width: 0; display: grid; gap: 3px; padding-top: 2px; }
.lf-dash-history li strong { color: var(--ink-soft); font-size: .64rem; line-height: 1.35; }
.lf-dash-history li small { color: var(--muted); font-size: .57rem; }

.lf-panel-transfer {
  position: absolute;
  z-index: 3;
  top: 142px;
  right: 218px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--blue-200);
  border-radius: 50%;
  background: #fff;
  color: var(--blue-700);
  box-shadow: 0 6px 16px rgba(30,64,175,.16);
  pointer-events: none;
}

.lf-panel-transfer svg {
  width: 14px;
  height: 14px;
}

.lf-panel-section.lf-motion-ready .lf-panel-opportunity,
.lf-panel-section.lf-motion-ready .lf-panel-history-result,
.lf-panel-section.lf-motion-ready .lf-panel-history-result > span,
.lf-panel-section.lf-motion-ready .lf-panel-history-result strong,
.lf-panel-section.lf-motion-ready .lf-panel-transfer {
  transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease,
    color .28s ease, opacity .24s ease, transform .3s ease;
}

.lf-panel-section.lf-motion-ready .lf-panel-transfer {
  opacity: 0;
  transform: translateX(-10px) scale(.82);
}

.lf-panel-section.lf-motion-ready .lf-panel-history-result {
  border-radius: 9px;
}

@keyframes lf-panel-opportunity-pass {
  0%, 100% {
    background: #fff;
    box-shadow: 0 5px 14px rgba(15,40,80,.05);
  }
  42%, 72% {
    background: #fffbeb;
    box-shadow: 0 7px 16px rgba(146,64,14,.09);
  }
}

@keyframes lf-panel-flame-pass {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.18); }
}

.lf-panel-section.is-animated .lf-panel-opportunity {
  animation: lf-panel-opportunity-pass .72s ease .18s both;
}

.lf-panel-section.is-animated .lf-panel-opportunity small svg {
  transform-origin: center;
  animation: lf-panel-flame-pass .52s ease .28s both;
}

.lf-panel-section.is-animated .lf-panel-transfer {
  opacity: 1;
  transform: none;
  transition-delay: .55s;
}

.lf-panel-section.is-animated .lf-panel-history-result {
  transition-delay: .86s;
}

.lf-panel-section.is-animated .lf-panel-history-result > span {
  background: var(--blue-700);
  color: #fff;
  transition-delay: .86s;
}

.lf-panel-section.is-animated .lf-panel-history-result strong {
  color: var(--blue-700);
  transition-delay: .86s;
}

.lf-analytics-section {
  overflow: visible;
  background: transparent;
  color: inherit;
}

.lf-analytics-heading {
  max-width: 850px;
  margin: 0 auto clamp(3rem, 7vw, 5rem);
  text-align: center;
}

.lf-analytics-heading .lf-kicker { color: #93c5fd; }
.lf-analytics-heading h2 { color: #fff; }
.lf-analytics-heading p { max-width: 680px; margin: 1rem auto 0; color: rgba(255,255,255,.68); }

.lf-analytics-report {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background: #f8fafc;
  color: var(--ink);
  box-shadow: 0 35px 90px rgba(0,0,0,.28);
}

.lf-analytics-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lf-analytics-metrics article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  transition: none;
}

.lf-analytics-metrics article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--blue-50);
  color: var(--blue-700);
}

.lf-analytics-metrics article:nth-child(2) > span { background: #fff7ed; color: #d97706; }
.lf-analytics-metrics article:nth-child(3) > span { background: #f0fdf4; color: #16a34a; }
.lf-analytics-metrics article > span svg { width: 19px; height: 19px; }
.lf-analytics-metrics article > div { min-width: 0; display: grid; gap: 2px; }
.lf-analytics-metrics small { overflow: hidden; color: var(--muted); font-size: .68rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.lf-analytics-metrics strong { font-family: var(--display); font-size: 1.45rem; }

.lf-analytics-metrics em {
  padding: 4px 6px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d;
  font-size: .62rem;
  font-style: normal;
  font-weight: 800;
}

.lf-analytics-body {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(260px, .72fr);
  gap: 14px;
  margin-top: 14px;
}

.lf-opportunity-chart,
.lf-analytics-rankings article {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}

.lf-opportunity-chart { min-width: 0; padding: 18px; }

.lf-opportunity-chart figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.lf-opportunity-chart figcaption strong { font-size: .82rem; }

.lf-opportunity-chart figcaption span {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px 7px;
  border-radius: 999px;
  background: #f0fdf4;
  color: #15803d;
  font-size: .65rem;
  font-weight: 800;
}

.lf-opportunity-chart figcaption svg { width: 13px; height: 13px; }

.lf-chart-area {
  min-width: 0;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 8px;
}

.lf-chart-scale {
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  padding-block: 12px 9px;
  color: #94a3b8;
  font-size: .58rem;
}

.lf-chart-area svg {
  width: 100%;
  height: 230px;
  overflow: visible;
}

.lf-chart-grid line {
  stroke: #e7edf5;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.lf-chart-fill {
  fill: rgba(37,99,235,.1);
  opacity: 0;
  transition: opacity .8s ease .35s;
}

.lf-chart-line {
  fill: none;
  stroke: var(--blue-600);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  vector-effect: non-scaling-stroke;
  transition: stroke-dashoffset 1.2s cubic-bezier(.22,.7,.2,1) .18s;
}

.lf-chart-points circle {
  fill: #fff;
  stroke: var(--blue-600);
  stroke-width: 3;
  opacity: 0;
  transform: scale(.3);
  transform-box: fill-box;
  transform-origin: center;
  transition: opacity .25s ease .85s, transform .25s ease .85s;
  vector-effect: non-scaling-stroke;
}

.lf-chart-points circle:nth-child(1) { transition-delay: .2s; }
.lf-chart-points circle:nth-child(2) { transition-delay: .43s; }
.lf-chart-points circle:nth-child(3) { transition-delay: .66s; }
.lf-chart-points circle:nth-child(4) { transition-delay: .89s; }
.lf-chart-points circle:nth-child(5) { transition-delay: 1.12s; }

.lf-analytics-report.is-animated .lf-chart-fill { opacity: 1; }
.lf-analytics-report.is-animated .lf-chart-line { stroke-dashoffset: 0; }
.lf-analytics-report.is-animated .lf-chart-points circle { opacity: 1; transform: scale(1); }

.lf-chart-labels {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 8px 0 0 33px;
  color: #94a3b8;
  font-size: .58rem;
  text-align: center;
}

.lf-analytics-rankings {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.lf-analytics-rankings article { padding: 16px; }

.lf-analytics-rankings h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: var(--ink-soft);
  font-size: .72rem;
}

.lf-analytics-rankings h3 svg { width: 15px; height: 15px; color: var(--blue-600); }
.lf-analytics-rankings ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.lf-analytics-rankings li { display: grid; gap: 5px; }
.lf-analytics-rankings li > span { overflow: hidden; color: var(--ink-soft); font-size: .64rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

.lf-analytics-rankings li > b {
  position: relative;
  z-index: 0;
  height: 18px;
  overflow: hidden;
  border-radius: 5px;
  background: #eef2f7;
  color: var(--ink-soft);
  font-size: .57rem;
  line-height: 18px;
  text-align: right;
}

.lf-analytics-rankings li > b::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 0;
  width: var(--lf-rank);
  border-radius: inherit;
  background: var(--blue-200);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .7s cubic-bezier(.22,.7,.2,1) .45s;
}

.lf-analytics-rankings article:nth-child(2) li > b::before { background: #bbf7d0; }
.lf-analytics-rankings li:nth-child(2) > b::before { transition-delay: .55s; }
.lf-analytics-rankings li:nth-child(3) > b::before { transition-delay: .65s; }
.lf-analytics-report.is-animated .lf-analytics-rankings li > b::before { transform: scaleX(1); }

.lf-analytics-closing {
  max-width: 820px;
  margin: clamp(2.5rem, 6vw, 4rem) auto 0;
  color: rgba(255,255,255,.68);
  font-family: var(--display);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
  text-align: center;
}

.lf-analytics-closing strong { color: #fff; }

.lf-insight-visual { padding: 30px; }
.lf-chart { height: 290px; display: flex; align-items: end; gap: 14px; padding: 20px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lf-chart span { flex: 1; min-width: 18px; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--sky), var(--blue-600)); }
.lf-insight-tags { display: flex; gap: 8px; padding-top: 18px; }
.lf-insight-tags span { padding: 7px 9px; border-radius: 999px; background: var(--blue-50); color: var(--blue-700); font-size: .68rem; font-weight: 700; }

.lf-install-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-install-section {
  position: relative;
  overflow: hidden;
}

.lf-install-section > .lf-container {
  position: relative;
  z-index: 1;
}

.lf-install-heading {
  max-width: 820px;
  margin: 0 auto clamp(3rem, 7vw, 5rem);
  text-align: center;
}

.lf-install-wizard {
  max-width: 1020px;
  margin-inline: auto;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 75px rgba(15,40,80,.12);
}

.lf-install-steps::before,
.lf-install-steps::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  background: var(--blue-200);
}

.lf-install-steps::after {
  background: var(--blue-600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.05s cubic-bezier(.22,.7,.2,1) .12s;
}

.lf-install-wizard.is-animated .lf-install-steps::after { transform: scaleX(1); }

.lf-install-steps li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 11px;
  min-width: 0;
  padding-inline: 8px;
  text-align: center;
}

.lf-install-steps li > span {
  position: relative;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue-200);
  border-radius: 50%;
  background: #fff;
  color: var(--blue-700);
  box-shadow: 0 0 0 5px #fff;
  transition: border-color .25s ease, color .25s ease, background-color .25s ease, transform .25s ease;
}

.lf-install-steps li > span b {
  font-family: var(--display);
  font-size: .82rem;
  transition: opacity .2s ease;
}

.lf-install-steps li > span svg {
  position: absolute;
  width: 19px;
  height: 19px;
  opacity: 0;
  transform: scale(.45);
  transition: opacity .22s ease, transform .22s ease;
}

.lf-install-steps li strong {
  color: var(--ink-soft);
  font-size: .82rem;
  line-height: 1.35;
}

.lf-install-wizard.is-animated .lf-install-steps li.is-done > span {
  border-color: var(--blue-600);
  background: var(--blue-600);
  color: #fff;
}

.lf-install-wizard.is-animated .lf-install-steps li.is-done > span b { opacity: 0; }
.lf-install-wizard.is-animated .lf-install-steps li.is-done > span svg:not(.lf-step-active-icon) {
  opacity: 1;
  transform: scale(1);
}

.lf-install-wizard.is-animated .lf-install-steps li:first-child > span,
.lf-install-wizard.is-animated .lf-install-steps li:first-child > span b,
.lf-install-wizard.is-animated .lf-install-steps li:first-child > span svg { transition-delay: .15s; }
.lf-install-wizard.is-animated .lf-install-steps li:nth-child(2) > span,
.lf-install-wizard.is-animated .lf-install-steps li:nth-child(2) > span b,
.lf-install-wizard.is-animated .lf-install-steps li:nth-child(2) > span svg { transition-delay: .45s; }
.lf-install-wizard.is-animated .lf-install-steps li:nth-child(3) > span,
.lf-install-wizard.is-animated .lf-install-steps li:nth-child(3) > span b,
.lf-install-wizard.is-animated .lf-install-steps li:nth-child(3) > span svg { transition-delay: .75s; }

.lf-install-steps li.is-active > span {
  border-color: var(--blue-700);
  background: var(--blue-50);
  box-shadow: 0 0 0 5px #fff, 0 0 0 9px rgba(37,99,235,.1);
}

.lf-install-steps li.is-active > span .lf-step-active-icon {
  right: -5px;
  bottom: -4px;
  width: 17px;
  height: 17px;
  display: block;
  padding: 3px;
  border-radius: 50%;
  background: var(--blue-700);
  color: #fff;
  opacity: 1;
  transform: scale(1);
}

.lf-install-stage {
  display: grid;
  grid-template-columns: minmax(190px, .72fr) 50px minmax(300px, 1.28fr);
  gap: 20px;
  align-items: center;
  margin-top: 38px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--blue-100);
  border-radius: 20px;
  background: var(--blue-50);
}

.lf-config-panel,
.lf-site-preview {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(15,40,80,.1);
}

.lf-config-head,
.lf-site-preview-bar {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-bottom: 1px solid var(--line);
}

.lf-config-head > span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  margin-right: auto;
  border-radius: 8px;
  background: var(--blue-700);
  color: #fff;
}

.lf-config-head span svg { width: 14px; height: 14px; }
.lf-config-head > i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-200); }

.lf-config-body { display: grid; gap: 10px; padding: 14px; }

.lf-config-body > div:not(.lf-config-slider) {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 9px;
}

.lf-config-body div > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--blue-50);
  color: var(--blue-700);
}

.lf-config-body div > span svg { width: 14px; height: 14px; }
.lf-config-body div > b { height: 6px; border-radius: 999px; background: #e5eaf1; }

.lf-config-body div > em {
  position: relative;
  width: 29px;
  height: 17px;
  border-radius: 999px;
  background: #d7dee8;
}

.lf-config-body div > em::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}

.lf-config-body div > em.is-on { background: var(--blue-600); }
.lf-config-body div > em.is-on::after { left: 15px; }

.lf-config-slider {
  display: flex;
  gap: 7px;
  padding-top: 3px;
}

.lf-config-slider i { height: 24px; flex: 1; border-radius: 6px; background: var(--blue-100); }
.lf-config-slider i:nth-child(2) { background: var(--blue-500); }
.lf-config-slider i:nth-child(3) { background: #0b1f3a; }

.lf-install-transfer {
  display: grid;
  place-items: center;
  color: var(--blue-600);
}

.lf-install-transfer svg {
  --lf-install-arrow-turn: 0deg;
  width: 28px;
  height: 28px;
  transform: rotate(var(--lf-install-arrow-turn)) translateX(0);
  transition: transform .25s ease;
}

@keyframes lf-install-transfer-pass {
  0%, 100% { transform: rotate(var(--lf-install-arrow-turn)) translateX(0); }
  50% { transform: rotate(var(--lf-install-arrow-turn)) translateX(7px); }
}

.lf-install-wizard.is-complete .lf-install-transfer svg {
  animation: lf-install-transfer-pass .5s ease both;
}

.lf-site-preview-bar i { width: 7px; height: 7px; border-radius: 50%; background: #cbd5e1; }
.lf-site-preview-bar i:first-child { background: #fb7185; }
.lf-site-preview-bar i:nth-child(2) { background: #fbbf24; }
.lf-site-preview-bar i:nth-child(3) { background: #4ade80; }
.lf-site-preview-bar span { width: 42%; height: 7px; margin-left: auto; border-radius: 999px; background: #e7edf5; }

.lf-site-preview-body {
  position: relative;
  min-height: 190px;
  padding: 27px 22px;
  background: linear-gradient(160deg, #fff, #f1f5f9);
}

.lf-site-preview-body > span { display: block; width: 42%; height: 13px; margin-bottom: 12px; border-radius: 999px; background: var(--blue-200); }
.lf-site-preview-body > b { display: block; width: 72%; height: 7px; margin-top: 8px; border-radius: 999px; background: #dfe6ef; }
.lf-site-preview-body > b:nth-of-type(2) { width: 60%; }
.lf-site-preview-body > b:nth-of-type(3) { width: 48%; }

.lf-widget-live {
  position: absolute;
  right: 18px;
  bottom: 17px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-700);
  color: #fff;
  box-shadow: 0 12px 28px rgba(29,78,216,.3);
  transform: scale(1);
}

.lf-compat-section.lf-motion-ready .lf-widget-live {
  opacity: 0;
  transform: scale(.7);
  transition: opacity .28s ease .42s, transform .35s cubic-bezier(.2,.8,.2,1) .42s;
}

.lf-install-wizard.is-complete .lf-widget-live {
  opacity: 1;
  transform: scale(1);
}
.lf-widget-live svg { width: 22px; height: 22px; }

.lf-widget-live em {
  position: absolute;
  top: 0;
  right: 1px;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #22c55e;
}

.lf-ready {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #bbf7d0;
  border-radius: 16px;
  background: #f0fdf4;
}

.lf-ready > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #16a34a;
  color: #fff;
}

.lf-ready > span svg { width: 23px; height: 23px; }
.lf-ready > div { min-width: 0; }
.lf-ready strong { color: #14532d; font-family: var(--display); font-size: 1.05rem; }
.lf-ready p { margin: 4px 0 0; color: #3f6650; font-size: .76rem; }
.lf-ready .lf-btn { white-space: normal; text-align: center; line-height: 1.25; }

.lf-compat-section.lf-motion-ready .lf-ready {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .28s ease .68s, transform .3s ease .68s;
}

.lf-install-wizard.is-complete .lf-ready {
  opacity: 1;
  transform: none;
}


.lf-plans-heading {
  position: relative;
  max-width: 820px;
  margin: 0 auto clamp(2.75rem, 5.5vw, 3.75rem);
  text-align: center;
}

.lf-plans-heading h2 {
  margin: 0;
}

.lf-plans-heading::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 1.15rem auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(56, 189, 248, .2), #38bdf8 35%, #60a5fa 65%, rgba(96, 165, 250, .2));
}

.lf-plans-section .lf-billing-toggle {
  margin: 0 auto clamp(1.75rem, 3.5vw, 2.35rem);
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .22);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .12);
}

.lf-plans-section .lf-billing-opt {
  color: rgba(255, 255, 255, .72);
}

.lf-plans-section .lf-billing-opt:hover {
  color: #fff;
}

.lf-plans-section .lf-billing-opt.is-active {
  background: #fff;
  color: #0f172a;
}

.lf-feature-modal-dialog {
  width: min(100%, 480px);
}

.lf-feature-modal-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, .18);
  background:
    radial-gradient(circle at 30% 25%, rgba(56, 189, 248, .28), transparent 55%),
    var(--blue-50);
  color: var(--blue-600);
}

.lf-feature-modal-icon svg {
  width: 22px;
  height: 22px;
}

.lf-feature-modal-body {
  display: grid;
  gap: 12px;
  color: #334155;
  font-size: .92rem;
  line-height: 1.55;
}

.lf-feature-modal-body p {
  margin: 0;
}

.lf-feature-modal-body ul {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 6px;
}

.lf-feature-modal-body li {
  padding: 0;
  border: 0;
  min-height: 0;
  font-weight: 500;
  color: #1e293b;
}

.lf-plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
  padding-top: 18px;
}

.lf-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(22px, 2.8vw, 28px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: #081b33;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, .16),
    inset 0 1px 0 rgba(255, 255, 255, .92);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, filter .25s ease;
}

.lf-plan-card.lf-trial-plan,
.lf-plan-card.is-custom {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-color: rgba(148, 163, 184, .35);
  box-shadow:
    0 10px 28px rgba(15, 23, 42, .1),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.lf-plan-card.is-custom .lf-plan-price strong {
  font-size: clamp(1.45rem, 2.2vw, 1.75rem);
  letter-spacing: -.03em;
}

.lf-plan-card.is-custom .lf-plan-head > span {
  border-color: rgba(148, 163, 184, .45);
  background:
    radial-gradient(circle at 30% 25%, rgba(148, 163, 184, .22), transparent 55%),
    #f8fafc;
  color: #475569;
}

.lf-plan-card.is-custom .lf-plan-features {
  min-height: 126px;
}

.lf-plan-card.lf-paid-plan:not(.is-complete) {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
  border-color: rgba(255, 255, 255, .12);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .14),
    inset 0 1px 0 rgba(255, 255, 255, .85);
}

.lf-plan-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 55%, #1d4ed8 100%);
  color: #fff;
  font-family: var(--display);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow:
    0 10px 26px rgba(37, 99, 235, .45),
    0 0 0 3px rgba(8, 27, 51, .35);
}

.lf-plan-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-height: 96px;
}

.lf-plan-head > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  border: 1px solid var(--blue-200);
  background:
    radial-gradient(circle at 30% 25%, rgba(56, 189, 248, .28), transparent 55%),
    var(--blue-50);
  color: var(--blue-600);
  box-shadow: 0 6px 14px rgba(37, 99, 235, .1);
}

.lf-plan-head > span svg {
  width: 21px;
  height: 21px;
}

.lf-plan-head h3 {
  margin: 0;
  color: #081b33;
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

.lf-plan-head p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}

.lf-plan-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 8px;
  margin: 18px 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(37, 99, 235, .12);
  min-height: 58px;
}

.lf-plan-price-total {
  flex: 1 0 100%;
  display: block;
  width: 100%;
  margin-top: 8px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .01em;
}

.lf-plan-price-total[hidden],
.lf-plan-price-save[hidden] {
  display: none !important;
}

.lf-plan-card.is-complete .lf-plan-price-total {
  color: rgba(255, 255, 255, .78);
}

.lf-plan-price-save {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 5px 10px 5px 6px;
  border-radius: 999px;
  background: #dcfce7;
  color: #14532d;
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: inset 0 0 0 1px rgba(22, 163, 74, .18);
}

.lf-plan-price-save-pct {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 7px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.lf-plan-card.is-complete .lf-plan-price-save {
  background: rgba(220, 252, 231, .92);
  color: #14532d;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .25);
}

.lf-plan-card.is-annual .lf-plan-price {
  min-height: 78px;
}

.lf-plan-price strong {
  color: #081b33;
  font-family: var(--display);
  font-size: clamp(1.8rem, 2.6vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1;
}

.lf-plan-price small {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
}

.lf-plan-features {
  display: grid;
  align-content: start;
  gap: 0;
  flex: 1;
  min-height: 210px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.lf-plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(15, 40, 80, .06);
  color: #081b33;
  font-size: .82rem;
  font-weight: 600;
  position: relative;
}

.lf-plan-features li.is-clickable {
  cursor: pointer;
  border-radius: 10px;
  margin-inline: -6px;
  padding-inline: 6px;
  transition: background .15s ease;
}

.lf-plan-features li.is-clickable:hover,
.lf-plan-features li.is-clickable:focus-visible {
  background: rgba(37, 99, 235, .06);
  outline: none;
}

.lf-plan-card.is-complete .lf-plan-features li.is-clickable:hover,
.lf-plan-card.is-complete .lf-plan-features li.is-clickable:focus-visible {
  background: rgba(255, 255, 255, .1);
}

.lf-plan-feature-label {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.35;
  pointer-events: none;
}

.lf-plan-features li.is-clickable > i,
.lf-plan-features li.is-clickable > svg {
  pointer-events: none;
}

.lf-plan-feature-info {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  margin-left: auto;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(37, 99, 235, .1);
  color: var(--blue-600);
  cursor: pointer;
  opacity: 0;
  transform: scale(.86);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, background .15s ease, color .15s ease;
}

.lf-plan-feature-info svg {
  width: 15px;
  height: 15px;
  color: inherit;
}

.lf-plan-features li:hover .lf-plan-feature-info,
.lf-plan-features li:focus-within .lf-plan-feature-info,
.lf-plan-features li.is-clickable:hover .lf-plan-feature-info,
.lf-plan-feature-info:focus-visible {
  opacity: 1;
  transform: scale(1);
}

@media (hover: none) {
  .lf-plan-feature-info {
    opacity: .55;
    transform: none;
    pointer-events: auto;
  }
}

.lf-plan-feature-info:hover,
.lf-plan-feature-info:focus-visible {
  background: rgba(37, 99, 235, .18);
  color: var(--blue-800);
  outline: none;
}

.lf-plan-card.is-complete .lf-plan-feature-info {
  background: rgba(255, 255, 255, .16);
  color: #e0f2fe;
}

.lf-plan-card.is-complete .lf-plan-feature-info:hover,
.lf-plan-card.is-complete .lf-plan-feature-info:focus-visible {
  background: rgba(255, 255, 255, .28);
  color: #fff;
}

.lf-plan-features li:last-child {
  border-bottom: 0;
}

.lf-plan-features svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: var(--blue-600);
}

.lf-plan-action {
  display: grid;
  grid-template-rows: auto;
  gap: 10px;
  margin-top: auto;
}

.lf-plan-action .lf-btn {
  min-height: 48px;
  font-weight: 700;
  width: 100%;
}

.lf-plan-action .lf-btn i,
.lf-plan-action .lf-btn svg {
  margin-left: 6px;
}

.lf-plan-action small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--muted);
  font-size: .7rem;
}

.lf-plan-action small svg {
  width: 13px;
  height: 13px;
}

.lf-btn-outline {
  background: transparent;
  color: var(--blue-700);
  border: 1.5px solid var(--blue-400);
}

@media (hover: hover) and (pointer: fine) {
  .lf-btn-outline:hover {
    background: var(--blue-50);
    border-color: var(--blue-600);
    color: var(--blue-800);
  }
}

.lf-plan-card.is-complete {
  z-index: 2;
  padding-top: clamp(28px, 3.2vw, 34px);
  border-color: rgba(125, 211, 252, .7);
  background:
    radial-gradient(circle at 90% 6%, rgba(56, 189, 248, .4), transparent 36%),
    radial-gradient(circle at 6% 94%, rgba(37, 99, 235, .32), transparent 40%),
    linear-gradient(155deg, #3b82f6 0%, #2563eb 38%, #1e40af 100%);
  box-shadow:
    0 30px 70px rgba(37, 99, 235, .48),
    0 0 0 1px rgba(147, 197, 253, .32),
    inset 0 1px 0 rgba(255, 255, 255, .22);
  transform: translateY(-14px) scale(1.035);
}

.lf-plan-card.is-complete .lf-plan-head > span {
  border-color: rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .16);
  color: #7dd3fc;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.lf-plan-card.is-complete h3,
.lf-plan-card.is-complete .lf-plan-price strong {
  color: #fff;
}

.lf-plan-card.is-complete .lf-plan-head p,
.lf-plan-card.is-complete .lf-plan-price small {
  color: rgba(255, 255, 255, .74);
}

.lf-plan-card.is-complete .lf-plan-price {
  border-color: rgba(255, 255, 255, .2);
}

.lf-plan-card.is-complete .lf-plan-features li {
  border-color: rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .92);
}

.lf-plan-card.is-complete .lf-plan-features svg {
  color: #7dd3fc;
}

.lf-plan-card.is-complete .lf-plan-features li:first-child {
  opacity: .88;
  font-weight: 500;
}

.lf-plan-card.is-complete .lf-plan-features li.is-exclusive {
  margin-inline: -4px;
  padding: 10px 12px;
  border-bottom-color: transparent;
  border-radius: 12px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
}

.lf-plan-card.is-complete .lf-plan-features li.is-exclusive + li.is-exclusive {
  margin-top: 8px;
}

.lf-plan-card.is-complete .lf-btn-primary {
  border: 0;
  background: #fff;
  color: var(--blue-800);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.lf-plans-section.lf-motion-ready .lf-plan-card {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .34s ease, transform .34s cubic-bezier(.22, .7, .2, 1), box-shadow .25s ease;
}

.lf-plans-section.lf-motion-ready .lf-plan-card.is-complete {
  transform: translateY(0) scale(1.035);
}

.lf-plans-section.lf-motion-ready .lf-plan-head > span,
.lf-plans-section.lf-motion-ready .lf-plan-price,
.lf-plans-section.lf-motion-ready .lf-plan-features li,
.lf-plans-section.lf-motion-ready .lf-plan-action {
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .22s ease, transform .24s ease;
}

.lf-plans-section.lf-motion-ready .lf-plan-head > span {
  transform: scale(.86);
}

.lf-plans-section .lf-plan-card.is-animated,
.lf-plans-section .lf-plan-card.is-animated .lf-plan-head > span,
.lf-plans-section .lf-plan-card.is-animated .lf-plan-price,
.lf-plans-section .lf-plan-card.is-animated .lf-plan-features li,
.lf-plans-section .lf-plan-card.is-animated .lf-plan-action {
  opacity: 1;
  transform: none;
}

.lf-plans-section .lf-plan-card.is-animated.is-complete {
  transform: translateY(-14px) scale(1.035);
}

.lf-plans-section .lf-plan-card.is-animated:nth-child(1) { transition-delay: 0s; }
.lf-plans-section .lf-plan-card.is-animated:nth-child(2) { transition-delay: .1s; }
.lf-plans-section .lf-plan-card.is-animated:nth-child(3) { transition-delay: .08s; }

.lf-plans-section .lf-plan-card.is-animated .lf-plan-head > span { transition-delay: .1s; }
.lf-plans-section .lf-plan-card.is-animated .lf-plan-price { transition-delay: .16s; }
.lf-plans-section .lf-plan-card.is-animated .lf-plan-features li:nth-child(1) { transition-delay: .2s; }
.lf-plans-section .lf-plan-card.is-animated .lf-plan-features li:nth-child(2) { transition-delay: .26s; }
.lf-plans-section .lf-plan-card.is-animated .lf-plan-features li:nth-child(3) { transition-delay: .32s; }
.lf-plans-section .lf-plan-card.is-animated .lf-plan-features li:nth-child(4) { transition-delay: .38s; }
.lf-plans-section .lf-plan-card.is-animated .lf-plan-features li:nth-child(5) { transition-delay: .44s; }
.lf-plans-section .lf-plan-card.is-animated .lf-plan-action { transition-delay: .5s; }

.lf-plans-section .is-settled .lf-plan-head > span,
.lf-plans-section .is-settled .lf-plan-price,
.lf-plans-section .is-settled .lf-plan-features li,
.lf-plans-section .is-settled .lf-plan-action {
  transition-delay: 0s !important;
}

.lf-plans-section .lf-btn:focus-visible {
  outline: 2px solid var(--blue-400);
  outline-offset: 3px;
}

.lf-plans-section .lf-plan-card.is-complete .lf-btn:focus-visible {
  outline-color: #fff;
}

/* Modal Custom — consulta */
body.lf-modal-open {
  overflow: hidden;
}

.lf-custom-modal[hidden] {
  display: none !important;
}

.lf-custom-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lf-custom-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 27, 51, .58);
  backdrop-filter: blur(4px);
}

.lf-custom-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  max-height: min(92vh, 680px);
  overflow: auto;
  padding: 28px 24px 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, .7);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  color: #081b33;
  box-shadow: 0 28px 64px rgba(8, 27, 51, .35);
}

.lf-custom-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 10px;
  background: rgba(15, 40, 80, .06);
  color: #081b33;
  cursor: pointer;
}

.lf-custom-modal-close svg {
  width: 18px;
  height: 18px;
}

.lf-custom-modal-dialog h2 {
  margin: 0 36px 8px 0;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.02em;
}

.lf-custom-modal-lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}

.lf-custom-form {
  display: grid;
  gap: 12px;
}

.lf-custom-form label {
  display: grid;
  gap: 6px;
}

.lf-custom-form label span {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #334155;
}

.lf-custom-form input,
.lf-custom-form textarea {
  width: 100%;
  padding: 11px 12px;
  border: 1.5px solid rgba(37, 99, 235, .18);
  border-radius: 12px;
  background: #fff;
  color: #081b33;
  font: inherit;
  font-size: .92rem;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}

.lf-custom-form input:focus,
.lf-custom-form textarea:focus {
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .18);
}

.lf-custom-form textarea {
  resize: vertical;
  min-height: 96px;
}

.lf-custom-form-status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(37, 99, 235, .08);
  color: var(--blue-800);
  font-size: .8rem;
  line-height: 1.4;
}

.lf-custom-form-status.is-error {
  background: rgba(220, 38, 38, .08);
  color: #991b1b;
}

.lf-custom-form-fallback {
  margin: 4px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: .72rem;
}

.lf-custom-form-fallback a {
  color: var(--blue-700);
  font-weight: 600;
}

@media (hover: hover) and (pointer: fine) {
  .lf-custom-modal-close:hover {
    background: rgba(15, 40, 80, .1);
  }

  .lf-plans-section .lf-plan-card.is-custom:hover {
    border-color: rgba(148, 163, 184, .55);
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .16);
  }
}

@media (hover: hover) and (pointer: fine) {
  .lf-plans-section .lf-plan-card:not(.is-complete):hover {
    border-color: rgba(147, 197, 253, .75);
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .26);
  }

  .lf-plans-section .lf-plan-card.is-complete:hover {
    transform: translateY(-16px) scale(1.035);
    box-shadow:
      0 36px 78px rgba(37, 99, 235, .52),
      0 0 0 1px rgba(147, 197, 253, .4),
      inset 0 1px 0 rgba(255, 255, 255, .24);
  }

  .lf-plans-section .lf-plan-card.is-complete:hover .lf-btn-primary {
    box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
  }

  .lf-plans-section .lf-btn:hover {
    transform: translateY(-1px);
  }

  .lf-plans-section .lf-btn:hover svg {
    transform: translateX(3px);
  }
}

.lf-final-strong {
  padding: clamp(3rem, 7vw, 5.5rem);
  background:
    radial-gradient(circle at 10% 0, rgba(56,189,248,.34), transparent 35%),
    linear-gradient(135deg, #0b1f3a, #1e40af);
  color: #fff;
  box-shadow: 0 28px 80px rgba(15,40,80,.25);
}
.lf-final-strong h2 { font-size: 52px; }
.lf-final-strong p { color: rgba(255,255,255,.8); }
.lf-final-strong small { display: block; margin-top: 14px; color: rgba(255,255,255,.65); }
.lf-final-strong .lf-btn-primary { background: #fff; color: var(--blue-800); }

.lf-closing-band {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  background:
    radial-gradient(circle at 86% 20%, rgba(59,130,246,.3), transparent 30%),
    radial-gradient(circle at 12% 100%, rgba(14,165,233,.15), transparent 42%),
    #081b33;
}

.lf-closing-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to right, transparent, #000 22%, #000);
  z-index: 0;
}

.lf-closing-wave {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: clamp(28px, 4.5vw, 48px);
  margin-bottom: -1px;
  line-height: 0;
  color: #fff;
  pointer-events: none;
}

.lf-closing-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lf-plans-section {
  position: relative;
  z-index: 1;
  background: transparent;
  color: #fff;
}

.lf-plans-section::before {
  display: none;
}

.lf-plans-section > .lf-container {
  position: relative;
  z-index: 1;
}

.lf-plans-section .lf-kicker {
  color: #93c5fd;
}

.lf-plans-section .lf-plans-heading h2 {
  color: #fff;
}

.lf-plans-section .lf-plan-card {
  color: #081b33;
}

.lf-plans-section .lf-plan-card.is-complete {
  border-color: rgba(147, 197, 253, .72);
}

.lf-closing-band > .lf-plans-section {
  padding-top: clamp(1.75rem, 4vw, 2.75rem);
}

.lf-closing-band > .lf-plans-section,
.lf-closing-band > .lf-footer {
  position: relative;
  z-index: 1;
  background: transparent;
}

.lf-final-section {
  position: relative;
  overflow: visible;
  padding-top: clamp(2.75rem, 6vw, 4.25rem);
  padding-bottom: clamp(3.25rem, 7vw, 5rem);
}

.lf-final-section::before {
  display: none;
}

.lf-final-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
  text-align: left;
}

.lf-final-copy { max-width: 680px; }

.lf-final-copy h2 {
  max-width: 12ch;
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.lf-final-side {
  max-width: 420px;
  justify-self: end;
}

.lf-final-side > p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(1rem, 1.6vw, 1.13rem);
  line-height: 1.55;
}

.lf-final-side .lf-final-actions {
  justify-content: flex-start;
  margin-top: 1.75rem;
}

.lf-final-side .lf-btn-primary {
  min-width: 285px;
  min-height: 58px;
  justify-content: space-between;
  gap: 28px;
  padding-inline: 24px 19px;
  border-color: #fff;
  background: #fff;
  color: var(--blue-800);
  box-shadow:
    0 14px 35px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.65);
}

.lf-final-side .lf-btn-primary svg {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 50%;
  background: var(--blue-700);
  color: #fff;
  transition: transform .22s ease, background-color .22s ease;
}

.lf-final-side .lf-btn-primary:focus-visible {
  outline: 3px solid rgba(147,197,253,.55);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .lf-final-side .lf-btn-primary:hover {
    box-shadow:
      0 20px 45px rgba(0,0,0,.3),
      0 0 0 5px rgba(147,197,253,.12);
    transform: translateY(-3px);
  }

  .lf-final-side .lf-btn-primary:hover svg {
    background: var(--blue-800);
    transform: translateX(4px);
  }
}

.lf-final-note {
  margin: 1.75rem 0 0;
  color: rgba(255,255,255,.55);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5;
}

.lf-final-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.lf-final-assurances > span {
  display: grid;
  grid-template-columns: 22px auto;
  align-items: center;
  column-gap: 8px;
  min-height: 52px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.07);
}

.lf-final-assurances svg {
  grid-row: 1 / span 2;
  width: 18px;
  height: 18px;
  color: #93c5fd;
}

.lf-final-assurances b {
  color: #fff;
  font-size: .72rem;
}

.lf-final-assurances small {
  color: rgba(255,255,255,.7);
  font-size: .62rem;
}

.lf-final-visual {
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 70px rgba(0,0,0,.24);
}

.lf-final-section.lf-motion-ready .lf-final-visual {
  opacity: 0;
  transition: opacity .34s ease;
}

.lf-final-section.is-animated .lf-final-visual {
  opacity: 1;
}

.lf-final-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lf-final-flow li:not(:nth-child(even)) {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-width: 0;
  text-align: center;
}

.lf-final-flow li:nth-child(even) {
  display: grid;
  place-items: center;
  min-height: 42px;
  color: #60a5fa;
}

.lf-final-flow li:nth-child(even) svg {
  width: 20px;
  height: 20px;
  transition: none;
}

.lf-final-flow li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 13px;
  background: rgba(255,255,255,.1);
  color: #bfdbfe;
  transition: none;
}

.lf-final-flow li > span svg { width: 20px; height: 20px; }
.lf-final-flow li > strong { color: rgba(255,255,255,.76); font-size: .65rem; line-height: 1.3; }

.lf-final-opportunity {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  transition: none;
}

.lf-final-opportunity > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--blue-50);
  color: var(--blue-700);
}

.lf-final-opportunity > span svg { width: 20px; height: 20px; }
.lf-final-opportunity > div { min-width: 0; display: grid; gap: 5px; }
.lf-final-opportunity > div > strong { color: var(--ink); font-size: .78rem; }

.lf-final-opportunity small {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #b45309;
  font-size: .64rem;
  font-weight: 700;
}

.lf-final-opportunity small svg { width: 13px; height: 13px; }
.lf-final-opportunity > svg { width: 22px; height: 22px; color: #22c55e; }

.lf-footer {
  margin-top: 0;
  padding: 0 0 28px;
  border-top: 0;
  background: transparent;
  color: rgba(255,255,255,.62);
}

.lf-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  padding: 8px 0 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.lf-footer .lf-logo {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
}

.lf-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 2px;
}

.lf-footer-links a {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.62);
  font-size: .88rem;
  font-weight: 500;
  transition: color .18s ease, background .18s ease;
}

.lf-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.42);
  font-size: .76rem;
}

.lf-footer a:focus-visible {
  outline: 3px solid rgba(147,197,253,.45);
  outline-offset: 3px;
  border-radius: 6px;
}

@media (hover: hover) and (pointer: fine) {
  .lf-footer-links a:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-lf-story-node] { transition: none; }
  .lf-problem-section .lf-visitor-intents li {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .lf-compare-section .lf-compare-row .lf-lane-node,
  .lf-compare-section .lf-compare-row .lf-automation-zone,
  .lf-compare-section .lf-compare-row > .lf-compare-lane > .lf-lane-line,
  .lf-compare-section .lf-lane-delay > i,
  .lf-compare-section .lf-lane-delay strong,
  .lf-compare-section .lf-delay-clocks span,
  .lf-compare-section .lf-automation-zone li {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .lf-compare-section .is-before .lf-lane-node:nth-of-type(4) { opacity: .7 !important; }
  .lf-compare-section .is-before .lf-delay-clocks span:nth-child(2) { opacity: .68 !important; }
  .lf-compare-section .is-before .lf-delay-clocks span:nth-child(3) { opacity: .42 !important; }
  .lf-compare-section .is-before .lf-lane-node.is-lost { opacity: .88 !important; }
  .lf-context-section .lf-context-topbar,
  .lf-context-section .lf-context-identity,
  .lf-context-section .lf-context-facts,
  .lf-context-section .lf-context-details > div {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .lf-ai-product .lf-typing i { animation: none; }
  .lf-panel-section .lf-panel-opportunity,
  .lf-panel-section .lf-panel-opportunity small svg {
    animation: none !important;
    transform: none !important;
  }
  .lf-compat-section .lf-install-transfer svg {
    animation: none !important;
  }
  .lf-plans-section .lf-plan-card,
  .lf-plans-section .lf-plan-head > span,
  .lf-plans-section .lf-plan-price,
  .lf-plans-section .lf-plan-features li,
  .lf-plans-section .lf-plan-action,
  .lf-plans-section .lf-plan-features svg,
  .lf-plans-section .lf-btn svg {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .lf-plans-section .lf-plan-card.is-complete {
    transform: translateY(-14px) scale(1.035) !important;
  }
  .lf-final-section .lf-final-visual {
    opacity: 1 !important;
    transition: none !important;
  }
  .lf-ai-section .lf-availability-list > div,
  .lf-ai-section .lf-ai-message,
  .lf-ai-section .lf-ai-progress li,
  .lf-ai-section .lf-ai-promise p,
  .lf-ai-section .lf-ai-promise-line {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
  .lf-work-flow li,
  .lf-work-flow li::after,
  .lf-work-icon,
  .lf-work-icon svg,
  .lf-work-flow strong,
  .lf-work-arrow,
  .lf-work-result,
  .lf-work-result > span,
  .lf-work-result > span b,
  .lf-compat-list::before,
  .lf-compat-list::after,
  .lf-compat-list li,
  .lf-compat-list li::after,
  .lf-compat-list li > span,
  .lf-code-window-body,
  .lf-code-status,
  .lf-code-window,
  .lf-code-status > span,
  .lf-compat-connection > svg,
  .lf-compat-connection > span,
  .lf-kanban article,
  .lf-panel-history-result,
  .lf-panel-history-result > span,
  .lf-panel-transfer,
  .lf-analytics-metrics article,
  .lf-chart-fill,
  .lf-chart-line,
  .lf-chart-points circle,
  .lf-analytics-rankings li > b::before,
  .lf-install-steps::after,
  .lf-install-steps li > span,
  .lf-install-steps li > span b,
  .lf-install-steps li > span svg,
  .lf-install-transfer svg,
  .lf-widget-live,
  .lf-ready,
  .lf-paid-plan,
  .lf-plans-section .lf-btn svg,
  .lf-final-side .lf-btn-primary,
  .lf-final-side .lf-btn-primary svg,
  .lf-final-copy .lf-btn-primary,
  .lf-final-copy .lf-btn-primary svg,
  .lf-final-flow li:nth-child(even) svg,
  .lf-final-flow li > span,
  .lf-final-opportunity,
  .lf-footer-nav a,
  .lf-footer-nav a > svg {
    transition: none !important;
  }
  .lf-work-section .lf-work-flow li,
  .lf-work-section .lf-work-arrow,
  .lf-work-section .lf-work-result {
    opacity: 1 !important;
  }
  .lf-work-section .lf-work-verbs > span,
  .lf-work-section .lf-work-closing {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .lf-work-section .lf-work-flow li::after,
  .lf-work-section .lf-work-icon,
  .lf-work-section .lf-work-result {
    transform: none !important;
  }
  .lf-work-section .lf-work-arrow {
    transform: rotate(var(--lf-work-arrow-turn)) translateX(0) !important;
  }
  .lf-compat-list li,
  .lf-compat-list li > span,
  .lf-code-window-body,
  .lf-code-status,
  .lf-code-window,
  .lf-code-status > span,
  .lf-compat-connection > svg,
  .lf-compat-connection > span,
  .lf-kanban article,
  .lf-panel-history-result,
  .lf-panel-history-result > span,
  .lf-panel-transfer,
  .lf-analytics-metrics article,
  .lf-install-steps li > span,
  .lf-paid-plan,
  .lf-final-side .lf-btn-primary,
  .lf-final-side .lf-btn-primary svg,
  .lf-final-copy .lf-btn-primary,
  .lf-final-copy .lf-btn-primary svg,
  .lf-final-flow li:nth-child(even) svg,
  .lf-final-flow li > span,
  .lf-final-opportunity,
  .lf-footer-nav a > svg {
    transform: none !important;
  }
  .lf-chart-fill,
  .lf-chart-points circle { opacity: 1 !important; }
  .lf-chart-line { stroke-dashoffset: 0 !important; }
  .lf-chart-points circle,
  .lf-analytics-rankings li > b::before,
  .lf-install-steps::after,
  .lf-widget-live { transform: none !important; }
}

@media (max-width: 1180px) and (min-width: 981px) {
  .lf-plans-grid {
    gap: 14px;
  }

  .lf-plan-card {
    padding: 22px 18px;
  }

  .lf-plan-card.is-complete {
    transform: translateY(-10px) scale(1.02);
    padding-top: 28px;
  }

  .lf-plans-section.lf-motion-ready .lf-plan-card.is-complete {
    transform: translateY(0) scale(1.02);
  }

  .lf-plans-section .lf-plan-card.is-animated.is-complete {
    transform: translateY(-10px) scale(1.02);
  }

  .lf-plans-section .lf-plan-card.is-complete:hover {
    transform: translateY(-12px) scale(1.02);
  }

  .lf-plan-head {
    min-height: 108px;
  }

  .lf-plan-price strong {
    font-size: 1.7rem;
  }
}

@media (max-width: 980px) {
  .lf-hero-grid { grid-template-columns: 1fr; }
  .lf-hero-grid > :first-child { max-width: 700px; }
  .lf-hero h1 { max-width: 20ch; }
  .lf-hero-story {
    width: min(100%, 760px);
    min-height: 460px;
    margin-inline: auto;
  }
  .lf-timing-grid { gap: 3rem; }
  .lf-product-grid { gap: 3rem; }
  .lf-ai-grid { grid-template-columns: 1fr; gap: 3rem; }
  .lf-ai-copy { max-width: 620px; }
  .lf-ai-product { width: min(100%, 780px); }
  .lf-context-grid { grid-template-columns: 1fr; gap: 3rem; }
  .lf-context-copy { max-width: 620px; }
  .lf-context-card { width: min(100%, 760px); }
  .lf-work-grid { grid-template-columns: 1fr; gap: 24px; }
  .lf-work-arrow { --lf-work-arrow-turn: 90deg; }
  .lf-work-result {
    width: min(100%, 560px);
    min-height: 0;
  }
  .lf-compat-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .lf-dashboard { grid-template-columns: 76px minmax(0, 1fr); }
  .lf-dashboard-nav { padding-inline: 10px; }
  .lf-dashboard-nav > b { justify-content: center; margin-inline: 0; }
  .lf-dashboard-nav > b span,
  .lf-dashboard-nav em { display: none; }
  .lf-dashboard-nav > div > span { justify-content: center; }
  .lf-analytics-body { grid-template-columns: 1fr; }
  .lf-analytics-rankings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lf-install-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lf-plans-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-inline: auto;
    padding-top: 18px;
    gap: 16px;
  }
  .lf-plan-card.is-complete {
    transform: none;
    order: -1;
    scale: 1;
    margin-bottom: 4px;
  }
  .lf-plans-section .lf-plan-card.is-animated.is-complete,
  .lf-plans-section .lf-plan-card.is-complete {
    transform: none !important;
  }
  .lf-plan-head,
  .lf-plan-price,
  .lf-plan-features {
    min-height: 0;
  }
  .lf-plan-badge {
    box-shadow:
      0 10px 24px rgba(37, 99, 235, .4),
      0 0 0 2px rgba(8, 27, 51, .28);
  }
  .lf-final-grid { grid-template-columns: 1fr; }
  .lf-final-side {
    max-width: none;
    justify-self: stretch;
  }
  .lf-final-visual { width: min(100%, 650px); }
  .lf-compare-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 22px;
  }
  .lf-compare-row.is-before .lf-compare-lane,
  .lf-compare-row.is-now .lf-compare-lane {
    grid-template-columns: 1fr;
  }
  .lf-lane-node {
    width: 100%;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto;
    justify-content: start;
    justify-items: start;
    align-items: center;
    gap: 14px;
    text-align: left;
  }
  .lf-lane-node.is-lost,
  .lf-lane-node.is-ready { width: 100%; }
  .lf-lane-line {
    width: 0;
    min-width: 0;
    height: 28px;
    margin-inline: 25px;
    margin-top: 0;
    border-top: 0;
    border-left: var(--lf-lane-line, 1.5px) solid var(--blue-400);
  }
  .is-before .lf-lane-line {
    border-top: 0;
    border-left: var(--lf-lane-line, 1.5px) dotted var(--blue-400);
    opacity: .75;
  }
  .lf-compare-section.lf-motion-ready .lf-compare-row > .lf-compare-lane > .lf-lane-line,
  .lf-compare-section.lf-motion-ready .lf-lane-delay > i {
    transform: scaleY(0);
    transform-origin: center top;
  }
  .lf-compare-section.is-animated .lf-compare-row > .lf-compare-lane > .lf-lane-line,
  .lf-compare-section.is-animated .lf-lane-delay > i {
    transform: scaleY(1);
  }
  .lf-lane-delay {
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: start;
    gap: 8px;
    margin: 4px 0 4px 25px;
    padding: 12px 14px;
    border: 1px solid var(--blue-200);
    border-radius: 14px;
    background: var(--blue-50);
  }
  .lf-lane-delay > i { display: none; }
  .lf-delay-clocks,
  .lf-lane-delay strong {
    grid-column: 1;
  }
  .lf-lane-delay strong { text-align: left; }
  .lf-automation-zone { min-width: 0; }
  .lf-automation-zone ol {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .lf-automation-zone ol::before { display: none; }
  .lf-automation-zone li {
    grid-template-columns: 40px auto minmax(0, 1fr);
    align-items: center;
    justify-items: start;
    gap: 10px 12px;
    text-align: left;
  }
  .lf-automation-zone li > b { grid-column: 2; }
  .lf-automation-zone li > span:not(.lf-auto-step) { grid-column: 3; }
  .lf-automation-zone li:not(:last-child)::after { display: none; }
  .is-before .lf-lane-node.is-lost { transform: none; }
}

@media (max-width: 760px) {
  .lf-section { padding: 56px 0; }
  .lf-ai-section { padding-bottom: 0; }
  .lf-work-section {
    padding-top: 0;
    padding-bottom: 56px;
  }
  .lf-hero { padding: calc(var(--header-h) + 3rem) 0 calc(3.5rem + clamp(56px, 10vw, 110px)); }
  .lf-hero-lead { font-size: 1rem; }
  .lf-problem-grid, .lf-product-grid, .lf-compare { grid-template-columns: 1fr; }
  .lf-problem-copy { max-width: 38rem; }
  .lf-visitor-intents { grid-template-columns: 1fr; }
  .lf-problem-closing {
    max-width: 28rem;
    margin: 1.5rem 0 0;
    justify-self: start;
  }
  .lf-timing-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .lf-timing-copy { max-width: 38rem; }
  .lf-timing-timeline {
    --lf-timing-rail: 78px;
    max-width: 32rem;
    justify-self: start;
  }
  .lf-timing-flow {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 18px;
  }
  .lf-timing-flow::before {
    top: calc(var(--lf-flow-dot) / 2);
    bottom: calc(var(--lf-flow-dot) / 2);
    left: calc((18px - var(--lf-flow-line)) / 2);
    right: auto;
    width: var(--lf-flow-line);
    height: auto;
  }
  .lf-timing-flow li {
    padding: 14px 0 14px 22px;
  }
  .lf-timing-flow li::before {
    top: 50%;
    left: calc((18px - var(--lf-flow-dot)) / 2 - 18px);
    transform: translateY(-50%);
  }
  .lf-conversation-closing {
    justify-content: flex-start;
    gap: 12px 14px;
  }
  .lf-conversation-closing::before {
    left: 0;
    transform: none;
  }
  .lf-conversation-closing strong {
    max-width: none;
    width: 100%;
  }
  .lf-ai-product-body {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .lf-ai-progress {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .lf-ai-progress li:nth-child(odd) { padding-right: 14px; }
  .lf-ai-progress li:nth-child(even) { padding-left: 14px; }
  .lf-ai-promise {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 23px 21px;
  }
  .lf-ai-promise-line {
    width: 100%;
  }
  .lf-ai-promise p:last-child {
    justify-content: flex-start;
    text-align: left;
  }
  .lf-dashboard { min-height: 0; grid-template-columns: 1fr; }
  .lf-dashboard-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    overflow: visible;
  }
  .lf-dashboard-nav > b {
    flex: 0 0 auto;
    margin: 0 8px 0 0;
  }
  .lf-dashboard-nav > div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    flex: 1 1 100%;
    gap: 5px;
  }
  .lf-dashboard-nav > div > span {
    min-width: 0;
    justify-content: center;
    padding: 9px;
  }
  .lf-dash-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lf-dash-workspace { grid-template-columns: 1fr; }
  .lf-panel-transfer { display: none; }
  .lf-kanban-scroll { overflow: visible; }
  .lf-kanban {
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .lf-kanban section { min-height: 0; }
  .lf-dash-history ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .lf-dash-history li { padding-bottom: 0; }
  .lf-dash-history li:not(:last-child)::after { display: none; }
  .lf-code-line { flex-direction: column; overflow-x: auto; }
  .lf-code-window-body {
    align-items: flex-start;
    overflow: visible;
  }
  .lf-code-window code {
    min-width: 0;
    flex: 1 1 auto;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.65;
  }
  .lf-install-steps { grid-template-columns: 1fr; }
  .lf-install-steps::before,
  .lf-install-steps::after {
    top: 24px;
    right: auto;
    bottom: 24px;
    left: 23px;
    width: 2px;
    height: auto;
  }
  .lf-install-steps::after {
    transform: scaleY(0);
    transform-origin: center top;
  }
  .lf-install-wizard.is-animated .lf-install-steps::after { transform: scaleY(1); }
  .lf-install-steps li {
    grid-template-columns: 48px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 0;
    text-align: left;
  }
  .lf-install-stage {
    grid-template-columns: 1fr;
    width: min(100%, 560px);
    margin-inline: auto;
  }
  .lf-install-transfer svg { --lf-install-arrow-turn: 90deg; }
  .lf-ready {
    grid-template-columns: 48px minmax(0, 1fr);
    width: min(100%, 560px);
    margin-inline: auto;
    margin-top: 18px;
  }
  .lf-ready .lf-btn {
    grid-column: 1 / -1;
    width: 100%;
  }
  .lf-compat-section .lf-btn,
  .lf-plans-section .lf-btn,
  .lf-final-section .lf-btn {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .lf-hero { padding: calc(var(--header-h) + 2.5rem) 0 calc(3rem + clamp(56px, 10vw, 110px)); }
  .lf-hero-line { margin-bottom: 20px; }
  .lf-hero-ctas .lf-btn { width: 100%; min-height: 50px; }
  .lf-hero .lf-hero-ctas .lf-btn {
    min-width: 0;
    white-space: normal;
  }
  .lf-hero .lf-hero-ctas .lf-btn > span {
    min-width: 0;
    text-align: left;
    overflow-wrap: anywhere;
  }
  .lf-assist { line-height: 1.5; }
  .lf-hero-story {
    min-height: 0;
    padding: 12px;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(15,40,80,.11);
  }
  .lf-story-head {
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .lf-story-count { margin-left: auto; }
  .lf-story-controls {
    width: 100%;
    justify-content: flex-end;
    margin: 2px 0 0;
  }
  .lf-story-controls button { min-width: 38px; height: 38px; }
  .lf-story-workspace {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 7px;
  }
  .lf-demo-messages { padding: 10px; }
  .lf-demo-message p { font-size: .75rem; }
  .lf-demo-outcome {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .lf-demo-summary { grid-column: 1 / -1; }
  .lf-story-progress {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    gap: 4px;
    overflow: visible;
    padding: 0;
  }
  .lf-story-progress li {
    min-width: 0;
  }
  .lf-story-progress button {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: .68rem;
  }
  .lf-problem-closing {
    margin-top: 1.25rem;
    padding-left: 18px;
  }
  .lf-timing-grid { gap: 2rem; }
  .lf-timing-timeline li { font-size: clamp(1.05rem, 4.5vw, 1.3rem); }
  .lf-timing-now > span { width: 48px; height: 48px; }
  .lf-timing-now svg { width: 20px; height: 20px; }
  .lf-timing-timeline .lf-timing-clock svg {
    width: 22px;
    height: 22px;
  }
  .lf-availability-list { grid-template-columns: 1fr; }
  .lf-ai-product-head { padding-inline: 13px; }
  .lf-ai-chat { padding: 15px; }
  .lf-ai-message p {
    max-width: 86%;
    font-size: .82rem;
  }
  .lf-ai-progress {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }
  .lf-ai-progress li:nth-child(odd),
  .lf-ai-progress li:nth-child(even) {
    padding-inline: 0;
  }
  .lf-context-topbar {
    flex-wrap: wrap;
    padding: 13px 15px;
  }
  .lf-context-topbar > b {
    width: fit-content;
    margin-left: 0;
  }
  .lf-context-identity { padding: 18px 16px; }
  .lf-context-facts {
    grid-template-columns: 1fr;
    padding: 15px 16px 0;
  }
  .lf-context-details { padding: 12px 16px 16px; }
  .lf-work-grid { margin-top: 3.5rem; }
  .lf-work-grid-light { margin-top: 0; }
  .lf-work-flow {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0;
  }
  .lf-work-flow::before {
    top: 24px;
    bottom: 24px;
    left: 53px;
    right: auto;
    border-top: 0;
    border-left: 2px solid var(--blue-200);
  }
  .lf-work-flow li {
    grid-template-columns: 28px 48px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    gap: 10px;
    min-height: 78px;
    padding: 0;
    text-align: left;
  }
  .lf-work-section.lf-motion-ready .lf-work-flow li::after {
    top: calc(50% + 24px);
    left: 52px;
    width: auto;
    height: calc(100% - 48px);
    border-top: 0;
    border-left: 3px solid var(--blue-600);
    transform: scaleY(0);
    transform-origin: center top;
  }
  .lf-work-section.is-animated .lf-work-flow li:not(:last-child)::after {
    transform: scaleY(1);
  }
  @media (hover: hover) and (pointer: fine) {
    .lf-work-flow.is-animated:has(li:hover) li:hover::after,
    .lf-work-flow.is-animated:has(li:hover) li:hover ~ li::after {
      transform: scaleY(0);
    }
  }
  .lf-work-flow small { justify-self: end; }
  .lf-work-flow strong {
    padding-left: 5px;
    font-size: .84rem;
  }
  .lf-work-result { padding: 22px; }
  .lf-compat-list {
    grid-template-columns: 1fr;
    padding-bottom: 34px;
  }
  .lf-compat-list::before {
    top: 26px;
    right: auto;
    bottom: 0;
    left: 26px;
    width: 2px;
    height: auto;
  }
  .lf-compat-section.lf-motion-ready .lf-compat-list::before {
    transform: scaleY(0);
    transform-origin: center top;
  }
  .lf-compat-section .lf-compat-list.is-animated::before {
    transform: scaleY(1);
  }
  .lf-compat-list::after {
    left: 26px;
  }
  .lf-compat-list li {
    grid-template-columns: 52px minmax(0, 1fr);
    justify-items: start;
    align-content: center;
    gap: 14px;
    min-height: 76px;
    padding: 0;
    text-align: left;
  }
  .lf-compat-list li::after { display: none; }
  .lf-compat-list li strong { font-size: .88rem; }
  .lf-compat-visual {
    padding: 16px;
    border-radius: 20px;
  }
  .lf-code-window-body {
    min-height: 96px;
    padding: 20px 16px;
  }
  .lf-code-status { padding-inline: 16px; }
  .lf-compat-closing {
    align-items: flex-start;
    font-size: 1rem;
    text-align: left;
  }
  .lf-analytics-metrics { grid-template-columns: 1fr; }
  .lf-analytics-rankings { grid-template-columns: 1fr; }
  .lf-analytics-report { padding: 13px; border-radius: 19px; }
  .lf-opportunity-chart { padding: 14px; }
  .lf-chart-area svg,
  .lf-chart-scale { height: 190px; }
  .lf-chart-labels { margin-left: 30px; }
  .lf-install-wizard {
    padding: 18px 14px;
    border-radius: 20px;
  }
  .lf-install-stage { padding: 14px; }
  .lf-plan-card { padding: 20px 16px; }
  .lf-plan-head { min-height: 0; }
  .lf-final-side .lf-final-actions .lf-btn { width: 100%; }
  .lf-final-side .lf-btn-primary {
    min-width: 0;
    max-width: 100%;
  }
  .lf-final-assurances { display: grid; grid-template-columns: 1fr; }
  .lf-final-assurances > span { width: 100%; }
  .lf-final-visual { padding: 18px 14px; }
  .lf-final-flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .lf-final-flow li:nth-child(even) {
    min-height: 24px;
  }
  .lf-final-flow li:nth-child(even) svg {
    transform: rotate(90deg);
  }
  @media (prefers-reduced-motion: reduce) {
    .lf-final-flow li:nth-child(even) svg {
      transform: rotate(90deg) !important;
    }
  }
  .lf-final-flow li:not(:nth-child(even)) {
    grid-template-columns: 44px minmax(0, 1fr);
    justify-items: start;
    align-items: center;
    text-align: left;
  }
  .lf-final-flow li > strong {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .lf-footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .lf-footer-links {
    gap: 2px;
  }
  .lf-footer-links a {
    padding: 8px 10px;
  }
  .lf-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .lf-dashboard-main { padding: 15px; }
  .lf-dash-cards {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    overflow: visible;
  }
  .lf-dash-cards article {
    min-width: 0;
  }
  .lf-kanban-scroll {
    overflow: visible;
  }
  .lf-kanban {
    min-width: 0;
    grid-template-columns: 1fr;
  }
  .lf-kanban section {
    min-height: 0;
  }
  .lf-dashboard-nav {
    flex-wrap: wrap;
    overflow: visible;
  }
  .lf-dashboard-nav > div {
    width: 100%;
    overflow: visible;
  }
  .lf-dashboard-nav > div > span {
    min-width: 0;
  }
  .lf-dash-history ol { grid-template-columns: 1fr; }
}

@media (max-width: 390px) {
  .lf-demo-outcome {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .lf-demo-summary {
    grid-column: auto;
  }
}

/* LIGHTEN-LANDING (partial — AI/Work restored) */
.lf-ai-product .lf-typing {
  margin-left: 38px;
}

.lf-context-avatar {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .04em;
}

.lf-context-identity small,
.lf-context-identity p,
.lf-context-card dt {
  display: block;
}

.lf-work-grid-light {
  grid-area: copy;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.65rem;
  margin-top: 0;
  align-items: start;
}

.lf-work-verbs {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem .15rem;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.3vw, 1.55rem);
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -.015em;
}

.lf-work-verbs > span {
  display: inline-flex;
  align-items: baseline;
  color: var(--ink);
  font-weight: 700;
}

.lf-work-verbs > span:not(:last-child)::after {
  content: "·";
  margin-left: .55rem;
  margin-right: .35rem;
  color: var(--blue-400);
  font-weight: 700;
}

.lf-work-closing {
  position: relative;
  margin: 0;
  max-width: 26rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(37, 99, 235, .14);
  color: var(--ink-soft);
  font-size: clamp(.98rem, 1.45vw, 1.1rem);
  line-height: 1.55;
}

.lf-work-closing::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 52px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue-600);
}

.lf-work-closing strong {
  color: var(--blue-700);
  font-weight: 800;
}

.lf-work-section.lf-motion-ready .lf-work-verbs > span,
.lf-work-section.lf-motion-ready .lf-work-closing {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .32s ease, transform .32s ease;
}

.lf-work-section.lf-motion-ready .lf-work-verbs > span:nth-child(1) { transition-delay: .04s; }
.lf-work-section.lf-motion-ready .lf-work-verbs > span:nth-child(2) { transition-delay: .09s; }
.lf-work-section.lf-motion-ready .lf-work-verbs > span:nth-child(3) { transition-delay: .14s; }
.lf-work-section.lf-motion-ready .lf-work-verbs > span:nth-child(4) { transition-delay: .19s; }
.lf-work-section.lf-motion-ready .lf-work-verbs > span:nth-child(5) { transition-delay: .24s; }
.lf-work-section.lf-motion-ready .lf-work-verbs > span:nth-child(6) { transition-delay: .29s; }
.lf-work-section.lf-motion-ready .lf-work-verbs > span:nth-child(7) { transition-delay: .34s; }

.lf-work-section.lf-motion-ready .lf-work-closing {
  transition-delay: .42s;
}

.lf-work-section.is-animated .lf-work-verbs > span,
.lf-work-section.is-animated .lf-work-closing {
  opacity: 1;
  transform: none;
}

.lf-closing-band .lf-footer a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .lf-work-split {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "copy";
    row-gap: 1.25rem;
  }

  .lf-work-title {
    max-width: none;
  }

  .lf-work-verbs {
    font-size: clamp(1.12rem, 4.2vw, 1.35rem);
  }
}

/* ==========================================================================
   Documentos legais (LGPD / termos / afiliados / pagamentos)
   ========================================================================== */
.lf-legal-page {
  background: #f4f7fb;
  color: var(--ink);
}
.lf-legal-page .lf-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.lf-legal-hero {
  padding: calc(var(--header-h) + 36px) 0 28px;
  background:
    radial-gradient(900px 320px at 10% 0%, rgba(37, 99, 235, 0.12), transparent 55%),
    linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
  border-bottom: 1px solid var(--line);
}
.lf-legal-hero .lf-kicker {
  color: var(--blue-700);
  margin-bottom: 10px;
}
.lf-legal-hero h1 {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--ink);
  max-width: 22ch;
}
.lf-legal-hero .lf-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 0.88rem;
}
.lf-legal-hero .lf-legal-meta strong { color: var(--ink-soft); font-weight: 600; }
.lf-legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
  gap: 28px 40px;
  padding: 36px 0 64px;
  align-items: start;
}
.lf-legal-toc {
  position: sticky;
  top: calc(var(--header-h) + 16px);
  padding: 18px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.lf-legal-toc h2 {
  margin: 0 0 12px;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 700;
}
.lf-legal-toc nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lf-legal-toc a {
  display: block;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.35;
  transition: background 0.15s ease, color 0.15s ease;
}
.lf-legal-toc a:hover {
  background: var(--blue-50);
  color: var(--blue-800);
}
.lf-legal-toc .lf-legal-docs {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lf-legal-toc .lf-legal-docs a {
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--blue-700);
}
.lf-legal-doc {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-sm);
}
.lf-legal-doc .lf-legal-company {
  margin: 0 0 28px;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.06), rgba(14, 165, 233, 0.08));
  border: 1px solid rgba(37, 99, 235, 0.12);
  font-size: 0.92rem;
  color: var(--ink-soft);
  line-height: 1.55;
}
.lf-legal-doc .lf-legal-company strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 6px;
}
.lf-legal-doc section {
  margin: 0 0 32px;
  scroll-margin-top: calc(var(--header-h) + 20px);
}
.lf-legal-doc section:last-child { margin-bottom: 0; }
.lf-legal-doc h2 {
  font-family: var(--display);
  font-size: 1.28rem;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.lf-legal-doc h3 {
  font-size: 1.02rem;
  margin: 20px 0 8px;
  color: var(--ink);
}
.lf-legal-doc h4 {
  font-size: 0.95rem;
  margin: 16px 0 6px;
  color: var(--ink-soft);
}
.lf-legal-doc p,
.lf-legal-doc li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--ink-soft);
}
.lf-legal-doc p { margin: 0 0 12px; }
.lf-legal-doc ul,
.lf-legal-doc ol {
  margin: 0 0 14px;
  padding-left: 1.25rem;
  list-style: disc;
}
.lf-legal-doc ol { list-style: decimal; }
.lf-legal-doc li { margin-bottom: 8px; }
.lf-legal-doc li::marker { color: var(--blue-600); }
.lf-legal-doc .lf-legal-note {
  margin: 14px 0;
  padding: 14px 16px;
  border-radius: 12px;
  border-left: 3px solid var(--blue-600);
  background: var(--blue-50);
  color: var(--ink-soft);
  font-size: 0.9rem;
}
.lf-legal-doc .lf-legal-warn {
  border-left-color: #d97706;
  background: #fffbeb;
}
.lf-legal-doc table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 18px;
  font-size: 0.88rem;
}
.lf-legal-doc th,
.lf-legal-doc td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.lf-legal-doc th {
  background: #f8fafc;
  color: var(--ink);
  font-weight: 700;
}
.lf-legal-doc td { color: var(--ink-soft); }
.lf-legal-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}
.lf-legal-hub-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
  min-height: 160px;
}
.lf-legal-hub-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.lf-legal-hub-card strong {
  font-family: var(--display);
  font-size: 1.15rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.lf-legal-hub-card p {
  margin: 0;
  flex: 1;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}
.lf-legal-hub-card span {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue-700);
}
.lf-legal-footer-band {
  background: #081b33;
  color: rgba(255, 255, 255, 0.7);
  padding: 36px 0 28px;
  margin-top: 0;
}
.lf-legal-footer-band .lf-footer {
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}
.lf-legal-footer-band .lf-footer-top {
  border-top: 0;
  padding-top: 0;
}
.lf-legal-footer-band .lf-footer-links a { color: rgba(255, 255, 255, 0.7); }
.lf-legal-footer-band .lf-footer-links a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.lf-legal-footer-band .lf-footer-bottom {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.45);
}
.lf-legal-footer-band .lf-logo-pair .lf-logo-color { display: none; }
.lf-legal-footer-band .lf-logo-pair .lf-logo-white { display: block; }
.lf-legal-footer-company {
  margin: 0 0 18px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  max-width: 42rem;
}
.lf-legal-footer-company strong {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 4px;
  font-size: 0.9rem;
}
.lf-footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  margin: 12px 0 0;
}
.lf-footer-legal-links a {
  display: inline-flex !important;
  padding: 6px 10px !important;
  font-size: 0.78rem !important;
  color: rgba(255, 255, 255, 0.55) !important;
  border-radius: 999px;
}
.lf-footer-legal-links a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 900px) {
  .lf-legal-layout {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }
  .lf-legal-toc {
    position: static;
  }
  .lf-legal-hub-grid {
    grid-template-columns: 1fr;
  }
}
