:root {
	scroll-behavior: smooth;
}

body.landing-image-form {
	--landing-blue: #143c68;
	--landing-red: #ed2925;
	--landing-red-hover: #d91f1b;
	--landing-bg: #edf3f7;
	--landing-text: #101828;
	margin: 0;
	overflow-x: hidden;
	background: var(--landing-bg);
	color: var(--landing-text);
	font-family: "Montserrat", Arial, sans-serif;
}

.landing-image-form *,
.landing-image-form *::before,
.landing-image-form *::after {
	box-sizing: border-box;
}

.landing-image-form img {
	display: block;
	max-width: 100%;
}

.landing-image-form__main,
.landing-image-form__main p,
.landing-image-form__main h1,
.landing-image-form__main h2 {
	margin: 0;
}

.landing-image-form__hero {
	padding: clamp(48px, 6vw, 88px) 24px clamp(64px, 7vw, 104px);
}

.landing-image-form__hero-grid {
	width: min(100%, 1360px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
	align-items: center;
	gap: clamp(40px, 5vw, 80px);
}

.landing-image-form__visual {
	min-width: 0;
}

.landing-image-form__visual--image {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.landing-image-form__visual--text {
		position: sticky;
		top: 98px;
		align-self: start;
	}
}

.landing-image-form__hero-image {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.landing-image-form__headline {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 900;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

.landing-image-form__headline-line {
	color: var(--landing-blue);
	font-size: clamp(34px, 3.6vw, 58px);
	line-height: 1;
	white-space: nowrap;
}

.landing-image-form__headline-band {
	width: 100%;
	margin: 12px 0 18px;
	padding: 6px 14px 7px;
	background: var(--landing-red);
	color: #fff;
	font-size: clamp(26px, 2.75vw, 44px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.05;
	white-space: nowrap;
}

.landing-image-form__headline-title {
	color: var(--landing-blue);
	font-size: clamp(60px, 6.3vw, 102px);
	line-height: 0.94;
	text-wrap: balance;
}

.landing-image-form__headline-accent {
	margin-top: 8px;
	color: var(--landing-red);
	font-size: clamp(74px, 7.4vw, 120px);
	line-height: 0.9;
}

.landing-image-form__form-shell {
	min-width: 0;
	padding: clamp(20px, 2.2vw, 32px);
	border: 1px solid rgba(20, 60, 104, 0.08);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 55px rgba(20, 60, 104, 0.11);
}

.landing-image-form__form-shell .wpcf7,
.landing-image-form__form-shell .wpcf7-form {
	margin: 0;
}

.landing-image-form__form-shell .wpcf7-form > p,
.landing-image-form__form-shell .probono-form > p {
	margin: 0 0 16px;
}

.landing-image-form__form-shell .wpcf7-form > p:last-of-type,
.landing-image-form__form-shell .probono-form > p:last-of-type {
	margin-bottom: 0;
}

.landing-image-form__form-shell .probono-form__row--two {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.landing-image-form__form-shell .probono-form__field,
.landing-image-form__form-shell .probono-form__optin {
	margin: 0 0 18px;
}

.landing-image-form__form-shell .probono-form__field {
	min-width: 0;
	padding: 0;
	border: 0;
}

.landing-image-form__form-shell .probono-form__field > label,
.landing-image-form__form-shell .probono-form__field > legend {
	display: block;
	width: 100%;
	margin: 0 0 9px;
	padding: 0;
	color: #17243a;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.landing-image-form__form-shell .probono-form__radio .wpcf7-radio {
	display: grid;
	gap: 9px;
}

.landing-image-form__form-shell .probono-form__radio .wpcf7-list-item {
	margin: 0;
}

.landing-image-form__form-shell .probono-form__radio label {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 9px;
	font-size: 13px;
	line-height: 1.4;
}

.landing-image-form__form-shell .probono-form__radio input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--landing-red);
}

.landing-image-form__form-shell .probono-form__optin {
	padding-top: 16px;
	border-top: 1px solid #e6e9ed;
}

.landing-image-form__form-shell .wpcf7-form > p:has(> .wpcf7-form-control-wrap:nth-of-type(2)) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.landing-image-form__form-shell .wpcf7-form-control-wrap {
	display: block;
	min-width: 0;
}

.landing-image-form__form-shell input[type="text"],
.landing-image-form__form-shell input[type="email"],
.landing-image-form__form-shell input[type="tel"],
.landing-image-form__form-shell input[type="url"],
.landing-image-form__form-shell input[type="date"],
.landing-image-form__form-shell select,
.landing-image-form__form-shell textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid #dce1e7;
	border-radius: 9px;
	background: #fff;
	color: #17243a;
	font: inherit;
	font-size: 15px;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.landing-image-form__form-shell textarea {
	min-height: 110px;
	resize: vertical;
}

.landing-image-form__form-shell .probono-form__story textarea {
	min-height: 150px;
}

.landing-image-form__form-shell input:focus,
.landing-image-form__form-shell select:focus,
.landing-image-form__form-shell textarea:focus {
	border-color: var(--landing-blue);
	box-shadow: 0 0 0 3px rgba(20, 60, 104, 0.12);
}

.landing-image-form__form-shell .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.landing-image-form__form-shell .wpcf7-acceptance label {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.45;
}

.landing-image-form__form-shell input[type="checkbox"] {
	width: 19px;
	height: 19px;
	margin: 1px 0 0;
	accent-color: var(--landing-red);
}

.landing-image-form__form-shell .consent-text-box {
	margin: 12px 0;
	padding: 13px 14px;
	border: 1px solid #e7ebef;
	border-radius: 8px;
	background: #f8fafb;
	font-size: 10px;
	line-height: 1.45;
}

.landing-image-form__form-shell .privacy-link-text,
.landing-image-form__form-shell .privacy-link-text p {
	color: #77808d;
	font-size: 10px;
	line-height: 1.4;
}

.landing-image-form__form-shell .probono-form__optin .privacy-link-text {
	margin: 10px 0 0;
}

.landing-image-form__form-shell a {
	color: #25364c;
	font-weight: 700;
	text-decoration: underline;
}

.landing-image-form__form-shell input[type="submit"] {
	width: 100%;
	min-height: 52px;
	padding: 12px 24px;
	border: 0;
	border-radius: 10px;
	background: var(--landing-red);
	color: #fff;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.landing-image-form__form-shell input[type="submit"]:hover,
.landing-image-form__form-shell input[type="submit"]:focus-visible {
	background: var(--landing-red-hover);
	transform: translateY(-1px);
}

.landing-image-form__form-shell .wpcf7-spinner {
	display: block;
	margin: 12px auto 0;
}

.landing-image-form__form-shell .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 12px 14px !important;
	border-radius: 8px;
	font-size: 13px;
	line-height: 1.4;
}

.landing-image-form__form-shell .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 12px;
}

.landing-image-form__admin-notice {
	padding: 16px;
	border: 1px solid #dba617;
	border-radius: 8px;
	background: #fff8dc;
	font-size: 14px;
	line-height: 1.5;
}

.landing-image-form__commitment {
	padding: 0 24px clamp(72px, 9vw, 124px);
}

.landing-image-form__commitment-inner {
	width: min(100%, 1260px);
	margin: 0 auto;
}

.landing-image-form__commitment-title {
	max-width: 960px;
	margin: 0 auto clamp(54px, 6vw, 82px) !important;
	color: #111;
	font-size: clamp(30px, 3.2vw, 50px);
	font-weight: 500;
	letter-spacing: -0.035em;
	line-height: 1.18;
	text-align: center;
	text-wrap: balance;
}

.landing-image-form__commitment-title > span,
.landing-image-form__commitment-title > strong {
	display: block;
}

.landing-image-form__commitment-title strong {
	font-weight: 800;
}

.landing-image-form__commitment-title > strong {
	color: var(--landing-red);
	text-transform: uppercase;
}

.landing-image-form__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(30px, 4vw, 64px);
}

.landing-image-form__benefit {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
	text-align: center;
}

.landing-image-form__benefit-icon {
	width: 96px;
	height: 96px;
	margin-bottom: 24px;
	display: grid;
	place-items: center;
}

.landing-image-form__benefit-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.landing-image-form__benefit p {
	max-width: 220px;
	color: #0f2441;
	font-size: clamp(15px, 1.25vw, 19px);
	font-weight: 500;
	line-height: 1.35;
}

.landing-image-form__benefit:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 8%;
	right: calc(clamp(30px, 4vw, 64px) / -2);
	bottom: 8%;
	border-right: 2px dotted rgba(20, 60, 104, 0.6);
}

