/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Typography hierarchy: headings render at the same weight (400) as body
   text theme-wide, so nothing reads as a heading except by size/color. */
h1, h2, h3, h4 {
	font-weight: 700;
}

/* Hero CTA group: two buttons side by side, stacked with a gap on mobile */
.hero-cta-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

/* Homepage trust bar */
.trust-bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 48px;
}
.trust-bar-item {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #035D7E;
}
.trust-bar-item i {
	font-size: 32px;
}
.trust-bar-item span {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
}

