/* Landing page — layout sem o “caixote” padrão do template MVC */

html {
  scroll-behavior: smooth;
}

#para-quem,
#beneficios,
#como-funciona,
#comece-gratis,
#planos,
#prova-social {
  scroll-margin-top: 5.5rem;
}

.lp-body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1a1a2e;
  background: #fafafa;
}

.lp-main {
  flex: 1 0 auto;
}

/* Header / nav */
.lp-header {
  position: sticky;
  top: 0;
  z-index: 1030;
}

.lp-navbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.lp-nav-inner {
  max-width: 1120px;
}

.lp-brand {
  font-family: "Outfit", "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  color: #0f172a !important;
}

.lp-nav-link {
  font-weight: 500;
  font-size: 0.95rem;
  color: #475569 !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.375rem;
}

.lp-nav-link:hover {
  color: #0f172a !important;
  background: rgba(15, 23, 42, 0.05);
}

.lp-nav-toggler {
  border: none;
  padding: 0.35rem 0.5rem;
}

.lp-nav-toggler:focus {
  box-shadow: none;
}

/* Desktop: leve respiro entre “Começar grátis” e “Entrar” (sem colar, sem afastar demais) */
@media (min-width: 992px) {
  .lp-navbar-nav > .lp-nav-cta-item--secondary {
    margin-left: 0.65rem;
  }
}

/* Mobile: CTAs em faixa própria — largura total, empilhados (padrão SaaS), primário primeiro */
@media (max-width: 991.98px) {
  .lp-navbar #lpNav .navbar-collapse {
    padding-top: 0.25rem;
  }

  .lp-navbar #lpNav .navbar-nav .lp-nav-cta-item {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  .lp-navbar #lpNav .navbar-nav .lp-nav-cta-item--primary {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .lp-navbar #lpNav .navbar-nav .lp-nav-cta-btn {
    min-height: 2.85rem;
    padding: 0.6rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
  }

  .lp-navbar-nav > .lp-nav-cta-item--secondary {
    margin-left: 0;
  }

  /* FAB: desliza para a direita junto da abertura do menu (collapse ~350ms), sem “sumir” seco */
  .lp-body .cp-whatsapp-fab {
    transition:
      transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.25s ease,
      filter 0.15s ease,
      box-shadow 0.15s ease;
  }

  body.lp-body:has(#lpNav.show) .cp-whatsapp-fab,
  body.lp-body:has(#lpNav.collapsing) .cp-whatsapp-fab {
    transform: translate3d(calc(100% + 0.75rem), 0, 0);
    pointer-events: none;
  }

  body.lp-body:has(#lpNav.show) .cp-whatsapp-fab:hover,
  body.lp-body:has(#lpNav.collapsing) .cp-whatsapp-fab:hover {
    transform: translate3d(calc(100% + 0.75rem), -1px, 0);
  }

  body.lp-body:has(#lpNav.show) .cp-whatsapp-fab:active,
  body.lp-body:has(#lpNav.collapsing) .cp-whatsapp-fab:active {
    transform: translate3d(calc(100% + 0.75rem), 1px, 0);
  }
}

.lp-footer {
  flex-shrink: 0;
  background: #0f172a;
  color: #94a3b8;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Flash alerts inside landing */
.lp-main > .alert {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  border-radius: 0.75rem;
}

/* ——— Home SaaS (conversão) ——— */
.lp-home-container {
  max-width: 1120px;
}

.lp-home-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0b1220 0%, #1e3a5f 38%, #312e81 100%);
  color: #fff;
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(3rem, 7vw, 5.5rem);
}

.lp-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 90% 60% at 15% 30%, rgba(56, 189, 248, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 15%, rgba(167, 139, 250, 0.16), transparent 50%),
    radial-gradient(circle at 90% 85%, rgba(34, 211, 238, 0.1), transparent 40%);
  pointer-events: none;
}

.lp-home-hero__inner {
  position: relative;
  z-index: 1;
}

.lp-home-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a5f3fc;
  margin-bottom: 1rem;
}

.lp-home-title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.12;
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  max-width: 20ch;
  margin-bottom: 1.25rem;
}

.lp-home-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 38rem;
  margin-bottom: 0;
}

.lp-home-lead strong {
  color: #fff;
  font-weight: 600;
}

