.vcc-wrapper {
	max-width: 820px;
	margin: 0 auto;
	font-family: 'Vazirmatn', Tahoma, sans-serif;
	background: #ffffff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.vcc-header { text-align: center; margin-bottom: 28px; }
.vcc-header h2 { font-size: 24px; margin-bottom: 6px; color: #1a2b4c; }
.vcc-subtitle { color: #6b7280; font-size: 14px; margin-bottom: 12px; }
.vcc-province-note {
	display: inline-block;
	background: #fff7e6;
	color: #9a6b00;
	border: 1px solid #ffe0a3;
	border-radius: 8px;
	padding: 8px 16px;
	font-size: 13px;
}
.vcc-field { margin-bottom: 24px; }
.vcc-field > label {
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	color: #1a2b4c;
	font-size: 15px;
}
.vcc-field input[type="number"],
.vcc-field select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #e2e5ea;
	border-radius: 10px;
	font-size: 14px;
	box-sizing: border-box;
	transition: border-color .2s;
	font-family: inherit;
}
.vcc-field input[type="number"]:focus,
.vcc-field select:focus {
	outline: none;
	border-color: #2f5ce0;
}

.vcc-quality-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
}
.vcc-radio-card {
	display: flex;
	flex-direction: column;
	gap: 4px;
	border: 1.5px solid #e2e5ea;
	border-radius: 12px;
	padding: 14px;
	cursor: pointer;
	position: relative;
	transition: all .2s;
}
.vcc-radio-card:has(input:checked) {
	border-color: #2f5ce0;
	background: #f4f7ff;
	box-shadow: 0 4px 14px rgba(47,92,224,0.12);
}
.vcc-radio-card input { position: absolute; top: 12px; left: 12px; }
.vcc-radio-title { font-weight: 700; font-size: 14px; color: #1a2b4c; padding-right: 4px;}
.vcc-radio-detail { font-size: 12px; color: #6b7280; }
.vcc-radio-price { font-size: 12.5px; color: #2f5ce0; font-weight: 600; margin-top: 4px; }

.vcc-checkbox-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 10px;
}
.vcc-checkbox-item {
	display: flex;
	align-items: center;
	gap: 8px;
	border: 1px solid #e2e5ea;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 13.5px;
	cursor: pointer;
	color: #374151;
}
.vcc-checkbox-item:has(input:checked) {
	border-color: #2f5ce0;
	background: #f4f7ff;
}
.vcc-facility-price { color: #9ca3af; font-size: 12px; margin-right: auto; }

.vcc-btn {
	width: 100%;
	padding: 14px;
	background: linear-gradient(90deg, #2f5ce0, #4d7bff);
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: opacity .2s;
	font-family: inherit;
}
.vcc-btn:hover { opacity: .9; }

.vcc-result {
	margin-top: 30px;
	border-top: 2px dashed #e2e5ea;
	padding-top: 24px;
	text-align: center;
}
.vcc-result h3 { color: #1a2b4c; margin-bottom: 12px; }
.vcc-result-range {
	font-size: 26px;
	font-weight: 800;
	color: #2f5ce0;
	margin-bottom: 20px;
}
.vcc-breakdown {
	width: 100%;
	border-collapse: collapse;
	font-size: 13.5px;
	margin-bottom: 16px;
	text-align: right;
}
.vcc-breakdown td {
	padding: 8px 10px;
	border-bottom: 1px solid #f0f1f3;
	color: #374151;
}
.vcc-breakdown td:last-child { text-align: left; font-weight: 600; color: #1a2b4c; }
.vcc-disclaimer { font-size: 12px; color: #9ca3af; line-height: 1.8; }

@media (max-width: 600px) {
	.vcc-wrapper { padding: 20px; border-radius: 12px; }
	.vcc-result-range { font-size: 20px; }
}
