/* Tema alinhado à LP Accertive — lp.accertive.com.br */
body.lp-page {
  --header-h: 120px;
  --lp-bg: #f1f5f9;
  --lp-dark: #0c1929;
  --lp-dark-mid: #132337;
  --lp-blue: #2563eb;
  --lp-blue-soft: #eff6ff;
  --lp-blue-icon: #3b82f6;
  --lp-accent: #16a34a;
  --lp-accent-hover: #15803d;
  --lp-gold-bg: linear-gradient(90deg, #fef08a 0%, #fde047 50%, #fef08a 100%);
  --lp-card: #ffffff;
  --lp-muted: #64748b;
  --lp-border: #e2e8f0;
  background: var(--lp-bg);
}

/* Removido a pedido: etapa/seção de validação (#validacao) */
body.lp-page #validacao {
  display: none !important;
}

/* Diferenciar “Como funciona” com fundo cinza suave */
body.lp-page #como-funciona {
  background: #f1f5f9;
  border-block: 1px solid var(--lp-border);
}

/* Página “Como instalar” */
.lp-install-hero {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.lp-install-head {
  text-align: center;
  max-width: 52rem;
  margin: 0 auto 1.75rem;
}

.lp-install-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.lp-install-title__accent {
  color: var(--lp-blue);
}

.lp-install-sub {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.lp-install-picks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 62rem;
  margin: 0 auto;
}

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

.lp-pick-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 1.35rem 1.25rem;
  text-decoration: none;
  color: var(--lp-dark);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  display: grid;
  justify-items: center;
  gap: 0.8rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-pick-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
}

.lp-pick-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1d4ed8, #2563eb);
  color: #fff;
  display: grid;
  place-items: center;
}

.lp-pick-icon svg {
  width: 26px;
  height: 26px;
}

.lp-pick-label {
  font-weight: 700;
  font-size: 0.95rem;
  color: #334155;
}

/* Timeline (passo a passo) — estilo igual à referência */
.lp-steps-box {
  grid-column: 1 / -1;
}

.lp-steps-head {
  margin-bottom: 1.25rem;
}

.lp-steps-kicker {
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: var(--lp-blue);
  margin-bottom: 0.75rem;
}

.lp-steps-title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.03em;
}

.lp-steps-sub {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.95rem;
}

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

.lp-step {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 1rem;
}

.lp-step::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  bottom: -24px;
  width: 2px;
  background: rgba(37, 99, 235, 0.18);
}

.lp-step:last-child::before {
  display: none;
}

.lp-step__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--lp-blue);
  background: #fff;
  margin-top: 4px;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.08);
}

.lp-step__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--lp-blue);
}

.lp-step__text {
  margin: 0;
  color: #0f172a;
  font-size: 0.9375rem;
  line-height: 1.55;
}

.lp-step__action {
  margin: 0.75rem 0 0;
}

.lp-step__btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.lp-step__links {
  display: grid;
  gap: 0.65rem;
}

.lp-step__links a {
  color: var(--lp-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Blog */
.lp-blog-loadmore-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.lp-blog-loadmore {
  min-width: 200px;
}

.lp-blog-grid {
  display: grid;
  gap: 1rem;
}

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

.lp-blog-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.lp-blog-card__img {
  display: block;
  margin: -0.25rem -0.35rem 0.9rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.8);
}

.lp-blog-card__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.lp-blog-card__img--placeholder {
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse 70% 60% at 20% 15%, rgba(37, 99, 235, 0.20), transparent 55%),
    radial-gradient(ellipse 70% 60% at 90% 80%, rgba(22, 163, 74, 0.16), transparent 55%),
    linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  position: relative;
}

.lp-blog-card__img--placeholder::after {
  content: "Blog";
  position: absolute;
  left: 12px;
  bottom: 10px;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #1e3a8a;
  background: rgba(239, 246, 255, 0.95);
  border: 1px solid rgba(219, 234, 254, 0.9);
}

