/* ═══════════════════════════════════════════
   Help Is Here Law — Practice Area Pages
   Shared styles used across all 19 PA pages
   ═══════════════════════════════════════════ */

/* ── PA HERO ── */
.pa-hero {
  min-height: 72vh; position: relative;
  display: flex; align-items: flex-end; padding-bottom: 80px;
}
.pa-hero-bg {
  position: absolute; inset: 0;
  background-color: var(--black);
  background-size: cover; background-position: center;
  filter: brightness(.28) saturate(.6);
}
.pa-hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(3,6,8,.92) 0%, rgba(3,6,8,.55) 55%, rgba(3,6,8,.15) 100%),
    linear-gradient(to top, rgba(3,6,8,.88) 0%, transparent 55%);
}
.pa-hero-content { position: relative; z-index: 2; }
.pa-breadcrumb { font-size: 11px; color: var(--muted); margin-bottom: 16px; }
.pa-breadcrumb a { color: var(--gold); }
.pa-breadcrumb span { margin: 0 6px; }
.pa-h1 {
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 600; line-height: .98; letter-spacing: -.03em; margin-bottom: 22px;
}
.pa-h1 em { font-style: italic; color: var(--gold); }
.pa-sub { font-size: clamp(15px, 1.8vw, 18px); color: rgba(234,230,220,.7); max-width: 48ch; line-height: 1.65; margin-bottom: 30px; font-weight: 300; }
.pa-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pa-no-fee { font-size: 11px; color: var(--muted); margin-top: 14px; letter-spacing: .06em; }

/* ── LAYOUT: Main + Sidebar ── */
.pa-layout {
  display: grid; grid-template-columns: 1fr 340px; gap: 56px;
  padding-top: 72px; padding-bottom: 72px; align-items: start;
}
.pa-main { min-width: 0; }
.pa-section { margin-bottom: 60px; }
.pa-section h2 {
  font-size: clamp(22px, 2.5vw, 32px); margin-bottom: 18px;
  padding-bottom: 14px; border-bottom: 1px solid var(--line);
}
.pa-section p { font-size: 15px; color: rgba(234,230,220,.75); line-height: 1.82; margin-bottom: 14px; }
.pa-section p:last-child { margin-bottom: 0; }

/* ── Injury list grid ── */
.pa-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0; }
.pa-list-item { display: flex; gap: 14px; align-items: flex-start; background: var(--navy-2); border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.pli-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; margin-top: 5px; }
.pa-list-item div { font-size: 13.5px; line-height: 1.6; }
.pa-list-item strong { color: var(--paper); display: block; margin-bottom: 3px; }
.pa-list-item span { color: var(--muted); }

/* ── Callout box ── */
.pa-callout {
  background: rgba(223,100,58,.08); border: 1px solid var(--gold-dk); border-left: 4px solid var(--gold);
  border-radius: 8px; padding: 18px 20px; font-size: 14px; color: var(--paper); line-height: 1.6; margin-top: 20px;
}

/* ── Damage cards ── */
.pa-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 18px; }
.pa-damage-card { background: var(--navy-2); border: 1px solid var(--line); border-radius: 10px; padding: 24px; }
.pdc-title { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--gold); margin-bottom: 14px; }
.pa-damage-card ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.pa-damage-card ul li { font-size: 13.5px; color: var(--muted); padding-left: 16px; position: relative; line-height: 1.5; }
.pa-damage-card ul li::before { content: '›'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }

/* ── Steps ── */
.pa-steps { display: flex; flex-direction: column; gap: 0; }
.pa-step { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.pa-step:last-child { border-bottom: none; }
.ps-num { font-family: 'Poppins', monospace; font-size: 11px; color: var(--gold); font-weight: 700; flex-shrink: 0; width: 28px; padding-top: 3px; }
.ps-content strong { display: block; font-size: 15px; color: var(--paper); margin-bottom: 5px; }
.ps-content p { font-size: 13.5px; color: var(--muted); line-height: 1.65; margin: 0; }

/* ── Law box ── */
.pa-law-box { background: var(--navy-2); border: 1px solid var(--line); border-radius: 10px; padding: 24px; }
.plb-label { font-size: 10px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; color: var(--gold); margin-bottom: 12px; }
.pa-law-box p { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 10px; }
.pa-law-box p:last-child { margin-bottom: 0; }
.pa-law-box strong { color: var(--paper); }

/* ── Case results ── */
.pa-results-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border-radius: 10px; overflow: hidden; margin-top: 20px; }
.par-card { background: var(--navy-2); padding: 28px 22px; position: relative; }
.par-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--gold), transparent 60%); }
.par-amt { font-family: 'Poppins', monospace; font-size: clamp(22px, 2.5vw, 32px); color: var(--gold); font-weight: 400; letter-spacing: -.02em; margin-bottom: 6px; line-height: 1.1; }
.par-type { font-family: 'Poppins', sans-serif; font-size: 16px; margin-bottom: 8px; }
.par-note { font-size: 12.5px; color: var(--muted); line-height: 1.6; }
.par-promise .par-amt { color: var(--paper); }

