/* AvaliaPro landing — motor de reputação (neon signature) */

.landing-body {
  --lp-bg: #030708;
  --lp-surface: #081012;
  --lp-card: #0d1719;
  --lp-primary: #39e96b;
  --lp-lime: #bfff00;
  --lp-cyan: #21d4d4;
  --lp-blue: #238fe6;
  --lp-text: #f5f7f8;
  --lp-muted: #9ca7aa;
  --lp-font: "Plus Jakarta Sans", system-ui, sans-serif;
  --lp-mono: "Space Grotesk", ui-monospace, monospace;
  --lp-radius: 1rem;
  --lp-glow: 0 0 45px -10px rgba(57, 233, 107, 0.35);

  margin: 0;
  min-height: 100vh;
  color: var(--lp-text);
  background: var(--lp-bg);
  font-family: var(--lp-font);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.landing-body a { color: inherit; text-decoration: none; }
.landing-body a:hover { color: var(--lp-text); }
.landing-body h1,
.landing-body h2,
.landing-body h3 {
  font-family: var(--lp-font);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
  color: var(--lp-text);
}

.lp-ambient {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  filter: blur(75px);
}
.lp-ambient--top {
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1000px, 120vw);
  height: 480px;
  background: radial-gradient(circle, rgba(33, 212, 212, 0.18) 0%, rgba(57, 233, 107, 0.12) 40%, transparent 75%);
}
.lp-ambient--right {
  top: 12%;
  right: -80px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(35, 143, 230, 0.16) 0%, rgba(33, 212, 212, 0.12) 35%, rgba(191, 255, 0, 0.06) 65%, transparent 80%);
  filter: blur(95px);
}

.lp-grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(13, 23, 25, 0.35) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(13, 23, 25, 0.35) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: radial-gradient(ellipse 60% 50% at 50% 0%, #000 70%, transparent 100%);
}

.lp-gradient-text {
  background: linear-gradient(135deg, #bfff00 0%, #39e96b 35%, #21d4d4 70%, #238fe6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.lp-btn--sm { padding: 0.65rem 1.15rem; font-size: 0.72rem; letter-spacing: 0.06em; text-transform: uppercase; }
.lp-btn--lg { padding: 1rem 1.6rem; font-size: 1rem; }
.lp-btn--primary {
  color: #030708 !important;
  background: linear-gradient(110deg, #bfff00 0%, #39e96b 38%, #21d4d4 75%, #238fe6 100%);
  box-shadow: 0 10px 32px rgba(57, 233, 107, 0.3);
}
.lp-btn--primary:hover {
  color: #030708 !important;
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(57, 233, 107, 0.45);
}
.lp-btn--ghost {
  color: var(--lp-text) !important;
  background: transparent;
  border: 1px solid rgba(33, 212, 212, 0.45);
}
.lp-btn--ghost:hover {
  background: rgba(33, 212, 212, 0.08);
  border-color: var(--lp-cyan);
  color: var(--lp-text) !important;
}

.lp-header {
  position: fixed;
  top: 1.35rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(92%, 72rem);
  z-index: 50;
}
.lp-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.35rem;
  border-radius: 999px;
  background: rgba(13, 23, 25, 0.72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(33, 212, 212, 0.22);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.lp-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.lp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--lp-text) !important;
  min-width: 0;
  max-width: min(42vw, 14rem);
}
.lp-brand--logo { max-width: min(48vw, 11.5rem); }
.lp-brand__logo {
  display: block;
  max-height: 2.35rem;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.lp-brand--footer .lp-brand__logo {
  max-height: 2.1rem;
}
.lp-btn__short { display: none; }
.lp-brand__mark {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.75rem;
  padding: 2px;
  background: linear-gradient(110deg, #bfff00, #39e96b, #21d4d4, #238fe6);
  display: grid;
  place-items: center;
}
.lp-brand__mark > svg,
.lp-brand__mark {
  color: var(--lp-cyan);
}
.lp-brand__mark {
  position: relative;
}
.lp-brand__mark::before {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 0.65rem;
  background: #030708;
}
.lp-brand__mark svg {
  position: relative;
  z-index: 1;
  color: #39e96b;
}
.lp-brand__word {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: baseline;
}
.lp-brand__word span {
  background: linear-gradient(135deg, #bfff00, #39e96b, #21d4d4, #238fe6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lp-brand__word i {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--lp-lime);
  margin-left: 0.2rem;
  display: inline-block;
  animation: lpPulse 2.4s ease-in-out infinite;
}
.lp-nav {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--lp-muted);
}
.lp-nav a:hover { color: var(--lp-text); }
.lp-nav a.is-active {
  color: var(--lp-text);
  position: relative;
}
.lp-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lp-primary), #5eead4);
  box-shadow: 0 0 12px color-mix(in srgb, var(--lp-primary) 55%, transparent);
}
.lp-link {
  color: var(--lp-muted) !important;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.25rem 0.4rem;
}
.lp-link:hover { color: var(--lp-text) !important; }

.lp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}
.lp-review-card {
  padding: 1.25rem 1.35rem;
  display: grid;
  gap: 0.75rem;
}
.lp-review-card__stars {
  color: var(--lp-primary);
  letter-spacing: 0.08em;
  font-size: 0.95rem;
}
.lp-review-card blockquote {
  margin: 0;
  color: var(--lp-text);
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
}
.lp-review-card footer strong {
  font-size: 0.82rem;
  color: var(--lp-muted);
  font-weight: 650;
}
.lp-review-card__author {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.lp-review-card__avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.lp-reviews-iframe {
  margin-top: 1.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--lp-line) 80%, transparent);
  background: color-mix(in srgb, #061014 88%, transparent);
}
.lp-reviews-iframe iframe {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
}
.lp-footer__wa {
  margin: 0.85rem 0 0;
}
.lp-footer__wa a {
  color: var(--lp-primary);
  font-weight: 650;
  font-size: 0.9rem;
  text-decoration: none;
}
.lp-footer__wa a:hover { text-decoration: underline; }

.lp-float-dock {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1.1rem, env(safe-area-inset-bottom));
  z-index: 80;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  pointer-events: none;
}
.lp-float-dock > * {
  pointer-events: auto;
}

