.hiw-a0062338 {
	--hiw-bg-1: #FAF7F2;
	--hiw-bg-2: #FFFFFF;
	--hiw-mint: #D1FAE5;
	--hiw-mint-strong: #6EE7B7;
	--hiw-ink: #0F172A;
	--hiw-muted: #52525B;
	--hiw-line: rgba(15, 23, 42, 0.08);
	position: relative;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(180deg, var(--hiw-bg-1) 0%, var(--hiw-bg-2) 100%);
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: var(--hiw-ink);
	isolation: isolate;
}

.hiw-a0062338 *, .hiw-a0062338 *::before, .hiw-a0062338 *::after { box-sizing: border-box; }

/* ───── Background mesh (subtle) ───── */
.hiw-a0062338 .hiw-bg-mesh {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.hiw-a0062338 .hiw-orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(110px);
	opacity: 0.45;
	will-change: transform;
}
.hiw-a0062338 .hiw-orb-1 {
	width: 420px; height: 420px;
	top: -120px; left: -80px;
	background: radial-gradient(circle, var(--hiw-mint) 0%, transparent 70%);
	animation: hiw-float-a 20s ease-in-out infinite;
}
.hiw-a0062338 .hiw-orb-2 {
	width: 460px; height: 460px;
	bottom: -140px; right: -120px;
	background: radial-gradient(circle, #FDE8D4 0%, transparent 70%);
	animation: hiw-float-b 24s ease-in-out infinite;
}
@keyframes hiw-float-a {
	0%, 100% { transform: translate(0,0) scale(1); }
	50% { transform: translate(30px, 40px) scale(1.06); }
}
@keyframes hiw-float-b {
	0%, 100% { transform: translate(0,0) scale(1); }
	50% { transform: translate(-30px, -30px) scale(1.04); }
}

/* ───── Inner wrapper ───── */
.hiw-a0062338 .hiw-inner {
	position: relative;
	z-index: 1;
	max-width: 1040px;
	margin: 0 auto;
}

/* ───── Intro (compact, not hero) ───── */
.hiw-a0062338 .hiw-intro {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 56px;
}
.hiw-a0062338 .hiw-label {
	display: inline-block;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--hiw-mint);
	color: var(--hiw-ink);
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	margin-bottom: 18px;
	box-shadow: 0 4px 16px rgba(110, 231, 183, 0.22);
}
.hiw-a0062338 .hiw-heading {
	font-size: clamp(28px, 3.4vw, 42px);
	line-height: 1.15;
	letter-spacing: -0.025em;
	font-weight: 700;
	margin: 0 0 14px;
	color: var(--hiw-ink);
}
.hiw-a0062338 .hiw-description {
	font-size: clamp(15px, 1.05vw, 17px);
	line-height: 1.6;
	color: var(--hiw-muted);
	margin: 0;
	font-weight: 400;
}
.hiw-a0062338 .hiw-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 24px;
	padding: 13px 26px;
	background: var(--hiw-ink);
	color: #FFFFFF;
	font-size: 14.5px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	position: relative;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.15);
}
.hiw-a0062338 .hiw-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22), 0 0 0 5px rgba(209, 250, 229, 0.35);
}
.hiw-a0062338 .hiw-btn .hiw-btn-arrow { transition: transform 0.35s ease; }
.hiw-a0062338 .hiw-btn:hover .hiw-btn-arrow { transform: translateX(4px); }

/* ───── Timeline ───── */
.hiw-a0062338 .hiw-timeline {
	position: relative;
	padding: 12px 0 0;
}
.hiw-a0062338 .hiw-line {
	position: absolute;
	top: 0; bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	background: var(--hiw-line);
	border-radius: 2px;
	overflow: hidden;
}
.hiw-a0062338 .hiw-line-progress {
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 0;
	background: linear-gradient(180deg, var(--hiw-mint-strong) 0%, var(--hiw-mint) 60%, transparent 100%);
	box-shadow: 0 0 12px rgba(110, 231, 183, 0.55);
	transition: height 0.15s linear;
}

