.lag-generator {
	max-width: 640px;
	margin: 0 auto;
	font-family: inherit;
}

.lag-form .lag-field {
	margin-bottom: 16px;
}

.lag-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.lag-form input[type="text"],
.lag-form input[type="email"],
.lag-form select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
}

/* Honeypot: приховано від людей, видиме для простих ботів-парсерів */
.lag-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.lag-email-gate {
	background: #fff8e5;
	border: 1px solid #f0c14b;
	padding: 12px;
	border-radius: 6px;
}

.lag-submit {
	background: #2271b1;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}

.lag-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.lag-message {
	margin-top: 10px;
	font-size: 14px;
}

.lag-message.error {
	color: #c0392b;
}

.lag-result {
	margin-top: 28px;
	padding: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
}

.lag-result-text {
	white-space: pre-wrap;
	line-height: 1.6;
}

.lag-download {
	background: #fff;
	color: #2271b1;
	border: 1px solid #2271b1;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
}

.lag-download:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.lag-cta {
	margin-top: 18px;
	padding: 14px;
	background: #eef6ff;
	border-radius: 6px;
	font-size: 15px;
}