.lp-home-btn-primary {
  font-weight: 600;
  padding: 0.8rem 1.85rem;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #0f172a !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s var(--cp-pu-ease, cubic-bezier(0.4, 0, 0.2, 1)),
    box-shadow 0.2s var(--cp-pu-ease, cubic-bezier(0.4, 0, 0.2, 1));
}

.lp-home-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
  background: #fff !important;
  color: #0f172a !important;
}

.lp-home-btn-primary:focus-visible {
  outline: 2px solid #a5f3fc;
  outline-offset: 3px;
}

.lp-home-btn-secondary {
  font-weight: 600;
  padding: 0.8rem 1.65rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.06);
  color: #fff !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.lp-home-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff !important;
  transform: translateY(-1px);
}

.lp-home-btn-secondary:focus-visible {
  outline: 2px solid #c4b5fd;
  outline-offset: 3px;
}

.lp-home-hero__micro {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
}

/* Mobile / tablet: mesma hierarquia visual do texto principal — “Já tenho conta” legível */
@media (max-width: 991.98px) {
  .lp-home-hero__micro {
    font-size: 1.0625rem;
    line-height: 1.55;
  }
}

.lp-home-link-muted {
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.lp-home-link-muted:hover {
  color: #fff !important;
}

.lp-home-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  margin: 0 0.65rem;
  vertical-align: middle;
}

/* Mock dashboard */
.lp-home-mock-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.lp-home-mock {
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(15, 23, 42, 0.45);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.lp-home-mock:hover {
  transform: translateY(-3px);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.4);
}

.lp-home-mock__chrome {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-home-mock__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.lp-home-mock__dot:nth-child(1) {
  background: #fb7185;
}

.lp-home-mock__dot:nth-child(2) {
  background: #fbbf24;
}

.lp-home-mock__dot:nth-child(3) {
  background: #4ade80;
}

.lp-home-mock__url {
  margin-left: auto;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
  font-family: ui-monospace, monospace;
}

.lp-home-mock__body {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  min-height: 11.5rem;
}

.lp-home-mock__rail {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.85rem 0.65rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.15);
}

.lp-home-mock__rail-item {
  height: 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.lp-home-mock__rail-item--active {
  background: linear-gradient(90deg, #38bdf8, #818cf8);
}

.lp-home-mock__main {
  padding: 0.85rem 1rem 1rem;
}

.lp-home-mock__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.lp-home-mock__kpi {
  border-radius: 0.65rem;
  padding: 0.45rem 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.lp-home-mock__kpi-lbl {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.45);
}

.lp-home-mock__kpi-val {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #e0f2fe;
}

/* Mockup do hero: calendário de diárias */
.lp-home-mock__cal {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.lp-home-mock__cal-h {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  font-size: 0.55rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.lp-home-mock__cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
}

.lp-home-mock__day {
  aspect-ratio: 1;
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.58rem;
  color: rgba(255, 255, 255, 0.5);
}

.lp-home-mock__day--vazio {
  background: transparent;
  border-color: transparent;
}

.lp-home-mock__day--apontado {
  background: rgba(129, 140, 248, 0.28);
  border-color: rgba(129, 140, 248, 0.4);
  color: #e0e7ff;
  font-weight: 600;
}

.lp-home-mock__day--pago {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.4), rgba(129, 140, 248, 0.3));
  border-color: rgba(56, 189, 248, 0.5);
  color: #f0f9ff;
  font-weight: 700;
}

.lp-home-mock__legenda {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.45);
}

.lp-home-mock__legenda span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.lp-home-mock__legenda i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.15rem;
  display: inline-block;
}

.lp-home-mock__legenda i.apontado {
  background: rgba(129, 140, 248, 0.6);
}

.lp-home-mock__legenda i.pago {
  background: linear-gradient(135deg, #38bdf8, #818cf8);
}

.lp-home-glass-card {
  border-radius: 1.15rem;
  padding: 1.35rem 1.5rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.lp-home-glass-card__title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #e0f2fe;
  margin-bottom: 0.75rem;
}

.lp-home-glass-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-home-glass-card__list li {
  position: relative;
  padding: 0.35rem 0 0.35rem 1.4rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.lp-home-glass-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4ade80;
  font-weight: 700;
}

.lp-home-glass-card code {
  font-size: 0.78rem;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.1rem 0.35rem;
  border-radius: 0.35rem;
  color: #e0f2fe;
}

/* Sections */
.lp-home-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.lp-home-section--light {
  background: #fff;
}

.lp-home-section--muted {
  background: #f8fafc;
}

.lp-home-section--plans {
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
}

.lp-home-h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.55rem, 3vw, 2rem);
  color: #0f172a;
}

