/* Analysis Booking WPBakery block */
.analysis-booking {
	width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: 100px 0;
	background: var(--color-bg-dark);
	color: #f4f5f8;

	* {
		font-weight: 400;
	}
}

.analysis-booking__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.8fr);
	gap: 32px;
	align-items: start;
}

.analysis-booking__content {
	max-width: 760px;
}

.analysis-booking__heading {
	margin: 12px 0 0;
	font-size: 88px;
	line-height: 1.1;
	letter-spacing: -1.76px;
	font-weight: 700;
	color: #f8f8f9;
}

.analysis-booking__highlight {
	color: var(--color-yellow-accent);
	font-weight: inherit;
}

.analysis-booking__text {
	max-width: 720px;
	margin-top: 16px;
}

.analysis-booking__text :is(p, *) {
	margin: 0;
	color: inherit;
	font-size: 20px;
	line-height: 1.3;
	color: var(--color-text-secondary);
	font-weight: 400;
}

.analysis-booking__list {
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
	max-width: 690px;
}

.analysis-booking__item {
	position: relative;
	padding-left: 0;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 4px;
}

.analysis-booking__panel {
	padding: 16px;
	border-radius: 8px;
	background: var(--color-text-secondary-light);
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.03);
}

.analysis-booking__panel-title {
	margin: 0;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	color: #fff;
}

.analysis-booking__panel-meta {
	margin: 8px 0 0;
	font-size: 16px;
	line-height: 1.3;
	color: var(--color-text-secondary);
	font-weight: 400;
}

.analysis-booking__form-wrap {
	margin-top: 24px;
	color: var(--color-bg-light);
}

.analysis-booking__form-wrap p,
.analysis-booking__form-wrap .gf-field,
.analysis-booking__form-wrap .gf-input-wrapper,
.analysis-booking__form-wrap .gfield,
.analysis-booking__form-wrap .form-group {
	margin: 0 0 16px;
}

.leform-form {
	padding: 0 !important;

	.leform-form-inner * {
		color: #fff;
	}

	.leform-element {
		padding: 0 !important;
		margin: 16px 0;

		label.leform-label {
			color: var(--color-bg-light) !important;
			font-size: 18px !important;
			line-height: 1.3 !important;
			margin-bottom: 8px !important;
			font-weight: 400 !important;
		}

		&:has(.leform-button) {
			margin-block: 24px 12px !important;
		}

		.leform-button {
			color: var(--color-text-primary-light) !important;
			font-size: 18px !important;
			font-weight: 600 !important;
			line-height: 130% !important;
			border-radius: 8px !important;
			padding: 12px 24px !important;
			background: var(--color-yellow-accent) !important;
			border: 1px solid var(--color-yellow-accent) !important;
			height: auto !important;
			display: flex;
			justify-content: center;
			align-items: center;

			.leform-icon-right {
				margin-left: 8px !important;
				width: 24px;

				&::before {
					content: "" !important;
					display: inline-block !important;
					width: 24px !important;
					height: 24px !important;
					vertical-align: middle !important;
					background-color: currentColor !important;
					-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4299 5.92993L20.4999 11.9999L14.4299 18.0699' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
					mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4299 5.92993L20.4999 11.9999L14.4299 18.0699' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12H20.33' stroke='%23000' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
					-webkit-mask-repeat: no-repeat !important;
					mask-repeat: no-repeat !important;
					-webkit-mask-position: center !important;
					mask-position: center !important;
					-webkit-mask-size: 24px 24px !important;
					mask-size: 24px 24px !important;
				}
			}

			&:hover {
				color: var(--color-yellow-accent) !important;
				background: var(--color-text-secondary-light) !important;
			}
		}

		div.leform-input {
			input, textarea {
				padding: 8px 12px !important;
				font-size: 16px !important;
				line-height: 1.3 !important;
				border-radius: 4px !important;
				min-height: 37px !important;

				&::placeholder {
					color: #9ea0ab !important;
				}
			}

			textarea {
				resize: none;
			}

			input[type="text"] {
				padding: 8px 12px !important;
			}
		}
	}
}

.analysis-booking__field,
.analysis-booking__form-wrap label {
	display: block;
}

.analysis-booking__label,
.analysis-booking__form-wrap label,
.analysis-booking__form-wrap .gfield_label,
.analysis-booking__form-wrap .gf-label,
.analysis-booking__form-wrap .form-label {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	color: #f1f3f7;
}

.analysis-booking__input,
.analysis-booking__form-wrap
	input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.analysis-booking__form-wrap select,
.analysis-booking__form-wrap textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #f7f7f8;
	box-shadow: none;
	font-size: 15px;
	line-height: 1.35;
	color: #232631;
	appearance: none;
}

.analysis-booking__input::placeholder,
.analysis-booking__form-wrap input::placeholder,
.analysis-booking__form-wrap textarea::placeholder {
	color: #989dac;
	opacity: 1;
}

.analysis-booking__input:focus,
.analysis-booking__form-wrap input:focus,
.analysis-booking__form-wrap select:focus,
.analysis-booking__form-wrap textarea:focus {
	outline: none;
	border-color: #f7d66a;
}

.analysis-booking__submit,
.analysis-booking__form-wrap button,
.analysis-booking__form-wrap input[type="submit"],
.analysis-booking__form-wrap .gf-button,
.analysis-booking__form-wrap .gform_button,
.analysis-booking__form-wrap .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 50px;
	padding: 12px 18px;
	border: 0;
	border-radius: 8px;
	background: #f7d66a;
	color: #20232d;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition:
		transform 0.2s ease,
		filter 0.2s ease;
}

.analysis-booking__submit::after,
.analysis-booking__form-wrap button::after,
.analysis-booking__form-wrap input[type="submit"]::after,
.analysis-booking__form-wrap .gf-button::after,
.analysis-booking__form-wrap .gform_button::after,
.analysis-booking__form-wrap .button::after {
	content: "→";
	font-size: 24px;
	line-height: 1;
	font-weight: 400;
}

.analysis-booking__submit:hover,
.analysis-booking__form-wrap button:hover,
.analysis-booking__form-wrap input[type="submit"]:hover,
.analysis-booking__form-wrap .gf-button:hover,
.analysis-booking__form-wrap .gform_button:hover,
.analysis-booking__form-wrap .button:hover {
	transform: translateY(-1px);
	filter: brightness(1.03);
}

.analysis-booking__phone {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	color: var(--color-text-secondary);
	font-weight: 400;
}

.analysis-booking__form-wrap a::after,
.analysis-booking__phone a::after {
	display: none !important;
}

