/* Public site conversion & trust enhancements */
.pub-quick-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1.25rem .75rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    min-height: 120px;
    text-align: center;
}
.pub-quick-card:hover {
    transform: translateY(-4px);
    border-color: var(--qc-color, #0d6efd);
    box-shadow: 0 8px 24px rgba(0,0,0,.08);
    color: inherit;
}
.pub-quick-card__icon {
    width: 44px; height: 44px; border-radius: 50%;
    background: color-mix(in srgb, var(--qc-color, #0d6efd) 12%, white);
    color: var(--qc-color, #0d6efd);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem;
}
.pub-quick-card__title { font-size: .78rem; font-weight: 700; color: #222; line-height: 1.25; }

.pub-journey-step {
    text-align: center;
    padding: 1.25rem 1rem;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    height: 100%;
    position: relative;
}
.pub-journey-step__num {
    position: absolute; top: .75rem; left: .75rem;
    width: 24px; height: 24px; border-radius: 50%;
    background: var(--public-primary, #1a5f7a);
    color: #fff; font-size: .72rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.pub-journey-step__icon { font-size: 1.75rem; color: var(--public-cta, #e85d04); margin-bottom: .5rem; display: block; }

.pub-gallery-teaser__img {
    aspect-ratio: 1;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    margin-bottom: .5rem;
}
.pub-gallery-teaser__title { font-size: .78rem; font-weight: 600; color: #333; display: block; }

.pub-faq-accordion .accordion-button { font-size: .92rem; font-weight: 600; }
.pub-faq-accordion .accordion-body { font-size: .88rem; color: #555; }

.pub-campaign-sticky-donate {
    position: sticky;
    top: 1rem;
    z-index: 10;
}

@media (max-width: 991.98px) {
    .pub-campaign-sticky-donate { position: fixed; bottom: 0; left: 0; right: 0; top: auto; z-index: 1030; padding: .75rem 1rem; background: #fff; border-top: 1px solid #eee; box-shadow: 0 -4px 20px rgba(0,0,0,.08); }
    .pub-campaign-sticky-donate .pub-form-card { margin: 0; box-shadow: none; border: none; padding: 0; }
    body.pub-has-sticky-donate { padding-bottom: 5.5rem; }
}

/* Public Site Professional Pack v1 */
.pub-prof-quick-actions .pub-quick-action-card {
    display: flex; flex-direction: column; gap: .35rem;
    padding: 1.1rem; border-radius: 14px; border: 1px solid #e8ecef;
    background: #fff; color: inherit; transition: transform .15s, box-shadow .15s;
    min-height: 100%;
}
.pub-prof-quick-actions .pub-quick-action-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.pub-prof-quick-actions .pub-quick-action-card.is-featured { border-color: var(--qc-color, #e85d04); background: linear-gradient(145deg, #fff 0%, color-mix(in srgb, var(--qc-color) 8%, #fff) 100%); }
.pub-quick-action-card__icon { font-size: 1.6rem; color: var(--qc-color, #0d6efd); }
.pub-quick-action-card__img { width: 100%; height: 72px; object-fit: cover; border-radius: 8px; }
.pub-quick-action-card__title { font-weight: 700; font-size: .95rem; }
.pub-quick-action-card__desc { font-size: .78rem; color: #64748b; }
.pub-quick-action-card__btn { margin-top: auto; font-size: .78rem; font-weight: 600; color: var(--qc-color, #0d6efd); }

.pub-trust-band { padding: 1.5rem 0; background: #f8fafc; border-block: 1px solid #eef2f6; }
.pub-trust-band__item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .35rem; padding: .75rem .5rem; color: #334155; }
.pub-trust-band__icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--trust-color, #047857) 12%, #fff); color: var(--trust-color, #047857); font-size: 1.2rem; }
.pub-trust-band__title { font-size: .82rem; font-weight: 700; line-height: 1.2; }
.pub-trust-band__desc { font-size: .72rem; color: #64748b; line-height: 1.3; }

.pub-process-steps { margin: 1.5rem 0; }
.pub-process-steps--compact { margin: 1rem 0 1.5rem; }
.pub-process-step { text-align: center; padding: .75rem; }
.pub-process-step__num { width: 40px; height: 40px; margin: 0 auto .5rem; border-radius: 50%; background: var(--public-primary, #1a5f7a); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.pub-process-step__title { font-size: .85rem; font-weight: 700; }
.pub-process-step__desc { font-size: .75rem; color: #64748b; }
