

/* ==========================================================================
   Układ czterech etapów
   ========================================================================== */

.we-s-4459709d2049 > .we-container__inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(32px, 4vw, 68px);
	counter-reset: process-step;
}

/* ==========================================================================
   Pojedynczy etap
   ========================================================================== */

.we-s-4459709d2049 .we-info-box {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	text-align: left;
	counter-increment: process-step;
}

.we-s-4459709d2049 .we-info-box__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	margin: 0 auto 20px;
	color: var(--process-accent) !important;
	background-color: var(--process-icon-bg);
	border: 2px solid var(--process-border);
	border-radius: 18px;
	box-shadow: 0 8px 25px rgba(15, 35, 70, 0.04);
}

.we-s-4459709d2049 .we-info-box__icon svg {
	display: block;
	width: 32px;
	height: 32px;
	color: var(--process-accent) !important;
	fill: currentColor;
}

.we-s-4459709d2049 .we-info-box__content {
	width: 100%;
}

.we-s-4459709d2049 .we-info-box__title {
	display: flex;
	align-items: center;
	gap: 11px;
	margin: 0 0 11px;
	color: var(--process-title) !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.we-s-4459709d2049 .we-info-box__title::before {
	display: inline-flex;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: #ffffff;
	background-color: var(--process-accent);
	border-radius: 50%;
	content: counter(process-step);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
}

.we-s-4459709d2049 .we-info-box__title strong {
	color: inherit !important;
	font-weight: 700;
}

.we-s-4459709d2049 .we-info-box__description {
	padding-left: 39px;
	color: var(--process-muted) !important;
	font-size: 14px;
	line-height: 1.65;
}

/* ==========================================================================
   Strzałki pomiędzy etapami
   ========================================================================== */

.we-s-4459709d2049 .we-info-box:not(:last-child)::after {
	position: absolute;
	top: 29px;
	right: calc(clamp(32px, 4vw, 68px) / -2 - 12px);
	z-index: 2;
	color: var(--process-arrow);
	content: "→";
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
}
/* Odstępy pomiędzy etapami */
.we-s-4459709d2049 > .we-container__inner {
	gap: clamp(22px, 2.8vw, 46px);
}

/* Ikona */
.we-s-4459709d2049 .we-info-box__icon {
	margin-bottom: 13px;
}

/* Tytuł etapu */
.we-s-4459709d2049 .we-info-box__title {
	gap: 8px;
	margin-bottom: 7px;
}

/* Opis etapu */
.we-s-4459709d2049 .we-info-box__description {
	padding-left: 26px;
	line-height: 1.5;
}

/* Strzałka pomiędzy etapami */
.we-s-4459709d2049 .we-info-box:not(:last-child)::after {
	top: 26px;
	right: calc(clamp(22px, 2.8vw, 46px) / -2 - 10px);
}
/* ==========================================================================
   Tablet
   ========================================================================== */

@media (max-width: 1050px) {
	.we-s-4459709d2049 > .we-container__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 48px;
	}

	.we-s-4459709d2049 .we-info-box::after {
		display: none;
	}
}
@media (max-width: 1050px) {
	.we-s-4459709d2049 > .we-container__inner {
		gap: 28px 32px;
	}
}
@media (max-width: 500px) {
	.white-scren,
	.white-screen,
	.blue-screan,
	.blue-screen,
	.blue.screan {
		padding: 30px 14px;
	}

	.white-scren h4,
	.white-screen h4,
	.blue-screan h4,
	.blue-screen h4,
	.blue.screan h4 {
		margin-bottom: 6px;
	}

	.white-scren h2,
	.white-screen h2,
	.blue-screan h2,
	.blue-screen h2,
	.blue.screan h2 {
		margin-bottom: 22px;
		font-size: 26px;
	}

	.we-s-4459709d2049 > .we-container__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.we-s-4459709d2049 .we-info-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding-bottom: 22px;
		text-align: center;
	}

	.we-s-4459709d2049 .we-info-box:not(:last-child) {
		border-bottom: 1px solid var(--process-border);
	}

	.we-s-4459709d2049 .we-info-box__icon {
		width: 60px;
		height: 60px;
		margin: 0 auto 12px;
		border-radius: 14px;
	}

	.we-s-4459709d2049 .we-info-box__icon svg {
		width: 25px;
		height: 25px;
	}

	.we-s-4459709d2049 .we-info-box__content {
		width: 100%;
	}

	.we-s-4459709d2049 .we-info-box__title {
		justify-content: center;
		margin-bottom: 6px;
		font-size: 15px;
	}

	.we-s-4459709d2049 .we-info-box__title::before {
		flex-basis: 25px;
		width: 25px;
		height: 25px;
		font-size: 12px;
	}

	.we-s-4459709d2049 .we-info-box__description {
		max-width: 340px;
		margin: 0 auto;
		padding-left: 0;
		font-size: 13px;
		line-height: 1.5;
	}

	.we-s-4459709d2049 .we-info-box::after {
		display: none;
	}
}