.radena-callback-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	border: 0;
	border-radius: 0;
	background: #f87917;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	transition: background 0.2s ease, box-shadow 0.2s ease;
}

.radena-callback-btn:hover,
.radena-callback-btn:focus {
	background: #e9690d;
	color: #ffffff;
	box-shadow: 0 8px 20px rgba(248, 121, 23, 0.28);
}

.radena-callback-modal__content {
	border: 0;
	border-radius: 0;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.radena-callback-modal__header {
	padding: 26px 30px 10px;
	border-bottom: 0;
}

.radena-callback-modal__title {
	color: #1f1f1f;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.radena-callback-modal__close {
	box-shadow: none !important;
}

.radena-callback-modal__body {
	padding: 12px 30px 30px;
}

.radena-callback-form {
	width: 100%;
}

.radena-callback-form__field {
	margin-bottom: 16px;
}

.radena-callback-form__field--website,
.radena-callback-form__field--surname {
	display: none !important;
}

.radena-callback-form__label {
	display: block;
	width: 100%;
	margin: 0;
}

.radena-callback-form__caption {
	display: block;
	margin-bottom: 7px;
	color: #1f1f1f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.radena-callback-form__required {
	color: #f87917;
	font-weight: 700;
}

.radena-callback-form input[type="text"],
.radena-callback-form input[type="tel"],
.radena-callback-form input[type="email"],
.radena-callback-form textarea {
	display: block;
	width: 100%;
	min-height: 48px;
	padding: 11px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: #ffffff;
	box-sizing: border-box;
	color: #1f1f1f;
	font-size: 15px;
	line-height: 1.3;
	outline: none;
}

.radena-callback-form input[type="text"]:focus,
.radena-callback-form input[type="tel"]:focus,
.radena-callback-form input[type="email"]:focus,
.radena-callback-form textarea:focus {
	border-color: #f87917;
	box-shadow: 0 0 0 3px rgba(248, 121, 23, 0.14);
}

.radena-callback-form__privacy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.radena-callback-form__privacy-checkbox {
	flex: 0 0 auto;
	padding-top: 2px;
}

.radena-callback-form__privacy-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	cursor: pointer;
}

.radena-callback-form__privacy-checkbox label {
	display: none;
}

.radena-callback-form__privacy-text {
	display: block;
	color: #555555;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	cursor: pointer;
}

.radena-callback-form__privacy-text a {
	color: #f87917;
	text-decoration: underline;
}

.radena-callback-form__privacy-text a:hover {
	color: #e9690d;
}

.radena-callback-form__footer {
	margin-top: 22px;
}

.radena-callback-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 24px;
	border: 0;
	border-radius: 0;
	background: #f87917;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: background 0.2s ease;
}

.radena-callback-form__submit:hover {
	background: #e9690d;
}

.radena-callback-form__errors {
	margin-bottom: 16px;
	padding: 12px 14px;
	background: #fff1f1;
	border: 1px solid #e3b7b7;
	color: #c40000;
	font-size: 14px;
	line-height: 1.4;
}

.radena-callback-form__success {
	padding: 18px 20px;
	background: #fff7f0;
	border-left: 4px solid #f87917;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.radena-callback-btn {
		min-height: 42px;
		padding: 0 18px;
		font-size: 14px;
	}

	.radena-callback-modal__header {
		padding: 22px 20px 8px;
	}

	.radena-callback-modal__body {
		padding: 10px 20px 24px;
	}

	.radena-callback-modal__title {
		font-size: 24px;
	}
}