
.lp-hp{position:absolute!important;left:-9999px!important;width:1px;height:1px;overflow:hidden}/* Bespoke squeeze-page styles layered on the site's .lp-* classes. */
.lp-section { max-width: 1100px; margin: 0 auto; padding: 44px clamp(20px, 3vw, 48px); }
.lp-section h2 { font-family: var(--font-sans); font-weight: 600; font-size: clamp(24px, 3vw, 30px); color: var(--navy); line-height: 1.2; letter-spacing: -0.015em; margin: 0 0 14px; }
.lp-section h2::before { content: ""; display: block; width: 32px; height: 2px; background: var(--teal); margin-bottom: 14px; }
.lp-prose p { font-size: 17px; line-height: 1.75; color: var(--text-light); margin: 0 0 16px; max-width: 70ch; }
.lp-band { background: var(--grey-bg); border-top: 1px solid var(--grey-light); border-bottom: 1px solid var(--grey-light); }
.lp-topbar { position: sticky; top: 0; z-index: 100; }
.lp-topbar-cta { display: inline-flex; flex-direction: column; align-items: flex-end; text-decoration: none; background: var(--teal); color: #fff; padding: 9px 20px; line-height: 1.2; transition: background 0.2s; }
.lp-topbar-cta:hover { background: #0a6f75; }
.lp-topbar-cta-label { font-size: 10.5px; letter-spacing: 0.05em; opacity: 0.9; }
.lp-topbar-cta-num { font-size: 15px; font-weight: 600; }
.letter-box { background: var(--white); border: 1px solid var(--grey-light); border-left: 3px solid var(--teal); padding: 8px 28px 20px; margin: 20px 0 18px; }
.letter-box ul { list-style: none; padding: 0; margin: 0; }
.letter-box li { position: relative; padding: 14px 0 14px 26px; border-bottom: 1px solid var(--grey-light); font-size: 16px; color: var(--text); line-height: 1.55; }
.letter-box li:last-child { border-bottom: none; }
.letter-box li::before { content: ""; position: absolute; left: 4px; top: 21px; width: 7px; height: 7px; background: var(--teal); border-radius: 50%; }
.help-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 26px; }
.help-card { background: var(--white); border: 1px solid var(--grey-light); padding: 26px 24px; }
.help-card h3 { font-family: var(--font-sans); font-weight: 600; font-size: 17px; color: var(--navy); margin: 0 0 8px; }
.help-card p { font-size: 14.5px; line-height: 1.6; color: var(--text-light); margin: 0; }
.atty-feature { display: grid; grid-template-columns: 200px 1fr; gap: 32px; align-items: start; margin-top: 24px; }
.atty-feature-photo { width: 200px; height: 200px; object-fit: cover; border: 1px solid var(--grey-light); display: block; }
.atty-feature-body p { font-size: 17px; line-height: 1.75; color: var(--text-light); margin: 0 0 16px; max-width: 64ch; }
.atty-feature-name { font-family: var(--font-sans); font-weight: 600; font-size: 19px; color: var(--navy); }
.atty-feature-role { font-size: 13px; color: var(--teal); letter-spacing: 0.02em; margin: 2px 0 12px; }
.atty-feature-body p.bio { font-size: 15px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 26px; }
.step { background: var(--white); border: 1px solid var(--grey-light); padding: 24px; }
.step-num { font-family: var(--font-sans); font-weight: 500; font-size: 26px; color: var(--teal); line-height: 1; margin-bottom: 12px; }
.step h3 { font-family: var(--font-sans); font-weight: 600; font-size: 16px; color: var(--navy); margin: 0 0 8px; }
.step p { font-size: 14.5px; color: var(--text-light); line-height: 1.6; margin: 0; }
.locs { display: grid; grid-template-columns: repeat(auto-fill, minmax(238px, 1fr)); gap: 14px; margin-top: 24px; }
.loc { background: var(--white); border: 1px solid var(--grey-light); border-top: 2px solid var(--teal); padding: 20px 22px; }
.loc .city { font-family: var(--font-sans); font-weight: 600; font-size: 16px; color: var(--navy); }
.loc .state { font-size: 11px; color: var(--silver); letter-spacing: 0.1em; text-transform: uppercase; margin: 3px 0 12px; }
.loc .addr { font-size: 13.5px; line-height: 1.6; color: var(--text-light); font-style: normal; }
.lp-trust { font-size: 13px; color: var(--silver); line-height: 1.6; margin: 22px 0 0; }
.lp-float-cta { position: fixed; right: 20px; bottom: 20px; z-index: 200; background: var(--navy); color: #fff; text-decoration: none; padding: 14px 22px; font-size: 14px; font-weight: 600; letter-spacing: 0.01em; box-shadow: 0 10px 30px rgba(0,55,86,0.35); border-radius: 40px; display: inline-flex; align-items: center; gap: 9px; transition: background 0.2s, transform 0.2s; }
.lp-float-cta::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #74c0c4; box-shadow: 0 0 0 4px rgba(116,192,196,0.25); }
.lp-float-cta:hover { background: #002a42; transform: translateY(-2px); }
.pp-link { background: none; border: none; padding: 0; font: inherit; font-size: 12px; color: rgba(255,255,255,0.6); text-decoration: underline; cursor: pointer; }
.pp-link:hover { color: #fff; }
.pp-modal[hidden] { display: none; }
.pp-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.pp-backdrop { position: absolute; inset: 0; background: rgba(0,19,31,0.6); }
.pp-panel { position: relative; background: #fff; max-width: 640px; width: 100%; max-height: 85vh; overflow-y: auto; padding: 40px 36px; box-shadow: 0 24px 60px rgba(0,55,86,0.3); }
.pp-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 26px; line-height: 1; color: var(--silver); cursor: pointer; }
.pp-close:hover { color: var(--navy); }
.pp-body h2 { font-family: var(--font-sans); font-weight: 600; font-size: 24px; color: var(--navy); margin: 0 0 4px; }
.pp-body h2::before { display: none; }
.pp-body h3 { font-family: var(--font-sans); font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--navy); margin: 22px 0 8px; }
.pp-updated { font-size: 12px; color: var(--silver); margin: 0 0 18px; }
.pp-body p { font-size: 14px; line-height: 1.65; color: var(--text-light); margin: 0 0 12px; }
.pp-body .pp-sub { font-weight: 600; color: var(--navy); }
.pp-body ul { margin: 0 0 12px; padding-left: 20px; }
.pp-body li { font-size: 14px; line-height: 1.6; color: var(--text-light); margin-bottom: 6px; }
.pp-body a { color: var(--teal); }
/* PPP eligibility table */
.elig-wrap { margin-top: 22px; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--grey-light); }
.elig { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--white); }
.elig thead th { background: var(--navy); color: #fff; font-family: var(--font-sans); font-weight: 600; font-size: 12.5px; letter-spacing: 0.02em; text-align: left; padding: 14px 16px; }
.elig tbody td { padding: 16px; border-top: 1px solid var(--grey-light); vertical-align: top; font-size: 14px; color: var(--text-light); line-height: 1.55; }
.elig tbody tr:nth-child(even) td { background: var(--grey-bg); }
.elig .etype strong { display: block; font-family: var(--font-sans); font-weight: 600; font-size: 15px; color: var(--navy); }
.elig .etype span { display: block; font-size: 12.5px; color: var(--silver); margin-top: 2px; }
.elig th:nth-child(2), .elig th:nth-child(3), .elig td:nth-child(2), .elig td:nth-child(3) { white-space: nowrap; }
.pill { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; padding: 4px 11px; border-radius: 40px; border: 1px solid transparent; }
.pill-yes { background: var(--teal); color: #fff; }
.pill-no { background: var(--grey-bg); color: var(--silver); border-color: var(--grey-light); }
.pill-cond { background: rgba(0,131,138,0.10); color: var(--teal); border-color: rgba(0,131,138,0.30); }
.pill-later { background: rgba(0,55,86,0.06); color: var(--navy); border-color: rgba(0,55,86,0.18); }
.elig-note { font-size: 12.5px; color: var(--silver); margin: 14px 0 0; font-style: italic; }
@media (max-width: 900px) {
  .help-grid, .steps { grid-template-columns: 1fr; }
  .atty-feature { grid-template-columns: 1fr; }
  .atty-feature-photo { width: 140px; height: 140px; }
  .lp-float-cta { right: 12px; bottom: 12px; padding: 12px 18px; font-size: 13px; }
}