.landing-image-form__benefit:not(:last-child)::after {
	content: "♥";
	position: absolute;
	top: 50%;
	right: calc((clamp(30px, 4vw, 64px) / -2) - 8px);
	padding: 4px 0;
	background: var(--landing-bg);
	color: var(--landing-red);
	font-size: 18px;
	line-height: 1;
	transform: translateY(-50%);
}

.landing-image-form__story-promo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	align-items: center;
	gap: clamp(48px, 8vw, 100px);
	width: min(100%, 1080px);
	margin: clamp(76px, 9vw, 118px) auto 0;
	padding-top: clamp(64px, 7vw, 92px);
	border-top: 1px solid rgba(20, 60, 104, 0.15);
}

.landing-image-form__story-copy h3 {
	margin: 0 0 28px;
	color: var(--landing-blue);
	font-size: clamp(34px, 4.1vw, 58px);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.98;
	text-transform: uppercase;
	text-wrap: balance;
}

.landing-image-form__story-copy h3 span {
	display: block;
	color: var(--landing-red);
}

.landing-image-form__story-copy > p {
	max-width: 650px;
	margin: 0 0 18px;
	color: #26364b;
	font-size: clamp(16px, 1.45vw, 19px);
	line-height: 1.62;
}

.landing-image-form__story-copy > p:last-child {
	margin-bottom: 0;
}

