* { box-sizing: border-box; }
.header { align-items: center; background: var(--navy); color: #fff; display: flex; height: 76px; position: relative; z-index: 10; }
.header .inner { align-items: center; display: flex; gap: 32px; margin: 0 auto; width: min(1380px, calc(100% - 48px)); }
.logo { height: 56px; object-fit: contain; object-position: left center; width: 174px; }
.nav { align-items: center; display: flex; font-size: 16px; font-weight: 600; gap: 32px; line-height: 1; margin-left: auto; }
.nav a { color: #fff; text-decoration: none; white-space: nowrap; }
.cta-head { align-items: center; background: #fff; color: var(--navy); display: inline-flex; font-size: 16px; font-weight: 800; height: 46px; justify-content: center; margin-left: 2px; padding: 0 24px; white-space: nowrap; }
.container { margin: 0 auto; width: min(1180px, calc(100% - 56px)); }
.ligp-legacy-page { background: #fff; min-height: 55vh; padding: 82px 0 104px; }
.ligp-legacy-container { max-width: 900px; }
.ligp-legacy-eyebrow { align-items: center; color: var(--navy); display: flex; font-size: 14px; font-weight: 800; gap: 14px; letter-spacing: .06em; margin: 0 0 24px; }
.ligp-legacy-eyebrow::before { background: var(--gold); content: ""; height: 2px; width: 34px; }
.ligp-legacy-page h1 { color: var(--navy); font-family: var(--serif); font-size: clamp(38px, 4.2vw, 58px); font-weight: 600; letter-spacing: -.04em; line-height: 1.42; margin: 0; }
.ligp-legacy-prose { color: #35313e; font-size: 16px; line-height: 2; margin-top: 42px; overflow-wrap: anywhere; }
.ligp-legacy-prose h2, .ligp-legacy-prose h3 { color: var(--navy); line-height: 1.5; margin: 2.5em 0 1em; }
.ligp-legacy-prose img { height: auto; max-width: 100%; }
.ligp-legacy-prose a { border-bottom: 1px solid rgba(13, 8, 100, .35); color: var(--navy); font-weight: 700; text-decoration: none; }
.ligp-legacy-prose table { border-collapse: collapse; max-width: 100%; }
.ligp-legacy-prose th, .ligp-legacy-prose td { border: 1px solid rgba(13, 8, 100, .18); padding: .6rem .75rem; }
.ligp-legacy-list { border-top: 1px solid rgba(13, 8, 100, .18); margin-top: 42px; }
.ligp-legacy-list article { border-bottom: 1px solid rgba(13, 8, 100, .18); padding: 30px 0; }
.ligp-legacy-list h2 { font-size: clamp(22px, 2.6vw, 32px); line-height: 1.55; margin: 5px 0 0; }
.ligp-legacy-list h2 a { color: var(--navy); text-decoration: none; }
.ligp-legacy-date { color: #706b78; font-size: 13px; margin: 0; }
.ligp-legacy-excerpt { color: #45414d; font-size: 15px; line-height: 1.9; margin-top: 14px; }
.ligp-legacy-builder { margin-top: 52px; }
.ligp-legacy-builder-section { border-top: 1px solid rgba(13, 8, 100, .18); padding: 38px 0; }
.ligp-legacy-builder-section:last-child { border-bottom: 1px solid rgba(13, 8, 100, .18); }
.ligp-legacy-builder-section h2 { color: var(--navy); font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); line-height: 1.48; margin: 0; }
.ligp-legacy-builder-section h3 { color: var(--navy); font-size: 19px; line-height: 1.6; margin: 0; }
.ligp-legacy-builder-subtitle { color: #585261; font-weight: 700; line-height: 1.8; margin: 12px 0 0; }
.ligp-legacy-builder-items { display: grid; gap: 26px; margin-top: 28px; }
.ligp-legacy-builder-item { display: grid; gap: 24px; grid-template-columns: minmax(0, 210px) minmax(0, 1fr); }
.ligp-legacy-builder-item figure { margin: 0; }
.ligp-legacy-builder-item figure img { display: block; height: auto; max-width: 100%; }
.ligp-legacy-inline-link { border-bottom: 1px solid var(--gold); color: var(--navy); font-weight: 800; text-decoration: none; }
.ligp-legacy-builder-contact { margin-top: 24px; }
.ligp-legacy-recovery-links { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 34px; }
.ligp-legacy-recovery-links a { border-bottom: 1px solid var(--gold); color: var(--navy); font-weight: 800; padding-bottom: 4px; text-decoration: none; }
.footer { background: var(--navy); color: #fff; padding: 42px 0; }
.footer .row { align-items: center; display: flex; gap: 30px; justify-content: space-between; }
.footer .links { display: flex; flex-wrap: wrap; gap: 18px 30px; }
.footer .links a, .footer .footer-company-info, .footer .footer-legal { color: #fff; }
.footer img { height: auto; width: 135px; }
@media (max-width: 900px) { .header { height: 68px; } .header .inner { gap: 18px; width: calc(100% - 36px); } .header .nav { display: none; } .header .nav.is-open { background: var(--navy); display: flex; left: 0; padding: 1.5rem 18px; position: absolute; right: 0; top: 100%; } .cta-head { font-size: 14px; margin-left: auto; padding: 0 18px; } .logo { width: 148px; } .footer .row { align-items: flex-start; flex-direction: column; } }
@media (max-width: 680px) { .container { width: calc(100% - 36px); } .ligp-legacy-page { padding: 56px 0 72px; } .ligp-legacy-prose { margin-top: 30px; } .ligp-legacy-builder { margin-top: 34px; } .ligp-legacy-builder-section { padding: 30px 0; } .ligp-legacy-builder-item { grid-template-columns: 1fr; } }