.lp-blog-card__date {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  color: var(--lp-muted);
  font-weight: 700;
}

.lp-blog-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.lp-blog-card__title a {
  color: var(--lp-dark);
  text-decoration: none;
}

.lp-blog-card__title a:hover {
  color: var(--lp-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-blog-card__desc {
  margin: 0;
  color: var(--lp-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.lp-blog-article {
  max-width: 880px;
  margin: 0 auto;
}

.lp-blog-meta {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  color: var(--lp-muted);
  font-weight: 700;
}

.lp-blog-title {
  margin: 0 0 1.25rem;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--lp-dark);
}

.lp-blog-content {
  color: #0f172a;
}

.lp-blog-content p {
  color: #0f172a;
  line-height: 1.7;
}

.lp-blog-content h2,
.lp-blog-content h3,
.lp-blog-content h4 {
  color: var(--lp-dark);
  margin-top: 1.4rem;
}

.lp-blog-content a {
  color: var(--lp-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-blog-back {
  margin-top: 1.5rem;
}

.lp-blog-seo {
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  border-radius: 12px;
  border: 1px solid var(--lp-border);
  background: rgba(241, 245, 249, 0.65);
}

.lp-blog-seo__title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--lp-dark);
}

.lp-blog-seo__list {
  margin: 0;
  padding-left: 1.25rem;
  color: #0f172a;
  line-height: 1.65;
}

.lp-blog-seo__list li {
  margin-bottom: 0.35rem;
}

.lp-blog-faq {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--lp-border);
}

.lp-blog-faq__title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--lp-dark);
}

.lp-blog-content .lp-blog-faq .lp-blog-faq__q {
  margin: 1.1rem 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lp-dark);
}

.lp-blog-content .lp-blog-faq .lp-blog-faq__q:first-of-type {
  margin-top: 0;
}

.lp-blog-content .lp-blog-faq p {
  margin: 0 0 0.85rem;
}

.lp-step__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.05rem;
  border-radius: 8px;
  border: 2px solid var(--lp-blue);
  color: var(--lp-blue);
  background: transparent;
  font-weight: 800;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.lp-step__btn:hover {
  background: rgba(37, 99, 235, 0.06);
}

.lp-steps-help {
  margin: 1.25rem 0 0;
}

/* Destaque do alvo quando clicar no modelo */
.lp-install-box:target {
  outline: 3px solid rgba(37, 99, 235, 0.18);
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.08);
}

.lp-install-grid {
  display: grid;
  gap: 1rem;
}

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

/* Mostrar uma instrução por vez (seleção do modelo) */
.lp-install-grid[data-install-steps] .lp-install-box {
  display: none;
}

.lp-install-grid[data-install-steps] .lp-install-box.is-open {
  display: block;
}

.lp-pick-card.is-active {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
}

.lp-install-box {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.lp-install-box h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--lp-dark);
}

.lp-install-box p {
  margin: 0 0 0.9rem;
  color: var(--lp-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.lp-install-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.55;
}

.lp-install-list li {
  margin: 0.35rem 0;
}

.lp-install-note {
  margin-top: 1.25rem;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 12px;
  padding: 0.95rem 1.1rem;
  color: var(--lp-muted);
  font-size: 0.875rem;
}

.lp-install-note a {
  color: var(--lp-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.lp-page .site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--lp-border);
}

body.lp-page .header-actions .btn--primary {
  background: var(--lp-accent) !important;
  color: #fff !important;
  border: none;
  box-shadow: 0 2px 10px rgba(22, 163, 74, 0.35);
}

body.lp-page .header-actions .btn--primary:hover {
  background: var(--lp-accent-hover) !important;
  color: #fff !important;
}

/* Faixa verde do cupom + header: fixos juntos ao rolar (index) */
.lp-sticky-top {
  position: sticky;
  top: 0;
  z-index: 150;
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.12);
}