.landing-body a.lp-whatsapp-float,
.lp-whatsapp-float {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #04140a !important;
  background: linear-gradient(145deg, #39e96b, #25d366 70%);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  border: 1px solid color-mix(in srgb, #bfff00 35%, transparent);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none !important;
}
.landing-body a.lp-whatsapp-float:hover,
.lp-whatsapp-float:hover {
  transform: translateY(-2px) scale(1.04);
  color: #04140a !important;
  box-shadow: 0 16px 36px rgba(37, 211, 102, 0.45);
}
.lp-whatsapp-float svg {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
}

.lp-scroll-top {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--lp-primary) 45%, transparent);
  background: color-mix(in srgb, #0a1216 88%, transparent);
  color: var(--lp-text);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.4rem);
  transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}
.lp-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.lp-scroll-top:hover {
  border-color: var(--lp-primary);
  background: color-mix(in srgb, #102028 92%, var(--lp-primary) 8%);
}
.lp-scroll-top svg {
  width: 1.1rem;
  height: 1.1rem;
}

.lp-hero {
  position: relative;
  z-index: 1;
  padding: 9.5rem clamp(1.25rem, 4vw, 3rem) 4rem;
  max-width: 80rem;
  margin: 0 auto;
}
.lp-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}
.lp-hero__copy { display: grid; gap: 1.25rem; }
.lp-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(13, 23, 25, 0.85);
  border: 1px solid rgba(33, 212, 212, 0.28);
  font-family: var(--lp-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-muted);
}
.lp-pill__dot {
  position: relative;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--lp-primary);
  flex-shrink: 0;
}
.lp-pill__dot::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  background: rgba(57, 233, 107, 0.45);
  animation: lpPing 1.8s ease-out infinite;
}
.lp-pill__dot--lime { background: var(--lp-lime); }
.lp-pill__dot--lime::before { background: rgba(191, 255, 0, 0.4); }

.lp-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  max-width: 14ch;
}
.lp-hero h1 .lp-gradient-text {
  display: block;
  margin-top: 0.2rem;
}
.lp-hero__tagline {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 500;
  color: #c9d2d4;
  max-width: 34ch;
}
.lp-hero__tagline em {
  font-style: italic;
  font-weight: 400;
  color: var(--lp-cyan);
}
.lp-hero__lead {
  margin: 0;
  color: var(--lp-muted);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 42ch;
}
.lp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  padding-top: 0.35rem;
}

