.at-whatsapp-contact {
	position: fixed;
	right: max(20px, env(safe-area-inset-right));
	bottom: max(20px, env(safe-area-inset-bottom));
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 48px;
	min-height: 48px;
	padding: 0 18px 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: #15865b;
	box-shadow: 0 10px 28px rgba(5, 35, 27, 0.28);
	color: #fff !important;
	font-family: "Source Sans 3", "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.01em;
	text-decoration: none !important;
	transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.at-whatsapp-contact:hover {
	background: #116f4c;
	box-shadow: 0 13px 32px rgba(5, 35, 27, 0.34);
	color: #fff !important;
	transform: translateY(-2px);
}

.at-whatsapp-contact:focus-visible {
	outline: 3px solid #c9a86a;
	outline-offset: 3px;
}

.at-whatsapp-contact svg {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	fill: #fff;
}

.at-whatsapp-dialog {
	width: calc(100% - 32px);
	max-width: 520px;
	padding: 0;
	border: 0;
	border-radius: 18px;
	background: transparent;
	box-shadow: 0 24px 70px rgba(5, 22, 18, 0.34);
	color: #1d2925;
	font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

.at-whatsapp-dialog::backdrop {
	background: rgba(7, 18, 15, 0.58);
	backdrop-filter: blur(2px);
}

.at-whatsapp-dialog__surface {
	box-sizing: border-box;
	padding: 28px;
	border: 1px solid rgba(21, 134, 91, 0.18);
	border-radius: 18px;
	background: #fff;
}

.at-whatsapp-dialog h2 {
	margin: 0 0 12px;
	color: #17352b;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.25;
}

.at-whatsapp-dialog p {
	margin: 0;
	color: #42534d;
	font-size: 16px;
	line-height: 1.65;
}

.at-whatsapp-dialog__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 24px;
}

.at-whatsapp-dialog__cancel,
.at-whatsapp-dialog__continue {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	text-decoration: none !important;
}

.at-whatsapp-dialog__cancel {
	border-color: #d8dfdc;
	background: #f4f6f5;
	color: #263c34;
}

.at-whatsapp-dialog__continue {
	background: #15865b;
	color: #fff !important;
}

.at-whatsapp-dialog__cancel:hover {
	background: #e9eeec;
}

.at-whatsapp-dialog__continue:hover {
	background: #116f4c;
	color: #fff !important;
}

.at-whatsapp-dialog__cancel:focus-visible,
.at-whatsapp-dialog__continue:focus-visible {
	outline: 3px solid #c9a86a;
	outline-offset: 2px;
}

@media (max-width: 640px) {
	.at-whatsapp-contact {
		right: max(14px, env(safe-area-inset-right));
		bottom: max(14px, env(safe-area-inset-bottom));
		width: 56px;
		height: 56px;
		padding: 0;
	}

	.at-whatsapp-contact span {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.at-whatsapp-dialog__surface {
		padding: 22px;
	}

	.at-whatsapp-dialog h2 {
		font-size: 21px;
	}

	.at-whatsapp-dialog__actions {
		flex-direction: column;
	}

	.at-whatsapp-dialog__cancel,
	.at-whatsapp-dialog__continue {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.at-whatsapp-contact {
		transition: none;
	}

	.at-whatsapp-contact:hover {
		transform: none;
	}
}