/* ── SIDEBAR ── */
.pa-sidebar { display: flex; flex-direction: column; gap: 18px; position: sticky; top: 88px; }
.pas-card { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.pas-form { background: var(--navy-3); padding: 26px; }
.pas-form::before { content: ''; display: block; height: 3px; background: linear-gradient(90deg, transparent, var(--gold) 40%, var(--gold-lt) 60%, transparent); margin: -26px -26px 22px; }
.pas-form-title { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 400; line-height: 1.3; margin-bottom: 18px; }
.pas-form .field { margin-bottom: 10px; }
.pas-form .field label { font-size: 9.5px; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); font-weight: 700; display: block; margin-bottom: 4px; }
.pas-form .field input,
.pas-form .field textarea { background: var(--navy-2); border: 1.5px solid var(--line); border-radius: 6px; padding: 10px 12px; font-family: inherit; font-size: 13px; color: var(--paper); width: 100%; outline: none; transition: border-color .15s; }
.pas-form .field input::placeholder,
.pas-form .field textarea::placeholder { color: rgba(112,144,172,.4); }
.pas-form .field input:focus,
.pas-form .field textarea:focus { border-color: var(--gold); }
.pas-form .field textarea { height: 75px; resize: none; }
.pas-submit { width: 100%; padding: 13px; background: var(--gold); color: var(--navy); border: none; border-radius: 6px; font-size: 14px; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .15s; margin-top: 6px; }
.pas-submit:hover { background: var(--gold-lt); }
.pas-note { font-size: 10.5px; color: var(--muted); text-align: center; margin-top: 8px; }

.pas-phone-card { background: var(--gold); padding: 24px; text-align: center; }
.pas-phone-label { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.pas-phone { font-family: 'Poppins', monospace; font-size: 22px; color: var(--navy); font-weight: 600; display: block; transition: opacity .15s; }
.pas-phone:hover { opacity: .75; }
.pas-phone-sub { font-size: 11px; color: rgba(9,24,40,.7); margin-top: 6px; font-weight: 600; }

.pas-why { background: var(--navy-2); padding: 22px; }
.pas-why-title { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--gold); margin-bottom: 14px; }
.pas-why-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pas-why-list li { font-size: 13px; color: var(--muted); padding-left: 16px; position: relative; }
.pas-why-list li::before { content: '✓'; position: absolute; left: 0; color: var(--gold); font-size: 11px; font-weight: 700; }

.pas-areas { background: var(--navy-2); padding: 22px; }
.pas-areas-title { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; color: var(--gold); margin-bottom: 14px; }
.pas-areas-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pas-areas-list li a { font-size: 13px; color: var(--muted); transition: color .15s; }
.pas-areas-list li a:hover { color: var(--gold); }

/* ── Bottom CTA ── */
.pa-cta-band { background: var(--navy-3); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 72px 0; }
.pa-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.pa-cta-inner h2 { font-size: clamp(22px, 2.8vw, 36px); }
.pa-cta-inner p { font-size: 15px; color: var(--muted); max-width: 46ch; line-height: 1.65; margin-top: 10px; }
.pa-cta-actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pa-layout { grid-template-columns: 1fr; gap: 40px; }
  .pa-sidebar { position: static; }
}
@media (max-width: 768px) {
  /* Hero — attorneys-style stacked layout: photo on top, text below */
  .pa-hero {
    display: flex; flex-direction: column;
    min-height: unset; padding-bottom: 0; align-items: stretch;
  }
  .pa-hero-bg {
    position: static; height: 110vw; flex-shrink: 0;
    background-position: top center;
    filter: brightness(.8) saturate(.85);
  }
  .pa-hero-overlay { display: none; }
  .pa-hero-content {
    position: relative; z-index: 2;
    background: var(--black);
    padding: 32px 20px 28px;
  }
  .pa-hero-content::before {
    content: '';
    position: absolute; top: -120px; left: 0; right: 0; height: 120px;
    background: linear-gradient(to bottom, transparent 0%, rgba(3,6,8,.7) 60%, var(--black) 100%);
    pointer-events: none;
  }
  .pa-h1 { font-size: clamp(36px, 9vw, 80px); margin-bottom: 16px; }
  .pa-sub { font-size: 15px; margin-bottom: 22px; }
  .pa-hero-actions { gap: 10px; }
  .pa-hero-actions .btn-lg { padding: 14px 22px; font-size: 14px; }
  /* Layout */
  .pa-layout { padding-top: 48px; padding-bottom: 48px; gap: 32px; }
  /* Sections */
  .pa-section { margin-bottom: 44px; }
  .pa-section h2 { font-size: clamp(20px, 5vw, 32px); margin-bottom: 14px; }
  /* Grids */
  .pa-list-grid { grid-template-columns: 1fr; gap: 10px; }
  .pa-two-col { grid-template-columns: 1fr; }
  .pa-results-row { grid-template-columns: 1fr; }
  /* Steps */
  .pa-step { gap: 14px; padding: 18px 0; }
  /* CTA band */
  .pa-cta-band { padding: 52px 0; }
  .pa-cta-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .pa-cta-actions { flex-direction: column; width: 100%; }
  .pa-cta-actions .btn { width: 100%; justify-content: center; }
  /* Sidebar form — full width on mobile */
  .pas-form { padding: 20px; }
  .pas-phone { font-size: 18px; }
}
@media (max-width: 480px) {
  .pa-hero { min-height: 55vh; padding-bottom: 40px; }
  .pa-breadcrumb { font-size: 10px; }
  .par-card { padding: 22px 16px; }
  .pa-damage-card { padding: 18px; }
  .pa-law-box { padding: 18px; }
}