body.lp-page .lp-sticky-top .site-header {
  position: relative;
  top: auto;
  z-index: 1;
}

body.lp-page:has(.lp-sticky-top) {
  --lp-coupon-bar-offset: 6rem;
}

html:has(body.lp-page .lp-sticky-top) {
  scroll-padding-top: calc(var(--header-h) + var(--lp-coupon-bar-offset) + 18px);
}

body.lp-page:has(.lp-sticky-top) section[id],
body.lp-page:has(.lp-sticky-top) main [id] {
  scroll-margin-top: calc(var(--header-h) + var(--lp-coupon-bar-offset) + 18px);
}

body.lp-page:has(.lp-sticky-top) .mobile-nav {
  inset: calc(var(--header-h) + var(--lp-coupon-bar-offset)) 0 0 0;
}

body.lp-page:has(.lp-sticky-top) .mobile-nav.is-open {
  z-index: 180;
}

.lp-topbar {
  background: var(--lp-gold-bg);
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #713f12;
  letter-spacing: 0.02em;
}

/* Faixa do cupom DESCONTO50 (index) */
.lp-topbar--coupon {
  background: linear-gradient(105deg, #0f172a 0%, #14532d 42%, #166534 100%);
  color: #f8fafc;
  text-align: left;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.lp-coupon-bar__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
}

.lp-coupon-bar__text {
  margin: 0;
  font-size: clamp(0.72rem, 2.1vw, 0.8125rem);
  font-weight: 600;
  line-height: 1.45;
  flex: 1 1 16rem;
}

.lp-coupon-bar__tag {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  background: rgba(254, 240, 138, 0.2);
  color: #fef08a;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

.lp-coupon-bar__code-box {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: 0 0.15rem 0 0;
  padding: 0.12rem 0.45rem;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.6) 100%);
  border: 1px solid rgba(254, 240, 138, 0.65);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.lp-coupon-bar__code {
  margin: 0;
  font-family:
    ui-monospace,
    "Cascadia Mono",
    "Segoe UI Mono",
    "Roboto Mono",
    Consolas,
    monospace;
  font-size: inherit;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fffbeb;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  font-variant-numeric: tabular-nums;
  line-height: 1.25;
}

.lp-coupon-bar__dash {
  opacity: 0.5;
  margin: 0 0.15rem;
}

.lp-coupon-bar__value {
  color: #bbf7d0;
  font-weight: 800;
}

.lp-coupon-bar__urgent {
  display: inline;
  color: #fecaca;
  font-weight: 700;
}

.lp-coupon-bar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.5rem;
  flex-shrink: 0;
}

.lp-coupon-bar__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.2rem 0.65rem;
  border-radius: 8px;
  font-size: clamp(0.72rem, 2vw, 0.8125rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.25);
}

.lp-coupon-bar__chip--timer {
  min-width: 4.5rem;
}

.lp-coupon-bar__chip--timer.lp-coupon-bar__chip--pulse {
  animation: lpCouponPulse 1.35s ease-in-out infinite;
}

@keyframes lpCouponPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(254, 240, 138, 0.35);
  }
  50% {
    box-shadow: 0 0 0 3px rgba(254, 240, 138, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-coupon-bar__chip--timer.lp-coupon-bar__chip--pulse {
    animation: none;
  }
}

.lp-coupon-bar__chip--slots {
  color: #fef08a;
  max-width: 14rem;
  text-align: center;
}

.lp-coupon-bar__copy {
  cursor: pointer;
  border: 1px solid rgba(254, 240, 138, 0.55);
  background: rgba(254, 240, 138, 0.12);
  color: #fef9c3;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
}

.lp-coupon-bar__copy:hover {
  background: rgba(254, 240, 138, 0.22);
  color: #fff;
}

.lp-coupon-bar__copy:focus-visible {
  outline: 2px solid #fef08a;
  outline-offset: 2px;
}

.lp-coupon-bar--critical {
  box-shadow: inset 0 -3px 0 0 rgba(248, 113, 113, 0.55);
}

@media (max-width: 520px) {
  .lp-coupon-bar__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-coupon-bar__actions {
    justify-content: center;
  }
}

/* Hero — layout claro, fluido, card escuro à direita */
.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 2.75rem 0 3.5rem;
  border-bottom: 1px solid var(--lp-border);
}

