.dealer-locator-page {
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
}

#content article.featured .dealer-locator-hero {
	max-width: 760px;
	margin: 0 auto 2.25em;
	padding: 0 1em;
	text-align: center;
}

#content article.featured .dealer-locator-hero h2 {
	margin: 0.2em 0 0.35em;
	font-size: 2.65em;
	line-height: 1.12em;
}

.dealer-locator-hero p {
	margin: 0;
	color: #555;
	font-size: 1.08em;
	line-height: 1.7em;
}

.dealer-locator-eyebrow {
	display: block;
	color: #b91715;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.dealer-locator-layout {
	display: grid;
	grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.6fr);
	gap: 1.5em;
	align-items: start;
}

.dealer-locator-sidebar {
	display: grid;
	gap: 1em;
}

.dealer-info-card,
.dealer-form-card {
	box-sizing: border-box;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.dealer-info-card {
	position: relative;
	padding: 1.45em 1.4em 1.35em;
}

.dealer-info-card--steps {
	border-top: 5px solid #b91715;
}

.dealer-info-card--contact {
	background: #b91715;
	border-color: #b91715;
	color: #fff;
}

.dealer-info-card--address {
	background: #f7f7f7;
}

.dealer-info-card--contact h3,
.dealer-info-card--contact a,
.dealer-info-card--contact p {
	color: #fff;
}

.dealer-info-card--contact a:hover {
	color: #fff;
	text-decoration: none;
}

.dealer-info-card h3 {
	margin: 0 0 0.75em;
	font-size: 1.18em;
}

.dealer-info-card p,
.dealer-info-card address {
	margin: 0;
	font-style: normal;
	line-height: 1.65em;
}

.dealer-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.4em;
	height: 2.4em;
	margin-bottom: 0.85em;
	border-radius: 50%;
	background: #f8e9e9;
	color: #b91715;
	font-size: 1.05em;
}

.dealer-info-card--contact .dealer-card-icon {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.dealer-step-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealer-step-list li {
	display: grid;
	grid-template-columns: 2em 1fr;
	gap: 0.75em;
	align-items: start;
	margin: 0 0 0.9em;
	line-height: 1.5em;
}

.dealer-step-list li:last-child {
	margin-bottom: 0;
}

.dealer-step-list li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background: #b91715;
	color: #fff;
	font-size: 0.82em;
	font-weight: 700;
}

.dealer-phone {
	display: inline-block;
	margin-bottom: 0.45em;
	font-size: 1.35em;
	font-weight: 700;
	text-decoration: none;
}

.dealer-form-card {
	padding: 2em;
	border-top: 5px solid #b91715;
}

.dealer-form-heading {
	display: flex;
	gap: 1em;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 1.5em;
}

.dealer-form-heading h3 {
	margin: 0.25em 0 0;
	font-size: 1.45em;
	line-height: 1.3em;
}

.dealer-form-alert {
	margin-bottom: 1.25em;
	padding: 0.9em 1em;
	border: 1px solid #b91715;
	border-radius: 7px;
	background: #fff0f0;
	color: #8f0f0d;
	font-weight: 700;
}

.dealer-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.15em;
}

.dealer-field {
	display: block;
	margin: 0;
	font-weight: 600;
}

.dealer-field > span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75em;
	margin-bottom: 0.4em;
	color: #333;
}

.dealer-field--wide {
	grid-column: 1 / -1;
}

.required-marker {
	color: #b91715;
	font-size: 0.7em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.dealer-locator-form input[type="text"],
.dealer-locator-form input[type="email"],
.dealer-locator-form input[type="tel"],
.dealer-locator-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #d8d8d8;
	border-radius: 7px;
	background: #fff;
	color: #222;
	font: inherit;
	font-weight: 400;
	line-height: 1.45em;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dealer-locator-form input[type="text"],
.dealer-locator-form input[type="email"],
.dealer-locator-form input[type="tel"] {
	min-height: 47px;
	padding: 0.65em 0.8em;
}

.dealer-locator-form textarea {
	min-height: 125px;
	padding: 0.8em;
	resize: vertical;
}

.dealer-locator-form input:focus,
.dealer-locator-form textarea:focus {
	outline: none;
	border-color: #b91715;
	box-shadow: 0 0 0 3px rgba(185, 23, 21, 0.12);
}

.dealer-field-error {
	display: block;
	margin-top: 0.35em;
	color: #b91715;
	font-weight: 700;
}

.dealer-email-note {
	margin: 1.15em 0 1.4em;
	padding: 0.75em 0.9em;
	border-radius: 7px;
	background: #f4f4f4;
	color: #555;
	font-size: 0.9em;
}

.dealer-email-note i {
	margin-right: 0.35em;
	color: #b91715;
}

.dealer-form-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75em;
	align-items: center;
}

.dealer-form-actions .button {
	margin: 0;
	border: 0;
	border-radius: 6px;
	padding: 1em 3.1em 1em 1.45em;
	font-weight: 700;
}

.dealer-form-actions .dealer-button-secondary {
	background: #333;
}

.dealer-form-actions .dealer-button-secondary:hover {
	background: #4a4a4a;
}

@media screen and (max-width: 900px) {
	.dealer-locator-layout {
		grid-template-columns: 1fr;
	}

	.dealer-locator-sidebar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dealer-info-card--steps {
		grid-column: 1 / -1;
	}
}

@media screen and (max-width: 620px) {
	#content article.featured .dealer-locator-hero h2 {
		font-size: 2em;
	}

	.dealer-locator-sidebar,
	.dealer-form-grid {
		grid-template-columns: 1fr;
	}

	.dealer-info-card--steps,
	.dealer-field--wide {
		grid-column: auto;
	}

	.dealer-form-card {
		padding: 1.35em;
	}

	.dealer-form-heading {
		flex-direction: column;
	}

	.dealer-form-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.dealer-form-actions .button {
		width: 100%;
	}
}
