/* Pocket Lawyer integration layer */
:root {
  --pl-gold: #f2e589;
  --pl-ink: #242323;
  --pl-paper: #fffdf3;
  --pl-muted: #686762;
  --pl-green: #2f6f5e;
}

.pl-nav-link { color: var(--pl-gold) !important; font-weight: 700; }
.pl-teaser { background: var(--pl-ink); padding: 92px 0; position: relative; overflow: hidden; }
.pl-teaser:after { content: ""; position: absolute; width: 380px; height: 380px; border: 1px solid rgba(242,229,137,.16); border-radius: 50%; right: -120px; top: -140px; }
.pl-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--pl-gold); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.pl-teaser h2, .pl-hero h1 { color: #fff; letter-spacing: -.035em; }
.pl-teaser h2 { font-size: 42px; max-width: 720px; }
.pl-teaser p { max-width: 680px; color: rgba(255,255,255,.75); }
.pl-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.pl-btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--pl-gold); color: #171714; background: var(--pl-gold); font-weight: 700; }
.pl-btn:hover { background: #fff; color: #000; border-color: #fff; }
.pl-btn-secondary { color: #fff; background: transparent; }
.pl-btn-secondary:hover { color: #000; background: var(--pl-gold); border-color: var(--pl-gold); }
.pl-proof { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); margin-top: 42px; padding-top: 24px; }
.pl-proof div { color: rgba(255,255,255,.7); font-size: 13px; padding-right: 25px; }
.pl-proof strong { display: block; color: #fff; margin-bottom: 5px; }

.pl-hero { background: var(--pl-ink); padding: 170px 0 90px; }
.pl-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 55px; align-items: center; }
.pl-hero h1 { font-size: clamp(44px,6vw,72px); line-height: 1.02; margin-bottom: 23px; }
.pl-hero p { color: rgba(255,255,255,.72); font-size: 18px; max-width: 720px; }
.pl-pilot-card { background: var(--pl-paper); padding: 30px; border-top: 5px solid var(--pl-gold); color: var(--pl-ink); box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.pl-pilot-card h2 { font-size: 24px; }
.pl-pilot-card ul { list-style: none; padding: 0; margin: 22px 0 0; }
.pl-pilot-card li { border-top: 1px solid rgba(0,0,0,.1); padding: 12px 0; color: var(--pl-muted); }
.pl-section { padding: 86px 0; background: #fff; color: var(--pl-ink); }
.pl-section-alt { background: #f6f4ec; }
.pl-section h2 { font-size: 38px; margin-bottom: 16px; }
.pl-section p { color: var(--pl-muted); }
.pl-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(0,0,0,.1); margin-top: 34px; }
.pl-step { background: #fff; padding: 28px 23px; min-height: 230px; }
.pl-step span { width: 36px; height: 36px; display: grid; place-items: center; background: var(--pl-ink); color: var(--pl-gold); border-radius: 50%; font-weight: 700; margin-bottom: 26px; }
.pl-step h3 { font-size: 18px; }
.pl-step p { font-size: 14px; }
.pl-scope { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; margin-top: 28px; }
.pl-scope div { border: 1px solid rgba(0,0,0,.12); background: #fff; padding: 20px; }
.pl-scope strong { display: block; margin-bottom: 5px; }
.pl-notice { border: 1px solid rgba(0,0,0,.14); background: #fffdf3; color: #4f4b37; padding: 22px; font-size: 14px; line-height: 1.7; }
.pl-launch { background: var(--pl-ink); padding: 65px 0; text-align: center; }
.pl-launch h2 { color: #fff; font-size: 36px; }
.pl-launch p { color: rgba(255,255,255,.7); max-width: 660px; margin: 0 auto; }
.pl-policy { padding: 150px 0 90px; color: var(--pl-ink); background: #fff; }
.pl-policy h1 { font-size: 44px; }
.pl-policy h2 { margin-top: 35px; font-size: 24px; }
.pl-policy p, .pl-policy li { color: #55534e; line-height: 1.75; }
.pl-badge { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #e9f3ef; color: var(--pl-green); font-size: 12px; font-weight: 700; margin-bottom: 14px; }

@media (max-width: 991px) {
  .pl-hero-grid, .pl-steps { grid-template-columns: 1fr 1fr; }
  .pl-teaser h2 { font-size: 34px; }
}
@media (max-width: 767px) {
  .pl-hero { padding: 125px 0 60px; }
  .pl-hero-grid, .pl-steps, .pl-scope, .pl-proof { grid-template-columns: 1fr; }
  .pl-hero h1 { font-size: 43px; }
  .pl-section { padding: 58px 0; }
  .pl-teaser { padding: 62px 0; }
  .pl-teaser h2, .pl-section h2 { font-size: 30px; }
  .pl-proof { gap: 18px; }
  .pl-actions .pl-btn { width: 100%; }
}
