.ccci-lead-box {
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	margin: 28px auto;
	padding: 28px;
	border: 1px solid #d9e4e7;
	border-radius: 18px;
	background: #f7fbfb;
	box-shadow: 0 12px 30px rgba(20, 55, 65, .07);
}
.ccci-lead-box h3 {
	margin: 0 0 8px;
	color: #17232c;
	font-size: 24px;
	line-height: 1.25;
}
.ccci-lead-box p {
	margin: 0 0 16px;
}
.ccci-lead-row {
	display: flex;
	gap: 10px;
}
.ccci-lead-row input[type="email"] {
	box-sizing: border-box;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid #bdcbd1;
	border-radius: 999px;
	background: #fff;
	font-size: 16px;
}
.ccci-lead-row button {
	min-height: 48px;
	padding: 10px 24px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #18aaa8, #2ecfc4);
	box-shadow: 0 8px 20px rgba(24, 170, 168, .2);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
}
.ccci-consent {
	display: block;
	margin-top: 12px;
	color: #64727c;
	font-size: 12px;
	line-height: 1.45;
}
.ccci-message {
	margin: 0 0 14px;
	padding: 10px 14px;
	border-radius: 9px;
	background: #e9f8f5;
	color: #12635e;
	font-weight: 700;
}
.ccci-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
}
@media (max-width: 620px) {
	.ccci-lead-box { padding: 21px; }
	.ccci-lead-row { display: block; }
	.ccci-lead-row input[type="email"],
	.ccci-lead-row button { width: 100%; }
	.ccci-lead-row button { margin-top: 10px; }
}