.lp-socialproof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 34rem;
}
.lp-avatars {
  display: flex;
  align-items: center;
}
.lp-avatars > span {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -0.7rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  color: #030708;
  background: linear-gradient(135deg, #21d4d4, #39e96b);
  border: 2px solid #030708;
}
.lp-avatars > span:first-child { margin-left: 0; }
.lp-avatars > span:nth-child(2) { background: linear-gradient(135deg, #238fe6, #21d4d4); }
.lp-avatars > span:nth-child(3) { background: linear-gradient(135deg, #bfff00, #39e96b); }
.lp-avatars > span:nth-child(4) { background: linear-gradient(135deg, #39e96b, #238fe6); }
.lp-avatars__more {
  background: rgba(8, 40, 48, 0.95) !important;
  color: var(--lp-cyan) !important;
  border-color: rgba(33, 212, 212, 0.45) !important;
  font-size: 0.62rem !important;
}
.lp-socialproof__meta {
  display: grid;
  gap: 0.15rem;
  font-size: 0.8rem;
  color: var(--lp-muted);
}
.lp-stars {
  color: #f5c451;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}
.lp-stars em {
  font-style: normal;
  color: var(--lp-text);
  font-family: var(--lp-mono);
  margin-left: 0.25rem;
}

.lp-hero__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.lp-hero__glow {
  position: absolute;
  inset: 8%;
  background: linear-gradient(135deg, rgba(33, 212, 212, 0.2), rgba(57, 233, 107, 0.12), transparent);
  filter: blur(40px);
  border-radius: 2rem;
}

.lp-demo {
  position: relative;
  z-index: 2;
  width: min(100%, 28rem);
  padding: 1.4rem 1.5rem;
  border-radius: 1.15rem;
  background: rgba(13, 23, 25, 0.9);
  border: 1px solid rgba(33, 212, 212, 0.25);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  animation: lpFloatMaster 8s ease-in-out infinite;
}
.lp-demo--link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.lp-demo--link:hover {
  border-color: rgba(57, 233, 107, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(57, 233, 107, 0.12);
}
.lp-demo__head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-demo__biz {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.lp-demo__logo {
  width: 3rem;
  height: 3rem;
  border-radius: 0.8rem;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #030708;
  background: linear-gradient(135deg, #bfff00, #21d4d4);
  box-shadow: 0 0 0 1px rgba(33, 212, 212, 0.35);
}
.lp-demo__biz strong { display: block; font-size: 0.98rem; }
.lp-demo__biz span { color: var(--lp-muted); font-size: 0.75rem; }
.lp-demo__badge {
  align-self: flex-start;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--lp-primary);
  background: rgba(57, 233, 107, 0.1);
  border: 1px solid rgba(57, 233, 107, 0.3);
  white-space: nowrap;
}
.lp-demo__stars {
  margin-top: 1rem;
  color: #f5c451;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}
.lp-demo__stars time {
  margin-left: 0.55rem;
  color: var(--lp-muted);
  font-family: var(--lp-mono);
  font-size: 0.72rem;
  letter-spacing: 0;
}
.lp-demo blockquote {
  margin: 0.75rem 0 0;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.45;
  color: #e8eef0;
}
.lp-demo footer {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.75rem;
  color: var(--lp-muted);
}
.lp-mono { font-family: var(--lp-mono); color: var(--lp-cyan); }

.lp-float {
  position: absolute;
  z-index: 3;
  border-radius: 1rem;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}
.lp-float--toast {
  top: 8%;
  left: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(13, 23, 25, 0.92);
  border: 1px solid rgba(57, 233, 107, 0.3);
  animation: lpFloatAux 6s ease-in-out infinite;
}
.lp-float--widget {
  right: 0;
  bottom: 12%;
  width: min(16rem, 70%);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  animation: lpFloatAux 7s ease-in-out infinite reverse;
}
.lp-float__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.45rem;
  margin-bottom: 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--lp-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7ee7e7;
}
.lp-float__stars { color: #f5c451; font-size: 0.7rem; letter-spacing: 0.08em; }
.lp-float--widget p {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}
.lp-float__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
  font-size: 0.68rem;
  color: #b7c2c5;
}
.lp-float__meta strong { color: #6ef0a0; font-family: var(--lp-mono); }
.lp-float--kpi {
  left: 4%;
  bottom: 6%;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 0.9rem;
  background: rgba(13, 23, 25, 0.92);
  border: 1px solid rgba(33, 212, 212, 0.3);
}
.lp-float__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #030708;
  background: linear-gradient(135deg, #21d4d4, #238fe6);
}
.lp-float--kpi strong { display: block; font-size: 0.92rem; }
.lp-float--kpi span { font-size: 0.68rem; color: var(--lp-muted); }

.lp-strip {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(8, 16, 18, 0.85);
  backdrop-filter: blur(12px);
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem);
}
.lp-strip__inner {
  max-width: 80rem;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
.lp-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-kpi {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.lp-kpi__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  background: var(--lp-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.lp-kpi__icon--green { color: var(--lp-primary); border-color: rgba(57, 233, 107, 0.25); }
.lp-kpi__icon--gold { color: #f5c451; border-color: rgba(245, 196, 81, 0.25); }
.lp-kpi__icon--cyan { color: var(--lp-cyan); border-color: rgba(33, 212, 212, 0.25); }
.lp-kpi strong {
  display: block;
  font-size: 1.35rem;
  font-family: var(--lp-mono);
  font-weight: 700;
}
.lp-kpi span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-muted);
  margin-top: 0.15rem;
}

.lp-integrations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.lp-integrations p {
  margin: 0;
  font-family: var(--lp-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-muted);
}
.lp-integrations ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #c5ced0;
  font-size: 0.88rem;
  font-weight: 700;
}
.lp-integrations li {
  opacity: 0.72;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.lp-integrations li:hover {
  opacity: 1;
  color: var(--lp-cyan);
}

.lp-section {
  position: relative;
  z-index: 1;
  padding: clamp(3.5rem, 8vw, 5.5rem) clamp(1.25rem, 4vw, 3rem);
  max-width: 80rem;
  margin: 0 auto;
}
.lp-section--alt {
  max-width: none;
  background: rgba(8, 16, 18, 0.72);
  border-block: 1px solid rgba(255, 255, 255, 0.05);
}
.lp-section--alt > .lp-section__wrap {
  max-width: 80rem;
  margin: 0 auto;
}
#depoimentos.lp-section--alt .lp-section__wrap {
  width: 100%;
}
.lp-section__wrap {
  max-width: 80rem;
  margin: 0 auto;
}
.lp-section h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  margin-bottom: 0.65rem;
}
.lp-section__lead {
  color: var(--lp-muted);
  max-width: 42ch;
  margin: 0 0 2rem;
  font-size: 1.05rem;
}
.lp-section__lead--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 48ch;
}
.lp-section__lead strong {
  color: var(--lp-text);
  font-weight: 600;
}

.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(33, 212, 212, 0.1);
  border: 1px solid rgba(33, 212, 212, 0.25);
  color: var(--lp-cyan);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-eyebrow--plain {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lp-primary);
  font-family: var(--lp-mono);
  letter-spacing: 0.1em;
}
.lp-eyebrow--plain span { color: var(--lp-lime); }

.lp-btn--block { width: 100%; }
.lp-chip {
  margin-left: auto;
  padding: 0.2rem 0.45rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(33, 212, 212, 0.3);
  background: rgba(33, 212, 212, 0.12);
  color: var(--lp-cyan);
  font-family: var(--lp-mono);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/* Glass cards — fluxo / recursos / banner */
.lp-glass {
  background: rgba(13, 23, 25, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(33, 212, 212, 0.16);
  border-radius: 1.15rem;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.lp-glass:hover {
  border-color: rgba(57, 233, 107, 0.4);
  background: rgba(18, 32, 35, 0.9);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.7), 0 0 20px -3px rgba(33, 212, 212, 0.15);
}

.lp-flow__head {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 3.25rem;
}
.lp-flow__head h2 {
  font-size: clamp(1.85rem, 4vw, 3.25rem);
  margin-bottom: 1rem;
  line-height: 1.15;
}
.lp-flow__track { position: relative; }
.lp-flow__line {
  display: none;
  position: absolute;
  top: 3rem;
  left: 12%;
  right: 12%;
  height: 2px;
  border-radius: 999px;
  opacity: 0.4;
  background: linear-gradient(
    90deg,
    rgba(191, 255, 0, 0.6) 0%,
    rgba(57, 233, 107, 0.6) 35%,
    rgba(33, 212, 212, 0.6) 70%,
    rgba(35, 143, 230, 0.6) 100%
  );
  pointer-events: none;
  z-index: 0;
}
.lp-flow__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.lp-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.55rem 1.45rem;
  min-height: 100%;
}
.lp-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.lp-step__num {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  padding: 1px;
  background: linear-gradient(135deg, var(--lp-lime), var(--lp-primary));
  box-shadow: 0 0 25px -4px rgba(57, 233, 107, 0.35);
}
.lp-step[data-tone="green"] .lp-step__num {
  background: linear-gradient(135deg, var(--lp-primary), var(--lp-cyan));
}
.lp-step[data-tone="cyan"] .lp-step__num {
  background: linear-gradient(135deg, var(--lp-cyan), var(--lp-blue));
  box-shadow: 0 0 25px -4px rgba(33, 212, 212, 0.35);
}
.lp-step[data-tone="blue"] .lp-step__num {
  background: linear-gradient(135deg, var(--lp-blue), #7c5cff);
  box-shadow: 0 0 25px -4px rgba(35, 143, 230, 0.4);
}
.lp-step__num span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: calc(1rem - 1px);
  background: var(--lp-card);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--lp-lime);
}
.lp-step[data-tone="green"] .lp-step__num span { color: var(--lp-primary); }
.lp-step[data-tone="cyan"] .lp-step__num span { color: var(--lp-cyan); }
.lp-step[data-tone="blue"] .lp-step__num span { color: var(--lp-blue); }

.lp-step__tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(191, 255, 0, 0.8);
}
.lp-step[data-tone="green"] .lp-step__tag { color: rgba(57, 233, 107, 0.85); }
.lp-step[data-tone="cyan"] .lp-step__tag { color: rgba(33, 212, 212, 0.85); }
.lp-step[data-tone="blue"] .lp-step__tag { color: rgba(35, 143, 230, 0.85); }

.lp-step h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
  transition: color 0.2s ease;
}
.lp-step:hover h3 { color: var(--lp-lime); }
.lp-step[data-tone="green"]:hover h3 { color: var(--lp-primary); }
.lp-step[data-tone="cyan"]:hover h3 { color: var(--lp-cyan); }
.lp-step[data-tone="blue"]:hover h3 { color: var(--lp-blue); }
.lp-step > p {
  margin: 0 0 1.25rem;
  color: var(--lp-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.lp-step__foot {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(33, 212, 212, 0.1);
  margin-top: auto;
}
.lp-step__foot strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--lp-text);
}
.lp-step__foot small {
  display: block;
  font-size: 0.72rem;
  color: var(--lp-muted);
}
.lp-step__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 0.65rem;
  background: rgba(18, 32, 35, 0.9);
  border: 1px solid rgba(33, 212, 212, 0.2);
  color: var(--lp-lime);
  font-size: 0.95rem;
}
.lp-step__stars {
  color: var(--lp-lime);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.lp-step__pulse {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--lp-cyan);
  box-shadow: 0 0 0 0 rgba(33, 212, 212, 0.55);
  animation: lpPulse 1.6s ease-in-out infinite;
}
.lp-step__foot--split {
  justify-content: space-between;
  font-size: 0.78rem;
}
.lp-step__foot--split span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--lp-text);
}
.lp-step__foot--split i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--lp-primary);
}
.lp-step__foot--split small {
  font-family: var(--lp-mono);
  font-size: 0.7rem;
}

/* Demo visual da coleta (QR → form → publicado) */
.lp-collect {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
  gap: 2rem;
  align-items: center;
  margin: 2.75rem auto 0;
  max-width: 72rem;
  padding: 0 1.25rem 0.5rem;
}
.lp-collect__copy h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  letter-spacing: -0.02em;
}
.lp-collect__copy > p {
  margin: 0 0 1rem;
  color: var(--lp-muted);
  line-height: 1.55;
  max-width: 32rem;
}
.lp-collect__bullets {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.lp-collect__bullets li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.92rem;
  color: var(--lp-text);
}
.lp-collect__bullets li::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--lp-primary);
  box-shadow: 0 0 0 3px rgba(57, 233, 107, 0.18);
  flex-shrink: 0;
}
.lp-collect__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}
.lp-collect__stage {
  min-width: 0;
}
.lp-collect__rail {
  display: flex;
  align-items: stretch;
  gap: 0.55rem;
  overflow-x: auto;
  padding: 0.35rem 0.15rem 0.65rem;
  -webkit-overflow-scrolling: touch;
}
.lp-collect__arrow {
  align-self: center;
  color: var(--lp-cyan);
  font-size: 1.1rem;
  opacity: 0.75;
  flex-shrink: 0;
}
.lp-collect__card {
  flex: 0 0 auto;
  width: 10.5rem;
  padding: 0.9rem 0.85rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(13, 23, 25, 0.95), rgba(8, 16, 18, 0.98));
  box-shadow: 0 16px 36px -22px rgba(0, 0, 0, 0.7);
}
.lp-collect__card--phone { width: 12.25rem; }
.lp-collect__card--done { width: 11.5rem; }
.lp-collect__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-cyan);
  margin-bottom: 0.65rem;
}
.lp-collect__qr {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 0.65rem;
  border-radius: 0.45rem;
  border: 2px solid #fff;
  background:
    linear-gradient(90deg, #fff 0 16%, transparent 16% 20%, #fff 20% 36%, transparent 36% 40%, #fff 40% 56%, transparent 56% 60%, #fff 60% 76%, transparent 76% 80%, #fff 80%),
    linear-gradient(#fff 0 16%, transparent 16% 20%, #fff 20% 36%, transparent 36% 40%, #fff 40% 56%, transparent 56% 60%, #fff 60% 76%, transparent 76% 80%, #fff 80%),
    #061014;
  background-size: 100% 11%, 11% 100%, auto;
}
.lp-collect__card--qr p {
  margin: 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--lp-muted);
}
.lp-collect__card--qr strong {
  display: block;
  text-align: center;
  margin-top: 0.35rem;
  color: #fbbf24;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}
.lp-collect__phone {
  border-radius: 0.85rem;
  padding: 0.65rem 0.6rem 0.75rem;
  background: #030708;
  border: 1px solid rgba(57, 233, 107, 0.2);
}
.lp-collect__phone-bar {
  width: 2.4rem;
  height: 0.28rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  margin: 0 auto 0.65rem;
}
.lp-collect__phone-title {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #f5f7f8;
  line-height: 1.3;
}
.lp-collect__stars {
  color: #fbbf24;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.lp-collect__field {
  height: 1.55rem;
  border-radius: 0.4rem;
  margin-bottom: 0.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #7a8689;
  font-size: 0.65rem;
  display: flex;
  align-items: center;
  padding: 0 0.45rem;
}
.lp-collect__field--sm { width: 70%; }
.lp-collect__btn {
  margin-top: 0.35rem;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.45rem 0.5rem;
  border-radius: 0.45rem;
  background: linear-gradient(105deg, #bfff00, #39e96b);
  color: #030708;
}
.lp-collect__badge {
  display: inline-flex;
  font-size: 0.65rem;
  font-weight: 700;
  color: #34d399;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.25);
  border-radius: 999px;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.55rem;
}
.lp-collect__quote {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #e2e8f0;
}
.lp-collect__card--done footer {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.72rem;
  color: var(--lp-muted);
}
.lp-collect__card--done footer em {
  font-style: normal;
  color: var(--lp-cyan);
  font-family: var(--lp-mono);
  font-size: 0.65rem;
}

/* Callout parceiros (secundário) */
.lp-partners {
  max-width: 72rem;
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
}
.lp-partners__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(33, 212, 212, 0.18);
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(33, 212, 212, 0.1), transparent 55%),
    rgba(13, 23, 25, 0.65);
}
.lp-partners__copy {
  flex: 1 1 18rem;
  max-width: 36rem;
}
.lp-partners__copy h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  letter-spacing: -0.02em;
}
.lp-partners__copy p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.lp-partners__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .lp-collect {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .lp-collect__arrow { display: none; }
}