.lp-hero--light {
  background-color: #f8fafc;
  color: var(--lp-dark);
  background-image: radial-gradient(ellipse 100% 70% at 0% 0%, rgba(37, 99, 235, 0.07), transparent 55%),
    radial-gradient(ellipse 80% 50% at 100% 100%, rgba(22, 163, 74, 0.06), transparent 50%);
}

.lp-hero--light::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(148, 163, 184, 0.2) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.5;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
}

.lp-hero .container {
  position: relative;
  z-index: 1;
}

.lp-hero__grid {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 900px) {
  .lp-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 3rem;
    align-items: stretch;
  }
}

.lp-hero__copy {
  max-width: 36rem;
}

@media (min-width: 900px) {
  .lp-hero__copy {
    max-width: none;
  }
}

.lp-hero--light .lp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 1rem;
  padding: 0.4rem 0.95rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1e40af;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
}

.lp-hero__title {
  margin: 0 0 1.15rem;
  font-size: clamp(1.7rem, 4.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.035em;
  color: #0f172a;
  text-wrap: balance;
}

.lp-hero__product {
  color: var(--lp-blue);
  white-space: nowrap;
}

.lp-hero__product-rotator {
  display: inline-grid;
  vertical-align: baseline;
  position: relative;
  margin-inline: 0.15em;
}

.lp-hero__product-rotator .lp-hero__product {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(6px);
  filter: blur(0.2px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.lp-hero__product-rotator .lp-hero__product.is-active {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .lp-hero__product-rotator .lp-hero__product,
  .lp-hero__product-rotator .lp-hero__product.is-active {
    transition: none;
    transform: none;
  }
}

/* Pulse discreto para CTAs do WhatsApp */
@keyframes lp-whatsapp-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(34, 197, 94, 0.18);
  }
}

body.lp-page a.is-whatsapp-pulse[href*="wa.me"] {
  position: relative;
}

body.lp-page a.is-whatsapp-pulse[href*="wa.me"].btn--whatsapp,
body.lp-page a.is-whatsapp-pulse[href*="wa.me"].btn--outline,
body.lp-page a.is-whatsapp-pulse[href*="wa.me"].btn--primary {
  animation: lp-whatsapp-pulse 1.9s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  body.lp-page a.is-whatsapp-pulse[href*="wa.me"].btn--whatsapp,
  body.lp-page a.is-whatsapp-pulse[href*="wa.me"].btn--outline,
  body.lp-page a.is-whatsapp-pulse[href*="wa.me"].btn--primary {
    animation: none;
  }
}

/* Certificado (card da direita) — detalhes extras */
.lp-cert-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.lp-cert-card__badges {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lp-cert-card__line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(148, 163, 184, 0.25), rgba(148, 163, 184, 0.08));
  margin: 0.9rem 0 1rem;
  position: relative;
  overflow: hidden;
}

.lp-cert-card__line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  transform: translateX(-40%);
  animation: lp-shimmer 2.2s ease-in-out infinite;
}

@keyframes lp-shimmer {
  0% {
    transform: translateX(-60%);
  }
  100% {
    transform: translateX(60%);
  }
}

.lp-cert-card__chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1.05rem;
}

.lp-cert-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #e2e8f0;
  white-space: nowrap;
}

.lp-cert-chip--ghost {
  background: transparent;
  color: #94a3b8;
  border-color: rgba(148, 163, 184, 0.25);
}

.lp-cert-chip--blue {
  background: rgba(37, 99, 235, 0.18);
  color: #bfdbfe;
  border-color: rgba(37, 99, 235, 0.22);
}

