.hcl-page {
	background: #f7f7f5;
	padding: 48px 16px;
	min-height: 70vh;
}

.hcl-shell {
	max-width: 780px;
	margin: 0 auto;
}

.hcl-header {
	text-align: center;
	margin-bottom: 24px;
}

.hcl-kicker {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	font-size: 13px;
	font-weight: 700;
	color: #4b5563;
}

.hcl-header h1,
.hcl-message h1 {
	margin: 0 0 12px;
	font-size: 34px;
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #111827;
}

.hcl-header p,
.hcl-message p {
	margin: 0 auto;
	max-width: 620px;
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
}

.hcl-card {
	display: grid;
	grid-template-columns: 240px 1fr;
	overflow: hidden;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 18px 45px rgba(15,23,42,.08);
}

.hcl-card-image {
	position: relative;
	min-height: 220px;
	background: #e5e7eb;
}

.hcl-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.hcl-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 220px;
	font-size: 42px;
	font-weight: 800;
	background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
	color: #111827;
}

.hcl-badge {
	position: absolute;
	left: 14px;
	top: 14px;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.94);
	color: #111827;
	font-size: 12px;
	font-weight: 800;
	box-shadow: 0 8px 18px rgba(15,23,42,.16);
}

.hcl-card-body {
	padding: 28px;
}

.hcl-card-body h2 {
	margin: 0 0 10px;
	font-size: 26px;
	line-height: 1.18;
	color: #111827;
}

.hcl-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 700;
	color: #4b5563;
}

.hcl-description {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
}

.hcl-email {
	display: inline-flex;
	max-width: 100%;
	padding: 9px 12px;
	border-radius: 12px;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	font-size: 13px;
	color: #4b5563;
}

.hcl-actions {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

.hcl-action {
	padding: 18px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 10px 25px rgba(15,23,42,.05);
}

.hcl-action button {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	font-size: 15px;
	font-weight: 800;
	cursor: pointer;
	background: #eef2ff;
	color: #1f2937;
}

.hcl-action-primary button {
	background: #111827;
	color: #fff;
	box-shadow: 0 12px 22px rgba(17,24,39,.18);
}

.hcl-action-danger button {
	background: #fff1f2;
	color: #9f1239;
}

.hcl-action p {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
}

.hcl-note {
	margin-top: 18px;
	text-align: center;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
}

.hcl-message {
	padding: 36px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 18px 45px rgba(15,23,42,.08);
	text-align: center;
}

@media (max-width: 720px) {
	.hcl-page {
		padding: 28px 12px;
	}

	.hcl-header h1,
	.hcl-message h1 {
		font-size: 28px;
	}

	.hcl-card {
		grid-template-columns: 1fr;
		border-radius: 22px;
	}

	.hcl-card-image,
	.hcl-card-image img,
	.hcl-placeholder {
		min-height: 210px;
	}

	.hcl-card-body {
		padding: 22px;
	}

	.hcl-card-body h2 {
		font-size: 23px;
	}

	.hcl-action {
		padding: 16px;
		border-radius: 18px;
	}
}
.hcl-textarea {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 10px;
	padding: 12px 14px;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	background: #fff;
	color: #111827;
	font-size: 15px;
	line-height: 1.45;
	resize: vertical;
}

.hcl-textarea:focus {
	outline: none;
	border-color: #111827;
	box-shadow: 0 0 0 3px rgba(17, 24, 39, .08);
}

.hcl-full-preview {
	margin-top: 16px;
	padding: 16px 18px;
	border-radius: 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	box-shadow: 0 10px 25px rgba(15,23,42,.05);
	text-align: center;
}

.hcl-full-preview a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #111827;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.hcl-full-preview a:hover {
	background: #e5e7eb;
	color: #111827;
	text-decoration: none;
}

.hcl-full-preview p {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7280;
}
.hcl-message-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 24px;
	border-radius: 999px;
	background: #111827;
	color: #fff !important;
	text-decoration: none !important;
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 12px 22px rgba(17,24,39,.18);
}

.hcl-message-button:hover,
.hcl-message-button:focus {
	color: #fff !important;
	text-decoration: none !important;
}
/* Imported testimonials block (helpy-listing-onboarding 1.0.0) */
.helpy-testimonials {
	margin: 24px 0;
}

.helpy-testimonials > h3 {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 800;
}

.helpy-testimonial {
	margin: 0 0 16px;
	padding: 16px 18px;
	border-left: 4px solid #111827;
	background: #f9fafb;
	border-radius: 8px;
}

.helpy-testimonial-rating {
	display: block;
	margin-bottom: 6px;
	color: #f59e0b;
	font-size: 15px;
	letter-spacing: 1px;
}

.helpy-testimonial-text {
	margin: 0 0 8px;
	font-style: italic;
	line-height: 1.5;
}

.helpy-testimonial-meta {
	font-size: 14px;
}

.helpy-testimonial-author {
	font-style: normal;
	font-weight: 700;
	color: #374151;
}

.helpy-testimonial-src {
	color: #6b7280;
	font-weight: 400;
}

.helpy-testimonial-src-link {
	color: #6b7280;
	text-decoration: underline;
}
