.bdg-page {
	--bdg-dark: #202834;
	--bdg-dark-soft: #2d3745;
	--bdg-accent: #d2900e;
	--bdg-accent-dark: #ad7205;
	--bdg-cream: #fff8e9;
	--bdg-muted: #687384;
	--bdg-light: #f3f6f9;
	--bdg-border: #e4e9ef;
	color: var(--bdg-dark);
	background: #fff;
}

.bdg-page h1,
.bdg-page h2,
.bdg-page h3,
.bdg-page h4 {
	color: var(--bdg-dark);
	letter-spacing: -0.025em;
}

.bdg-page p {
	color: var(--bdg-muted);
	line-height: 1.75;
}

.bdg-section {
	padding: 72px 0;
}

.bdg-section--soft {
	background: var(--bdg-light);
}

.bdg-eyebrow {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	color: var(--bdg-accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bdg-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	margin-right: 10px;
	background: currentColor;
}

.bdg-title {
	max-width: 820px;
	margin-bottom: 22px;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 800;
	line-height: 1.08;
}

.bdg-lead {
	max-width: 760px;
	font-size: 18px;
}

.bdg-hero {
	position: relative;
	overflow: hidden;
	padding: 90px 0 110px;
	background-color: var(--bdg-dark);
	background-position: center;
	background-size: cover;
}

.bdg-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(20, 28, 38, 0.95) 0%, rgba(20, 28, 38, 0.82) 52%, rgba(20, 28, 38, 0.45) 100%);
}

.bdg-hero::after {
	content: "";
	position: absolute;
	right: -8%;
	bottom: -85px;
	left: -8%;
	height: 125px;
	background: #fff;
	transform: rotate(-2deg);
}

.bdg-hero .container {
	position: relative;
	z-index: 2;
}

.bdg-hero__label {
	display: inline-block;
	margin-bottom: 20px;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,.34);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bdg-hero h1 {
	max-width: 790px;
	margin-bottom: 24px;
	color: #fff;
	font-size: clamp(42px, 5.2vw, 72px);
	font-weight: 800;
	line-height: 1.04;
}

.bdg-hero__intro {
	max-width: 720px;
	margin-bottom: 28px;
	color: rgba(255,255,255,.88) !important;
	font-size: 19px;
}

.bdg-benefit-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.bdg-benefit-pills li {
	padding: 9px 14px;
	border-radius: 999px;
	color: #fff;
	background: rgba(255,255,255,.13);
	font-size: 14px;
	font-weight: 700;
	backdrop-filter: blur(5px);
}

.bdg-benefit-pills li::before {
	content: "✓";
	margin-right: 8px;
	color: var(--bdg-accent);
}

.bdg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bdg-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 23px;
	border: 2px solid transparent;
	border-radius: 8px;
	font-weight: 800;
	line-height: 1;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.bdg-btn:hover {
	transform: translateY(-2px);
	text-decoration: none;
}

.bdg-btn--accent {
	color: #fff;
	background: var(--bdg-accent);
}

.bdg-btn--accent:hover {
	color: #fff;
	background: var(--bdg-accent-dark);
}

.bdg-btn--light {
	color: var(--bdg-dark);
	background: #fff;
}

.bdg-btn--light:hover {
	color: var(--bdg-dark);
	background: var(--bdg-cream);
}

.bdg-form-card {
	padding: 30px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(9, 16, 26, .28);
}

.bdg-form-card__badge {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 9px;
	border-radius: 4px;
	color: #fff;
	background: var(--bdg-accent);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.bdg-form-card h2 {
	margin-bottom: 6px;
	font-size: 28px;
	font-weight: 800;
}

.bdg-form-card > p {
	margin-bottom: 18px;
	font-size: 14px;
}

.bdg-form-card .form-control {
	min-height: 48px;
	border-color: #dce2e8;
	border-radius: 6px;
}

.bdg-form-card .form-group {
	margin-bottom: 12px;
}

.bdg-form-card .form-check-label {
	color: var(--bdg-muted);
	font-size: 13px;
	line-height: 1.45;
}

.bdg-form-card .bdg-btn {
	width: 100%;
}

.bdg-services {
	position: relative;
	z-index: 4;
	margin-top: -55px;
	padding-bottom: 72px;
}

.bdg-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--bdg-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(25, 38, 54, .08);
	transition: transform .2s ease, box-shadow .2s ease;
}

