.rd-contact-divider {
	position: relative;
	width: 100%;
	margin: 0;
	min-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 34px 0;
	overflow: hidden;
	background: linear-gradient(180deg, #000 0%, #03070a 42%, #071018 72%, #091824 100%);
}

.rd-contact-divider span {
	position: relative;
	z-index: 2;
	width: min(620px, 78vw);
	height: 1px;
	display: block;
	background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .18) 18%, rgba(77, 129, 179, .72) 50%, rgba(255, 255, 255, .18) 82%, transparent 100%);
}

.rd-contact-divider span::before {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 170px;
	height: 18px;
	transform: translate(-50%, -50%);
	background: rgba(77, 129, 179, .42);
	filter: blur(18px);
	border-radius: 999px;
}

.rd-contact-divider span::after {
	content: "";
	position: absolute;
	inset: 50% auto auto 50%;
	width: 7px;
	height: 7px;
	transform: translate(-50%, -50%) rotate(45deg);
	background: #d8e8f8;
	box-shadow: -18px 0 0 rgba(77, 129, 179, .7), 18px 0 0 rgba(77, 129, 179, .7);
}

.rd-contact-section {
	position: relative;
	z-index: 2;
	width: 100%;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 24px;
	direction: rtl;
	overflow: hidden;
	background: linear-gradient(180deg, #091824 0%, #071018 32%, #05070a 100%);
}

.rd-contact-section::before,
.rd-contact-section::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.rd-contact-section::before {
	top: -1px;
	right: 0;
	left: 0;
	height: 140px;
	background: linear-gradient(180deg, #091824 0%, rgba(9, 24, 36, .62) 42%, rgba(9, 24, 36, 0) 100%);
}

.rd-contact-section::after {
	inset: 0;
	background: radial-gradient(circle at 72% 42%, rgba(77, 129, 179, .12), transparent 38%), radial-gradient(circle at 18% 86%, rgba(246, 203, 100, .05), transparent 34%);
}

.rd-contact-box {
	position: relative;
	z-index: 2;
	width: min(860px, calc(100% - 40px));
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
}

.rd-contact-heading {
	width: min(700px, 100%);
	margin: 0 auto 6px;
	font-family: "Heebo", Arial, sans-serif;
	font-size: 0;
	font-weight: 950;
	line-height: .96;
	text-align: center;
}

.rd-contact-heading span,
.rd-contact-heading strong {
	display: block;
	font-size: clamp(52px, 7vw, 102px);
	font-weight: 950;
}

.rd-contact-heading span {
	color: transparent;
	background: linear-gradient(180deg, #fff 0%, #b9c7d2 38%, #657583 100%);
	-webkit-background-clip: text;
	background-clip: text;
}

.rd-contact-heading strong {
	margin-top: 8px;
	color: #fff;
}

.jana-contact-intro {
	width: min(720px, 100%);
	margin: 16px auto 18px;
	color: rgba(255, 255, 255, .78);
	font-size: clamp(17px, 1.45vw, 21px);
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
	text-wrap: balance;
}

.rd-contact-form {
	width: 100%;
	margin: 0 auto;
}

.jana-contact-fields {
	display: grid;
	gap: 30px;
}

.jana-contact-group {
	display: block;
}

.jana-contact-field {
	width: 100%;
	min-height: 54px;
	padding: 14px 18px;
	color: #fff;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 34px rgba(0, 0, 0, .24);
	backdrop-filter: blur(16px);
	font-size: 17px;
	line-height: 1.4;
	outline: none;
}

.jana-contact-field::placeholder {
	color: #fff;
	font-size: 20px;
	opacity: 1;
}

.jana-contact-field:focus {
	border-color: rgba(77, 129, 179, .85);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 0 0 3px rgba(77, 129, 179, .22), 0 16px 38px rgba(0, 0, 0, .3);
}

.jana-contact-actions {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	gap: 14px;
}

.jana-contact-submit {
	width: 100%;
	min-height: 50px;
	margin: 32px 0 0;
	padding: 12px 34px;
	color: #fff;
	background: #4d81b3;
	border: 0;
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
	-webkit-mask: url("../images/brush.svg") center / 100% 100% no-repeat;
	mask: url("../images/brush.svg") center / 100% 100% no-repeat;
	transition: background .2s ease, transform .2s ease;
}

.jana-contact-submit:hover,
.jana-contact-submit:focus-visible {
	background: #6aa0d2;
	transform: translateY(-2px);
}

.jana-contact-whatsapp {
	width: 100%;
	min-height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 32px 0 0;
	padding: 12px 22px;
	border: 1px solid rgba(88, 214, 141, .75);
	border-radius: 4px;
	color: #fff !important;
	background: rgba(16, 91, 54, .52);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.jana-contact-whatsapp:hover,
.jana-contact-whatsapp:focus-visible {
	border-color: #58d68d;
	background: rgba(16, 112, 63, .8);
	transform: translateY(-2px);
}

.jana-contact-phone {
	border-color: rgba(106, 160, 210, .76);
	background: rgba(48, 91, 133, .5);
}

.jana-contact-phone:hover,
.jana-contact-phone:focus-visible {
	border-color: #6aa0d2;
	background: rgba(56, 111, 163, .82);
}

.jana-form-message {
	margin: 0 0 18px;
	text-align: center;
	font-weight: 700;
}

.jana-form-message--success {
	color: #8ee0a8;
}

.jana-form-message--error {
	color: #ff9c9c;
}

@media (max-width: 767px) {
	.rd-contact-divider {
		min-height: 140px;
		padding: 26px 0;
	}

	.rd-contact-divider span {
		width: min(460px, 82vw);
	}

	.rd-contact-section {
		min-height: auto;
		padding: 70px 16px;
	}

	.rd-contact-heading {
		margin-bottom: 4px;
	}

	.rd-contact-heading span,
	.rd-contact-heading strong {
		font-size: clamp(43px, 13vw, 64px);
	}

	.rd-contact-heading strong {
		margin-top: 4px;
	}

	.jana-contact-intro {
		margin-top: 14px;
		font-size: 16px;
		line-height: 1.6;
	}

	.jana-contact-field {
		font-size: 16px;
	}

	.jana-contact-submit {
		width: 100%;
		min-width: 0;
		min-height: 48px;
		margin-top: 26px;
		font-size: 24px;
	}

	.jana-contact-actions {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.jana-contact-whatsapp {
		min-height: 50px;
		margin-top: 0;
		font-size: 17px;
	}
}
