.yateer-cctv-calc {
	max-width: 720px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e5e8ee;
	border-radius: 12px;
	padding: 32px;
	box-shadow: 0 4px 20px rgba(20, 30, 60, 0.06);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #1a2338;
	position: relative;
}

.yateer-cctv-calc .ycc-intro h2 {
	margin: 0 0 6px;
	font-size: 24px;
	color: #12203f;
}

.yateer-cctv-calc .ycc-intro p {
	margin: 0 0 24px;
	color: #5b6478;
	font-size: 14px;
}

.yateer-cctv-calc .ycc-steps {
	display: flex;
	gap: 6px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.yateer-cctv-calc .ycc-step {
	flex: 1;
	text-align: center;
	font-size: 12px;
	padding: 8px 4px;
	border-radius: 6px;
	background: #f2f4f8;
	color: #97a0b3;
	font-weight: 600;
}

.yateer-cctv-calc .ycc-step.active,
.yateer-cctv-calc .ycc-step.done {
	background: #1a56db;
	color: #fff;
}

.yateer-cctv-calc .ycc-panel label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 8px;
	color: #12203f;
}

.yateer-cctv-calc select,
.yateer-cctv-calc input[type="text"],
.yateer-cctv-calc input[type="tel"],
.yateer-cctv-calc input[type="email"] {
	width: 100%;
	padding: 12px 14px;
	border: 1.5px solid #dde2ec;
	border-radius: 8px;
	font-size: 15px;
	box-sizing: border-box;
	margin-bottom: 4px;
	background: #fbfcfe;
}

.yateer-cctv-calc select:focus,
.yateer-cctv-calc input:focus {
	outline: none;
	border-color: #1a56db;
	background: #fff;
}

.yateer-cctv-calc input[type="range"] {
	width: 100%;
	accent-color: #1a56db;
	margin: 10px 0;
}

.yateer-cctv-calc .ycc-camera-count-display {
	font-size: 20px;
	font-weight: 700;
	color: #1a56db;
	margin-bottom: 4px;
}

.yateer-cctv-calc .ycc-hint {
	font-size: 12.5px;
	color: #7c869c;
	margin: 6px 0 0;
}

.yateer-cctv-calc .ycc-field {
	margin-bottom: 22px;
}

.yateer-cctv-calc .ycc-notice {
	background: #fff6e5;
	border-left: 4px solid #f0a500;
	padding: 12px 14px;
	border-radius: 6px;
	font-size: 13.5px;
	margin: 16px 0;
	color: #6b5100;
}

.yateer-cctv-calc .ycc-error {
	background: #fdecea;
	border-left: 4px solid #d93025;
	color: #a30000;
	padding: 10px 14px;
	border-radius: 6px;
	font-size: 13.5px;
	margin-bottom: 16px;
}

.yateer-cctv-calc .ycc-actions {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 24px;
}

.yateer-cctv-calc .ycc-btn {
	padding: 12px 22px;
	border-radius: 8px;
	font-size: 14.5px;
	font-weight: 600;
	border: none;
	cursor: pointer;
	transition: transform .08s ease, opacity .15s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.yateer-cctv-calc .ycc-btn:active {
	transform: scale(0.98);
}

.yateer-cctv-calc .ycc-btn[disabled] {
	opacity: .45;
	cursor: not-allowed;
}

.yateer-cctv-calc .ycc-btn-primary {
	background: #1a56db;
	color: #fff;
	margin-left: auto;
}

.yateer-cctv-calc .ycc-btn-secondary {
	background: #eef1f6;
	color: #38415a;
}

.yateer-cctv-calc .ycc-btn-whatsapp {
	background: #25d366;
	color: #fff;
	margin-top: 14px;
}

.yateer-cctv-calc .ycc-results-summary {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.yateer-cctv-calc .ycc-stat {
	flex: 1;
	min-width: 140px;
	background: #f6f8fc;
	border-radius: 10px;
	padding: 16px;
	text-align: center;
}

.yateer-cctv-calc .ycc-stat .ycc-stat-value {
	font-size: 26px;
	font-weight: 800;
	color: #1a56db;
}

.yateer-cctv-calc .ycc-stat .ycc-stat-label {
	font-size: 12.5px;
	color: #6b7386;
	margin-top: 4px;
}

.yateer-cctv-calc .ycc-position-table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0;
	font-size: 14px;
}

.yateer-cctv-calc .ycc-position-table th,
.yateer-cctv-calc .ycc-position-table td {
	text-align: left;
	padding: 9px 12px;
	border-bottom: 1px solid #eef0f5;
}

.yateer-cctv-calc .ycc-position-table th {
	background: #f6f8fc;
	font-weight: 700;
	color: #38415a;
}

.yateer-cctv-calc .ycc-section-title {
	font-size: 15px;
	font-weight: 700;
	color: #12203f;
	margin: 22px 0 6px;
}

.yateer-cctv-calc .ycc-thankyou {
	text-align: center;
	padding: 20px 0;
}

.yateer-cctv-calc .ycc-thankyou h3 {
	font-size: 22px;
	margin-bottom: 8px;
}

.yateer-cctv-calc .ycc-loading {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.75);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}

.yateer-cctv-calc .ycc-spinner {
	width: 38px;
	height: 38px;
	border: 4px solid #dde2ec;
	border-top-color: #1a56db;
	border-radius: 50%;
	animation: ycc-spin 0.8s linear infinite;
}

@keyframes ycc-spin {
	to { transform: rotate(360deg); }
}

.yateer-cctv-calc .ycc-confirm {
	text-align: center;
	padding: 18px 10px 6px;
}

.yateer-cctv-calc #ycc-price-question {
	justify-content: center;
	margin-top: 20px;
}

.yateer-cctv-calc #ycc-full-fields {
	margin-top: 22px;
	border-top: 1px solid #eef0f5;
	padding-top: 18px;
}

.yateer-cctv-calc .ycc-confirm h3 {
	font-size: 20px;
	color: #12203f;
	margin: 0 0 10px;
}

.yateer-cctv-calc .ycc-confirm p {
	font-size: 14.5px;
	color: #5b6478;
	max-width: 480px;
	margin: 0 auto;
	line-height: 1.55;
}

.yateer-cctv-calc .ycc-powered-by {
	text-align: center;
	margin-top: 26px;
	padding-top: 14px;
	border-top: 1px solid #eef0f5;
	font-size: 12px;
	color: #9aa2b4;
}

.yateer-cctv-calc .ycc-powered-by a {
	color: #1a56db;
	text-decoration: none;
	font-weight: 600;
}

.yateer-cctv-calc .ycc-powered-by a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.yateer-cctv-calc {
		padding: 20px;
	}
	.yateer-cctv-calc .ycc-step {
		font-size: 10.5px;
	}
}
