/* Shared styles for internal LPs (Trabalhista, Busca e Apreensão, Criminal) */

/* Hero variants */
.lp-hero {
  position: relative;
  padding: clamp(56px, 7vw, 100px) 0 clamp(60px, 8vw, 120px);
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  overflow: hidden;
}
.lp-hero::before {
  content:''; position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(13,27,61,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13,27,61,.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at 30% 50%, #000, transparent 80%);
  pointer-events: none;
}
.lp-hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1.3fr 0.9fr; gap: 72px;
  align-items: center;
}
.lp-hero h1 { margin-bottom: 24px; font-size: clamp(36px, 4.6vw, 64px); }
.lp-hero h1 em { font-style: italic; color: var(--gold); font-weight: 500; }
.lp-hero-sub { font-size: 18.5px; color: var(--slate-600); max-width: 54ch; line-height: 1.55; margin-bottom: 32px; }
.lp-hero-kicker { margin-bottom: 22px; display: inline-block; }

.lp-hero-media {
  position: relative; aspect-ratio: 4/5;
  background: var(--paper-3); border-radius: 6px; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.lp-hero-media-inner {
  width:100%; height:100%;
  background-size: cover; background-position: center top;
  position: relative;
}
.lp-hero-media-inner::after {
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, transparent 55%, rgba(13,27,61,.55) 100%);
}
.lp-hero-media-card {
  position: absolute; left: 20px; right: 20px; bottom: 20px;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(10px);
  padding: 16px 20px; border-radius: 4px;
  border-left: 3px solid var(--gold);
}
.lp-hero-media-card .name { font-family: var(--serif); font-size: 18px; color: var(--navy-900); }
.lp-hero-media-card .role { font-size: 12px; color: var(--slate-600); margin-top: 2px; font-family: var(--mono); letter-spacing: .06em; }
.lp-hero-badge {
  position: absolute; top: 20px; left: 20px;
  background: var(--navy-900); color: var(--paper);
  padding: 8px 14px; border-radius: 999px; font-size: 11px;
  font-family: var(--mono); letter-spacing: .1em; text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 8px;
}
.lp-hero-badge.urgent { background: var(--accent-red); }
.lp-hero-badge .live { width:6px; height:6px; border-radius:50%; background:#4CE084; box-shadow: 0 0 0 3px rgba(76,224,132,.3); animation: pulse 2s infinite; }

/* Pain points */
.pain { background: var(--paper); }
.pain-intro { display:grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: start; margin-bottom: 56px; }
.pain-intro h2 em { font-style: italic; color: var(--gold); }
.pain-intro .lead { font-size: 17px; color: var(--slate-600); line-height: 1.65; }
.pain-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
  background: rgba(13,27,61,.08); border: 1px solid rgba(13,27,61,.08);
}
.pain-item { background: var(--paper); padding: 28px 32px; display: grid; grid-template-columns: 28px 1fr; gap: 18px; align-items: start; }
.pain-item .ico { width:28px; height:28px; border-radius:50%; background: rgba(139,46,46,.1); color: var(--accent-red); display:grid; place-items:center; flex-shrink:0; }
.pain-item .ico svg { width: 14px; height: 14px; }
.pain-item p { font-size: 15.5px; color: var(--ink-2); line-height: 1.55; }
.pain-item p strong { color: var(--navy-900); font-weight: 600; }

.pain-cta-note {
  margin-top: 40px; padding: 24px 32px;
  background: var(--navy-900); color: var(--paper);
  border-radius: 4px; font-family: var(--serif); font-size: 21px;
  line-height: 1.4; font-style: italic;
  border-left: 4px solid var(--gold);
}