.lp-cert-chip--green {
  background: rgba(34, 197, 94, 0.18);
  color: #bbf7d0;
  border-color: rgba(34, 197, 94, 0.22);
}

.lp-cert-card__meta-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 0.75rem 1rem;
  align-items: end;
}

.lp-cert-card__meta-label {
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.lp-hero__highlight {
  margin: 0 0 0.9rem;
  padding: 1rem 1.2rem;
  border-radius: 14px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(219, 234, 254, 0.5));
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.06);
}

.lp-hero__highlight p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #1e3a8a;
}

.lp-hero__highlight strong {
  color: #1d4ed8;
  font-weight: 700;
}

.lp-hero__note {
  margin: 0 0 1.5rem;
  padding: 0.95rem 1.1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--lp-border);
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.05);
}

/* Removido a pedido: caixa “Validação online” no hero */
.lp-hero__note {
  display: none !important;
}

.lp-hero__note p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--lp-muted);
}

.lp-hero__note-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
}

.lp-hero__note a {
  color: var(--lp-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-hero__note a:hover {
  color: #1d4ed8;
}

.lp-hero__ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

@media (min-width: 540px) {
  .lp-hero__ctas {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
}

.lp-hero__ctas-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
}

.lp-btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.65rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff !important;
  background: var(--lp-accent) !important;
  border: none;
  border-radius: 999px;
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(22, 163, 74, 0.38);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.lp-btn-hero:hover {
  background: var(--lp-accent-hover) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(22, 163, 74, 0.42);
}

.lp-online {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #475569;
}

.lp-hero--light .lp-online {
  color: #475569;
}

.lp-online::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lp-accent);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.35);
  animation: lp-pulse 2s ease infinite;
}

@keyframes lp-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.lp-hero__phone {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--lp-dark);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.lp-hero__phone:hover {
  border-color: rgba(37, 99, 235, 0.35);
  color: var(--lp-blue);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
}

/* Card de certificado — tema escuro sobre hero claro */
.lp-cert-card {
  border-radius: 18px;
  padding: 1.35rem 1.45rem;
  align-self: center;
  width: 100%;
  max-width: 380px;
  margin-inline: auto;
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 52%, #0c1929 100%);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 900px) {
  .lp-cert-card {
    margin-inline: 0;
    margin-left: auto;
  }

  .lp-cert-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 64px rgba(15, 23, 42, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-cert-card {
    transition: none;
  }

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

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

  .lp-btn-hero:hover {
    transform: none;
  }
}

.lp-cert-card__label {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.lp-cert-card__title {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
}

.lp-cert-card__meta {
  font-size: 0.8125rem;
  color: #cbd5e1;
  margin: 0.3rem 0;
}

.lp-cert-card__pill {
  display: inline-block;
  margin-top: 0.85rem;
  padding: 0.4rem 0.7rem;
  background: rgba(34, 197, 94, 0.22);
  color: #86efac;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 8px;
  border: 1px solid rgba(34, 197, 94, 0.25);
}

.lp-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.75rem;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}

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

.lp-stat {
  text-align: center;
}

.lp-hero--light .lp-stat strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
}

.lp-hero--light .lp-stat span {
  font-size: 0.6875rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.lp-section {
  padding: 3rem 0;
}

.lp-section--alt {
  background: var(--lp-card);
  border-block: 1px solid var(--lp-border);
}

.lp-section__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.lp-section__head h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--lp-dark);
  letter-spacing: -0.02em;
}

.lp-section__head p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 1.0625rem;
}

/* Seção “Por que Accertive” — destaques azuis, ícones e cards elevados */
.lp-section--why {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f1f5f9 100%);
  position: relative;
}

.lp-section--why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 45% at 50% 0%, rgba(37, 99, 235, 0.06), transparent 60%);
  pointer-events: none;
}

.lp-section--why .container {
  position: relative;
  z-index: 1;
}

