/* index.css - Page-specific overrides for the index/home page */
/* Lead form anchor: scroll target clears fixed header (72px + padding) */
.page-index .hero-form-wrapper#form {
    scroll-margin-top: 88px;
}

.page-index .form-progress {
    color: var(--color-secondary);
}

@media (max-width: 768px) {
    .page-index .hero-form-wrapper#form {
        scroll-margin-top: 76px;
    }
}
