/* Landing (institucional + humana) - escopo .lp2 */
.lp2{
  --navy: #0B2233;
  --navy-2:#0E2A3D;
  --gold: #C7A24A;
  --bg:   #F5F7F6;
  --card: #FFFFFF;
  --text: #0F141A;
  --muted:#5A6672;
  --border: rgba(15,20,26,.10);
  --shadow: 0 16px 40px rgba(0,0,0,.10);
  --radius: 18px;
  color: var(--text);
  background: var(--bg);
}
.lp2 *{ box-sizing: border-box; }
.lp2 a{ color: inherit; text-decoration: none; }
.lp2 img{ max-width:100%; display:block; }
.lp2 .container{ width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.lp2 .muted{ color: var(--muted); }
.lp2 .center{ text-align:center; }
.lp2 .max{ max-width: 860px; margin-left:auto; margin-right:auto; }
.lp2 .badge{ display:inline-flex; align-items:center; gap:8px; padding: 6px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.92); font-size: 12px; font-weight: 600; }
.lp2 .topbar{ background: linear-gradient(180deg, var(--navy), var(--navy-2)); color:#fff; border-bottom: 1px solid rgba(255,255,255,.10); }
.lp2 .topbar__inner{ display:flex; align-items:center; justify-content: space-between; gap: 12px; padding: 10px 0; }
.lp2 .topbar__left{ display:flex; gap: 10px; align-items:center; flex-wrap: wrap; }
.lp2 .topbar__cta{ color:#fff; font-weight: 600; font-size: 13px; opacity: .95; }
.lp2 .header{ position: sticky; top:0; z-index: 50; background: rgba(245,247,246,.88); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.lp2 .header__inner{ display:flex; align-items:center; justify-content: space-between; padding: 12px 0; gap: 12px; }
.lp2 .brand{ display:flex; align-items:center; gap: 10px; }
.lp2 .brand__logo{ width: 108px; height: 44px; border-radius: 14px; border: 1px solid var(--border); background: #fff; object-fit: cover; }
.lp2 .brand__text strong{ display:block; font-size: 14px; }
.lp2 .brand__text span{ display:block; font-size: 12px; color: var(--muted); }
.lp2 .nav{ display:flex; align-items:center; gap: 16px; flex-wrap: wrap; justify-content:flex-end; }
.lp2 .nav a{ font-size: 13px; color: var(--muted); font-weight: 600; }
.lp2 .nav a:hover{ color: var(--text); }
.lp2 .nav__link--ghost{ padding: 8px 10px; border-radius: 12px; border: 1px solid var(--border); background: rgba(255,255,255,.60); }
.lp2 .btn{ display:inline-flex; align-items:center; justify-content:center; gap: 10px; padding: 10px 14px; border-radius: 14px; border: 1px solid var(--border); background: rgba(255,255,255,.8); font-weight: 700; font-size: 13px; transition: transform .06s ease, filter .12s ease; }
.lp2 .btn:hover{ filter: brightness(.98); }
.lp2 .btn:active{ transform: translateY(1px); }
.lp2 .btn--primary{ background: linear-gradient(180deg, #0E2A3D, #0B2233); color: #fff; border-color: rgba(255,255,255,.14); box-shadow: 0 14px 30px rgba(11,34,51,.22); }
.lp2 .btn--outline{ background: transparent; border: 1px solid rgba(11,34,51,.22); }
.lp2 .btn--lg{ padding: 12px 18px; border-radius: 16px; font-size: 14px; }
.lp2 .btn--full{ width: 100%; }
.lp2 .hero{ padding: 34px 0 14px; }
.lp2 .hero__grid{ display:grid; grid-template-columns: 1.15fr .85fr; gap: 18px; align-items: start; }
.lp2 .kicker{ display:inline-flex; align-items:center; gap:8px; color: var(--gold); font-weight: 800; letter-spacing: .2px; text-transform: uppercase; font-size: 12px; }
.lp2 .hero h1{ margin: 10px 0 10px; font-size: 46px; line-height: 1.06; letter-spacing: -1.1px; color: #0E2A3D; }
.lp2 .lead{ margin: 0; max-width: 760px; font-size: 16px; line-height: 1.85; color: var(--muted); }
.lp2 .ctaRow{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.lp2 .proofRow{ display:flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.lp2 .proof{ display:flex; align-items:center; gap: 10px; padding: 8px 10px; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.70); font-size: 13px; color: var(--muted); }
.lp2 .dot{ width: 8px; height: 8px; border-radius: 999px; background: var(--gold); }
.lp2 .heroCard{ background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow); }
.lp2 .heroCard h3{ margin: 0; font-size: 16px; }
.lp2 .heroCard .micro{ margin-top: 10px; font-size: 12px; }
.lp2 .checklist{ margin: 10px 0 0 18px; padding: 0; color: var(--muted); line-height: 1.8; font-size: 14px; }
.lp2 .section{ padding: 34px 0; }
.lp2 .section--alt{ background: linear-gradient(180deg, rgba(11,34,51,.06), rgba(11,34,51,.02)); border-top: 1px solid rgba(11,34,51,.08); border-bottom: 1px solid rgba(11,34,51,.08); }
.lp2 .section h2{ margin: 0; font-size: 30px; letter-spacing: -0.6px; color: #0E2A3D; }
.lp2 .grid3{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.lp2 .panel{ background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; box-shadow: 0 12px 28px rgba(0,0,0,.08); }
.lp2 .panel h3{ margin: 10px 0 6px; font-size: 18px; }
.lp2 .panel p{ margin: 0; color: var(--muted); line-height: 1.75; font-size: 14px; }
.lp2 .panel--pricing .btn{ margin-top: 12px; }
.lp2 .panel--soft{ background: rgba(255,255,255,.85); }
.lp2 .tag{ display:inline-flex; align-items:center; gap: 8px; padding: 6px 10px; border-radius: 999px; border: 1px solid var(--border); background: rgba(255,255,255,.70); font-size: 12px; font-weight: 800; color: #0E2A3D; }
.lp2 .tag--gold{ border-color: rgba(199,162,74,.35); color: #6B5118; background: rgba(199,162,74,.18); }
.lp2 .bullets{ margin: 10px 0 0 18px; padding: 0; color: var(--muted); line-height: 1.8; font-size: 14px; }
.lp2 .band{ margin-top: 14px; padding: 16px 18px; border-radius: var(--radius); border: 1px solid rgba(199,162,74,.25); background: linear-gradient(180deg, rgba(199,162,74,.16), rgba(11,34,51,.04)); display:flex; align-items:center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.lp2 .band strong{ color: #0E2A3D; }
.lp2 .steps{ display:grid; gap: 12px; max-width: 940px; margin: 16px auto 0; }
.lp2 .step{ display:grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 16px; border-radius: var(--radius); border: 1px solid var(--border); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.lp2 .step__n{ width: 46px; height: 46px; border-radius: 16px; background: rgba(199,162,74,.22); border: 1px solid rgba(199,162,74,.35); display:flex; align-items:center; justify-content:center; font-weight: 900; color: #6B5118; }
.lp2 .step h3{ margin:0; font-size: 17px; }
.lp2 .step p{ margin:6px 0 0; }
.lp2 .ctaBand{ margin-top: 16px; padding: 16px 18px; border-radius: var(--radius); border: 1px solid var(--border); background: #fff; display:flex; align-items:center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.lp2 .about{ display:grid; grid-template-columns: 1.1fr .9fr; gap: 14px; align-items:start; }
.lp2 .quote{ margin: 12px 0 0; padding: 12px 14px; border-left: 4px solid rgba(199,162,74,.6); background: rgba(199,162,74,.12); border-radius: 14px; font-weight: 600; color: #0E2A3D; }
.lp2 .mini{ display:grid; gap: 10px; margin-top: 12px; }
.lp2 .mini__item{ padding: 12px 12px; border-radius: 14px; border: 1px solid var(--border); background: rgba(255,255,255,.75); }
.lp2 .mini__item strong{ display:block; font-size: 13px; }
.lp2 .mini__item span{ display:block; font-size: 13px; margin-top: 2px; }
.lp2 .faq{ max-width: 940px; margin: 16px auto 0; display:grid; gap: 10px; }
.lp2 .faq__item{ background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 12px 14px; }
.lp2 .faq__item summary{ cursor: pointer; font-weight: 800; color: #0E2A3D; }
.lp2 .faq__item p{ margin: 10px 0 0; line-height: 1.75; }
.lp2 .footer{ padding: 20px 0 70px; border-top: 1px solid var(--border); background: rgba(255,255,255,.70); }
.lp2 .footer__inner{ display:flex; align-items:center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.lp2 .footer__links{ display:flex; gap: 14px; flex-wrap: wrap; }
.lp2 .footer__links a{ font-size: 13px; color: var(--muted); font-weight: 700; }
.lp2 .micro{ font-size: 12px; }
.lp2 .mobileCta{ position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display:none; padding: 14px 16px; border-radius: 16px; background: linear-gradient(180deg, #0E2A3D, #0B2233); color: #fff; text-align:center; font-weight: 800; box-shadow: 0 18px 40px rgba(11,34,51,.30); border: 1px solid rgba(255,255,255,.14); }
@media (max-width: 860px){ .lp2 .nav{ gap: 10px; } .lp2 .hero__grid{ grid-template-columns: 1fr; } .lp2 .grid3{ grid-template-columns: 1fr; } .lp2 .about{ grid-template-columns: 1fr; } .lp2 .hero h1{ font-size: 36px; } .lp2 .mobileCta{ display:block; } }

/* === HERO REFINEMENTS (v3) === */
.lp2 .hero__content{ padding-bottom: 10px; }
.lp2 .lead{ max-width: 680px; margin-top: 10px; }
.lp2 .ctaRow{ display:none; }
.lp2 .proofRow{ margin-top: 22px; gap: 18px; }
.lp2 .proof{ font-size: 14px; }

.lp2 .heroCard{ transform: translateY(-6px); }
.lp2 .heroCard .btn--primary{
  background: linear-gradient(180deg, #D1AE57, #B8943D);
  color:#0E2A3D;
  border-color: rgba(184,148,61,.55);
  box-shadow: 0 16px 34px rgba(184,148,61,.35);
}

.lp2 .checklist li{
  list-style: none;
  position: relative;
  padding-left: 22px;
}
/*.lp2 .checklist li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #B8943D;
  font-weight: 900;
}*/

.lp2 .hero__grid{ align-items: center; }

/* === HERO CLEANUP (v4): remove chip/news feel === */
.lp2 .proofRow{
  display:flex;
  align-items:center;
  flex-wrap: wrap;
  gap: 14px;
}
.lp2 .proof{
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-weight: 700;
  color: var(--muted);
}
.lp2 .proof .dot{ width: 6px; height: 6px; }
.lp2 .proofLink{
  font-weight: 800;
  color: #0E2A3D;
  border-bottom: 1px solid rgba(14,42,61,.25);
  padding-bottom: 2px;
}
.lp2 .proofLink:hover{
  border-bottom-color: rgba(14,42,61,.55);
}