.lp-title-accent {
  color: var(--lp-blue);
}

.lp-why-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .lp-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-why-card {
  background: var(--lp-card);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.07), 0 2px 8px rgba(15, 23, 42, 0.03);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.lp-why-card:hover {
  box-shadow: 0 16px 48px rgba(37, 99, 235, 0.12), 0 4px 12px rgba(15, 23, 42, 0.06);
  transform: translateY(-2px);
}

.lp-why-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--lp-blue-soft) 0%, #dbeafe 100%);
  border: 1px solid rgba(59, 130, 246, 0.25);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  color: var(--lp-blue-icon);
}

.lp-why-card__icon svg {
  width: 28px;
  height: 28px;
}

.lp-why-card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.lp-why-card__sub {
  margin: 0 0 1.1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--lp-muted);
}

.lp-why-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.45;
}

.lp-why-list li:last-child {
  margin-bottom: 0;
}

.lp-why-list__ico {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-top: 0.1rem;
  color: var(--lp-blue-icon);
}

.lp-why-list__ico svg {
  width: 22px;
  height: 22px;
  display: block;
}

.lp-product-row {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-product-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-product-card {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
}

.lp-product-card--hot {
  border-color: rgba(22, 163, 74, 0.45);
  box-shadow: 0 8px 28px rgba(22, 163, 74, 0.12);
}

.lp-product-card .tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--lp-accent);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.lp-product-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 800;
}

.lp-product-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--lp-muted);
}

.lp-about {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  color: var(--lp-muted);
  line-height: 1.65;
}

.lp-compare {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--lp-border);
  background: var(--lp-card);
}

.lp-compare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
  min-width: 520px;
}

.lp-compare th,
.lp-compare td {
  padding: 0.875rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--lp-border);
}

.lp-compare th {
  background: #f8fafc;
  font-weight: 800;
  color: var(--lp-dark);
}

.lp-compare .ok {
  color: var(--lp-accent);
  font-weight: 700;
}

/* Como funciona — passos com círculos e linha conectora */
.lp-section--how {
  background: #fff;
}

.lp-how-title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.lp-how-title__dark {
  color: #0f172a;
}

.lp-how-title__blue {
  color: var(--lp-blue);
}

.lp-how-steps {
  display: grid;
  gap: 2.25rem;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .lp-how-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: flex-start;
  }

  .lp-how-steps::before {
    content: "";
    position: absolute;
    left: 12%;
    right: 12%;
    top: 44px;
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
  }
}

.lp-how-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 0.35rem;
}

.lp-how-circle {
  width: 92px;
  height: 92px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--lp-blue);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.lp-how-circle__label {
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--lp-blue);
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

.lp-how-circle__num {
  font-size: 1.85rem;
  font-weight: 800;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
}

.lp-how-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 0.85rem;
  color: var(--lp-blue-icon);
}

.lp-how-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-how-step h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  font-weight: 800;
  color: #0f172a;
}

.lp-how-step p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lp-muted);
  line-height: 1.55;
  max-width: 28ch;
  margin-inline: auto;
}

.lp-pick-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 900px) {
  .lp-pick-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lp-pick {
  display: block;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  border: 1px solid var(--lp-border);
  background: var(--lp-card);
  font-weight: 700;
  color: var(--lp-dark) !important;
  text-decoration: none !important;
  text-align: center;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.lp-pick:hover {
  border-color: var(--lp-accent);
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.15);
}

.lp-val-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .lp-val-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-val-box {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 1.5rem;
}

.lp-val-box h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
}

.lp-val-box p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lp-muted);
}

.lp-offer-band {
  text-align: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-radius: 16px;
  border: 1px solid #fcd34d;
}

.lp-offer-band h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #713f12;
}

.lp-offer-band p {
  margin: 0 0 1.25rem;
  color: #92400e;
  font-size: 0.9375rem;
}

/* Depoimentos — estilo avaliações Google */
.lp-section--google-reviews {
  background: #f1f5f9;
}

