.launch-form .wpcf7-submit {
	padding: 12px 16px;
    border-radius: 12px;
    font-size: inherit;
    font-weight: 500;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.launch-cf7 {
	position: relative;
	overflow: visible;
}

.launch-cf7 .wpcf7 {
	transition: opacity 0.26s ease, transform 0.26s ease;
}

.launch-cf7 .wpcf7.is-exiting {
	opacity: 0;
	transform: translateY(14px);
}

.launch-cf7__status {
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% + 18px);
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.26s ease, transform 0.26s ease;
	z-index: 3;
}

.launch-cf7__status-inner {
	display: flex;
	align-items: center;
	min-height: 56px;
	padding: 14px 18px;
	border-radius: 16px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.45;
	background: rgba(56, 64, 77, 0.9);
	color: #dadee3;
	box-shadow: 0 16px 40px rgba(24, 28, 36, 0.16);
	visibility: hidden;
}

.launch-cf7__status.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.launch-cf7__status.is-visible .launch-cf7__status-inner {
	visibility: visible;
}

.launch-cf7--survey .launch-cf7__status {
	position: static;
	display: none;
	margin-top: 18px;
	transform: none;
	z-index: auto;
}

.launch-cf7--survey .launch-cf7__status.is-visible {
	display: block;
	opacity: 1;
}

.launch-cf7__status.is-pending .launch-cf7__status-inner {
	background: rgba(120, 190, 33, 0.16);
	color: #2d4c03;
}

.launch-cf7__status.is-invalid .launch-cf7__status-inner,
.launch-cf7__status.is-error .launch-cf7__status-inner {
	background: rgba(250, 61, 51, 0.12);
	color: #d14b43;
}

.launch-cf7__toast {
	position: fixed;
	left: 50%;
	bottom: 28px;
	width: min(calc(100vw - 32px), 460px);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 18px);
	transition: opacity 0.24s ease, transform 0.24s ease;
	z-index: 9999;
}

.launch-cf7__toast-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 14px 18px;
	border-radius: 16px;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
	background: rgba(34, 43, 54, 0.94);
	color: #ffffff;
	box-shadow: 0 18px 48px rgba(24, 28, 36, 0.24);
}

.launch-cf7__toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.launch-cf7__toast.is-invalid .launch-cf7__toast-inner,
.launch-cf7__toast.is-error .launch-cf7__toast-inner {
	background: rgba(250, 61, 51, 0.96);
	color: #ffffff;
}

.launch-cf7__toast.is-pending .launch-cf7__toast-inner {
	background: rgba(120, 190, 33, 0.96);
	color: #ffffff;
}

.launch-cf7__success {
	padding: 42px 36px;
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 30px 80px rgba(34, 40, 52, 0.16);
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.34s ease, transform 0.34s ease;
}

.launch-cf7.is-sent:not(.launch-cf7--survey) {
	display: flex;
	align-items: center;
	min-height: var(--launch-cf7-form-height, auto);
}

.launch-cf7.is-sent:not(.launch-cf7--survey) .launch-cf7__success {
	width: 100%;
}

