.wcts-test-ride-page {
	padding: 4.7rem 0 4.6rem;
	background:
		linear-gradient(180deg, rgba(248, 249, 247, 0.72), rgba(255, 255, 255, 1) 34%),
		#ffffff;
	color: #050505;
}

.wcts-test-ride-page__inner {
	display: grid;
	justify-items: center;
	gap: 1.65rem;
}

.wcts-test-ride-page__header {
	display: grid;
	justify-items: center;
	gap: 0.9rem;
	width: min(100%, 58rem);
	text-align: center;
}

.wcts-test-ride-page__header > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wcts-test-ride-page__form-card > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
	margin-right: 0;
	margin-left: 0;
}

.wcts-test-ride-page__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin: 0 !important;
	color: #e30613;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.wcts-test-ride-page__eyebrow::before {
	content: "";
	width: 1.55rem;
	height: 2px;
	background: currentColor;
}

.wcts-test-ride-page h1 {
	margin: 0;
	color: #050505;
	font-size: 4.7rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.98;
}

.wcts-test-ride-page h1 span {
	color: #e30613;
}

.wcts-test-ride-page__lead {
	max-width: 44rem !important;
	margin: 0 !important;
	color: #5a616d;
	font-size: 1.08rem;
	font-weight: 650;
	line-height: 1.55;
}

.wcts-test-ride-page__form-card {
	width: min(100%, 47rem);
	padding: 1.85rem 2.1rem 1.7rem;
	border: 1px solid rgba(17, 17, 17, 0.07);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}

.wcts-test-ride-page__form-card .wpcf7 {
	margin: 0;
}

.wcts-test-ride-page__form-card .wpcf7-form {
	display: grid;
	gap: 1.05rem;
	width: 100%;
}

.wcts-test-ride-page__form-card .wpcf7-form p {
	margin: 0;
}

.wcts-test-ride-form__type,
.wcts-test-ride-form__grid,
.wcts-test-ride-form__actions {
	width: 100%;
}

.wcts-test-ride-form__type > p,
.wcts-test-ride-form__grid > p,
.wcts-test-ride-form__actions > p {
	margin: 0 !important;
}

.wcts-test-ride-form__type > p > br,
.wcts-test-ride-form__grid > p > br,
.wcts-test-ride-form__actions > p > br {
	display: none;
}

.wcts-test-ride-form__type .wpcf7-radio {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	width: 100%;
}

.wcts-test-ride-form__type .wpcf7-list-item {
	margin: 0;
}

.wcts-test-ride-form__type .wpcf7-list-item label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.72rem;
	min-height: 3.45rem;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 8px;
	background: #ffffff;
	color: #39404b;
	font-size: 0.95rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: none;
	cursor: pointer;
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		color 160ms ease,
		background-color 160ms ease;
}

.wcts-test-ride-form__type .wpcf7-list-item label::before {
	content: "";
	width: 1.45rem;
	height: 1.45rem;
	background: currentColor;
	-webkit-mask: var(--wcts-test-ride-type-icon) center / contain no-repeat;
	mask: var(--wcts-test-ride-type-icon) center / contain no-repeat;
}

.wcts-test-ride-form__type .wpcf7-list-item:first-child label {
	--wcts-test-ride-type-icon: url("../../../images/reply/icons/forms/motorbike.svg");
}

.wcts-test-ride-form__type .wpcf7-list-item:last-child label {
	--wcts-test-ride-type-icon: url("../../../images/reply/icons/forms/atv.svg");
}

.wcts-test-ride-form__type input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.wcts-test-ride-form__type label:has(input:checked) {
	border-color: #e30613;
	background: #ffffff;
	color: #e30613;
	box-shadow: none;
}

.wcts-test-ride-form__grid > p {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	width: 100%;
}

