.wcts-static-contact__form-card .wpcf7,
.wcts-static-contact__form-slot .wpcf7,
.wcts-static-b2b__form-slot .wpcf7 {
	width: 100%;
	max-width: none;
}

.wcts-static-contact__form-card .wpcf7-form,
.wcts-static-contact__form-slot .wpcf7-form,
.wcts-static-b2b__form-slot .wpcf7-form {
	display: grid;
	gap: 1.25rem;
	width: 100%;
}

.wcts-static-contact__form-card .wpcf7-form p,
.wcts-static-contact__form-slot .wpcf7-form p,
.wcts-static-b2b__form-slot .wpcf7-form p,
.wcts-static-contact__form-card .wcts-cf7-grid-2,
.wcts-static-contact__form-slot .wcts-cf7-grid-2,
.wcts-static-b2b__form-slot .wcts-cf7-grid-2 {
	margin: 0;
}

.wcts-static-contact__form-card .wcts-cf7-grid-2,
.wcts-static-contact__form-slot .wcts-cf7-grid-2,
.wcts-static-b2b__form-slot .wcts-cf7-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.wcts-static-contact__form-card label,
.wcts-static-contact__form-slot label,
.wcts-static-b2b__form-slot label {
	display: grid;
	gap: 0.45rem;
	color: #566071;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wcts-static-contact__form-card input,
.wcts-static-contact__form-slot input,
.wcts-static-b2b__form-slot input,
.wcts-static-contact__form-card textarea,
.wcts-static-contact__form-slot textarea,
.wcts-static-b2b__form-slot textarea {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 4px;
	background: #f8f9f7;
	font: inherit;
	color: #151923;
	transition:
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease;
}

.wcts-static-contact__form-card input,
.wcts-static-contact__form-slot input {
	min-height: 3.45rem;
}

.wcts-static-b2b__form-slot input {
	min-height: 4rem;
}

.wcts-static-contact__form-card textarea,
.wcts-static-contact__form-slot textarea,
.wcts-static-b2b__form-slot textarea {
	min-height: 8.4rem;
	resize: vertical;
}

.wcts-static-contact__form-card input:focus,
.wcts-static-contact__form-slot input:focus,
.wcts-static-b2b__form-slot input:focus,
.wcts-static-contact__form-card textarea:focus,
.wcts-static-contact__form-slot textarea:focus,
.wcts-static-b2b__form-slot textarea:focus {
	border-color: var(--wcts-color-yellow-dark);
	outline: 0;
	outline-offset: 0;
	background: #fff;
	box-shadow: var(--wcts-focus-ring);
}

.wcts-static-contact__form-card .wpcf7-spinner,
.wcts-static-contact__form-slot .wpcf7-spinner,
.wcts-static-b2b__form-slot .wpcf7-spinner {
	margin: 0.7rem auto 0;
}

.wcts-static-contact__form-card .wpcf7-submit,
.wcts-static-contact__form-slot .wpcf7-submit,
.wcts-static-b2b__form-slot .wpcf7-submit {
	width: 100%;
	min-height: 3.65rem;
	padding: 1rem 1.25rem;
	border: 0;
	border-radius: 4px;
	background: #050505;
	color: #fff;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	cursor: pointer;
	transition:
		background 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.wcts-static-b2b__form-slot .wpcf7-submit {
	min-height: 4.4rem;
}

.wcts-static-contact__form-card .wpcf7-submit:hover,
.wcts-static-contact__form-card .wpcf7-submit:focus-visible,
.wcts-static-contact__form-slot .wpcf7-submit:hover,
.wcts-static-contact__form-slot .wpcf7-submit:focus-visible,
.wcts-static-b2b__form-slot .wpcf7-submit:hover {
	background: var(--wcts-color-yellow);
	color: #050505;
	transform: translateY(-1px);
}

.wcts-static-contact__form-card {
	box-shadow: 0 22px 54px rgba(17, 24, 39, 0.1);
}

.wcts-static-contact__form-title {
	margin-bottom: 0.85rem;
	font-size: clamp(1.55rem, 0.85vw + 1.2rem, 2rem);
	line-height: 1.08;
}

.wcts-static-contact__form-card .wpcf7-form,
.wcts-static-contact__form-slot .wpcf7-form {
	gap: 1rem;
}

.wcts-static-contact__form-card .wpcf7-form p:has([data-name="your-company"]),
.wcts-static-contact__form-slot .wpcf7-form p:has([data-name="your-company"]) {
	display: none;
}

.wcts-static-contact__form-card input,
.wcts-static-contact__form-card textarea,
.wcts-static-contact__form-slot input,
.wcts-static-contact__form-slot textarea {
	padding: 0.85rem 0.95rem;
}

.wcts-static-contact__form-card input,
.wcts-static-contact__form-slot input {
	min-height: 3.25rem;
}

.wcts-static-contact__form-card textarea,
.wcts-static-contact__form-slot textarea {
	min-height: 7rem;
}

.wcts-static-contact__form-card .wpcf7-submit,
.wcts-static-contact__form-slot .wpcf7-submit {
	min-height: 3.45rem;
}
