.pfc-about-page { background: white; color: hsl(var(--brand-body)); font-family: var(--brand-font); min-height: 100dvh; }
.pfc-about-page *, .pfc-about-page *::before, .pfc-about-page *::after { box-sizing: border-box; }
.pfc-about-page .pfc-about-content { width: 100%; max-width: 1152px; margin: 0 auto; padding: 0 24px; }
.pfc-about-content :is(h1,h2,h3,p,ol) { margin: 0; }
.pfc-about-content :is(h1,h2,h3) { color: hsl(var(--brand-ink)); text-align: left; text-wrap: balance; }
.pfc-about-content h1 { font-size: clamp(40px,5vw,60px); line-height: 1.08; font-weight: 700; }
.pfc-about-content h1 span { color: hsl(var(--brand-blue)); }
.pfc-about-content h2 { font-size: clamp(24px,3vw,30px); line-height: 1.25; font-weight: 700; }
.pfc-about-content h3 { font-size: 18px; line-height: 1.4; font-weight: 600; }
.pfc-about-content p { font-size: 16px; line-height: 1.7; color: hsl(var(--brand-muted)); text-wrap: pretty; }
.pfc-about-content .pfc-about-eyebrow { color: hsl(var(--brand-blue)); font-size: 12px; font-weight: 700; margin-bottom: 16px; }
.pfc-about-hero { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 64px; padding: 32px 0 56px; }
.pfc-about-content .pfc-about-intro { font-size: 18px; max-width: 52ch; margin-top: 24px; }
.pfc-about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.pfc-about-content :is(.pfc-about-primary,.pfc-about-secondary) { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 44px; padding: 10px 20px; border-radius: 12px; font-size: 16px; line-height: 1.5; font-weight: 600; text-decoration: none; }
.pfc-about-content .pfc-about-primary { background: hsl(var(--brand-blue)); color: white; border: 1px solid hsl(var(--brand-blue)); box-shadow: inset 0 1px 0 hsl(0 0% 100% / .25), 0 3px 0 hsl(var(--brand-blue) / .8); }
.pfc-about-content .pfc-about-secondary { color: hsl(var(--brand-ink)); background: white; border: 1px solid hsl(var(--brand-border)); box-shadow: 0 2px 0 hsl(var(--brand-border)); }
.pfc-about-content a:hover { text-decoration: underline; text-underline-offset: 4px; }
.pfc-about-content a:focus-visible { outline: 2px solid hsl(var(--brand-blue)); outline-offset: 4px; }
.pfc-about-content a svg { width: 18px; height: 18px; flex-shrink: 0; }
.pfc-about-roadmap { border: 1px solid hsl(var(--brand-border)); border-radius: 24px; padding: 32px; background: white; box-shadow: 0 12px 32px hsl(var(--brand-ink) / .07), 0 2px 6px hsl(var(--brand-ink) / .04); }
.pfc-about-roadmap ol { display: grid; gap: 24px; padding: 24px 0 0; list-style: none; }
.pfc-about-roadmap li { display: flex; align-items: start; gap: 16px; margin: 0; }
.pfc-about-roadmap p { margin-top: 4px; font-size: 14px; }
.pfc-about-step { display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; background: hsl(var(--brand-blue-soft)); color: hsl(var(--brand-blue)); border-radius: 12px; font-size: 14px; font-weight: 700; }
.pfc-about-purpose { display: grid; grid-template-columns: 1fr 1.5fr; gap: 48px; padding: 32px 0; border-top: 1px solid hsl(var(--brand-border)); border-bottom: 1px solid hsl(var(--brand-border)); }
.pfc-about-section { margin-top: 48px; }
.pfc-about-features { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; margin-top: 24px; }
.pfc-about-features article { padding: 24px; border: 1px solid hsl(var(--brand-border)); border-radius: 16px; background: white; }
.pfc-about-content .pfc-about-icon { width: 40px; height: 40px; padding: 9px; border-radius: 12px; color: hsl(var(--brand-blue)); background: hsl(var(--brand-blue-soft)); margin-bottom: 16px; }
.pfc-about-features p { margin-top: 12px; font-size: 14px; }
.pfc-about-access { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 32px; padding: 32px; margin-top: 48px; background: hsl(var(--brand-blue-soft)); border: 1px solid hsl(var(--brand-blue-border)); border-radius: 16px; }
.pfc-about-access p:not(.pfc-about-eyebrow) { margin-top: 16px; max-width: 64ch; }
.pfc-about-access .pfc-about-actions { flex-direction: column; align-items: stretch; margin: 0; }
.pfc-about-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px 24px; margin-top: 20px; }
.pfc-about-links a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 0; border-bottom: 1px solid hsl(var(--brand-border)); color: hsl(var(--brand-blue)); font-weight: 600; text-decoration: none; }
.pfc-about-contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 32px 0 0; margin-top: 48px; border-top: 1px solid hsl(var(--brand-border)); }
.pfc-about-contact p { margin-top: 12px; max-width: 64ch; }
.pfc-about-contact > a { flex-shrink: 0; }
.pfc-about-footer > div { max-width: 1104px; margin: 0 auto; }
.pfc-about-footer nav { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 12px; }
.pfc-about-footer nav a { margin: 0; }
@media(max-width: 1000px) { .pfc-about-hero { gap: 32px; } .pfc-about-features { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width: 760px) {
  .pfc-about-page .pfc-about-content { padding-left: 16px !important; padding-right: 16px !important; }
  .pfc-about-hero,.pfc-about-purpose,.pfc-about-access { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .pfc-about-hero { padding: 16px 0 32px; }
  .pfc-about-roadmap { padding: 24px; }
  .pfc-about-purpose { padding: 24px 0; }
  .pfc-about-section,.pfc-about-access,.pfc-about-contact { margin-top: 32px; }
  .pfc-about-features,.pfc-about-links { grid-template-columns: minmax(0,1fr); gap: 16px; }
  .pfc-about-access { padding: 24px; }
  .pfc-about-contact { align-items: start; flex-direction: column; gap: 20px; }
}