.wcts-test-ride-form__field {
	position: relative;
	display: block !important;
	min-width: 0;
	margin: 0;
	color: inherit;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.wcts-test-ride-form__field--wide {
	grid-column: 1 / -1;
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	width: 100%;
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1.05rem;
	z-index: 1;
	width: 1.1rem;
	height: 1.1rem;
	background: #767b84;
	pointer-events: none;
	transform: translateY(-50%);
	-webkit-mask: var(--wcts-test-ride-field-icon) center / contain no-repeat;
	mask: var(--wcts-test-ride-field-icon) center / contain no-repeat;
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-name"] {
	--wcts-test-ride-field-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10Zm0 2c-4.4 0-8 2.4-8 5.4V22h16v-2.6c0-3-3.6-5.4-8-5.4Z'/%3E%3C/svg%3E");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-phone"] {
	--wcts-test-ride-field-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 2h4l1 5-2.5 1.5c1.1 2.3 3 4.2 5.4 5.4L16 11.4l5 1v4c0 2.2-1.8 4-4 4C8.7 20.4 3.6 15.3 3.6 7c0-2.8 1.2-5 3-5Z'/%3E%3C/svg%3E");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-email"] {
	--wcts-test-ride-field-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h18v14H3V5Zm2 3.2V17h14V8.2l-7 5-7-5Zm1.4-1.2 5.6 4 5.6-4H6.4Z'/%3E%3C/svg%3E");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="vehicle-model"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/motorbike.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="preferred-date"] {
	--wcts-test-ride-field-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 2h2v3h6V2h2v3h3a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h3V2Zm13 8H4v10h16V10Z'/%3E%3C/svg%3E");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="preferred-time"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/clock.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-message"] {
	--wcts-test-ride-field-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v11H8.5L4 19.5V4Zm2 2v8.7l1.7-1.7H18V6H6Z'/%3E%3C/svg%3E");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-message"]::before {
	top: 1.45rem;
	transform: none;
}

.wcts-test-ride-form__field input,
.wcts-test-ride-form__field select,
.wcts-test-ride-form__field textarea {
	width: 100%;
	min-height: 3.45rem;
	padding: 0.9rem 1rem 0.9rem 3rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 8px;
	background-color: #ffffff;
	color: #111111;
	font-size: 0.95rem;
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.35;
	box-shadow: none;
	transition:
		border-color 160ms ease,
		box-shadow 160ms ease,
		background-color 160ms ease;
}

.wcts-test-ride-form__field select {
	padding-right: 2.85rem;
}

.wcts-test-ride-form__field textarea {
	height: 4.8rem;
	min-height: 4.8rem;
	resize: vertical;
}

.wcts-test-ride-form__field input::placeholder,
.wcts-test-ride-form__field textarea::placeholder {
	color: #6c7280;
	opacity: 1;
}

.wcts-test-ride-form__field input:focus,
.wcts-test-ride-form__field select:focus,
.wcts-test-ride-form__field textarea:focus {
	border-color: #e30613;
	background: #ffffff;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(227, 6, 19, 0.12);
}

.wcts-test-ride-page__form-card .wpcf7-not-valid-tip {
	margin-top: 0.42rem;
	color: #b8000b;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0 !important;
	line-height: 1.35;
	text-transform: none !important;
}

.wcts-test-ride-form__consent {
	margin: 0 !important;
	color: #5b6370 !important;
	font-size: 0.9rem !important;
	font-weight: 650 !important;
	line-height: 1.45 !important;
}

.wcts-test-ride-form__consent label {
	display: flex !important;
	align-items: flex-start;
	gap: 0.62rem;
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	cursor: pointer !important;
}

.wcts-test-ride-form__consent label:has(input[type="checkbox"]:disabled),
.wcts-test-ride-form__consent input[type="checkbox"]:disabled {
	cursor: not-allowed !important;
}

.wcts-test-ride-form__consent a {
	color: #e30613;
	font-weight: 800;
	text-decoration: none;
}

.wcts-test-ride-form__consent a:hover,
.wcts-test-ride-form__consent a:focus-visible {
	text-decoration: underline;
}

.wcts-test-ride-form__actions > p {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0.85rem;
	width: 100%;
}

.wcts-test-ride-form__actions .wpcf7-submit,
.wcts-test-ride-form__models {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 3.75rem;
	padding: 1rem 1.2rem;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.wcts-test-ride-form__actions .wpcf7-submit {
	width: 100%;
	padding-left: 2.85rem;
	border: 1px solid #e30613;
	background: #e30613;
	color: #ffffff;
	cursor: pointer;
	box-shadow: 0 16px 28px rgba(227, 6, 19, 0.22);
}

.wcts-test-ride-form__actions .wpcf7-submit:disabled {
	opacity: 1;
}

.wcts-test-ride-form__models {
	gap: 0.62rem;
	border: 1px solid #e30613;
	background: #ffffff;
	color: #e30613;
}

.wcts-test-ride-form__models::before {
	content: "";
	width: 1.1rem;
	height: 1.1rem;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h12v4h2v14H3V7h2V3Zm2 4h8V5H7v2Zm-2 2v10h12V9H5Zm4 2h4v2H9v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h12v4h2v14H3V7h2V3Zm2 4h8V5H7v2Zm-2 2v10h12V9H5Zm4 2h4v2H9v-2Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wcts-test-ride-form__actions > p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1.25rem;
	z-index: 2;
	width: 1.1rem;
	height: 1.1rem;
	background: #ffffff;
	pointer-events: none;
	transform: translateY(-50%);
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5 20 12l-7 7-1.4-1.4 4.6-4.6H4v-2h12.2l-4.6-4.6L13 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 5 20 12l-7 7-1.4-1.4 4.6-4.6H4v-2h12.2l-4.6-4.6L13 5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wcts-test-ride-form__actions .wpcf7-spinner {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	margin: 0;
}

.wcts-test-ride-form__actions .wpcf7-submit:hover,
.wcts-test-ride-form__actions .wpcf7-submit:focus-visible,
.wcts-test-ride-form__models:hover,
.wcts-test-ride-form__models:focus-visible {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-1px);
}

.wcts-test-ride-form__actions .wpcf7-submit:focus-visible,
.wcts-test-ride-form__models:focus-visible {
	outline: 2px solid rgba(227, 6, 19, 0.45);
	outline-offset: 3px;
}

.wcts-test-ride-page__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: min(100%, 42rem);
	margin-top: 0.55rem;
}

.wcts-test-ride-page__proof-item {
	display: grid;
	grid-template-columns: 2rem minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 0.75rem;
	row-gap: 0.22rem;
	align-items: center;
	min-width: 0;
	padding: 0 1.2rem;
	border-right: 1px solid rgba(17, 17, 17, 0.12);
	text-align: left;
}

.wcts-test-ride-page__proof-item:first-child {
	padding-left: 0;
}

.wcts-test-ride-page__proof-item:last-child {
	padding-right: 0;
	border-right: 0;
}

.wcts-test-ride-page__proof-icon {
	grid-row: 1 / span 2;
	width: 1.75rem;
	height: 1.75rem;
	background: #e30613;
	-webkit-mask: var(--wcts-test-ride-proof-icon) center / contain no-repeat;
	mask: var(--wcts-test-ride-proof-icon) center / contain no-repeat;
}

.wcts-test-ride-page__proof-icon--confirm {
	--wcts-test-ride-proof-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm-1 14.2-4.2-4.2 1.4-1.4 2.8 2.8 5.8-6 1.4 1.4-7.2 7.4Z'/%3E%3C/svg%3E");
}

.wcts-test-ride-page__proof-icon--ride {
	--wcts-test-ride-proof-icon: url("../../../images/reply/icons/forms/motorbike.svg");
}

.wcts-test-ride-page__proof-icon--star {
	--wcts-test-ride-proof-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2.4 2.9 5.9 6.5.9-4.7 4.6 1.1 6.5-5.8-3.1-5.8 3.1 1.1-6.5-4.7-4.6 6.5-.9L12 2.4Z'/%3E%3C/svg%3E");
}

.wcts-test-ride-page__proof strong {
	display: block;
	color: #111111;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.2;
}

.wcts-test-ride-page__proof span:not(.wcts-test-ride-page__proof-icon) {
	color: #6b7280;
	font-size: 0.78rem;
	font-weight: 650;
	line-height: 1.32;
}

@media (max-width: 820px) {
	.wcts-test-ride-page {
		padding: 2.8rem 0 3.5rem;
	}

	.wcts-test-ride-page h1 {
		font-size: 3.15rem;
	}

	.wcts-test-ride-page__form-card {
		width: min(100%, 38rem);
		padding: 1.35rem;
	}

	.wcts-test-ride-form__type .wpcf7-radio,
	.wcts-test-ride-form__grid > p,
	.wcts-test-ride-form__actions > p,
	.wcts-test-ride-page__proof {
		grid-template-columns: minmax(0, 1fr);
	}

	.wcts-test-ride-form__field--wide {
		grid-column: auto;
	}

	.wcts-test-ride-page__proof {
		gap: 0.85rem;
		width: min(100%, 26rem);
	}

	.wcts-test-ride-page__proof-item,
	.wcts-test-ride-page__proof-item:first-child,
	.wcts-test-ride-page__proof-item:last-child {
		padding: 0.85rem 0 0;
		border-top: 1px solid rgba(17, 17, 17, 0.12);
		border-right: 0;
	}
}

@media (max-width: 430px) {
	.wcts-test-ride-page {
		padding-top: 2.1rem;
	}

	.wcts-test-ride-page__inner {
		gap: 1.25rem;
	}

	.wcts-test-ride-page h1 {
		font-size: 2.4rem;
	}

	.wcts-test-ride-page__lead {
		font-size: 0.96rem;
	}

	.wcts-test-ride-page__form-card {
		padding: 1rem;
	}
}

.wcts-test-ride-form__type label:has(input:checked) {
	border-color: #e30613;
	background: #ffffff;
	color: #e30613;
	box-shadow: none;
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-name"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/user.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-phone"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/phone.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-email"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/mail.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="vehicle-model"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/motorbike.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="preferred-date"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/calendar.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="preferred-time"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/clock.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-message"] {
	--wcts-test-ride-field-icon: url("../../../images/reply/icons/forms/message.svg");
}

.wcts-test-ride-form__field select {
	padding-right: 3rem;
	background-image: url("../../../images/reply/icons/forms/chevron-down.svg");
	background-position: right 1.08rem center;
	background-repeat: no-repeat;
	background-size: 1rem;
}

.wcts-test-ride-form__notice {
	display: flex;
	grid-column: 1 / -1;
	flex-wrap: wrap;
	gap: 0.16rem 0.32rem;
	align-items: center;
	margin: 0.72rem 0 0.72rem !important;
	padding: 0.92rem 1.12rem;
	border: 1px solid rgba(227, 6, 19, 0.16);
	border-radius: 8px;
	background: rgba(227, 6, 19, 0.045);
	color: #505762;
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.45;
}

.wcts-test-ride-form__notice span {
	display: inline;
	line-height: inherit;
}

.wcts-test-ride-form__notice strong {
	display: inline;
	color: #111111;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: inherit;
}

.wcts-test-ride-form__actions > p::before {
	-webkit-mask: url("../../../images/reply/icons/forms/send.svg") center / contain no-repeat;
	mask: url("../../../images/reply/icons/forms/send.svg") center / contain no-repeat;
}

.wcts-test-ride-form__models::before {
	-webkit-mask: url("../../../images/reply/icons/forms/list-search.svg") center / contain no-repeat;
	mask: url("../../../images/reply/icons/forms/list-search.svg") center / contain no-repeat;
}

.wcts-test-ride-page__proof-icon--confirm {
	--wcts-test-ride-proof-icon: url("../../../images/reply/icons/forms/circle-check.svg");
}

.wcts-test-ride-page__proof-icon--ride {
	--wcts-test-ride-proof-icon: url("../../../images/reply/icons/forms/motorbike.svg");
}

.wcts-test-ride-page__proof-icon--star {
	--wcts-test-ride-proof-icon: url("../../../images/reply/icons/forms/star.svg");
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap::before {
	top: 1.725rem;
}

.wcts-test-ride-form__field .wpcf7-form-control-wrap[data-name="your-message"]::before {
	top: 1.45rem;
}

@media (max-width: 820px) {
	.wcts-test-ride-form__notice {
		grid-column: auto;
	}

	.wcts-test-ride-form__actions > p::before {
		top: 1.88rem;
	}
}