.landing-image-form__story-copy .landing-image-form__story-note {
	margin-top: 26px;
	padding: 16px 18px;
	border-left: 4px solid var(--landing-red);
	border-radius: 0 10px 10px 0;
	background: rgba(255, 255, 255, 0.62);
	color: #526174;
	font-size: clamp(13px, 1.1vw, 15px);
	line-height: 1.55;
}

@media (max-width: 1050px) {
	.landing-image-form__hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
		gap: 34px;
	}

	.landing-image-form__headline-line {
		font-size: clamp(29px, 3.4vw, 42px);
	}

	.landing-image-form__headline-band {
		font-size: clamp(22px, 2.6vw, 32px);
	}
}

@media (max-width: 767px) {
	.landing-image-form__hero {
		padding: 36px 16px 72px;
	}

	.landing-image-form__hero-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 36px;
	}

	.landing-image-form__headline-line {
		font-size: clamp(29px, 9.5vw, 48px);
	}

	.landing-image-form__headline-band {
		margin: 8px 0 14px;
		font-size: clamp(18px, 5.7vw, 28px);
	}

	.landing-image-form__headline-title {
		font-size: clamp(44px, 14vw, 70px);
		letter-spacing: -0.06em;
	}

	.landing-image-form__headline-accent {
		font-size: clamp(69px, 20.5vw, 105px);
	}

	.landing-image-form__form-shell {
		padding: 18px 14px;
		border-radius: 18px;
	}

	.landing-image-form__commitment {
		padding-inline: 16px;
	}

	.landing-image-form__commitment-title {
		margin-bottom: 48px !important;
		font-size: clamp(27px, 7.7vw, 39px);
	}

	.landing-image-form__benefits {
		gap: 22px 18px;
	}

	.landing-image-form__benefit-icon {
		width: 64px;
		height: 64px;
		margin-bottom: 14px;
	}

	.landing-image-form__benefit p {
		font-size: clamp(10px, 2.6vw, 14px);
	}

	.landing-image-form__benefit:not(:last-child)::before {
		right: -10px;
	}

	.landing-image-form__benefit:not(:last-child)::after {
		right: -17px;
		font-size: 14px;
	}

	.landing-image-form__story-promo {
		grid-template-columns: minmax(0, 1fr);
		gap: 42px;
		margin-top: 70px;
		padding-top: 58px;
	}

	.landing-image-form__story-copy h3 {
		font-size: clamp(34px, 10.5vw, 48px);
		text-align: center;
	}

	.landing-image-form__story-copy > p {
		font-size: 16px;
	}

	.landing-image-form__story-copy .landing-image-form__story-note {
		font-size: 13px;
	}
}

@media (max-width: 520px) {
	.landing-image-form__form-shell .wpcf7-form > p:has(> .wpcf7-form-control-wrap:nth-of-type(2)),
	.landing-image-form__form-shell .probono-form__row--two {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}
}

@media (max-width: 420px) {
	.landing-image-form__headline-line {
		white-space: normal;
	}

	.landing-image-form__headline-band {
		white-space: normal;
	}

	.landing-image-form__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 38px 24px;
	}

	.landing-image-form__benefit p {
		font-size: 13px;
	}

	.landing-image-form__benefit::before,
	.landing-image-form__benefit::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	:root {
		scroll-behavior: auto;
	}

	.lp-header__cta,
	.landing-image-form__form-shell input[type="submit"] {
		transition: none;
	}
}
