
.tara-chestionar-form {
	max-width: 720px;
	margin: 24px auto;
	background: var(--oft-surface, #fff);
	border: 1px solid var(--oft-line, #e5e7eb);
	border-radius: var(--oft-radius-lg, 16px);
	padding: clamp(20px, 3vw, 34px);
}

.tara-chestionar-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.tara-chestionar-errors {
	background: #fdecec;
	border: 1px solid var(--oft-urgent, #d32f2f);
	color: #931f1f;
	border-radius: 8px;
	padding: 12px 16px;
	margin-bottom: 20px;
	font-size: 14.5px;
}

.tara-chestionar-field {
	margin-bottom: 22px;
}

.tara-chestionar-field label {
	display: block;
	font-weight: 600;
	color: var(--oft-ink, #0f172a);
	margin-bottom: 10px;
}

.tara-chestionar-field .req {
	color: var(--oft-urgent, #d32f2f);
	margin-left: 3px;
}

.tara-chestionar-field.has-error label {
	color: var(--oft-urgent, #d32f2f);
}

.tara-chestionar-field select,
.tara-chestionar-field input[type='text'],
.tara-chestionar-field textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 11px 14px;
	font-size: 15px;
	border: 1px solid var(--oft-line-strong, #d0d5dd);
	border-radius: 8px;
}

.tara-chestionar-scale {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
}

.tara-chestionar-scale__opt {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	text-align: center;
	background: var(--oft-bg-alt, #fbfbfb);
	border: 1px solid var(--oft-line, #e5e7eb);
	border-radius: 10px;
	padding: 12px 6px;
	cursor: pointer;
	font-weight: 400;
	transition: border-color .15s ease, background .15s ease;
}

.tara-chestionar-scale__opt:has(input:checked) {
	border-color: var(--oft-accent, #00a0b6);
	background: var(--oft-accent-soft, #e0f4f7);
}

.tara-chestionar-scale__opt span {
	font-weight: 700;
	font-size: 17px;
	color: var(--oft-navy, #24377b);
}

.tara-chestionar-scale__opt small {
	font-size: 11px;
	color: var(--oft-muted, #6b7280);
	line-height: 1.3;
}

.tara-chestionar-gdpr {
	font-size: 13px;
	color: var(--oft-muted, #6b7280);
	margin-bottom: 18px;
}

.tara-chestionar-form button[type='submit'] {
	background: var(--oft-accent, #00a0b6);
	color: #fff;
	border: 0;
	padding: 13px 30px;
	font-size: 15px;
	font-weight: 700;
	border-radius: var(--oft-radius, 10px);
	cursor: pointer;
}

.tara-chestionar-form button[type='submit']:hover {
	background: var(--oft-accent-dark, #00808f);
}

.tara-chestionar-thanks {
	max-width: 560px;
	margin: 24px auto;
	text-align: center;
	background: var(--oft-surface, #fff);
	border: 1px solid var(--oft-line, #e5e7eb);
	border-radius: var(--oft-radius-lg, 16px);
	padding: 40px 28px;
}

.tara-chestionar-thanks i {
	font-size: 40px;
	color: #2e7d32;
	margin-bottom: 14px;
}

@media (max-width: 560px) {
	.tara-chestionar-scale {
		grid-template-columns: repeat(5, 1fr);
		gap: 5px;
	}
	.tara-chestionar-scale__opt {
		padding: 8px 2px;
	}
	.tara-chestionar-scale__opt small {
		display: none;
	}
}
