/**
 * How It Works Styles
 *
 * Three-step process: Quote → Schedule → We Handle It.
 * Card styles are now in components/step-card.css
 */

.how-it-works {
	padding: var(--section-padding) 0;
}

.how-it-works h2 {
	margin-bottom: 0.75rem;
}

.how-intro {
	color: var(--wp--preset--color--text);
	margin-bottom: var(--section-header-spacing);
}

/* CTA button spacing */
.how-cta {
	margin-top: 2.5rem;
}

/* Remove default margin on grid for this section */
.how-it-works .step-grid {
	margin-bottom: 0;
}
