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

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

.hs-price-intro,
.hs-price-form,
.hs-price-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-price-eyebrow {
	margin: 0 0 0.6rem;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 0.78rem;
	color: #a63e1e;
}

.hs-price-intro h2,
.hs-price-result h3 {
	margin: 0 0 0.75rem;
	font-size: clamp(1.7rem, 4vw, 2.5rem);
}

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

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

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

.hs-price-form span,
.hs-price-result__grid strong,
.hs-price-advice h4 {
	font-weight: 700;
}

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

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

.hs-price-actions button,
.hs-price-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-price-button--muted {
	background: transparent;
	color: #1d1a17;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

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

.hs-price-result__grid span {
	color: #62584d;
}

.hs-price-advice {
	margin-top: 1rem;
}

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

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