/* ───── Steps ───── */
.hiw-a0062338 .hiw-step {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 56px;
	margin-bottom: 36px;
	opacity: 0;
	transform: translateY(36px);
	transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.hiw-a0062338 .hiw-step:last-child { margin-bottom: 0; }
.hiw-a0062338 .hiw-step.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* Node on timeline */
.hiw-a0062338 .hiw-node {
	position: absolute;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
	width: 18px; height: 18px;
	z-index: 2;
}
.hiw-a0062338 .hiw-node-dot {
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 2px solid rgba(15, 23, 42, 0.25);
	transition: background 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.hiw-a0062338 .hiw-node-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid var(--hiw-mint);
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.hiw-a0062338 .hiw-step.is-visible .hiw-node-dot {
	background: var(--hiw-mint-strong);
	border-color: var(--hiw-mint-strong);
	box-shadow: 0 0 0 5px rgba(209, 250, 229, 0.6), 0 0 14px rgba(110, 231, 183, 0.55);
}
.hiw-a0062338 .hiw-step.is-active .hiw-node-dot {
	transform: scale(1.12);
}
.hiw-a0062338 .hiw-step.is-visible .hiw-node-ring {
	opacity: 1;
	transform: scale(1.55);
	animation: hiw-pulse 2.6s ease-in-out infinite;
}
@keyframes hiw-pulse {
	0%, 100% { transform: scale(1.55); opacity: 0.55; }
	50% { transform: scale(2.1); opacity: 0; }
}

/* ───── Card placement (alternating, connected to line) ───── */
.hiw-a0062338 .hiw-step--left .hiw-card {
	grid-column: 1;
	margin-right: 24px;
}
.hiw-a0062338 .hiw-step--right .hiw-card {
	grid-column: 2;
	margin-left: 24px;
}

/* Small horizontal connector from line to card */
.hiw-a0062338 .hiw-card-connector {
	position: absolute;
	top: 44px;
	width: 24px;
	height: 2px;
	background: linear-gradient(90deg, var(--hiw-mint-strong) 0%, var(--hiw-line) 100%);
	opacity: 0;
	transition: opacity 0.6s ease 0.15s;
}
.hiw-a0062338 .hiw-step--left .hiw-card-connector {
	right: -24px;
	background: linear-gradient(90deg, var(--hiw-line) 0%, var(--hiw-mint-strong) 100%);
}
.hiw-a0062338 .hiw-step--right .hiw-card-connector {
	left: -24px;
}
.hiw-a0062338 .hiw-step.is-visible .hiw-card-connector { opacity: 0.7; }

/* ───── Card ───── */
.hiw-a0062338 .hiw-card {
	position: relative;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(18px) saturate(140%);
	-webkit-backdrop-filter: blur(18px) saturate(140%);
	border: 1px solid rgba(255,255,255,0.85);
	border-radius: 24px;
	padding: 28px 30px;
	box-shadow: 0 14px 36px -18px rgba(15, 23, 42, 0.14), 0 1px 0 rgba(255,255,255,0.9) inset;
	transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s ease, border-color 0.4s ease;
	will-change: transform;
}

.hiw-a0062338 .hiw-card-glow {
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	background: radial-gradient(500px circle at var(--mx, 50%) var(--my, 50%), rgba(209, 250, 229, 0.4), transparent 40%);
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
	z-index: 0;
}
.hiw-a0062338 .hiw-card:hover {
	transform: translateY(-5px);
	border-color: var(--hiw-mint);
	box-shadow: 0 22px 48px -18px rgba(15, 23, 42, 0.2), 0 0 0 1px var(--hiw-mint-strong), 0 0 36px rgba(209, 250, 229, 0.45);
}
.hiw-a0062338 .hiw-card:hover .hiw-card-glow { opacity: 1; }

.hiw-a0062338 .hiw-step.is-active .hiw-card {
	border-color: var(--hiw-mint-strong);
	box-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(110, 231, 183, 0.45), 0 0 28px rgba(209, 250, 229, 0.5);
}

.hiw-a0062338 .hiw-card-head {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.hiw-a0062338 .hiw-card-icon {
	width: 46px; height: 46px;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--hiw-mint) 0%, #ECFDF5 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #047857;
	font-size: 18px;
	box-shadow: 0 6px 16px rgba(110, 231, 183, 0.3), 0 1px 0 rgba(255,255,255,0.8) inset;
}
.hiw-a0062338 .hiw-card-icon svg { width: 18px; height: 18px; fill: currentColor; }
.hiw-a0062338 .hiw-card-icon i { color: #047857; }

.hiw-a0062338 .hiw-card-number {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1.4px rgba(15, 23, 42, 0.18);
	font-variant-numeric: tabular-nums;
}

.hiw-a0062338 .hiw-card-title {
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.015em;
	font-weight: 600;
	margin: 0 0 8px;
	color: var(--hiw-ink);
}
.hiw-a0062338 .hiw-card-text {
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 1.6;
	color: var(--hiw-muted);
	margin: 0;
}

/* ───── Responsive ───── */
@media (max-width: 900px) {
	.hiw-a0062338 .hiw-intro { margin-bottom: 44px; }
	.hiw-a0062338 .hiw-line { left: 22px; transform: none; }
	.hiw-a0062338 .hiw-step,
	.hiw-a0062338 .hiw-step--right,
	.hiw-a0062338 .hiw-step--left { grid-template-columns: 1fr; column-gap: 0; margin-bottom: 28px; }
	.hiw-a0062338 .hiw-step--left .hiw-card,
	.hiw-a0062338 .hiw-step--right .hiw-card { grid-column: 1; margin: 0 0 0 52px; }
	.hiw-a0062338 .hiw-node { left: 22px; transform: translateX(-50%); top: 22px; }
	.hiw-a0062338 .hiw-card-connector {
		top: 30px;
		width: 20px;
		left: -20px;
		right: auto;
		background: linear-gradient(90deg, var(--hiw-mint-strong) 0%, var(--hiw-line) 100%);
	}
	.hiw-a0062338 .hiw-step--left .hiw-card-connector,
	.hiw-a0062338 .hiw-step--right .hiw-card-connector {
		left: -20px;
		right: auto;
		background: linear-gradient(90deg, var(--hiw-mint-strong) 0%, var(--hiw-line) 100%);
	}
	.hiw-a0062338 .hiw-card { padding: 22px 24px; }
	.hiw-a0062338 .hiw-card-number { font-size: 28px; }
	.hiw-a0062338 .hiw-card-title { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
	.hiw-a0062338 .hiw-orb,
	.hiw-a0062338 .hiw-node-ring { animation: none !important; }
	.hiw-a0062338 .hiw-step { transition: opacity 0.4s ease; transform: none; }
}