.lp-home-sub {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40rem;
}

/* Pillars */
.lp-home-pillar {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.lp-home-pillar:hover {
  border-color: #cbd5e1;
  box-shadow: 0 14px 44px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}

.lp-home-pillar__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(88, 86, 214, 0.16) 0%, rgba(14, 165, 233, 0.08) 100%);
  color: #5856d6;
}

.lp-home-pillar__title {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.45rem;
  color: #0f172a;
}

.lp-home-pillar__text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* Benefits */
.lp-home-benefit-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.lp-home-benefit {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-home-benefit:hover {
  border-color: #cbd5e1;
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.06);
}

.lp-home-benefit__check {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.18), rgba(14, 165, 233, 0.12));
  color: #0f766e;
}

.lp-home-benefit__title {
  display: block;
  font-size: 1rem;
  color: #0f172a;
  margin-bottom: 0.2rem;
}

.lp-home-benefit__desc {
  display: block;
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.55;
}

/* Steps */
.lp-home-step {
  height: 100%;
  text-align: center;
  padding: 1.75rem 1.25rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  position: relative;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.lp-home-step:hover {
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.07);
  transform: translateY(-2px);
}

.lp-home-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #6366f1);
  margin-bottom: 1rem;
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
}

.lp-home-step__title {
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.lp-home-step__text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0;
}

/* Mid conversion */
.lp-home-convert {
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: linear-gradient(120deg, #1e1b4b 0%, #312e81 42%, #0f172a 100%);
  color: #fff;
}

.lp-home-convert__panel {
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.lp-home-convert__title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  margin-bottom: 0.5rem;
}

.lp-home-convert__lead {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.6;
}

.lp-home-convert__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.35rem;
}

.lp-home-convert__tick {
  color: #4ade80;
  font-weight: 700;
  flex-shrink: 0;
}

.lp-home-btn-wide {
  min-height: 3.1rem;
  font-size: 1.05rem;
}

/* Pro spotlight + plan cards */
.lp-home-pro-spotlight {
  border-radius: 1.25rem;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 55%, #312e81 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.25);
}

.lp-home-pro-spotlight__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #a5f3fc;
}

.lp-home-pro-spotlight__title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  color: #fff;
}

.lp-home-pro-spotlight__text {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.lp-home-pro-spotlight__btn {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-home-pro-spotlight__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.lp-home-plan-card {
  border-radius: 1.15rem;
  padding: 2rem;
  height: 100%;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.lp-home-plan-card:hover {
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.lp-home-plan-card__list {
  color: #475569;
}

.lp-home-plan-card__check {
  color: #16a34a;
  font-weight: 700;
  margin-right: 0.35rem;
}

.lp-home-plan-card--pro {
  border-color: #0f172a;
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color: #fff;
}

.lp-home-plan-card--pro .text-muted {
  color: rgba(255, 255, 255, 0.65) !important;
}

.lp-home-plan-card--pro ul {
  color: rgba(255, 255, 255, 0.92);
}

.lp-home-plan-card__cta {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-home-plan-card__cta:hover {
  transform: translateY(-1px);
}

/* Proof + risk */
.lp-home-proof-card {
  height: 100%;
  padding: 1.5rem 1.35rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-home-proof-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}

.lp-home-proof-card__kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6366f1;
  margin-bottom: 0.65rem;
}

.lp-home-proof-card__body {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.6;
}

.lp-home-risk {
  padding: 2rem 0 2.5rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.lp-home-risk__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem 2.5rem;
}

.lp-home-risk__item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.95rem;
  color: #475569;
  max-width: 20rem;
}

.lp-home-risk__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(88, 86, 214, 0.12), rgba(14, 165, 233, 0.1));
  color: #5856d6;
}

/* Final CTA */
.lp-home-cta-final {
  background: linear-gradient(95deg, #0ea5e9 0%, #6366f1 48%, #7c3aed 100%);
  color: #fff;
  padding: clamp(3rem, 7vw, 4.5rem) 0;
  text-align: center;
}

.lp-home-cta-final__title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.lp-home-cta-final__lead {
  font-size: 1.1rem;
  opacity: 0.94;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-home-cta-final__btn {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-home-cta-final__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.22);
}

.lp-home-cta-final__btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  .lp-home-title {
    max-width: none;
  }

  .lp-home-mock__body {
    min-height: 10rem;
  }
}

@media (max-width: 575.98px) {
  .lp-home-risk__row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ——— Páginas legais (Privacy) — mesmo shell da landing ——— */
.lp-legal__hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #0b1220 0%, #1e3a5f 38%, #312e81 100%);
  color: #fff;
  padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

.lp-legal__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 90% 60% at 15% 30%, rgba(56, 189, 248, 0.16), transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 15%, rgba(167, 139, 250, 0.14), transparent 50%);
  pointer-events: none;
}

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