.bdg-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 42px rgba(25, 38, 54, .13);
}

.bdg-card img {
	width: 100%;
	height: 190px;
	object-fit: cover;
}

.bdg-card__body {
	padding: 24px;
}

.bdg-card h3 {
	margin-bottom: 12px;
	font-size: 23px;
	font-weight: 800;
}

.bdg-card p {
	margin-bottom: 0;
	font-size: 15px;
}

.bdg-check-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 25px 0 30px;
}

.bdg-check {
	padding: 14px 16px;
	border: 1px solid var(--bdg-border);
	border-radius: 7px;
	background: #fff;
	font-weight: 700;
}

.bdg-check::before {
	content: "✓";
	margin-right: 9px;
	color: var(--bdg-accent);
}

.bdg-image-panel {
	position: relative;
}

.bdg-image-panel img {
	width: 100%;
	min-height: 440px;
	border-radius: 10px;
	object-fit: cover;
	box-shadow: 0 18px 45px rgba(25, 38, 54, .15);
}

.bdg-image-note {
	position: absolute;
	right: 24px;
	bottom: -22px;
	max-width: 260px;
	padding: 20px 24px;
	border-radius: 8px;
	color: #fff;
	background: var(--bdg-dark);
	box-shadow: 0 12px 30px rgba(20, 28, 38, .25);
}

.bdg-image-note strong {
	display: block;
	margin-bottom: 5px;
	color: var(--bdg-accent);
	font-size: 24px;
}

.bdg-price-layout {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

.bdg-price-table {
	grid-column: 1 / -1;
	overflow: hidden;
	border: 1px solid var(--bdg-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(25, 38, 54, .09);
}

.bdg-price-intro {
	margin-bottom: 34px;
}

.bdg-price-layout > aside {
	display: contents;
}

.bdg-price-layout .bdg-side-card {
	height: 100%;
	margin-bottom: 0;
}

.bdg-price-row {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(160px, .65fr) 90px;
	align-items: center;
	padding: 18px 22px;
	border-bottom: 1px solid var(--bdg-border);
}

.bdg-price-row:last-child {
	border-bottom: 0;
}

.bdg-price-row--head {
	color: #fff;
	background: var(--bdg-dark);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.bdg-price-row strong {
	display: block;
	color: var(--bdg-dark);
}

.bdg-price-row small {
	display: block;
	margin-top: 4px;
	color: var(--bdg-muted);
}

.bdg-price-value {
	color: var(--bdg-accent-dark);
	font-weight: 800;
}

.bdg-side-card {
	margin-bottom: 18px;
	padding: 25px;
	border: 1px solid var(--bdg-border);
	border-radius: 11px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(25, 38, 54, .08);
}

.bdg-side-card--dark {
	color: #fff;
	border: 0;
	background: var(--bdg-dark);
}

.bdg-side-card h3 {
	margin-bottom: 14px;
	font-size: 23px;
	font-weight: 800;
}

.bdg-side-card--dark h3,
.bdg-side-card--dark p {
	color: #fff;
}

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

.bdg-list li {
	position: relative;
	margin-bottom: 11px;
	padding-left: 25px;
	color: var(--bdg-muted);
}

.bdg-list li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--bdg-accent);
	font-weight: 800;
}

.bdg-process-card {
	height: 100%;
	padding: 30px;
	border: 1px solid var(--bdg-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(25, 38, 54, .07);
}

.bdg-process-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 20px;
	border-radius: 50%;
	color: #fff;
	background: var(--bdg-accent);
	font-size: 18px;
	font-weight: 800;
}

.bdg-process-card h3 {
	font-size: 24px;
	font-weight: 800;
}

.bdg-callout {
	padding: 32px 0;
	background: var(--bdg-dark);
}

.bdg-callout h2,
.bdg-callout p {
	color: #fff;
}

.bdg-callout h2 {
	margin-bottom: 8px;
	font-size: 30px;
	font-weight: 800;
}

.bdg-benefit-card {
	height: 100%;
	padding: 26px;
	border: 1px solid var(--bdg-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(25, 38, 54, .06);
}

.bdg-benefit-card h3 {
	font-size: 22px;
	font-weight: 800;
}

.bdg-final {
	position: relative;
	padding: 80px 0;
	background-position: center;
	background-size: cover;
}

.bdg-final::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(20, 28, 38, .86);
}

.bdg-final .container {
	position: relative;
	z-index: 2;
}

.bdg-final h2 {
	max-width: 760px;
	color: #fff;
	font-size: clamp(34px, 4vw, 55px);
	font-weight: 800;
}

.bdg-final p {
	max-width: 720px;
	color: rgba(255,255,255,.82);
	font-size: 18px;
}

.bdg-final-benefits {
	margin: 28px 0;
	padding: 0;
	list-style: none;
}

.bdg-final-benefits li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 29px;
	color: #fff;
	font-weight: 700;
}

