/* Center the Get Started button vertically in navigation */
.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.nav-cta {
    display: flex;
    align-items: center;
}

.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Center the Get Started button in modal form */
#leadForm button[type="submit"],
#leadForm .cta-btn {
    display: block !important;
    width: auto !important;
    margin: 2rem auto 0 !important;
    text-align: center !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