/* Solution (steps) */
.solution { background: var(--paper-2); }
.solution-head { max-width: 700px; margin-bottom: 56px; }
.solution-head p { color: var(--slate-600); font-size: 17px; margin-top: 18px; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  background: var(--paper); padding: 36px 32px; border-radius: 4px;
  border: 1px solid rgba(13,27,61,.08); border-top: 3px solid var(--gold);
  display: flex; flex-direction: column;
}
.step .num {
  font-family: var(--serif); font-size: 54px; color: var(--navy-900);
  line-height: 1; margin-bottom: 16px; letter-spacing: -0.02em;
}
.step h4 { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--navy-900); margin-bottom: 10px; }
.step p { font-size: 15px; color: var(--slate-600); line-height: 1.6; }
.step ul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.step ul li { font-size: 14px; color: var(--slate-600); padding-left: 18px; position: relative; line-height: 1.5; }
.step ul li::before { content:''; position:absolute; left:0; top: 9px; width: 8px; height: 1px; background: var(--gold); }

/* Paths / caminhos */
.paths { background: var(--paper); }
.path-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.path {
  padding: 32px; border: 1px solid rgba(13,27,61,.08);
  border-radius: 4px; background: var(--paper); position: relative;
  display: grid; grid-template-columns: 48px 1fr; gap: 20px; align-items: start;
}
.path .ico { width:48px; height:48px; border-radius: 4px; background: var(--navy-900); color: var(--gold-soft); display:grid; place-items:center; }
.path .ico svg { width: 22px; height: 22px; stroke-width: 1.5; }
.path h4 { font-family: var(--serif); font-weight: 500; font-size: 20px; color: var(--navy-900); margin-bottom: 8px; }
.path p { font-size: 14.5px; color: var(--slate-600); line-height: 1.55; }

/* Stats + list hybrid */
.stats-hybrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(13,27,61,.08); border: 1px solid rgba(13,27,61,.08); margin-bottom: 56px; }
.stats-hybrid .stat-cell { background: var(--paper); padding: 32px 28px; }
.stats-hybrid .stat-cell .big { font-family: var(--serif); font-size: 48px; color: var(--navy-900); line-height: 1; letter-spacing: -0.02em; margin-bottom: 8px; }
.stats-hybrid .stat-cell .big em { font-style: italic; color: var(--gold); }
.stats-hybrid .stat-cell .lbl { font-size: 13px; color: var(--slate-600); line-height: 1.4; }

/* Guarantee */
.guarantee { background: var(--paper); }
.guarantee-box {
  max-width: 820px; margin: 0 auto;
  padding: 56px 64px; background: var(--navy-900); color: var(--paper);
  border-radius: 8px; position: relative; overflow: hidden;
}
.guarantee-box::before {
  content:'⚖'; position:absolute; right: -20px; top: -20px;
  font-size: 240px; color: var(--gold); opacity: .1; line-height: 1;
  font-family: var(--serif);
}
.guarantee-box h2 { color: var(--paper); margin-bottom: 12px; font-size: 36px; }
.guarantee-box h2 em { color: var(--gold-soft); font-style: italic; }
.guarantee-box .sub { color: var(--slate-300); font-size: 16px; margin-bottom: 32px; max-width: 50ch; }
.guarantee-list { list-style: none; display: flex; flex-direction: column; gap: 16px; position:relative; }
.guarantee-list li { display: grid; grid-template-columns: 24px 1fr; gap: 14px; align-items: start; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.guarantee-list li:last-child { border-bottom: none; }
.guarantee-list svg { width: 22px; height: 22px; color: var(--gold-soft); margin-top: 3px; }
.guarantee-list strong { color: var(--paper); font-weight: 600; display: block; font-size: 15.5px; }
.guarantee-list span { color: var(--slate-300); font-size: 14px; line-height: 1.5; }

/* Sticky CTA bar (LP mobile-friendly bottom nudge) */
@media (max-width: 900px) {
  .lp-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .lp-hero-media { max-width: 400px; margin: 0 auto; }
  .pain-intro { grid-template-columns: 1fr; gap: 32px; }
  .pain-list { grid-template-columns: 1fr; }
  .step-grid, .path-grid, .stats-hybrid { grid-template-columns: 1fr; }
  .guarantee-box { padding: 44px 32px; }
}
