.lp-download {
	--lp-navy: #0f172a;
	--lp-blue: #2563eb;
	--lp-sky: #e0f2fe;
	--lp-ink: #1f2937;
	--lp-muted: #6b7280;
	--lp-line: #d1d5db;
	--lp-surface: #ffffff;
	--lp-success: #15803d;
	--lp-error: #b91c1c;
	color: var(--lp-ink);
}

.lp-download__hero {
	background: linear-gradient(130deg, #0f172a 0%, #1d4ed8 70%, #38bdf8 100%);
	padding: 84px 16px;
	color: #ffffff;
}

.lp-download__container {
	max-width: 1120px;
	margin: 0 auto;
}

.lp-download__kicker {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	opacity: 0.9;
}

.lp-download__title {
	margin-top: 14px;
	font-size: clamp(30px, 4.4vw, 54px);
	line-height: 1.2;
	font-weight: 700;
}

.lp-download__lead {
	margin-top: 20px;
	max-width: 700px;
	font-size: 18px;
	line-height: 1.75;
	white-space: pre-line;
}

.lp-download__section {
	background: radial-gradient(circle at 18% 0%, #f0f9ff 0%, #f8fafc 46%, #f3f4f6 100%);
	padding: 56px 16px 88px;
}

.lp-download__grid {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	align-items: start;
}

.lp-download__form-card {
	background: var(--lp-surface);
	border-radius: 18px;
	box-shadow: 0 24px 45px rgba(15, 23, 42, 0.08);
}

.lp-download__content {
	min-width: 0;
}

.lp-download__heading {
	font-size: 29px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

.lp-download__thumb {
	margin-top: 0;
	overflow: hidden;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 24px 45px rgba(15, 23, 42, 0.08);
}

.lp-download__thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.lp-download__detail {
	margin-top: 28px;
	padding: 0;
}

.lp-download__detail > *:first-child {
	margin-top: 0;
}

.lp-download__detail > *:last-child {
	margin-bottom: 0;
}

.lp-download__detail.entry-content {
	max-width: none;
}

.lp-download__detail h1,
.lp-download__detail h2,
.lp-download__detail h3,
.lp-download__detail h4,
.lp-download__detail h5,
.lp-download__detail h6 {
	margin: 1.35em 0 0.65em;
	color: #111827;
	line-height: 1.4;
	font-weight: 700;
}

.lp-download__detail h1 {
	font-size: clamp(30px, 3.2vw, 42px);
}

.lp-download__detail h2 {
	font-size: clamp(24px, 2.6vw, 34px);
}

.lp-download__detail h3 {
	font-size: clamp(20px, 2vw, 28px);
}

.lp-download__detail p {
	margin: 0 0 1.15em;
	font-size: 18px;
	line-height: 1.9;
	color: #111827;
}

.lp-download__detail ul,
.lp-download__detail ol {
	margin: 0 0 1.4em 1.4em;
	padding: 0;
}

.lp-download__detail ul {
	list-style: disc;
}

.lp-download__detail ol {
	list-style: decimal;
}

.lp-download__detail li {
	margin: 0 0 0.45em;
	font-size: 18px;
	line-height: 1.8;
}

.lp-download__detail a {
	color: #1d4ed8;
	text-decoration: underline;
}

.lp-download__detail img {
	height: auto;
	max-width: 100%;
}

.lp-download__detail .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.lp-download__detail .wp-block-image,
.lp-download__detail .wp-block-group,
.lp-download__detail .wp-block-columns {
	margin-top: 0;
	margin-bottom: 1.6em;
}

.lp-download__form-card {
	position: sticky;
	top: 34px;
	padding: 28px 24px;
	border: 1px solid #e2e8f0;
}

.lp-download__heading--form {
	font-size: 24px;
}

.lp-download__form {
	margin-top: 22px;
}

.lp-download__field {
	margin-bottom: 16px;
}

.lp-download__field label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700;
}

.lp-download__field input {
	width: 100%;
	padding: 12px 13px;
	border: 1px solid var(--lp-line);
	border-radius: 10px;
	background: #ffffff;
	font-size: 16px;
	line-height: 1.5;
}

.lp-download__field input:focus {
	border-color: var(--lp-blue);
	box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.18);
}

.lp-download__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.lp-download__agree {
	margin-top: 14px;
	font-size: 13px;
	color: var(--lp-muted);
}

.lp-download__agree-label {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	cursor: pointer;
	line-height: 1.65;
}

.lp-download__agree input[type="checkbox"] {
	margin-top: 3px;
}

.lp-download__agree a {
	display: inline-block;
	margin-top: 6px;
	color: #1d4ed8;
	text-decoration: underline;
}

.lp-download__submit {
	width: 100%;
	margin-top: 18px;
	padding: 15px 12px;
	border: none;
	border-radius: 999px;
	background: linear-gradient(120deg, #1d4ed8 0%, #2563eb 50%, #0ea5e9 100%);
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.lp-download__submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 12px 26px rgba(37, 99, 235, 0.28);
}

.lp-download__submit:disabled {
	opacity: 0.75;
	transform: none;
	box-shadow: none;
}

.lp-download__submit.is-submitting:disabled {
	cursor: wait;
}

.lp-download__submit.is-complete:disabled {
	cursor: default;
}

.lp-download__status {
	min-height: 26px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	white-space: pre-line;
}

.lp-download__status.is-success {
	color: var(--lp-success);
}

.lp-download__status.is-error {
	color: var(--lp-error);
}

.lp-download__status-link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lp-download__notice {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	background: var(--lp-sky);
	font-size: 13px;
	line-height: 1.55;
	color: #0c4a6e;
}

@media (max-width: 960px) {
	.lp-download__grid {
		grid-template-columns: 1fr;
	}

	.lp-download__form-card {
		position: static;
	}
}

@media (max-width: 680px) {
	.lp-download__hero {
		padding: 62px 16px;
	}

	.lp-download__lead {
		font-size: 16px;
	}

	.lp-download__detail p,
	.lp-download__detail li {
		font-size: 16px;
	}

	.lp-download__form-card {
		padding: 22px 18px;
	}
}
