.how-does-it-work-page {
	padding: 177px 0 72px;
    font-family: Manrope, sans-serif;
    color: #001F48;
    background-image: url('/skin/ukexpes_skin/frontend/img/hiw-page/images/hiw-page_bg.png?v=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hiw-hero {
	position: relative;
}

.hiw-hero__inner {
	position: relative;
	z-index: 1;
}

.hiw-hero__content h1 {
	margin: 0 auto 48px;
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    text-align: center;
}

.hiw-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.destination-card {
	display: flex;
	flex-direction: column;
	min-height: 156px;
	padding: 24px;
	border-radius: 16px;
	background: #FFFFFF;
}

.destination-card__text h3 {
	margin: 0 0 16px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}

.destination-card__btn {
	position: relative;
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: auto;
	padding: 8px 0;
	border: none;
	background: none;
	color: #1e17e0;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	transition: color 0.2s ease;
}

.destination-card__btn::before {
	content: '';
	display: inline-flex;
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	background: url('/skin/ukexpes_skin/frontend/img/home-page/icons/chevron-right.svg?v=1') center/contain no-repeat;
}

.destination-card__btn::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #1e17e0;
	transform: scaleX(0) translateZ(0);
	transform-origin: left center;
	transition: transform 0.25s ease;
	will-change: transform;
	backface-visibility: hidden;
}

@media (hover: hover) {
	.destination-card__btn:hover {
		color: #1e17e0;
		text-decoration: none;
	}

	.destination-card__btn:hover::after {
		transform: scaleX(1) translateZ(0);
	}
}

.hiw-steps-section {
	margin-top: 150px;
}

.hiw-steps-card {
	position: relative;
	padding: 32px 24px;
	border-radius: 24px;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(8, 12, 24, 0.75) 0%, rgba(8, 12, 24, 0.48) 45%, rgba(8, 12, 24, 0.78) 100%),
		url('/skin/ukexpes_skin/frontend/img/hiw-page/images/hiw-banner_bg.png?v=1') center/cover no-repeat;
}

.hiw-steps-card-wrapper {
	max-width: 1048px;
	margin: 0 auto;
	width: 100%;
}

.hiw-steps-card::after {
	content: '';
	position: absolute;
	inset: 0;
	background-color: (0, 0, 0, 0.36);
	pointer-events: none;
}

.hiw-steps-card h2 {
	position: relative;
	z-index: 1;
	margin: 0 0 80px;
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	color: #ffffff;
}

.hiw-steps-list {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.hiw-step {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 14px;
}

.hiw-step-rail {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.hiw-step-rail__number {
	text-align: center;
	background-color: #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #1e17e0;
	box-shadow: 0 10px 22px rgba(4, 12, 30, 0.3);
}

.hiw-step-rail__line {
	position: absolute;
	top: 54px;
	left: 50%;
	transform: translateX(-50%);
	height: calc(100% + 16px);
	width: 1px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0 2px, transparent 2px 12px);
	background-repeat: repeat-y;
	background-size: 1px 6px;
}

.hiw-step-card {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(28.399999618530273px);
    -webkit-backdrop-filter: blur(28.399999618530273px);
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

.hiw-step-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
}

.hiw-step-icon img {
	max-width: 54px;
	max-height: 54px;
	width: auto;
	height: auto;
	display: block;
}

.hiw-step-content h3 {
	margin: 0 0 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
	color: #ffffff;
}

.hiw-step-content p {
	margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
}

.hiw-step-options {
	margin: 6px 0 0 12px;;
	padding-left: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #ffffff;
}

.hiw-step-options li + li {
	margin-top: 8px;
}

.hiw-steps-list .hiw-step:last-child .hiw-step-rail__line {
	display: none;
}

@media (max-width: 1199px) {
	.hiw-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hiw-steps-card h2 {
		font-size: 34px;
	}
}

@media (max-width: 767px) {
	.hiw-steps-section {
		margin-top: 20px;
	}

	.hiw-steps-card {
		padding: 24px 16px;
		border-radius: 18px;
	}

	.hiw-steps-card h2 {
		font-size: 30px;
		margin-bottom: 18px;
	}

	.hiw-steps-list {
		gap: 14px;
	}

	.hiw-step {
		grid-template-columns: 48px minmax(0, 1fr);
		gap: 10px;
	}

	.hiw-step-rail__number {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.hiw-step-rail__line {
		top: 44px;
	}

	.hiw-step-card {
		padding: 14px 14px 16px;
		gap: 12px;
	}

	.hiw-step-icon {
		width: 38px;
		height: 38px;
		border-radius: 10px;
	}

	.hiw-step-icon img {
		max-width: 22px;
		max-height: 22px;
	}

	.hiw-step-content h3 {
		font-size: 18px;
		margin-bottom: 6px;
	}

	.hiw-step-content p {
		font-size: 15px;
	}

	.hiw-step-options {
		margin-top: 8px;
		padding-left: 18px;
		font-size: 15px;
	}
}
