/* S.O.C.A. Forms — front-end */
.soca-form { max-width: 620px; margin: 0 auto; font-family: "Plus Jakarta Sans", system-ui, sans-serif; }
.soca-form__row { margin: 0 0 16px; }
.soca-form__row label { display: block; font-weight: 700; color: #191529; margin-bottom: 6px; }
.soca-form__row input[type="text"],
.soca-form__row input[type="email"],
.soca-form__row input[type="tel"],
.soca-form__row input[type="number"],
.soca-form__row input[type="date"],
.soca-form__row textarea,
.soca-form__row select {
	width: 100%; padding: 12px 14px; border: 1px solid rgba( 25, 21, 41, .2 );
	border-radius: 10px; font-size: 16px; font-family: inherit; color: #191529; background: #fff;
	box-sizing: border-box;
}
.soca-form__row textarea { resize: vertical; }
.soca-form__row input:focus,
.soca-form__row textarea:focus,
.soca-form__row select:focus { outline: none; border-color: #1866b3; box-shadow: 0 0 0 3px rgba( 24, 102, 179, .15 ); }
.soca-form__check { font-weight: 400 !important; display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.soca-form__check input { margin-top: 3px; }
.soca-form__req { color: #e02b20; }
.soca-form__consent { background: #fffcf2; border: 1px solid rgba( 25, 21, 41, .12 ); border-radius: 10px; padding: 12px 14px; }
.soca-form__captcha label { font-weight: 700; }
.soca-form__captcha input { width: 90px !important; display: inline-block !important; margin-left: 8px; }
.soca-form__submit {
	background: #a723ff; color: #fff; font-weight: 800; font-family: inherit; font-size: 16px;
	border: 0; border-radius: 999px; padding: 14px 34px; cursor: pointer;
}
.soca-form__submit:hover { background: #8300e9; }
.soca-form__hp { position: absolute !important; left: -9999px !important; top: auto; width: 1px; height: 1px; overflow: hidden; }
.soca-form__notice { padding: 14px 16px; border-radius: 10px; margin-bottom: 18px; font-weight: 700; }
.soca-form__notice--ok { background: #e7f8e9; color: #1a7f2e; border: 1px solid #66ff77; }
.soca-form__notice--err { background: #fdecea; color: #b3170d; border: 1px solid #e02b20; }