.lp-gr-head {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.lp-gr-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1e40af;
  background: #dbeafe;
  margin-bottom: 1rem;
}

.lp-gr-badge-icon {
  flex-shrink: 0;
  color: #1d4ed8;
}

.lp-gr-head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 3.5vw, 1.85rem);
  font-weight: 800;
  color: var(--lp-dark);
  letter-spacing: -0.02em;
}

.lp-gr-accent {
  color: var(--lp-blue);
}

.lp-gr-sub {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--lp-muted);
  line-height: 1.5;
}

.lp-gr-google-trust {
  margin: 1.35rem auto 0;
  max-width: 36rem;
}

.lp-gr-google-trust__inner {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(30, 64, 175, 0.18);
  background: #fff;
  box-shadow: 0 6px 28px rgba(15, 23, 42, 0.07);
  text-align: left;
}

.lp-gr-google-trust__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  flex-shrink: 0;
}

.lp-gr-google-mark {
  display: block;
}

.lp-gr-google-trust__word {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #5f6368;
  text-transform: uppercase;
}

.lp-gr-google-trust__body {
  flex: 1;
  min-width: 0;
}

.lp-gr-google-trust__stars {
  display: flex;
  gap: 0.12rem;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.02em;
}

.lp-gr-google-trust__star {
  color: #fbbc04;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.lp-gr-google-trust__line {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #0f172a;
}

.lp-gr-google-trust__line strong {
  color: var(--lp-dark);
  font-weight: 800;
}

.lp-gr-google-trust__hint {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--lp-muted);
  line-height: 1.45;
}

@media (max-width: 480px) {
  .lp-gr-google-trust__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .lp-gr-google-trust__body {
    text-align: center;
  }

  .lp-gr-google-trust__stars {
    justify-content: center;
  }
}

.lp-gr-grid {
  display: grid;
  gap: 1.25rem;
  min-height: 4rem;
}

@media (min-width: 900px) {
  .lp-gr-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .lp-gr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lp-gr-loading {
  grid-column: 1 / -1;
  text-align: center;
  margin: 0;
  padding: 2rem;
  color: var(--lp-muted);
  font-size: 0.9375rem;
}

.lp-gr-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 14px;
  padding: 1.25rem 1.35rem;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.lp-gr-stars {
  display: flex;
  gap: 0.15rem;
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
  line-height: 1;
}

.lp-gr-star {
  color: var(--lp-blue-icon);
}

.lp-gr-star.is-empty {
  color: #cbd5e1;
}

.lp-gr-body {
  flex: 1;
}

.lp-gr-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #1e293b;
}

.lp-gr-readmore {
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  font-weight: 600;
  color: var(--lp-blue);
  cursor: pointer;
  text-decoration: none;
}

.lp-gr-readmore:hover {
  text-decoration: underline;
}

.lp-gr-foot {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}

.lp-gr-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #1e3a8a 0%, #1e40af 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

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

.lp-gr-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--lp-dark);
}

.lp-gr-meta {
  font-size: 0.8125rem;
  color: var(--lp-muted);
}

.lp-gr-cta {
  text-align: center;
  margin: 1.75rem 0 0;
}

.lp-gr-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--lp-blue);
  text-decoration: none;
}

.lp-gr-link:hover {
  text-decoration: underline;
}

.lp-cta-final {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(135deg, var(--lp-dark) 0%, var(--lp-dark-mid) 100%);
  border-radius: 16px;
  color: #fff;
}

.lp-cta-final h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 3vw, 1.65rem);
}

.lp-cta-final p {
  margin: 0 0 1.25rem;
  opacity: 0.9;
}

.lp-cta-final .lp-btn-hero {
  margin: 0;
}

body.lp-page .site-footer {
  background: #020617;
}

body.lp-page .faq-item button {
  color: var(--lp-dark);
}

body.lp-page .embed-store {
  border-color: var(--lp-border);
}
