/* Audience landing pages (/volunteers, /hospitals, /schools, /organizations).
   Sits on top of landing.css: same nav, fonts, tokens and reveal classes. */
.pg { padding: 88px 0 40px; }
.pg-hero { padding: 72px 0 40px; }
.pg-hero .wrap { display: grid; gap: 28px; align-items: center; }
@media (min-width: 900px) { .pg-hero .wrap { grid-template-columns: 1.1fr .9fr; gap: 48px; } }
.pg-hero h1 { font-family: var(--display); font-size: clamp(38px, 6vw, 64px); line-height: .98; letter-spacing: -.03em; margin: 0 0 16px; font-weight: 700; text-wrap: balance; }
.pg-hero h1 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--green-dark); }
.pg-hero .lead { font-size: 19px; line-height: 1.5; color: var(--ink); max-width: 56ch; margin: 0 0 22px; }
.pg-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.pg-actions .note { font-size: 13px; color: var(--grey); flex-basis: 100%; }
.pg-visual { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; box-shadow: 0 20px 60px -30px rgba(21,33,26,.35); }
.pg-visual .row { display: flex; align-items: center; gap: 12px; padding: 12px 10px; border-radius: 12px; }
.pg-visual .row + .row { border-top: 1px solid var(--line); }
.pg-visual .row.is-on { background: var(--green-soft); }
.pg-visual .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #EEF1EE; color: var(--green-dark); flex: none; }
.pg-visual .ic svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pg-visual .t { font-weight: 600; font-size: 15px; } .pg-visual .d { font-size: 13px; color: var(--grey); }
.pg-visual .st { margin-left: auto; font-size: 12px; font-weight: 700; padding: 3px 8px; border-radius: 6px; background: var(--green-soft); color: var(--green-dark); white-space: nowrap; }
.pg-visual .st.wait { background: #FFF1D6; color: #8A5A00; } .pg-visual .st.grey { background: #EEF1EE; color: var(--grey); }
.pg-section { padding: 64px 0; }
.pg-section.alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pg-section h2 { font-family: var(--display); font-size: clamp(28px, 4vw, 40px); letter-spacing: -.02em; line-height: 1.05; margin: 0 0 10px; text-wrap: balance; }
.pg-section h2 em { font-family: var(--serif); font-style: italic; font-weight: 400; color: var(--green-dark); }
.pg-section .sub { font-size: 17px; color: var(--grey); max-width: 60ch; margin: 0 0 28px; }
.steps { display: grid; gap: 14px; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } .steps.three { grid-template-columns: repeat(3, 1fr); } }
.step { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.pg-section.alt .step { background: var(--paper); }
.step b { display: block; font-family: var(--display); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 8px; }
.step h3 { font-size: 17px; margin: 0 0 6px; letter-spacing: -.01em; }
.step p { margin: 0; font-size: 14px; color: var(--grey); line-height: 1.5; }
.feat { display: grid; gap: 14px; }
@media (min-width: 760px) { .feat { grid-template-columns: repeat(3, 1fr); } .feat.two { grid-template-columns: repeat(2, 1fr); } }
.feat > div { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.pg-section.alt .feat > div { background: var(--paper); }
.feat h3 { font-size: 17px; margin: 0 0 6px; } .feat p { margin: 0; font-size: 14px; color: var(--grey); line-height: 1.5; }
.feat .ic { width: 38px; height: 38px; border-radius: 12px; background: var(--green-soft); color: var(--green-dark); display: grid; place-items: center; margin-bottom: 12px; }
.feat .ic svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
@media (min-width: 760px) { .proof { grid-template-columns: repeat(4, 1fr); } }
.proof div { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.proof b { display: block; font-family: var(--display); font-size: 30px; letter-spacing: -.02em; font-variant-numeric: tabular-nums; } .proof span { font-size: 13px; color: var(--grey); }
.pricing { display: grid; gap: 14px; } @media (min-width: 760px) { .pricing { grid-template-columns: repeat(3, 1fr); } }
.price { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.price.hi { border-color: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.price b { font-family: var(--display); font-size: 34px; letter-spacing: -.02em; display: block; } .price small { color: var(--grey); font-size: 13px; }
.price ul { margin: 12px 0 0; padding-left: 18px; font-size: 14px; color: var(--ink); } .price li { margin: 4px 0; }
.compliance { background: var(--ink); color: #fff; border-radius: 20px; padding: 28px; display: grid; gap: 18px; }
@media (min-width: 760px) { .compliance { grid-template-columns: 1fr 1fr; } }
.compliance h3 { font-family: var(--display); font-size: 22px; margin: 0 0 8px; } .compliance p, .compliance li { color: #D8DED9; font-size: 14px; line-height: 1.55; } .compliance ul { margin: 0; padding-left: 18px; }
.faq { display: grid; gap: 10px; max-width: 760px; } .faq details { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px 16px; } .faq summary { font-weight: 600; cursor: pointer; } .faq p { margin: 8px 0 0; font-size: 14px; color: var(--grey); }
.pg-final { padding: 72px 0 96px; text-align: center; }
.pg-final h2 { font-family: var(--display); font-size: clamp(30px, 5vw, 48px); letter-spacing: -.03em; margin: 0 0 12px; } .pg-final p { color: var(--grey); margin: 0 0 22px; }
.pg-final .pg-actions { justify-content: center; }
.aud { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 18px; }
.aud a { font-size: 13px; font-weight: 600; padding: 6px 12px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink); text-decoration: none; }
.aud a.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.pg-foot { border-top: 1px solid var(--line); padding: 28px 0; font-size: 13px; color: var(--grey); }
.pg-foot .wrap { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; }
.pg-foot img { height: 22px; display: block; }
.pg-foot a { color: var(--grey); text-decoration: none; } .pg-foot a:hover { color: var(--ink); }
.pg .cta.big { font-size: 16px; padding: 14px 22px; }
