.phiw-ab03044e-wrapper {
	width: 100%;
}

.phiw-ab03044e-header {
	margin-bottom: 50px;
}

.phiw-ab03044e-section-title {
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 10px;
	line-height: 1.3;
}

.phiw-ab03044e-section-subtitle {
	font-size: 16px;
	margin: 0;
	max-width: 600px;
	line-height: 1.6;
}

.phiw-ab03044e-header[style*="text-align: center"] .phiw-ab03044e-section-subtitle,
.phiw-ab03044e-header[style*="text-align:center"] .phiw-ab03044e-section-subtitle {
	margin-left: auto;
	margin-right: auto;
}

.phiw-ab03044e-header[style*="text-align: right"] .phiw-ab03044e-section-subtitle,
.phiw-ab03044e-header[style*="text-align:right"] .phiw-ab03044e-section-subtitle {
	margin-left: auto;
}

.phiw-ab03044e-steps {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0;
	flex-wrap: wrap;
}

.phiw-ab03044e-step-col {
	display: flex;
	align-items: center;
	flex: 1 1 0;
	min-width: 0;
}

.phiw-ab03044e-step-col:last-child {
	flex: 0 1 auto;
}

.phiw-ab03044e-step {
	text-align: center;
	padding: 30px 20px;
	border-radius: 12px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
	min-width: 160px;
	max-width: 220px;
	flex-shrink: 0;
}

.phiw-ab03044e-step:hover {
	transform: translateY(-4px);
}

.phiw-ab03044e-icon-container {
	position: relative;
	display: inline-block;
	margin-bottom: 18px;
}

.phiw-ab03044e-icon-wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #2563eb;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	transition: transform 0.3s ease;
}

.phiw-ab03044e-step:hover .phiw-ab03044e-icon-wrap {
	transform: scale(1.08);
}

.phiw-ab03044e-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	color: #ffffff;
	line-height: 1;
}

.phiw-ab03044e-icon svg {
	width: 32px;
	height: 32px;
	fill: #ffffff;
}

.phiw-ab03044e-number {
	position: absolute;
	top: -6px;
	right: -6px;
	background-color: #f59e0b;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.phiw-ab03044e-step-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 8px;
	line-height: 1.4;
}

.phiw-ab03044e-step-desc {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.phiw-ab03044e-connector {
	flex: 1;
	border-top: 2px dashed #d1d5db;
	min-width: 30px;
	margin-top: 60px;
	align-self: flex-start;
}

/* ── Tablet ── */
@media (max-width: 1024px) {
	.phiw-ab03044e-steps {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px 0;
	}

	.phiw-ab03044e-step-col {
		flex: 0 0 33.333%;
		justify-content: center;
	}

	.phiw-ab03044e-connector {
		display: none;
	}

	.phiw-ab03044e-step {
		max-width: 100%;
	}
}

/* ── Mobile ── */
@media (max-width: 767px) {
	.phiw-ab03044e-step-col {
		flex: 0 0 100%;
	}

	.phiw-ab03044e-section-title {
		font-size: 24px;
	}

	.phiw-ab03044e-header {
		margin-bottom: 30px;
	}
}
