/* ==========================================================================
   VistoFácil — Landing (home pública, antes do login) — TEMA CLARO
   ========================================================================== */

.lp {
  /* A landing é BRANCA/limpa (igual ao mockup). Sobrescreve os tokens
     quentes só aqui, sem afetar o app interno. */
  --vf-bg: #ffffff;
  --vf-surface: #ffffff;
  --vf-surface-2: #f4f6f9;
  --vf-borda: #e7eaf0;
  --vf-borda-forte: #d8dce4;

  overflow-x: hidden;
  min-height: 100vh;
  background: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 0%, #f8f9fc 70%, #f4f6f9 100%);
}
.lp-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ====================== NAV ====================== */
.lp-nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--vf-borda);
}
.lp-nav__inner { display: flex; align-items: center; gap: 18px; padding: 14px 24px; max-width: 1280px; margin: 0 auto; }
.lp-logo { display: flex; align-items: center; gap: 10px; font-size: 1.4rem; font-weight: 800; letter-spacing: -.3px; color: #15181d; }
.lp-logo img { height: 38px; width: auto; }
.lp-logo b { color: var(--vf-laranja); font-weight: 800; }
/* logo COMPLETA (símbolo + VistoFácil) como imagem */
.lp-logo .lp-logo-full { height: 30px; width: auto; }
.lp-ph-head__logo .lp-logo-full { height: 16px; width: auto; }
.lp-footer__inner .lp-logo .lp-logo-full { height: 24px; }

.lp-nav__links { display: flex; align-items: center; gap: 4px; margin-left: 18px; list-style: none; }
.lp-nav__link {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 9px 13px; border-radius: 10px; cursor: pointer;
  color: var(--vf-texto-suave); font-size: .92rem; font-weight: 600;
}
.lp-nav__link:hover { background: var(--vf-surface-2); color: var(--vf-texto); }
.lp-nav__link svg { width: 14px; height: 14px; opacity: .7; }

.lp-nav__acoes { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: .92rem; cursor: pointer; border: none;
  padding: 11px 20px; border-radius: var(--vf-raio-pill); transition: all .15s ease;
  white-space: nowrap;
}
.lp-btn--linha { background: #fff; color: var(--vf-laranja); border: 1.5px solid var(--vf-borda-laranja); }
.lp-btn--linha:hover { background: #fff6ef; }
.lp-btn--cheio { background: var(--vf-grad-laranja); color: #fff; box-shadow: var(--vf-sombra-laranja); }
.lp-btn--cheio:hover { box-shadow: 0 10px 26px rgba(245, 124, 47, .45); }
.lp-nav__burger { display: none; background: none; border: none; cursor: pointer; color: var(--vf-texto); padding: 6px; }
.lp-nav__burger svg { width: 26px; height: 26px; }

/* ====================== HERO ====================== */
.lp-hero { position: relative; }
.lp-hero__inner {
  max-width: 1280px; margin: 0 auto; padding: 56px 24px 40px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
}
.lp-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff3ea; color: var(--vf-laranja-escuro);
  border: 1px solid #ffd9bd; border-radius: var(--vf-raio-pill);
  padding: 7px 15px; font-size: .82rem; font-weight: 700; margin-bottom: 22px;
}
.lp-badge svg { width: 15px; height: 15px; color: var(--vf-laranja); }

.lp-hero__titulo { font-size: 3.2rem; line-height: 1.08; font-weight: 800; letter-spacing: -1.5px; color: var(--vf-texto); }
.lp-hero__titulo .laranja { color: var(--vf-laranja); }
.lp-hero__sub { font-size: 1.08rem; line-height: 1.55; color: var(--vf-texto-fraco); margin-top: 20px; max-width: 520px; }

/* Cards de papel */
.lp-roles { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.lp-role {
  background: #fff5ee; border: 1px solid #ffe2cc; border-radius: 18px; padding: 20px;
}
.lp-role__ico {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--vf-grad-laranja); color: #fff; box-shadow: var(--vf-sombra-laranja); margin-bottom: 12px;
}
.lp-role__ico svg { width: 26px; height: 26px; }
.lp-role h3 { font-size: 1.1rem; font-weight: 800; }
.lp-role p { font-size: .9rem; color: var(--vf-texto-fraco); margin: 4px 0 16px; line-height: 1.45; }
.lp-role .lp-btn { width: 100%; }

/* Features (4 colunas) */
.lp-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.lp-feature__ico { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid var(--vf-borda-laranja); display: grid; place-items: center; color: var(--vf-laranja); margin-bottom: 10px; }
.lp-feature__ico svg { width: 22px; height: 22px; }
.lp-feature strong { display: block; font-size: .92rem; font-weight: 800; }
.lp-feature span { font-size: .8rem; color: var(--vf-texto-fraco); line-height: 1.4; }

/* Visual (celular + blob) */
.lp-hero__visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 540px; }
.lp-blob {
  position: absolute; right: -120px; bottom: -80px; width: 560px; height: 560px;
  background: radial-gradient(circle at 40% 35%, #ff9f3b, #f57c2f 70%);
  border-radius: 46% 54% 50% 50% / 52% 48% 52% 48%;
  z-index: 0; opacity: .96;
}
.lp-blob--2 {
  position: absolute; right: 40px; top: -30px; width: 120px; height: 120px;
  background: #ffd9bd; border-radius: 50%; z-index: 0;
}

/* Celular */
.lp-phone {
  position: relative; z-index: 2; width: 300px; height: 600px;
  background: #11151c; border-radius: 46px; padding: 12px;
  box-shadow: 0 30px 60px rgba(20, 30, 50, .35);
}
.lp-phone__tela { position: relative; width: 100%; height: 100%; background: #fff; border-radius: 36px; overflow: hidden; display: flex; flex-direction: column; }
.lp-phone__notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 130px; height: 26px; background: #11151c; border-radius: 0 0 16px 16px; z-index: 5; }
.lp-ph-status { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px 4px; font-size: .72rem; font-weight: 700; color: var(--vf-texto); }
.lp-ph-status svg { width: 15px; height: 15px; }
.lp-ph-status .dir { display: inline-flex; gap: 5px; align-items: center; }
.lp-ph-head { display: flex; align-items: center; gap: 8px; padding: 6px 16px 10px; }
.lp-ph-head__logo { display: flex; align-items: center; gap: 5px; font-weight: 800; font-size: .92rem; }
.lp-ph-head__logo img { height: 22px; width: auto; }
.lp-ph-head__logo b { color: var(--vf-laranja); }
.lp-ph-head .burger { color: var(--vf-texto-suave); display: inline-flex; }
.lp-ph-head .sino { margin-left: auto; position: relative; color: var(--vf-texto-suave); display: inline-flex; }
.lp-ph-head .sino .b { position: absolute; top: -4px; right: -4px; background: var(--vf-laranja); color: #fff; font-size: .55rem; font-weight: 700; width: 13px; height: 13px; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid #fff; }
.lp-ph-head svg { width: 18px; height: 18px; }
.lp-ph-titulo { padding: 2px 16px 8px; font-size: .98rem; font-weight: 800; line-height: 1.25; }
.lp-ph-titulo .laranja { color: var(--vf-laranja); }

/* mini-radar do celular */
.lp-ph-mapa { position: relative; margin: 0 16px; height: 200px; border-radius: 16px; overflow: hidden;
  background: radial-gradient(circle at 35% 30%, #eef2f6, #e4eaf0); }
.lp-ph-mapa::before { content: ""; position: absolute; inset: -10%;
  background: repeating-linear-gradient(40deg, transparent 0 30px, rgba(150,160,175,.10) 30px 32px); }
.lp-ph-rings { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,124,47,.28) 0%, rgba(245,124,47,.12) 40%, transparent 70%); }
.lp-ph-rings::before { content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 30px, rgba(245,124,47,.25) 30px 31px); }
.lp-ph-pin { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-100%); z-index: 3; color: var(--vf-laranja); filter: drop-shadow(0 6px 10px rgba(245,124,47,.5)); }
.lp-ph-pin svg { width: 44px; height: 44px; }
.lp-ph-dot { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: #fff; border: 2px solid var(--vf-laranja); transform: translate(-50%,-50%); box-shadow: 0 2px 5px rgba(0,0,0,.15); z-index: 2; }

.lp-ph-online { display: flex; align-items: center; gap: 6px; padding: 12px 16px 4px; font-size: .74rem; font-weight: 700; }
.lp-ph-online .ok { margin-left: auto; color: var(--vf-sucesso); display: inline-flex; align-items: center; gap: 4px; font-size: .72rem; }
.lp-ph-online .ok i { width: 7px; height: 7px; border-radius: 50%; background: var(--vf-sucesso); }
.lp-ph-avatares { display: flex; align-items: center; padding: 6px 16px 10px; }
.lp-ph-avatares img, .lp-ph-avatares .av, .lp-ph-avatares .mais {
  width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px; object-fit: cover; }
.lp-ph-avatares .av { display: grid; place-items: center; }
.lp-ph-avatares .av svg { width: 22px; height: 22px; color: #fff; }
.lp-ph-avatares > :first-child { margin-left: 0; }
.lp-ph-avatares .mais { background: var(--vf-surface-2); color: var(--vf-texto-fraco); font-size: .68rem; font-weight: 700; display: grid; place-items: center; }
.lp-ph-cta { margin: auto 16px 16px; background: var(--vf-grad-laranja); color: #fff; text-align: center; font-weight: 700; font-size: .9rem; padding: 13px; border-radius: 12px; box-shadow: var(--vf-sombra-laranja); }

/* ====================== STATS ====================== */
.lp-stats { max-width: 1280px; margin: 0 auto; padding: 10px 24px 0; }
.lp-stats__card {
  background: #fff; border: 1px solid var(--vf-borda); border-radius: 20px; box-shadow: var(--vf-sombra-card);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding: 22px 26px;
}
.lp-stat { display: flex; align-items: center; gap: 14px; }
.lp-stat svg { width: 34px; height: 34px; color: var(--vf-laranja); flex: 0 0 auto; }
.lp-stat b { display: block; font-size: 1.5rem; font-weight: 800; line-height: 1; }
.lp-stat span { font-size: .82rem; color: var(--vf-texto-fraco); }

/* ====================== TRUST ====================== */
.lp-trust { max-width: 1280px; margin: 0 auto; padding: 38px 24px 50px; }
.lp-trust__titulo { font-size: .8rem; font-weight: 700; color: var(--vf-texto-mute); letter-spacing: .5px; margin-bottom: 18px; }
.lp-trust__logos { display: flex; align-items: center; gap: 38px; flex-wrap: wrap; }
.lp-emp { font-size: 1.25rem; font-weight: 800; color: #94a3b3; letter-spacing: -.5px; }
.lp-trust__mais { font-size: .85rem; color: var(--vf-texto-mute); font-weight: 600; }

/* ====================== FOOTER ====================== */
.lp-footer { background: #fff; border-top: 1px solid var(--vf-borda); padding: 26px 24px; }
.lp-footer__inner { max-width: 1280px; margin: 0 auto; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--vf-texto-fraco); font-size: .82rem; }
.lp-footer__inner .lp-logo { font-size: 1.1rem; }
.lp-footer__inner .lp-logo img { height: 28px; }
.lp-footer__dir { margin-left: auto; }

/* ====================== MENU MOBILE ====================== */
.lp-mobmenu { display: flex; position: fixed; inset: 0 0 0 auto; width: 280px; max-width: 84vw; background: #fff; z-index: 80;
  box-shadow: -10px 0 40px rgba(0,0,0,.15); padding: 20px; transform: translateX(100%); transition: transform .25s ease; flex-direction: column; gap: 6px; overflow-y: auto; }
.lp-mobmenu.aberto { transform: translateX(0); }
.lp-mobmenu a { padding: 12px 10px; border-radius: 10px; color: var(--vf-texto); font-weight: 600; }
.lp-mobmenu a:hover { background: var(--vf-surface-2); }
.lp-mobmenu .lp-btn { width: 100%; margin-top: 6px; }
.lp-backdrop { display: none; position: fixed; inset: 0; background: rgba(15,22,33,.45); z-index: 70; }
.lp-backdrop.ativo { display: block; }

/* ========================================================================
   MEDIA QUERIES
   ======================================================================== */
@media (max-width: 1080px) {
  .lp-hero__titulo { font-size: 2.7rem; }
  .lp-nav__links { display: none; }
  .lp-nav__burger { display: inline-flex; }
}

@media (max-width: 860px) {
  .lp-hero__inner { grid-template-columns: 1fr; gap: 28px; }
  .lp-hero__visual { order: -1; min-height: auto; margin-bottom: 10px; }
  .lp-blob { right: -80px; bottom: -40px; width: 420px; height: 420px; }
  .lp-stats__card { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .lp-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .lp-hero__inner { padding-top: 32px; }
  .lp-hero__titulo { font-size: 2.2rem; letter-spacing: -1px; }
  .lp-roles { grid-template-columns: 1fr; }
  .lp-phone { width: 260px; height: 520px; }
  .lp-trust__logos { gap: 22px; }
  .lp-emp { font-size: 1.05rem; }
  .lp-footer__dir { margin-left: 0; }
  /* header: Entrar + Cadastrar lado a lado, compactos p/ caber com o menu */
  .lp-nav__acoes { gap: 7px; }
  .lp-nav__acoes .lp-btn { padding: 8px 13px; font-size: .82rem; }
  .lp-nav__burger { padding: 4px; }
  .lp-nav__burger svg { width: 23px; height: 23px; }
}

/* ====================== CARDS DE PAPEL HORIZONTAIS ====================== */
.lp-role2 { display: flex; align-items: center; gap: 13px; padding: 15px 18px; border-radius: 16px; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; }
.lp-role2:hover { transform: translateY(-2px); }
.lp-role2__ico { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.lp-role2__ico svg { width: 24px; height: 24px; }
.lp-role2__txt { flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.25; }
.lp-role2__txt strong { font-size: 1.05rem; font-weight: 800; }
.lp-role2__txt span { font-size: .82rem; }
.lp-role2__seta svg { width: 20px; height: 20px; }

.lp-role2--sol { background: var(--vf-grad-laranja); color: #fff; box-shadow: var(--vf-sombra-laranja); }
.lp-role2--sol .lp-role2__ico { border: 2px solid rgba(255, 255, 255, .75); color: #fff; }
.lp-role2--sol .lp-role2__txt span { color: rgba(255, 255, 255, .9); }

.lp-role2--vis { background: #fff; border: 1.5px solid var(--vf-borda-laranja); color: var(--vf-texto); }
.lp-role2--vis .lp-role2__ico { background: #fff3ea; color: var(--vf-laranja); }
.lp-role2--vis .lp-role2__txt span { color: var(--vf-texto-fraco); }
.lp-role2--vis .lp-role2__seta { color: var(--vf-laranja); }

/* ====================== CENTRO/ONLINE DO CELULAR ====================== */
.lp-ph-centro { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 48px; height: 48px; border-radius: 50%; background: var(--vf-grad-laranja); color: #fff; display: grid; place-items: center; box-shadow: 0 6px 16px rgba(245, 124, 47, .55); z-index: 4; }
.lp-ph-centro svg { width: 26px; height: 22px; }
.lp-ph-online2 { padding: 12px 16px 2px; }
.lp-ph-online2 strong { display: block; font-size: .92rem; font-weight: 800; }
.lp-ph-online2 span { font-size: .76rem; color: var(--vf-texto-fraco); }

/* ====================== CARDS FLUTUANTES ====================== */
.lp-float { position: absolute; z-index: 5; background: #fff; border: 1px solid var(--vf-borda); border-radius: 14px; box-shadow: 0 14px 34px rgba(20, 30, 50, .16); padding: 10px 14px; display: flex; align-items: center; gap: 10px; }
.lp-float__face { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.lp-float__txt { display: flex; flex-direction: column; line-height: 1.2; }
.lp-float__txt strong { font-size: .92rem; font-weight: 800; }
.lp-float__disp { display: inline-flex; align-items: center; gap: 5px; font-size: .76rem; color: var(--vf-sucesso); font-weight: 600; }
.lp-float__disp i { width: 7px; height: 7px; border-radius: 50%; background: var(--vf-sucesso); }
.lp-float--v1 { top: 12%; right: 0; }
.lp-float--v2 { top: 33%; right: -6%; }
.lp-float--v3 { top: 55%; right: 2%; }
.lp-float--seg { bottom: 2%; right: -4%; max-width: 248px; align-items: flex-start; }
.lp-float--seg .lp-float__shield { width: 38px; height: 38px; border-radius: 10px; background: #fff3ea; color: var(--vf-laranja); display: grid; place-items: center; flex: 0 0 auto; }
.lp-float--seg .lp-float__shield svg { width: 20px; height: 20px; }
.lp-float--seg strong { font-size: .84rem; font-weight: 800; line-height: 1.25; }
.lp-float--seg span { font-size: .76rem; color: var(--vf-texto-fraco); line-height: 1.35; }

/* ============ Tela do celular: dashboard do vistoriador (igual ao app) ============ */
.lp-ph-head .sino .b { position: absolute; top: -4px; right: -4px; background: var(--vf-laranja); color: #fff; font-size: .55rem; font-weight: 700; width: 14px; height: 14px; border-radius: 50%; display: grid; place-items: center; border: 1.5px solid #fff; font-style: normal; }
.lp-ph-app { flex: 1; overflow: hidden; background: var(--vf-bg-grad, #fdf2e9); padding: 8px 13px 12px; display: flex; flex-direction: column; gap: 9px; }
.lp-ph-saud { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.lp-ph-saud strong { display: block; font-size: .9rem; font-weight: 800; color: var(--vf-texto); }
.lp-ph-saud > div span { font-size: .7rem; color: var(--vf-texto-fraco); }
.lp-ph-chip { background: #fff3ea; color: var(--vf-laranja); font-weight: 700; font-size: .66rem; padding: 4px 10px; border-radius: 999px; border: 1px solid var(--vf-borda); white-space: nowrap; }
.lp-ph-card { background: #fff; border: 1px solid var(--vf-borda); border-radius: 14px; padding: 9px 12px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.lp-ph-disp strong { display: block; font-size: .78rem; font-weight: 800; color: var(--vf-texto); }
.lp-ph-disp > div span { font-size: .64rem; color: var(--vf-texto-fraco); }
.lp-ph-switch { width: 40px; height: 23px; border-radius: 999px; background: #d7dde5; position: relative; flex: 0 0 auto; }
.lp-ph-switch.on { background: var(--vf-sucesso); }
.lp-ph-switch i { position: absolute; top: 2px; left: 2px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25); }
.lp-ph-switch.on i { left: 19px; }
.lp-ph-ganhos { background: var(--vf-grad-botao, linear-gradient(135deg,#ff8b1c,#f57c2f)); color: #fff; border-radius: 16px; padding: 12px 14px; box-shadow: var(--vf-sombra-laranja); }
.lp-ph-ganhos__top { display: flex; align-items: center; gap: 6px; font-size: .72rem; font-weight: 700; }
.lp-ph-ganhos__ico { display: inline-flex; }
.lp-ph-ganhos__ico svg { width: 15px; height: 15px; }
.lp-ph-ganhos__alta { margin-left: auto; background: rgba(255,255,255,.22); border-radius: 999px; padding: 2px 8px; font-size: .64rem; }
.lp-ph-ganhos__valor { font-size: 1.55rem; font-weight: 800; letter-spacing: -.5px; margin: 4px 0 2px; }
.lp-ph-ganhos__sub { font-size: .68rem; opacity: .96; }
.lp-ph-ganhos__sub b { font-weight: 800; }
.lp-ph-resumo { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.lp-ph-rcard { background: #fff; border: 1px solid var(--vf-borda); border-radius: 12px; padding: 8px 4px; text-align: center; }
.lp-ph-rcard strong { display: block; font-size: 1.05rem; font-weight: 800; color: var(--vf-laranja); }
.lp-ph-rcard span { font-size: .6rem; color: var(--vf-texto-fraco); }
.lp-ph-sec { display: flex; align-items: center; justify-content: space-between; font-size: .74rem; font-weight: 800; color: var(--vf-texto); }
.lp-ph-sec span { font-size: .62rem; font-weight: 700; color: var(--vf-laranja); }
.lp-ph-oferta { background: #fff; border: 1px solid var(--vf-borda); border-radius: 14px; padding: 9px 10px; display: flex; align-items: center; gap: 9px; }
.lp-ph-oferta__ico { width: 38px; height: 38px; border-radius: 10px; background: #fff3ea; color: var(--vf-laranja); display: grid; place-items: center; flex: 0 0 auto; }
.lp-ph-oferta__ico svg { width: 20px; height: 20px; }
.lp-ph-oferta__info { flex: 1; min-width: 0; line-height: 1.25; }
.lp-ph-oferta__info strong { display: block; font-size: .76rem; font-weight: 800; color: var(--vf-texto); }
.lp-ph-oferta__info strong em { color: var(--vf-laranja); font-style: normal; font-size: .68rem; white-space: nowrap; }
.lp-ph-oferta__info > span { font-size: .62rem; color: var(--vf-texto-fraco); display: block; }
.lp-ph-oferta__val { margin-top: 1px; }
.lp-ph-oferta__val b { color: var(--vf-sucesso); font-weight: 800; }
.lp-ph-oferta__btn { background: var(--vf-grad-botao, linear-gradient(135deg,#ff8b1c,#f57c2f)); color: #fff; font-weight: 700; font-size: .68rem; padding: 8px 12px; border-radius: 10px; flex: 0 0 auto; }
/* floats de ganhos (sem fotos externas) */
.lp-float__badge { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 auto; background: #fff3ea; color: var(--vf-laranja); }
.lp-float__badge svg { width: 20px; height: 20px; }
.lp-float__badge--star { background: #fff7e6; color: #e6a100; }
.lp-float__badge--check { background: #e9f9f0; color: var(--vf-sucesso); }
.lp-float__disp--muted { color: var(--vf-texto-fraco); }

/* ====================== FUNDO (cidade / brilho quente) ====================== */
.lp-cidade-bg {
  position: absolute; top: -16%; bottom: -14%; left: -18%; right: -16%; z-index: 0;
  opacity: .96;
  background: url('/assets/img/banners/fundo.jpg') center / cover no-repeat;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 44%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 44%, #000 100%);
}

/* ====================== RESPONSIVO (cards flutuantes) ====================== */
@media (max-width: 1080px) {
  .lp-float--v2 { right: 0; }
  .lp-float--seg { right: 0; }
}
@media (max-width: 860px) {
  .lp-float { display: none; }
  .lp-cidade-bg { opacity: .45; left: -6%; right: -6%; top: -6%; bottom: -6%;
    -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 60%, transparent 100%); }
  .lp-roles { grid-template-columns: 1fr; }
}

/* ===== IA (novo): banner do hero + card flutuante do agente ===== */
.lp-ia-banner { position: relative; overflow: hidden; margin: 16px 0 22px; padding: 16px 18px; border-radius: 16px; background: linear-gradient(135deg, #2a1b4e, #4b2d8f 55%, #7b3fd1); color: #fff; box-shadow: 0 16px 38px rgba(75, 45, 143, .32); }
.lp-ia-banner::after { content: ""; position: absolute; top: -60%; right: -8%; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(255, 140, 0, .38), transparent 65%); pointer-events: none; }
.lp-ia-banner__tag { display: inline-flex; align-items: center; gap: 6px; font-size: .68rem; font-weight: 800; letter-spacing: .12em; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .28); padding: 4px 12px; border-radius: 999px; margin-bottom: 9px; }
.lp-ia-banner strong { display: block; font-size: 1.12rem; font-weight: 800; margin-bottom: 5px; position: relative; }
.lp-ia-banner__txt { display: block; font-size: .9rem; line-height: 1.5; color: rgba(255, 255, 255, .88); position: relative; }
.lp-float--ia { bottom: 2%; left: -4%; max-width: 250px; align-items: flex-start; border: 1.5px solid #ddccf9; background: linear-gradient(180deg, #fdfbff, #f6f0ff); }
.lp-float__robo { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, #7b3fd1, #b04ae0); color: #fff; display: grid; place-items: center; flex: 0 0 auto; box-shadow: 0 6px 14px rgba(123, 63, 209, .35); }
.lp-float__robo svg { width: 22px; height: 22px; }
@media (max-width: 560px) { .lp-float--ia { left: 2%; bottom: 0; max-width: 210px; } }

/* ===== IA: barra de anúncio no topo (destaque máximo) ===== */
.lp-ia-topo { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; padding: 12px 16px; text-decoration: none; background: linear-gradient(90deg, #2a1b4e, #5b2fae 45%, #8a45e6 72%, #f57c2f 135%); color: #fff; position: relative; overflow: hidden; }
.lp-ia-topo::after { content: ""; position: absolute; top: 0; bottom: 0; left: -20%; width: 130px; background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .35), transparent); animation: lp-ia-brilho 3.2s ease-in-out infinite; pointer-events: none; }
@keyframes lp-ia-brilho { 0% { left: -20%; } 60%, 100% { left: 120%; } }
.lp-ia-topo__novo { background: #ffb84d; color: #4a2500; font-size: .68rem; font-weight: 900; letter-spacing: .1em; padding: 3px 10px; border-radius: 999px; flex: 0 0 auto; }
.lp-ia-topo__txt { font-size: .93rem; line-height: 1.35; }
.lp-ia-topo__txt b { font-weight: 800; }
.lp-ia-topo__cta { font-size: .85rem; font-weight: 800; background: rgba(255, 255, 255, .16); border: 1px solid rgba(255, 255, 255, .35); padding: 5px 14px; border-radius: 999px; flex: 0 0 auto; }
@media (max-width: 640px) { .lp-ia-topo { gap: 8px; padding: 10px 12px; } .lp-ia-topo__txt { font-size: .8rem; } .lp-ia-topo__cta { display: none; } }

/* ===== IA: hero banner com mais presença ===== */
.lp-ia-banner { padding: 20px 22px; border: 1.5px solid rgba(255, 255, 255, .14); }
.lp-ia-banner::before { content: ""; position: absolute; top: 0; bottom: 0; left: -30%; width: 140px; background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .22), transparent); animation: lp-ia-brilho 3.8s ease-in-out infinite; pointer-events: none; }
.lp-ia-banner strong { font-size: 1.32rem; }
.lp-ia-banner__txt { font-size: .95rem; }