.bdg-final-benefits li::before {
	content: "✓";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--bdg-accent);
	font-weight: 800;
}

.bdg-final-phone {
	display: inline-flex;
	align-items: center;
	color: #fff !important;
	font-size: 25px;
	font-weight: 800;
}

.bdg-final-phone::before {
	content: "☎";
	margin-right: 10px;
	color: var(--bdg-accent);
}

.bdg-final-form {
	padding: 34px;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(4, 10, 18, .34);
}

.bdg-final-form label {
	margin-bottom: 7px;
	color: var(--bdg-dark);
	font-size: 13px;
	font-weight: 800;
}

.bdg-final-form .form-group {
	margin-bottom: 18px;
}

.bdg-final-form .form-control {
	min-height: 50px;
	border-color: #dce2e8;
	border-radius: 6px;
	color: var(--bdg-dark);
	background-color: #fff;
}

.bdg-final-form textarea.form-control {
	min-height: 112px;
	resize: vertical;
}

.bdg-final-form .form-check-label {
	color: var(--bdg-muted);
	font-weight: 600;
	line-height: 1.45;
}

.bdg-final-form .form-check-label a {
	color: #9a6500 !important;
}

.bdg-final-submit {
	width: 100%;
	margin-top: 3px;
}

@media (max-width: 991.98px) {
	.bdg-hero {
		padding: 70px 0 95px;
	}

	.bdg-form-card {
		margin-top: 40px;
	}

	.bdg-services {
		margin-top: -35px;
	}

	.bdg-price-layout {
		grid-template-columns: 1fr;
	}

	.bdg-image-panel {
		margin-top: 45px;
	}

	.bdg-final-form {
		padding: 28px;
	}
}

@media (max-width: 767.98px) {
	.bdg-section {
		padding: 55px 0;
	}

	.bdg-hero h1 {
		font-size: 42px;
	}

	.bdg-services {
		padding-bottom: 55px;
	}

	.bdg-card {
		margin-bottom: 22px;
	}

	.bdg-check-grid {
		grid-template-columns: 1fr;
	}

	.bdg-price-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.bdg-price-row--head {
		display: none;
	}

	.bdg-image-panel img {
		min-height: 360px;
	}

	.bdg-image-note {
		position: static;
		max-width: none;
		margin-top: -12px;
	}

	.bdg-final {
		padding: 60px 0;
	}

	.bdg-final-form {
		padding: 24px 20px;
	}
}

.bdg-page .bdg-form-card .form-check-label a {
	color: #9a6500 !important;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bdg-page .bdg-form-card .form-check-label a:hover,
.bdg-page .bdg-form-card .form-check-label a:focus {
	color: #684400 !important;
}
