.company-cta {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #031527;
	text-align: center;
}

.company-cta .container {
	max-width: 858px;
}

.company-cta__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.company-cta__eyebrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #E71D36;
}

.company-cta__eyebrow-text {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.4;
}

.company-cta__heading {
	margin: 0 0 24px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1;
}

.company-cta__description {
	margin: 0 0 32px;
	color: #9AA1A9;
	font-size: 16px;
	line-height: 1.6;
}

.company-cta__form {
	max-width: 600px;
	margin: 0 auto 24px;
	text-align: left;
}

/* JetFormBuilder renders fixed markup we don't control — override its look
   here instead, scoped to this section so request-access/privacy-opt-out
   (which style the same classes for a light theme) are unaffected. */

.company-cta__form .jet-form-builder-messages-wrap {
	margin: 0;
	padding: 0;
	border: none;
	min-height: 0;
}

.company-cta__form .jet-form-builder-message.jet-form-builder-message--success {
	margin: 0;
	padding: 0;
	border: none;
}

.company-cta__form .wp-block-columns {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
	margin: 0 0 16px;
}

.company-cta__form .wp-block-column {
	margin: 0;
}

.company-cta__form .jet-form-builder-row {
	margin: 0;
}

.company-cta__form .field-type-text-field {
	max-width: 360px;
}

.company-cta__form .jet-form-builder__field-wrap input.text-field {
	width: 100%;
	height: 48px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 999px;
	background-color: transparent !important;
	color: #FFFFFF !important;
	font-family: inherit;
	font-size: 16px;
}

.company-cta__form .jet-form-builder__field-wrap input.text-field::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.company-cta__form .jet-form-builder__field-wrap input.text-field:focus {
	outline: none;
	border-color: #0072FF;
}

.company-cta__form .jet-form-builder__action-button-wrapper {
	height: 100%;
}

.cb-nhaxvj4t .jet-form-builder__action-button {
	justify-content: center;
}

.company-cta__form .jet-form-builder__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	max-width: 110px;
	height: 48px;
	padding: 0 6px 0 24px;
	border: none;
	border-radius: 999px;
	background-color: #0072FF;
	color: #FFFFFF;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.company-cta__form .jet-form-builder__submit::after {
	content: '';
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #FFFFFF;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230072FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.company-cta__form .jet-form-builder__submit:hover,
.company-cta__form .jet-form-builder__submit:focus-visible {
	background-color: #0061D9;
}

.company-cta__form .field-type-checkbox-field {
	display: flex;
	align-items: center;
	margin: 0;
}

.company-cta__form .field-type-checkbox-field .jet-form-builder__fields-group {
	width: fit-content;
}

.company-cta__form .jet-form-builder__field-wrap.checkboxes-wrap.checkradio-wrap {
	display: flex;
	justify-content: center;
}

.company-cta__form .jet-form-builder__field-label.for-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #9AA1A9;
	font-size: 14px;
	line-height: 1.4;
	cursor: pointer;
}

.company-cta__form .jet-form-builder__field-label.for-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
}

.company-cta__form .jet-form-builder__field-label.for-checkbox > span::before {
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.company-cta__form .jet-form-builder__field-label.for-checkbox :checked + span::before {
	background-color: #0072FF !important;
	border-color: #0072FF !important;
}

.company-cta__features {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 24px;
}

.company-cta__feature {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	background-color: #022852;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.company-cta__feature-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #0072FF;
	flex-shrink: 0;
}

.company-cta__note {
	margin: 0;
	color: #9AA1A9;
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 900px) {
	.company-cta .container {
		max-width: 90%;
	}
}

@media (max-width: 767px) {
	.company-cta {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.company-cta__heading {
		font-size: 28px;
	}

	.company-cta__description {
		font-size: 15px;
	}

	.company-cta__features {
		flex-direction: column;
		align-items: stretch;
	}

	.company-cta__feature {
		justify-content: center;
	}

	.company-cta__form {
		max-width: 100%;
	}

	.company-cta__form .wp-block-columns {
		flex-direction: column;
	}

	.company-cta__form .wp-block-column {
		flex-basis: 100% !important;
	}

	.company-cta__form .field-type-text-field {
		max-width: 100%;
	}

	.company-cta__form .jet-form-builder__action-button-wrapper,
	.cb-nhaxvj4t .jet-form-builder__action-button-wrapper {
		display: flex;
		justify-content: center !important;
	}
}

@media (max-width: 420px) {
	.company-cta__heading {
		font-size: 24px;
	}

	.company-cta__eyebrow-text {
		font-size: 16px;
	}
}