.lp-feat__head {
  max-width: 40rem;
  margin-bottom: 2.5rem;
}
.lp-feat__head h2 {
  font-size: clamp(1.85rem, 3.8vw, 2.85rem);
  margin-bottom: 0.75rem;
}
.lp-feat__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.lp-feat {
  display: flex;
  flex-direction: column;
  padding: 1.55rem 1.45rem;
}
.lp-feat--accent {
  border-color: rgba(57, 233, 107, 0.35);
  box-shadow: 0 0 0 1px rgba(57, 233, 107, 0.12), 0 18px 40px -28px rgba(57, 233, 107, 0.45);
}
.lp-feat code {
  font-size: 0.86em;
  color: var(--lp-lime, #bfff00);
  background: rgba(191, 255, 0, 0.08);
  padding: 0.1em 0.35em;
  border-radius: 0.3em;
}
.lp-feat__icon {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  background: rgba(18, 32, 35, 0.95);
  border: 1px solid rgba(33, 212, 212, 0.3);
  color: var(--lp-cyan);
  font-size: 1.15rem;
  font-weight: 800;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.lp-feat__icon[data-tone="green"] {
  border-color: rgba(57, 233, 107, 0.3);
  color: var(--lp-primary);
}
.lp-feat__icon[data-tone="lime"] {
  border-color: rgba(191, 255, 0, 0.3);
  color: var(--lp-lime);
}
.lp-feat__icon[data-tone="blue"] {
  border-color: rgba(35, 143, 230, 0.4);
  color: var(--lp-blue);
}
.lp-feat:hover .lp-feat__icon[data-tone="cyan"] {
  border-color: var(--lp-cyan);
  box-shadow: 0 0 25px -4px rgba(33, 212, 212, 0.35);
}
.lp-feat:hover .lp-feat__icon[data-tone="green"] {
  border-color: var(--lp-primary);
  box-shadow: 0 0 25px -4px rgba(57, 233, 107, 0.35);
}
.lp-feat:hover .lp-feat__icon[data-tone="lime"] {
  border-color: var(--lp-lime);
}
.lp-feat:hover .lp-feat__icon[data-tone="blue"] {
  border-color: var(--lp-blue);
  box-shadow: 0 0 20px rgba(35, 143, 230, 0.35);
}
.lp-feat h3 {
  font-size: 1.15rem;
  margin-bottom: 0.55rem;
  transition: color 0.2s ease;
}
.lp-feat:hover h3 { color: var(--lp-primary); }
.lp-feat p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  flex: 1;
}
.lp-feat__meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.35rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(33, 212, 212, 0.1);
  font-size: 0.72rem;
  color: var(--lp-muted);
}
.lp-feat__meta span:first-child {
  color: var(--lp-cyan);
  font-weight: 600;
}
.lp-feat:nth-child(2) .lp-feat__meta span:first-child,
.lp-feat:nth-child(5) .lp-feat__meta span:first-child { color: var(--lp-primary); }
.lp-feat:nth-child(3) .lp-feat__meta span:first-child { color: var(--lp-lime); }
.lp-feat:nth-child(6) .lp-feat__meta span:first-child { color: var(--lp-blue); }