.launch-cf7__success.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.launch-cf7__success-icon {
	width: 68px;
	height: 68px;
	margin-bottom: 22px;
	border-radius: 20px;
	background: linear-gradient(135deg, #78be21 0%, #5c9218 100%);
	position: relative;
	box-shadow: 0 18px 40px rgba(120, 190, 33, 0.28);
}

.launch-cf7__success-icon span {
	position: absolute;
	display: block;
	background: #fff;
	border-radius: 999px;
	transform-origin: center;
}

.launch-cf7__success-icon span:first-child {
	width: 12px;
	height: 4px;
	left: 18px;
	top: 36px;
	transform: rotate(45deg);
}

.launch-cf7__success-icon span:last-child {
	width: 28px;
	height: 4px;
	left: 24px;
	top: 30px;
	transform: rotate(-45deg);
}

.launch-cf7__success-title {
	margin-bottom: 12px;
	color: #222b36;
}

.launch-cf7__success-text {
	margin-bottom: 0;
	max-width: 32rem;
	color: #4c5562;
}

.launch-cf7.is-submitting .wpcf7-submit {
	opacity: 0.8;
	cursor: progress;
	box-shadow: none !important;
	transform: translateY(1px);
}

.launch-form .launch-form__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.launch-cf7-ready .launch-cf7 .wpcf7-not-valid-tip,
.launch-cf7-ready .launch-cf7 .wpcf7-response-output {
	display: none !important;
}

.launch-form .wpcf7-spinner {
	margin: 0;
	background: rgba(120, 190, 33, 0.2);
	flex: 0 0 auto;
}

.launch-form .form-control,
.survey-form .form-control {
	box-shadow: 0 0 0 3px transparent;
	transition: box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.client-feedback-page {
	padding: 148px 0 110px;
	background: #f7f8fa;
	min-height: calc(100vh - 140px);
}

.client-feedback-page__container {
	max-width: 980px;
}

.client-feedback-page__shell {
	max-width: 860px;
	margin: 0 auto;
}

.client-feedback-page__intro {
	max-width: 760px;
	margin: 0 auto 42px;
	padding: 0;
	text-align: center;
}

.client-feedback-page__lead {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #4c5562;
	max-width: 720px;
	margin: 0 auto;
}

.client-feedback-page__meta {
	margin: 24px auto 0;
	max-width: 560px;
	padding: 16px 22px;
	border: 1px solid rgba(120, 190, 33, 0.2);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.72);
	font-weight: 600;
	color: #303844;
	box-shadow: 0 12px 28px rgba(24, 28, 36, 0.08);
}

.client-feedback-page__content {
	margin: 24px auto 0;
	max-width: 700px;
	color: #4c5562;
	text-align: left;
}

.client-feedback-page__panel {
	max-width: 860px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

@media (min-width: 993px) {

.client-feedback-page__meta {
	max-width: 740px;
	white-space: nowrap;
}

}

.survey-form {
	padding: 40px;
}

.survey-form__identity {
	display: grid;
	gap: 18px;
	margin-bottom: 34px;
}

.survey-form__identity > [class*="col-"] {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}

.survey-form__field {
	display: block;
	margin-bottom: 0;
}

.survey-form__field br,
.survey-form__group > p > br {
	display: none;
}

.survey-form__field-label {
	display: block;
	margin-bottom: 12px;
	font-size: 0.95rem;
	font-weight: 600;
	color: #dadee3;
}

.survey-form .wpcf7-form-control-wrap {
	display: block;
}

.survey-form .form-control {
	margin-bottom: 0;
}

.survey-form .form-control::placeholder {
	color: rgba(218, 222, 227, 0.56);
}

.survey-form .form-control:focus {
	color: #dadee3;
	background: #38404d;
	border-color: transparent;
}

.survey-form__group + .survey-form__group {
	margin-top: 34px;
	padding-top: 32px;
	border-top: 1px solid rgba(123, 130, 149, 0.18);
}

.survey-form__group-title {
	display: block;
	margin-bottom: 20px;
	font-size: 1.18rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}

.survey-form__group.is-invalid .survey-form__group-title {
	color: #ffe6e4;
}

.survey-form .wpcf7-radio {
	display: grid;
	gap: 12px;
}

.survey-form .wpcf7-checkbox,
.survey-form .wpcf7-radio {
	display: grid;
	gap: 12px;
	width: 100%;
}

.survey-form .wpcf7-list-item {
	display: block;
	margin: 0;
}

.survey-form .wpcf7-list-item label {
	position: relative;
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	margin: 0;
	padding: 18px 18px;
	border: 1px solid rgba(123, 130, 149, 0.26);
	border-radius: 14px;
	background: rgba(56, 64, 77, 0.9);
	transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
	cursor: pointer;
}

.survey-form .wpcf7-list-item label:hover {
	border-color: rgba(120, 190, 33, 0.45);
	background: rgba(60, 69, 82, 0.96);
}

.survey-form .wpcf7-list-item label::before {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid rgba(218, 222, 227, 0.42);
	border-radius: 7px;
	background: rgba(34, 43, 54, 0.4);
	transition: border-color 0.22s ease, background-color 0.22s ease;
}

.survey-form .wpcf7-list-item input[type="radio"],
.survey-form .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
}

.survey-form .wpcf7-list-item label::after {
	content: '';
	position: absolute;
	left: 26px;
	top: 50%;
	width: 7px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0;
	transform: translateY(-62%) rotate(45deg) scale(0.84);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.survey-form .wpcf7-list-item label.is-selected {
	border-color: rgba(120, 190, 33, 0.72);
	background: rgba(60, 69, 82, 0.98);
}

.survey-form .wpcf7-list-item label.is-selected::before {
	border-color: #78be21;
	background: #78be21;
}

.survey-form .wpcf7-list-item label.is-selected::after {
	opacity: 1;
	transform: translateY(-62%) rotate(45deg) scale(1);
}

.survey-form .wpcf7-list-item-label {
	display: block;
	color: #dadee3;
	line-height: 1.55;
}

.survey-form .wpcf7-list-item label.is-selected .wpcf7-list-item-label {
	color: #ffffff;
}

.survey-form__conditional {
	margin-top: 16px;
	padding-top: 0;
	border-top: none;
}

.survey-form__conditional[hidden] {
	display: none !important;
}

.survey-form__conditional .form-control {
	margin-bottom: 0;
}

.survey-form .form-control.wpcf7-not-valid {
	box-shadow: 0 0 0 3px rgba(250, 61, 52, 0.28) !important;
}

.survey-form .wpcf7-checkbox.wpcf7-not-valid,
.survey-form .wpcf7-radio.wpcf7-not-valid {
	display: grid;
	gap: 12px;
	box-shadow: none !important;
}

.survey-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item label,
.survey-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item label {
	border-color: rgba(123, 130, 149, 0.26);
	background: rgba(56, 64, 77, 0.9);
}

.survey-form .wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item label::before,
.survey-form .wpcf7-radio.wpcf7-not-valid .wpcf7-list-item label::before {
	border-color: rgba(250, 61, 52, 0.62);
	background: rgba(250, 61, 52, 0.08);
}

.survey-form .launch-form__actions {
	margin-top: 36px;
	justify-content: center;
}

.survey-form .launch-form__actions .wpcf7-submit {
	min-width: 240px;
}

@media (max-width: 992px) {

.client-feedback-page {
	padding-top: 120px;
}

.client-feedback-page__intro {
	margin-bottom: 34px;
	padding: 0;
}

.survey-form {
	padding: 30px 24px;
}

}

@media (max-width: 576px) {

.client-feedback-page {
	padding-bottom: 88px;
}

.client-feedback-page__meta {
	padding: 14px 16px;
}

.launch-cf7__success {
	padding: 32px 24px;
}

.survey-form {
	padding: 26px 18px;
}

.survey-form .wpcf7-list-item label {
	padding: 16px 15px;
}

.launch-cf7__toast {
	left: 16px;
	right: 16px;
	bottom: 18px;
	width: auto;
	transform: translateY(18px);
}

.launch-cf7__toast.is-visible {
	transform: translateY(0);
}

}
