
.garo-lead-form {
	max-width: 920px;
	margin: 30px 0;
	padding: clamp(20px, 4vw, 34px);
	border: 1px solid #dde5ef;
	border-radius: 20px;
	background: #f7f9fc;
}
.garo-lead-form__header span { color: #ed1c24; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.garo-lead-form__header h2 { margin: 6px 0 5px; }
.garo-lead-form__header p { margin: 0 0 20px; color: #66758b; }
.garo-lead-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.garo-lead-form label { color: #253a57; font-size: 12px; font-weight: 800; }
.garo-lead-form label > span { color: #ed1c24; }
.garo-lead-form input, .garo-lead-form select {
	width: 100%;
	margin-top: 6px;
	padding: 11px 12px;
	border: 1px solid #cbd6e3;
	border-radius: 10px;
	background: #fff;
}
.garo-lead-form__consent { display: flex; gap: 10px; margin: 16px 0; font-weight: 500 !important; }
.garo-lead-form__consent input { width: auto; margin-top: 3px; }
.garo-lead-form__next, .garo-lead-form__submit, .garo-lead-form__back {
	border: 0;
	border-radius: 11px;
	padding: 11px 16px;
	font-weight: 800;
}
.garo-lead-form__next, .garo-lead-form__submit { color: #fff; background: #ed1c24; }
.garo-lead-form__back { color: #071b3d; background: #e7edf5; }
.garo-lead-form__actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; }
.garo-lead-form__honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.garo-lead-form__message { margin-top: 14px; font-size: 13px; font-weight: 700; }
.garo-lead-form__message.is-success { color: #0b7a58; }
.garo-lead-form__message.is-error { color: #b42318; }
.garo-portal-directory { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.garo-portal-directory__item { display: flex; justify-content: space-between; gap: 14px; padding: 18px; border: 1px solid #dde5ef; border-radius: 14px; background: #fff; }
.garo-portal-directory__item strong, .garo-portal-directory__item span { display: block; }
.garo-portal-directory__item span { color: #ed1c24; font-size: 12px; font-weight: 800; }
@media (max-width: 620px) {
	.garo-lead-form__grid, .garo-portal-directory { grid-template-columns: 1fr; }
}
