/**
 * How It Works funnel — client humanblockchain-how-it-works.html
 *
 * @package HelloElementorChild
 */

body.hb-hiw-body {
	--hiw-ink: #101828;
	--hiw-muted: #536273;
	--hiw-paper: #f5f8f7;
	--hiw-card: #fff;
	--hiw-teal: #087f77;
	--hiw-teal2: #075e59;
	--hiw-gold: #d3a72d;
	--hiw-blue: #1261a0;
	--hiw-line: #d9e4e1;
	--hiw-shadow: 0 18px 48px rgba(16, 40, 38, 0.1);
	margin: 0;
	background: var(--hiw-paper);
	color: var(--hiw-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
	line-height: 1.65;
}

html:has(body.hb-hiw-body) {
	scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

.hb-hiw-page .hb-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.hb-hiw-page .hb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	text-decoration: none;
	font-weight: 800;
}

.hb-hiw-page .hb-btn--gold {
	border-color: var(--hiw-gold);
	background: var(--hiw-gold);
	color: #18221f;
}

.hb-hiw-page .hb-section {
	padding: 72px 0;
}

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

.hb-hiw-page .ctw-audio {
	margin: 0 auto 48px;
}

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

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

.hb-hiw-page .hb-intro {
	max-width: 820px;
	margin: 0;
	color: var(--hiw-muted);
	font-size: 1.08rem;
}

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

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

.hb-hiw-page .hb-num {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #e4f5f2;
	color: var(--hiw-teal2);
	font-weight: 900;
}

.hb-hiw-page .hb-step h3 {
	margin: 18px 0 8px;
	font-size: 1.35rem;
}

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

.hb-hiw-page .hb-domain {
	display: inline-block;
	margin-top: 18px;
	color: var(--hiw-teal2);
	font-weight: 850;
}

.hb-hiw-page .hb-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-top: 36px;
}

.hb-hiw-page .hb-card {
	padding: 30px;
	border: 1px solid var(--hiw-line);
	border-radius: 22px;
	background: #fff;
}

.hb-hiw-page .hb-card h3 {
	margin: 0 0 8px;
	font-size: 1.25rem;
}

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

.hb-hiw-page .hb-paths {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 32px;
}

.hb-hiw-page .hb-path {
	padding: 28px;
	border-radius: 22px;
	color: #fff;
	background: linear-gradient(145deg, #075e59, #09877d);
}

.hb-hiw-page .hb-path--blue {
	background: linear-gradient(145deg, #123e68, #126aa8);
}

.hb-hiw-page .hb-path small {
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #d9fffa;
}

.hb-hiw-page .hb-path h3 {
	margin: 7px 0 9px;
	font-size: 1.45rem;
}

.hb-hiw-page .hb-path p {
	margin: 0;
	color: #ebfffd;
}

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

.hb-hiw-page .hb-rule {
	padding: 24px;
	border-left: 4px solid var(--hiw-gold);
	background: #fff;
	border-radius: 8px 18px 18px 8px;
}

.hb-hiw-page .hb-rule strong {
	display: block;
	margin-bottom: 5px;
}

.hb-hiw-page .hb-rule span {
	color: var(--hiw-muted);
}

.hb-hiw-page .hb-note {
	margin-top: 34px;
	padding: 28px;
	border-radius: 22px;
	background: #edf5f3;
}

.hb-hiw-page .hb-note strong {
	color: var(--hiw-teal2);
}

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

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

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

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

@media (max-width: 820px) {
	.hb-hiw-page .hb-funnel,
	.hb-hiw-page .hb-rules {
		grid-template-columns: 1fr;
	}

	.hb-hiw-page .hb-grid,
	.hb-hiw-page .hb-paths {
		grid-template-columns: 1fr;
	}

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

	.hb-hiw-page .hb-section {
		padding: 56px 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html:has(body.hb-hiw-body) {
		scroll-behavior: auto;
	}
}
