.dpc-app {
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
}
.dpc-progress {
	height: 6px;
	background: #e5e5e5;
	border-radius: 3px;
	margin-bottom: 24px;
	overflow: hidden;
}
.dpc-progress-bar {
	height: 100%;
	width: 0%;
	background: #d6336c;
	transition: width 0.3s ease;
}
.dpc-question h3 {
	margin-bottom: 16px;
	font-size: 1.4em;
}
.dpc-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 16px;
}
.dpc-option-label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid #ddd;
	border-radius: 8px;
	cursor: pointer;
}
.dpc-option-label:hover {
	border-color: #d6336c;
}
.dpc-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-top: 20px;
}
.dpc-error {
	color: #b32d2e;
	font-size: 0.9em;
	margin-top: 8px;
}
.dpc-btn {
	background: #d6336c;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 1em;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
.dpc-btn:hover {
	background: #b3245a;
}
.dpc-btn-back {
	background: #eee;
	color: #333;
}
.dpc-btn-back:hover {
	background: #ddd;
}
.dpc-preview-line {
	font-size: 0.9em;
	color: #666;
	margin-top: 8px;
}
.dpc-lead-capture .dpc-input {
	display: block;
	width: 100%;
	padding: 10px 12px;
	margin-bottom: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 1em;
}
.dpc-consent-label {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 0.9em;
	margin-bottom: 16px;
}
.dpc-results .dpc-result-population-big {
	font-size: 2.6em;
	font-weight: bold;
	color: #c0202a;
	margin-bottom: 2px;
	line-height: 1.1;
}
.dpc-results .dpc-result-percent-small {
	font-size: 1em;
	color: #666;
	margin-bottom: 12px;
}
.dpc-results .dpc-result-comparison {
	font-style: italic;
	margin-bottom: 20px;
}
.dpc-results .dpc-disclaimer {
	margin-bottom: 16px;
}
.dpc-results .dpc-confidence-note {
	font-size: 0.85em;
	color: #888;
	margin-bottom: 20px;
}
.dpc-breakdown {
	font-size: 0.85em;
	color: #666;
	margin-bottom: 20px;
}
.dpc-breakdown summary {
	cursor: pointer;
	color: #d6336c;
	margin-bottom: 8px;
}
.dpc-breakdown-list {
	margin: 0;
	padding-left: 20px;
}
.dpc-breakdown-list li {
	margin-bottom: 4px;
}
.dpc-booking-link {
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}
.dpc-inapp-banner {
	background: #fff3cd;
	border: 1px solid #ffe69c;
	color: #664d03;
	padding: 12px 16px;
	border-radius: 8px;
	margin-bottom: 20px;
	font-size: 0.9em;
}
.dpc-inapp-banner p {
	margin: 0 0 10px 0;
}
.dpc-inapp-copy {
	background: #664d03;
	color: #fff;
	padding: 6px 14px;
	font-size: 0.85em;
	border-radius: 6px;
	border: none;
	cursor: pointer;
}
.dpc-inapp-copy:hover {
	background: #4d3a02;
}