.lp-legal__eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a5f3fc;
  margin-bottom: 0.65rem;
}

.lp-legal__title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  line-height: 1.15;
  margin-bottom: 0.5rem;
  max-width: 22ch;
}

.lp-legal__meta {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

.lp-legal__wrap {
  margin-top: -1.75rem;
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
  position: relative;
  z-index: 2;
}

.lp-legal__paper {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.lp-legal__body {
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #334155;
}

.lp-legal__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 1.75rem;
}

.lp-legal__body h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-top: 1.75rem;
  margin-bottom: 0.65rem;
  padding-top: 0.25rem;
}

.lp-legal__body h2:first-of-type {
  margin-top: 0;
}

.lp-legal__body p {
  margin-bottom: 0.85rem;
}

.lp-legal__body ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.lp-legal__body li {
  margin-bottom: 0.4rem;
}

.lp-legal__body li::marker {
  color: #6366f1;
}

.lp-legal__body a {
  color: #4f46e5;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.lp-legal__body a:hover {
  color: #312e81;
}

.lp-legal__actions {
  padding: 1.25rem clamp(1.25rem, 4vw, 2.5rem) 1.5rem;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 0 0 1.15rem 1.15rem;
}

.lp-legal__btn {
  font-weight: 600;
  border-radius: 999px;
  padding: 0.6rem 1.35rem;
  border: 2px solid #0f172a;
  background: #fff;
  color: #0f172a !important;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.lp-legal__btn:hover {
  background: #0f172a;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.15);
}

.lp-legal__btn:focus-visible {
  outline: 2px solid #6366f1;
  outline-offset: 3px;
}

.lp-legal__icon-back {
  display: inline-flex;
  transform: rotate(180deg);
  line-height: 1;
}

@media (max-width: 575.98px) {
  .lp-legal__wrap {
    margin-top: -1.25rem;
  }

  .lp-legal__title {
    max-width: none;
  }
}

/* ---------- Convite para instalar como app (home) ---------- */
/* Fica oculto até o ~/js/pwa.js decidir se o navegador atual pode instalar. */

.lp-instalar {
  background: #fff;
  padding: 0 0 clamp(2rem, 4vw, 3rem);
}

.lp-instalar__card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
  padding: 1.35rem 3rem 1.35rem 1.35rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.lp-instalar__icone {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9rem;
  background: #5856d6;
  box-shadow: 0 6px 18px rgba(88, 86, 214, 0.32);
}

.lp-instalar__titulo {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.35rem;
}

.lp-instalar__lead {
  font-size: 0.925rem;
  line-height: 1.5;
  color: #64748b;
  margin: 0 0 1rem;
}

.lp-instalar__btn {
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 999px;
  background: #5856d6;
  color: #fff;
}

.lp-instalar__btn:hover,
.lp-instalar__btn:focus {
  background: #4644c4;
  color: #fff;
}

.lp-instalar__btn:focus-visible {
  outline: 2px solid #5856d6;
  outline-offset: 3px;
}

/* Passo a passo do iOS: numeração própria porque o list-style padrão desalinha com o recuo do card. */
.lp-instalar__passos {
  counter-reset: passo;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  color: #334155;
}

.lp-instalar__passos li {
  counter-increment: passo;
  position: relative;
  padding-left: 1.85rem;
  margin-bottom: 0.45rem;
}

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

.lp-instalar__passos li::before {
  content: counter(passo);
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.35rem;
  height: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #5856d6;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}

.lp-instalar__fechar {
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #94a3b8;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.lp-instalar__fechar:hover {
  background: #e2e8f0;
  color: #475569;
}

@media (max-width: 575.98px) {
  .lp-instalar__card {
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.15rem 1.15rem 1.25rem;
  }
}