.lp-banner-wrap { padding-top: 1rem; }
.lp-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 4vw, 3.25rem);
  border-radius: 1.5rem;
  border-color: rgba(33, 212, 212, 0.3);
}
.lp-banner:hover { transform: none; }
.lp-banner__glow {
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: rgba(57, 233, 107, 0.15);
  filter: blur(100px);
  pointer-events: none;
}
.lp-banner__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2rem;
  align-items: center;
}
.lp-banner__copy h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.lp-banner__copy p {
  margin: 0;
  max-width: 42ch;
  color: var(--lp-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.lp-banner__side {
  display: grid;
  gap: 0.9rem;
}
.lp-banner__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.lp-banner__stats > div {
  text-align: center;
  padding: 1rem 0.75rem;
  border-radius: 0.85rem;
  background: rgba(8, 16, 18, 0.85);
  border: 1px solid rgba(33, 212, 212, 0.15);
}
.lp-banner__stats strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--lp-lime);
  letter-spacing: -0.03em;
}
.lp-banner__stats > div:last-child strong { color: var(--lp-primary); }
.lp-banner__stats span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.72rem;
  color: var(--lp-muted);
}
.lp-banner__note {
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
  color: var(--lp-muted);
}

.lp-pricing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.25rem;
}
.lp-plans-head {
  margin-bottom: 1.75rem;
}
.lp-plans-head h2 {
  margin-bottom: 0.75rem;
}
.lp-section__lead--wide {
  max-width: 58ch;
}
.lp-unit-features {
  margin: 0 0 2rem;
}
.lp-unit-features__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}
.lp-unit-features__head h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  color: #fff;
  letter-spacing: -0.02em;
}
.lp-unit-features__head p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.95rem;
  line-height: 1.5;
}
.lp-unit-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}
.lp-unit-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(21, 34, 29, 0.72) 0%, rgba(12, 19, 16, 0.88) 100%);
  border: 1px solid rgba(52, 211, 153, 0.14);
  box-shadow:
    0 18px 36px -18px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.lp-unit-card:hover {
  border-color: rgba(52, 211, 153, 0.32);
  transform: translateY(-2px);
}
.lp-unit-card__top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}
.lp-unit-card__icon {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-grid;
  place-items: center;
  border-radius: 0.75rem;
  color: #34d399;
  background: rgba(6, 40, 30, 0.75);
  border: 1px solid rgba(52, 211, 153, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}
.lp-unit-card__tag {
  margin-left: auto;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-muted);
  padding: 0.2rem 0.45rem;
  border-radius: 0.4rem;
  background: rgba(8, 14, 16, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-unit-card__tag--accent {
  color: #a7f3d0;
  background: rgba(6, 40, 30, 0.85);
  border-color: rgba(52, 211, 153, 0.28);
}
.lp-unit-card h4 {
  margin: 0;
  font-size: 1.05rem;
  color: #fff;
  letter-spacing: -0.01em;
}
.lp-unit-card p {
  margin: 0;
  flex: 1;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--lp-muted);
}
.lp-unit-card p strong {
  color: #a7f3d0;
  font-weight: 650;
}
.lp-unit-card__foot {
  margin-top: 0.35rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.78rem;
  color: var(--lp-muted);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.lp-unit-card__foot--split {
  justify-content: space-between;
}
.lp-unit-card__foot--url {
  justify-content: space-between;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  color: #6ee7b7;
  background: rgba(3, 10, 12, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.65rem;
  padding: 0.55rem 0.7rem;
  margin-top: 0.55rem;
}
.lp-unit-card__foot--url i {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 8px #10b981;
}
.lp-unit-card__foot--ok {
  color: #a7f3d0;
}
.lp-unit-card__dot {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #34d399;
  flex-shrink: 0;
}
.lp-unit-card__mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #6ee7b7;
  font-size: 0.72rem;
}
.lp-unit-card--wide {
  grid-column: 1 / -1;
  background:
    linear-gradient(105deg, rgba(6, 40, 30, 0.35) 0%, rgba(12, 19, 16, 0.88) 55%, rgba(10, 16, 18, 0.92) 100%);
  border-color: rgba(52, 211, 153, 0.22);
}
.lp-unit-card--wide:hover {
  transform: none;
}
.lp-unit-card__wide-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.lp-unit-card__wide-body > div {
  max-width: 42rem;
}
.lp-unit-card__wide-body .lp-unit-card__top {
  margin-bottom: 0.35rem;
}
.lp-unit-card__wide-body h4 {
  font-size: 1.15rem;
}
.lp-unit-card__pill {
  font-size: 0.7rem;
  font-weight: 700;
  color: #a7f3d0;
  background: rgba(6, 40, 30, 0.9);
  border: 1px solid rgba(16, 185, 129, 0.35);
  border-radius: 999px;
  padding: 0.2rem 0.65rem;
}
.lp-unit-card__aside {
  min-width: 12rem;
  padding: 0.9rem 1rem;
  border-radius: 0.9rem;
  text-align: center;
  background: rgba(3, 10, 12, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-unit-card__aside span {
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lp-muted);
  margin-bottom: 0.25rem;
}
.lp-unit-card__aside strong {
  color: #34d399;
  font-size: 0.88rem;
}
.lp-plan-compare {
  margin: 0 0 1.5rem;
  padding: 1.15rem 1.25rem;
  border-radius: 1.15rem;
  background: rgba(13, 23, 25, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-plan-compare h3 {
  margin: 0 0 0.85rem;
  font-size: 1rem;
  color: #fff;
}
.lp-plan-compare__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.lp-plan-compare table {
  width: 100%;
  border-collapse: collapse;
  min-width: 36rem;
  font-size: 0.82rem;
}
.lp-plan-compare th,
.lp-plan-compare td {
  padding: 0.65rem 0.7rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--lp-muted);
  vertical-align: top;
}
.lp-plan-compare thead th {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.lp-plan-compare tbody th {
  color: #e2e8f0;
  font-weight: 600;
  min-width: 10rem;
}
.lp-plan-compare tbody td[colspan] {
  color: var(--lp-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}
.lp-plan-compare tbody td[colspan] em {
  font-style: normal;
  color: #e2e8f0;
  font-weight: 600;
}
@media (max-width: 960px) {
  .lp-unit-features__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .lp-unit-features__grid {
    grid-template-columns: 1fr;
  }
  .lp-unit-card__wide-body {
    flex-direction: column;
    align-items: stretch;
  }
  .lp-unit-card__aside {
    min-width: 0;
  }
}
.lp-pricing article {
  position: relative;
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem;
  border-radius: 1.15rem;
  background: rgba(13, 23, 25, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-pricing article.is-featured {
  border-color: rgba(57, 233, 107, 0.45);
  box-shadow: var(--lp-glow);
  transform: translateY(-6px);
}
.lp-plan-badge {
  display: inline-flex;
  align-self: start;
  width: fit-content;
  margin: -0.15rem 0 0.15rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #030708;
  background: linear-gradient(110deg, #bfff00, #39e96b);
}
.lp-plan-desc {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.88rem;
}
.lp-price {
  margin: 0;
  font-family: var(--lp-mono);
  font-size: 2rem;
  font-weight: 700;
}
.lp-price span {
  font-size: 0.9rem;
  color: var(--lp-muted);
  font-weight: 500;
}
.lp-pricing ul {
  margin: 0 0 0.5rem;
  padding-left: 1.1rem;
  color: var(--lp-muted);
  display: grid;
  gap: 0.35rem;
}
.lp-fineprint {
  color: var(--lp-muted);
  font-size: 0.85rem;
  margin: 0 0 1.25rem;
}
.lp-center { text-align: center; }

.lp-footer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem 2rem;
  flex-wrap: wrap;
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--lp-muted);
}
.lp-footer__brand {
  display: grid;
  gap: 0.55rem;
  max-width: 36rem;
}
.lp-footer__tagline {
  margin: 0;
  max-width: 42ch;
  line-height: 1.5;
}
.lp-footer__legal {
  display: grid;
  gap: 0.35rem;
  text-align: right;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #8a9598;
}
.lp-footer__legal p { margin: 0; }
.lp-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.35rem 0.85rem;
  margin-bottom: 0.35rem;
}
.lp-footer__links a {
  color: #a7f3d0;
  text-decoration: none;
  font-weight: 600;
}
.lp-footer__links a:hover {
  text-decoration: underline;
}

@keyframes lpPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
@keyframes lpPing {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(2.2); opacity: 0; }
}
@keyframes lpFloatMaster {
  0%, 100% { transform: translateY(0) rotate(-0.4deg); }
  50% { transform: translateY(-10px) rotate(0.4deg); }
}
@keyframes lpFloatAux {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (min-width: 981px) {
  .lp-flow__line { display: block; }
}

@media (max-width: 1100px) {
  .lp-flow__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-feat__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-pricing { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lp-pricing article.is-featured { transform: none; }
}

@media (max-width: 980px) {
  .lp-nav { display: none; }
  .lp-header {
    top: 0.75rem;
    width: min(94%, 72rem);
  }
  .lp-header__bar {
    gap: 0.55rem;
    padding: 0.55rem 0.7rem 0.55rem 0.85rem;
  }
  .lp-hero { padding-top: 6.25rem; padding-bottom: 2.5rem; }
  .lp-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .lp-hero__visual {
    order: -1;
    min-height: 0;
    width: 100%;
    overflow: visible;
    padding: 1.75rem 0.5rem 2.75rem;
  }
  .lp-hero__glow { inset: 12% 4%; }
  .lp-demo {
    width: min(100%, 22rem);
    padding: 1.1rem 1.15rem;
    animation: none;
  }
  .lp-demo blockquote {
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .lp-float { animation: none; }
  .lp-float--toast {
    left: 0.25rem;
    top: 0.15rem;
    max-width: calc(100% - 1rem);
    font-size: 0.68rem;
    padding: 0.45rem 0.7rem;
  }
  .lp-float--widget {
    right: 0.15rem;
    bottom: 0.35rem;
    width: min(13.5rem, 58%);
    padding: 0.7rem 0.8rem;
  }
  .lp-float--kpi { display: none; }
  .lp-kpis { grid-template-columns: 1fr; }
  .lp-flow__line { display: none; }
  .lp-flow__grid { grid-template-columns: 1fr; }
  .lp-feat__grid { grid-template-columns: 1fr; }
  .lp-banner__grid { grid-template-columns: 1fr; }
  .lp-pricing { grid-template-columns: 1fr; }
  .lp-pricing article.is-featured { transform: none; }
  .lp-pill {
    max-width: 100%;
    white-space: normal;
    line-height: 1.35;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 640px) {
  .landing-body { overflow-x: hidden; }
  .lp-header__bar { padding: 0.5rem 0.55rem 0.5rem 0.7rem; }
  .lp-brand { max-width: min(46vw, 9.5rem); }
  .lp-brand--logo { max-width: min(42vw, 8.75rem); }
  .lp-brand__logo { max-height: 1.85rem; }
  .lp-brand__word { font-size: 1rem; }
  .lp-brand__mark { width: 1.85rem; height: 1.85rem; }
  .lp-link { font-size: 0.8rem; padding: 0.2rem; }
  .lp-btn__full { display: none; }
  .lp-btn__short { display: inline; }
  .lp-header .lp-btn--sm {
    font-size: 0.62rem;
    padding: 0.5rem 0.75rem;
    gap: 0.3rem;
  }
  .lp-header .lp-btn--sm svg { display: none; }
  .lp-hero h1 {
    font-size: clamp(1.85rem, 8.2vw, 2.35rem);
    max-width: none;
  }
  .lp-hero__tagline { font-size: 1.05rem; max-width: none; }
  .lp-hero__lead { font-size: 0.95rem; max-width: none; }
  .lp-hero__cta { flex-direction: column; align-items: stretch; }
  .lp-hero__cta .lp-btn--lg { width: 100%; }
  .lp-hero__visual { padding: 1.5rem 0 2.25rem; }
  .lp-demo__head { flex-wrap: wrap; }
  .lp-demo__badge { font-size: 0.62rem; }
  .lp-float--toast {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 0.75rem;
    width: fit-content;
    max-width: 100%;
  }
  .lp-float--widget {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 16rem);
    margin: 0.85rem auto 0;
  }
  .lp-hero__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .lp-socialproof { max-width: none; }
  .lp-integrations { flex-direction: column; align-items: flex-start; }
  .lp-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .lp-footer__legal { text-align: left; }
  .lp-footer__links { justify-content: flex-start; }
}
