/* Valuation page — complements aboutus-style.css */

.valuation-page .valuation-intro .premium-title {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Market research — tall portrait feature image (matches 780×1120 source crop) */
.valuation-page .valuation-research-img {
	width: 100%;
	height: auto;
	aspect-ratio: 39 / 56;
	object-fit: cover;
	object-position: center;
}

.valuation-divider-strip {
	position: relative;
	min-height: 300px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.valuation-divider-strip--compact {
	min-height: 220px;
}

.valuation-divider-strip::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(19, 41, 75, 0.9);
}

.valuation-divider-inner {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 3rem 1.5rem;
	max-width: 880px;
	margin: 0 auto;
}

.valuation-divider-kicker {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #ea5650;
	font-weight: 600;
	margin-bottom: 12px;
}

.valuation-divider-strip h2 {
	font-family: 'GabrielaStencil', serif;
	color: #fff;
	font-size: clamp(26px, 4vw, 36px);
	font-weight: 700;
	margin: 0;
	line-height: 1.25;
}

.valuation-quote-band {
	padding-top: 70px;
	padding-bottom: 70px;
}

.valuation-quote-text {
	font-size: 22px;
	line-height: 1.65;
	max-width: 820px;
	font-weight: 300;
	font-family: 'GabrielaStencil', serif;
	font-style: italic;
}

.valuation-checklist {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

.valuation-checklist li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.65;
	color: #555;
	font-weight: 500;
}

.valuation-checklist li::before {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
	color: #ea5650;
	font-size: 14px;
}

.valuation-mini-card {
	background: #f7f7f7;
	border-radius: 4px;
	padding: 1.5rem 1.25rem;
	height: 100%;
	border-left: 3px solid #ea5650;
}

.valuation-mini-card i {
	font-size: 22px;
	color: #13294b;
	margin-bottom: 10px;
	display: block;
}

.valuation-mini-card h4 {
	font-family: 'GabrielaStencil', serif;
	font-size: 18px;
	font-weight: 700;
	color: #13294b;
	margin-bottom: 8px;
}

.valuation-mini-card p {
	font-size: 14px;
	line-height: 1.65;
	color: #777;
	margin: 0;
	font-weight: 400;
}

.valuation-cta-strip .valuation-cta-title {
	font-family: 'GabrielaStencil', serif;
	font-size: 28px;
	font-weight: 700;
	color: #13294b;
	margin-bottom: 12px;
}

.img-elegant{
	border: none !important;
}

.valuation-page .valuation-contact-line {
	margin-top: 1.5rem;
	font-size: 16px;
	line-height: 1.7;
	color: #444;
	font-weight: 500;
}

.valuation-page .valuation-contact-line a {
	color: #13294b;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(19, 41, 75, 0.25);
	transition: border-color 0.2s ease, color 0.2s ease;
}

.valuation-page .valuation-contact-line a:hover,
.valuation-page .valuation-contact-line a:focus {
	color: #ea5650;
	border-bottom-color: #ea5650;
}

.valuation-page .valuation-contact-sep {
	margin: 0 0.15em;
}
