/* Part 12 — Cash for Gold Houston landing page */
.cfg-hero {
	position: relative;
	background:
		linear-gradient(105deg, rgba(15, 24, 37, 0.92) 0%, rgba(15, 24, 37, 0.72) 55%, rgba(15, 24, 37, 0.45) 100%),
		url('../img/bg/slide5.webp') center/cover no-repeat;
	padding: 88px 0 64px;
	color: #fff;
}
.cfg-hero h1 {
	color: #fff;
	font-size: 2.45rem;
	line-height: 1.2;
	margin: 0 0 16px;
	max-width: 18ch;
}
.cfg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #D4A017;
	margin-bottom: 14px;
}
.cfg-open-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2ecc71;
	box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.6);
	animation: cfg-pulse 2s infinite;
}
@keyframes cfg-pulse {
	0% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.55); }
	70% { box-shadow: 0 0 0 10px rgba(46, 204, 113, 0); }
	100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}
.cfg-sub {
	font-size: 1.15rem;
	line-height: 1.55;
	max-width: 38rem;
	margin-bottom: 22px;
	color: rgba(255, 255, 255, 0.92);
}
.cfg-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}
.cfg-btn-light {
	border-color: #fff !important;
	color: #fff !important;
}
.cfg-btn-light:hover {
	background: #fff !important;
	color: #0f1825 !important;
}
.cfg-trust-inline {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	font-size: 0.92rem;
	color: rgba(255, 255, 255, 0.88);
}
.cfg-trust-inline li {
	position: relative;
	padding-left: 14px;
}
.cfg-trust-inline li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #D4A017;
}
.cfg-hero-img {
	border-radius: 6px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
	width: 100%;
	height: auto;
}
.cfg-section {
	padding: 70px 0;
}
.cfg-section--muted {
	background: #f7f7f7;
}
.cfg-tiles .cfg-tile {
	display: block;
	background: #fff;
	border: 1px solid #e8e8e8;
	text-align: center;
	text-decoration: none;
	color: #0f1825;
	height: 100%;
	transition: border-color 0.2s, transform 0.2s;
	overflow: hidden;
}
.cfg-tiles .cfg-tile:hover {
	border-color: #D4A017;
	transform: translateY(-2px);
	color: #0f1825;
}
.cfg-tile__img {
	display: block;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: #eee;
}
.cfg-tile__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.cfg-tile__label {
	display: block;
	padding: 12px 10px 14px;
	font-weight: 600;
	font-size: 0.95rem;
}
.cfg-step {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 22px 18px;
	height: 100%;
}
.cfg-step__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #0f1825;
	color: #D4A017;
	font-weight: 700;
	margin-bottom: 12px;
}
.cfg-step h3 {
	font-size: 1.1rem;
	margin-bottom: 8px;
}
.cfg-step p {
	margin: 0;
	color: #555;
}
.cfg-why {
	background: #fff;
	padding: 24px 18px;
	height: 100%;
	border-top: 3px solid #D4A017;
}
.cfg-why h3 {
	font-size: 1.15rem;
	margin-bottom: 8px;
}
.cfg-why p {
	margin: 0;
	color: #555;
}
.cfg-ai-answer {
	margin-top: 28px;
	background: #fff;
	border-left: 4px solid #D4A017;
	padding: 20px 24px;
}
.cfg-ai-answer h2 {
	font-size: 1.25rem;
	margin-bottom: 8px;
}
.cfg-ai-answer p {
	margin: 0;
}
.cfg-review {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 20px 18px;
	height: 100%;
	margin: 0;
}
.cfg-review p {
	font-size: 0.95rem;
	line-height: 1.5;
	color: #333;
}
.cfg-review footer {
	font-size: 0.85rem;
	color: #666;
}
.cfg-review__stars {
	margin-bottom: 8px;
	color: #D4A017;
}
.cfg-faq details {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 14px 16px;
	margin-bottom: 10px;
}
.cfg-faq summary {
	font-weight: 600;
	cursor: pointer;
}
.cfg-faq details p {
	margin: 10px 0 0;
	color: #444;
}
.cfg-hours {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	max-width: 280px;
}
.cfg-hours li {
	display: flex;
	justify-content: space-between;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
	font-size: 0.92rem;
}
.cfg-map {
	position: relative;
	width: 100%;
	padding-top: 66%;
	background: #eee;
	overflow: hidden;
}
.cfg-map iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.cfg-final-cta {
	background: #0f1825;
	color: #fff;
	padding: 56px 0;
}
.cfg-final-cta h2 {
	color: #fff;
	margin-bottom: 8px;
}
.cfg-final-cta p {
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 20px;
}
.cfg-final-cta .btn-style {
	margin: 4px;
}
.cfg-sticky-bar {
	display: none;
}
@media (max-width: 991px) {
	.cfg-hero h1 {
		font-size: 2rem;
		max-width: none;
	}
}
@media (max-width: 767px) {
	.cfg-hero {
		padding: 56px 0 48px;
	}
	.cfg-hero h1 {
		font-size: 1.7rem;
	}
	.cfg-section {
		padding: 48px 0;
	}
	.cfg-sticky-bar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 9999;
		background: #0f1825;
		box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.25);
	}
	.cfg-sticky-bar a {
		text-align: center;
		padding: 14px 8px;
		font-weight: 700;
		color: #0f1825;
		background: #D4A017;
		text-decoration: none;
	}
	.cfg-sticky-bar a:last-child {
		background: #fff;
		border-left: 1px solid #0f1825;
	}
	body {
		padding-bottom: 58px;
	}
	/* Ads / mobile: keep sticky CTAs clear of offer chrome */
	.ads-landing body,
	body.ads-landing {
		padding-bottom: 58px;
	}
}
/* Ads landing: compact header, no main nav */
.ads-landing .mainmenu-area,
.ads-landing .sticky-menu {
	display: none !important;
}
.ads-landing .header-top {
	display: none !important;
}
