/**
 * Seller Types — client humanblockchain-seller-types.html
 *
 * @package HelloElementorChild
 */

body.hb-st-body {
	--st-ink: #101828;
	--st-muted: #556474;
	--st-paper: #f5f8f7;
	--st-card: #fff;
	--st-teal: #087f77;
	--st-deep: #05383b;
	--st-gold: #d3a72d;
	--st-line: #dae5e2;
	--st-shadow: 0 18px 50px rgba(11, 50, 47, 0.09);
	margin: 0;
	background: var(--st-paper);
	color: var(--st-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	line-height: 1.65;
}

body.hb-st-body .skip {
	position: absolute;
	left: -999px;
	top: 8px;
	z-index: 2000;
	padding: 8px 14px;
	background: var(--st-gold);
	color: #18221f;
	font-weight: 800;
	text-decoration: none;
	border-radius: 8px;
}

body.hb-st-body .skip:focus {
	left: 12px;
}

.hb-st-page * {
	box-sizing: border-box;
}

.hb-st-page a {
	color: inherit;
}

.hb-st-page .hb-wrap {
	width: min(1160px, calc(100% - 36px));
	margin: auto;
}

.hb-st-page .hb-hero {
	padding: 82px 0 64px;
	color: #fff;
	background:
		radial-gradient(circle at 82% 20%, rgba(211, 167, 45, 0.32), transparent 28%),
		linear-gradient(135deg, #052f31, #087f77);
}

.hb-st-page .hb-eyebrow {
	margin: 0 0 12px;
	color: #ffe9a1;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hb-st-page .hb-hero h1 {
	max-width: 850px;
	margin: 0;
	font-size: clamp(2.25rem, 6vw, 4.8rem);
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.hb-st-page .hb-lead {
	max-width: 780px;
	margin: 24px 0 0;
	color: #e6fffb;
	font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hb-st-page .hb-section {
	padding: 70px 0;
}

.hb-st-page .hb-section--white {
	background: #fff;
}

.hb-st-page .hb-kicker {
	color: var(--st-teal);
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.78rem;
}

.hb-st-page .hb-title {
	max-width: 820px;
	margin: 8px 0 14px;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.hb-st-page .hb-intro {
	max-width: 840px;
	color: var(--st-muted);
	font-size: 1.08rem;
}

.hb-st-page .hb-banner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 22px;
	align-items: center;
	margin-top: 32px;
	padding: 28px 30px;
	border: 1px solid #bbdcd6;
	border-radius: 22px;
	background: #eaf6f3;
}

.hb-st-page .hb-banner p {
	margin: 0;
	color: #365c59;
}

.hb-st-page .hb-pill {
	white-space: nowrap;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--st-deep);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 850;
}

.hb-st-page .hb-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
	margin-top: 38px;
}

.hb-st-page .hb-card {
	padding: 30px;
	border: 1px solid var(--st-line);
	border-radius: 24px;
	background: var(--st-card);
	box-shadow: var(--st-shadow);
}

.hb-st-page .hb-card--wide {
	grid-column: 1 / -1;
}

.hb-st-page .hb-tag {
	display: inline-block;
	padding: 6px 11px;
	border-radius: 999px;
	background: #e5f4f1;
	color: #076b64;
	font-size: 0.76rem;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.hb-st-page .hb-card h3 {
	margin: 15px 0 8px;
	font-size: 1.45rem;
}

.hb-st-page .hb-card p {
	margin: 0;
	color: var(--st-muted);
}

.hb-st-page .hb-card ul {
	margin: 18px 0 0;
	padding-left: 19px;
	color: var(--st-muted);
}

.hb-st-page .hb-card li + li {
	margin-top: 7px;
}

.hb-st-page .hb-levels {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 34px;
}

.hb-st-page .hb-level {
	position: relative;
	padding: 28px;
	border-radius: 22px;
	background: #fff;
	border: 1px solid var(--st-line);
}

.hb-st-page .hb-value {
	font-size: 2rem;
	font-weight: 900;
	color: var(--st-teal);
	letter-spacing: -0.04em;
}

.hb-st-page .hb-level h3 {
	margin: 2px 0 8px;
}

.hb-st-page .hb-level p {
	margin: 0;
	color: var(--st-muted);
}

.hb-st-page .hb-table-wrap {
	overflow-x: auto;
	margin-top: 34px;
	border: 1px solid var(--st-line);
	border-radius: 20px;
	background: #fff;
}

.hb-st-page .hb-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 760px;
}

.hb-st-page .hb-table th,
.hb-st-page .hb-table td {
	padding: 18px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid var(--st-line);
}

.hb-st-page .hb-table th {
	color: #fff;
	background: var(--st-deep);
	font-size: 0.82rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hb-st-page .hb-table tr:last-child td {
	border-bottom: 0;
}

.hb-st-page .hb-table td:first-child {
	font-weight: 850;
}

.hb-st-page .hb-callout {
	margin-top: 30px;
	padding: 28px;
	border-left: 5px solid var(--st-gold);
	border-radius: 8px 20px 20px 8px;
	background: #fff;
}

.hb-st-page .hb-callout h3 {
	margin: 0 0 6px;
}

.hb-st-page .hb-callout p {
	margin: 0;
	color: var(--st-muted);
}

.hb-st-page .hb-cta {
	padding: 62px 0;
	text-align: center;
	color: #fff;
	background: #082f34;
}

.hb-st-page .hb-cta h2 {
	max-width: 750px;
	margin: 0 auto 12px;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.15;
}

.hb-st-page .hb-cta p {
	max-width: 680px;
	margin: 0 auto 24px;
	color: #d7efec;
}

.hb-st-page .hb-btn {
	display: inline-flex;
	min-height: 48px;
	padding: 0 21px;
	align-items: center;
	border-radius: 999px;
	background: var(--st-gold);
	color: #18221f;
	text-decoration: none;
	font-weight: 850;
}

.hb-st-page .hb-foot {
	padding: 24px 0;
	text-align: center;
	color: #687b7a;
	font-size: 0.9rem;
	background: #061f22;
}

@media (max-width: 820px) {
	.hb-st-page .hb-cards,
	.hb-st-page .hb-levels {
		grid-template-columns: 1fr;
	}

	.hb-st-page .hb-card--wide {
		grid-column: auto;
	}

	.hb-st-page .hb-banner {
		grid-template-columns: 1fr;
	}

	.hb-st-page .hb-pill {
		width: max-content;
	}

	.hb-st-page .hb-hero {
		padding: 62px 0 50px;
	}

	.hb-st-page .hb-section {
		padding: 54px 0;
	}
}
