.iilq-wrapper {
	max-width: 560px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
	padding: 32px 24px;
	box-sizing: border-box;
}

.iilq-progress {
	height: 6px;
	background: #eee6d8;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 28px;
}

.iilq-progress-bar {
	height: 100%;
	background: linear-gradient(90deg, #c9a24b, #8b6b1f);
	transition: width 0.4s ease;
}

.iilq-step {
	animation: iilq-fade-in 0.35s ease;
}

@keyframes iilq-fade-in {
	from { opacity: 0; transform: translateY(8px); }
	to { opacity: 1; transform: translateY(0); }
}

.iilq-question-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 16px;
	display: block;
}

.iilq-question {
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 600;
	color: #1f1f1f;
	margin-bottom: 20px;
	text-align: center;
}

.iilq-options {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.iilq-options-simnao {
	flex-direction: row;
	gap: 16px;
}

.iilq-option {
	flex: 1;
	padding: 16px 18px;
	font-size: 1rem;
	border: 2px solid #e4dcc8;
	background: #fbf9f4;
	border-radius: 12px;
	cursor: pointer;
	text-align: center;
	transition: all 0.2s ease;
	color: #2b2b2b;
}

.iilq-options-simnao .iilq-option {
	font-weight: 700;
	font-size: 1.1rem;
}

.iilq-option:hover,
.iilq-option:focus {
	border-color: #c9a24b;
	background: #f5edd9;
	outline: none;
}

.iilq-option.iilq-selected {
	border-color: #8b6b1f;
	background: #eddfb8;
}

.iilq-fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 20px;
}

.iilq-fields input {
	padding: 14px 16px;
	font-size: 1rem;
	border: 2px solid #e4dcc8;
	border-radius: 10px;
	box-sizing: border-box;
}

.iilq-fields input:focus {
	border-color: #c9a24b;
	outline: none;
}

.iilq-next-btn,
.iilq-whatsapp-btn {
	display: block;
	width: 100%;
	padding: 16px;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(90deg, #8b6b1f, #c9a24b);
	border: none;
	border-radius: 12px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	margin-top: 8px;
}

.iilq-next-btn:hover,
.iilq-whatsapp-btn:hover {
	filter: brightness(1.05);
}

.iilq-honeypot {
	position: absolute;
	left: -9999px;
	opacity: 0;
	height: 0;
	width: 0;
}

.iilq-thankyou-title {
	font-size: 1.6rem;
}

.iilq-thankyou-text {
	text-align: center;
	color: #555;
	line-height: 1.5;
	margin-bottom: 20px;
}

.iilq-error {
	color: #b3261e;
	text-align: center;
	font-size: 0.9rem;
	margin-top: 8px;
}

@media (max-width: 420px) {
	.iilq-wrapper {
		padding: 24px 16px;
		border-radius: 12px;
	}
	.iilq-question {
		font-size: 1.1rem;
	}
}
