.whats-captcao-widget {
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 999999;
	font-family: "Segoe UI", Tahoma, sans-serif;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.whats-captcao-floating {
	position: fixed;
	right: 20px;
	bottom: 40px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 999999;
	transition: opacity .2s ease, transform .2s ease;
}

.whats-captcao-widget[data-open="true"] .whats-captcao-floating__text {
	display: none;
}

.whats-captcao-floating__text {
	padding: 8px 20px;
	border-radius: 6px;
	background: #f5f7f9;
	color: #43474e;
	font-size: 13px;
	line-height: 1.35;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	white-space: nowrap;
}

.whats-captcao-floating__text b {
	font-weight: 700;
}

.whats-captcao-trigger {
	width: 56px !important;
	height: 56px !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #25d366 !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
	cursor: pointer !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	transition: transform .3s ease, box-shadow .3s ease !important;
}

.whats-captcao-trigger:hover {
	transform: scale(1.06) !important;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3) !important;
}

.whats-captcao-trigger__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.whats-captcao-trigger__icon svg {
	display: block;
	width: 32px;
	height: 32px;
}

.whats-captcao-panel {
	width: min(400px, calc(100vw - 24px));
	margin: 0 0 82px auto;
	background: #f0ede8;
	border-radius: 12px;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.22);
	overflow: hidden;
}

.whats-captcao-panel__header {
	position: relative;
	padding: 18px 52px 16px 20px;
	background: #128C7E;
	color: #fff;
	border-radius: 12px 12px 0 0;
}

.whats-captcao-panel__header p {
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 1.45 !important;
	color: #fff !important;
}

.whats-captcao-close {
	position: absolute !important;
	right: 12px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 24px !important;
	line-height: 1 !important;
	cursor: pointer !important;
	padding: 4px !important;
	width: auto !important;
	height: auto !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.whats-captcao-close:hover {
	opacity: 0.8 !important;
}

.whats-captcao-form {
	padding: 20px 16px;
}

.whats-captcao-form input[type="email"],
.whats-captcao-form input[type="text"],
.whats-captcao-form input[type="tel"],
.whats-captcao-form select {
	width: 100% !important;
	height: 42px !important;
	border: 1px solid #d4d0ca !important;
	border-radius: 6px !important;
	padding: 0 12px !important;
	background: #fff !important;
	color: #222 !important;
	font-size: 15px !important;
	box-sizing: border-box !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.whats-captcao-form select {
	cursor: pointer !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 12px center !important;
	padding-right: 36px !important;
}

.whats-captcao-form input:focus,
.whats-captcao-form select:focus {
	outline: 2px solid #128C7E !important;
	outline-offset: 0 !important;
}

.whats-captcao-form #whats-captcao-name-field,
.whats-captcao-form #whats-captcao-email-field,
.whats-captcao-form .whats-captcao-phone,
.whats-captcao-form .whats-captcao-interest,
.whats-captcao-form .whats-captcao-consent,
.whats-captcao-form .whats-captcao-privacy,
.whats-captcao-form .whats-captcao-feedback,
.whats-captcao-form .whats-captcao-submit {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

.whats-captcao-form #whats-captcao-name-field {
	margin-top: 0 !important;
}

.whats-captcao-phone {
	display: grid;
	grid-template-columns: 86px 1fr;
}

.whats-captcao-phone__prefix {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 10px;
	height: 42px;
	border: 1px solid #d4d0ca !important;
	border-right: 0 !important;
	background: #fff !important;
	border-radius: 6px 0 0 6px !important;
	font-size: 15px;
}

.whats-captcao-phone input {
	border-radius: 0 6px 6px 0 !important;
}

.whats-captcao-flag {
	display: inline-block;
	width: 22px;
	height: 15px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 15'%3E%3Crect width='22' height='15' fill='%23229e45'/%3E%3Cpolygon points='11,2 18,7.5 11,13 4,7.5' fill='%23f0cd42'/%3E%3Ccircle cx='11' cy='7.5' r='2.4' fill='%2322408c'/%3E%3Cpath d='M7.9 7.2c1.7-1 4.5-1 6.2 0' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-linecap='round'/%3E%3C/svg%3E");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.whats-captcao-consent {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	font-size: 14px !important;
	color: #333 !important;
	cursor: pointer !important;
}

.whats-captcao-consent input[type="checkbox"] {
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	border: 1px solid #999 !important;
	border-radius: 3px !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer !important;
	flex-shrink: 0 !important;
	background: #fff !important;
	-webkit-appearance: checkbox !important;
	appearance: checkbox !important;
}

.whats-captcao-privacy {
	margin-bottom: 0 !important;
	color: #555 !important;
	font-size: 13px !important;
	line-height: 1.45 !important;
}

.whats-captcao-feedback {
	min-height: 18px;
	margin-bottom: 0 !important;
	color: #c0392b;
	font-size: 13px;
}

.whats-captcao-submit {
	width: 100% !important;
	height: 46px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: #25d366 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	letter-spacing: 0.3px !important;
	box-shadow: none !important;
	transition: background .2s ease !important;
}

.whats-captcao-submit:hover {
	background: #1ebe5a !important;
}

.whats-captcao-submit[disabled] {
	opacity: 0.7 !important;
	cursor: wait !important;
}

@media (max-width: 600px) {
	.whats-captcao-widget {
		right: 12px;
		left: 12px;
		bottom: 24px;
	}

	.whats-captcao-floating {
		right: 12px;
		bottom: 24px;
		gap: 10px;
	}

	.whats-captcao-floating__text {
		padding: 7px 14px;
		font-size: 12px;
		max-width: calc(100vw - 90px);
		white-space: normal;
	}

	.whats-captcao-trigger {
		width: 52px !important;
		height: 52px !important;
	}

	.whats-captcao-panel {
		width: 100%;
		margin-bottom: 78px;
	}

	.whats-captcao-panel__header p {
		font-size: 15px !important;
	}

	.whats-captcao-form {
		padding: 16px 14px;
	}
}
