.nzs-auction-process,
.nzs-auction-process * {
	box-sizing: border-box;
}

.nzs-auction-process {
	--nzs-teal: #23c3c4;
	--nzs-teal-dark: #0e9fa1;
	--nzs-navy: #123448;
	--nzs-navy-2: #1b5668;
	--nzs-amber: #f1ab31;
	--nzs-surface: #f4fbfb;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: calc(100% - 110px);
	max-width: 1790px;
	margin: 32px auto;
	padding: 52px 76px 28px;
	border: 1px solid #dce7e8;
	border-radius: 24px;
	color: var(--nzs-navy);
	background: linear-gradient(135deg, var(--nzs-surface) 0%, #e8f2f3 100%);
	direction: rtl;
	font-family: "IRANSans", "IRANSansX", Tahoma, "DejaVu Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.nzs-process-decor {
	position: absolute;
	z-index: -1;
	display: block;
	border-radius: 50%;
	pointer-events: none;
}

.nzs-process-decor--top {
	top: -190px;
	left: -130px;
	width: 430px;
	height: 430px;
	background: rgba(35, 195, 196, .08);
}

.nzs-process-decor--bottom {
	right: -190px;
	bottom: -245px;
	width: 450px;
	height: 450px;
	background: rgba(241, 171, 49, .09);
}

.nzs-process-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 48px;
}

.nzs-process-heading {
	min-width: 0;
	text-align: right;
}

.nzs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 11px;
	color: var(--nzs-teal-dark);
	font-size: 14px;
	font-weight: 800;
}

.nzs-eyebrow-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--nzs-teal);
	animation: nzs-eyebrow-dot-pulse 1.55s ease-in-out infinite;
	box-shadow: 0 0 0 6px rgba(35, 195, 196, .12);
}

@keyframes nzs-eyebrow-dot-pulse {
	0%,
	100% {
		opacity: .38;
		box-shadow: 0 0 0 4px rgba(35, 195, 196, .08);
	}

	50% {
		opacity: 1;
		box-shadow: 0 0 0 8px rgba(35, 195, 196, .2);
	}
}

.nzs-process-heading h2 {
	margin: 0;
	color: var(--nzs-navy);
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 900;
	line-height: 1.35;
	letter-spacing: -.035em;
}

.nzs-title-rule {
	display: block;
	width: 72px;
	height: 5px;
	margin-top: 15px;
	border-radius: 10px;
	background: var(--nzs-teal);
}

.nzs-process-copy {
	max-width: 620px;
	margin: 12px 0 0;
	color: #71838b;
	font-size: 15px;
	line-height: 1.9;
}

.nzs-step-count {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 14px;
	min-width: 172px;
	padding: 14px 18px;
	border: 1px solid #dbe6e7;
	border-radius: 18px;
	background: rgba(255, 255, 255, .82);
}

.nzs-step-count strong {
	color: var(--nzs-teal-dark);
	font-size: 38px;
	font-weight: 900;
	line-height: 1;
}

.nzs-step-count span {
	color: var(--nzs-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
	white-space: pre-line;
}

.nzs-timeline {
	position: relative;
}

.nzs-timeline-line {
	position: absolute;
	z-index: 0;
	top: 39px;
	right: 6.25%;
	left: 6.25%;
	height: 3px;
	border-radius: 99px;
	background: #c8d8da;
	pointer-events: none;
}

.nzs-line-progress {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--nzs-amber), var(--nzs-teal));
	transition: width .28s ease;
}

.nzs-stages {
	position: relative;
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 9px;
	direction: rtl;
}

.nzs-stage-wrap {
	position: relative;
	min-width: 0;
}

.nzs-stage {
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	min-width: 0;
	padding: 0 3px;
	border: 0;
	color: inherit;
	background: transparent;
	font: inherit;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
}

