/* Homepage CTAs reuse the About Us .ref-pill component and responsive sizes. */
#main .ref-pill {
    --ref-green: #6caa37;
    max-width: 100%;
    text-align: center;
}
.wix-hero .ref-pill { margin-top: 27px; }
.wix-cta .actions { flex-wrap: wrap; gap: 24px; }
@media (max-width: 760px) {
    .wix-hero .ref-pill { margin-top: 20px; }
    .wix-cta .actions { gap: 12px; }
}
