.hs-check-tool {
	padding: 2rem 0;
}

.hs-check-shell {
	display: grid;
	gap: 1.5rem;
}

.hs-check-intro,
.hs-check-form,
.hs-check-result {
	padding: 1.5rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.hs-check-eyebrow {
	margin: 0 0 0.6rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.78rem;
	color: #a63e1e;
}

.hs-check-intro h2,
.hs-check-score h3 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.7rem, 4vw, 2.6rem);
}

.hs-check-intro p,
.hs-check-result p,
.hs-check-breakdown__grid span {
	color: #62584d;
	line-height: 1.7;
}

.hs-check-grid,
.hs-check-breakdown__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.hs-check-form label,
.hs-check-breakdown__grid div {
	display: grid;
	gap: 0.45rem;
}

.hs-check-form span,
.hs-check-breakdown__grid strong,
.hs-check-advice h4,
.hs-check-flags h4 {
	font-weight: 700;
}

.hs-check-form select {
	width: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-radius: 14px;
	background: #fffdf9;
}

.hs-check-score {
	display: grid;
	gap: 0.25rem;
	padding: 1rem;
	border-radius: 18px;
	background: #f8f4ec;
}

.hs-check-status {
	font-size: 1.2rem;
	font-weight: 700;
	color: #1d1a17;
}

.hs-check-breakdown__grid div {
	padding: 1rem;
	background: #f8f4ec;
	border-radius: 16px;
}

.hs-check-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.hs-check-actions button,
.hs-check-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.95rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: #d65a31;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.hs-check-button--muted {
	background: transparent;
	color: #1d1a17;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
	.hs-check-grid,
	.hs-check-breakdown__grid {
		grid-template-columns: 1fr;
	}

	.hs-check-actions button,
	.hs-check-button {
		width: 100%;
	}
}