.nzs-stage:focus-visible {
	outline: 3px solid rgba(35, 195, 196, .42);
	outline-offset: 6px;
	border-radius: 18px;
}

.nzs-stage-icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	border: 1px solid #d5e1e4;
	border-radius: 24px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 10px 25px rgba(16, 43, 63, .07);
	transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.nzs-stage-icon::before {
	position: absolute;
	top: -6px;
	left: -6px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--nzs-amber);
	content: "";
}

.nzs-stage.is-active .nzs-stage-icon::before {
	animation: nzs-stage-dot-blink 1.35s ease-in-out infinite;
}

.nzs-stage-art {
	display: block;
	width: 60px;
	height: 55px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

/* The certificate artwork has a transparent offset in its source crop. */
.nzs-stage-wrap:nth-child(7) .nzs-stage-art {
	transform: translateX(6px);
}

.nzs-stage-number {
	position: absolute;
	top: 61px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 27px;
	height: 27px;
	border: 3px solid var(--nzs-surface);
	border-radius: 50%;
	color: #fff;
	background: var(--nzs-navy);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.nzs-stage-title {
	max-width: 155px;
	min-height: 46px;
	margin-top: 22px;
	color: var(--nzs-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.75;
	text-align: center;
	white-space: pre-line;
}

.nzs-stage-subtitle {
	min-height: 20px;
	margin-top: 2px;
	color: #94a5aa;
	font-size: 11px;
	line-height: 1.6;
	text-align: center;
}

.nzs-stage:hover .nzs-stage-icon,
.nzs-stage.is-active .nzs-stage-icon {
	border-color: var(--nzs-teal);
	background: #e5fbfa;
	box-shadow: 0 14px 32px rgba(35, 195, 196, .19);
	transform: translateY(-5px);
}

.nzs-stage.is-active .nzs-stage-number {
	background: var(--nzs-teal-dark);
}

.nzs-stage.is-active .nzs-stage-title {
	color: var(--nzs-teal-dark);
}

/* Linked stages are intentionally distinct from stages without a destination. */
.nzs-stage.has-link .nzs-stage-icon {
	border-color: rgba(45, 182, 111, .55);
	box-shadow: 0 10px 25px rgba(45, 182, 111, .16);
}

.nzs-stage.has-link .nzs-stage-icon::before {
	background: #2db66f;
	animation: nzs-linked-stage-dot-blink 1.35s ease-in-out infinite;
}

.nzs-stage.has-link .nzs-stage-title {
	color: #218f5d;
}

.nzs-stage.has-link:hover .nzs-stage-icon,
.nzs-stage.has-link.is-active .nzs-stage-icon {
	border-color: #2db66f;
	background: #effcf5;
	box-shadow: 0 14px 32px rgba(45, 182, 111, .22);
}

.nzs-stage.has-link.is-active .nzs-stage-number {
	background: #2db66f;
}

@keyframes nzs-linked-stage-dot-blink {
	0%,
	100% {
		opacity: .38;
		box-shadow: 0 0 0 0 rgba(45, 182, 111, 0);
		transform: scale(.88);
	}

	50% {
		opacity: 1;
		box-shadow: 0 0 0 5px rgba(45, 182, 111, .2);
		transform: scale(1.08);
	}
}

.nzs-stage-connector {
	position: absolute;
	top: 39px;
	left: -50%;
	z-index: 0;
	display: block;
	width: 100%;
	height: 3px;
	pointer-events: none;
}

.nzs-stage-connector-line {
	position: absolute;
	inset: 0;
	display: block;
	border-radius: 99px;
	background: #b9cdcf;
	transition: background .28s ease, box-shadow .28s ease;
}

.nzs-stage-connector-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #9fb8bc;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	transform: translate(-50%, -55%);
	animation: nzs-connector-arrow-pulse 2.8s ease-in-out infinite;
	transition: color .28s ease, transform .28s ease;
}

.nzs-stage-wrap.is-path .nzs-stage-connector-line {
	background: var(--nzs-teal);
	box-shadow: 0 0 8px rgba(35, 195, 196, .26);
}

.nzs-stage-wrap.is-path .nzs-stage-connector-arrow {
	color: var(--nzs-teal-dark);
	transform: translate(-50%, -55%) scale(1.12);
	animation-duration: 1.8s;
}

@keyframes nzs-connector-arrow-pulse {
	0%,
	100% {
		opacity: .48;
		filter: drop-shadow(0 0 0 rgba(35, 195, 196, 0));
	}

	50% {
		opacity: 1;
		filter: drop-shadow(0 0 4px rgba(35, 195, 196, .24));
	}
}

@keyframes nzs-stage-dot-blink {
	0%,
	100% {
		opacity: .35;
		box-shadow: 0 0 0 0 rgba(241, 171, 49, 0);
		transform: scale(.82);
	}

	50% {
		opacity: 1;
		box-shadow: 0 0 0 5px rgba(241, 171, 49, .2);
		transform: scale(1.08);
	}
}

.nzs-detail-card {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-top: 43px;
	padding: 20px 22px;
	border-radius: 20px;
	color: #fff;
	background: linear-gradient(115deg, var(--nzs-navy) 0%, var(--nzs-navy-2) 100%);
	box-shadow: 0 16px 34px rgba(16, 43, 63, .16);
}

.nzs-detail-copy {
	min-width: 0;
	flex: 1 1 auto;
	text-align: right;
}

.nzs-detail-kicker {
	margin-bottom: 4px;
	color: #9be8e5;
	font-size: 12px;
	font-weight: 800;
}

.nzs-detail-copy h3 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.65;
}

.nzs-detail-copy p {
	margin: 3px 0 0;
	color: rgba(255, 255, 255, .73);
	font-size: 13px;
	line-height: 1.8;
}

.nzs-detail-meta {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 23px;
	padding: 3px 23px;
	border-right: 1px solid rgba(255, 255, 255, .16);
}

.nzs-meta-item {
	display: grid;
	gap: 5px;
	min-width: 84px;
	text-align: right;
}

.nzs-meta-item span {
	color: rgba(255, 255, 255, .57);
	font-size: 11px;
}

.nzs-meta-item strong {
	color: #fff;
	font-size: 13px;
	white-space: nowrap;
}

.nzs-detail-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 230px;
	min-height: 52px;
	padding: 10px 16px;
	border: 1px solid rgba(70, 208, 208, .85);
	border-radius: 12px;
	color: #fff;
	background: rgba(24, 70, 90, .9);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.7;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.nzs-detail-link:hover,
.nzs-detail-link:focus-visible {
	border-color: #bffcf9;
	color: #fff;
	background: rgba(35, 195, 196, .22);
	transform: translateY(-2px);
}

.nzs-detail-link[hidden] {
	display: none;
}

.nzs-detail-index {
	display: grid;
	place-items: center;
	order: -1;
	flex: 0 0 auto;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 17px;
	color: #bffcf9;
	background: rgba(35, 195, 196, .15);
	font-size: 20px;
	font-weight: 900;
}

.nzs-process-hint {
	margin: 15px 0 0;
	color: #82979e;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
}

.nzs-process-credit {
	margin: 8px 0 0;
	color: #94a5aa;
	font-size: 11px;
	text-align: center;
}

@media (max-width: 1100px) {
	.nzs-auction-process {
		padding-right: 40px;
		padding-left: 40px;
	}

	.nzs-process-top {
		margin-bottom: 40px;
	}

	.nzs-stage-icon {
		width: 66px;
		height: 66px;
		border-radius: 20px;
	}

	.nzs-stage-art {
		width: 53px;
		height: 49px;
	}

	.nzs-stage-number {
		top: 52px;
	}

	.nzs-stage-title {
		font-size: 12px;
	}

	.nzs-stage-connector {
		top: 34px;
	}

	.nzs-timeline-line {
		top: 34px;
	}

	.nzs-detail-card {
		gap: 15px;
	}

	.nzs-detail-meta {
		gap: 12px;
		padding-right: 15px;
		padding-left: 0;
	}

	.nzs-detail-link {
		flex-basis: 190px;
		font-size: 12px;
	}
}

@media (max-width: 760px) {
	.nzs-auction-process {
		width: calc(100% - 24px);
		max-width: none;
		margin: 20px 12px;
		padding: 30px 20px 24px;
		border-radius: 22px;
	}

	.nzs-process-top {
		display: block;
		margin-bottom: 31px;
	}

	.nzs-process-heading h2 {
		font-size: 28px;
	}

	.nzs-process-copy {
		font-size: 13px;
	}

	.nzs-step-count {
		width: max-content;
		margin-top: 22px;
	}

	.nzs-timeline-line {
		top: 24px;
		right: 24px;
		left: auto;
		width: 3px;
		height: calc(100% - 48px);
	}

	.nzs-line-progress {
		width: 100% !important;
		height: var(--nzs-progress, 12.5%) !important;
		transform-origin: center top;
	}

	.nzs-stages {
		display: grid;
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.nzs-stage-wrap {
		min-height: 68px;
	}

	.nzs-stage {
		display: grid;
		grid-template-columns: 58px 1fr;
		grid-template-rows: auto auto;
		align-items: center;
		column-gap: 17px;
		min-height: 68px;
		padding: 0;
		text-align: right;
	}

	.nzs-stage-icon {
		grid-row: 1 / span 2;
		width: 50px;
		height: 50px;
		border-radius: 16px;
	}

	.nzs-stage-art {
		width: 39px;
		height: 36px;
	}

	.nzs-stage-wrap:nth-child(7) .nzs-stage-art {
		transform: translateX(3px);
	}

	.nzs-stage-icon::before {
		top: -4px;
		left: -4px;
		width: 8px;
		height: 8px;
	}

	.nzs-stage-number {
		top: auto;
		right: 35px;
		width: 22px;
		height: 22px;
		font-size: 10px;
	}

	.nzs-stage-title {
		max-width: none;
		min-height: 0;
		margin: 0;
		font-size: 14px;
		line-height: 1.55;
		text-align: right;
	}

	.nzs-stage-subtitle {
		min-height: 0;
		margin: 0;
		text-align: right;
	}

	.nzs-stage-connector {
		display: none;
	}

	.nzs-stage-connector-line {
		width: 3px;
		height: 100%;
	}

	.nzs-stage-connector-arrow {
		top: auto;
		bottom: -5px;
		left: 50%;
		font-size: 17px;
		transform: translate(-50%, 0) rotate(-90deg);
	}

	.nzs-stage-wrap.is-path .nzs-stage-connector-arrow {
		transform: translate(-50%, 0) rotate(-90deg) scale(1.12);
	}

	.nzs-detail-card {
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 14px;
		margin-top: 28px;
		padding: 18px;
	}

	.nzs-detail-copy {
		flex-basis: calc(100% - 76px);
	}

	.nzs-detail-copy h3 {
		font-size: 16px;
	}

	.nzs-detail-copy p {
		font-size: 12px;
	}

	.nzs-detail-meta {
		flex-basis: 100%;
		justify-content: space-between;
		padding: 14px 0 0;
		border-top: 1px solid rgba(255, 255, 255, .16);
		border-right: 0;
	}

	.nzs-detail-link {
		flex-basis: 100%;
		order: 4;
	}

	.nzs-detail-index {
		order: -1;
		width: 58px;
		height: 58px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nzs-auction-process *,
	.nzs-auction-process *::before,
	.nzs-auction-process *::after {
		transition-duration: .01ms !important;
		animation: none !important;
	}
}
