.unti-duo-form-wrap {
	background: #4a4d52;
	border-radius: 8px;
	padding: 28px 18px 18px;
	color: #fff;
	max-width: 540px;
}

.unti-duo-title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 18px;
	color: #fff;
}

.unti-duo-form {
	display: grid;
	gap: 12px;
}

.unti-duo-form-field-label {
	display: block;
	margin: 2px 0 -4px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.unti-duo-form select,
.unti-duo-form input[type='text'],
.unti-duo-form input[type='email'] {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.75);
	color: #fff;
	padding: 8px 4px;
	border-radius: 0;
}

.unti-duo-form select:focus,
.unti-duo-form input[type='text']:focus,
.unti-duo-form input[type='email']:focus {
	outline: none;
	border-bottom-color: #fff;
}

.unti-duo-form input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.unti-duo-check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 15px;
}

.unti-duo-check input {
	margin: 0;
}

.unti-duo-terms {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.95);
}

.unti-duo-terms a {
	color: #ff3a3a;
	text-decoration: none;
}

.unti-duo-form button {
	background: #e51b24;
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 13px 20px;
	font-weight: 700;
	font-size: 28px;
	cursor: pointer;
	line-height: 1;
}

.unti-duo-form button:hover {
	filter: brightness(1.08);
}

.unti-duo-message {
	font-size: 14px;
	min-height: 18px;
}

.unti-duo-message.is-success {
	color: #8bff8f;
}

.unti-duo-message.is-error {
	color: #ffc5c5;
}

@media (max-width: 767px) {
	.unti-duo-title {
		font-size: 24px;
	}

	.unti-duo-form button {
		font-size: 22px;
	}
}
