.dgb-estimator { display: grid; gap: 20px; }
.dgb-calculator-heading { display: flex; align-items: flex-start; gap: 14px; }
.dgb-calculator-heading > span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #eaf1ff;
	color: #245eea;
	font-size: 12px;
	font-weight: 800;
}
.dgb-calculator-heading strong { display: block; color: #10233f; font-size: 19px; line-height: 1.3; }
.dgb-calculator-heading small { display: block; margin-top: 3px; color: #5d6a7b; }
.dgb-field { display: grid; gap: 7px; }
.dgb-field label, .dgb-options legend { font-size: 14px; font-weight: 800; }
.dgb-field input, .dgb-field select {
	width: 100%;
	min-height: 50px;
	padding: 0 14px;
	border: 1px solid rgba(23,35,31,.24);
	border-radius: 12px;
	background: #fff;
	color: #10233f;
	font: inherit;
}
.dgb-field input:focus, .dgb-field select:focus {
	outline: 3px solid rgba(22,124,104,.18);
	border-color: #10233f;
}
.dgb-field small { color: #5d6a7b; }
.dgb-options { display: grid; margin: 0; padding: 0; border: 0; gap: 9px; }
.dgb-options legend { margin-bottom: 8px; }
.dgb-options label { display: flex; align-items: flex-start; gap: 9px; font-size: 15px; }
.dgb-options input { margin-top: 5px; accent-color: #245eea; }
.dgb-result { display: grid; padding: 22px; border-radius: 16px; background: #10233f; color: #fff; gap: 4px; }
.dgb-result span { color: rgba(255,255,255,.65); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.dgb-result strong { font-size: clamp(23px, 3vw, 34px); line-height: 1.2; }
.dgb-result small { color: rgba(255,255,255,.65); }
.dgb-savings-disclosure {
	border: 1px solid #c8d8ff;
	border-radius: 16px;
	background: #f7f9ff;
	overflow: hidden;
}
.dgb-savings-disclosure summary {
	padding: 18px 20px;
	color: #10233f;
	font-weight: 800;
	cursor: pointer;
	list-style-position: inside;
}
.dgb-savings-disclosure[open] summary { border-bottom: 1px solid #dce5fb; }
.dgb-savings-inner { display: grid; padding: 20px; gap: 18px; }
.dgb-savings-intro { margin: 0; color: #5d6a7b; font-size: 14px; }
.dgb-comparison { display: grid; padding: 18px; border-radius: 15px; background: #fff; gap: 16px; }
.dgb-comparison > div { display: grid; gap: 7px; }
.dgb-comparison p { display: flex; margin: 0; align-items: baseline; justify-content: space-between; gap: 12px; }
.dgb-comparison p span { color: #5d6a7b; font-size: 12px; font-weight: 750; }
.dgb-comparison p strong { color: #10233f; font-size: 13px; text-align: right; }
.dgb-comparison i { display: block; overflow: hidden; height: 9px; border-radius: 999px; background: #e8edf5; }
.dgb-comparison b { display: block; width: 8%; height: 100%; border-radius: inherit; background: #10233f; transition: width .35s ease; }
.dgb-comparison > div:last-child b { background: #245eea; }
.dgb-money-input { display: grid; grid-template-columns: 42px 1fr; }
.dgb-money-input span {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(23,35,31,.24);
	border-right: 0;
	border-radius: 12px 0 0 12px;
	background: #f3f6fb;
	font-weight: 800;
}
.dgb-money-input input { border-radius: 0 12px 12px 0; }
.dgb-savings-result {
	display: grid;
	padding: 22px;
	border: 1px solid #c8d8ff;
	border-radius: 16px;
	background: #edf3ff;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.dgb-savings-result div { display: grid; gap: 2px; }
.dgb-savings-result span, .dgb-savings-result small { color: #5d6a7b; font-size: 12px; font-weight: 700; }
.dgb-savings-result strong { color: #245eea; font-size: 21px; line-height: 1.25; }
.dgb-savings-result > small { grid-column: 1 / -1; padding-top: 10px; border-top: 1px solid #c8d8ff; }
.dgb-contact {
	display: flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #245eea;
	color: #fff;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}
.dgb-lead-panel { margin-top: 22px; padding-top: 22px; border-top: 1px solid #dce3ef; }
.dgb-lead-panel[hidden], .dgb-contact[hidden] { display: none; }
.dgb-lead-panel textarea { width: 100%; resize: vertical; }
.dgb-consent { display: block; margin: 14px 0; color: #5d6a7b; font-size: 13px; line-height: 1.5; }
.dgb-honey { position: absolute !important; left: -9999px !important; }
@media (max-width: 560px) {
	.dgb-savings-result { grid-template-columns: 1fr; }
	.dgb-savings-result > small { grid-column: auto; }
}
