.kcm-shell {
	background:
		radial-gradient(circle at top left, rgba(0, 122, 120, 0.10), transparent 34%),
		linear-gradient(135deg, #f7fbfc 0%, #eef5f6 52%, #ffffff 100%);
	color: #1f2a2e;
	font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
	min-height: 100vh;
	padding: 58px 18px;
}

.kcm-layout {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
	margin: 0 auto;
	max-width: 1120px;
}

.kcm-intro,
.kcm-panel {
	background: #fff;
	border: 1px solid #dfe7ea;
	border-radius: 8px;
	box-shadow: 0 14px 35px rgba(20, 43, 51, 0.08);
	padding: 36px;
}

.kcm-intro {
	background: linear-gradient(180deg, #ffffff 0%, #f3fafb 100%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.kcm-logo {
	display: block;
	height: auto;
	margin: 0 0 30px;
	max-width: 190px;
	width: 58%;
}

.kcm-logo-centered {
	margin-left: auto;
	margin-right: auto;
	max-width: 160px;
}

.kcm-eyebrow {
	color: #00678b;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 8px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kcm-intro h1,
.kcm-thanks h1 {
	color: #0e4563;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0 0 10px;
}

.kcm-intro p,
.kcm-thanks p {
	color: #526469;
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
}

.kcm-trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}

.kcm-trust-list span {
	background: rgba(0, 103, 139, 0.08);
	border: 1px solid rgba(0, 103, 139, 0.16);
	border-radius: 999px;
	color: #0e4563;
	font-size: 12px;
	font-weight: 700;
	padding: 7px 10px;
}

.kcm-form-heading {
	border-bottom: 1px solid #e4ecef;
	margin-bottom: 24px;
	padding-bottom: 18px;
}

.kcm-form-heading h2 {
	color: #123236;
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 6px;
}

.kcm-form-heading p {
	color: #63747a;
	margin: 0;
}

.kcm-alert {
	background: #fff4f2;
	border: 1px solid #f0b9b0;
	border-radius: 6px;
	color: #8a2d21;
	margin-bottom: 20px;
	padding: 12px 14px;
}

.kcm-alert p {
	margin: 0 0 6px;
}

.kcm-alert p:last-child {
	margin-bottom: 0;
}

.kcm-form label {
	color: #23363b;
	display: block;
	font-size: 14px;
	font-weight: 700;
}

.kcm-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kcm-span-2 {
	grid-column: span 2;
}

.kcm-form input[type="text"],
.kcm-form input[type="email"] {
	background: #fbfdfe;
	border: 1px solid #cbd8dc;
	border-radius: 6px;
	box-sizing: border-box;
	color: #1f2a2e;
	font-size: 16px;
	margin-top: 7px;
	min-height: 46px;
	padding: 10px 12px;
	width: 100%;
}

.kcm-form input:focus {
	background: #fff;
	border-color: #00678b;
	box-shadow: 0 0 0 3px rgba(0, 103, 139, 0.16);
	outline: none;
}

.kcm-checks {
	display: grid;
	gap: 12px;
	margin: 24px 0;
}

.kcm-checks label {
	align-items: flex-start;
	display: flex;
	font-weight: 600;
	gap: 10px;
	line-height: 1.35;
}

.kcm-checks input {
	margin-top: 3px;
}

.kcm-checks a {
	color: #00678b;
}

.kcm-button {
	align-items: center;
	background: #00678b;
	border: 0;
	border-radius: 6px;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	text-decoration: none;
}

.kcm-button:hover,
.kcm-button:focus {
	background: #004f6b;
}

.kcm-thanks {
	text-align: center;
}

.kcm-thanks .kcm-button {
	margin-top: 24px;
}

.kcm-hp {
	left: -10000px;
	position: absolute;
	top: auto;
}

@media (max-width: 720px) {
	.kcm-shell {
		padding: 24px 12px;
	}

	.kcm-layout {
		grid-template-columns: 1fr;
	}

	.kcm-panel {
		padding: 24px 18px;
	}

	.kcm-intro {
		padding: 28px 22px;
	}

	.kcm-intro h1,
	.kcm-thanks h1 {
		font-size: 28px;
	}

	.kcm-logo {
		margin-bottom: 20px;
		max-width: 150px;
	}

	.kcm-grid {
		grid-template-columns: 1fr;
	}

	.kcm-span-2 {
		grid-column: span 1;
	}

	.kcm-button {
		width: 100%;
	}
}
